* { box-sizing: border-box; }
html { color-scheme: dark; }
body { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: 0; }
input, select, textarea, button { font: inherit; }
table { border-collapse: collapse; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #090909; }
::-webkit-scrollbar-thumb { background: #3f3f46; border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: #E50914; }
.copy-flash { outline: 2px solid rgba(229, 9, 20, .75); }
