@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700&family=Manrope:wght@400;500;700&family=JetBrains+Mono:wght@400;500&display=swap";@tailwind base;@tailwind components;@tailwind utilities;body{margin:0;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc}code,.font-mono{font-family:JetBrains Mono,source-code-pro,Menlo,Monaco,Consolas,monospace}h1,h2,h3,h4,h5,h6,.font-heading{font-family:Barlow Condensed,sans-serif}@layer base{:root{--background: 210 40% 98%;--foreground: 222 47% 11%;--card: 0 0% 100%;--card-foreground: 222 47% 11%;--popover: 0 0% 100%;--popover-foreground: 222 47% 11%;--primary: 222 47% 11%;--primary-foreground: 210 40% 98%;--secondary: 214 32% 91%;--secondary-foreground: 222 47% 11%;--muted: 214 32% 91%;--muted-foreground: 215 16% 47%;--accent: 214 32% 91%;--accent-foreground: 222 47% 11%;--destructive: 0 84% 60%;--destructive-foreground: 210 40% 98%;--border: 214 32% 80%;--input: 214 32% 80%;--ring: 222 47% 11%;--radius: .125rem;--status-info: 199 89% 48%;--status-info-bg: 204 94% 94%;--status-success: 142 71% 45%;--status-success-bg: 141 79% 85%;--status-warning: 38 92% 50%;--status-warning-bg: 48 96% 89%;--status-danger: 0 84% 60%;--status-danger-bg: 0 93% 94%;--chart-processing: 215 16% 47%;--chart-fit-up: 199 89% 48%;--chart-welding: 38 92% 50%;--chart-painting: 142 71% 45%;--chart-field: 263 70% 50%}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}.data-table{@apply border border-slate-200 rounded-sm overflow-hidden;}.data-table th{@apply bg-slate-50 border-b border-slate-200 text-xs font-semibold uppercase tracking-wider text-slate-600 h-10 px-4 text-left align-middle;}.data-table td{@apply p-3 text-sm text-slate-700 align-middle border-b border-slate-100;}.data-table tr:hover{@apply bg-slate-50/50;}.matrix-cell{@apply p-1 text-center border-r border-slate-100 last:border-r-0 text-sm font-mono;}.matrix-cell.over-capacity{@apply bg-red-50 text-red-700;background-image:repeating-linear-gradient(45deg,transparent,transparent 4px,rgba(239,68,68,.1) 4px,rgba(239,68,68,.1) 8px)}.status-badge{@apply inline-flex items-center px-2 py-0.5 rounded-sm text-xs font-medium;}.status-badge.info{@apply bg-sky-100 text-sky-700 border border-sky-200;}.status-badge.success{@apply bg-green-100 text-green-700 border border-green-200;}.status-badge.warning{@apply bg-amber-100 text-amber-700 border border-amber-200;}.status-badge.danger{@apply bg-red-100 text-red-700 border border-red-200;}.kpi-card{@apply bg-white border border-slate-200 rounded-sm p-5;}.kpi-card .kpi-label{@apply text-xs font-medium tracking-wider text-slate-500 uppercase mb-1;}.kpi-card .kpi-value{@apply text-3xl font-bold text-slate-900 font-mono;}.kpi-card .kpi-subtext{@apply text-sm text-slate-500 mt-1;}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.transition-fast{transition:all .15s ease-out}@layer base{[data-debug-wrapper=true]{display:contents!important}}
