html,body,#root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%}:root{--navy-deep:#0d1b2a;--navy:#1b263b;--gold:#d4af37;--gold-light:#e8c84a;--gray:#6b7280;--text:#e8edf2;--text-muted:#8a97a8;--border:#d4af372e}*,:before,:after{box-sizing:border-box;margin:0;padding:0}.cs-root{background:var(--navy-deep);min-height:100vh;color:var(--text);flex-direction:column;align-items:center;font-family:Montserrat,system-ui,sans-serif;display:flex;position:relative;overflow:hidden}.cs-topbar{background:linear-gradient(90deg, transparent 0%, var(--gold) 40%, var(--gold) 60%, transparent 100%);flex-shrink:0;width:100%;height:3px}.cs-content{text-align:center;flex-direction:column;flex:1;align-items:center;gap:1.75rem;width:100%;max-width:680px;padding:3.5rem 1.5rem 2rem;display:flex}.cs-logo{object-fit:contain;background:var(--text);width:220px;height:auto;display:block}.cs-badge{border:1px solid var(--gold);color:var(--gold);letter-spacing:.12em;text-transform:uppercase;border-radius:999px;padding:.35rem 1.1rem;font-size:.72rem;font-weight:700;display:inline-block}.cs-purpose{color:var(--text);letter-spacing:-.01em;font-size:clamp(1.6rem,5vw,2.4rem);font-weight:800;line-height:1.25}.cs-divider{background:var(--gold);border-radius:2px;width:60px;height:2px;margin:-.5rem 0}.cs-tagline{color:var(--text-muted);max-width:500px;font-size:1rem;font-weight:400;line-height:1.7}.cs-tagline strong{color:var(--text);font-weight:600}.cs-features{text-align:left;flex-direction:column;gap:.75rem;width:100%;list-style:none;display:flex}.cs-features li{border:1px solid var(--border);background:#1b263b99;border-radius:10px;align-items:flex-start;gap:1rem;padding:1.1rem 1.25rem;transition:border-color .2s,background .2s;display:flex}.cs-features li:hover{background:#1b263be6;border-color:#d4af3773}.cs-feat-icon{width:36px;height:36px;color:var(--gold);background:#d4af371a;border:1px solid #d4af3733;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.cs-feat-icon svg{width:18px;height:18px}.cs-features div{flex-direction:column;gap:.25rem;display:flex}.cs-features strong{color:var(--text);letter-spacing:.01em;text-transform:uppercase;font-size:.92rem;font-weight:700}.cs-features span{color:var(--text-muted);font-size:.875rem;font-weight:400;line-height:1.55}.cs-footer{text-align:center;width:100%;color:var(--gray);letter-spacing:.03em;border-top:1px solid #ffffff0f;padding:1.25rem 1.5rem;font-size:.78rem}@media (width<=480px){.cs-content{gap:1.5rem;padding:2.5rem 1.25rem 1.5rem}}
