:root {
  --ink:#25313c; --muted:#5d6873; --line:#dfe3e7; --soft:#f7f8f9;
  --link:#285ea8; --green:#287c50; --red:#ad3934; --amber:#986600;
}
*{box-sizing:border-box}
html{background:#fff;color:var(--ink);font:14px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
body{margin:0}
a{color:var(--link);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,p{margin:0}
h1{font-size:25px;line-height:1.3;font-weight:600}
h2{font-size:18px;line-height:1.4;font-weight:600}
h3{font-size:15px;line-height:1.4;font-weight:600}
p+p{margin-top:10px}
small,time,.section-note{font-size:12px;color:var(--muted)}
strong{font-weight:600}
button,input,select,textarea{font:inherit}
button,a,input,select,textarea,summary{touch-action:manipulation}
button,summary{cursor:pointer}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex="-1"]:focus{outline:3px solid #377ad0;outline-offset:3px}
[hidden]{display:none!important}
.shell{max-width:1072px;margin:auto;padding:24px 24px 0}
.site-header{margin-bottom:22px}
.return{display:inline-flex;align-items:center;color:var(--muted);font-size:12px;min-height:32px}
.brand-row{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:9px}
.brand{font-size:25px;font-weight:650;letter-spacing:-.5px;color:var(--ink)}
.brand span{font-weight:450;color:var(--ink);margin-left:2px}
.brand:hover{text-decoration:none}
.header-link{font-size:13px;white-space:nowrap}
.overall{padding:16px 18px;border-radius:3px;background:var(--green);color:#fff}
.overall.notice{background:var(--amber)}
.overall.bad{background:var(--red)}
.overall.uncertain{background:#52616f}
.overall h1{display:flex;align-items:center;gap:11px;font-size:19px;font-weight:600}
.signal{width:9px;height:9px;border-radius:50%;background:currentColor;flex:0 0 9px}
.status-description{margin:6px 0 0 20px;font-size:14px;line-height:1.5;overflow-wrap:anywhere}
.freshness{font-size:12px;color:var(--muted);margin:10px 0 22px;line-height:1.6}
.freshness.delayed{padding:0;font-size:13px}
.freshness p+p{margin-top:2px}
.freshness strong{color:var(--ink);font-weight:500}
.freshness .checked-at{font-size:12px;color:var(--muted)}
section{margin-bottom:26px}
.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.section-heading h1{margin:0}
.section-heading>a{font-size:13px}
.section-heading p{margin:0}
.service-list{border:1px solid var(--line);border-radius:3px;overflow:hidden}
.service-group{font-size:13px;padding:10px 16px;background:var(--soft);border-bottom:1px solid var(--line)}
.service{padding:14px 16px 10px;border-bottom:1px solid var(--line)}
.service:last-child{border-bottom:0}
.service-heading{display:flex;justify-content:space-between;align-items:start;gap:16px}
.service-heading>div{min-width:0}
.service-description{font-size:12px;color:var(--muted);margin-top:2px;overflow-wrap:anywhere}
.service-description:empty{display:none}
.status{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;color:var(--green);font-size:13px;line-height:1.45;flex-shrink:0}
.dot{width:7px;height:7px;border-radius:50%;background:currentColor;flex:0 0 7px}
.status.major_outage,.status.partial_outage{color:var(--red)}
.status.degraded_performance{color:var(--amber)}
.status.under_maintenance{color:#465fad}
.status.unknown{color:#5d6873}
.availability-summary{display:flex;justify-content:space-between;gap:10px;font-size:12px;color:var(--muted);margin:12px 0 6px;flex-wrap:wrap}
.uptime-bars{display:grid;grid-template-columns:repeat(90,minmax(0,1fr));gap:2px}
.bar{height:18px;min-width:0;background:#e9edf0}
.bar.operational{background:var(--green)}
.bar.no_data{background:#e9edf0}
.bar.unknown{background:#9ca8b2}
.bar.reduced{background:#c79832}
.bar.reported_incident,.bar.major_outage{background:#bf514b}
.bar.under_maintenance{background:#7184b5}
.history-range{display:flex;justify-content:space-between;color:var(--muted);font-size:11px;margin-top:4px}
.daily-history{font-size:12px;margin-top:2px}
.daily-history summary{color:var(--link);padding:6px 0;min-height:30px;width:fit-content}
.daily-history label{margin:8px 0 5px}
.history-select{max-width:480px}
.daily-history .section-note{margin:6px 0}
.history-key{font-size:12px;margin-top:9px;color:var(--muted)}
.history-key summary{padding:5px 0;min-height:30px;width:fit-content}
.history-key p{max-width:800px;margin-top:8px}
.legend{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:8px}
.legend>span{display:flex;align-items:center;gap:6px}
.key{width:10px;height:10px;display:inline-block}
.key.available{background:var(--green)}
.key.reduced{background:#c79832}
.key.interruption{background:#bf514b}
.key.maintenance{background:#7184b5}
.key.unknown{background:#9ca8b2}
.key.no-data{background:#e9edf0;border:1px solid #d0d7df}
.incident{border:1px solid #d9c594;border-top:3px solid var(--amber);padding:14px 16px;margin-bottom:14px;border-radius:2px}
.incident-major,.incident-critical{border-color:#dcbbb8;border-top-color:var(--red)}
.incident .section-heading{margin-bottom:9px}
.incident h2,.incident h3{font-size:16px}
.incident p{white-space:pre-wrap;overflow-wrap:anywhere}
.incident-meta{display:flex;justify-content:space-between;gap:12px;font-size:12px;margin-top:10px;flex-wrap:wrap}
.incident-state,.badge{font-size:12px;font-weight:500;color:var(--muted);white-space:nowrap}
.maintenance-incident{border-color:#c7d0e3;border-top-color:#637cad}
.empty-line{border-top:1px solid var(--line);padding-top:12px;color:var(--muted);font-size:13px}
.history-entry{display:grid;grid-template-columns:155px minmax(0,1fr);gap:24px;padding:18px 0;border-top:1px solid var(--line)}
.history-entry h2,.history-entry h3{font-size:16px}
.history-entry p{font-size:14px;white-space:pre-wrap;overflow-wrap:anywhere;margin-top:7px}
.history-entry>time{padding-top:2px}
.history-link{display:inline-flex;align-items:center;font-size:13px;min-height:40px;margin-top:10px}
.back-link{font-size:13px;display:inline-block;margin:0 0 20px}
.detail-heading{margin-bottom:20px}
.detail-heading h1{margin:7px 0 9px}
.detail-message{white-space:pre-wrap;overflow-wrap:anywhere;margin:16px 0}
.latest-update{padding:16px 0;border-block:1px solid var(--line);margin:16px 0 24px}
.latest-update p{white-space:pre-wrap;overflow-wrap:anywhere;margin:7px 0}
.section-title{margin:22px 0 12px}
.timeline{list-style:none;padding:0;margin:0}
.timeline li{display:grid;grid-template-columns:155px minmax(0,1fr);gap:24px;padding:16px 0;border-top:1px solid var(--line)}
.timeline p{margin-top:7px;white-space:pre-wrap;overflow-wrap:anywhere}
.facts{display:grid;grid-template-columns:140px minmax(0,1fr);gap:12px;margin:22px 0}
.facts dt{color:var(--muted)}
.facts dd{margin:0}
.page-heading{margin-bottom:24px}
.page-heading p{margin-top:8px;color:var(--muted)}
.pagination{display:flex;justify-content:space-between;gap:20px;margin:20px 0;font-size:13px}
.pagination:empty{display:none}
.site-footer{border-top:1px solid var(--line);padding:18px 0 22px;margin-top:24px;text-align:center;font-size:12px;color:var(--muted)}
.muted{color:var(--muted)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip{position:absolute;top:-100px}
.skip:focus{top:0;background:#fff;padding:10px;z-index:10}
.refresh-notice,.warning-note,.overdue-note{font-size:13px;color:#765520;margin:12px 0}
.refresh-notice{position:sticky;bottom:10px;background:#fff;border:1px solid var(--line);padding:10px 12px}
.refresh-notice button{margin-left:12px}
input,select,textarea{width:100%;padding:9px 10px;border:1px solid #b9c2cb;border-radius:3px;background:#fff;color:var(--ink);min-height:40px}
textarea{min-height:110px;resize:vertical}
input[aria-invalid="true"],select[aria-invalid="true"],textarea[aria-invalid="true"]{border-color:var(--red)}
label{display:grid;gap:6px;font-size:13px;font-weight:500}
button,.button{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #285ea8;background:#285ea8;color:#fff;border-radius:3px;padding:9px 14px;font-size:13px;min-height:40px;text-align:center;font-weight:500}
button:hover,.button:hover{filter:brightness(.95);text-decoration:none}
button.secondary,.button.secondary,.secondary{background:#fff;color:var(--ink);border-color:#bbc4cd}
button.danger,.danger{background:#fff;color:var(--red);border-color:#d1aaa7}
button:disabled{opacity:.55;cursor:default}
.error,.success{border-left:3px solid var(--red);background:#fff5f4;padding:12px 14px;margin:16px 0;font-size:14px}
.success{border-color:var(--green);background:#f2f9f4}
.field-error{color:var(--red);font-size:12px;font-weight:400}
.error ul{padding-left:20px;margin:8px 0 0}
.login{max-width:400px;margin:50px auto 70px}
.login h1{font-size:23px;margin-bottom:14px}
.login>p{color:var(--muted)}
.login form{display:grid;gap:9px;margin:24px 0 16px}
.login .section-note{font-size:12px}
.code-input{font:22px/1.5 ui-monospace,Consolas,monospace;letter-spacing:2px;text-align:center}
code{font:12px/1.5 ui-monospace,Consolas,monospace;background:#f2f4f6;padding:2px 4px;border-radius:2px}
.error-page{padding:30px 0}
.error-page p{margin:14px 0 20px}
.admin-nav{display:flex;flex-wrap:wrap;gap:0 16px;border-bottom:1px solid var(--line);margin-bottom:22px}
.admin-nav a{padding:10px 0;border-bottom:2px solid transparent;font-size:13px;color:var(--muted)}
.admin-nav a.current{color:var(--link);border-bottom-color:var(--link);font-weight:600}
.admin-heading{margin-bottom:22px;flex-wrap:wrap}
.admin-heading small{margin-right:auto}
.admin-heading form{margin:0}
.admin-section{margin:22px 0}
.admin-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:16px 0}
.admin-toolbar a{font-size:13px}
.admin-details{border:1px solid var(--line);border-radius:3px;margin:18px 0}
.admin-details>summary{padding:12px 14px;font-weight:500}
.admin-details[open]>summary{border-bottom:1px solid var(--line);background:var(--soft)}
.admin-details>.form-panel,.admin-details>div,.admin-details>form{margin:0;padding:16px}
.admin-details .admin-details{margin:14px 0}
.form-panel{padding:20px 0;margin:18px 0;border-top:1px solid var(--line)}
.form-panel h2{margin-bottom:16px}
.form-panel h2+p{margin:-6px 0 18px;color:var(--muted);font-size:13px}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px}
.form-grid>.full{grid-column:1/-1}
.form-grid .full>label{width:100%}
.checks{display:flex;flex-wrap:wrap;gap:12px 22px}
.check{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:400;min-height:28px}
.check input{width:17px;height:17px;min-height:17px;margin:0}
fieldset{border:1px solid var(--line);padding:12px;margin:0;border-radius:3px}
legend{font-weight:500;font-size:13px;padding:0 5px}
.actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:16px}
.actions a{font-size:13px}
.form-grid>.actions{align-self:end}
.table-wrap{width:100%}
table{width:100%;border-collapse:collapse;font-size:13px}
th,td{text-align:left;vertical-align:top;border-bottom:1px solid var(--line);padding:12px 10px}
th{background:var(--soft);font-size:12px;color:var(--muted);font-weight:500}
td small{display:block;margin-top:3px}
td form{display:inline}
td button{min-height:34px;padding:5px 10px;font-size:12px}
td code{overflow-wrap:anywhere}
td:last-child{text-align:right}
td p{margin:0}
td,th{overflow-wrap:anywhere}
.overview-strip{display:flex;gap:28px;flex-wrap:wrap;padding:14px 0;border-block:1px solid var(--line);margin-bottom:24px}
.overview-strip span{font-size:12px;color:var(--muted)}
.overview-strip strong{display:block;font-size:15px;color:var(--ink);margin-top:3px}
.empty{padding:16px 0;color:var(--muted)}
.secret{border-left:3px solid var(--amber);background:#fffbef;padding:14px;overflow-wrap:anywhere;margin:16px 0}
.secret code{display:block;margin-top:8px;background:transparent}
.audit-details{max-width:340px}
.audit-details pre{white-space:pre-wrap;overflow-wrap:anywhere;font:12px/1.5 ui-monospace,monospace}
.timeline-item{padding:16px 0;border-top:1px solid var(--line)}
.timeline-item p{margin-top:8px;white-space:pre-wrap}
.inline{display:inline}
.admin-subnav{display:flex;gap:18px;flex-wrap:wrap;padding:10px 0}
@media(max-width:767px){
  .shell{padding:18px 18px 0}
  .site-header{margin-bottom:20px}
  .brand{font-size:23px}
  .brand-row{gap:12px;margin-top:7px}
  .header-link{font-size:12px}
  .overall{padding:14px}
  .overall h1{font-size:18px;line-height:1.4}
  .section-heading{flex-wrap:wrap;gap:8px}
  h1{font-size:23px}h2{font-size:17px}
  .service{padding:13px 12px 9px}
  .service-group{padding:10px 12px}
  .service-heading{gap:8px;align-items:start}
  .service-heading h3{font-size:15px}
  .service-heading>div{flex:1}
  .status{font-size:13px;max-width:150px;text-align:right;flex-shrink:1}
  .availability-summary{display:block}
  .availability-summary>span{display:block}
  .availability-summary>span+span{margin-top:2px}
  .bar{height:20px}
  .uptime-bars{gap:1px}
  .history-entry,.timeline li{grid-template-columns:1fr;gap:7px}
  .incident{padding:12px}
  .incident-state{font-size:12px}
  .facts{grid-template-columns:110px minmax(0,1fr)}
  .form-grid{grid-template-columns:1fr}
  .form-grid>.full{grid-column:auto}
  .admin-nav{gap:0 16px;margin-bottom:18px}
  .admin-nav a{padding:10px 0;font-size:13px}
  .admin-heading h1{font-size:23px}
  .admin-heading small{max-width:140px;overflow-wrap:anywhere}
  .overview-strip{gap:14px 22px}
  .table-wrap table,.table-wrap tbody,.table-wrap tr,.table-wrap td{display:block;width:100%}
  .table-wrap thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
  .table-wrap tr{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:0 14px;padding:12px 0;border-bottom:1px solid var(--line)}
  .table-wrap td{grid-column:1/-1;border:0;padding:5px 0;font-size:13px;text-align:left;min-width:0}
  .table-wrap td:before{content:attr(data-label);color:var(--muted);font-size:12px;display:inline-block;margin-right:10px}
  .table-wrap td.mobile-primary,.table-wrap td:first-child{grid-column:1;grid-row:1;font-weight:600}
  .table-wrap td.mobile-primary:before,.table-wrap td:first-child:before,.table-wrap td.mobile-action:before,.table-wrap td:last-child:before{display:none}
  .table-wrap td.mobile-action,.table-wrap td:last-child{grid-column:2;grid-row:1;text-align:right;align-self:start;width:auto}
  .table-wrap td:last-child a{display:inline-block;padding:4px 0}
  .table-wrap td small{display:inline;margin-left:6px;font-weight:400}
  .table-wrap td:first-child small{display:block;margin-left:0}
  .audit-details{max-width:none}
  .admin-details>.form-panel,.admin-details>div,.admin-details>form{padding:14px}
  .login{margin:32px auto 50px}
  .site-footer{font-size:12px;padding:16px 0 20px}
}
@media(max-width:370px){.shell{padding-inline:14px}.brand{font-size:21px}.header-link{font-size:11px}.service-heading{flex-wrap:wrap}.service-heading>.status{max-width:none}.status{font-size:13px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

.admin-identity{font-size:12px;color:var(--muted);margin-right:auto}
.admin-list-row{display:flex;justify-content:space-between;align-items:start;gap:16px;border-top:1px solid var(--line);padding:12px 0;font-size:13px}
.admin-list-row>span{color:var(--muted)}
.empty-state{color:var(--muted);padding:12px 0;border-top:1px solid var(--line);font-size:13px}
.notice-text{font-size:13px;color:var(--muted);margin:12px 0}
.notification-channel-info{min-width:0;overflow-wrap:anywhere}
.notification-channel-info>.badge{display:inline-block;margin-inline:5px;padding:1px 5px;border:1px solid var(--line);border-radius:3px;color:var(--muted);font-size:11px;font-weight:400}
.notification-channel-info>small{display:block;color:var(--muted);font-size:12px;line-height:1.6}
.notification-channel-actions{flex-shrink:0;margin:0;gap:12px}
.notification-custom-events{font-size:13px}
.notification-custom-events>summary,.notification-receipt>summary{cursor:pointer;min-height:32px;line-height:24px;padding:4px 0}
.notification-custom-events fieldset{border:0;padding:0;margin:10px 0 0}
.notification-history td{vertical-align:top;overflow-wrap:anywhere}
.notification-history td:first-child{max-width:300px}
.notification-history td:nth-child(2){max-width:290px}
.notification-history td:nth-child(3){min-width:195px}
.notification-history .notification-receipt{font-size:12px;color:var(--muted)}
@media(max-width:767px){.notification-channel-actions{width:100%;justify-content:flex-end}.notification-history td small{display:block;margin-left:0}.notification-history td:nth-child(3){min-width:0}.notification-history td:first-child,.notification-history td:nth-child(2){max-width:none}.notification-history td:last-child{max-width:75px}}
.maintenance-row{border-top:1px solid var(--line);padding:16px 0}
.incident-timeline{padding-left:0;list-style:none}
.incident-timeline li{border-top:1px solid var(--line);padding:14px 0}
.incident-timeline p{margin-top:7px;white-space:pre-wrap}
@media(max-width:767px){.admin-list-row{flex-wrap:wrap;gap:6px}.admin-identity{max-width:100px;overflow-wrap:anywhere}}
/* Retain native disclosure semantics and keep history controls easy to target. */
@media(min-width:768px){.service-heading h3{display:inline}.service-description{display:inline;margin-left:10px}.service{padding-top:12px;padding-bottom:7px}}
@media(max-width:767px){.daily-history summary,.history-key summary{display:list-item;min-height:36px;line-height:24px;padding:6px 0}}
.service h3,.incident h2,.incident h3,.history-entry h2,.history-entry h3,.detail-heading h1{overflow-wrap:anywhere}
.bar[data-day]{display:block;position:relative;text-decoration:none}
.service-address{font-size:13px;line-height:1.5;margin:3px 0 5px;overflow-wrap:anywhere}
.service-address>span{color:var(--muted);user-select:text}
.service-address a{display:inline-block;text-underline-offset:3px}
.bar[data-day]:hover,.bar[data-day][aria-expanded="true"]{outline:2px solid var(--ink);outline-offset:1px;z-index:1}
.bar[data-day]:focus-visible{outline:3px solid var(--link);outline-offset:2px;z-index:2}
.history-day-form>div{display:flex;align-items:center;gap:8px;max-width:660px}
.history-day-form select{min-width:0;flex:1;max-width:none}
.history-day-form button{flex-shrink:0}
.incident-day{display:grid;grid-template-columns:190px minmax(0,1fr);gap:18px;border-top:1px solid var(--line);padding:14px 0}
.incident-day h3,.incident-day time{font-size:13px;font-weight:500;color:var(--ink)}
.day-empty{font-size:13px;color:var(--muted)}
.day-incident{display:flex;justify-content:space-between;align-items:baseline;gap:12px;font-size:13px;min-width:0}
.day-incident+.day-incident{margin-top:9px}
.day-incident a,.day-incident h2{overflow-wrap:anywhere}
.day-incident h2{font-size:16px}
.day-popover{position:fixed;z-index:30;width:min(330px,calc(100vw - 16px));max-height:min(420px,calc(100vh - 16px));overflow:auto;background:#fff;border:1px solid #cbd2d9;border-radius:5px;padding:15px 16px 12px;box-shadow:0 5px 20px #172b4d24;font-size:13px}
.day-popover h2{font-size:15px;padding-right:24px;margin:2px 0 5px}
.day-service{font-size:12px;color:var(--muted);padding-right:28px}
.day-summary{font-size:12px;color:var(--muted)}
.day-popover .day-close{position:absolute;right:3px;top:3px;width:36px;height:36px;min-height:36px;padding:0;font-size:22px;line-height:1;color:var(--muted);background:transparent;border:0}
.day-results{border-top:1px solid var(--line);margin-top:11px;padding-top:11px}
.day-results ul{list-style:none;padding:0;margin:8px 0}
.day-results li{margin:8px 0}
.day-results li a{display:block;overflow-wrap:anywhere;padding:2px 0}
.day-results .incident-state{font-size:11px}
.day-caption{font-size:12px;color:var(--muted)}
.day-all{display:inline-flex;align-items:center;min-height:36px;margin-top:5px}
@media(max-width:767px){.incident-day{grid-template-columns:1fr;gap:5px;padding:12px 0}.history-day-form>div{flex-wrap:wrap}.history-day-form select{flex-basis:100%}.history-day-form button{min-height:36px}.day-incident{align-items:start}.day-incident a{min-height:28px}.day-popover{font-size:13px}}
