@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap";.logo-container{display:flex;align-items:center;gap:1rem}.logo-mark{height:40px;width:78px;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-image{height:130px;width:auto}.logo-dark,html[data-theme=dark] .logo-light{display:none}html[data-theme=dark] .logo-dark{display:block}.logo-divider{width:1px;height:28px;background:var(--border-color)}.logo-title{font-size:1.15rem;font-weight:600;color:var(--text-primary);letter-spacing:.5px}@media (max-width: 768px){.logo-mark{height:32px;width:62px}.logo-image{height:104px}}.theme-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border-radius:10px;border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;transition:all .25s ease}.theme-toggle:hover{color:var(--text-primary);border-color:var(--text-tertiary);transform:none;box-shadow:var(--shadow-sm)}.theme-toggle svg{width:18px;height:18px}.incidents-section{margin-top:4rem}.incidents-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.incidents-section h2{font-size:1.3rem;font-weight:600;color:var(--text-primary)}.incidents-filters{display:flex;flex-wrap:wrap;gap:.6rem}.filter-group{display:flex;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;padding:3px;gap:2px}.filter-button{padding:.35rem .7rem;border:none;border-radius:6px;background:transparent;color:var(--text-secondary);font-size:.82rem;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease}.filter-button:hover{color:var(--text-primary);background:var(--bg-secondary);transform:none;box-shadow:none}.filter-button.active{background:var(--color-secondary);color:#fff}html[data-theme=dark] .filter-button.active{background:var(--blue-light);color:var(--bg-primary)}.incidents-count{margin:1rem 0 1.5rem;font-size:.85rem;color:var(--text-tertiary)}.incident-day{padding-top:1.5rem;border-top:1px solid var(--border-color)}.incident-day+.incident-day{margin-top:2rem}.incident-date{font-size:.95rem;font-weight:600;color:var(--text-secondary);margin-bottom:1.25rem}.incident-empty{color:var(--text-tertiary);font-size:.9rem}.incident+.incident{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-color)}.incident-title{font-size:1.05rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.incident-updates{list-style:none;display:flex;flex-direction:column;gap:1rem}.incident-update{padding-left:1rem;border-left:2px solid var(--border-color)}.update-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px}.update-label.resolved{color:var(--color-online)}.update-label.monitoring{color:var(--blue-light)}.update-label.identified{color:var(--color-degraded)}.update-label.investigating{color:var(--color-offline)}.update-message{color:var(--text-secondary);font-size:.92rem;margin:.3rem 0}.update-time{font-size:.8rem;color:var(--text-tertiary)}.incident-affected{margin-top:1rem;font-size:.85rem;color:var(--text-tertiary)}.site-footer{margin-top:4rem;padding:1.75rem 2rem;border-top:1px solid var(--border-color);background:var(--bg-primary)}.footer-container{max-width:1000px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;font-size:.82rem;color:var(--text-tertiary)}.footer-brand{font-weight:500}@media (max-width: 640px){.footer-container{justify-content:flex-start}}.status-page{min-height:100vh;background:var(--bg-secondary)}.status-header{background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-tertiary) 100%);border-bottom:1px solid var(--border-color);padding:2rem;box-shadow:var(--shadow-md)}.header-container{max-width:1000px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.status-container{max-width:1000px;margin:0 auto;padding:3rem 2rem}.status-banner{margin-bottom:3rem}.banner-content{padding:1.5rem;border-radius:12px;font-size:1.1rem;font-weight:600;text-align:center;transition:all .35s ease}.banner-content.operational{background:var(--color-online);color:#fff}.banner-content.issues{background:var(--color-offline);color:#fff}.banner-content.unknown{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-secondary)}.services-empty{padding:2rem;text-align:center;color:var(--text-tertiary);font-size:.9rem}.services-section h2{font-size:1.3rem;font-weight:600;color:var(--text-primary);margin-bottom:2rem}.services-list{display:flex;flex-direction:column;gap:2rem}.service-item{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;transition:all .35s ease;box-shadow:var(--shadow-sm)}.service-item:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.service-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.service-name{font-size:1.05rem;font-weight:600;color:var(--text-primary)}.service-status{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;padding:.4rem .8rem;border-radius:8px}.service-status .status-dot{width:7px;height:7px;border-radius:50%;background:currentColor;flex-shrink:0}.service-status.online{background:#10b98126;color:var(--color-online)}.service-status.offline{background:#ef444426;color:var(--color-offline)}.service-status.degraded{background:#f59e0b26;color:var(--color-degraded)}.service-status.maintenance{background:#333b8226;color:var(--color-maintenance)}.service-chart{position:relative;display:flex;gap:2px;align-items:stretch;height:34px;margin-bottom:.85rem}.chart-bar{flex:1;height:100%;border-radius:2px;opacity:.85;transition:opacity .2s ease,transform .2s ease}.chart-bar.is-hovered{opacity:1;transform:scaleY(1.15)}.chart-tooltip{position:absolute;bottom:calc(100% + 10px);z-index:10;display:flex;flex-direction:column;gap:.3rem;min-width:170px;padding:.7rem .85rem;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;box-shadow:var(--shadow-lg);pointer-events:none}.chart-tooltip.align-center{transform:translate(-50%)}.chart-tooltip.align-start{left:0}.chart-tooltip.align-end{right:0}.tooltip-date{font-size:.8rem;font-weight:600;color:var(--text-primary)}.tooltip-status{display:inline-flex;align-items:center;gap:.45rem;font-size:.8rem;font-weight:500}.tooltip-status.online{color:var(--color-online)}.tooltip-status.offline{color:var(--color-offline)}.tooltip-status.degraded{color:var(--color-degraded)}.tooltip-status.maintenance{color:var(--color-maintenance)}.tooltip-uptime{font-size:.78rem;color:var(--text-tertiary)}.chart-bar.online{background:var(--color-online)}.chart-bar.offline{background:var(--color-offline)}.chart-bar.degraded{background:var(--color-degraded)}.chart-bar.maintenance{background:var(--color-maintenance)}.chart-bar:hover{opacity:1;transform:scaleY(1.2)}.service-footer{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--text-tertiary)}.uptime{font-weight:600;color:var(--text-primary)}.loading{display:flex;justify-content:center;padding:3rem}.spinner{width:40px;height:40px;border:4px solid var(--border-color);border-top-color:var(--blue-light);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.header-container{flex-direction:column;gap:1rem}.service-header{flex-direction:column;align-items:flex-start;gap:.5rem}.status-container{padding:1.5rem}.service-item{padding:1.2rem}}.app-container{min-height:100vh;background:var(--bg-primary)}*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #001142;--color-secondary: #0B1E78;--color-tertiary: #033B82;--color-accent: #CECECE;--color-light: #F1F1F1;--color-online: #10b981;--color-offline: #ef4444;--color-degraded: #f59e0b;--color-maintenance: #033B82;--bg-primary: #ffffff;--bg-secondary: #f5f7fa;--bg-tertiary: #F1F1F1;--text-primary: #001142;--text-secondary: #475569;--text-tertiary: #64748b;--border-color: #dde5f0;--blue-light: #0B1E78;--blue-dark: #001142;--shadow-sm: 0 2px 4px rgba(0, 17, 66, .08);--shadow-md: 0 8px 16px rgba(0, 17, 66, .12);--shadow-lg: 0 16px 32px rgba(0, 17, 66, .16);--shadow-xl: 0 24px 48px rgba(0, 17, 66, .2);--gradient-primary: linear-gradient(135deg, #001142 0%, #0B1E78 100%);--gradient-hover: linear-gradient(135deg, #0B1E78 0%, #033B82 100%)}html[data-theme=dark]{--bg-primary: #0a0f1f;--bg-secondary: #0f172a;--bg-tertiary: #1a2844;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-tertiary: #94a3b8;--border-color: #1e3a5f;--blue-light: #60a5fa;--blue-dark: #033B82;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .2);--shadow-md: 0 8px 16px rgba(0, 0, 0, .3);--shadow-lg: 0 16px 32px rgba(0, 0, 0, .4);--shadow-xl: 0 24px 48px rgba(0, 0, 0, .5)}body{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-secondary);color:var(--text-primary);line-height:1.6;transition:background-color .4s cubic-bezier(.4,0,.2,1),color .4s cubic-bezier(.4,0,.2,1)}html,body,#root{height:100%}.app{min-height:100vh;display:flex;flex-direction:column}button{font-family:inherit;cursor:pointer;border:none;padding:8px 16px;border-radius:6px;font-size:.9rem;font-weight:500;transition:all .2s ease}button:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-md)}button:disabled{opacity:.5;cursor:not-allowed}
