:root{color-scheme:light;--bg-page: #f5f7fa;--bg-card: #ffffff;--bg-subtle: #fafafa;--bg-hover: #f8f9fa;--bg-active: #f0fdf4;--text-primary: #1a1a2e;--text-secondary: #888;--text-tertiary: #aaa;--border-color: #e8e8e8;--border-light: #f0f0f0;--border-input: #d9d9d9;--shadow-sm: 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.1);--shadow-lg: 0 8px 32px rgba(0,0,0,.2);--color-primary: #1a6b4a;--color-primary-dark: #0b3d2e;--color-primary-light: #4caf50;--color-danger: #e53935;--color-warning: #ff9800;--color-info: #1976d2;--color-success: #4caf50;--color-purple: #7b1fa2;--color-orange: #e65100;--color-teal: #00897b;--color-fair: #8bc34a;--color-stressed: #ff9800;--color-critical: #e53935;--color-healthy: #4caf50;--color-danger-bg: #fce4ec;--color-warning-bg: #fff3e0;--color-info-bg: #e3f2fd;--color-danger-text: #c62828;--color-warning-text: #e65100;--color-info-text: #1565c0;--overlay-bg: rgba(0,0,0,.5);--overlay-bg-light: rgba(0,0,0,.4);--sidebar-bg: linear-gradient(180deg, #0b3d2e, #0a3528);--sidebar-text: #ffffff;--sidebar-text-muted: rgba(255,255,255,.65);--sidebar-divider: rgba(255,255,255,.08);--sidebar-hover: rgba(255,255,255,.12);--sidebar-hover-active: rgba(255,255,255,.06);--sidebar-active-bg: rgba(255,255,255,.12);--sidebar-subtitle: rgba(255,255,255,.35);--sidebar-section-label: rgba(255,255,255,.3);--sidebar-avatar-bg: rgba(255,255,255,.15);--sidebar-btn-bg: rgba(255,255,255,.06);--sidebar-btn-text: rgba(255,255,255,.6);--sidebar-select-text: #1a1a1a;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--color-error-bg: #fce4ec;--color-error-text: #c62828;--color-success-bg: #e8f5e9;--color-success-text: #2e7d32;--color-override-warning-bg: #fff3e0;--color-override-warning-border: #ffe0b2;--transition-theme: .3s ease;--color-muted: #94a3b8;--color-text-inverse: #ffffff;--color-border-subtle: #e2e8f0}[data-theme=dark]{color-scheme:dark;--bg-page: #0f172a;--bg-card: #1e293b;--bg-subtle: #1a1f2e;--bg-hover: #1e293b;--bg-active: #0f1f1e;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-tertiary: #64748b;--border-color: #334155;--border-light: #1e293b;--border-input: #475569;--shadow-sm: 0 1px 3px rgba(0,0,0,.3);--shadow-md: 0 4px 12px rgba(0,0,0,.4);--shadow-lg: 0 8px 32px rgba(0,0,0,.5);--color-primary: #4ade80;--color-primary-dark: #166534;--color-primary-light: #6ee7b7;--color-danger: #ef4444;--color-warning: #f59e0b;--color-info: #60a5fa;--color-success: #22c55e;--color-purple: #a855f7;--color-orange: #f97316;--color-teal: #14b8a6;--color-fair: #a3e635;--color-stressed: #f59e0b;--color-critical: #ef4444;--color-healthy: #22c55e;--color-danger-bg: #3b1a1a;--color-warning-bg: #3b2a1a;--color-info-bg: #1a2a3b;--color-danger-text: #fca5a5;--color-warning-text: #fbbf24;--color-info-text: #93c5fd;--overlay-bg: rgba(0,0,0,.7);--overlay-bg-light: rgba(0,0,0,.6);--sidebar-bg: linear-gradient(180deg, #0f172a, #020617);--sidebar-hover: rgba(255,255,255,.08);--sidebar-hover-active: rgba(255,255,255,.04);--sidebar-active-bg: rgba(255,255,255,.1);--sidebar-subtitle: rgba(255,255,255,.35);--sidebar-section-label: rgba(255,255,255,.3);--sidebar-avatar-bg: rgba(255,255,255,.15);--sidebar-btn-bg: rgba(255,255,255,.06);--sidebar-btn-text: rgba(255,255,255,.6);--sidebar-select-text: #f1f5f9;--color-error-bg: #3b1a1a;--color-error-text: #fca5a5;--color-success-bg: #1a3b1a;--color-success-text: #4ade80;--color-override-warning-bg: rgba(255,243,224,.1);--color-override-warning-border: rgba(255,224,178,.15);--color-muted: #64748b;--color-text-inverse: #0f172a;--color-border-subtle: #334155}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;background:var(--bg-page);color:var(--text-primary);transition:background var(--transition-theme),color var(--transition-theme)}a{text-decoration:none}select,input,button,textarea{font-family:inherit}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes modalIn{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes progress{0%{left:-40%}to{left:100%}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.chatbot-container{position:fixed;bottom:20px;right:20px;z-index:9999;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.chatbot-toggle{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#1a6b4a,#228b22);border:none;cursor:pointer;box-shadow:0 4px 20px #1a6b4a66;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.chatbot-toggle:hover{transform:scale(1.08);box-shadow:0 6px 25px #1a6b4a80}.chatbot-toggle .chat-icon,.chatbot-toggle .close-icon{width:26px;height:26px}.chatbot-toggle .close-icon,.chatbot-toggle.active .chat-icon{display:none}.chatbot-toggle.active .close-icon{display:block}.chatbot-window{position:absolute;bottom:70px;right:0;width:380px;height:520px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;overflow:hidden;animation:chatSlideUp .25s ease}@keyframes chatSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.chatbot-header{background:linear-gradient(135deg,#1a6b4a,#228b22);color:#fff;padding:14px 18px;display:flex;align-items:center;gap:12px;flex-shrink:0}.chatbot-header-avatar{width:38px;height:38px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px}.chatbot-header-info h3{font-size:14px;font-weight:600;margin:0}.chatbot-header-info p{font-size:11px;opacity:.85;margin:2px 0 0}.chatbot-messages{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:10px}.chatbot-messages::-webkit-scrollbar{width:4px}.chatbot-messages::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.message{max-width:82%;padding:10px 14px;border-radius:12px;font-size:13px;line-height:1.5;word-wrap:break-word}.message.user{background:#1a6b4a;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.message.bot{background:var(--bg-subtle);color:var(--text-primary);align-self:flex-start;border-bottom-left-radius:4px}.message.bot pre{background:#1e1e1e;color:#d4d4d4;padding:8px 10px;border-radius:6px;overflow-x:auto;margin:6px 0;font-size:11px}.message.bot code{background:var(--bg-hover);padding:1px 5px;border-radius:3px;font-size:12px}.typing-indicator{display:flex;gap:4px;padding:10px 14px;background:var(--bg-subtle);border-radius:12px;align-self:flex-start;width:fit-content}.typing-dot{width:7px;height:7px;background:var(--text-tertiary);border-radius:50%;animation:chatBounce 1.4s infinite ease-in-out}.typing-dot:nth-child(1){animation-delay:0s}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes chatBounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}}.chatbot-input{padding:10px 14px;border-top:1px solid var(--border-color);display:flex;gap:8px;background:var(--bg-card);flex-shrink:0}.chatbot-input input{flex:1;border:1px solid var(--border-input);border-radius:20px;padding:9px 14px;font-size:13px;outline:none;background:var(--bg-subtle);color:var(--text-primary);transition:border-color .2s}.chatbot-input input:focus{border-color:#1a6b4a}.chatbot-input input::placeholder{color:var(--text-tertiary)}.chatbot-input button{width:38px;height:38px;border-radius:50%;background:#1a6b4a;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.chatbot-input button:hover{background:#15573d}.chatbot-input button:disabled{background:var(--border-color);cursor:not-allowed}.chatbot-footer{text-align:center;padding:6px;font-size:10px;color:var(--text-tertiary);border-top:1px solid var(--border-light);flex-shrink:0}@media (max-width: 480px){.chatbot-window{width:calc(100vw - 32px);height:70vh;right:-8px;bottom:68px}}
