:root{--bg: #f5f5f5;--surface: #ffffff;--surface-muted: #f8fafc;--card-border: #e5e7eb;--popover: #ffffff;--input-bg: #ffffff;--card-shadow: 0 8px 20px rgba(0, 0, 0, .06);--text-primary: #0f172a;--text-secondary: #475569;--muted: #94a3b8;--accent: #46bccb;--accent-contrast: #0f172a;--table-header: rgba(70, 188, 203, .1);--scrollbar-track: var(--surface-muted);--scrollbar-thumb: color-mix(in srgb, var(--accent) 55%, transparent);--scrollbar-thumb-hover: color-mix(in srgb, var(--accent) 75%, transparent);--success: #46cb63;--success-bg: #16a34a;--success-text: #ffffff;--success-bg-hover: #15803d;--primary-bg: #38bdf8;--primary-text: #ffffff;--primary-bg-hover: #1d4ed8;--warning-bg: #fbbf24;--warning-text: #1f2937;--warning-bg-hover: #b45309;--error-bg: #ef4444;--error-text: #ffffff;--error-bg-hover: #b91c1c;--status-open: #2196F3;--status-in-progress: #FF9800;--status-completed: #4CAF50;--status-pending: #9E9E9E;--status-planned: #9C27B0;--status-cancelled: #6b7280;--status-todo: #64748b;--prio-low: #6b7280;--prio-medium: #3b82f6;--prio-high: #f59e0b;--prio-critical: #ef4444;--cat-telecom: #00BCD4;--cat-technical: #607D8B;--cat-cabling: #795548;--cat-development: #673AB7;--cat-cloud: #3F51B5;--cat-free: #4CAF50;--cat-programming: #E91E63;--badge-success: #22c55e;--badge-warning: #f59e0b;--badge-danger: #ef4444;--badge-info: #3b82f6;--badge-gold: #facc15;--chart-1: #46bccb;--chart-2: #6366f1;--chart-3: #10b981;--chart-4: #f59e0b;--chart-5: #8b5cf6;--chart-6: #ec4899;--chart-7: #14b8a6;--chart-8: #f97316;--chart-9: #3b82f6;--chart-10: #a855f7;--chart-11: #84cc16;--chart-12: #06b6d4;--chart-13: #ef4444;--chart-14: #eab308}:root[data-theme=dark]{--bg: #0a0a0a;--surface: #171717;--surface-muted: #1f1f1f;--card-border: #2d2d2d;--popover: #1c1c1c;--text-primary: #e5e7eb;--text-secondary: #cbd5e1;--muted: #9ca3af;--accent: #46bccb;--accent-contrast: #0a0a0a;--table-header: rgba(70, 188, 203, .08);--input-bg: #1f1f1f;--card-shadow: 0 8px 20px rgba(0, 0, 0, .35);--success-bg: #16a34a;--success-text: #ffffff;--success-bg-hover: #15803d;--primary-bg: #38bdf8;--primary-text: #e0e7ff;--primary-bg-hover: #93c5fd;--warning-bg: #f59e0b;--warning-text: #fef3c7;--warning-bg-hover: #fcd34d;--error-bg: #dc2626;--error-text: #fee2e2;--error-bg-hover: #fecaca}:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;background:var(--bg, #f5f5f5);color:var(--text-primary, #1a1a1a);transition:background .2s,color .2s}#app{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--scrollbar-track, #f0f0f0)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb, #c0c0c0);border-radius:3px}.text-center{text-align:center}.text-muted{color:var(--text-secondary, #666)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.gap-1{gap:.5rem}.gap-2{gap:1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-1{flex:1}.grid{display:grid}.w-full{width:100%}
