:root {
  color-scheme:light;
  --canvas:#f6f7f4;
  --surface:#fff;
  --ink:#21372e;
  --body:#41564c;
  --muted:#718076;
  --line:#e3e9e2;
  --green:#245440;
  --green-soft:#e9f1eb;
  --amber:#906215;
  --amber-soft:#fbf4e7;
  --red:#a84536;
  --red-soft:#fbedeb;
  --radius:16px;
  font-family:Inter,"Noto Sans SC","Microsoft YaHei",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-synthesis:none;
  font-size:14px;
  line-height:1.6;
}
* {
  box-sizing:border-box;
}
body {
  margin:0;
  background:var(--canvas);
  color:var(--body);
}
a {
  color:inherit;
  text-decoration:none;
}
button,input {
  font:inherit;
}
button {
  cursor:pointer;
}
button:disabled {
  cursor:default;
}
h1,h2,h3,p {
  margin:0;
}
button,a,input {
  -webkit-tap-highlight-color:transparent;
}
button:focus-visible,a:focus-visible,input:focus-visible {
  outline:3px solid #90b49d;
  outline-offset:4px;
}
[hidden] {
  display:none!important;
}
.skip-link {
  position:fixed;
  top:8px;
  left:8px;
  padding:12px 20px;
  border-radius:8px;
  background:var(--green);
  color:#fff;
  z-index:10;
  transform:translateY(-200%);
}
.skip-link:focus {
  transform:translateY(0);
}
.sidebar {
  position:fixed;
  inset:0 auto 0 0;
  width:228px;
  padding:36px 20px 28px;
  background:#fcfdfb;
  border-right:1px solid var(--line);
  display:flex;
  flex-direction:column;
}
.brand {
  display:flex;
  align-items:center;
  gap:11px;
  color:var(--ink);
  font-size:18px;
  font-weight:730;
  line-height:1.25;
  padding:0 10px;
}
.brand-mark {
  width:37px;
  height:40px;
  display:grid;
  place-items:center;
  background:var(--green);
  color:#f1efcf;
  border-radius:10px 10px 10px 3px;
  font-size:23px;
}
.brand-subtitle {
  display:block;
  margin-top:5px;
  font-size:11px;
  letter-spacing:1.1px;
  font-weight:500;
  color:var(--muted);
}
.sidebar-caption {
  margin:48px 13px 12px;
  font-size:11px;
  letter-spacing:1px;
  color:#89948c;
}
.side-nav {
  display:grid;
  gap:6px;
}
.side-nav a {
  display:flex;
  gap:12px;
  align-items:center;
  padding:12px 14px;
  border-radius:9px;
  color:#607065;
  font-size:13px;
}
.side-nav a:hover {
  background:#f0f3ed;
}
.side-nav .nav-current {
  background:var(--green-soft);
  color:var(--green);
  font-weight:650;
}
.nav-icon {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:18px;
  font-size:20px;
  line-height:1;
}
.sidebar-note {
  margin-top:auto;
  padding:20px 12px 0;
  border-top:1px solid var(--line);
  font-size:12px;
}
.sidebar-note strong {
  font-weight:550;
  color:var(--green);
}
.sidebar-note p {
  font-size:11px;
  line-height:1.8;
  color:var(--muted);
  padding:6px 0 0 15px;
}
.independent-dot,.refresh-dot {
  display:inline-block;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#6d987b;
  margin-right:8px;
  vertical-align:middle;
}
.app-shell {
  margin-left:228px;
}
.topbar {
  height:80px;
  padding:0 40px;
  border-bottom:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:#fcfdfb;
}
.topbar-label {
  font-size:12px;
  color:var(--muted);
}
.separator {
  color:#c1c8bf;
  margin:0 12px;
}
.account {
  display:flex;
  align-items:center;
  gap:16px;
}
.account-name {
  font-size:12px;
  max-width:180px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  min-height:38px;
  padding:8px 16px;
  border-radius:8px;
  border:1px solid transparent;
  transition:background .15s;
  color:var(--green);
  font-weight:550;
}
.button-quiet {
  background:transparent;
  border-color:var(--line);
  font-size:12px;
}
.button-quiet:hover {
  background:var(--green-soft);
}
.button-primary {
  background:var(--green);
  color:#fff;
}
.button-primary:hover {
  background:#1b4332;
}
.dashboard {
  max-width:1500px;
  margin:0 auto;
  padding:38px 40px 24px;
}
.page-heading {
  display:flex;
  gap:24px;
  align-items:center;
  justify-content:space-between;
  margin-bottom:28px;
  scroll-margin-top:20px;
}
.eyebrow {
  display:block;
  color:#7a8d7e;
  font-size:10px;
  letter-spacing:1.7px;
  font-weight:650;
  margin-bottom:9px;
}
h1 {
  font-size:30px;
  letter-spacing:-.8px;
  line-height:1.3;
  color:var(--ink);
  font-weight:700;
}
.page-heading p {
  margin-top:9px;
  color:var(--muted);
  font-size:13px;
}
.refresh-state {
  text-align:right;
  font-size:11px;
  white-space:nowrap;
  color:var(--muted);
}
.refresh-state time {
  display:block;
  font-size:10px;
  color:#889488;
  margin-top:4px;
}
.refresh-dot.is-warning {
  background:#b98536;
}
.notice {
  border:1px solid #ecdfc6;
  border-radius:10px;
  padding:13px 17px;
  font-size:12px;
  margin-bottom:20px;
  background:var(--amber-soft);
  color:#795b2c;
}
.notice strong {
  font-weight:650;
  margin-right:14px;
}
.notice-maintenance {
  color:var(--green);
  background:var(--green-soft);
  border-color:#d3e0d5;
}
.metrics-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.metric-card {
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:21px 22px 18px;
  min-width:0;
}
.metric-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
.metric-heading h2 {
  font-size:12px;
  font-weight:550;
  color:#64776a;
}
.status {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
  font-size:10px;
  line-height:1.7;
  padding:2px 7px;
  border-radius:5px;
  font-weight:500;
  background:#f0f2ef;
  color:#7d867d;
}
.status-ok {
  background:var(--green-soft);
  color:var(--green);
}
.status-stale {
  background:var(--amber-soft);
  color:var(--amber);
}
.status-unknown {
  color:#7a817b;
}
.metric-value {
  margin:17px 0 9px;
  color:var(--ink);
  font-size:36px;
  line-height:1.1;
  letter-spacing:-1.2px;
  font-weight:620;
  font-variant-numeric:tabular-nums;
}
.metric-value>span {
  font-size:12px;
  letter-spacing:0;
  margin-left:7px;
  color:var(--muted);
  font-weight:400;
}
.metric-description {
  font-size:11px;
  line-height:1.6;
  min-height:18px;
  color:#64776a;
  margin-bottom:13px;
}
.observed {
  display:block;
  font-size:10px;
  color:#879387;
  line-height:1.5;
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin:32px 0 14px;
  gap:14px;
  scroll-margin-top:24px;
}
.section-heading h2 {
  font-size:15px;
  color:var(--ink);
  font-weight:650;
}
.section-heading>span {
  font-size:11px;
  color:#879387;
}
.panels-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.panel {
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:var(--surface);
  padding:24px;
  min-width:0;
}
.panel-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;
  margin-bottom:21px;
}
.panel-heading h3 {
  font-size:14px;
  font-weight:650;
  color:var(--ink);
}
.panel-description {
  margin-top:5px;
  font-size:11px;
  color:var(--muted);
}
.panel>.observed {
  margin-top:18px;
}
.disk+.disk {
  margin-top:21px;
}
.disk-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  font-size:11px;
  margin-bottom:7px;
}
.disk-heading strong {
  color:var(--body);
  font-weight:500;
}
.disk-heading>span {
  color:var(--muted);
  font-variant-numeric:tabular-nums;
}
.disk-description {
  display:flex;
  justify-content:space-between;
  gap:10px;
  font-size:10px;
  color:#879387;
  margin-top:7px;
}
meter {
  display:block;
  width:100%;
  height:6px;
  background:#ecf0ea;
  border:none;
  border-radius:10px;
  overflow:hidden;
}
meter::-webkit-meter-bar {
  background:#ecf0ea;
  border:0;
  height:6px;
  border-radius:10px;
}
meter::-webkit-meter-optimum-value {
  background:#658e71;
  border-radius:10px;
}
meter::-webkit-meter-suboptimum-value {
  background:#c49958;
  border-radius:10px;
}
meter::-webkit-meter-even-less-good-value {
  background:#b96253;
  border-radius:10px;
}
meter::-moz-meter-bar {
  background:#658e71;
  border-radius:10px;
}
.service-list {
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 24px;
}
.service-list li {
  padding:12px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  border-bottom:1px solid #f0f2ed;
  font-size:11px;
}
.service-name {
  overflow-wrap:anywhere;
  min-width:0;
}
.service-state {
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
  font-size:10px;
  color:var(--muted);
}
.state-dot {
  width:5px;
  height:5px;
  border-radius:50%;
  margin-right:5px;
  background:#a6afa5;
}
.state-active {
  color:var(--green);
}
.state-active .state-dot {
  background:#648e70;
}
.state-failed {
  color:var(--red);
}
.state-failed .state-dot {
  background:#b46050;
}
.workspace-panel {
  margin-top:18px;
}
.workspace-panel .panel-heading {
  margin-bottom:17px;
}
.workspace-states {
  display:flex;
  gap:0;
  flex-wrap:wrap;
}
.workspace-states>div {
  padding:0 32px;
  border-right:1px solid var(--line);
  min-width:100px;
  display:flex;
  align-items:baseline;
  gap:20px;
}
.workspace-states>div:first-child {
  padding-left:0;
}
.workspace-states>div:last-child {
  border:0;
}
.workspace-states span {
  font-size:11px;
  color:var(--muted);
}
.workspace-states strong {
  font-size:22px;
  font-variant-numeric:tabular-nums;
  font-weight:550;
  color:var(--ink);
}
.workspace-panel>.observed {
  margin-top:14px;
}
.detail-list {
  margin:0;
  display:grid;
  gap:15px;
}
.detail-list>div {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
}
.detail-list dt {
  font-size:11px;
  color:var(--muted);
  flex-shrink:0;
}
.detail-list dd {
  font-size:12px;
  color:var(--body);
  text-align:right;
  margin:0;
  overflow-wrap:anywhere;
}
.detail-note {
  display:block;
  font-size:10px;
  color:var(--amber);
  margin-top:3px;
}
.label-pill {
  display:inline-flex;
  font-size:10px;
  line-height:1.65;
  padding:2px 8px;
  border-radius:5px;
  white-space:nowrap;
  font-weight:500;
}
.label-neutral {
  background:#eef2ec;
  color:#52705b;
}
.label-warning {
  background:var(--amber-soft);
  color:var(--amber);
}
.mono,code {
  font-family:"SFMono-Regular",Consolas,"Liberation Mono",monospace;
}
.panel-footnote {
  font-size:10px;
  color:#899285;
  margin-top:22px;
  padding-top:12px;
  border-top:1px solid #edf0e9;
}
.incidents-panel {
  margin-top:28px;
  scroll-margin-top:24px;
}
.incidents-count {
  font-size:11px;
  color:var(--muted);
}
.incident-list {
  list-style:none;
  margin:0;
  padding:0;
}
.incident {
  display:flex;
  gap:14px;
  padding:15px 0;
  border-top:1px solid #edf0e9;
}
.incident-marker {
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:50%;
  margin-top:8px;
  background:#c09248;
}
.incident-marker.critical {
  background:#b75d4e;
}
.incident-marker.resolved {
  background:#779b7a;
}
.incident-content {
  min-width:0;
  flex:1;
}
.incident-heading {
  display:flex;
  gap:16px;
  align-items:flex-start;
  justify-content:space-between;
}
.incident-heading strong {
  font-size:12px;
  font-weight:500;
  color:var(--body);
  overflow-wrap:anywhere;
}
.incident-content p {
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  color:#869184;
  font-size:10px;
  margin-top:6px;
}
.incident-content code {
  font-size:10px;
  color:#73806e;
}
.empty-state {
  padding:22px 0;
  font-size:12px;
  color:var(--muted);
  line-height:1.7;
}
.service-list .empty-state {
  grid-column:1/-1;
  border:0;
}
.incident-empty {
  border-top:1px solid #edf0e9;
  padding:26px 0 8px;
}
.dashboard-footer {
  display:flex;
  justify-content:space-between;
  gap:16px;
  margin-top:22px;
  color:#869184;
  font-size:10px;
}
.login-page {
  background:#fbfcf9;
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:48px 24px;
}
.login-shell {
  width:100%;
  max-width:390px;
}
.login-brand {
  padding:0;
  margin-bottom:54px;
}
.login-heading .eyebrow {
  font-size:10px;
}
.login-heading h1 {
  font-size:27px;
  line-height:1.5;
  letter-spacing:-.5px;
}
.login-heading p {
  font-size:12px;
  line-height:1.8;
  color:var(--muted);
  margin-top:9px;
}
.login-form {
  margin-top:28px;
}
.field {
  margin-bottom:20px;
}
.field label {
  display:block;
  font-size:12px;
  color:var(--body);
  margin-bottom:8px;
}
.field input {
  width:100%;
  padding:13px 15px;
  background:#fff;
  border:1px solid #dbe3d8;
  border-radius:9px;
  color:var(--ink);
  min-height:48px;
}
.login-submit {
  width:100%;
  min-height:48px;
  margin-top:4px;
  justify-content:space-between;
  padding:12px 18px;
  font-size:13px;
}
.login-note {
  margin-top:24px;
  color:#889183;
  font-size:11px;
  line-height:1.9;
}
.login-footer {
  font-size:10px;
  color:#91998b;
  margin-top:52px;
}
.login-footer span {
  margin:0 7px;
}
.form-error {
  font-size:12px;
  color:#974936;
  border:1px solid #ead0c6;
  border-radius:8px;
  background:#fcf2ec;
  padding:12px 14px;
  margin-top:22px;
}
@media(min-width:1600px) {
  .dashboard {
    padding-top:46px;
  }
  .metrics-grid {
    gap:20px;
  }
  .metric-card {
    padding:25px 25px 20px;
  }
  .metric-value {
    font-size:41px;
  }
  .panel {
    padding:28px;
  }
  .topbar {
    padding:0 48px;
  }
}
@media(max-width:1250px) {
  .sidebar {
    width:198px;
    padding-left:14px;
    padding-right:14px;
  }
  .app-shell {
    margin-left:198px;
  }
  .dashboard {
    padding:30px 26px 22px;
  }
  .topbar {
    padding:0 26px;
  }
  .metrics-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .metric-value {
    font-size:36px;
  }
  .service-list {
    grid-template-columns:1fr;
  }
  .service-list li {
    padding:9px 0;
  }
  .panel {
    padding:22px;
  }
  .workspace-states>div {
    padding:0 20px;
  }
  .dashboard-footer {
    flex-direction:column;
    gap:4px;
  }
}
@media(max-width:800px) {
  .sidebar {
    display:none;
  }
  .app-shell {
    margin-left:0;
  }
  .topbar {
    height:66px;
    padding:0 24px;
  }
  .dashboard {
    padding:28px 24px 24px;
  }
  .page-heading {
    align-items:flex-start;
    gap:18px;
  }
  .page-heading h1 {
    font-size:27px;
  }
  .refresh-state {
    margin-top:4px;
  }
  .panels-grid {
    gap:16px;
  }
  .account {
    gap:10px;
  }
  .metric-card {
    padding:20px;
  }
  .panel {
    padding:20px;
  }
  .workspace-states>div {
    padding:0 18px;
    min-width:85px;
    gap:12px;
  }
}
@media(max-width:580px) {
  .topbar {
    padding:0 18px;
    height:62px;
  }
  .topbar-label {
    font-size:11px;
  }
  .account-name {
    max-width:90px;
    font-size:11px;
  }
  .button-quiet {
    padding:6px 9px;
    min-height:33px;
    font-size:11px;
  }
  .separator {
    margin:0 6px;
  }
  .dashboard {
    padding:25px 18px 22px;
  }
  .page-heading {
    display:block;
    margin-bottom:22px;
  }
  .page-heading h1 {
    font-size:28px;
  }
  .page-heading p {
    font-size:12px;
  }
  .refresh-state {
    text-align:left;
    margin-top:16px;
    font-size:10px;
  }
  .refresh-state time {
    display:inline;
    margin-left:8px;
    font-size:9px;
  }
  .metrics-grid {
    gap:11px;
  }
  .metric-card {
    padding:16px 14px;
    border-radius:12px;
  }
  .metric-heading {
    align-items:flex-start;
    flex-direction:column;
    gap:6px;
  }
  .metric-heading h2 {
    font-size:11px;
  }
  .status {
    font-size:9px;
    padding:1px 5px;
  }
  .metric-value {
    font-size:32px;
    margin-top:14px;
  }
  .metric-description {
    font-size:10px;
    min-height:30px;
    margin-bottom:8px;
  }
  .observed {
    font-size:9px;
  }
  .panels-grid {
    grid-template-columns:1fr;
    gap:14px;
  }
  .section-heading {
    margin-top:26px;
  }
  .section-heading>span {
    font-size:9px;
  }
  .section-heading h2 {
    font-size:14px;
  }
  .panel {
    padding:20px;
    border-radius:13px;
  }
  .panel-heading {
    margin-bottom:17px;
  }
  .service-list {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0 16px;
  }
  .service-list li {
    font-size:10px;
  }
  .service-state {
    font-size:9px;
  }
  .workspace-states {
    gap:12px 0;
  }
  .workspace-states>div {
    padding:0 14px;
    gap:11px;
    min-width:85px;
  }
  .workspace-states strong {
    font-size:20px;
  }
  .workspace-states span {
    font-size:10px;
  }
  .notice {
    font-size:11px;
    padding:12px 14px;
  }
  .notice strong {
    display:block;
    margin-bottom:4px;
  }
  .incident-heading strong {
    font-size:11px;
  }
  .incident-content p {
    gap:4px 10px;
    font-size:9px;
  }
  .incident-content code {
    width:100%;
    font-size:9px;
  }
  .dashboard-footer {
    font-size:9px;
  }
  .login-page {
    place-items:start center;
    padding-top:60px;
  }
  .login-brand {
    margin-bottom:45px;
  }
}
@media(prefers-reduced-motion:reduce) {
  * {
    scroll-behavior:auto!important;
    transition:none!important;
  }
}
