:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f7f8fb;--foreground:#172033;--muted:#5f6b7a;--panel:#fff;--border:#dfe4ec;--accent:#1f7a68}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--background);color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.shell{grid-template-columns:280px 1fr;min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--border);background:#fff;padding:24px}.brand{align-items:center;gap:12px;margin-bottom:32px;display:flex}.brand-mark{background:var(--accent);color:#fff;border-radius:8px;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.brand strong,.brand small{display:block}.brand small,.topbar p,article span,article p{color:var(--muted)}nav{gap:8px;display:grid}nav a{color:#2a3445;border-radius:8px;padding:10px 12px}nav a:first-child{color:#155e50;background:#e7f4f0;font-weight:700}.workspace{padding:32px}.topbar{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;display:flex}.topbar p{text-transform:uppercase;margin:0 0 8px;font-size:.9rem;font-weight:700}.topbar h1{max-width:780px;margin:0;font-size:clamp(2rem,4vw,4rem);line-height:1.02}button{background:var(--accent);color:#fff;cursor:pointer;min-width:112px;font:inherit;border:0;border-radius:8px;padding:11px 14px;font-weight:700}.summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}article{border:1px solid var(--border);background:var(--panel);border-radius:8px;min-height:180px;padding:20px}article span{text-transform:uppercase;margin-bottom:10px;font-size:.85rem;font-weight:700;display:block}article strong{margin-bottom:12px;font-size:1.4rem;display:block}article p{margin:0;line-height:1.6}@media (max-width:820px){.shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--border)}nav{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar{display:grid}.summary-grid{grid-template-columns:1fr}}
