.auth-screen{min-height:100svh;display:grid;grid-template-rows:1fr auto;padding:clamp(28px,5vw,72px);color:#eef3f8;background:#101820}.auth-content{width:min(100%,620px);align-self:center;animation:auth-enter .32s ease-out both}.auth-eyebrow{margin:0 0 18px;color:#9baebb;font-size:.76rem;font-weight:760;letter-spacing:.12em;text-transform:uppercase}.auth-content h1{margin:0;font-size:clamp(4.5rem,16vw,10rem);font-weight:850;letter-spacing:-.075em;line-height:.82}.auth-description{max-width:480px;margin:34px 0 0;color:#c8d3dc;font-size:clamp(1rem,2vw,1.2rem);line-height:1.55}.auth-detail{max-width:520px;margin:12px 0 0;color:#9baebb;font-size:.88rem;line-height:1.5}.auth-login-button{min-height:48px;display:inline-flex;align-items:center;gap:10px;margin-top:30px;padding:0 18px;border:1px solid #eef3f8;border-radius:7px;color:#101820;background:#eef3f8;font-weight:760;cursor:pointer;transition:background .14s ease,color .14s ease,transform .14s ease}.auth-login-button:hover{color:#fff;background:transparent;transform:translateY(-1px)}.auth-loader{width:24px;height:24px;display:block;margin-top:30px;border:2px solid rgb(238 243 248 / 28%);border-top-color:#eef3f8;border-radius:50%;animation:auth-spin .72s linear infinite}.auth-footer{margin:40px 0 0;color:#788b99;font-size:.78rem}@keyframes auth-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes auth-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.auth-content,.auth-loader{animation:none}.auth-login-button{transition:none}}:root{--topbar-height: 64px;--color-bg: #f4f6f8;--color-surface: #ffffff;--color-text: #17202a;--color-muted: #5f6f7e;--color-border: #dbe2ea;--color-hover: #eef3f8;--color-accent: #2563eb;--color-accent-strong: #1d4ed8;--color-on-accent: #ffffff;--color-table-head: #f8fafc;--color-status-bg: #e8f7ef;--color-status-text: #17633a;--shadow-panel: 0 1px 2px rgb(15 23 42 / 5%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark]{--color-bg: #101722;--color-surface: #172131;--color-text: #edf2f7;--color-muted: #9aa8b7;--color-border: #2a3748;--color-hover: #223044;--color-accent: #3b82f6;--color-accent-strong: #2563eb;--color-on-accent: #ffffff;--color-table-head: #131c2a;--color-status-bg: #143525;--color-status-text: #8ee3b0;--shadow-panel: 0 1px 2px rgb(0 0 0 / 18%)}[data-theme=graphite]{--color-bg: #f7f7f4;--color-surface: #ffffff;--color-text: #1f2933;--color-muted: #637083;--color-border: #d9d8d2;--color-hover: #eeeeea;--color-accent: #475569;--color-accent-strong: #b45309;--color-on-accent: #ffffff;--color-table-head: #efefea;--color-status-bg: #fff1d6;--color-status-text: #824b0b;--shadow-panel: 0 1px 2px rgb(31 41 51 / 6%)}*{box-sizing:border-box}body{margin:0;background:var(--color-bg)}button,input,select,textarea{font:inherit}button:focus-visible,a:focus-visible{outline:3px solid color-mix(in srgb,var(--color-accent) 40%,transparent);outline-offset:2px}
