:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f1d2f;background:#f5f8fc;font-synthesis:none;text-rendering:optimizeLegibility;--navy: #06172d;--navy-soft: #0b2444;--blue: #0b67d8;--blue-bright: #2381f6;--surface: #ffffff;--surface-soft: #f8fafc;--border: #e4eaf1;--muted: #687386;--success: #16845b;--warning: #9a6700}*{box-sizing:border-box}html{min-width:320px;background:#f5f8fc}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea,select{font:inherit}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{min-height:76px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fffffff0;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:13px}.brand__mark{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,var(--navy-soft),var(--blue));font-size:20px;font-weight:900;letter-spacing:-.04em;box-shadow:0 7px 18px #06172d26}.brand__name{font-weight:850;letter-spacing:-.035em;font-size:19px;color:var(--navy)}.brand__company{margin-top:1px;color:var(--muted);font-size:12px;font-weight:600}.system-state{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700;background:var(--surface);color:var(--muted)}.system-state__dot{width:8px;height:8px;border-radius:50%;background:currentColor}.system-state--ok{color:var(--success)}.system-state--warning{color:var(--warning)}.content{width:min(1180px,calc(100% - 40px));margin:0 auto;flex:1;padding:72px 0 52px}.hero{max-width:760px}.eyebrow{margin:0 0 14px;color:var(--blue);font-weight:850;font-size:12px;letter-spacing:.18em}.hero h1{margin:0;color:var(--navy);font-size:clamp(52px,9vw,92px);line-height:.95;letter-spacing:-.065em;font-weight:900}.hero__lead{margin:24px 0 0;color:var(--muted);font-size:clamp(17px,2vw,21px);line-height:1.65;max-width:680px}.modules{margin-top:54px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.module-card{min-height:205px;padding:25px;border-radius:22px;border:1px solid var(--border);background:var(--surface);box-shadow:0 12px 35px #06172d0b}.module-card__top{display:flex;align-items:center;gap:8px}.module-card__dot{width:7px;height:7px;border-radius:50%;background:var(--blue-bright)}.module-card__status{color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.025em}.module-card h2{margin:32px 0 8px;color:var(--navy);font-size:25px;letter-spacing:-.035em}.module-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.setup-note{margin-top:18px;border-radius:18px;border:1px solid #cfe2ff;background:#edf5ff;padding:18px 20px;display:flex;flex-wrap:wrap;gap:7px;color:#315474;font-size:13px}.setup-note strong{color:#113b64}.footer{padding:24px 20px 30px;color:#8a95a6;text-align:center;font-size:12px}@media(max-width:760px){.topbar{padding:0 18px}.system-state{display:none}.content{width:min(100% - 28px,1180px);padding-top:48px}.modules{grid-template-columns:1fr;margin-top:38px}}
