@charset "UTF-8";:root{--font-size: 14px;color-scheme:light;--background: #f8fafc;--foreground: #0f172a;--card: #ffffff;--card-foreground: #0f172a;--popover: #ffffff;--popover-foreground: #0f172a;--primary: #2563eb;--primary-foreground: #ffffff;--secondary: #f1f5f9;--secondary-foreground: #334155;--muted: #f1f5f9;--muted-foreground: #64748b;--accent: #eff6ff;--accent-foreground: #1d4ed8;--destructive: #ef4444;--destructive-foreground: #ffffff;--border: #e2e8f0;--input-background: #f8fafc;--ring: #93c5fd;--danger-bg: #fef2f2;--danger-border: #fecaca;--danger-fg: #b91c1c;--success-bg: #ecfdf5;--success-border: #a7f3d0;--success-fg: #059669;--info-bg: #eff6ff;--info-border: #bfdbfe;--info-fg: #1d4ed8;--warn-bg: #fffbeb;--warn-border: #fde68a;--warn-fg: #b45309;--radius: .5rem;--radius-sm: calc(var(--radius) - 4px);--radius-md: calc(var(--radius) - 2px);--radius-lg: var(--radius);--radius-xl: calc(var(--radius) + 4px);--font-weight-normal: 400;--font-weight-medium: 500;--sidebar: #ffffff;--sidebar-foreground: #0f172a;--sidebar-primary: #2563eb;--sidebar-primary-foreground: #ffffff;--sidebar-accent: #eff6ff;--sidebar-accent-foreground: #1d4ed8;--sidebar-border: #e2e8f0}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--background: #0f172a;--foreground: #e2e8f0;--card: #1e293b;--card-foreground: #e2e8f0;--popover: #1e293b;--popover-foreground: #e2e8f0;--primary: #3b82f6;--primary-foreground: #ffffff;--secondary: #334155;--secondary-foreground: #e2e8f0;--muted: #334155;--muted-foreground: #94a3b8;--accent: #1e3a8a;--accent-foreground: #bfdbfe;--destructive: #f87171;--destructive-foreground: #0f172a;--border: #334155;--input-background: #1e293b;--ring: #3b82f6;--danger-bg: #3a1e1e;--danger-border: #7f1d1d;--danger-fg: #fca5a5;--success-bg: #10281f;--success-border: #166534;--success-fg: #6ee7b7;--info-bg: #17233f;--info-border: #1e40af;--info-fg: #93c5fd;--warn-bg: #33260f;--warn-border: #92400e;--warn-fg: #fcd34d;--sidebar: #1e293b;--sidebar-foreground: #e2e8f0;--sidebar-primary: #3b82f6;--sidebar-primary-foreground: #ffffff;--sidebar-accent: #334155;--sidebar-accent-foreground: #e2e8f0;--sidebar-border: #334155}}:root[data-theme=dark]{color-scheme:dark;--background: #0f172a;--foreground: #e2e8f0;--card: #1e293b;--card-foreground: #e2e8f0;--popover: #1e293b;--popover-foreground: #e2e8f0;--primary: #3b82f6;--primary-foreground: #ffffff;--secondary: #334155;--secondary-foreground: #e2e8f0;--muted: #334155;--muted-foreground: #94a3b8;--accent: #1e3a8a;--accent-foreground: #bfdbfe;--destructive: #f87171;--destructive-foreground: #0f172a;--border: #334155;--input-background: #1e293b;--ring: #3b82f6;--danger-bg: #3a1e1e;--danger-border: #7f1d1d;--danger-fg: #fca5a5;--success-bg: #10281f;--success-border: #166534;--success-fg: #6ee7b7;--info-bg: #17233f;--info-border: #1e40af;--info-fg: #93c5fd;--warn-bg: #33260f;--warn-border: #92400e;--warn-fg: #fcd34d;--sidebar: #1e293b;--sidebar-foreground: #e2e8f0;--sidebar-primary: #3b82f6;--sidebar-primary-foreground: #ffffff;--sidebar-accent: #334155;--sidebar-accent-foreground: #e2e8f0;--sidebar-border: #334155}*,*:before,*:after{box-sizing:border-box}html{font-size:var(--font-size)}body{margin:0;min-height:100vh;background:var(--background);color:var(--foreground);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:var(--font-weight-normal);line-height:1.5;-webkit-font-smoothing:antialiased}h1{font-size:1.5rem;font-weight:var(--font-weight-medium);line-height:1.5;margin:0}h2{font-size:1.25rem;font-weight:var(--font-weight-medium);line-height:1.5;margin:0}h3{font-size:1.125rem;font-weight:var(--font-weight-medium);line-height:1.5;margin:0}h4{font-size:1rem;font-weight:var(--font-weight-medium);line-height:1.5;margin:0}button{font-family:inherit;font-weight:var(--font-weight-medium)}input,textarea,select{font-family:inherit;font-weight:var(--font-weight-normal)}
