.auth{flex:1;place-items:center;padding:48px 16px 64px;display:grid;position:relative;overflow:hidden}.auth__bg{z-index:0;background:linear-gradient(color-mix(in srgb, var(--bg-page) 84%, transparent), color-mix(in srgb, var(--bg-page) 92%, transparent)), url(/handoff-assets/hero-map-bg.png) center / cover no-repeat;position:absolute;inset:0}body[data-theme] .app-header{display:flex!important}body[data-theme] .app-footer{display:block!important}.auth-bar{background:var(--bg-surface);border-bottom:1px solid var(--border);height:var(--header-h);z-index:1100;align-items:center;padding-inline:32px;display:flex;position:sticky;top:0}.auth-bar__inner{justify-content:space-between;align-items:center;gap:16px;width:100%;max-width:1856px;margin:0 auto;display:flex}.auth-bar__right{align-items:center;gap:18px;display:flex}.auth-bar__link{color:var(--fg-muted);font-size:var(--fs-13);align-items:center;gap:10px;display:inline-flex}.auth-bar__link:hover{text-decoration:none}.auth-bar .logo-pill{background:var(--accent);color:var(--on-brand)}@media (width<=640px){.auth-bar{padding-inline:16px}.auth-bar__link span{display:none}}.theme-switch{align-items:center;gap:9px;display:inline-flex}.theme-switch__label{font-size:var(--fs-12);color:var(--fg-subtle);white-space:nowrap}.theme-switch__control{border:1px solid var(--border-strong);border-radius:var(--radius-pill);background:var(--bg-surface);cursor:pointer;align-items:center;gap:8px;height:38px;padding:0 36px 0 12px;display:inline-flex;position:relative}.theme-switch__control:hover{border-color:var(--accent)}.theme-switch__dot{border-radius:var(--radius-pill);background:var(--accent);width:14px;height:14px;box-shadow:0 0 0 3px var(--accent-soft);flex:none}.theme-switch__name{font-size:var(--fs-13);color:var(--fg-default);white-space:nowrap;font-weight:600}.theme-switch__control svg{width:14px;height:14px;color:var(--fg-muted);pointer-events:none;position:absolute;right:12px}.theme-switch select{opacity:0;cursor:pointer;border:0;width:100%;height:100%;margin:0;padding:0;position:absolute;inset:0}@media (width<=640px){.theme-switch__label{display:none}}.auth-card{z-index:1;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;max-width:432px;box-shadow:var(--shadow-pop);flex-direction:column;gap:22px;padding:32px 36px 36px;display:flex;position:relative}.auth-head{text-align:center;flex-direction:column;align-items:center;gap:14px;display:flex}.auth-head .logo-pill{background:var(--accent);color:var(--on-brand)}.auth-head h1{font-size:var(--fs-24);letter-spacing:-.01em;color:var(--fg-heading);font-weight:600;font-family:var(--font-heading,var(--font-sans));margin:0;line-height:1.2}.auth-head p{font-size:var(--fs-13);color:var(--fg-muted);max-width:30ch;margin:0;line-height:1.5}.auth-social{flex-direction:column;gap:10px;display:flex}.btn-social{border-radius:var(--radius-sm);width:100%;height:48px;font-size:var(--fs-14);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:10px;font-weight:600;transition:filter .15s,background .15s,border-color .15s;display:flex}.btn-social__logo{border-radius:5px;flex:none;place-items:center;width:22px;height:22px;font-size:11px;font-weight:800;line-height:1;display:grid}.btn-social--vk{color:#fff;background:#07f}.btn-social--vk:hover{filter:brightness(1.07)}.btn-social--vk .btn-social__logo{color:#07f;background:#fff;font-size:10px}.btn-social--ya{color:#fff;background:#000}.btn-social--ya:hover{filter:brightness(1.25)}.btn-social--ya .btn-social__logo{color:#fff;background:#fc3f1d;border-radius:50%;font-family:Georgia,Times New Roman,serif;font-size:13px}:root[data-theme=dark] .btn-social--ya{border-color:var(--border-strong);background:#1b1d25}.auth-or{font-size:var(--fs-12);color:var(--fg-subtle);text-transform:lowercase;align-items:center;gap:12px;display:flex}.auth-or:before,.auth-or:after{content:"";background:var(--border);flex:1;height:1px}.auth-form{flex-direction:column;gap:14px;display:flex}.field{flex-direction:column;gap:6px;display:flex}.field__label{font-size:var(--fs-12);color:var(--fg-muted);justify-content:space-between;align-items:baseline;display:flex}.field__label a{font-size:var(--fs-12)}.field__control{align-items:center;display:flex;position:relative}.field__control .text-input{border:1px solid var(--border);background:var(--bg-surface);border-radius:var(--radius-sm);width:100%;height:48px;font-size:var(--fs-14);color:var(--fg-default);outline:0;padding:0 14px;transition:border-color .15s,box-shadow .15s}.field__control:has(.field__toggle) .text-input{padding-right:46px}.text-input::placeholder{color:var(--fg-subtle)}.text-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.text-input:user-invalid{border-color:var(--like)}.field__toggle{width:36px;height:36px;color:var(--fg-muted);border-radius:var(--radius-sm);background:0 0;border:0;place-items:center;display:grid;position:absolute;right:6px}.field__toggle:hover{color:var(--fg-default);background:var(--bg-subtle)}.field__hint{font-size:var(--fs-12);color:var(--fg-subtle);line-height:1.45}.pw-meter{gap:4px;margin-top:2px;display:flex}.pw-meter span{border-radius:var(--radius-pill);background:var(--border);flex:1;height:4px;transition:background .2s}.pw-meter[data-score="1"] span:nth-child(-n+1){background:var(--like)}.pw-meter[data-score="2"] span:nth-child(-n+2){background:var(--warn)}.pw-meter[data-score="3"] span:nth-child(-n+3){background:var(--star)}.pw-meter[data-score="4"] span{background:var(--accent)}.auth-check{font-size:var(--fs-12);color:var(--fg-muted);cursor:pointer;align-items:flex-start;gap:10px;line-height:1.45;display:flex}.auth-check input{width:16px;height:16px;accent-color:var(--accent);flex:none;margin-top:1px}.auth-check a{color:var(--accent);text-decoration:underline}.auth-form .btn--primary{height:50px;font-size:var(--fs-15);font-weight:600}.auth-foot{text-align:center;font-size:var(--fs-13);color:var(--fg-muted)}.auth-foot a{font-weight:600}.auth-back{font-size:var(--fs-13);color:var(--fg-muted);align-self:center;align-items:center;gap:6px;display:inline-flex}.auth-back:hover{color:var(--fg-default);text-decoration:none}.auth-back svg{width:15px;height:15px}.auth-success{text-align:center;flex-direction:column;align-items:center;gap:16px;display:none}.auth-card.is-sent .auth-form,.auth-card.is-sent .auth-or,.auth-card.is-sent .auth-social{display:none}.auth-card.is-sent .auth-success{display:flex}.auth-success__icon{border-radius:var(--radius-pill);background:var(--accent-soft);width:64px;height:64px;color:var(--accent);place-items:center;display:grid}.auth-success__icon svg{width:30px;height:30px}.auth-success b{color:var(--fg-default);font-size:var(--fs-15)}.auth-success p{font-size:var(--fs-13);color:var(--fg-muted);margin:0;line-height:1.5}.auth-success .mail{color:var(--fg-default);font-weight:600}@media (width<=480px){.auth-card{padding:26px 22px 30px}}.field__error{font-size:var(--fs-12);color:var(--like);margin-top:2px;line-height:1.4}.auth-status{font-size:var(--fs-13);color:var(--accent);text-align:center;line-height:1.45}
