@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap");:root{--bg:#06080f;--surface:rgba(18,24,44,.55);--surface-hover:rgba(24,32,56,.7);--border:hsla(0,0%,100%,.06);--border-hover:hsla(0,0%,100%,.12);--text:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--green:#34d399;--green-surface:rgba(52,211,153,.08);--green-border:rgba(52,211,153,.12);--yellow:#fbbf24;--yellow-surface:rgba(251,191,36,.08);--yellow-border:rgba(251,191,36,.12);--red:#f87171;--red-surface:hsla(0,91%,71%,.08);--red-border:hsla(0,91%,71%,.12);--primary:#6366f1;--accent:#a78bfa;--radius:14px;--font:"Inter",system-ui,sans-serif;--font-title:"Outfit",system-ui,sans-serif;--font-mono:"JetBrains Mono","Fira Code",monospace;--ease:cubic-bezier(0.22,1,0.36,1)}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;min-height:100vh;position:relative;overflow-x:hidden}body:after,body:before{content:"";position:fixed;border-radius:50%;z-index:0;pointer-events:none;filter:blur(120px);opacity:.15}body:before{width:600px;height:600px;background:radial-gradient(circle,#6366f1,transparent);top:-200px;left:-150px;animation:floatOrb 20s ease-in-out infinite alternate}body:after{width:500px;height:500px;background:radial-gradient(circle,#a78bfa,transparent);bottom:-150px;right:-100px;animation:floatOrb 25s ease-in-out infinite alternate-reverse}@keyframes floatOrb{0%{transform:translate(0) scale(1)}to{transform:translate(60px,40px) scale(1.08)}}.wrap{position:relative;z-index:1;max-width:860px;margin:0 auto;padding:3rem 1.5rem 4rem}.header-minimal{justify-content:space-between;margin-bottom:2.5rem;animation:fadeIn .6s var(--ease) both}.header-left,.header-minimal{display:flex;align-items:center}.header-left{gap:.85rem}.brand-mark{width:36px;height:36px;background:linear-gradient(135deg,var(--primary) 0,#8b5cf6 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;color:#fff;letter-spacing:.5px;box-shadow:0 0 12px rgba(99,102,241,.25)}.header-title{font-family:var(--font-title);font-size:1.35rem;font-weight:800;letter-spacing:-.02em}.header-sub{font-size:.78rem;color:var(--text-muted);margin-top:.05rem}.header-right{display:flex;align-items:center;gap:.75rem}.header-status-dot{width:6px;height:6px;border-radius:50%;display:inline-block}.overall-banner{border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1.75rem;display:flex;align-items:center;justify-content:space-between;margin-bottom:2.5rem;background:var(--surface);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:all .4s var(--ease);animation:fadeIn .6s var(--ease) .1s both}.overall-banner:hover{border-color:var(--border-hover)}.overall-left{display:flex;align-items:center;gap:1rem}.overall-dot{width:16px;height:16px;border-radius:50%;flex-shrink:0}.overall-dot.online{background:var(--green);box-shadow:0 0 12px rgba(52,211,153,.35)}.overall-dot.degraded,.overall-dot.online{animation:pulseDot 2s ease-in-out infinite}.overall-dot.degraded{background:var(--yellow);box-shadow:0 0 12px rgba(251,191,36,.35)}.overall-dot.outage{background:var(--red);box-shadow:0 0 12px hsla(0,91%,71%,.35);animation:pulseDot 2s ease-in-out infinite}@keyframes pulseDot{0%,to{opacity:1}50%{opacity:.6}}.overall-title{font-family:var(--font-title);font-size:1.15rem;font-weight:700}.overall-meta{font-size:.8rem;color:var(--text-muted);margin-top:.15rem}.refresh-btn{display:flex;align-items:center;gap:.4rem;background:hsla(0,0%,100%,.03);border:1px solid var(--border);border-radius:8px;padding:.45rem .85rem;font-family:var(--font);font-size:.78rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .2s}.refresh-btn:hover{border-color:var(--border-hover);color:var(--text);background:hsla(0,0%,100%,.05)}.refresh-btn:disabled{opacity:.5;cursor:not-allowed}.refresh-btn svg{transition:transform .3s}.refresh-btn:hover svg{transform:rotate(180deg)}.loading-state{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:5rem 0;color:var(--text-muted);font-size:.85rem;animation:fadeIn .4s var(--ease) both}.loading-spinner{width:28px;height:28px;border:2px solid hsla(0,0%,100%,.04);border-top:2px solid var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.group-section{margin-bottom:2rem;animation:fadeIn .6s var(--ease) both}.group-header{display:flex;align-items:baseline;gap:.75rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.group-name{font-family:var(--font-title);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary)}.group-uptime{font-size:.72rem;color:var(--text-muted);font-weight:500;margin-left:auto}.group-cards{display:flex;flex-direction:column;gap:.35rem}.svc-card{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-radius:12px;text-decoration:none;color:inherit;background:var(--surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);transition:all .25s var(--ease)}.svc-card:hover{border-color:var(--border-hover);background:var(--surface-hover);transform:translateY(-1px)}.svc-left{display:flex;align-items:center;gap:.75rem}.svc-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.svc-dot.online{background:var(--green);box-shadow:0 0 6px rgba(52,211,153,.4)}.svc-dot.degraded{background:var(--yellow);box-shadow:0 0 6px rgba(251,191,36,.4)}.svc-dot.outage{background:var(--red);box-shadow:0 0 6px hsla(0,91%,71%,.4)}.svc-dot.coming_soon{background:var(--text-muted)}.svc-name{font-size:.85rem;font-weight:600}.svc-url{font-size:.7rem;color:var(--text-muted);font-family:var(--font-mono);margin-top:.05rem}.svc-right{display:flex;align-items:center;gap:.6rem}.svc-badge{font-size:.7rem;font-weight:600;padding:.15rem .65rem;border-radius:100px}.svc-badge.online{background:var(--green-surface);color:var(--green);border:1px solid var(--green-border)}.svc-badge.degraded{background:var(--yellow-surface);color:var(--yellow);border:1px solid var(--yellow-border)}.svc-badge.outage{background:var(--red-surface);color:var(--red);border:1px solid var(--red-border)}.svc-badge.coming_soon{background:hsla(0,0%,100%,.02);color:var(--text-muted);border:1px solid var(--border)}.svc-latency{font-size:.7rem;color:var(--text-muted);font-family:var(--font-mono)}.timeline-section{margin-top:3rem;border-top:1px solid var(--border);padding-top:2rem;animation:fadeIn .6s var(--ease) .2s both}.timeline-heading{font-family:var(--font-title);font-size:1rem;font-weight:700;margin-bottom:1.5rem}.timeline-list{display:flex;flex-direction:column}.timeline-event{display:flex;gap:1rem;padding-bottom:1.5rem;position:relative}.timeline-event:last-child{padding-bottom:0}.timeline-line{display:flex;flex-direction:column;align-items:center;width:12px;flex-shrink:0}.timeline-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;z-index:1}.timeline-dot.ok{background:var(--green);box-shadow:0 0 6px rgba(52,211,153,.3)}.timeline-dot.warn{background:var(--yellow);box-shadow:0 0 6px rgba(251,191,36,.3)}.timeline-dot.error{background:var(--red);box-shadow:0 0 6px hsla(0,91%,71%,.3)}.timeline-bar{width:1px;flex:1 1;background:var(--border);margin-top:.25rem}.timeline-event:last-child .timeline-bar{display:none}.timeline-body{flex:1 1;padding-bottom:.25rem}.timeline-date{font-size:.72rem;color:var(--text-muted);font-weight:500;margin-bottom:.25rem}.timeline-title{font-size:.85rem;font-weight:600;margin-bottom:.25rem}.timeline-desc{font-size:.78rem;color:var(--text-secondary);line-height:1.5;margin-bottom:.5rem}.timeline-meta{display:flex;align-items:center;gap:.5rem}.timeline-badge{font-size:.65rem;font-weight:600;padding:.15rem .55rem;border-radius:6px}.timeline-badge.resolved{background:var(--green-surface);color:var(--green);border:1px solid var(--green-border)}.timeline-badge.active{background:var(--yellow-surface);color:var(--yellow);border:1px solid var(--yellow-border)}.timeline-badge.failed{background:var(--red-surface);color:var(--red);border:1px solid var(--red-border)}.timeline-service{font-size:.72rem;color:var(--text-muted)}.footer-minimal{margin-top:4rem;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--text-muted);flex-wrap:wrap}.footer-sep{color:hsla(0,0%,100%,.06)}.footer-link{color:var(--accent);text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--primary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.06);border-radius:3px}@media (max-width:640px){.wrap{padding:1.5rem 1rem 3rem}.overall-banner{gap:.75rem}.overall-banner,.svc-card{flex-direction:column;align-items:flex-start}.svc-card{gap:.5rem}.svc-right{width:100%;justify-content:flex-start}.header-minimal{flex-direction:column;align-items:flex-start;gap:.5rem}.header-right{align-self:flex-end}}