:root{--navy:#1e243e;--navy-deep:#11172f;--gold:#c8a15a;--paper:#f7f6f2;--surface:#fff;--muted:#697083;--line:#deddd8;--success:#2f6c52}*{box-sizing:border-box}html{background:var(--paper);color:var(--navy);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{margin:0}a{color:inherit;text-decoration:none}.shell{grid-template-columns:260px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--navy-deep);color:#f7f6f2;flex-direction:column;justify-content:space-between;height:100vh;padding:30px 22px;display:flex;position:sticky;top:0}.brand{letter-spacing:3px;align-items:center;gap:12px;font-size:12px;font-weight:800;display:flex}.brandMark{background:var(--navy);border:1px solid #3e4668;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.sidebarLabel,.eyebrow{color:var(--gold);letter-spacing:1.8px;font-size:10px;font-weight:800}.sidebarLabel{margin:20px 0 36px 46px}nav{gap:6px;display:grid}.navItem{color:#aeb4c8;border-radius:10px;align-items:center;gap:12px;padding:11px 12px;font-size:13px;display:flex}.navItem span{color:#69718f;letter-spacing:1px;font-size:9px}.navItem:hover,.navItem.active{color:#fff;background:#1e2748}.privacyNote{color:#858ca6;font-size:11px;line-height:1.6}.workspace{padding:42px clamp(24px,4vw,64px) 80px}.topbar,.sectionHeading,.notice{justify-content:space-between;align-items:flex-start;gap:30px;display:flex}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-2.5px;max-width:720px;margin-bottom:0;font-size:clamp(34px,5vw,58px);font-weight:400;line-height:1.04}h2{letter-spacing:-1.2px;margin-bottom:0;font-size:clamp(24px,3vw,36px);font-weight:500}.setupBadge,.status{white-space:nowrap;border-radius:999px;font-size:11px;font-weight:700}.setupBadge{color:#745b2f;background:#ede4d3;padding:10px 15px}.notice{background:var(--navy);color:#fff;border-radius:22px;margin-top:50px;padding:28px}.notice p:last-child{color:#c1c5d4;max-width:520px;margin-bottom:0;line-height:1.7}.section{margin-top:56px}.quiet{color:var(--muted);font-size:12px}.serviceGrid,.areaGrid{gap:14px;margin-top:24px;display:grid}.serviceGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.areaGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.serviceCard,.areaCard{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:22px}.serviceCard h3,.areaCard h3{margin:20px 0 8px;font-size:17px}.serviceCard p,.areaCard p{color:var(--muted);margin-bottom:0;font-size:13px;line-height:1.6}.status{padding:6px 10px;display:inline-block}.status.ready{color:var(--success);background:#e2f0e9}.status.pending{color:#7a653c;background:#f1ede4}.areaCard>span{color:var(--gold);letter-spacing:1.4px;font-size:10px;font-weight:800}@media (max-width:900px){.shell{grid-template-columns:1fr}.sidebar{height:auto;position:static}.sidebar nav,.privacyNote,.sidebarLabel{display:none}.topbar,.notice,.sectionHeading{flex-direction:column;align-items:flex-start}.serviceGrid,.areaGrid{grid-template-columns:1fr}}
