@import"https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,300;6..72,400;6..72,500;6..72,600&family=Figtree:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap";:root,[data-theme=warm]{--bg: #e9e1d4;--ink: #3a342b;--body: #5a5249;--muted: #857c6f;--faint: #a99e8b;--gold: #c0a25a;--gold-ink: #ffffff;--gold-deep: #9a7c3a;--sh-dark: #c5bdaf;--sh-light: #ffffff;--gp-dark: #a4863f;--gp-light: #dcbe78;--ok: #4f7a52;--ok-ink: #3f6b43;--info: #4a6b86;--info-ink: #3c5e78;--warn: #c08a2e;--warn-ink: #9a6c1f;--err: #b4503f;--err-ink: #9a3f30;--sys: #6f675b;--danger-bg: #9a3f30;--danger-ink: #ffffff;color-scheme:light}[data-theme=white]{--bg: #e3e6eb;--ink: #2b2f38;--body: #525863;--muted: #7d8490;--faint: #a0a7b2;--gold: #c0a25a;--gold-ink: #ffffff;--gold-deep: #977b39;--sh-dark: #c3c9d2;--sh-light: #ffffff;--gp-dark: #a4863f;--gp-light: #dcbe78;--ok: #4f7a52;--ok-ink: #3f6b43;--info: #3c6e9c;--info-ink: #345f86;--warn: #bb842b;--warn-ink: #90641a;--err: #b4503f;--err-ink: #9a3f30;--sys: #6f675b;--danger-bg: #9a3f30;--danger-ink: #ffffff;color-scheme:light}[data-theme=dark]{--bg: #221d17;--ink: #f3ece0;--body: #cfc4b2;--muted: #a89d8b;--faint: #8a8270;--gold: #cba35e;--gold-ink: #221d17;--gold-deep: #e6bd6f;--sh-dark: #15110d;--sh-light: #39322a;--gp-dark: #b08f4d;--gp-light: #e6bd6f;--ok: #5fc466;--ok-ink: #7ed184;--info: #5aa9e6;--info-ink: #82bdec;--warn: #efb33c;--warn-ink: #e0b25e;--err: #f0775f;--err-ink: #e3897a;--sys: #c6b594;--danger-bg: #f0775f;--danger-ink: #221d17;color-scheme:dark}:root{--font-sans: "Figtree", ui-sans-serif, system-ui, sans-serif;--font-serif: "Newsreader", Georgia, "Times New Roman", serif;--font-mono: "Space Mono", ui-monospace, SFMono-Regular, monospace;--nm-raised-sm: 3px 3px 6px var(--sh-dark), -3px -3px 6px var(--sh-light);--nm-raised: 4px 4px 9px var(--sh-dark), -4px -4px 9px var(--sh-light);--nm-raised-lg: 5px 5px 11px var(--sh-dark), -5px -5px 11px var(--sh-light);--nm-inset-sm: inset 2px 2px 4px var(--sh-dark), inset -2px -2px 4px var(--sh-light);--nm-inset: inset 3px 3px 6px var(--sh-dark), inset -3px -3px 6px var(--sh-light);--nm-inset-lg: inset 4px 4px 8px var(--sh-dark), inset -4px -4px 8px var(--sh-light);--radius-chip: 10px;--radius-control: 13px;--radius-field: 15px;--radius-btn: 16px;--radius-card: 18px;--radius-panel: 20px}@keyframes nm-pop{0%{transform:scale(.97);opacity:0}to{transform:scale(1);opacity:1}}.nm-pop{animation:nm-pop .18s ease-out both}@media(prefers-reduced-motion:reduce){.nm-pop{animation:none}}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-thumb{background:var(--sh-dark);border-radius:8px}:focus-visible{outline:2px solid var(--gold);outline-offset:2px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100vh}body{background:var(--bg);color:var(--body);font-family:var(--font-sans);-webkit-font-smoothing:antialiased}input,button{font-family:var(--font-sans)}::placeholder{color:var(--faint)}.auth{display:flex;min-height:100vh}.auth-brand{display:flex;flex:none;flex-direction:column;width:42%;max-width:560px;padding:48px;box-shadow:inset -8px 0 22px #0000000d}.auth-logo{display:flex;align-items:center;gap:12px;font-family:var(--font-serif);font-size:23px;font-weight:500;color:var(--ink)}.auth-logo-mark{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--bg);box-shadow:var(--nm-raised-lg)}.auth-logo-mark>span{width:15px;height:15px;border-radius:50%;background:var(--gold)}.auth-brand-middle{margin:auto 0}.auth-headline{margin:0 0 28px;max-width:380px;font-family:var(--font-serif);font-size:34px;font-weight:400;line-height:1.25;color:var(--ink)}.auth-brand-foot{margin:0;font-size:12px;color:var(--faint)}.auth-main{display:flex;flex:1;align-items:center;justify-content:center;padding:48px 40px}.auth-card{width:100%;max-width:380px}.auth-center{text-align:center}.auth-title{margin:0 0 8px;font-family:var(--font-serif);font-size:32px;font-weight:400;color:var(--ink)}.auth-sub{margin:0 0 28px;font-size:15px;line-height:1.6;color:var(--muted)}.auth-icon-tile{display:flex;align-items:center;justify-content:center;width:66px;height:66px;margin:0 auto 22px;border-radius:var(--radius-panel);font-size:26px;color:var(--gold-deep);box-shadow:var(--nm-raised-lg)}.auth-field{margin-bottom:16px}.auth-label{display:block;margin-bottom:8px;font-size:13px;font-weight:600;color:var(--ink)}.auth-input{width:100%;padding:14px 16px;border:0;border-radius:var(--radius-field);background:var(--bg);color:var(--body);font-size:14px;outline:none;box-shadow:var(--nm-inset-lg)}.auth-input:focus-visible{outline:none;box-shadow:var(--nm-inset-lg),0 0 0 2px color-mix(in srgb,var(--gold) 55%,transparent)}.auth-row{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:8px}.auth-row .auth-label{margin-bottom:0}.auth-check{display:flex;align-items:center;gap:11px;margin:4px 0 22px;font-size:13px;color:var(--body);cursor:pointer}.auth-toggle-input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.auth-toggle{position:relative;width:42px;height:25px;flex:none;border-radius:14px;box-shadow:var(--nm-inset-sm)}.auth-toggle-knob{position:absolute;top:4px;left:4px;width:17px;height:17px;border-radius:50%;background:var(--err);box-shadow:2px 2px 4px var(--sh-dark),-2px -2px 4px var(--sh-light);transition:left .15s ease,background .15s ease}.auth-toggle-input:checked+.auth-toggle .auth-toggle-knob{left:21px;background:var(--ok)}.auth-toggle-input:focus-visible+.auth-toggle{outline:2px solid var(--gold);outline-offset:2px}.auth-btn{display:block;width:100%;padding:15px;border:0;border-radius:var(--radius-btn);background:var(--gold);color:var(--gold-ink);font-size:15px;font-weight:700;text-align:center;text-decoration:none;cursor:pointer;box-shadow:var(--nm-raised-lg);transition:box-shadow .15s ease,filter .15s ease}.auth-btn:hover:not(:disabled){filter:brightness(1.03)}.auth-btn:active:not(:disabled){box-shadow:var(--nm-inset-sm)}.auth-btn:disabled{box-shadow:none;opacity:.55;cursor:not-allowed}.auth-link{color:var(--gold-deep);font-weight:600;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-row .auth-link{font-size:12px}.auth-alt{margin-top:22px;font-size:14px;color:var(--muted);text-align:center}.auth-alert{display:flex;align-items:flex-start;gap:11px;margin-bottom:18px;padding:13px 16px;border-radius:14px;font-size:13px;line-height:1.55}.auth-alert-dot{width:9px;height:9px;margin-top:4px;border-radius:50%;flex:none}.auth-alert--ok{color:var(--ok-ink)}.auth-alert--ok .auth-alert-dot{background:var(--ok)}.auth-alert--info{color:var(--info-ink)}.auth-alert--info .auth-alert-dot{background:var(--info)}.auth-alert--warn{color:var(--warn-ink)}.auth-alert--warn .auth-alert-dot{background:var(--warn)}.auth-alert--err{color:var(--err-ink)}.auth-alert--err .auth-alert-dot{background:var(--err)}.auth-errors{margin:0 0 8px;padding:0;list-style:none}.auth-errors li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--err-ink)}.auth-errors li:before{content:"";width:8px;height:8px;margin-top:5px;border-radius:50%;background:var(--err);flex:none}@media(max-width:900px){.auth-brand{display:none}.auth-main{padding:40px 20px}}
