:root,html[data-theme="dark"]{color-scheme:dark;--bg:#020202;--panel:#090909;--card:#090909;--header:rgba(2,2,2,.92);--line:#303030;--text:#f5f2ed;--muted:#b9b2aa;--orange:#ff5a1f;--max:1180px;--glow:rgba(255,90,31,.09)}html[data-theme="light"]{color-scheme:light;--bg:#f7f4ef;--panel:#fffaf4;--card:#ffffff;--header:rgba(247,244,239,.92);--line:#ddd4ca;--text:#17120f;--muted:#5f574f;--orange:#e5521c;--glow:rgba(229,82,28,.11)}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}body{margin:0;background:radial-gradient(circle at 20% 0,var(--glow),transparent 28rem),var(--bg);color:var(--text);transition:background .2s ease,color .2s ease}a{color:inherit;text-decoration:none}.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}.orange{color:var(--orange)}@media(max-width:760px){.wrap{width:min(var(--max),calc(100% - 24px))}}