:root{--bg: #0A0A0A;--bg-2: #111111;--bg-3: #1a1a1a;--fg: #f3f4f6;--text: #9ca3af;--line: #1e1e1e;--line-2: #2a2a2a;--accent: #CCFF00;--accent-bg: rgba(204, 255, 0, .08);--accent-border: rgba(204, 255, 0, .3);--magenta: #FE0094;--blue: #00BFFF;--violet: #A78BFA;--sans: "Inter", system-ui, -apple-system, "Helvetica Neue", sans-serif;--display: "Bebas Neue", "Inter", sans-serif;--mono: "JetBrains Mono", ui-monospace, "SF Mono", Consolas, monospace;color-scheme:dark;font:16px/1.6 var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);min-height:100%}#root{width:100%;min-height:100svh;display:flex;flex-direction:column}h1,h2,h3{font-family:var(--sans);color:var(--fg);margin:0}p{margin:0}input,textarea,select{font-family:var(--sans);font-size:15px;color:var(--fg);background:var(--bg-2);border:1px solid var(--line);border-radius:10px;padding:12px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg)}input::placeholder,textarea::placeholder{color:#555}button{font-family:var(--sans)}a{color:var(--accent);text-decoration:none}*{scrollbar-width:thin;scrollbar-color:#2a2a2a var(--bg)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}.hide-scroll{-ms-overflow-style:none;scrollbar-width:none}.hide-scroll::-webkit-scrollbar{display:none}@keyframes zk-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.anim-screen{animation:zk-fade-up .25s ease both}@media (prefers-reduced-motion: reduce){.anim-screen{animation:none}}@keyframes zk-spin{to{transform:rotate(360deg)}}.zk-spin{animation:zk-spin .8s linear infinite}
