:root{--color-primary:#04f;--color-highlight:#ffd600;--color-bg:#f4f3f1;--color-text:#111;--color-muted:#666;--color-border:#e0e0e0;--color-success:#00b87c;--color-error:#ff4c4c;--color-navbar:#f2f3f5;--color-navbar-dark:#0b0e1c;--color-bg-inverse:#fff;--color-border-light:hsla(0,0%,100%,.1);--color-text-dark:#000;--color-text-muted:#ccc;--color-text-soft:#888;--color-section-alt:#f9f9fc;--color-section-alt:#f9f9f9;--font-family:"Inter",sans-serif}*{box-sizing:border-box}body,html{padding:0;margin:0;width:100%;height:100%;font-family:var(--font-family);background:var(--color-bg);color:var(--color-text);scroll-behavior:smooth;overflow-x:hidden;scrollbar-gutter:stable}a,blockquote,em,h1,h2,h3,h4,h5,h6,label,li,p,span,strong{color:var(--color-text);transition:color .2s ease}a{color:var(--color-primary);text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.7}button{font-family:var(--font-family);background-color:#f4e6d3;color:#3a3a3a;padding:.5rem 1.25rem;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s ease,color .2s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}button:hover{background-color:#e8d7be;color:#000}table{width:100%;border-collapse:collapse;margin-top:1rem}td,th{border:1px solid var(--color-border);padding:.75rem;text-align:center;font-family:var(--font-family)}th{background-color:var(--color-highlight);color:var(--color-text);font-weight:600}