@font-face { font-family: "Barlow"; font-style: normal; font-weight: 300; font-display: swap; src: url("./assets/fonts/barlow-300.ttf") format("truetype"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 400; font-display: swap; src: url("./assets/fonts/barlow-400.ttf?v=plain-ui-20260724-r6") format("truetype"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 500; font-display: swap; src: url("./assets/fonts/barlow-500.ttf") format("truetype"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 600; font-display: swap; src: url("./assets/fonts/barlow-600.ttf") format("truetype"); }
@font-face { font-family: "Instrument Serif"; font-style: normal; font-weight: 400; font-display: swap; src: url("./assets/fonts/instrument-serif-400.ttf?v=plain-ui-20260724-r6") format("truetype"); }
@font-face { font-family: "Instrument Serif"; font-style: italic; font-weight: 400; font-display: swap; src: url("./assets/fonts/instrument-serif-italic-400.ttf") format("truetype"); }

:root {
  --space: #070b15;
  --space-soft: #0d1422;
  --sky: #7ea6c9;
  --white: #ffffff;
  --mist: rgba(235, 244, 255, .7);
  --muted: rgba(221, 233, 247, .58);
  --line: rgba(255, 255, 255, .16);
  --glass: rgba(255, 255, 255, .035);
  --green: #64e5b6;
  --amber: #f5c35e;
  --red: #ff756f;
  --ink: #0a111d;
  --body: "Barlow", "Microsoft YaHei", "PingFang SC", sans-serif;
  --heading: "Instrument Serif", Georgia, "Noto Serif SC", serif;
  --nav-height: 56px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 98px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--white);
  background: var(--space);
  font-family: var(--body);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
.home-only { height: 100svh; overflow: hidden; background: #88bfe4; }
body::selection { color: var(--ink); background: var(--green); }
a { color: inherit; text-decoration: none; }
button, input { color: inherit; font: inherit; letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
svg { width: 18px; height: 18px; stroke-width: 1.65; }
em { font-family: var(--heading); font-weight: 400; }

.page-shell { overflow: clip; }
.liquid-glass {
  position: relative;
  overflow: hidden;
  border: 0;
  background: rgba(255, 255, 255, .025);
  background-blend-mode: luminosity;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .1), 0 12px 38px rgba(2, 8, 18, .08);
  backdrop-filter: blur(9px) saturate(1.15);
  -webkit-backdrop-filter: blur(9px) saturate(1.15);
}
.liquid-glass::before,
.liquid-glass-strong::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(255,255,255,.5), rgba(255,255,255,.12) 24%, transparent 42%, transparent 60%, rgba(255,255,255,.14) 82%, rgba(255,255,255,.38));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.liquid-glass > *, .liquid-glass-strong > * { position: relative; z-index: 1; }
.liquid-glass-strong {
  position: relative;
  overflow: hidden;
  border: 0;
  background: rgba(255, 255, 255, .06);
  box-shadow: 4px 4px 18px rgba(0, 0, 0, .12), inset 0 1px 1px rgba(255,255,255,.18);
  backdrop-filter: blur(42px) saturate(1.2);
  -webkit-backdrop-filter: blur(42px) saturate(1.2);
}

.site-nav {
  position: fixed;
  z-index: 50;
  top: 16px;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(22px, 4.5vw, 68px);
  transition: top 220ms ease;
}
.site-nav.is-scrolled { top: 9px; }
.site-nav.is-scrolled .brand,
.site-nav.is-scrolled .nav-login { color: var(--ink); }
.site-nav.is-scrolled .nav-links {
  background: rgba(255,255,255,.52);
  box-shadow: inset 0 1px rgba(255,255,255,.82), 0 12px 36px rgba(39,75,94,.08);
}
.site-nav.is-scrolled .nav-links a { color: rgba(10,17,29,.66); }
.site-nav.is-scrolled .nav-links a:hover,
.site-nav.is-scrolled .nav-links a.is-active { color: var(--ink); background: rgba(255,255,255,.55); }
.site-nav.is-scrolled .nav-links .nav-claim { color: #fff; background: #172232; }
.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; }
.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  color: #07111b;
  background: rgba(255,255,255,.9);
  font-weight: 600;
  box-shadow: 0 8px 28px rgba(0,0,0,.12);
}
.brand strong { font-size: 17px; font-weight: 500; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border-radius: 999px;
}
.nav-links a {
  padding: 9px 12px;
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  font-weight: 500;
  transition: color 180ms ease, background 180ms ease;
}
.nav-links a:hover, .nav-links a.is-active { color: #fff; background: rgba(255,255,255,.09); }
.nav-links .nav-claim { display: inline-flex; align-items: center; gap: 7px; margin-left: 3px; padding: 9px 14px; color: #080d15; background: rgba(255,255,255,.94); }
.nav-links .nav-claim:hover { color: #080d15; background: #fff; }
.nav-claim svg { width: 15px; height: 15px; }
.nav-actions { justify-self: end; display: flex; align-items: center; }
.nav-login { padding: 10px 14px; font-size: 13px; font-weight: 500; }
.nav-menu { display: none; width: 44px; height: 44px; place-items: center; border-radius: 50%; }
.nav-links .nav-announcement { position: relative; display: inline-flex; align-items: center; gap: 5px; }
.nav-announcement svg { width: 14px; height: 14px; }

.has-announcement-open { overflow: hidden; }
.site-announcement-backdrop {
  position: fixed;
  z-index: 160;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  visibility: hidden;
  background: rgba(10, 18, 15, .42);
  opacity: 0;
  backdrop-filter: blur(10px);
  transition: opacity 180ms ease, visibility 180ms ease;
}
.site-announcement-backdrop.is-open { visibility: visible; opacity: 1; }
.site-announcement-dialog {
  width: min(680px, 100%);
  max-height: min(760px, calc(100svh - 40px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(42, 67, 54, .18);
  border-radius: 8px;
  color: #18261f;
  background: rgba(247, 249, 245, .98);
  box-shadow: 0 30px 90px rgba(10, 28, 18, .28);
  transform: translateY(12px) scale(.985);
  transition: transform 220ms cubic-bezier(.2,.75,.25,1);
}
.site-announcement-backdrop.is-open .site-announcement-dialog { transform: translateY(0) scale(1); }
.site-announcement-dialog > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px 18px;
  border-bottom: 1px solid rgba(42, 67, 54, .13);
  background: linear-gradient(100deg, rgba(213, 229, 215, .85), rgba(246, 239, 225, .78));
}
.site-announcement-dialog header p { margin: 0 0 4px; color: #5b735f; font-size: 9px; font-weight: 700; }
.site-announcement-dialog h2 { margin: 0; font: 400 34px/1 "Instrument Serif", "Noto Serif SC", serif; }
.site-announcement-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(42, 67, 54, .16);
  border-radius: 50%;
  color: #314b3b;
  background: rgba(255,255,255,.64);
}
.site-announcement-icon svg { width: 17px; }
.site-announcement-list { overflow-y: auto; padding: 0 24px; }
.site-announcement-item { padding: 22px 1px; border-bottom: 1px solid rgba(42, 67, 54, .13); }
.site-announcement-item:last-child { border-bottom: 0; }
.site-announcement-item.is-read { opacity: .7; }
.site-announcement-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.site-announcement-meta time { color: #6d7a72; font-size: 10px; font-variant-numeric: tabular-nums; }
.site-announcement-meta span { padding: 3px 6px; border-radius: 4px; color: #fff; background: #a84858; font-size: 9px; font-weight: 700; }
.site-announcement-item h3 { margin: 0 0 9px; color: #18261f; font-size: 19px; font-weight: 600; }
.site-announcement-item p { margin: 0; color: #48574f; font-size: 13px; line-height: 1.75; white-space: pre-line; }
.site-announcement-details { display: grid; gap: 8px; margin-top: 18px; }
.site-announcement-details > span {
  min-height: 48px;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(42, 67, 54, .14);
  border-radius: 5px;
  background: rgba(234, 241, 233, .72);
}
.site-announcement-details small { color: #617168; font-size: 11px; font-weight: 700; }
.site-announcement-details b { color: #18261f; font-size: 14px; font-weight: 700; }
.site-announcement-empty { min-height: 260px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px; color: #627169; text-align: center; }
.site-announcement-empty svg { width: 28px; height: 28px; margin-bottom: 5px; color: #5e7a67; }
.site-announcement-empty b { color: #18261f; font-size: 17px; }
.site-announcement-empty span { font-size: 12px; }
.site-announcement-empty a { margin-top: 8px; padding: 9px 14px; border-radius: 5px; color: #fff; background: #365a43; font-size: 12px; font-weight: 700; }
.site-announcement-dialog > footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 24px; border-top: 1px solid rgba(42, 67, 54, .13); background: #f2f5f0; }
.site-announcement-dialog footer button { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 14px; border-radius: 5px; font-size: 11px; font-weight: 700; }
.site-announcement-dialog footer button[hidden] { display: none; }
.site-announcement-dialog footer svg { width: 14px; }
.site-announcement-forever { border: 1px solid rgba(42, 67, 54, .17); color: #526159; background: transparent; }
.site-announcement-close { margin-left: auto; border: 0; color: #fff; background: #294c38; }

.hero {
  position: relative;
  height: calc(100svh - 36px);
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  isolation: isolate;
  overflow: hidden;
  background: #648bae;
}
.hero-video, .hero-overlay, .hero-stars { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { z-index: -3; object-fit: cover; }
.hero-overlay { z-index: -2; background: rgba(3, 10, 21, .17); }
.hero-stars { z-index: -1; background: radial-gradient(circle at 50% 46%, transparent 0, rgba(3,8,16,.05) 58%, rgba(3,8,16,.4) 100%); }
.hero-center {
  width: min(940px, calc(100% - 40px));
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 88px 0 150px;
  text-align: center;
}
.hero-badge {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 4px 12px 4px 4px;
  border-radius: 999px;
}
.hero-badge span { padding: 5px 10px; border-radius: 999px; color: var(--ink); background: #fff; font-size: 10px; font-weight: 600; }
.hero-badge p { margin: 0; color: rgba(255,255,255,.9); font-size: 12px; }
.hero h1 {
  margin: 14px 0 9px;
  font-family: var(--heading);
  font-size: clamp(66px, 7.1vw, 112px);
  font-weight: 400;
  line-height: .78;
}
.hero h1 span { display: block; }
.hero h1 em { display: inline-block; font-style: italic; }
.hero-copy { margin: 12px 0 0; color: rgba(255,255,255,.92); font-size: clamp(14px, 1.25vw, 17px); font-weight: 300; line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 25px; }
.primary-action {
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  transition: transform 180ms ease, background 180ms ease;
}
.primary-action:hover { transform: translateY(-2px); background: rgba(255,255,255,.12); }
.secondary-action { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; }
.secondary-action:hover { color: var(--green); }
.secondary-action svg { width: 16px; height: 16px; }
.hero-bottom {
  position: absolute;
  left: clamp(22px, 4.5vw, 68px);
  right: clamp(22px, 4.5vw, 68px);
  bottom: 25px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 44px;
}
.hero-live {
  display: grid;
  grid-template-columns: auto repeat(3, minmax(76px, auto));
  align-items: center;
  gap: 24px;
  padding: 12px 18px;
  border-radius: 999px;
}
.hero-live > span { display: flex; flex-direction: column; gap: 1px; }
.hero-live b { font-size: 15px; font-weight: 500; }
.hero-live small { color: rgba(255,255,255,.58); font-size: 9px; }
.hero-live .live-title { display: grid; grid-template-columns: 8px 1fr; column-gap: 8px; padding-right: 17px; border-right: 1px solid rgba(255,255,255,.15); }
.live-title i { grid-row: 1 / 3; align-self: center; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(100,229,182,.1); animation: pulse 2s infinite; }
.hero-partners { justify-self: end; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.hero-partners > small { padding: 6px 13px; border-radius: 999px; color: rgba(255,255,255,.78); font-size: 10px; }
.hero-partners div { display: flex; align-items: center; gap: clamp(22px, 3.2vw, 52px); }
.hero-partners span { font-family: var(--heading); font-size: clamp(19px, 2vw, 29px); font-style: italic; }

.home-only .hero { height: 100svh; min-height: 640px; }
.home-only .hero-video { filter: none; }
.home-only .hero-overlay { background: rgba(0, 0, 0, .05); }
.home-only .hero-center { padding-bottom: 128px; }
.home-only .hero h1 { width: min(1100px, 96vw); margin: 17px 0 7px; font-size: clamp(82px, 10.5vw, 164px); line-height: .82; white-space: nowrap; }
.home-only .hero h1 .title-reveal { overflow: hidden; padding: 0 8px 10px; }
.home-only .hero h1 b { display: flex; justify-content: center; gap: .18em; font-family: var(--heading); font-weight: 400; transform-origin: center bottom; }
.home-only .hero h1 b i { display: inline-block; font: inherit; letter-spacing: 0; }

.home-only .site-nav .brand,
.home-only .site-nav .nav-login,
.standalone-page .site-nav .brand,
.standalone-page .site-nav .nav-login { color: #13222d; text-shadow: 0 1px 10px rgba(255,255,255,.8); }
.home-only .site-nav .nav-links,
.standalone-page .site-nav .nav-links { background: rgba(255,255,255,.52); box-shadow: inset 0 1px rgba(255,255,255,.88), 0 12px 36px rgba(39,75,94,.1); }
.home-only .site-nav .nav-links a,
.standalone-page .site-nav .nav-links a { color: rgba(10,17,29,.68); }
.home-only .site-nav .nav-links a:hover,
.home-only .site-nav .nav-links a.is-active,
.standalone-page .site-nav .nav-links a:hover,
.standalone-page .site-nav .nav-links a.is-active { color: #101923; background: rgba(255,255,255,.6); }
.home-only .site-nav .nav-links .nav-claim,
.standalone-page .site-nav .nav-links .nav-claim { color: #fff; background: #172232; }
.generate-page .site-nav .brand,
.generate-page .site-nav .nav-login { color: #13222d; text-shadow: 0 1px 10px rgba(255,255,255,.8); }
.generate-page .site-nav .nav-links { background: rgba(255,255,255,.52); box-shadow: inset 0 1px rgba(255,255,255,.88), 0 12px 36px rgba(39,75,94,.1); }
.generate-page .site-nav .nav-links a { color: rgba(10,17,29,.68); }
.generate-page .site-nav .nav-links a:hover,
.generate-page .site-nav .nav-links a.is-active { color: #101923; background: rgba(255,255,255,.6); }
.generate-page .site-nav .nav-links .nav-claim { color: #fff; background: #172232; }

.section { position: relative; padding: 120px clamp(24px, 6vw, 90px); }
.section-intro { position: relative; z-index: 2; max-width: 840px; }
.section-index { margin: 0 0 20px; color: var(--green); font-size: 11px; font-weight: 600; text-transform: uppercase; }
.section-intro h2 { margin: 0; font-family: var(--heading); font-size: clamp(54px, 6vw, 88px); font-weight: 400; line-height: .93; }
.section-intro h2 em { display: inline-block; font-style: italic; }
.section-intro > p:last-child { max-width: 580px; margin: 22px 0 0; color: var(--muted); font-size: 14px; font-weight: 300; line-height: 1.7; }

.status-section { min-height: 980px; background: #070b15; }
.orbital-line {
  position: absolute;
  top: -160px;
  right: -280px;
  width: 740px;
  height: 740px;
  border: 1px solid rgba(126,166,201,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 110px rgba(126,166,201,.025), 0 0 0 220px rgba(126,166,201,.018);
}
.status-toolbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 58px 0 20px;
  padding: 10px 12px 10px 17px;
  border-radius: 999px;
}
.status-legend { display: flex; align-items: center; gap: 22px; }
.status-legend span { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.62); font-size: 11px; }
.status-legend b { color: #fff; font-weight: 500; }
.legend-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.legend-dot.degraded { background: var(--amber); }
.legend-dot.error { background: var(--red); }
.status-refresh { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.65); font-size: 11px; }
.status-refresh button { width: 36px; height: 36px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--ink); background: #fff; }
.status-refresh button:disabled { opacity: .55; }
.status-refresh button:disabled svg { animation: spin 1s linear infinite; }
.status-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.status-card {
  position: relative;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
  box-shadow: inset 0 1px rgba(255,255,255,.06);
  backdrop-filter: blur(15px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}
.status-card:hover { transform: translateY(-4px); border-color: rgba(100,229,182,.36); background: rgba(255,255,255,.065); }
.status-card.degraded { border-color: rgba(245,195,94,.25); }
.status-card.error { border-color: rgba(255,117,111,.3); }
.status-card-head { display: flex; align-items: center; gap: 10px; }
.status-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: rgba(100,229,182,.08); }
.status-card.degraded .status-icon { color: var(--amber); background: rgba(245,195,94,.08); }
.status-card.error .status-icon { color: var(--red); background: rgba(255,117,111,.08); }
.status-card-head h3 { min-width: 0; margin: 0; overflow: hidden; color: #fff; font-size: 15px; font-weight: 500; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.status-label { margin-left: auto; padding: 5px 9px; border-radius: 999px; color: var(--green); background: rgba(100,229,182,.08); font-size: 9px; font-weight: 600; }
.status-card.degraded .status-label { color: var(--amber); background: rgba(245,195,94,.08); }
.status-card.error .status-label { color: var(--red); background: rgba(255,117,111,.08); }
.status-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.status-metrics > span + span { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.1); }
.status-metrics span { display: flex; flex-direction: column; gap: 6px; }
.status-metrics small, .availability small { color: rgba(255,255,255,.45); font-size: 9px; }
.status-metrics b { font-family: var(--heading); font-size: 29px; font-weight: 400; }
.status-metrics em { color: rgba(255,255,255,.42); font-family: var(--body); font-size: 9px; font-style: normal; font-weight: 400; }
.availability { display: flex; align-items: end; justify-content: space-between; margin-top: 22px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.1); }
.availability b { color: var(--green); font-family: var(--heading); font-size: 26px; font-weight: 400; }
.status-card.degraded .availability b { color: var(--amber); }
.status-card.error .availability b { color: var(--red); }
.timeline { height: 42px; display: flex; align-items: end; gap: 2px; margin-top: 15px; }
.timeline-bar { flex: 1; min-width: 2px; height: var(--bar-height, 30%); border-radius: 2px 2px 0 0; background: var(--green); opacity: .84; cursor: help; transform-origin: bottom; transition: opacity 120ms ease, filter 120ms ease; }
.timeline-bar:hover { opacity: 1; filter: brightness(1.25); }
.timeline-bar.degraded { background: var(--amber); }
.timeline-bar.error { background: var(--red); }
.timeline-meta { display: flex; justify-content: space-between; margin-top: 6px; color: rgba(255,255,255,.35); font-size: 8px; }
.timeline-hint { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 23px 0 0; color: rgba(255,255,255,.4); font-size: 10px; }
.timeline-hint svg { width: 14px; height: 14px; }
.timeline-tooltip { position: fixed; z-index: 100; max-width: 230px; padding: 10px 13px; pointer-events: none; opacity: 0; transform: translate(-50%, -115%); border: 1px solid rgba(255,255,255,.16); border-radius: 8px; color: #fff; background: rgba(5,10,19,.94); box-shadow: 0 12px 38px rgba(0,0,0,.28); font-size: 11px; line-height: 1.6; transition: opacity 120ms ease; backdrop-filter: blur(14px); }
.timeline-tooltip.is-visible { opacity: 1; }

.model-section { min-height: 1100px; color: #fff; background: #658daf; isolation: isolate; }
.model-sky { position: absolute; z-index: -2; inset: 0; background: linear-gradient(140deg, #88afce 0%, #527b9f 45%, #263f5d 100%); }
.model-section::after { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(6,13,24,.17); }
.model-heading { margin-left: auto; text-align: right; }
.model-heading > p:last-child { margin-left: auto; }
.model-toolbar {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  margin: 58px 0 18px;
  padding: 8px;
  border-radius: 999px;
}
.model-search { display: flex; align-items: center; gap: 8px; padding: 0 12px; }
.model-search svg { width: 16px; height: 16px; color: rgba(255,255,255,.6); }
.model-search input { width: 100%; min-width: 0; padding: 8px 0; border: 0; outline: 0; color: #fff; background: transparent; font-size: 12px; }
.model-search input::placeholder { color: rgba(255,255,255,.52); }
.model-filters { display: flex; align-items: center; gap: 2px; }
.model-filters button, .ranking-tabs button { padding: 8px 12px; border: 0; border-radius: 999px; color: rgba(255,255,255,.7); background: transparent; font-size: 11px; }
.model-filters button:hover, .model-filters button.is-active, .ranking-tabs button:hover, .ranking-tabs button.is-active { color: var(--ink); background: #fff; }
.model-toolbar > p { display: flex; align-items: center; gap: 7px; margin: 0 10px 0 0; white-space: nowrap; }
.model-toolbar > p strong { font-family: var(--heading); font-size: 24px; font-weight: 400; }
.model-toolbar > p small { color: rgba(255,255,255,.62); font-size: 9px; }
.model-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.model-card {
  min-width: 0;
  padding: 19px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 8px;
  background: rgba(9,20,34,.18);
  backdrop-filter: blur(22px) saturate(1.1);
  transition: transform 200ms ease, background 200ms ease, border-color 200ms ease;
}
.model-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.38); background: rgba(9,20,34,.28); }
.model-card-head { display: grid; grid-template-columns: 32px minmax(0,1fr) auto; align-items: center; gap: 10px; }
.provider-letter { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; font-family: var(--heading); font-size: 16px; font-style: italic; }
.model-card h3 { min-width: 0; margin: 0; overflow: hidden; font-size: 13px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.model-type { padding: 5px 8px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: rgba(255,255,255,.62); font-size: 8px; }
.price-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 19px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); }
.price-row span { display: flex; flex-direction: column; gap: 6px; color: rgba(255,255,255,.46); font-size: 8px; }
.price-row b { overflow: hidden; color: #fff; font-size: 12px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.model-empty, .status-empty { grid-column: 1 / -1; padding: 80px 24px; text-align: center; color: rgba(255,255,255,.55); }

.ranking-section { min-height: 940px; color: #fff; background: #090c13; isolation: isolate; }
.ranking-glow { position: absolute; z-index: -1; left: 9%; bottom: 5%; width: 48vw; height: 48vw; max-width: 700px; max-height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(63,119,150,.28), transparent 68%); filter: blur(20px); }
.ranking-heading { max-width: none; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.ranking-heading .section-index { grid-column: 1 / -1; }
.ranking-heading h2 { max-width: 720px; }
.ranking-tabs { display: flex; padding: 4px; border-radius: 999px; }
.ranking-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 38px; margin-top: 66px; }
.ranking-podium { min-height: 460px; display: flex; align-items: end; justify-content: center; gap: 10px; perspective: 900px; }
.podium-card {
  position: relative;
  flex: 1;
  max-width: 220px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 27px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(18px);
}
.podium-card.rank-1 { min-height: 360px; border-color: rgba(100,229,182,.25); background: rgba(100,229,182,.06); }
.podium-card.rank-2 { min-height: 290px; }
.podium-card.rank-3 { min-height: 255px; }
.podium-rank { position: absolute; top: 15px; left: 16px; color: rgba(255,255,255,.25); font-family: var(--heading); font-size: 28px; font-style: italic; }
.podium-avatar { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #07111b; background: rgba(255,255,255,.9); font-family: var(--heading); font-size: 23px; font-style: italic; }
.rank-1 .podium-avatar { width: 66px; height: 66px; background: var(--green); }
.podium-card h3 { width: 100%; margin: 13px 0 18px; overflow: hidden; text-align: center; font-size: 13px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.podium-card strong { color: var(--green); font-family: var(--heading); font-size: 24px; font-weight: 400; }
.podium-card small { margin-top: 4px; color: rgba(255,255,255,.42); font-size: 9px; }
.ranking-table { padding: 12px 20px; border-radius: 8px; }
.ranking-head, .ranking-row { display: grid; grid-template-columns: 48px minmax(0,1fr) 80px 92px; align-items: center; gap: 10px; }
.ranking-head { padding: 11px 8px; color: rgba(255,255,255,.36); font-size: 8px; text-transform: uppercase; }
.ranking-row { min-height: 61px; padding: 9px 8px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.rank-index { color: rgba(255,255,255,.35); font-family: var(--heading); font-size: 20px; font-style: italic; }
.ranking-user { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.ranking-user b { overflow: hidden; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.ranking-user small { color: rgba(255,255,255,.37); font-size: 8px; }
.ranking-row > b { color: var(--green); text-align: right; font-weight: 500; }

.experience-section { min-height: 850px; display: grid; grid-template-columns: 1fr minmax(380px, .75fr); align-items: center; gap: 70px; isolation: isolate; }
.experience-media, .experience-overlay { position: absolute; z-index: -2; inset: 0; }
.experience-media video { width: 100%; height: 100%; object-fit: cover; filter: hue-rotate(10deg) saturate(.75); transform: scaleX(-1); }
.experience-overlay { z-index: -1; background: rgba(4,10,18,.53); }
.experience-content { max-width: 730px; }
.experience-content h2 { margin: 0; font-family: var(--heading); font-size: clamp(58px, 6.6vw, 96px); font-weight: 400; line-height: .87; }
.experience-content h2 em { font-style: italic; }
.experience-content > p:last-of-type { max-width: 520px; margin: 25px 0 0; color: rgba(255,255,255,.7); font-size: 14px; font-weight: 300; line-height: 1.65; }
.experience-actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.notice-rail { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 20px 28px; border-radius: 8px; }
.notice-rail article { display: grid; grid-template-columns: 44px 1fr 24px; align-items: center; gap: 14px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.notice-rail article:last-child { border-bottom: 0; }
.notice-rail time { color: var(--green); font-size: 9px; font-weight: 600; }
.notice-rail h3 { margin: 0 0 4px; font-size: 13px; font-weight: 500; }
.notice-rail p { margin: 0; color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.55; }
.notice-rail svg { color: rgba(255,255,255,.58); }

/* The flower-field film remains the visual anchor; data areas use its sky,
   water and blossom tones so the experience does not fall back to a dashboard. */
.status-section {
  color: var(--ink);
  background: #c9e0eb;
}
.status-section .section-index { color: #356b77; }
.status-section .section-intro > p:last-child { color: rgba(10,17,29,.62); }
.status-section .orbital-line {
  border-color: rgba(255,255,255,.5);
  box-shadow: 0 0 0 110px rgba(255,255,255,.09), 0 0 0 220px rgba(255,255,255,.05);
}
.status-section .status-toolbar {
  background: rgba(255,255,255,.22);
  box-shadow: inset 0 1px rgba(255,255,255,.55), 0 18px 45px rgba(49,91,110,.08);
}
.status-section .status-legend span,
.status-section .status-refresh { color: rgba(10,17,29,.58); }
.status-section .status-legend b { color: var(--ink); }
.status-card {
  border-color: rgba(255,255,255,.6);
  color: var(--ink);
  background: rgba(255,255,255,.28);
  box-shadow: inset 0 1px rgba(255,255,255,.72), 0 18px 50px rgba(47,86,105,.08);
}
.status-card:hover { border-color: rgba(255,255,255,.95); background: rgba(255,255,255,.42); }
.status-card.degraded { border-color: rgba(187,132,29,.32); }
.status-card.error { border-color: rgba(194,72,69,.32); }
.status-card-head h3 { color: var(--ink); }
.status-metrics > span + span,
.availability { border-color: rgba(10,17,29,.1); }
.status-metrics small,
.availability small { color: rgba(10,17,29,.48); }
.status-metrics em { color: rgba(10,17,29,.45); }
.status-label { color: #177454; background: rgba(32,143,102,.1); }
.status-card.degraded .status-label { color: #8b5b00; background: rgba(202,142,27,.12); }
.status-card.error .status-label { color: #a63f3b; background: rgba(204,77,72,.12); }
.status-card .availability b { color: #177454; }
.status-card.degraded .availability b { color: #9a6500; }
.status-card.error .availability b { color: #ad4540; }
.status-section .timeline-meta,
.status-section .timeline-hint { color: rgba(10,17,29,.42); }

.model-section {
  background: #76a6c5;
}
.model-sky { background: #76a6c5; }
.model-section::after { background: rgba(35,70,95,.1); }
.model-card {
  color: var(--ink);
  border-color: rgba(255,255,255,.52);
  background: rgba(255,255,255,.2);
  box-shadow: inset 0 1px rgba(255,255,255,.55), 0 16px 38px rgba(37,75,98,.08);
}
.model-card:hover { border-color: rgba(255,255,255,.9); background: rgba(255,255,255,.34); }
.model-type { color: rgba(10,17,29,.6); border-color: rgba(10,17,29,.12); }
.provider-letter { border-color: rgba(10,17,29,.14); background: rgba(255,255,255,.23); }
.price-row { border-color: rgba(10,17,29,.1); }
.price-row span { color: rgba(10,17,29,.48); }
.price-row b { color: var(--ink); }

.ranking-section {
  color: var(--ink);
  background: #efd4db;
}
.ranking-section .section-index { color: #a95068; }
.ranking-glow {
  left: auto;
  right: -9%;
  bottom: -20%;
  background: rgba(255,255,255,.23);
  filter: none;
}
.ranking-tabs {
  background: rgba(255,255,255,.24);
  box-shadow: inset 0 1px rgba(255,255,255,.62);
}
.ranking-tabs button { color: rgba(10,17,29,.58); }
.ranking-tabs button:hover,
.ranking-tabs button.is-active { color: #fff; background: #a95068; }
.podium-card {
  border-color: rgba(255,255,255,.62);
  color: var(--ink);
  background: rgba(255,255,255,.28);
  box-shadow: inset 0 1px rgba(255,255,255,.7), 0 18px 50px rgba(115,65,81,.08);
}
.podium-card.rank-1 { border-color: rgba(255,255,255,.9); background: rgba(255,255,255,.42); }
.podium-rank { color: rgba(10,17,29,.22); }
.podium-card strong { color: #a13e59; }
.podium-card small { color: rgba(10,17,29,.42); }
.rank-1 .podium-avatar { color: #fff; background: #a95068; }
.ranking-table {
  color: var(--ink);
  background: rgba(255,255,255,.25);
  box-shadow: inset 0 1px rgba(255,255,255,.68), 0 18px 50px rgba(115,65,81,.08);
}
.ranking-head { color: rgba(10,17,29,.38); }
.ranking-row { border-color: rgba(10,17,29,.09); }
.rank-index { color: rgba(10,17,29,.32); }
.ranking-user small { color: rgba(10,17,29,.42); }
.ranking-row > b { color: #a13e59; }

footer { min-height: 150px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 34px clamp(24px, 6vw, 90px); color: rgba(255,255,255,.52); background: #05070c; font-size: 10px; }
.footer-brand { color: #fff; }
footer p { text-align: center; }
footer > div { justify-self: end; display: flex; gap: 20px; }
footer a:hover { color: #fff; }

.loading-row { grid-column: 1 / -1; min-height: 150px; display: flex; align-items: center; justify-content: center; gap: 7px; }
.loading-row span { width: 4px; height: 26px; border-radius: 2px; background: var(--green); animation: loading 1s ease-in-out infinite; }
.loading-row span:nth-child(2) { animation-delay: .12s; }
.loading-row span:nth-child(3) { animation-delay: .24s; }
.reveal-item { opacity: 0; transform: translateY(26px); }

@keyframes pulse { 50% { box-shadow: 0 0 0 12px rgba(100,229,182,0); } }
@keyframes loading { 0%,100% { transform: scaleY(.45); opacity: .4; } 50% { transform: scaleY(1); opacity: 1; } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal-item { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .site-nav { grid-template-columns: 1fr auto; }
  .nav-links { position: absolute; top: 58px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; padding: 9px; border-radius: 8px; background: rgba(8,13,23,.92); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 12px 14px; }
  .nav-links .nav-claim { justify-content: center; margin: 4px 0 0; }
  .nav-menu { display: grid; }
  .nav-login { display: none; }
  .hero-bottom { grid-template-columns: 1fr; gap: 16px; }
  .hero-live { justify-self: start; }
  .hero-partners { justify-self: stretch; }
  .status-grid, .model-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .model-toolbar { grid-template-columns: 1fr auto; border-radius: 8px; }
  .model-filters { grid-column: 1 / -1; flex-wrap: wrap; }
  .ranking-layout { grid-template-columns: 1fr; }
  .experience-section { grid-template-columns: 1fr 1fr; gap: 35px; }
}

@media (max-width: 700px) {
  .site-nav { top: 10px; padding: 0 14px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand strong { font-size: 15px; }
  .site-announcement-backdrop { padding: 8px; }
  .site-announcement-dialog { max-height: calc(100svh - 16px); }
  .site-announcement-dialog > header,
  .site-announcement-list,
  .site-announcement-dialog > footer { padding-left: 16px; padding-right: 16px; }
  .site-announcement-dialog > footer { align-items: stretch; flex-direction: column-reverse; }
  .site-announcement-dialog footer button { width: 100%; }
  .hero { height: calc(100svh - 24px); min-height: 720px; margin-bottom: 0; }
  .hero-center { width: calc(100% - 28px); padding: 74px 0 242px; }
  .hero-badge p { max-width: 230px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .hero h1 { margin-top: 18px; font-size: clamp(59px, 17vw, 82px); line-height: .84; }
  .hero-copy br { display: none; }
  .hero-actions { gap: 19px; }
  .hero-bottom { left: 14px; right: 14px; bottom: 18px; }
  .hero-live { width: 100%; grid-template-columns: repeat(3, 1fr); gap: 9px; padding: 14px; border-radius: 8px; }
  .hero-live .live-title { grid-column: 1 / -1; display: flex; align-items: center; padding: 0 0 10px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .hero-live .live-title small { margin-left: auto; }
  .hero-live b { font-size: 14px; }
  .hero-partners { gap: 9px; }
  .hero-partners div { width: 100%; justify-content: space-between; gap: 4px; }
  .hero-partners span { font-size: 16px; }
  .section { padding: 85px 16px; }
  .section-intro h2 { font-size: clamp(48px, 15vw, 68px); }
  .status-section { min-height: auto; }
  .status-toolbar { align-items: stretch; flex-direction: column; gap: 12px; margin-top: 40px; border-radius: 8px; }
  .status-legend { justify-content: space-between; gap: 8px; }
  .status-refresh { justify-content: flex-end; }
  .status-grid, .model-grid { grid-template-columns: 1fr; }
  .timeline-hint { align-items: start; text-align: center; line-height: 1.5; }
  .model-heading { text-align: left; }
  .model-heading > p:last-child { margin-left: 0; }
  .model-toolbar { grid-template-columns: 1fr auto; align-items: center; margin-top: 40px; }
  .model-toolbar > p small { display: none; }
  .model-filters { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 2px; }
  .model-filters button { flex: 0 0 auto; }
  .ranking-section { min-height: auto; }
  .ranking-heading { display: flex; align-items: start; flex-direction: column; gap: 20px; }
  .ranking-layout { gap: 24px; margin-top: 44px; }
  .ranking-podium { min-height: 310px; gap: 6px; }
  .podium-card { padding: 18px 8px; }
  .podium-card.rank-1 { min-height: 290px; }
  .podium-card.rank-2 { min-height: 245px; }
  .podium-card.rank-3 { min-height: 220px; }
  .podium-rank { top: 9px; left: 9px; font-size: 21px; }
  .podium-avatar, .rank-1 .podium-avatar { width: 43px; height: 43px; font-size: 18px; }
  .podium-card strong { font-size: 17px; }
  .ranking-table { padding: 9px; }
  .ranking-head, .ranking-row { grid-template-columns: 38px minmax(0,1fr) 76px; }
  .ranking-head span:nth-child(3), .ranking-row > span:nth-child(3) { display: none; }
  .experience-section { min-height: 920px; display: flex; flex-direction: column; align-items: stretch; justify-content: end; gap: 28px; }
  .experience-content h2 { font-size: clamp(54px, 16vw, 75px); }
  .notice-rail { padding: 12px 18px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer .footer-brand, footer > div { justify-self: center; }
  footer p { margin: 0; }
}

/* Home uses the stable source video directly, without compositor-heavy reveals. */
.home-only .hero {
  height: 100svh;
  min-height: 0;
  background: #83b9d5;
}
.home-only .hero-video {
  object-position: center center;
  transform: none !important;
}
.home-only .site-nav .brand strong,
.home-only .site-nav .nav-login {
  color: #fff;
  font-weight: 600;
  text-shadow: 0 2px 12px rgba(5,18,27,.88), 0 1px 3px rgba(5,18,27,.72);
}
.home-only .site-nav .nav-login {
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  background: rgba(10,28,39,.28);
  box-shadow: inset 0 1px rgba(255,255,255,.16), 0 8px 24px rgba(6,20,29,.14);
  backdrop-filter: blur(10px) saturate(1.1);
}
.home-only .site-nav .nav-links {
  background: rgba(10,28,39,.18);
  box-shadow: inset 0 1px rgba(255,255,255,.2), 0 10px 30px rgba(6,20,29,.12);
}
.home-only .site-nav .nav-links a:not(.nav-claim) {
  color: rgba(255,255,255,.96);
  text-shadow: 0 2px 9px rgba(5,18,27,.72);
}
.home-only .hero-center { padding: 76px 0 132px; }
.home-only .hero h1 {
  width: min(980px, calc(100vw - 36px));
  margin: 14px 0 8px;
  font-size: 112px;
  line-height: .86;
  white-space: nowrap;
  text-shadow: 0 3px 28px rgba(9, 30, 39, .28);
}
.home-only .hero h1 .title-reveal { overflow: visible; padding: 0 6px 8px; }
.home-only .hero-copy { color: #fff; font-weight: 400; text-shadow: 0 2px 16px rgba(7,24,31,.52); }
.home-only .hero-badge,
.home-only .hero-live,
.home-only .hero-partners > small { background: rgba(33, 61, 73, .2); }
.home-only .hero-live small,
.home-only .hero-partners > small { color: rgba(255,255,255,.86); }

@media (max-height: 680px) {
  .home-only .hero-center { padding: 58px 0 112px; }
  .home-only .hero h1 { font-size: 84px; }
  .home-only .hero-copy { margin-top: 4px; font-size: 14px; }
  .home-only .hero-actions { margin-top: 16px; }
  .home-only .hero-bottom { bottom: 14px; }
}

@media (max-width: 700px) {
  .home-only .hero { min-height: 0; }
  .home-only .hero-center { padding: 70px 0 230px; }
  .home-only .hero h1 { width: calc(100vw - 28px); font-size: 64px; }
  .home-only .hero-copy { font-size: 14px; }
}

@media (max-width: 700px) and (max-height: 760px) {
  .home-only .hero-center { padding: 58px 0 206px; }
  .home-only .hero h1 { font-size: 54px; }
  .home-only .hero-badge { display: none; }
  .home-only .hero-partners > small { display: none; }
}
