@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--sidebar-bg: #0f1117;--sidebar-border: #1e2130;--sidebar-item-hover: #1a1d2e;--sidebar-item-active: #1e2236;--sidebar-accent: #5b6af5;--sidebar-accent-muted: rgba(91, 106, 245, .15);--bg-primary: #131620;--bg-secondary: #181b2a;--bg-card: #1c2035;--bg-card-hover: #212540;--bg-elevated: #232742;--border-subtle: #1e2236;--border-default: #252a40;--border-strong: #2e3450;--text-primary: #e8eaf6;--text-secondary: #8b90a7;--text-tertiary: #5a607a;--text-accent: #7986f8;--severity-high: #f87171;--severity-high-bg: rgba(248, 113, 113, .1);--severity-high-border: rgba(248, 113, 113, .25);--severity-medium: #fb923c;--severity-medium-bg: rgba(251, 146, 60, .1);--severity-medium-border: rgba(251, 146, 60, .25);--severity-low: #4ade80;--severity-low-bg: rgba(74, 222, 128, .1);--severity-low-border: rgba(74, 222, 128, .25);--severity-info: #60a5fa;--severity-info-bg: rgba(96, 165, 250, .1);--severity-info-border: rgba(96, 165, 250, .25);--status-pending: #94a3b8;--status-in-progress: #7986f8;--status-awaiting: #fb923c;--status-resolved: #4ade80;--accent-blue: #5b6af5;--accent-blue-hover: #6b7af8;--accent-blue-muted: rgba(91, 106, 245, .12);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--shadow-sm: 0 1px 3px rgba(0,0,0,.3);--shadow-md: 0 4px 12px rgba(0,0,0,.4);--shadow-lg: 0 8px 24px rgba(0,0,0,.5);--shadow-panel: -4px 0 32px rgba(0,0,0,.6);--transition-fast: .12s ease;--transition-base: .2s ease;--transition-slow: .32s ease}html,body,#root{height:100%;overflow:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-primary);color:var(--text-primary);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit;color:inherit}input,textarea,select{font-family:inherit;font-size:inherit}a{color:inherit;text-decoration:none}@keyframes np-spin{to{transform:rotate(360deg)}}.np-spin{animation:np-spin .7s linear infinite}
