:root{--primary:#023cfb;--primary-dark:#0226c9;--accent:#24a095;--bg:#faf9f7;--bg-bottom:#e6e6e4;--bg-foot:#a6a6a4;--surface:#fff;--text:#1a1a1a;--muted:#797979;--border:#d6d6d4;--highlight-orange:#ee5120;--highlight-yellow:#f9e748;--highlight-green:#36f119;--highlight-cyan:#5bf7fb;--highlight-blue:#023cfb;--highlight-magenta:#e36bf5}*{box-sizing:border-box}html{min-height:100%}body{background:linear-gradient(to bottom, var(--bg) 0%, var(--bg-bottom) 87.5%, var(--bg-foot) 100%);color:var(--text);background-attachment:fixed;min-height:100%;margin:0;font-family:Inter,system-ui,sans-serif}a{color:var(--primary)}a.muted-link{color:var(--muted);font-size:.875rem;text-decoration:none}a.muted-link:hover{color:var(--text);text-decoration:underline}a.footer-link:hover{color:#fff;text-decoration:underline}
