:root{--bg:#090d0b;--panel:rgba(17,24,20,.9);--text:#f4f7f5;--muted:#98a59d;--line:rgba(255,255,255,.09);--accent:#8bf5a8;--danger:#ff8585;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{background:var(--bg)}body{min-height:100vh;margin:0;color:var(--text);background:radial-gradient(circle at 16% 10%,rgba(64,130,82,.18),transparent 26rem),radial-gradient(circle at 88% 78%,rgba(42,100,61,.13),transparent 30rem),var(--bg)}button,input{font:inherit}.shell{width:min(1180px,calc(100% - 40px));min-height:100vh;margin:0 auto;display:flex;align-items:center;padding:42px 0}.hidden{display:none!important}.auth-layout{width:100%;display:grid;grid-template-columns:1.15fr .85fr;gap:34px}.brand-panel,.login-card,.card{border:1px solid var(--line);background:var(--panel);box-shadow:0 26px 80px rgba(0,0,0,.35)}.brand-panel{min-height:590px;padding:52px;border-radius:28px;background:linear-gradient(145deg,rgba(139,245,168,.10),rgba(139,245,168,.02) 44%,transparent),rgba(10,16,12,.6);display:flex;flex-direction:column;justify-content:space-between}.brand-mark,.mini-mark{display:grid;place-items:center;font-weight:900;letter-spacing:-.08em;color:#08100a;background:linear-gradient(135deg,#b9ffc9,#62df83)}.brand-mark{width:92px;height:92px;border-radius:24px;font-size:31px}.mini-mark{width:48px;height:48px;border-radius:14px;font-size:16px}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800}h1{margin:12px 0 18px;font-size:clamp(42px,6vw,72px);line-height:.98;letter-spacing:-.055em}h2{margin:7px 0 10px;font-size:34px}h3{margin:8px 0 9px;font-size:22px}p{margin-top:0}.lead{max-width:650px;color:#b4c0b8;font-size:18px;line-height:1.65}.lead.compact{font-size:16px;margin-bottom:0}.status-line,.connection-pill{display:inline-flex;align-items:center;gap:10px;color:#c6d1ca;font-size:14px}.status-dot{width:9px;height:9px;background:var(--accent);border-radius:50%;box-shadow:0 0 0 6px rgba(139,245,168,.09),0 0 22px rgba(139,245,168,.65)}.login-card{min-height:590px;border-radius:28px;padding:48px;display:flex;flex-direction:column;justify-content:center}.card-heading p,.feature-card p{color:var(--muted);line-height:1.55}form{display:flex;flex-direction:column;margin-top:22px}label{margin:17px 0 8px;color:#cbd4ce;font-size:13px;font-weight:700}input{width:100%;border:1px solid rgba(255,255,255,.12);outline:0;border-radius:13px;padding:14px 15px;color:var(--text);background:rgba(0,0,0,.22)}input:focus{border-color:rgba(139,245,168,.65);box-shadow:0 0 0 4px rgba(139,245,168,.08)}.primary-button,.secondary-button{border-radius:13px;font-weight:800;cursor:pointer}.primary-button{margin-top:22px;padding:14px 18px;border:0;color:#071108;background:linear-gradient(135deg,#a7fbbb,#5ede7f)}.secondary-button{border:1px solid var(--line);padding:10px 15px;color:var(--text);background:rgba(255,255,255,.035)}button:disabled{cursor:default;opacity:.58}.form-message{min-height:21px;margin:12px 0 0;font-size:13px}.form-message[data-kind="error"]{color:var(--danger)}.login-note{margin:22px 0 0;color:#69776e;text-align:center;font-size:12px}.app-view{width:100%;align-self:stretch}.topbar,.topbar-brand,.user-block,.dashboard-heading{display:flex;align-items:center}.topbar{justify-content:space-between;gap:18px;padding:17px 0 28px}.topbar-brand{gap:13px}.user-block{gap:18px}.user-meta{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.muted{color:var(--muted);font-size:12px}.dashboard{padding:32px 0 70px}.dashboard-heading{justify-content:space-between;gap:28px;padding:14px 0 34px}.dashboard-heading h1{font-size:clamp(38px,5vw,58px);margin-bottom:13px}.connection-pill{padding:13px 16px;border:1px solid rgba(139,245,168,.15);border-radius:999px;background:rgba(139,245,168,.12)}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.feature-card{position:relative;min-height:220px;border-radius:22px;padding:28px;overflow:hidden}.feature-number{position:absolute;top:19px;right:22px;color:rgba(139,245,168,.35);font-size:32px;font-weight:900}.feature-card p{max-width:80%}.coming-soon{display:inline-block;margin-top:23px;padding:7px 10px;border-radius:999px;color:#a7b2ab;background:rgba(255,255,255,.045);font-size:11px;font-weight:750}.system-card{margin-top:18px;border-radius:22px;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:30px}.system-items{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 18px;color:#aebbb3;font-size:13px}.fatal-error{width:min(680px,calc(100% - 40px));margin:15vh auto}.fatal-error .card{padding:34px;border-radius:22px}@media(max-width:820px){.shell{width:min(100% - 24px,720px);padding:12px 0}.auth-layout{grid-template-columns:1fr;padding:18px 0}.brand-panel{min-height:350px;padding:32px}.login-card{min-height:auto;padding:32px}.feature-grid{grid-template-columns:1fr}.dashboard-heading,.system-card{align-items:flex-start;flex-direction:column}.system-items{justify-content:flex-start}.topbar{align-items:flex-start}}@media(max-width:560px){.brand-panel,.login-card{border-radius:20px}.brand-panel,.login-card{padding:25px}h1{font-size:42px}.topbar{flex-direction:column}.user-block{width:100%;justify-content:space-between}.user-meta{align-items:flex-start}}
