:root{--primary: #3b82f6;--primary-hover: #2563eb;--primary-foreground: #ffffff;--secondary: #f1f5f9;--secondary-foreground: #0f172a;--destructive: #ef4444;--destructive-foreground: #ffffff;--background: #f8fafc;--surface: #ffffff;--surface-border: #e2e8f0;--text-main: #1e293b;--text-muted: #64748b;--radius: .5rem;--header-height: 64px;--sidebar-width: 250px}*{box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--background);color:var(--text-main);margin:0;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{margin-top:0;font-weight:600;color:var(--text-main)}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{text-decoration:underline}.card{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius);padding:1.5rem;box-shadow:0 1px 3px #0000000d}.table-container{width:100%;overflow-x:auto;border-radius:var(--radius);border:1px solid var(--surface-border);background:var(--surface)}table{width:100%;border-collapse:collapse;text-align:left;font-size:.875rem}thead{background-color:var(--secondary)}th{padding:.75rem 1rem;font-weight:600;color:var(--text-muted);border-bottom:1px solid var(--surface-border);text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}td{padding:.75rem 1rem;border-bottom:1px solid var(--surface-border);color:var(--text-main)}tr:last-child td{border-bottom:none}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.p-4{padding:1rem}.mb-4{margin-bottom:1rem}.mt-4{margin-top:1rem}.text-sm{font-size:.875rem}.text-muted{color:var(--text-muted)}.text-primary{color:var(--primary)}.font-bold{font-weight:600}
