:root{font-family:Inter,Aptos,system-ui,-apple-system,sans-serif;color:#17212b;background:#f4f7f9;font-synthesis:none;--navy:#123b5d;--blue:#1f6fb2;--teal:#0f8b8d;--muted:#52606d;--line:#d9e1e7;--danger:#a64141}*{box-sizing:border-box}body{margin:0}a{color:var(--blue);text-decoration:none}button,input{font:inherit}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.auth-brand{padding:clamp(2rem,7vw,7rem);display:flex;flex-direction:column;justify-content:center;background:linear-gradient(145deg,var(--navy),var(--teal));color:#fff}.logo{width:68px;height:68px;border-radius:18px;display:grid;place-items:center;background:#fff;color:var(--navy);font-weight:900}.auth-brand h1{font-size:clamp(2.4rem,5vw,4.8rem);margin:1.5rem 0 .5rem}.auth-brand p{font-size:1.15rem;line-height:1.6;max-width:34rem}.auth-card{align-self:center;width:min(calc(100% - 2rem),440px);margin:auto;background:#fff;border:1px solid var(--line);border-radius:22px;padding:2rem;box-shadow:0 20px 60px rgba(18,59,93,.1)}h1,h2{line-height:1.15}h2{font-size:1.8rem;margin:.4rem 0}.eyebrow{font-size:.75rem;font-weight:900;letter-spacing:.14em;color:var(--teal)}.muted{color:var(--muted);line-height:1.6}label{display:block;font-weight:700;margin:1rem 0 .4rem}input{display:block;width:100%;padding:.8rem;border:1px solid #aebcc8;border-radius:10px;margin-top:.4rem}button,.button{display:inline-flex;justify-content:center;border:0;border-radius:10px;background:var(--navy);color:#fff;padding:.82rem 1.1rem;font-weight:800;cursor:pointer;width:100%}button:disabled{opacity:.6}button:focus-visible,input:focus-visible,a:focus-visible{outline:3px solid #f0b429;outline-offset:2px}.form-link,.back{display:block;margin:1rem 0;text-align:right}.back{text-align:center}.alert{padding:.85rem 1rem;border-radius:10px;margin:1rem 0}.alert.error{background:#fff0f0;color:#8d3030}.alert.success{background:#e8f7f3;color:#086667}.topbar{height:68px;padding:0 clamp(1rem,4vw,4rem);background:var(--navy);display:flex;justify-content:space-between;align-items:center;color:#fff}.topbar .brand{color:#fff;font-weight:900;font-size:1.2rem}.topbar .brand span{color:#7de0d7}.topbar nav{display:flex;gap:1rem;align-items:center}.topbar nav a,.link-button{color:#fff}.topbar nav form{margin:0}.link-button{background:none;padding:0;width:auto}.container{max-width:1080px;margin:0 auto;padding:clamp(1.5rem,5vw,4rem)}.hero{padding:2rem 0}.hero h1{font-size:clamp(2.2rem,5vw,4rem);margin:.4rem 0}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stats article,.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:1.4rem}.stats span,.stats strong{display:block}.stats span{color:var(--muted);margin-bottom:.5rem}.panel{margin-top:1.2rem}.narrow{max-width:560px;margin-inline:auto}.check-list{line-height:1.9}.install-shell{min-height:100vh;padding:2rem;background:linear-gradient(145deg,#eef5f8,#f8fbfc)}.install-card{max-width:760px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:22px;padding:clamp(1.2rem,4vw,2.5rem)}fieldset{border:1px solid var(--line);border-radius:14px;margin:1.2rem 0;padding:1rem}legend{font-weight:900;color:var(--navy)}.two{display:grid;grid-template-columns:2fr 1fr;gap:1rem}.section-head{display:flex;justify-content:space-between;align-items:center}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:.9rem}th,td{text-align:left;padding:.75rem;border-bottom:1px solid var(--line);white-space:nowrap}th{background:var(--navy);color:#fff}.badge{background:#e9f3f8;padding:.25rem .5rem;border-radius:999px}.pager{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.error-page{min-height:100vh;display:grid;place-content:center;text-align:center;padding:2rem}.error-page .button{width:auto;margin:auto}@media(max-width:760px){.auth-shell{grid-template-columns:1fr}.auth-brand{min-height:31vh;padding:2rem}.auth-brand h1{font-size:2.5rem}.auth-card{margin:1rem auto}.stats{grid-template-columns:1fr}.topbar nav span{display:none}.two{grid-template-columns:1fr}}
