:root{--bg-page: #ffffff;--text-main: #111827;--text-sub: #374151;--text-muted: #6b7280;--text-light: #9ca3af;--border-light: #f0f0f0;--border-card: #e5e7eb;--green-tick: #10b981;--amber-tick: #f59e0b;--red-tick: #ef4444;--incident-bg: #fff5f3;--incident-border: #fca5a5;--incident-tag-bg: #fce7e4;--incident-tag-text: #c53030;--font-inter: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-inter);background-color:var(--bg-page);color:var(--text-main);min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.status-container{max-width:820px;margin:0 auto;padding:40px 20px 80px}.status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.header-brand{font-size:26px;font-weight:800;letter-spacing:-.03em;text-decoration:none;display:inline-flex;align-items:center;-webkit-user-select:none;user-select:none}.logo-blue{color:#ff3c00}.logo-orange,.logo-red{color:#250155}.incident-alert-box{background-color:var(--incident-bg);border:1px solid var(--incident-border);border-radius:8px;padding:22px 24px;margin-bottom:28px}.incident-top-line{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:500;color:#111827;margin-bottom:14px}.incident-tag-pill{display:inline-block;background-color:var(--incident-tag-bg);color:var(--incident-tag-text);font-size:12px;font-weight:500;padding:2px 10px;border-radius:6px;margin-bottom:16px}.incident-detail-block{border-top:1px solid #fed7d7;padding-top:14px}.incident-detail-title{display:flex;align-items:center;gap:8px;font-size:14.5px;font-weight:500;color:#111827;margin-bottom:6px}.incident-detail-desc,.incident-detail-update{font-size:13.5px;color:#374151;line-height:1.55;margin-bottom:10px}.incident-detail-meta{font-size:12.5px;color:#9ca3af}.operational-banner{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:16px 20px;margin-bottom:28px;display:flex;align-items:center;gap:10px;font-size:14.5px;font-weight:500;color:#166534}.system-status-card{background:#fff;border:1px solid var(--border-card);border-radius:8px;overflow:hidden;margin-bottom:32px}.system-status-head{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid var(--border-light)}.system-status-title{font-size:15.5px;font-weight:600;color:#111827}.date-range-nav{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-muted);font-weight:400}.date-nav-btn{background:transparent;border:none;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:2px}.service-component-block{border-bottom:1px solid var(--border-light)}.service-component-block:last-child{border-bottom:none}.service-row-main{padding:14px 18px 16px}.service-row-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.service-name-group{display:flex;align-items:center;gap:8px}.service-label{font-size:14px;font-weight:500;color:#111827}.service-info-icon{display:flex;align-items:center;color:#9ca3af}.service-accordion-trigger{background:transparent;border:none;color:#6b7280;font-size:12.5px;font-weight:400;display:inline-flex;align-items:center;gap:4px;cursor:pointer;padding:2px 4px}.service-accordion-trigger:hover{color:#111827}.service-uptime-label{font-size:12.5px;color:#6b7280;font-weight:400}.uptime-bar-wrapper{position:relative;width:100%}.uptime-ticks-strip{display:flex;align-items:center;gap:2px;width:100%;height:22px}.uptime-tick{flex:1;height:100%;border-radius:1.5px;cursor:pointer;transition:opacity .1s ease}.uptime-tick:hover{opacity:.75}.uptime-tick.green{background-color:var(--green-tick)}.uptime-tick.amber{background-color:var(--amber-tick)}.uptime-tick.red{background-color:var(--red-tick)}.uptime-tooltip{position:absolute;top:-28px;left:50%;transform:translate(-50%);background:#18181b;color:#fff;padding:3px 8px;border-radius:4px;font-size:11px;white-space:nowrap;pointer-events:none;z-index:10}.sub-services-container{padding:4px 18px 14px;background:#fafbfc;border-top:1px solid var(--border-light)}.sub-service-item{margin-top:10px}.sub-service-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.sub-service-title{display:flex;align-items:center;gap:6px;font-size:13.5px;font-weight:500;color:#111827}.sub-service-uptime{font-size:12.5px;color:#6b7280;font-weight:400}.status-footer-box{display:flex;flex-direction:column;align-items:center;margin:36px 0;gap:12px}.btn-history{background:#fff;color:#1f2937;border:1px solid var(--border-card);font-size:13px;font-weight:500;padding:7px 16px;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;box-shadow:0 1px 2px #0000000d}.btn-history:hover{background:#f9fafb}.footer-powered{display:flex;align-items:center;gap:6px;font-size:12.5px;color:#6b7280}.footer-nav-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;font-size:12.5px;color:#6b7280;margin-top:4px}.footer-nav-link{color:#4b5563;text-decoration:none;font-weight:500;transition:color .15s ease}.footer-nav-link:hover{color:#111827;text-decoration:underline}.footer-dot{color:#9ca3af}.footer-copyright{font-size:12px;color:#6b7280;text-align:center;line-height:1.6;margin-top:2px}.footer-copyright a{color:inherit;font-weight:500;text-decoration:none}.footer-copyright a:hover{text-decoration:underline}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.modal-card{background:#fff;border-radius:10px;max-width:500px;width:100%;padding:22px;box-shadow:0 10px 25px #0000001a}.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.modal-head h3{font-size:15.5px;font-weight:600}.modal-close{background:transparent;border:none;cursor:pointer;color:#9ca3af}.skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:shimmer 1.5s infinite ease-in-out}.skeleton-banner{height:64px;border-radius:8px;margin-bottom:28px;border:1px solid var(--border-card)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
