*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font-sans: "IBM Plex Sans", system-ui, sans-serif;--font-mono: "IBM Plex Mono", "Courier New", monospace;--bg-0: #0d0e11;--bg-1: #13151a;--bg-2: #1c1f27;--bg-3: #252933;--bg-4: #2e3340;--border: #2a2d38;--border-hi: #3d4255;--text-0: #e8eaf0;--text-1: #9da3b4;--text-2: #5c6275;--text-inv: #0d0e11;--status-open: #3b82f6;--status-open-bg: #1e3a5f;--status-progress: #8b5cf6;--status-progress-bg: #2e1f5e;--status-pending: #f59e0b;--status-pending-bg: #3d2e0a;--status-resolved: #10b981;--status-resolved-bg: #0a2e1e;--status-closed: #4b5563;--status-closed-bg: #1a1d24;--status-cancelled: #6b7280;--status-cancelled-bg:#1a1d24;--prio-critical: #ef4444;--prio-high: #f97316;--prio-medium: #eab308;--prio-low: #6b7280;--sla-ok: #10b981;--sla-at-risk: #f59e0b;--sla-breach: #ef4444;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--radius-sm: 3px;--radius-md: 6px;--radius-lg: 10px;--shadow-sm: 0 1px 3px rgba(0,0,0,.4);--shadow-md: 0 4px 12px rgba(0,0,0,.5);--shadow-lg: 0 8px 32px rgba(0,0,0,.6)}html,body,#root{height:100%;background:var(--bg-0);color:var(--text-0);font-family:var(--font-sans);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:var(--font-sans);cursor:pointer;border:none;background:none;font-size:14px}input,textarea,select{font-family:var(--font-sans);font-size:14px;color:var(--text-0);background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);outline:none;transition:border-color .15s;width:100%}input:focus,textarea:focus,select:focus{border-color:var(--border-hi);background:var(--bg-3)}input::placeholder,textarea::placeholder{color:var(--text-2)}select option{background:var(--bg-2)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-1)}::-webkit-scrollbar-thumb{background:var(--bg-4);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-hi)}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-up{animation:fadeUp .2s ease both}.fade-in{animation:fadeIn .15s ease both}.mono{font-family:var(--font-mono)}.truncate{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}[data-theme=light]{--bg-0: #f0f2f5;--bg-1: #ffffff;--bg-2: #f5f7fa;--bg-3: #e8ecf2;--bg-4: #d1d8e8;--border: #dde2ee;--border-hi: #b0bbda;--text-0: #111827;--text-1: #374151;--text-2: #9ca3af;--text-inv: #ffffff;--shadow-sm: 0 1px 3px rgba(0,0,0,.1);--shadow-md: 0 4px 12px rgba(0,0,0,.12);--shadow-lg: 0 8px 32px rgba(0,0,0,.15)}[data-theme=light] input,[data-theme=light] textarea,[data-theme=light] select{background:#fff;border-color:var(--border);color:var(--text-0)}[data-theme=light] input:focus,[data-theme=light] textarea:focus,[data-theme=light] select:focus{background:#f5f7fa;border-color:var(--border-hi)}[data-theme=light] select option{background:#fff;color:#111827}[data-theme=light] ::-webkit-scrollbar-track{background:#f0f2f5}[data-theme=light] ::-webkit-scrollbar-thumb{background:#d1d8e8}
