html,body,#root{height:100%}body{color:#e7e7ec;-webkit-font-smoothing:antialiased;background:#0b0b0d;font-family:Inter,system-ui,sans-serif;font-size:13px}.scrollbar::-webkit-scrollbar{width:10px;height:10px}.scrollbar::-webkit-scrollbar-track{background:0 0}.scrollbar::-webkit-scrollbar-thumb{background:#22222a;border:2px solid #0b0b0d;border-radius:6px}.scrollbar::-webkit-scrollbar-thumb:hover{background:#2e2e38}.btn{white-space:nowrap;color:#e7e7ec;background:#16161a;border:1px solid #22222a;border-radius:6px;align-items:center;gap:6px;height:30px;padding:0 10px;font-size:12.5px;font-weight:500;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.btn:hover{background:#1c1c22;border-color:#2e2e38}.btn-primary{color:#1a1410;background:#d4af37;border-color:#0000;font-weight:600}.btn-primary:hover{color:#1a1410;background:#e6c558}.btn-quiet{color:#b4b4bd;background:0 0;border-color:#0000}.btn-quiet:hover{color:#e7e7ec;background:#16161a}.input{color:#e7e7ec;background:#16161a;border:1px solid #22222a;border-radius:6px;width:260px;height:30px;padding:0 10px 0 30px;font-size:12.5px}.input:focus{background:#1a1a20;border-color:#3a3a44;outline:none}.input::placeholder{color:#54545e}.nav-item{color:#b4b4bd;border-radius:6px;align-items:center;gap:10px;padding:6px 10px;font-size:13px;transition:background .12s,color .12s;display:flex;position:relative}.nav-item:hover,.nav-item.active{color:#e7e7ec;background:#16161a}.nav-item.active:before{content:"";background:#d4af37;border-radius:2px;width:2px;position:absolute;top:6px;bottom:6px;left:-10px}.card{background:#121215;border:1px solid #22222a;border-radius:8px}.row{transition:background .12s}.row:hover{background:#131318}.dot{border-radius:999px;width:6px;height:6px;display:inline-block}.dot-jade{background:#4ade80;box-shadow:0 0 6px #4ade808c}.dot-amber{background:#f5b13a;box-shadow:0 0 6px #f5b13a8c}.dot-ember{background:#f87171;box-shadow:0 0 6px #f871718c}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:#121215;border:1px solid #22222a;border-radius:12px;width:100%;padding:24px;box-shadow:0 20px 40px #0006}.modal-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.modal-header h2{color:#e7e7ec;font-size:18px;font-weight:600}.close-btn{color:#7a7a85;transition:color .12s}.close-btn:hover{color:#e7e7ec}.gold-text{background:linear-gradient(#e6c558 0%,#d4af37 50%,#a07f1f 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.deadline{color:#e6c558;font-variant-numeric:tabular-nums}kbd{color:#b4b4bd;background:#16161a;border:1px solid #22222a;border-radius:4px;padding:1px 5px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:10.5px}.toast-enter{animation:.18s ease-out both tin}@keyframes tin{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
