:root{--accent: #22c55e;--accent-fg: #052e16;--warn: #facc15;--danger: #ef4444;--info: #3b82f6;--muted: #71717a;--bg: #f7f8fa;--surface: #ffffff;--surface-2: #f1f3f5;--border: #e4e7eb;--fg: #18181b;--fg-muted: #52525b;--radius: 8px;--radius-sm: 5px;--shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 1px 3px rgba(0, 0, 0, .08);--font: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono: ui-monospace, "SF Mono", Menlo, monospace}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--fg);font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}.pill{display:inline-block;padding:1px 8px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.pill-critical{background:#fee2e2;color:#991b1b}.pill-high{background:#ffedd5;color:#9a3412}.pill-normal{background:#e0e7ff;color:#3730a3}.pill-low{background:var(--surface-2);color:var(--fg-muted)}.pill-open{background:#fef9c3;color:#854d0e}.pill-escalated{background:#fee2e2;color:#991b1b}.pill-resolved{background:#dcfce7;color:#166534}.loadbar.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;height:3px;background:var(--accent);z-index:1000;animation:svelte-12qhfyh-indeterminate 1s ease-in-out infinite;transform-origin:left}@keyframes svelte-12qhfyh-indeterminate{0%{transform:scaleX(0);opacity:1}50%{transform:scaleX(.6)}to{transform:scaleX(1);opacity:.4}}
