:root{--navy-950:#07162b;--navy-900:#0b2344;--blue-600:#2468e8;--blue-50:#eef5ff;--green-600:#15945f;--surface:#ffffff;--background:#f3f6fb;--border:#dce4ef;--text:#14213d;--muted:#65738d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.shell{display:grid;grid-template-columns:260px 1fr}.shell,.sidebar{min-height:100vh}.sidebar{position:sticky;top:0;padding:24px 18px;background:linear-gradient(180deg,var(--navy-900),var(--navy-950));color:#f7fbff;display:flex;flex-direction:column;gap:26px}.brand{display:flex;align-items:center;gap:12px}.brandMark{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#4f92ff,#1658d1);font-size:22px;font-weight:800}.brand div{display:grid;gap:2px}.brand small,.moduleCard small,.sidebarFooter small{color:#91a5c4}.moduleCard{display:grid;gap:6px;padding:16px;border:1px solid rgb(255 255 255/10%);border-radius:14px;background:rgb(255 255 255/5%)}.sidebar nav{display:grid;gap:8px}.sidebar nav a{padding:12px 14px;border-radius:10px;color:#c6d3e6}.sidebar nav a.active,.sidebar nav a:hover{color:#fff;background:rgb(51 120 235/22%)}.sidebarFooter{margin-top:auto;display:grid;grid-template-columns:auto 1fr;gap:4px 8px;align-items:center;font-size:13px}.sidebarFooter small{grid-column:2}.onlineDot{width:8px;height:8px;border-radius:50%;background:#39dc98;box-shadow:0 0 0 5px rgb(57 220 152/10%)}.content{width:min(1320px,100%);margin:0 auto;padding:42px}.topbar{display:flex;justify-content:space-between;gap:30px;align-items:flex-start;margin-bottom:24px}.eyebrow{color:var(--blue-600);font-size:12px;font-weight:800;letter-spacing:.08em}h1,h2,p{margin-top:0}h1{margin-bottom:8px;font-size:clamp(30px,4vw,46px);letter-spacing:-.035em}.card p,.panel p,.topbar p{color:var(--muted);line-height:1.6}.environmentBadge{padding:10px 14px;border-radius:999px;color:var(--green-600);background:#eafaf3;border:1px solid #c4efd9;font-size:12px;font-weight:800}.notice{padding:16px 18px;margin-bottom:22px;border:1px solid #cfe0ff;border-radius:14px;background:var(--blue-50);color:#244a84}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.card,.panel{border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:0 10px 32px rgb(22 44 80/5%)}.card{min-height:155px;padding:20px}.cardHeader{display:flex;justify-content:space-between;align-items:start;gap:14px}.card h2{font-size:17px}.cardHeader span{padding:6px 9px;border-radius:999px;background:#edf8f2;color:var(--green-600);font-size:11px;font-weight:800;white-space:nowrap}.panel{margin-top:18px;padding:24px;display:grid;grid-template-columns:1.2fr 1fr;gap:28px;align-items:center}.panel h2{margin:8px 0 0;font-size:24px}.panel ul{margin:0;padding-left:22px;color:var(--muted);line-height:1.9}.next a{justify-self:end;padding:12px 16px;border-radius:10px;background:var(--blue-600);color:#fff;font-weight:750}@media (max-width:980px){.shell{grid-template-columns:1fr}.sidebar{min-height:auto;position:static}.moduleCard,.sidebar nav,.sidebarFooter{display:none}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.content{padding:24px 16px}.panel,.topbar{display:grid}.grid,.panel,.topbar{grid-template-columns:1fr}.environmentBadge,.next a{justify-self:start}}