:root {
  --bg: #080d1a;
  --panel: rgba(14, 22, 42, .76);
  --panel-strong: rgba(18, 29, 54, .94);
  --line: rgba(148, 163, 184, .18);
  --text: #eef4ff;
  --muted: #94a3b8;
  --soft: #cbd5e1;
  --green: #4ade80;
  --amber: #fbbf24;
  --red: #fb7185;
  --cyan: #38bdf8;
  --blue: #60a5fa;
  --shadow: 0 24px 90px rgba(0,0,0,.35);
}
* { box-sizing: border-box; }
html { background: var(--bg); color: var(--text); font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 20% 0%, rgba(56,189,248,.18), transparent 32%), linear-gradient(135deg, #080d1a 0%, #0c1224 48%, #101827 100%); }
a { color: inherit; }
.bg-orb { position: fixed; width: 380px; height: 380px; border-radius: 999px; filter: blur(64px); opacity: .28; pointer-events: none; z-index: 0; }
.orb-a { background: #2563eb; top: -120px; right: 8%; }
.orb-b { background: #0f766e; bottom: -160px; left: -80px; }
.hero, main, footer { position: relative; z-index: 1; width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.hero { padding: 28px 0 22px; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 62px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: linear-gradient(145deg, rgba(56,189,248,.24), rgba(96,165,250,.10)); font-weight: 900; }
.brand strong { display: block; line-height: 1.05; }
.brand small { display: block; color: var(--muted); margin-top: 3px; }
.top-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.pill { display: inline-flex; align-items: center; min-height: 32px; padding: 7px 12px; border-radius: 999px; border: 1px solid var(--line); background: rgba(15,23,42,.58); color: var(--soft); text-decoration: none; font-size: 13px; }
.pill.muted { color: var(--muted); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(290px, .55fr); gap: 28px; align-items: end; }
.eyebrow { color: var(--cyan); text-transform: uppercase; font-size: 12px; letter-spacing: .14em; font-weight: 800; margin: 0 0 14px; }
h1 { font-size: clamp(42px, 7vw, 86px); line-height: .94; letter-spacing: -.07em; margin: 0; max-width: 900px; }
.lede { max-width: 670px; margin: 26px 0 0; color: var(--soft); font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.server-card, .metric-card, .panel, .project-card { border: 1px solid var(--line); background: var(--panel); backdrop-filter: blur(18px); box-shadow: var(--shadow); }
.server-card { border-radius: 28px; padding: 22px; }
.server-row { display: flex; justify-content: space-between; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.server-row strong { color: var(--text); text-align: right; }
.status-strip { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 18px; }
.dot { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; color: var(--soft); border: 1px solid var(--line); border-radius: 999px; padding: 6px 9px; background: rgba(2,6,23,.28); }
.dot::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: var(--muted); box-shadow: 0 0 0 3px rgba(148,163,184,.12); }
.dot.ok::before { background: var(--green); box-shadow: 0 0 0 3px rgba(74,222,128,.14); }
.dot.warn::before { background: var(--amber); box-shadow: 0 0 0 3px rgba(251,191,36,.14); }
.dot.bad::before { background: var(--red); box-shadow: 0 0 0 3px rgba(251,113,133,.14); }
.metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 34px 0 34px; }
.metric-card { border-radius: 22px; padding: 18px; }
.metric-label { color: var(--muted); font-size: 13px; margin-bottom: 10px; }
.metric-value { font-size: clamp(22px, 2.2vw, 28px); letter-spacing: -.04em; font-weight: 850; }
.micro { color: var(--muted); font-size: 13px; margin-top: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.meter { height: 8px; border-radius: 999px; background: rgba(148,163,184,.14); margin-top: 16px; overflow: hidden; }
.meter span { display: block; height: 100%; width: 0%; border-radius: inherit; background: linear-gradient(90deg, var(--cyan), var(--green)); transition: width .5s ease; }
.section-head, .panel-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.section-head { margin: 26px 0 16px; }
h2 { margin: 0; font-size: clamp(26px, 4vw, 42px); letter-spacing: -.04em; }
.counter { color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 7px 11px; font-size: 13px; white-space: nowrap; }
.projects { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.study-link { margin: 0 0 30px; }
.study-link .project-card { min-height: 190px; }
.project-card { border-radius: 26px; padding: 22px; min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.project-card::after { content: ""; position: absolute; inset: auto -40px -60px auto; width: 170px; height: 170px; border-radius: 999px; background: radial-gradient(circle, rgba(56,189,248,.18), transparent 68%); pointer-events: none; }
.project-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.project-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 15px; background: rgba(56,189,248,.13); border: 1px solid rgba(56,189,248,.2); font-weight: 900; color: #dff7ff; }
.project-title { font-size: 22px; line-height: 1.1; letter-spacing: -.03em; margin: 18px 0 8px; }
.project-desc { color: var(--muted); line-height: 1.5; margin: 0; font-size: 14px; }
.project-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.tag { border: 1px solid var(--line); color: var(--soft); background: rgba(15,23,42,.42); border-radius: 999px; padding: 5px 9px; font-size: 12px; }
.project-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; border-radius: 12px; padding: 9px 12px; text-decoration: none; font-weight: 800; font-size: 13px; border: 1px solid rgba(255,255,255,.12); background: #e2e8f0; color: #09111f; }
.button.secondary { background: transparent; color: var(--soft); }
.ops-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 38px 0; }
.panel { border-radius: 28px; padding: 22px; }
.list { display: grid; gap: 10px; margin-top: 18px; }
.item { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }
.item:last-child { border-bottom: 0; }
.item strong { display: block; }
.item small { color: var(--muted); display: block; margin-top: 3px; word-break: break-word; }
.badge { border-radius: 999px; padding: 5px 9px; font-size: 12px; font-weight: 800; background: rgba(148,163,184,.12); color: var(--soft); }
.badge.ok { color: #bbf7d0; background: rgba(34,197,94,.14); }
.badge.warn { color: #fde68a; background: rgba(245,158,11,.14); }
.badge.bad { color: #fecdd3; background: rgba(244,63,94,.14); }
footer { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); border-top: 1px solid var(--line); padding: 24px 0 34px; font-size: 13px; }
code { color: var(--soft); }
.empty { color: var(--muted); border: 1px dashed var(--line); border-radius: 18px; padding: 18px; }
@media (max-width: 900px) {
  .hero-grid, .ops-grid { grid-template-columns: 1fr; }
  .metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .projects { grid-template-columns: 1fr 1fr; }
  .topbar { align-items: flex-start; margin-bottom: 42px; }
}
@media (max-width: 620px) {
  .hero, main, footer { width: min(100% - 22px, 1180px); }
  .topbar, footer { flex-direction: column; align-items: flex-start; }
  .metrics, .projects { grid-template-columns: 1fr; }
  h1 { letter-spacing: -.055em; }
  .server-card, .metric-card, .panel, .project-card { border-radius: 20px; }
}
