@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--bg: #18181B;--surface: #27272A;--surface-2: #3F3F46;--surface-3: #52525B;--fg: #F4F4F5;--fg-muted: #A1A1AA;--fg-dim: #71717A;--border: #3F3F46;--border-dim: #27272A;--ok: #16A34A;--ok-bg: rgba(22, 163, 74, .12);--degraded: #EA580C;--degraded-bg: rgba(234, 88, 12, .12);--hs: #DC2626;--hs-bg: rgba(220, 38, 38, .12);--comment: #2563EB;--comment-bg: rgba(37, 99, 235, .12);--neutral: #71717A;--neutral-bg: rgba(113, 113, 122, .12);--font-display: "Space Grotesk", system-ui, sans-serif;--font-mono: "JetBrains Mono", "Courier New", monospace;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--radius-sm: 4px;--radius: 6px;--radius-lg: 10px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:var(--bg);color:var(--fg);font-family:var(--font-mono);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface-2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--surface-3)}button{font-family:var(--font-mono);cursor:pointer;border:none;background:none;color:inherit}input,select,textarea{font-family:var(--font-mono);font-size:13px;background:var(--surface);color:var(--fg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:6px 10px;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--comment)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:var(--space-4)}.modal-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:600px;max-height:90vh;overflow-y:auto;padding:var(--space-6)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:var(--space-1)}.gap-2{gap:var(--space-2)}.gap-3{gap:var(--space-3)}.gap-4{gap:var(--space-4)}.flex-wrap{flex-wrap:wrap}.font-display{font-family:var(--font-display)}.text-muted{color:var(--fg-muted)}.text-dim{color:var(--fg-dim)}.text-sm{font-size:12px}.text-xs{font-size:11px}
