:root{--font-sans:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--canvas:#f4f5f7;--surface:#fff;--ink:#101317;--ink-soft:#59616e;--line:#e3e7ea;--accent:#2b4bc8;--accent-strong:#1f39a3;--accent-soft:#edf0fd;--action:#2b4bc8;--on-action:#fff;--ok:#157347;--ok-soft:#e6f4ec;--warn:#8a5a00;--warn-soft:#fdf3e0;--danger:#b3261e;--danger-soft:#fdeceb;--radius-card:14px}@media (prefers-color-scheme:dark){:root{--canvas:#0e1116;--surface:#161a20;--ink:#f3f5f8;--ink-soft:#a3acb9;--line:#262d37;--accent:#93a8ff;--accent-strong:#b6c4ff;--accent-soft:#1b2233;--action:#3f5fd8;--on-action:#fff;--ok:#6fd39b;--ok-soft:#12251c;--warn:#f0c05a;--warn-soft:#2a2113;--danger:#ff9a92;--danger-soft:#2c1614}}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--canvas);color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.5}h1,h2,h3,p,dl,dd,ol,ul,figure{margin:0}ol,ul{padding:0;list-style:none}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.sg-container{width:100%;max-width:72rem;margin-inline:auto;padding-inline:1.25rem}@keyframes sg-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.sg-rise{animation:.6s cubic-bezier(.16,1,.3,1) both sg-rise}@media (prefers-reduced-motion:reduce){.sg-rise{animation:none}}