:root{--primary: #ff6b35;--primary-hover: #e55a25;--primary-active: #cc4e1e;--primary-foreground: #ffffff;--primary-subtle: #fff3ee;--secondary: #fff3ee;--secondary-foreground:#cc4e1e;--background: #ffffff;--foreground: #09090b;--card: #ffffff;--card-foreground: #09090b;--muted: #fafafa;--muted-foreground: #71717a;--border: #e4e4e7;--input: #e4e4e7;--ring: #ff6b35;--destructive: #ef4444;--destructive-hover: #dc2626;--destructive-subtle: #fef2f2;--destructive-foreground: #ffffff;--success: #10b981;--success-subtle: #d1fae5;--success-foreground: #065f46;--warning: #f59e0b;--warning-subtle: #fef3c7;--warning-foreground: #92400e;--page-bg: #f4f4f5;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 12px;--radius-2xl: 16px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:var(--foreground);background:var(--page-bg);-webkit-font-smoothing:antialiased}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.page{padding:0}.page-heading{font-size:1.5rem;font-weight:700;color:var(--foreground);margin:0 0 24px;letter-spacing:-.02em}.table-card{background:var(--card);border-radius:var(--radius-2xl);border:1px solid var(--border);box-shadow:0 1px 2px #0000000d;overflow:hidden}.section{background:var(--card);border-radius:var(--radius-2xl);border:1px solid var(--border);box-shadow:0 1px 2px #0000000d;padding:24px;margin-top:24px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-header h3{margin:0;font-size:1rem;font-weight:600}.table{width:100%;border-collapse:collapse;font-size:.875rem}.table th{background:var(--muted);padding:12px 16px;text-align:left;font-size:.75rem;font-weight:700;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border)}.table td{padding:12px 16px;border-bottom:1px solid var(--border);color:var(--card-foreground);vertical-align:middle}.table tr:last-child td{border-bottom:none}.table tr:hover td{background:var(--muted)}.empty{text-align:center;color:var(--muted-foreground);padding:48px 32px!important}.btn-primary{display:inline-flex;align-items:center;gap:6px;padding:0 16px;height:36px;background:var(--primary);color:var(--primary-foreground);border:none;border-radius:var(--radius-md);cursor:pointer;font-size:.875rem;font-weight:600;transition:background .15s,transform .1s;white-space:nowrap}.btn-primary:hover{background:var(--primary-hover)}.btn-primary:active{background:var(--primary-active);transform:scale(.98)}.btn-primary:focus-visible{outline:none;box-shadow:0 0 0 2px var(--background),0 0 0 4px #ff6b3566}.btn-secondary{display:inline-flex;align-items:center;gap:6px;padding:0 16px;height:36px;background:var(--background);color:var(--muted-foreground);border:1.5px solid var(--border);border-radius:var(--radius-md);cursor:pointer;font-size:.875rem;font-weight:500;transition:background .15s,border-color .15s}.btn-secondary:hover{background:var(--muted);border-color:var(--muted-foreground)}.btn-secondary:focus-visible{outline:none;box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--ring)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a1a1aa}
