.navbar{z-index:1000;background:#52006a;position:sticky;top:0;box-shadow:0 2px 8px #00000040}.nav-top{border-bottom:1px solid #ffffff1f}.nav-top-inner{justify-content:space-between;align-items:center;max-width:1280px;height:52px;margin:0 auto;padding:0 1.5rem;display:flex}.nav-logo{flex-shrink:0;align-items:center;display:flex;text-decoration:none!important}.nav-logo-img{object-fit:contain;width:auto;max-width:200px;height:32px;display:block}.nav-top-right{align-items:center;gap:.5rem;display:flex}.nav-search-pill{color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:18px;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.nav-search-btn{color:#fff;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex}.nav-bottom{background:#00000026}.nav-bottom-inner{align-items:center;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex}.nav-list{align-items:center;gap:0;height:100%;margin:0;padding:0;list-style:none;display:flex}.nav-link{white-space:nowrap;letter-spacing:.2px;border-bottom:2px solid #0000;align-items:center;padding:.6rem 1.1rem;font-size:.875rem;font-weight:500;transition:all .15s;display:flex;color:#ffffffc7!important;text-decoration:none!important}.nav-link:hover{border-bottom-color:#ffffff73;color:#fff!important}.nav-link.active{font-weight:700;color:#fff!important;border-bottom-color:#fff!important}@media (max-width:768px){.nav-bottom{-webkit-overflow-scrolling:touch;scrollbar-width:none;display:block;overflow:auto hidden}.nav-bottom::-webkit-scrollbar{display:none}.nav-bottom-inner{min-width:max-content;padding:0 .75rem}}@media (max-width:480px){.nav-top-inner{padding:0 .75rem}}
.footer{color:#9ca3af;background:#0a0a0a;padding:3rem 0 0;font-size:.875rem;line-height:1.6}.footer-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.footer-top{gap:4rem;padding-bottom:2.5rem;display:flex}.footer-brand{flex-direction:column;flex:0 0 280px;gap:.75rem;display:flex}.footer-logo{object-fit:contain;flex-shrink:0;width:auto;max-width:200px;height:44px;display:block}.footer-tagline{color:#9ca3af;margin:0;font-size:.875rem;line-height:1.65}.footer-columns{flex:1;justify-content:flex-end;gap:3rem;display:flex}.footer-col{flex-direction:column;gap:.75rem;min-width:120px;display:flex}.footer-col-title{color:#fff;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .25rem;font-size:.8rem;font-weight:600}.footer-col ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer-col a{transition:color .15s;color:#9ca3af!important;text-decoration:none!important}.footer-col a:hover{color:#fff!important}.footer-divider{border:none;border-top:1px solid #1f1f1f;margin:0}.footer-bottom{color:#6b7280;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;font-size:.8rem;display:flex}.footer-bottom-center{text-align:center}.footer-heart{color:#f87171;vertical-align:middle;margin:0 1px;display:inline-block}.footer-author{transition:color .15s;color:#c084fc!important;text-decoration:none!important}.footer-author:hover{color:#e9d5ff!important}.footer-theme-toggle{color:#6b7280;align-items:center;gap:.5rem;display:flex}.footer-toggle-btn{cursor:pointer;color:#9ca3af;background:#1f1f1f;border:1px solid #333;border-radius:20px;align-items:center;gap:.35rem;padding:.3rem .75rem;font-size:.78rem;transition:all .15s;display:inline-flex}.footer-toggle-btn:hover{color:#fff;border-color:#52006a}@media (max-width:900px){.footer-top{flex-direction:column;gap:2rem}.footer-brand{flex:unset}.footer-columns{flex-wrap:wrap;justify-content:flex-start;gap:2rem}}@media (max-width:640px){.footer-bottom{text-align:left;flex-direction:column;align-items:flex-start;gap:.5rem}.footer-bottom-center{text-align:left}}@media (max-width:480px){.footer-container{padding:0 1rem}.footer-columns{gap:1.25rem}.footer-col{min-width:0}}
.hero{animation:fade-up .45s var(--ease-out-quart)both;margin-bottom:2rem}.hero-banner{border:1px solid var(--card-border);background:var(--card-bg);transition:background-color .4s var(--ease-out-quart),border-color .4s var(--ease-out-quart);border-radius:18px;align-items:center;gap:1.75rem;padding:1.75rem 2.5rem;display:flex}.hero-banner.loading{background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;border:none}.hero-banner.operational{background:var(--ok-bg);border-color:var(--ok)}.hero-banner.degraded{background:var(--warn-bg);border-color:var(--warn)}.hero-banner.down{background:var(--err-bg);border-color:var(--err)}.hero-icon{flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.hero-banner.loading .hero-icon{color:#fff}.hero-banner.operational .hero-icon{color:var(--ok);will-change:transform;animation:4s ease-in-out infinite breathe}.hero-banner.degraded .hero-icon{color:var(--warn);will-change:transform;animation:2.5s ease-in-out infinite breathe}.hero-banner.down .hero-icon{color:var(--err);will-change:transform;animation:1.1s ease-in-out infinite urgent}.hero-icon svg{width:44px;height:44px}.hero-text{flex:1}.hero-title{letter-spacing:-.02em;margin-bottom:.3rem;font-size:clamp(1.5rem,3.5vw,1.875rem);font-weight:700;line-height:1.2}.hero-banner.loading .hero-title{color:#fff}.hero-sub{color:var(--text-muted);font-size:.9rem}.hero-banner.loading .hero-sub{color:#ffffffe6}.hero-actions{align-items:center;gap:.75rem;display:flex}:root.dark-theme .hero-banner.loading{background:var(--card-bg);border-color:var(--card-border)}:root.dark-theme .hero-banner.loading .hero-title{color:var(--text)}:root.dark-theme .hero-banner.loading .hero-sub{color:var(--text-muted)}:root.dark-theme .hero-banner.operational{background:#16a34a26;border-color:#16a34a}:root.dark-theme .hero-banner.operational .hero-title,:root.dark-theme .hero-banner.operational .hero-icon{color:#4ade80}:root.dark-theme .hero-banner.operational .hero-sub{color:#4ade80bf}:root.dark-theme .hero-banner.degraded{background:#ca8a0426;border-color:#ca8a04}:root.dark-theme .hero-banner.degraded .hero-title,:root.dark-theme .hero-banner.degraded .hero-icon{color:#facc15}:root.dark-theme .hero-banner.degraded .hero-sub{color:#facc15bf}:root.dark-theme .hero-banner.down{background:#dc262626;border-color:#dc2626}:root.dark-theme .hero-banner.down .hero-title,:root.dark-theme .hero-banner.down .hero-icon{color:#f87171}:root.dark-theme .hero-banner.down .hero-sub{color:#f87171bf}@media (prefers-color-scheme:dark){:root:not(.light-theme) .hero-banner.loading{background:var(--card-bg);border-color:var(--card-border)}:root:not(.light-theme) .hero-banner.loading .hero-title{color:var(--text)}:root:not(.light-theme) .hero-banner.loading .hero-sub{color:var(--text-muted)}:root:not(.light-theme) .hero-banner.operational{background:#16a34a26;border-color:#16a34a}:root:not(.light-theme) .hero-banner.operational .hero-title,:root:not(.light-theme) .hero-banner.operational .hero-icon{color:#4ade80}:root:not(.light-theme) .hero-banner.operational .hero-sub{color:#4ade80bf}:root:not(.light-theme) .hero-banner.degraded{background:#ca8a0426;border-color:#ca8a04}:root:not(.light-theme) .hero-banner.degraded .hero-title,:root:not(.light-theme) .hero-banner.degraded .hero-icon{color:#facc15}:root:not(.light-theme) .hero-banner.degraded .hero-sub{color:#facc15bf}:root:not(.light-theme) .hero-banner.down{background:#dc262626;border-color:#dc2626}:root:not(.light-theme) .hero-banner.down .hero-title,:root:not(.light-theme) .hero-banner.down .hero-icon{color:#f87171}:root:not(.light-theme) .hero-banner.down .hero-sub{color:#f87171bf}}@media (max-width:640px){.hero-banner{text-align:center;border-radius:12px;flex-direction:column;gap:1.25rem;padding:1.5rem 1.25rem}.hero-icon{width:64px;height:64px}.hero-icon svg{width:44px;height:44px}.hero-title{letter-spacing:-.015em}.hero-actions{border-top:1px solid var(--card-border);justify-content:center;width:100%;padding-top:1rem}}
.refresh-timer-container{color:var(--text-muted);align-items:center;gap:.5rem;height:1.25rem;font-size:.875rem;font-weight:600;display:flex}.refresh-timer{flex-shrink:0;width:18px;height:18px;position:relative}.refresh-timer circle{stroke:#0000001a}:root.dark-theme .refresh-timer circle{stroke:#ffffff1a}@media (prefers-color-scheme:dark){:root:not(.light-theme) .refresh-timer circle{stroke:#ffffff1a}}.timer-progress{stroke:var(--brand);transition:stroke-dashoffset .35s linear}.timer-icon{width:10px;height:10px;color:var(--text-muted);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.refresh-timer-text{white-space:nowrap;align-items:center;gap:4px;line-height:1;display:flex}.refresh-timer-value{font-family:var(--font-mono)}
.components-card{overflow:hidden}.component-row{border-bottom:1px solid var(--card-border);animation:fade-up .35s var(--ease-out-quart)both;padding:1.25rem 1.5rem}.component-row:first-child{animation-delay:0s}.component-row:nth-child(2){animation-delay:50ms}.component-row:nth-child(3){animation-delay:.1s}.component-row:nth-child(4){animation-delay:.15s}.component-row:nth-child(5){animation-delay:.2s}.component-row:nth-child(6){animation-delay:.25s}.component-row:nth-child(7){animation-delay:.3s}.component-row:nth-child(8){animation-delay:.35s}.component-row:last-child{border-bottom:none}.component-top{align-items:center;gap:.75rem;margin-bottom:.65rem;display:flex}.component-icon{width:20px;height:20px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.component-icon svg{width:16px;height:16px}.component-name{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:1rem;font-weight:600;overflow:hidden}.component-meta{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.uptime-row{flex-direction:column;gap:.4rem;margin-top:.25rem;display:flex}.uptime-footer{color:var(--text-muted);justify-content:space-between;font-size:.75rem;font-weight:500;display:flex}.uptime-label{display:none}.uptime-bar.nodata{background:#0000001a}:root.dark-theme .uptime-bar.nodata{background:#ffffff1f}@media (prefers-color-scheme:dark){:root:not(.light-theme) .uptime-bar.nodata{background:#ffffff1f}}.uptime-bars.has-selection .uptime-bar:not(.selected){opacity:.3;transform:scaleY(.88)}.uptime-bar.selected{z-index:1;position:relative;box-shadow:0 0 0 1.5px #ffffffe6;opacity:1!important;transform:scaleY(1.25)!important}.uptime-legend{border-top:1px solid var(--card-border);color:var(--text-muted);flex-wrap:wrap;gap:1rem;padding:.6rem 1.5rem;font-size:.75rem;display:flex}.uptime-legend span{align-items:center;gap:.35rem;display:flex}.uptime-legend-dot{border-radius:2px;flex-shrink:0;width:8px;height:8px}.uptime-legend-dot.operational{background:var(--ok)}.uptime-legend-dot.degraded{background:var(--warn)}.uptime-legend-dot.down{background:var(--err)}.uptime-legend-dot.nodata{background:#0000001a}:root.dark-theme .uptime-legend-dot.nodata{background:#ffffff1f}@media (prefers-color-scheme:dark){:root:not(.light-theme) .uptime-legend-dot.nodata{background:#ffffff1f}}@keyframes mosaic-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.mosaic-inline-panel{border-top:1px solid var(--card-border);animation:mosaic-in .2s var(--ease-out-quart)both;margin-top:.5rem;padding-top:.75rem}.mosaic-inline-header{justify-content:space-between;align-items:baseline;margin-bottom:.65rem;display:flex}.mosaic-inline-date{color:var(--text);font-size:.825rem;font-weight:600}.mosaic-inline-pct{color:var(--ok-text);font-size:.75rem;font-weight:700}.mosaic-inline-pct .mono{font-family:var(--font-mono)}:root.dark-theme .mosaic-inline-pct{color:#4ade80}@media (prefers-color-scheme:dark){:root:not(.light-theme) .mosaic-inline-pct{color:#4ade80}}.mosaic-blocks{flex-direction:column;gap:.6rem;display:flex}.mosaic-block{min-width:0}.mosaic-block:last-of-type{margin-bottom:0}@media (min-width:641px){.mosaic-blocks{flex-direction:row;gap:1rem}.mosaic-block{flex:1}}.mosaic-block-label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.3rem;font-size:.68rem;font-weight:700;display:block}.mosaic-half-grid{grid-template-columns:repeat(60,1fr);grid-auto-rows:5px;gap:1.5px;width:100%;display:grid}.mosaic-cell{border-radius:1px}.mosaic-cell.operational{background:var(--ok)}.mosaic-cell.degraded{background:var(--warn)}.mosaic-cell.down{background:var(--err)}.mosaic-cell.nodata{background:#00000014}:root.dark-theme .mosaic-cell.nodata{background:#ffffff1a}@media (prefers-color-scheme:dark){:root:not(.light-theme) .mosaic-cell.nodata{background:#ffffff1a}}.mosaic-half-grid.mosaic-loading .mosaic-cell{background:#00000014;animation:1.5s ease-in-out infinite shimmer}:root.dark-theme .mosaic-half-grid.mosaic-loading .mosaic-cell{background:#ffffff14}@media (prefers-color-scheme:dark){:root:not(.light-theme) .mosaic-half-grid.mosaic-loading .mosaic-cell{background:#ffffff14}}.mosaic-axis{height:14px;margin-top:2px;margin-bottom:.35rem;position:relative}.mosaic-axis span{color:var(--text-muted);opacity:.7;font-size:.6rem;line-height:1;position:absolute;top:2px}.ma-s{left:0}.ma-q1{left:25%;transform:translate(-50%)}.ma-h{left:50%;transform:translate(-50%)}.ma-q3{left:75%;transform:translate(-50%)}.mosaic-caption{color:var(--text-muted);opacity:.65;margin-top:.5rem;margin-bottom:0;font-size:.68rem}@media (prefers-reduced-motion:reduce){.mosaic-inline-panel{animation:none}.uptime-bars.has-selection .uptime-bar:not(.selected),.uptime-bar.selected{transition:none}.mosaic-half-grid.mosaic-loading .mosaic-cell{animation:none}}@media (max-width:640px){.section-header{flex-direction:column;align-items:flex-start;gap:.25rem}.component-row{padding:1.25rem 1rem}.component-top{align-items:flex-start;gap:.75rem}.component-icon{margin-top:.1rem}.component-name{font-size:.9rem}.component-meta{border:none;flex-direction:row;justify-content:flex-start;gap:.6rem;width:auto;margin-top:.25rem;padding:0;display:flex}.response-time{padding:.1rem .35rem;font-size:.75rem}.mosaic-half-grid{grid-auto-rows:4px;gap:1px}}
.no-incidents-empty{flex-direction:column;gap:1.25rem;padding:.5rem 0;display:flex}.no-incidents-timeline{align-items:stretch;gap:4px;height:28px;display:flex}.no-incidents-day{background:var(--ok);opacity:.75;transition:opacity .15s var(--ease-out-quart),transform .15s var(--ease-out-quart);transform-origin:bottom;cursor:default;border-radius:3px;flex:1}.no-incidents-day:hover{opacity:1;transform:scaleY(1.15)}.no-incidents-body{align-items:center;gap:.85rem;display:flex}.no-incidents-icon{color:var(--ok);flex-shrink:0;align-items:center;width:24px;height:24px;display:flex}.no-incidents-icon svg{width:22px;height:22px}.no-incidents-title{color:var(--ok-text);margin-bottom:.2rem;font-size:1rem;font-weight:600}.no-incidents-sub{color:var(--text-muted);font-size:.875rem}:root.dark-theme .no-incidents-title,:root.dark-theme .no-incidents-icon{color:#4ade80}@media (prefers-color-scheme:dark){:root:not(.light-theme) .no-incidents-title,:root:not(.light-theme) .no-incidents-icon{color:#4ade80}}
.api-line{font-family:var(--font-mono);color:var(--text);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;display:flex}.api-method{letter-spacing:.04em;background:var(--ok-bg);color:var(--ok-text);border-radius:5px;flex-shrink:0;padding:.15rem .45rem;font-size:.75rem;font-weight:700}:root.dark-theme .api-method{color:#4ade80;background:#16a34a33}@media (prefers-color-scheme:dark){:root:not(.light-theme) .api-method{color:#4ade80;background:#16a34a33}}.api-desc{color:var(--text-muted);font-size:.875rem}
