@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Mono:wght@400;700&display=swap";:root{--bg-primary: #0a0a0b;--bg-secondary: #111113;--bg-tertiary: #18181b;--bg-elevated: #1f1f23;--surface: #1a1a1d;--surface-hover: #242428;--surface-elevated: #28282d;--border: #27272a;--border-subtle: #1e1e21;--border-light: #2e2e33;--text-primary: #fafafa;--text-secondary: #a1a1aa;--text-tertiary: #71717a;--text-muted: #71717a;--primary: #3b82f6;--primary-hover: #2563eb;--primary-light: rgba(59, 130, 246, .15);--accent: #3b82f6;--accent-muted: rgba(59, 130, 246, .1);--success: #22c55e;--success-muted: rgba(34, 197, 94, .1);--warning: #f59e0b;--warning-muted: rgba(245, 158, 11, .1);--error: #ef4444;--error-muted: rgba(239, 68, 68, .1);--purple: #a78bfa;--purple-strong: #c084fc;--font-primary: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-headline: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--sidebar-width: 240px;--sidebar-width-collapsed: 64px;--header-height: 60px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--transition: .15s ease;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .5);--shadow-xl: 0 20px 50px rgba(0, 0, 0, .6)}[data-theme=light]{--bg-primary: #f8f9fa;--bg-secondary: #f1f3f4;--bg-tertiary: #e8eaed;--bg-elevated: #dadce0;--surface: #ffffff;--surface-hover: #f4f4f5;--surface-elevated: #ffffff;--border: #dadce0;--border-subtle: #e8eaed;--border-light: #f1f3f4;--text-primary: #09090b;--text-secondary: #52525b;--text-tertiary: #a1a1aa;--text-muted: #71717a;--primary: #2563eb;--primary-hover: #1d4ed8;--primary-light: rgba(37, 99, 235, .1);--accent: #2563eb;--accent-muted: rgba(37, 99, 235, .08);--success: #16a34a;--success-muted: rgba(22, 163, 74, .08);--warning: #d97706;--warning-muted: rgba(217, 119, 6, .08);--error: #dc2626;--error-muted: rgba(220, 38, 38, .08);--purple: #8b5cf6;--purple-strong: #7e22ce;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .12);--shadow-xl: 0 20px 50px rgba(0, 0, 0, .15)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-primary);background:var(--bg-primary);color:var(--text-primary);min-height:100vh;min-height:100dvh;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}@media(max-width:768px){:root{--sidebar-width: 0px}body{font-size:15px}input,textarea,select{font-size:16px}}@media(max-width:430px){:root{--header-height: 52px}}@supports (-webkit-touch-callout: none){@media(max-width:768px){html{overflow-x:hidden}}}._toast_jw1og_1{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--surface-elevated);border:1px solid var(--border-light);border-radius:12px;box-shadow:0 8px 24px #0000008c;animation:_slideIn_jw1og_1 .3s ease;min-width:300px;max-width:400px}@keyframes _slideIn_jw1og_1{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}._clickable_jw1og_26{cursor:pointer;transition:transform .15s,box-shadow .15s}._clickable_jw1og_26:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0003}._icon_jw1og_36{flex-shrink:0;width:20px;height:20px}._icon_jw1og_36 svg{width:100%;height:100%}._body_jw1og_47{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}._title_jw1og_55{font-size:13px;font-weight:600;color:var(--text-primary);line-height:1.3}._message_jw1og_62{font-size:13px;color:var(--text-secondary);line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._close_jw1og_71{flex-shrink:0;width:24px;height:24px;background:none;border:none;padding:0;cursor:pointer;color:var(--text-tertiary);border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}._close_jw1og_71:hover{background:var(--bg-tertiary);color:var(--text-secondary)}._close_jw1og_71 svg{width:14px;height:14px}._success_jw1og_98{border-color:var(--success);background:linear-gradient(135deg,var(--bg-secondary) 0%,rgba(34,197,94,.05) 100%)}._success_jw1og_98 ._icon_jw1og_36{color:var(--success)}._error_jw1og_107{border-color:var(--error);background:linear-gradient(135deg,var(--bg-secondary) 0%,rgba(239,68,68,.05) 100%)}._error_jw1og_107 ._icon_jw1og_36{color:var(--error)}._warning_jw1og_116{border-color:var(--warning);background:linear-gradient(135deg,var(--bg-secondary) 0%,rgba(234,179,8,.05) 100%)}._warning_jw1og_116 ._icon_jw1og_36{color:var(--warning)}._info_jw1og_125{border-color:var(--accent);background:linear-gradient(135deg,var(--bg-secondary) 0%,rgba(59,130,246,.05) 100%)}._info_jw1og_125 ._icon_jw1og_36{color:var(--accent)}@media(max-width:430px){._toast_jw1og_1{min-width:auto;max-width:calc(100vw - 32px);padding:12px 14px;gap:10px}._message_jw1og_62{font-size:13px}}._container_igf3h_1{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:12px;pointer-events:none}._container_igf3h_1>*{pointer-events:auto}@media(max-width:480px){._container_igf3h_1{top:calc(20px + env(safe-area-inset-top,0px));left:20px;right:20px}}.sigur-header-badges{display:flex;align-items:center;gap:8px;min-width:0}.sigur-header-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 9px;border:1px solid transparent;border-radius:999px;font-size:11px;font-weight:700;line-height:1;white-space:nowrap}.sigur-header-badge__dot{width:7px;height:7px;border-radius:999px;background:currentColor;box-shadow:0 0 0 3px color-mix(in srgb,currentColor 14%,transparent)}.sigur-header-badge--active{color:var(--success);background:#22c55e24;border-color:#22c55e3d}.sigur-header-badge--inactive{color:var(--error);background:#ef44441f;border-color:#ef444438}.sigur-header-badge--unknown{color:#475569;background:#94a3b829;border-color:#94a3b83d}.sigur-header-badge--count{color:var(--text-secondary);background:var(--bg-tertiary);border-color:var(--border)}@media(max-width:768px){.sigur-header-badges{gap:6px}.sigur-header-badge{padding:4px 7px;font-size:10px}}@media(max-width:560px){.sigur-header-badge--count{display:none}}.content-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.date-display{font-size:18px;font-weight:600;color:var(--text-primary);text-transform:capitalize}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}@media(max-width:1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.stats-grid{grid-template-columns:1fr}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px}.loading-spinner{width:40px;height:40px;border:3px solid var(--color-border, #e0e0e0);border-top-color:var(--color-primary, #4f46e5);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-container p{color:var(--text-secondary);font-size:14px}
