:root{--bg: #0f1419;--surface: #1a2332;--surface2: #243044;--border: #2d3a4f;--text: #e8ecf1;--muted: #8b9cb3;--accent: #3b82f6;--accent-hover: #2563eb;--success: #22c55e;--danger: #ef4444;--radius: 10px;font-family:DM Sans,system-ui,sans-serif;line-height:1.5;color:var(--text);background:var(--bg)}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer;border:none;border-radius:var(--radius);font-weight:600;font-size:.9375rem;padding:.65rem 1.25rem;transition:background .15s,opacity .15s}button:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-ghost{background:transparent;color:var(--muted);border:1px solid var(--border)}.btn-ghost:hover:not(:disabled){color:var(--text);border-color:var(--muted)}.btn-success{background:var(--success);color:#052e16}.btn-danger{background:var(--danger);color:#fff}input,select,textarea{font-family:inherit;font-size:1rem;padding:.6rem .75rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg);color:var(--text);width:100%}label{display:block;font-size:.8125rem;font-weight:500;color:var(--muted);margin-bottom:.35rem}.form-group{margin-bottom:1rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.5rem}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.875rem}th,td{text-align:left;padding:.65rem .75rem;border-bottom:1px solid var(--border)}th{color:var(--muted);font-weight:600}.error-msg{color:var(--danger);font-size:.875rem;margin-top:.5rem}
