:root{--bg:#0d0e1a;--bg-card:#171930;--border:#2c2f52;--text:#d6d8ee;--text-muted:#8a8db3;--heading:#fff;--accent:#ffb347;--accent-2:#ff5d73;--success:#6fe3a5;--error:#ff7b8a;color:var(--text);background:var(--bg);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;-webkit-font-smoothing:antialiased;font-family:system-ui,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5}*{box-sizing:border-box}body{background:radial-gradient(circle at 20% 10%, #ff5d731f, transparent 40%), radial-gradient(circle at 80% 0%, #ffb3471a, transparent 45%), var(--bg);min-height:100svh;margin:0}#root{max-width:960px;margin:0 auto;padding:0 20px 60px}h1,h2,h3{color:var(--heading);font-weight:600}a{color:var(--accent)}button{font:inherit;color:#1b0f00;background:linear-gradient(135deg, var(--accent), var(--accent-2));cursor:pointer;border:none;border-radius:8px;padding:10px 18px;font-weight:600}button:hover:not(:disabled){filter:brightness(1.1)}button:disabled{opacity:.6;cursor:not-allowed}button.secondary{color:var(--text);border:1px solid var(--border);background:0 0}input,select,textarea{font:inherit;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:8px;width:100%;padding:9px 12px}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:-1px}.site-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:28px;padding:28px 0 20px;display:flex}.site-header h1{margin:0;font-size:28px}.site-header nav{gap:6px;display:flex}.site-header nav a{color:var(--text-muted);border-radius:8px;padding:8px 14px;text-decoration:none}.site-header nav a:hover{color:var(--heading)}.site-header nav a.active{color:var(--heading);background:var(--bg-card);border:1px solid var(--border)}.page{flex-direction:column;gap:20px;display:flex}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:20px}.card h3{margin-top:0}.columns{grid-template-columns:1fr 1fr;align-items:start;gap:20px;display:grid}@media (width<=720px){.columns{grid-template-columns:1fr}}.form{flex-direction:column;gap:14px;display:flex}.form label{color:var(--text-muted);flex-direction:column;gap:5px;font-size:14px;display:flex}.login-form{max-width:380px;margin:40px auto}.event-picker{max-width:420px;color:var(--text-muted);flex-direction:column;gap:6px;font-size:14px;display:flex}.list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.list li{border-bottom:1px solid var(--border);padding-bottom:10px}.list li:last-child{border-bottom:none;padding-bottom:0}.muted{color:var(--text-muted)}.error{color:var(--error);margin:0}.success{color:var(--success);margin:0}.total{color:var(--accent)}.stats{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (width<=720px){.stats{grid-template-columns:1fr}}.stat{flex-direction:column;gap:4px;display:flex}.stat .total{font-size:24px;font-weight:600}.admin-bar{justify-content:space-between;align-items:center;gap:12px;display:flex}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:14px}th,td{text-align:left;border-bottom:1px solid var(--border);padding:8px 12px}th{color:var(--text-muted);font-weight:500}.firework-preview{flex-direction:column;gap:6px;display:flex}.firework-preview svg{border:1px solid var(--border);border-radius:10px;width:100%;max-width:280px;height:auto}.firework-preview p{font-size:13px}.row-del{color:var(--error);border:1px solid var(--border);background:0 0;border-radius:6px;margin-left:10px;padding:2px 10px;font-size:12px}.row-del:hover{border-color:var(--error);filter:none}code{background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:2px 6px;font-size:13px}
