@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--background: hsl(0 0% 100%);--foreground: hsl(222 47% 11%);--muted: hsl(210 40% 96%);--muted-foreground: hsl(215 13% 65%);--popover: hsl(0 0% 100%);--popover-foreground: hsl(222 47% 11%);--border: hsl(214 32% 91%);--input: hsl(214 32% 91%);--card: hsl(0 0% 100%);--card-foreground: hsl(222 47% 11%);--primary: hsl(221 83% 53%);--primary-foreground: hsl(210 40% 98%);--secondary: hsl(210 40% 96%);--secondary-foreground: hsl(222 47% 11%);--accent: hsl(210 40% 96%);--accent-foreground: hsl(222 47% 11%);--destructive: hsl(0 84% 60%);--destructive-foreground: hsl(210 40% 98%);--success: hsl(142 71% 45%);--success-foreground: hsl(210 40% 98%);--warning: hsl(38 92% 50%);--warning-foreground: hsl(222 47% 11%);--ring: hsl(221 83% 53%);--chart-1: hsl(221 83% 53%);--chart-2: hsl(142 71% 45%);--chart-3: hsl(38 92% 50%);--chart-4: hsl(0 84% 60%);--chart-5: hsl(262 83% 58%);--sidebar: hsl(0 0% 100%);--sidebar-foreground: hsl(222 47% 11%);--sidebar-primary: hsl(221 83% 53%);--sidebar-primary-foreground: hsl(210 40% 98%);--sidebar-accent: hsl(210 40% 96%);--sidebar-accent-foreground: hsl(222 47% 11%);--sidebar-border: hsl(214 32% 91%);--sidebar-ring: hsl(221 83% 53%);--font-sans: "Inter", system-ui, sans-serif;--font-serif: Georgia, serif;--font-mono: "Fira Code", monospace;--radius: 8px}.dark{--background: hsl(224 71% 4%);--foreground: hsl(213 31% 91%);--muted: hsl(223 47% 11%);--muted-foreground: hsl(215 20% 65%);--accent: hsl(216 34% 17%);--accent-foreground: hsl(210 40% 98%);--popover: hsl(224 71% 4%);--popover-foreground: hsl(215 20% 65%);--border: hsl(216 34% 17%);--input: hsl(216 34% 17%);--card: hsl(224 71% 4%);--card-foreground: hsl(213 31% 91%);--primary: hsl(210 40% 98%);--primary-foreground: hsl(222 47% 1%);--secondary: hsl(222 47% 11%);--secondary-foreground: hsl(213 31% 91%);--destructive: hsl(0 63% 31%);--destructive-foreground: hsl(210 40% 98%);--success: hsl(142 71% 45%);--success-foreground: hsl(210 40% 98%);--warning: hsl(38 92% 50%);--warning-foreground: hsl(222 47% 11%);--ring: hsl(216 34% 17%);--chart-1: hsl(221 83% 53%);--chart-2: hsl(142 71% 45%);--chart-3: hsl(38 92% 50%);--chart-4: hsl(0 84% 60%);--chart-5: hsl(262 83% 58%);--sidebar: hsl(224 71% 4%);--sidebar-foreground: hsl(213 31% 91%);--sidebar-primary: hsl(221 83% 53%);--sidebar-primary-foreground: hsl(210 40% 98%);--sidebar-accent: hsl(216 34% 17%);--sidebar-accent-foreground: hsl(210 40% 98%);--sidebar-border: hsl(216 34% 17%);--sidebar-ring: hsl(216 34% 17%);--font-sans: "Inter", system-ui, sans-serif;--font-serif: Georgia, serif;--font-mono: "Fira Code", monospace;--radius: 8px}@layer base{*{@apply border-border;}body{@apply font-sans antialiased bg-background text-foreground;font-family:Inter,system-ui,sans-serif}.status-indicator{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:8px}.status-running{background-color:hsl(var(--success))}.status-stopped{background-color:hsl(var(--muted-foreground))}.status-error{background-color:hsl(var(--destructive))}.status-armed{background-color:hsl(var(--warning))}.status-disarmed{background-color:hsl(var(--muted-foreground))}.heartbeat-pulse{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:hsl(var(--muted))}::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground));border-radius:3px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--foreground))}
