:root{color-scheme:dark;--auth-shell: #11161b;--auth-panel: #1b2127;--auth-raised: #252c33;--auth-text: #edf0f2;--auth-muted: #9ca6af;--auth-rule: #414b54;--auth-rule-soft: #303840;--auth-signal: #e5534b;--auth-online: #67cc8a;font-family:Segoe UI,system-ui,-apple-system,sans-serif;letter-spacing:0}*{box-sizing:border-box}html,body{width:100%;min-width:320px;min-height:100%;margin:0;overflow-x:hidden;background:var(--auth-shell);color:var(--auth-text)}button,input{font:inherit}.auth-shell{min-height:100dvh;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden}.auth-topbar,.auth-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--auth-rule-soft);background:#171d22}.auth-brand,.auth-security,.auth-footer span:first-child{display:flex;align-items:center;gap:10px}.auth-brand{font-family:Bahnschrift,Arial Narrow,sans-serif;font-weight:600}.auth-mark{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--auth-rule);border-radius:50%;background:var(--auth-raised)}.auth-mark img{width:30px;height:30px}.auth-security{color:var(--auth-muted);font-size:13px}.auth-security-dot{width:7px;height:7px;border-radius:50%;background:var(--auth-online);box-shadow:0 0 0 4px #67cc8a24}.auth-main{display:grid;place-items:center;padding:44px 20px;background-color:var(--auth-shell);background-image:linear-gradient(rgb(255 255 255 / 2%) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / 2%) 1px,transparent 1px);background-size:42px 42px}.auth-card{width:min(100%,410px);padding:30px;border:1px solid var(--auth-rule);border-radius:8px;background:var(--auth-panel);box-shadow:0 22px 60px #0000006b}.auth-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:26px}.auth-heading h1{margin:0 0 6px;font:600 24px/1.2 Bahnschrift,Arial Narrow,sans-serif}.auth-heading p{margin:0;color:var(--auth-muted);font-size:13px}.auth-heading-icon{width:42px;height:42px;display:grid;flex:0 0 auto;place-items:center;border:1px solid rgb(229 83 75 / 42%);border-radius:6px;background:#e5534b1a;color:var(--auth-signal)}.auth-heading-icon svg,.auth-submit svg,.auth-footer svg{width:17px;height:17px}.auth-field{display:grid;gap:8px;margin-bottom:17px}.auth-field label{color:var(--auth-muted);font-size:12px;font-weight:600}.auth-input-wrap{position:relative;display:flex;align-items:center}.auth-input-icon{position:absolute;left:13px;display:grid;color:var(--auth-muted);pointer-events:none}.auth-input-icon svg,.auth-password-toggle svg{width:16px;height:16px}.auth-input-wrap input{width:100%;height:46px;padding:0 44px 0 41px;border:1px solid var(--auth-rule);border-radius:6px;outline:0;background:#151a1f;color:var(--auth-text);font-size:16px;transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.auth-input-wrap input::placeholder{color:#6f7a83}.auth-input-wrap input:hover{background:#181e23}.auth-input-wrap input:focus{border-color:var(--auth-signal);box-shadow:0 0 0 3px #e5534b24}.auth-password-toggle{position:absolute;right:5px;width:36px;height:36px;display:grid;place-items:center;padding:0;border:0;border-radius:4px;background:transparent;color:var(--auth-muted);cursor:pointer}.auth-password-toggle:hover{background:var(--auth-raised);color:var(--auth-text)}.auth-password-toggle:focus-visible,.auth-submit:focus-visible{outline:2px solid var(--auth-text);outline-offset:2px}.auth-submit{width:100%;height:44px;display:flex;align-items:center;justify-content:center;gap:9px;margin-top:24px;border:1px solid var(--auth-signal);border-radius:6px;background:var(--auth-signal);color:#fff;font-weight:600;cursor:pointer;transition:filter .14s ease,transform .14s ease}.auth-submit:hover:not(:disabled){filter:brightness(1.08)}.auth-submit:active:not(:disabled){transform:translateY(1px)}.auth-submit:disabled{opacity:.58;cursor:wait}.auth-feedback{min-height:20px;margin:13px 0 0;color:var(--auth-muted);font-size:12px;text-align:center}.auth-feedback[role=alert]{color:#f09a94}.auth-footer{padding:14px 20px;border-top:1px solid var(--auth-rule-soft);border-bottom:0;color:var(--auth-muted);font-size:11px}@media(max-width:520px){.auth-topbar{padding:14px 16px}.auth-security span:last-child{display:none}.auth-main{padding:28px 14px;background-size:34px 34px}.auth-card{padding:24px 20px}.auth-heading h1{font-size:21px}.auth-footer{padding:12px 16px}.auth-footer span:last-child{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important}}
