*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #0f0f23;--color-surface: #1a1a2e;--color-surface-2: #252542;--color-border: #2e2e50;--color-text: #e8e8f0;--color-text-muted: #8888aa;--color-accent: #6c63ff;--color-accent-hover: #5a52e0;--color-success: #22c55e;--color-error: #ef4444;--color-warning: #f59e0b;--radius: 8px;--radius-sm: 4px;font-family:Inter,system-ui,sans-serif}body{background:var(--color-bg);color:var(--color-text);min-height:100vh;line-height:1.5}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit;font-size:.875rem;border:none;border-radius:var(--radius-sm);padding:.5rem 1rem;transition:background .15s}.btn-primary{background:var(--color-accent);color:#fff}.btn-primary:hover{background:var(--color-accent-hover)}.btn-secondary{background:var(--color-surface-2);color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:hover{background:var(--color-border)}.btn-danger{background:var(--color-error);color:#fff}.btn-danger:hover{background:#dc2626}input,select,textarea{font-family:inherit;font-size:.875rem;background:var(--color-surface-2);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.5rem .75rem;width:100%;outline:none;transition:border-color .15s}input:focus,select:focus,textarea:focus{border-color:var(--color-accent)}label{display:block;font-size:.8125rem;color:var(--color-text-muted);margin-bottom:.25rem}.field{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.25rem}.badge{display:inline-block;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600}.badge-green{background:#166534;color:#86efac}.badge-red{background:#7f1d1d;color:#fca5a5}.badge-gray{background:var(--color-surface-2);color:var(--color-text-muted)}.badge-purple{background:#3b0764;color:#c4b5fd}.error-msg{color:var(--color-error);font-size:.8125rem;margin-top:.25rem}h1{font-size:1.5rem;font-weight:700}h2{font-size:1.25rem;font-weight:600}h3{font-size:1rem;font-weight:600}@media print{body{background:#fff;color:#000}}
