@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";:root{--bg: #ffffff;--fg: #111827;--muted: #6b7280;--border: #e5e7eb;--ok: #22c55e;--warn: #facc15;--error: #ef4444;--font-sans: "Roboto", sans-serif}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{background:var(--bg);color:var(--fg);font-family:var(--font-sans);overflow-x:hidden}.nav{width:100%;padding:12px 16px 0}.nav-inner{max-width:960px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo-img{height:32px;width:auto;display:block;cursor:pointer}.nav-link{display:inline-flex;align-items:center;padding:6px 18px;border-radius:999px;border:1px solid var(--border);background:#fff;font-size:12px;color:#111827;text-decoration:none;box-shadow:0 2px 6px #0f172a0a;transition:all .15s ease}.nav-link:hover{background:#f9fafb;border-color:#d1d5db}.app-main{flex:1;padding:24px 16px 32px;max-width:960px;margin:0 auto}.status-layout{display:flex;flex-direction:column;gap:24px;align-items:stretch}.status-layout>*{width:100%}.hero{text-align:center;margin-bottom:8px}.hero-title{font-size:40px;font-weight:500;margin:18px 0 8px}.hero p{margin:0;font-size:14px;color:var(--muted)}.status-image-wrap{margin-top:24px;display:flex;justify-content:center}.status-image{max-width:260px;height:auto;border-radius:24px;object-fit:contain}.summary-card{display:flex;align-items:center;gap:14px;padding:16px 20px;border-radius:18px;border:1px solid var(--border);background:#fff;box-shadow:0 8px 24px #0f172a0a;width:100%}.summary-card.loading{justify-content:center;font-size:14px;color:var(--muted)}.summary-indicator{width:16px;height:16px;border-radius:999px;background:var(--ok);box-shadow:0 0 6px #22c55e66;animation:pulseGlow 2.2s ease-in-out infinite}.summary-card.warn .summary-indicator{background:var(--warn)}.summary-card.error .summary-indicator{background:var(--error)}.summary-title{font-size:16px;font-weight:500;margin-bottom:2px}.summary-meta{font-size:12px;color:var(--muted)}@keyframes pulseGlow{0%{box-shadow:0 0 6px #22c55e66;transform:scale(1)}50%{box-shadow:0 0 12px #22c55eb3;transform:scale(1.08)}to{box-shadow:0 0 6px #22c55e66;transform:scale(1)}}.components-section{margin-top:4px}.components-table{display:block;width:100%;border-radius:12px;border:1px solid var(--border);background:#fff;box-shadow:0 6px 18px #0f172a08;position:relative;overflow:visible;z-index:1}.components-row-wrap{border-bottom:1px solid rgba(229,231,235,.9);position:relative;overflow:visible;z-index:2}.components-row-wrap:last-child{border-bottom:none}.components-row{display:grid;grid-template-columns:minmax(0,1.8fr) 160px;align-items:center;padding:10px 16px;font-size:14px;background-color:#fff}.components-row.header{background-color:#f9fafb;font-size:12px;font-weight:500;color:var(--muted)}.component-toggle{display:inline-flex;align-items:center;gap:10px;padding:0;margin:0;border:none;background:none;font:inherit;color:inherit;cursor:pointer}.toggle-box{width:16px;height:16px;border-radius:3px;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-size:11px;line-height:1;color:#6b7280;background-color:#fff;transition:all .16s ease}.component-toggle.open .toggle-box{background-color:#f3f4ff;color:#111827;border-color:#9ca3af}.component-link{color:var(--fg);text-decoration:none;font-weight:500}.component-link:hover{text-decoration:underline}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:999px;font-size:12px;border:1px solid transparent;background:#fff}.status-dot{width:8px;height:8px;border-radius:999px}.status-pill.operational{color:var(--ok);border-color:#22c55e38;background:#22c55e0a}.status-pill.operational .status-dot{background:var(--ok)}.status-pill.degraded{color:var(--warn);border-color:#facc1559;background:#facc150f}.status-pill.degraded .status-dot{background:var(--warn)}.status-pill.down{color:var(--error);border-color:#ef444459;background:#ef44440f}.status-pill.down .status-dot{background:var(--error)}.component-history{padding:0 16px 12px;background:#fff;position:relative;overflow:visible!important;z-index:3}.history-inner{padding-left:26px;position:relative;overflow:visible!important}.history-label{font-size:11px;color:var(--muted);margin:6px 0 4px}.uptime-bar-outer{max-width:100%;position:relative;overflow-x:visible;overflow-y:visible!important}.uptime-bar{display:flex;align-items:flex-end;gap:2px;padding-bottom:4px;position:relative;overflow:visible!important}.uptime-tick-wrapper{position:relative;flex:0 0 auto;width:6px;height:22px;display:flex;align-items:flex-end;justify-content:center;overflow:visible!important}.uptime-tick{width:4px;height:12px;border-radius:2px;background:#edf1f7;flex:0 0 auto}.uptime-tick.up{background:var(--ok)}.uptime-tick.partial{background:var(--warn)}.uptime-tick.down{background:var(--error)}.uptime-tick.empty{background:#f3f4f6}.uptime-tooltip{position:absolute;left:50%;bottom:18px;transform:translate(-50%);padding:6px 8px;font-size:10px;color:#f9fafb;background:#111827;border-radius:4px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease;box-shadow:0 4px 12px #0f172a99;z-index:9999}.uptime-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:5px;border-style:solid;border-color:#111827 transparent transparent transparent}.uptime-tick-wrapper:hover .uptime-tooltip{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.uptime-tick-wrapper:focus-within .uptime-tooltip,.uptime-tick-wrapper:active .uptime-tooltip{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.incidents-section,.past-incidents-section{margin-top:40px}.incidents-section h2,.past-incidents-title{margin:0 0 16px;font-size:20px;font-weight:500}.incident-day{padding:14px 0;border-top:1px solid #e5e7eb;margin-bottom:2rem}.incident-day:first-of-type{border-top:none}.incident-date{font-size:1rem;font-weight:700;margin-bottom:.75rem}.incident-none{font-size:13px;color:var(--muted)}.incident-card{background:#fafafa;border:1px solid #eee;border-radius:8px;padding:14px;margin-bottom:1rem;line-height:1.5;display:flex;flex-direction:column;gap:6px}.incident-card-header{display:flex;justify-content:space-between;margin-bottom:6px}.incident-title{font-weight:600;font-size:1rem}.incident-state{font-weight:600;color:#d9534f}.incident-time{font-size:.9rem;opacity:.7}.incident-message{margin-top:4px;white-space:pre-line}.app-footer{max-width:960px;margin:40px auto 16px;padding:0 16px;font-size:11px;color:var(--muted);display:flex;flex-direction:column;gap:2px}@media (max-width: 640px){.hero-title{font-size:30px}.components-row{grid-template-columns:minmax(0,1.6fr) 120px;padding:10px 12px}.component-history{padding:0 12px 10px}.history-inner{padding-left:22px}.uptime-bar-outer{overflow:visible!important}.uptime-bar{overflow:visible}.app-footer{margin-top:32px}}
