:root{--primary:#6366f1;--primary-dark:#4f46e5;--secondary:#ec4899;--background:#1a1a2e;--surface:#16213e;--surface-light:#1f2937;--text:#f3f4f6;--text-muted:#9ca3af;--success:#10b981;--error:#ef4444;--warning:#f59e0b;--border:#374151}*{box-sizing:border-box;margin:0;padding:0}body{background:#1a1a2e;background:var(--background);color:#f3f4f6;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;min-height:100vh}a{color:#6366f1;color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer}button,input,select,textarea{font-family:inherit}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.btn{align-items:center;border:none;border-radius:8px;display:inline-flex;font-size:1rem;font-weight:500;justify-content:center;padding:.75rem 1.5rem;transition:all .2s}.btn-primary{background:#6366f1;background:var(--primary);color:#fff}.btn-primary:hover{background:#4f46e5;background:var(--primary-dark)}.btn-secondary{background:#1f2937;background:var(--surface-light);border:1px solid #374151;border:1px solid var(--border);color:#f3f4f6;color:var(--text)}.btn-secondary:hover{background:#16213e;background:var(--surface)}.btn-ghost{background:#0000;color:#9ca3af;color:var(--text-muted)}.btn-ghost:hover{background:#1f2937;background:var(--surface-light);color:#f3f4f6;color:var(--text)}.btn:disabled{cursor:not-allowed;opacity:.5}.input{background:#1f2937;background:var(--surface-light);border:1px solid #374151;border:1px solid var(--border);border-radius:8px;color:#f3f4f6;color:var(--text);font-size:1rem;padding:.75rem 1rem;width:100%}.input:focus{border-color:#6366f1;border-color:var(--primary);outline:none}.input::placeholder{color:#9ca3af;color:var(--text-muted)}.card{background:#16213e;background:var(--surface);border:1px solid #374151;border:1px solid var(--border);border-radius:12px;padding:1.5rem}.form-group{margin-bottom:1rem}.form-label{color:#9ca3af;color:var(--text-muted);display:block;font-size:.875rem;margin-bottom:.5rem}.page{min-height:100vh;padding:2rem 0}.page-header{margin-bottom:2rem}.page-title{font-size:2rem;font-weight:700}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.text-center{text-align:center}.text-muted{color:#9ca3af;color:var(--text-muted)}.text-error{color:#ef4444;color:var(--error)}.text-success{color:#10b981;color:var(--success)}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}@media (max-width:768px){.grid-cols-2,.grid-cols-3{grid-template-columns:1fr}.page-title{font-size:1.5rem}.container{padding:0 .75rem}}@keyframes spin{to{transform:rotate(1turn)}}.spinner{animation:spin .8s linear infinite;border:3px solid #374151;border-top-color:#6366f1;border:3px solid var(--border);border-radius:50%;border-top-color:var(--primary);height:24px;width:24px}
/*# sourceMappingURL=main.21c02447.css.map*/