@charset "UTF-8";
@import url("https://fonts.bunny.net/css?family=inter:400,500,700,900|jetbrains-mono:400,500,700");
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proxima-nova-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proxima-nova-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proxima-nova-black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Condensed";
  src: url("../fonts/proxima-nova-condensed.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Condensed";
  src: url("../fonts/proxima-nova-condensed-black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zaptron";
  src: url("../fonts/zaptron.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --orange: #f78e57;
  --orange-600: #e87840;
  --orange-50: #fef4ec;
  --ink: #0b0b0c;
  --ink-2: #1a1a1d;
  --muted: #6b6b72;
  --muted-2: #a0a0a8;
  --line: #e6e4e0;
  --line-2: #f0eeea;
  --bg: #fafaf7;
  --surface: #ffffff;
  --success: #2f9e6b;
  --danger: #d64545;
  --warn: #d98b26;
  --radius-sm: 8px;
  --radius: 12px;
  --radius-md: 14px;
  --radius-lg: 16px;
  --radius-pill: 999px;
  --shadow-sm: 0 1px 2px rgba(11, 11, 12, 0.04), 0 1px 1px rgba(11, 11, 12, 0.03);
  --shadow-md: 0 4px 14px rgba(11, 11, 12, 0.06), 0 1px 2px rgba(11, 11, 12, 0.04);
  --shadow-lg: 0 12px 32px rgba(11, 11, 12, 0.16);
  --shadow-modal: 0 20px 60px rgba(0, 0, 0, 0.20);
  --ring: 0 0 0 4px rgba(247, 142, 87, 0.16);
  --ring-error: 0 0 0 4px rgba(214, 69, 69, 0.12);
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --font-sans: "Inter", -apple-system, system-ui, "Segoe UI", Roboto, sans-serif;
  --font-brand: "Proxima Nova", "Inter", -apple-system, system-ui, sans-serif;
  --font-display: "Zaptron", "Proxima Nova Condensed", "Inter", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --font: var(--font-sans);
  --mono: var(--font-mono);
  --fs-11: 11px;
  --fs-12: 12px;
  --fs-13: 13px;
  --fs-14: 14px;
  --fs-15: 15px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-22: 22px;
  --fs-24: 24px;
  --fs-28: 28px;
  --fs-30: 30px;
  --fs-38: 38px;
  --fs-48: 48px;
  --fs-60: 60px;
  --type-eyebrow-family: var(--font-mono);
  --type-eyebrow-size: 11px;
  --type-eyebrow-weight: 700;
  --type-eyebrow-tracking: 0.08em;
  --type-eyebrow-transform: uppercase;
  --type-eyebrow-color: var(--orange-600);
  --type-h1-size: clamp(38px, 4.6vw, 60px);
  --type-h1-weight: 700;
  --type-h1-leading: 1.04;
  --type-h1-tracking: -0.028em;
  --type-h2-size: 30px;
  --type-h2-weight: 700;
  --type-h2-leading: 1.15;
  --type-h2-tracking: -0.02em;
  --type-h3-size: 22px;
  --type-h3-weight: 700;
  --type-h3-leading: 1.2;
  --type-h3-tracking: -0.015em;
  --type-h4-size: 15px;
  --type-h4-weight: 700;
  --type-h4-leading: 1.3;
  --type-body-size: 14px;
  --type-body-weight: 400;
  --type-body-leading: 1.55;
  --type-small-size: 13px;
  --type-small-leading: 1.5;
  --type-caption-size: 12px;
  --type-caption-color: var(--muted);
  --type-mono-size: 12px;
  --type-mono-leading: 1.5;
}

[data-theme=dark] {
  --ink: #f5f3ef;
  --ink-2: #e9e6e0;
  --muted: #9a9aa2;
  --muted-2: #6a6a72;
  --line: #232326;
  --line-2: #1a1a1d;
  --bg: #0c0c0d;
  --surface: #141416;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 4px 14px rgba(0, 0, 0, 0.5);
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "cv11", "ss01";
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
}

.lumen-eyebrow {
  font-family: var(--type-eyebrow-family);
  font-size: var(--type-eyebrow-size);
  font-weight: var(--type-eyebrow-weight);
  letter-spacing: var(--type-eyebrow-tracking);
  text-transform: var(--type-eyebrow-transform);
  color: var(--type-eyebrow-color);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lumen-h1 {
  font: var(--type-h1-weight) var(--type-h1-size)/var(--type-h1-leading) var(--font-sans);
  letter-spacing: var(--type-h1-tracking);
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}

.lumen-h2 {
  font: var(--type-h2-weight) var(--type-h2-size)/var(--type-h2-leading) var(--font-sans);
  letter-spacing: var(--type-h2-tracking);
  margin: 0;
  color: var(--ink);
}

.lumen-h3 {
  font: var(--type-h3-weight) var(--type-h3-size)/var(--type-h3-leading) var(--font-sans);
  letter-spacing: var(--type-h3-tracking);
  margin: 0;
  color: var(--ink);
}

.lumen-h4 {
  font: var(--type-h4-weight) var(--type-h4-size)/var(--type-h4-leading) var(--font-sans);
  margin: 0;
  color: var(--ink);
}

.lumen-body {
  font: var(--type-body-weight) var(--type-body-size)/var(--type-body-leading) var(--font-sans);
  color: var(--ink);
  margin: 0;
}

.lumen-small {
  font-size: var(--type-small-size);
  line-height: var(--type-small-leading);
  color: var(--muted);
  margin: 0;
}

.lumen-mono {
  font-family: var(--font-mono);
  font-size: var(--type-mono-size);
  line-height: var(--type-mono-leading);
}

.lumen-display {
  font-family: var(--font-brand);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--ink);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 24px;
  background: rgba(250, 250, 247, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.topbar__left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.topbar__right {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--muted);
}
.topbar__time {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.topbar__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--success);
  position: relative;
}
.topbar__dot--maint {
  background: #5b8def;
}
.topbar__dot--deg {
  background: #d98b26;
}
.topbar__dot--part {
  background: #e8662b;
}
.topbar__dot--maj {
  background: var(--danger);
}
.topbar__nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 12px;
}
.topbar__nav a {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  padding: 6px 10px;
  border-radius: 8px;
  transition: color 120ms ease, background 120ms ease;
}
.topbar__nav a:hover, .topbar__nav a.is-active {
  color: var(--ink);
  background: var(--line-2);
}
.topbar__logout {
  margin-left: 12px;
  font-size: 12px;
  color: var(--muted);
  transition: color 120ms ease;
}
.topbar__logout:hover {
  color: var(--ink);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.brand-mark img {
  width: 22px;
  height: 22px;
}

.brand-divider {
  display: inline-block;
  width: 1px;
  height: 18px;
  background: var(--line);
  margin: 0 4px;
}

.brand-sub {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}

.eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange-600);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--orange-600);
}
.eyebrow--tight {
  margin-bottom: 6px;
}

.banner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 26px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  margin-bottom: 28px;
}
.banner__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
}
.banner__title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0 0 4px;
  color: var(--ink);
}
.banner__desc {
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
  margin: 0;
}
.banner__meta {
  display: flex;
  gap: 24px;
  margin-left: auto;
  align-items: center;
}
.banner__meta-item {
  text-align: right;
}
.banner__meta-key {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.banner__meta-val {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-top: 2px;
}
.banner--op .banner__icon {
  background: rgba(47, 158, 107, 0.1);
  color: var(--success);
}
.banner--maint .banner__icon {
  background: rgba(91, 141, 239, 0.12);
  color: #4a78d6;
}
.banner--deg .banner__icon {
  background: rgba(217, 139, 38, 0.12);
  color: #b97018;
}
.banner--part .banner__icon {
  background: rgba(232, 102, 43, 0.12);
  color: #c4541d;
}
.banner--maj .banner__icon {
  background: rgba(214, 69, 69, 0.12);
  color: var(--danger);
}

.section {
  margin-top: 36px;
}
.section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 14px;
}
.section__title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 0;
}
.section__legend {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
}

.legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.legend-swatch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
}

.svc-list {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.svc-row {
  padding: 22px 24px 20px;
  border-bottom: 1px solid var(--line-2);
}
.svc-row:last-child {
  border-bottom: none;
}
.svc-row__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.svc-row__name {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.svc-row__title-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.svc-row__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.svc-row__title-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  transition: color 120ms ease;
}
.svc-row__title-link:hover {
  color: var(--orange-600);
}
.svc-row__host {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px;
}
.svc-row__right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 18px;
}
.svc-row__uptime {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--muted);
  text-align: right;
}
.svc-row__uptime strong {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  display: block;
  margin-bottom: 1px;
}

.day-bar {
  display: flex;
  gap: 3px;
  align-items: stretch;
  width: 100%;
}

.day-strip {
  flex: 1 1 0;
  min-width: 0;
  height: 34px;
  border-radius: 3px;
  background: var(--success);
  position: relative;
  cursor: pointer;
  transition: transform 120ms ease, opacity 120ms ease;
}
.day-strip:hover {
  transform: scaleY(1.08);
}
.day-strip[data-status=op] {
  background: #2f9e6b;
}
.day-strip[data-status=maint] {
  background: #5b8def;
}
.day-strip[data-status=deg] {
  background: #d98b26;
}
.day-strip[data-status=part] {
  background: #e8662b;
}
.day-strip[data-status=maj] {
  background: #d64545;
}
.day-strip[data-status=unk] {
  background: repeating-linear-gradient(-45deg, var(--line) 0 4px, var(--line-2) 4px 8px);
}
.day-strip--today::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--ink);
}

.day-bar-axis {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.day-popover {
  position: absolute;
  z-index: 50;
  width: 320px;
  padding: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  pointer-events: none;
}
.day-popover__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 4px;
}
.day-popover__date {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}
.day-popover__uptime {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
}
.day-popover__status {
  font-size: 12px;
  margin-bottom: 12px;
}
.day-popover__hint {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--muted-2);
  margin-top: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}

.tick-grid {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  gap: 1px;
  background: var(--line-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 3px;
}

.tick-col {
  display: grid;
  grid-template-rows: repeat(12, 1fr);
  gap: 1px;
}

.tick-cell {
  height: 5px;
  background: #2f9e6b;
}
.tick-cell[data-status=op] {
  background: #2f9e6b;
}
.tick-cell[data-status=maint] {
  background: #5b8def;
}
.tick-cell[data-status=deg] {
  background: #d98b26;
}
.tick-cell[data-status=part] {
  background: #e8662b;
}
.tick-cell[data-status=maj] {
  background: #d64545;
}
.tick-cell[data-status=unk] {
  background: var(--line);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  font-family: var(--font-sans);
  letter-spacing: 0.005em;
}
.pill::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
}
.pill--op {
  background: rgba(47, 158, 107, 0.1);
  color: #1f7c52;
}
.pill--maint {
  background: rgba(91, 141, 239, 0.12);
  color: #3b66c8;
}
.pill--deg {
  background: rgba(217, 139, 38, 0.12);
  color: #a8651a;
}
.pill--part {
  background: rgba(232, 102, 43, 0.12);
  color: #b94d1c;
}
.pill--maj {
  background: rgba(214, 69, 69, 0.1);
  color: #b73a3a;
}
.pill--unk {
  background: var(--line-2);
  color: var(--muted);
}

.inc-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.inc-row {
  padding: 18px 22px;
  border-bottom: 1px solid var(--line-2);
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 22px;
  align-items: start;
}
.inc-row:last-child {
  border-bottom: none;
}
.inc-row__date {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  line-height: 1.5;
  padding-top: 2px;
}
.inc-row__date strong {
  display: block;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 1px;
  letter-spacing: -0.005em;
}
.inc-row__main {
  min-width: 0;
}
.inc-row__head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.inc-row__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.inc-row__svc {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
}
.inc-row__svc::before {
  content: "·";
  margin-right: 8px;
  color: var(--line);
}
.inc-row__body {
  font-size: 13px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0;
}
.inc-row__meta {
  margin-top: 10px;
  display: flex;
  gap: 18px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
}
.inc-row__meta b {
  font-family: var(--font-sans);
  color: var(--ink);
  font-weight: 600;
}

.detail-hero {
  display: flex;
  gap: 32px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.detail-hero__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
  transition: color 120ms ease;
}
.detail-hero__back:hover {
  color: var(--ink);
}
.detail-hero__title {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 8px;
  color: var(--ink);
}
.detail-hero__sub {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.detail-hero__pill {
  margin-top: 12px;
  font-size: 13px;
  padding: 6px 14px;
}
.detail-hero__stats {
  display: flex;
  gap: 32px;
  align-items: flex-end;
}

.kpi-tile {
  text-align: right;
  padding: 0;
}
.kpi-tile__key {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}
.kpi-tile__val {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.015em;
}
.kpi-tile__sub {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px;
}

.detail-bar {
  padding: 24px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}
.detail-bar__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 18px;
}
.detail-bar .day-strip {
  height: 56px;
  border-radius: 4px;
}

.subcomp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.subcomp {
  padding: 16px 20px;
  border-right: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
  display: flex;
  align-items: center;
  gap: 14px;
}
.subcomp:nth-child(2n) {
  border-right: none;
}
.subcomp:nth-last-child(-n+2) {
  border-bottom: none;
}
.subcomp__name {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  flex: 1;
}
.subcomp__sub {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px;
}

.footer {
  max-width: 1120px;
  margin: 60px auto 0;
  padding: 32px 24px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.footer a {
  transition: color 120ms ease;
}
.footer a:hover {
  color: var(--ink);
}
.footer__right {
  display: flex;
  gap: 18px;
}

.probe-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.probe-card__row--head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  border-bottom: 1px solid var(--line-2);
  background: var(--bg);
}
.probe-card__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.probe-method {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: var(--ink);
  color: var(--bg);
  padding: 3px 8px;
  border-radius: 4px;
}

.probe-url {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.probe-cell {
  padding: 18px 22px;
  border-right: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
}
.probe-cell:nth-child(3n) {
  border-right: none;
}
.probe-cell:nth-last-child(-n+3) {
  border-bottom: none;
}
.probe-cell__key {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.probe-cell__val {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.probe-cell__val.mono {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
}
.probe-cell__val b {
  font-weight: 700;
}

.spacer-sm {
  height: 12px;
}

.spacer {
  height: 24px;
}

.row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.muted {
  color: var(--muted);
}

.mono {
  font-family: var(--font-mono);
}

.badge-mono {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
}
.badge-mono--alert {
  color: var(--orange-600);
  font-weight: 700;
}

.inline-form {
  display: inline;
}

.admin-shell {
  display: grid;
  grid-template-columns: 240px 1fr;
  min-height: calc(100vh - 60px);
  max-width: 1320px;
  margin: 0 auto;
}

.admin-sidebar {
  border-right: 1px solid var(--line);
  padding: 28px 16px 24px;
  display: flex;
  flex-direction: column;
}
.admin-sidebar__eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 0 10px 10px;
}
.admin-sidebar__foot {
  margin-top: auto;
  padding: 12px 6px 0;
}

.admin-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.admin-nav__item {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 9px 12px;
  border-radius: 8px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  cursor: pointer;
  transition: color 120ms ease, background 120ms ease;
  display: block;
  text-decoration: none;
}
.admin-nav__item:hover {
  color: var(--ink);
  background: var(--line-2);
}
.admin-nav__item.is-active {
  background: var(--surface);
  color: var(--ink);
  font-weight: 700;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
}

.admin-foot-card {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 12px;
  padding: 14px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.55;
}
.admin-foot-card__title {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}
.admin-foot-card p {
  margin: 0;
}

.admin-main {
  padding: 36px 32px 80px;
  min-width: 0;
}

.admin-header {
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.admin-header__title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 8px 0 6px;
  color: var(--ink);
}
.admin-header__desc {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  max-width: 60ch;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(380px, 1.05fr);
  gap: 24px;
  align-items: flex-start;
}

@media (max-width: 1180px) {
  .admin-grid {
    grid-template-columns: 1fr;
  }
  .admin-shell {
    grid-template-columns: 220px 1fr;
  }
  .admin-main {
    padding: 28px 24px 80px;
  }
}
@media (max-width: 820px) {
  .admin-shell {
    grid-template-columns: 1fr;
  }
  .admin-sidebar {
    border-right: none;
    border-bottom: 1px solid var(--line);
    padding: 16px 16px 12px;
  }
}
.admin-list {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.admin-list__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px 14px 22px;
  border-bottom: 1px solid var(--line-2);
  background: var(--bg);
}
.admin-list__title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: var(--ink);
}
.admin-list__rows {
  list-style: none;
  margin: 0;
  padding: 0;
}
.admin-list__rows li {
  display: block;
}
.admin-list__group + .admin-list__group {
  border-top: 1px solid var(--line);
}
.admin-list__group-head {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 12px 22px 6px;
  background: var(--bg);
}
.admin-list__empty {
  padding: 18px 22px;
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
}

.list-row {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  border-top: 1px solid var(--line-2);
  padding: 14px 18px 14px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  font-family: var(--font-sans);
  color: var(--ink);
  text-decoration: none;
  transition: background 120ms ease;
}
.list-row:first-child {
  border-top: none;
}
.list-row:hover {
  background: var(--bg);
}
.list-row.is-active {
  background: var(--orange-50);
  box-shadow: inset 3px 0 0 var(--orange);
}
.list-row__main {
  flex: 1;
  min-width: 0;
}
.list-row__title {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.005em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-row__sub {
  font-size: 11px;
  color: var(--muted);
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-row__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.list-row__chevron {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  color: var(--muted-2);
  transition: color 120ms ease;
}
.list-row.is-active .list-row__chevron {
  color: var(--orange-600);
}
.list-row--static {
  cursor: default;
}

.admin-form {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.admin-form__head {
  padding: 22px 26px 20px;
  border-bottom: 1px solid var(--line-2);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.admin-form__title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}
.admin-form__actions {
  padding: 20px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg);
  border-top: 1px solid var(--line-2);
  gap: 12px;
}
.admin-form__actions:has(> .admin-form__actions-right:only-child) {
  justify-content: flex-end;
}
.admin-form__actions-right {
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.admin-empty {
  border: 1px dashed var(--line);
  background: var(--surface);
  border-radius: var(--radius-md);
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
  padding: 40px;
}

.form-section {
  border: none;
  margin: 0;
  padding: 22px 26px;
  border-bottom: 1px solid var(--line-2);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.form-section:last-of-type {
  border-bottom: none;
}
.form-section__legend {
  font-size: 11px;
  font-weight: 700;
  font-family: var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange-600);
  margin-bottom: 4px;
  padding: 0;
}
.form-section__desc {
  font-size: 13px;
  color: var(--muted);
  margin: -8px 0 0;
  line-height: 1.5;
}
.form-section__hint {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 10px;
  line-height: 1.5;
}
.form-section__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 4px;
}
.form-section__inner--gap {
  margin-top: 12px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.form-field__label {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.form-field__hint {
  font-size: 11px;
  color: var(--muted);
  font-family: var(--font-sans);
  line-height: 1.4;
}
.form-field__hint--spaced {
  margin-top: 8px;
}

.input {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 12px;
  outline: none;
  width: 100%;
  transition: border-color 120ms ease, box-shadow 120ms ease;
}
.input.mono, .input--mono {
  font-family: var(--font-mono);
  font-size: 12px;
}
.input:focus {
  border-color: var(--orange);
  box-shadow: var(--ring);
}
.input:disabled, .input[readonly] {
  background: var(--bg);
  color: var(--muted);
  cursor: not-allowed;
}
.input--area {
  min-height: 80px;
  resize: vertical;
  line-height: 1.55;
}
.input--select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 32px;
  cursor: pointer;
  background: var(--surface);
}

.select-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.select-wrap svg {
  position: absolute;
  right: 12px;
  pointer-events: none;
  color: var(--muted);
  transform: rotate(90deg);
}

.segmented {
  display: inline-flex;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 3px;
  gap: 2px;
  width: fit-content;
}
.segmented__opt {
  background: transparent;
  border: none;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--font-sans);
  color: var(--muted);
  border-radius: 7px;
  cursor: pointer;
  transition: all 120ms ease;
}
.segmented__opt:hover {
  color: var(--ink);
}
.segmented__opt.is-on {
  background: var(--surface);
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}

.toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: var(--font-sans);
}
.toggle__knob {
  width: 32px;
  height: 18px;
  border-radius: 999px;
  background: var(--line);
  position: relative;
  transition: background 150ms ease;
}
.toggle__knob::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--surface);
  top: 2px;
  left: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: transform 150ms ease;
}
.toggle.is-on .toggle__knob {
  background: var(--orange);
}
.toggle.is-on .toggle__knob::after {
  transform: translateX(14px);
}
.toggle__label {
  font-size: 13px;
  color: var(--ink);
  font-weight: 500;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-family: var(--font-mono);
  color: var(--ink);
}
.chip__x {
  color: var(--muted);
  cursor: pointer;
  font-size: 13px;
}
.chip__x:hover {
  color: var(--danger);
}
.chip--add {
  background: transparent;
  border: 1px dashed var(--line);
  color: var(--muted);
  cursor: pointer;
  transition: color 120ms ease, border-color 120ms ease;
}
.chip--add:hover {
  color: var(--ink);
  border-color: var(--ink);
}

.subcomp-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.subcomp-card {
  border: 1px solid var(--line);
  background: var(--bg);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.subcomp-card__head {
  display: flex;
  gap: 8px;
  align-items: center;
}
.subcomp-card__head > .input:first-child {
  flex: 1;
}
.subcomp-card__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media (max-width: 720px) {
  .subcomp-card__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.subcomp-card__field-wide {
  grid-column: 1/-1;
}
.subcomp-card__field-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin-bottom: 4px;
  font-family: var(--font-mono);
}
.subcomp-card__field {
  display: flex;
  flex-direction: column;
}

.subcomp-edit {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.subcomp-edit__row {
  display: grid;
  grid-template-columns: 1fr 1.2fr 36px;
  gap: 8px;
  align-items: center;
}

.btn-icon {
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 8px;
  font-size: 18px;
  color: var(--muted);
  cursor: pointer;
  transition: color 120ms ease, border-color 120ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-icon:hover {
  color: var(--danger);
  border-color: var(--danger);
}

.btn-primary,
.btn-secondary,
.btn-danger,
.btn-quiet {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 18px;
  cursor: pointer;
  transition: all 120ms cubic-bezier(0.22, 0.61, 0.36, 1);
  border: 1px solid transparent;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  background: var(--orange);
  color: var(--surface);
  box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.btn-primary:hover {
  background: var(--orange-600);
  transform: translateY(-1px);
}

.btn-secondary {
  background: var(--surface);
  color: var(--ink);
  border-color: var(--line);
}
.btn-secondary:hover {
  border-color: var(--ink);
  transform: translateY(-1px);
}

.btn-danger {
  background: var(--surface);
  color: var(--danger);
  border-color: var(--line);
}
.btn-danger:hover {
  border-color: var(--danger);
}

.btn-quiet {
  background: transparent;
  color: var(--muted);
  border: none;
  padding: 6px 10px;
  font-size: 12px;
}
.btn-quiet:hover {
  color: var(--ink);
  background: var(--line-2);
}
.btn-quiet.is-active {
  color: var(--orange-600);
}

.token-created {
  padding: 16px;
  background: var(--orange-50);
  border: 1px solid var(--orange);
  border-radius: 12px;
  margin: 12px;
}
.token-created__hint {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 6px;
}
.token-created__code {
  display: block;
  padding: 12px;
  background: var(--surface);
  border-radius: 8px;
  font-size: 13px;
  font-family: var(--font-mono);
  word-break: break-all;
  color: var(--ink);
}

.error-page {
  max-width: 520px;
  margin: 80px auto;
}
.error-page__brand {
  margin-bottom: 24px;
}
.error-page__title {
  margin-top: 8px;
}
.error-page__detail {
  color: var(--muted);
  margin-top: 12px;
}
.error-page__actions {
  margin-top: 24px;
  display: flex;
  gap: 8px;
}

.not-found {
  max-width: 720px;
  margin: 80px auto 120px;
  text-align: center;
}
.not-found__eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange-600);
  margin: 0 0 32px;
  opacity: 0;
  animation: notFoundReveal 600ms ease-out 0ms forwards;
}
.not-found__numeral {
  position: relative;
  line-height: 0.85;
  margin: 0 0 24px;
  opacity: 0;
  animation: notFoundReveal 800ms ease-out 80ms forwards;
}
.not-found__numeral-main, .not-found__numeral-ghost {
  font-family: var(--font-brand);
  font-weight: 900;
  font-size: clamp(120px, 22vw, 220px);
  letter-spacing: -0.04em;
  display: block;
}
.not-found__numeral-main {
  color: var(--ink);
  position: relative;
  z-index: 2;
}
.not-found__numeral-ghost {
  position: absolute;
  top: 6px;
  left: 8px;
  right: 0;
  color: var(--orange);
  opacity: 0.18;
  z-index: 1;
}
.not-found__title {
  font-family: var(--font-brand);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 12px;
  opacity: 0;
  animation: notFoundReveal 600ms ease-out 200ms forwards;
}
.not-found__desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 480px;
  margin: 0 auto 20px;
  opacity: 0;
  animation: notFoundReveal 600ms ease-out 280ms forwards;
}
.not-found__path {
  margin: 0 auto 36px;
  opacity: 0;
  animation: notFoundReveal 600ms ease-out 320ms forwards;
}
.not-found__path code {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--muted);
  background: var(--line-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  padding: 6px 12px;
  display: inline-block;
}
.not-found__actions {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  animation: notFoundReveal 600ms ease-out 400ms forwards;
}

@keyframes notFoundReveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .not-found__eyebrow,
.not-found__numeral,
.not-found__title,
.not-found__desc,
.not-found__path,
.not-found__actions {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
.auth-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 40px 20px;
  background: var(--bg);
}

.auth-card {
  width: 100%;
  max-width: 420px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.auth-card__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.auth-card__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0;
  color: var(--ink);
}
.auth-card__sub {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}
.auth-card__error {
  background: rgba(214, 69, 69, 0.08);
  color: var(--danger);
  border: 1px solid rgba(214, 69, 69, 0.2);
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
}

[data-theme=dark] body {
  background: var(--bg);
  color: var(--ink);
}
[data-theme=dark] .topbar {
  background: rgba(12, 12, 13, 0.92);
}
[data-theme=dark] .day-strip[data-status=op] {
  background: #3eaa78;
}
[data-theme=dark] .pill--op {
  background: rgba(62, 170, 120, 0.18);
  color: #5fc295;
}
[data-theme=dark] .pill--maint {
  background: rgba(91, 141, 239, 0.18);
  color: #88aef2;
}
[data-theme=dark] .pill--deg {
  background: rgba(217, 139, 38, 0.18);
  color: #e3a35a;
}
[data-theme=dark] .pill--part {
  background: rgba(232, 102, 43, 0.18);
  color: #ee8a59;
}
[data-theme=dark] .pill--maj {
  background: rgba(214, 69, 69, 0.18);
  color: #e57373;
}
[data-theme=dark] .not-found__numeral-ghost {
  opacity: 0.28;
}
[data-theme=dark] .not-found__path code {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

select.input {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 32px;
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position: calc(100% - 14px) 50%, calc(100% - 9px) 50%;
  background-size: 5px 5px;
  background-repeat: no-repeat;
}

.chip-input {
  flex: 1 1 160px;
  min-width: 140px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink);
  background: transparent;
  border: 1px dashed var(--line);
  border-radius: 999px;
  padding: 5px 10px;
  outline: none;
  transition: border-color 120ms ease, color 120ms ease;
}
.chip-input::placeholder {
  color: var(--muted);
}
.chip-input:focus {
  border-color: var(--orange);
  color: var(--ink);
}

.btn-icon[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
