:root{--background:#fff;--foreground:#000;--accent:#007000;--font-main:"Fira Code",monospace}*{box-sizing:border-box;margin:0;padding:0}html.dark{--background:#010;--foreground:#e0f0e0;--accent:#0f9}html.light{--background:#f0f0f0;--foreground:#111;--accent:#060}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-main);margin:0;transition:background-color .3s,color .3s}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#1f2937;border-radius:8px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#4b5563;border-radius:8px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#6b7280}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:.3s ease-in-out fadeIn}.focus-ring:focus{outline:none;box-shadow:0 0 0 3px #05966980}
