:root {
  --bg: #000;
  --surface: #0c0e11;
  --border: #20262d;
  --text: #f2f5f7;
  --muted: #97a3ad;
  --accent: #8fb4c9;
  --accent-2: #b9d2e0;
  --warning: #fbbf24;
  --font-sans: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
}
* { box-sizing: border-box; }
html { color-scheme: dark; background: var(--bg); }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); font-family: var(--font-sans); }
a { color: inherit; }
.maintenance-shell {
  position: relative; isolation: isolate; min-height: 100vh; overflow: hidden;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
  background:
    linear-gradient(rgb(143 180 201 / .035) 1px, transparent 1px),
    linear-gradient(90deg, rgb(143 180 201 / .035) 1px, transparent 1px),
    radial-gradient(circle at 66% 24%, rgb(80 128 156 / .16), transparent 34%), #000;
  background-size: 56px 56px, 56px 56px, auto, auto;
}
.ambient { position: absolute; z-index: -1; border-radius: 999px; filter: blur(100px); opacity: .18; }
.ambient-one { width: 26rem; height: 26rem; top: 18%; right: -10rem; background: #5f91ad; }
.ambient-two { width: 19rem; height: 19rem; bottom: 4%; left: -9rem; background: #29536c; }
.site-header { max-width: 1180px; margin: 0 auto; height: 6rem; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); }
.wordmark { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.globe { position: relative; width: 2.25rem; height: 2.25rem; border: 1.5px solid var(--accent); border-radius: 50%; }
.globe::before, .globe::after, .globe span { content: ""; position: absolute; inset: 6px -2px; border: 1px solid var(--accent); border-radius: 50%; }
.globe::after { inset: -2px 7px; }
.globe span { inset: 16px -1px auto; height: 0; border-width: 1px 0 0; border-radius: 0; }
.wordmark-copy { display: grid; line-height: 1; }
.wordmark-copy strong { font-size: 1.35rem; letter-spacing: -.06em; }
.wordmark-copy small { margin-top: .34rem; color: var(--accent); font-size: .52rem; font-weight: 700; letter-spacing: .28em; }
.system-label, .kicker { font-family: var(--font-mono); }
.system-label { color: var(--muted); font-size: .68rem; letter-spacing: .18em; }
.hero { max-width: 1180px; margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) 0 clamp(4rem, 8vw, 7rem); }
.eyebrow { display: inline-flex; align-items: center; gap: .65rem; margin-bottom: 1.7rem; color: var(--accent-2); font: 600 .77rem/1 var(--font-mono); letter-spacing: .11em; text-transform: uppercase; }
.pulse { width: .62rem; height: .62rem; border-radius: 50%; background: var(--warning); box-shadow: 0 0 0 0 rgb(251 191 36 / .55); animation: pulse 2.2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 .65rem rgb(251 191 36 / 0); } 100% { box-shadow: 0 0 0 0 rgb(251 191 36 / 0); } }
.hero h1 { max-width: 950px; margin: 0; font-size: clamp(3rem, 7vw, 6.8rem); line-height: .96; letter-spacing: -.065em; text-wrap: balance; }
.lede { max-width: 760px; margin: 2rem 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.32rem); line-height: 1.65; }
.actions { display: flex; margin-top: 2.4rem; }
.primary-action { display: inline-flex; align-items: center; gap: .85rem; padding: .8rem 1.05rem; color: #04141c; background: var(--accent); border: 1px solid var(--accent-2); border-radius: .35rem; font-weight: 750; text-decoration: none; }
.primary-action:hover { background: var(--accent-2); }
.primary-action span { font-size: 1.15rem; }
.status-panel { max-width: 1180px; margin: 0 auto; border: 1px solid var(--border); background: rgb(12 14 17 / .82); box-shadow: 0 24px 80px rgb(0 0 0 / .3); backdrop-filter: blur(16px); }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.5rem 1.75rem; border-bottom: 1px solid var(--border); }
.kicker { margin: 0 0 .42rem; color: var(--accent); font-size: .66rem; font-weight: 700; letter-spacing: .15em; }
.panel-heading h2 { margin: 0; font-size: clamp(1.25rem, 2vw, 1.7rem); letter-spacing: -.035em; }
.maintenance-badge { padding: .48rem .72rem; border: 1px solid rgb(251 191 36 / .3); border-radius: 999px; color: #f8d674; background: rgb(251 191 36 / .07); font: 650 .7rem/1 var(--font-mono); text-transform: uppercase; letter-spacing: .06em; }
.single-status { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.7rem 1.75rem; }
.single-status p { margin: 0; color: var(--muted); font-size: .88rem; }
.service-state { display: inline-flex; align-items: center; gap: .45rem; color: #f3cf70; font: 600 .7rem/1 var(--font-mono); text-transform: uppercase; letter-spacing: .05em; }
.service-state i { width: .42rem; height: .42rem; border-radius: 50%; background: var(--warning); }
footer { max-width: 1180px; margin: 0 auto; padding: 2rem 0 2.5rem; display: flex; justify-content: space-between; gap: 1rem; color: #64717c; font: .66rem/1.4 var(--font-mono); letter-spacing: .03em; }
@media (max-width: 760px) {
  .site-header { height: 4.8rem; }
  .system-label { display: none; }
  .hero { padding-top: 4.5rem; }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  .panel-heading, .single-status, footer { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { .pulse { animation: none; } }
