:root{--background:#121212;--bg-secondary:#1e1e1e;--bg-tertiary:#252525;--border-subtle:#2a2a2a;--border-default:#333;--border-hover:#444;--foreground:#dedede;--text-secondary:#9e9e9e;--text-tertiary:#6b6b6b;--accent:#00bcd4;--accent-hover:#00acc1;--accent-glow:#00bcd41a;--accent-muted:#00bcd414;--accent-text:#4dd0e1;--easy:#00c853;--medium:#ffab00;--hard:#ff1744;--done:#00e676;--done-bg:#00e6760f;--problem-pane-bg:#161b22;--problem-heading:#e6edf3;--problem-body:#c9d1d9;--problem-muted:#8b949e;--problem-inline-code-bg:#6e768133;--problem-border:#30363d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);font-family:var(--font-sans),system-ui,sans-serif;letter-spacing:.01em;line-height:1.7}a{color:inherit;text-decoration:none}ul,ol{list-style:none}code:not(pre code){font-family:var(--font-mono),monospace;background:var(--bg-tertiary);border-radius:4px;padding:2px 6px;font-size:.85em}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:0 0;border-radius:3px;transition:background .4s}[data-scrolling]::-webkit-scrollbar-thumb{background:var(--border-default);transition:background .15s}[data-scrolling]::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}*{scrollbar-width:thin;scrollbar-color:#0000 #0000;transition:scrollbar-color .4s}[data-scrolling]{scrollbar-color:var(--border-default)#0000}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
