:root{--st-navy:#103c60;--st-blue:#1769aa;--st-green:#1f9d68;--st-yellow:#e4a11b;--st-red:#d9485f;--st-purple:#7651c7;--st-bg:#f3f7fa;--st-border:#dbe6ee;--st-text:#173f63;--st-muted:#61768a}.status-page{background:var(--st-bg);color:var(--st-text)}.status-hero{position:relative;overflow:hidden;background:linear-gradient(125deg,#0d3557,#155581);padding:82px 0 76px;color:#fff}.status-hero:before{content:"";position:absolute;width:460px;height:460px;border:90px solid rgba(255,255,255,.035);border-radius:50%;right:-120px;top:-230px}.status-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;gap:64px;align-items:center}.status-eyebrow,.status-section-head span,.status-help-card>div>span{display:block;font-size:12px;font-weight:800;letter-spacing:1.8px;color:#ffc456;margin-bottom:17px}.status-hero h1{font-size:48px;line-height:1.12;max-width:700px;color:#fff;margin-bottom:22px}.status-hero-copy>p{font-size:18px;line-height:1.75;color:rgba(255,255,255,.88);max-width:720px}.status-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.status-btn{display:inline-flex;align-items:center;gap:10px;border-radius:999px;padding:13px 23px;font-weight:700}.status-btn-light{background:#fff;color:var(--st-navy)}.status-btn-outline{border:1px solid rgba(255,255,255,.55);color:#fff}.overall-card{background:#fff;color:var(--st-text);padding:28px;border-radius:22px;display:grid;grid-template-columns:64px 1fr;gap:19px;box-shadow:0 24px 50px rgba(0,0,0,.2)}.overall-icon{width:64px;height:64px;border-radius:18px;display:grid;place-items:center;font-size:25px;color:#fff;background:var(--st-green)}.overall-card.degraded .overall-icon{background:var(--st-yellow)}.overall-card.maintenance .overall-icon{background:var(--st-purple)}.overall-card.outage .overall-icon{background:var(--st-red)}.overall-card span{font-size:11px;font-weight:800;letter-spacing:1.5px;color:#71849a}.overall-card h2{font-size:23px;margin:4px 0 7px;color:var(--st-text)}.overall-card p{margin:0;color:var(--st-muted);line-height:1.55}.last-update{grid-column:1/-1;border-top:1px solid #e6edf2;padding-top:16px;font-size:13px;color:#6f8192}.status-summary{margin-top:-28px;position:relative;z-index:3}.summary-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:18px;box-shadow:0 14px 34px rgba(18,57,86,.1);overflow:hidden}.summary-grid>div{padding:22px 26px;display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:10px;border-right:1px solid #e8eef3}.summary-grid>div:last-child{border:0}.summary-grid strong{font-size:25px}.summary-grid small{color:var(--st-muted)}.summary-dot{width:11px;height:11px;border-radius:50%}.summary-dot.operational{background:var(--st-green)}.summary-dot.degraded{background:var(--st-yellow)}.summary-dot.maintenance{background:var(--st-purple)}.summary-dot.outage{background:var(--st-red)}.services-status,.incidents-section,.notices-section{padding:82px 0}.incidents-section{background:#fff}.status-section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:34px}.status-section-head span{color:var(--st-blue);margin-bottom:10px}.status-section-head h2{font-size:36px;color:var(--st-text);margin-bottom:10px}.status-section-head p{margin:0;color:var(--st-muted);font-size:16px}.refresh-status{border:1px solid var(--st-border);background:#fff;color:var(--st-blue);border-radius:999px;padding:11px 18px;font-weight:700}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-status-card{position:relative;background:#fff;border:1px solid var(--st-border);border-radius:18px;padding:24px;min-height:210px;display:grid;grid-template-columns:52px 1fr;gap:16px;box-shadow:0 7px 20px rgba(20,59,87,.055)}.service-status-card:before{content:"";position:absolute;left:-1px;right:-1px;top:-1px;height:5px;border-radius:18px 18px 0 0;background:var(--st-green)}.service-status-card.degraded:before{background:var(--st-yellow)}.service-status-card.maintenance:before{background:var(--st-purple)}.service-status-card.outage:before{background:var(--st-red)}.service-status-icon{width:52px;height:52px;border-radius:15px;display:grid;place-items:center;background:#edf7f3;color:var(--st-green);font-size:20px}.degraded .service-status-icon{background:#fff6e2;color:var(--st-yellow)}.maintenance .service-status-icon{background:#f2edff;color:var(--st-purple)}.outage .service-status-icon{background:#fff0f2;color:var(--st-red)}.service-status-content span{font-size:10px;font-weight:800;letter-spacing:1px;color:#8192a1}.service-status-content h3{font-size:19px;margin:5px 0 7px;color:var(--st-text)}.service-status-content p{font-size:14px;color:var(--st-muted);line-height:1.55;margin:0}.service-badge{grid-column:1/-1;justify-self:start;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:800;color:var(--st-green);background:#edf8f3;border-radius:999px;padding:7px 11px}.service-badge i{font-size:7px}.degraded .service-badge{color:#ae7300;background:#fff6e2}.maintenance .service-badge{color:var(--st-purple);background:#f2edff}.outage .service-badge{color:var(--st-red);background:#fff0f2}.empty-status{display:flex;align-items:center;gap:20px;border:1px solid #cfe7da;background:#f3fbf7;border-radius:18px;padding:27px}.empty-status-icon{width:58px;height:58px;border-radius:50%;background:var(--st-green);color:#fff;display:grid;place-items:center;font-size:21px}.empty-status h3{font-size:20px;margin:0 0 5px}.empty-status p{margin:0;color:var(--st-muted)}.timeline-list{display:grid;gap:18px}.incident-card{border:1px solid var(--st-border);border-left:5px solid var(--st-yellow);border-radius:16px;padding:24px}.incident-card.critical{border-left-color:var(--st-red)}.incident-head{display:flex;justify-content:space-between;gap:20px}.incident-head span{font-size:11px;font-weight:800;color:#a56a00}.incident-head h3{font-size:21px;margin:4px 0 10px}.incident-head time{font-size:13px;color:var(--st-muted)}.incident-card>p{color:var(--st-muted)}.incident-updates{border-top:1px solid #e7edf2;margin-top:17px;padding-top:14px}.incident-updates div{display:grid;grid-template-columns:70px 1fr;gap:12px;padding:7px 0}.notices-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.notice-card{background:#fff;border:1px solid var(--st-border);border-radius:18px;padding:25px;display:grid;grid-template-columns:58px 1fr;gap:18px}.notice-icon{width:58px;height:58px;border-radius:16px;background:#ebf3fb;color:var(--st-blue);display:grid;place-items:center;font-size:22px}.notice-card.security .notice-icon{background:#f0ebff;color:var(--st-purple)}.notice-meta{display:flex;justify-content:space-between;gap:12px;font-size:11px;font-weight:800;color:var(--st-blue)}.notice-meta time{color:#8998a6;font-weight:600}.notice-body h3{font-size:20px;margin:8px 0}.notice-body p{color:var(--st-muted);line-height:1.6;font-size:14px}.notice-body a{font-weight:800;color:var(--st-blue);font-size:14px}.status-help{padding:0 0 82px}.status-help-card{background:linear-gradient(120deg,#103c60,#1b6399);color:#fff;border-radius:24px;padding:40px 44px;display:flex;justify-content:space-between;gap:35px;align-items:center}.status-help-card h2{color:#fff;font-size:29px;max-width:750px}.status-help-card p{color:rgba(255,255,255,.82);margin:10px 0 0}.status-help-actions{display:flex;gap:10px;flex-shrink:0}.status-help-actions a{background:#fff;color:var(--st-navy);border-radius:999px;padding:12px 20px;font-weight:800}.status-help-actions a.secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.45)}@media(max-width:991px){.status-hero-grid{grid-template-columns:1fr;gap:35px}.status-hero h1{font-size:40px}.summary-grid{grid-template-columns:repeat(2,1fr)}.summary-grid>div:nth-child(2){border-right:0}.services-grid{grid-template-columns:repeat(2,1fr)}.status-help-card{align-items:flex-start;flex-direction:column}.status-help-actions{flex-wrap:wrap}}@media(max-width:767px){.status-hero{padding:58px 0}.status-hero h1{font-size:34px}.status-hero-copy>p{font-size:16px}.summary-grid{grid-template-columns:1fr 1fr}.summary-grid>div{padding:17px 14px;grid-template-columns:auto auto;gap:8px}.summary-grid small{grid-column:1/-1}.services-status,.incidents-section,.notices-section{padding:60px 0}.status-section-head{align-items:flex-start;flex-direction:column}.status-section-head h2{font-size:29px}.services-grid,.notices-grid{grid-template-columns:1fr}.notice-card{grid-template-columns:48px 1fr}.notice-icon{width:48px;height:48px}.notice-meta{flex-direction:column}.status-help-card{padding:30px 24px}.status-help-actions{width:100%;flex-direction:column}.status-help-actions a{text-align:center}}@media(max-width:430px){.overall-card{grid-template-columns:50px 1fr;padding:21px}.overall-icon{width:50px;height:50px}.status-btn{width:100%;justify-content:center}.summary-grid{grid-template-columns:1fr}.summary-grid>div{border-right:0;border-bottom:1px solid #e8eef3}.summary-grid>div:last-child{border-bottom:0}.service-status-card{grid-template-columns:44px 1fr;padding:20px}.service-status-icon{width:44px;height:44px}.status-help-card h2{font-size:24px}}
