:root{color-scheme:dark;--canvas:#081117;--panel:#0d1921;--field:#09151d;--line:#263a46;--line-strong:#405763;--ink:#e3edf2;--muted:#8298a5;--accent:#76dacb;--danger:#efb28a}*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;background:var(--canvas);color:var(--ink);font:13px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.auth-layout{min-height:100vh;display:grid;grid-template-columns:minmax(360px,43%) minmax(440px,57%)}.auth-context{position:relative;min-height:100vh;overflow:hidden;border-right:1px solid var(--line);background:var(--panel)}.auth-brand{position:relative;z-index:2;display:flex;align-items:center;gap:12px;margin:38px clamp(30px,5vw,70px);font-size:16px;font-weight:650;letter-spacing:1px}.auth-brand img{width:38px;height:38px}.auth-brand b{display:block;color:var(--muted);font-size:7px;letter-spacing:2px}.auth-art{position:absolute;inset:9% -8% -7% -10%;width:118%;height:98%}.art-lines{fill:none;stroke:var(--line);stroke-width:1.3;vector-effect:non-scaling-stroke}.art-nodes{fill:var(--panel);stroke:var(--line-strong);stroke-width:1.5}.art-accent{fill:none;stroke:var(--accent);stroke-width:1.8;opacity:.55}.auth-main{position:relative;display:grid;place-items:center;min-width:0;min-height:100vh;padding:72px 32px}.auth-content{width:min(440px,100%)}.auth-theme{position:absolute;top:25px;right:32px;display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid var(--line);border-radius:8px;background:transparent;color:var(--muted);cursor:pointer}.auth-theme:hover{border-color:var(--line-strong);color:var(--ink)}.auth-theme svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7}.auth-card{width:100%}.auth-card h1{margin:0 0 29px;font-size:31px;font-weight:550;letter-spacing:-1px}.auth-form,.auth-card form.stack{display:grid;gap:18px}.auth-form label,.auth-card form.stack label{display:grid;gap:8px;color:var(--muted);font-size:10px;font-weight:650;letter-spacing:.35px}.auth-form input:not([type=hidden]),.auth-card form.stack input{display:block;width:100%;height:47px;margin:0;padding:0 13px;border:1px solid var(--line-strong);border-radius:8px;outline:0;background:var(--field);color:var(--ink);font:inherit}.auth-form input:not([type=hidden]):focus,.auth-card form.stack input:focus{border-color:var(--accent);outline:2px solid rgba(118,218,203,.14);outline-offset:1px}.password-field{display:flex;border:1px solid var(--line-strong);border-radius:8px;background:var(--field)}.password-field:focus-within{border-color:var(--accent);outline:2px solid rgba(118,218,203,.14);outline-offset:1px}.password-field input{min-width:0;border:0!important;outline:0!important;background:transparent!important}.password-toggle{display:grid;place-items:center;flex:0 0 44px;padding:0;border:0;border-left:1px solid var(--line);background:transparent;color:var(--muted);cursor:pointer}.password-toggle:hover{color:var(--accent)}.password-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6}.login-submit,.auth-card form.stack>button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:47px;margin-top:5px;padding:10px 14px;border:1px solid var(--accent);border-radius:8px;background:var(--accent);color:#071816;font-size:12px;font-weight:700;line-height:1;cursor:pointer}.login-submit:hover,.auth-card form.stack>button:hover{background:#9be8dc}.login-submit b{font-size:17px}.login-submit:disabled{cursor:wait;opacity:.75}.login-submit.is-loading b{width:15px;height:15px;border:2px solid rgba(7,24,22,.3);border-top-color:#071816;border-radius:50%;font-size:0;animation:spin .7s linear infinite}.auth-alert,.alert{margin:0 0 20px;padding:11px 13px;border:1px solid #684937;border-left:3px solid var(--danger);border-radius:7px;background:#251b18;color:#e7c3ae;font-size:11px}.auth-card.wide{width:min(520px,100%)}.auth-card>.eyebrow{margin:0 0 7px;color:var(--accent);font-size:9px;letter-spacing:1.5px}.auth-card.wide>h1{margin-bottom:24px}@keyframes spin{to{transform:rotate(360deg)}}:where(button,input):focus-visible{outline:2px solid var(--accent);outline-offset:3px}html[data-theme="light"]{color-scheme:light;--canvas:#f3f6f7;--panel:#e9eff1;--field:#fff;--line:#cedadd;--line-strong:#9eb2bb;--ink:#162b35;--muted:#5f737e;--accent:#087d72;--danger:#93401f}html[data-theme="light"] .auth-alert,html[data-theme="light"] .alert{background:#fff3ec;color:#74351c;border-color:#dab29e}html[data-theme="light"] .login-submit,html[data-theme="light"] .auth-card form.stack>button{color:#fff}html[data-theme="light"] .login-submit.is-loading b{border-color:rgba(255,255,255,.35);border-top-color:#fff}@media(max-width:880px){.auth-layout{grid-template-columns:1fr}.auth-context{min-height:82px;height:82px;border-right:0;border-bottom:1px solid var(--line)}.auth-brand{margin:21px 24px}.auth-art{display:none}.auth-main{min-height:calc(100vh - 82px);padding:58px 22px}.auth-theme{top:-60px;right:23px;background:var(--panel)}}@media(max-width:520px){.auth-context{height:72px;min-height:72px}.auth-brand{margin:17px 18px;font-size:14px}.auth-brand img{width:34px;height:34px}.auth-main{min-height:calc(100vh - 72px);align-items:start;padding:52px 18px}.auth-theme{top:-55px;right:18px;width:36px;height:36px}.auth-card h1{font-size:28px}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important}}

.auth-discreet .auth-brand{display:none}.auth-discreet .auth-form label{font-size:12px;letter-spacing:.25px}.auth-discreet .auth-form input:not([type=hidden]){font-size:14px}.auth-discreet .login-submit{font-size:13px}.auth-discreet .auth-alert{font-size:12px;line-height:1.5}
@media(max-width:880px){.auth-discreet .auth-context{height:0;min-height:0;border:0}.auth-discreet .auth-main{min-height:100vh;padding-top:72px}.auth-discreet .auth-theme{top:24px;right:23px;background:transparent}}
@media(max-width:520px){.auth-discreet .auth-main{min-height:100vh;padding-top:82px}.auth-discreet .auth-theme{top:18px;right:18px}}
