:root {
  color-scheme: light;
  --bg: #f6f9ff;
  --bg-2: #eef5ff;
  --ink: #101827;
  --ink-soft: #33465f;
  --muted: #6a7890;
  --muted-2: #8a96aa;
  --line: rgba(87, 115, 150, 0.16);
  --line-strong: rgba(74, 106, 148, 0.26);
  --glass: rgba(255, 255, 255, 0.62);
  --glass-strong: rgba(255, 255, 255, 0.84);
  --glass-dark: rgba(255, 255, 255, 0.54);
  --blue: #147cff;
  --cyan: #25b9ff;
  --mint: #3dd7bd;
  --green: #2fc66d;
  --amber: #ffb84d;
  --rose: #ff5d7a;
  --shadow: 0 34px 110px rgba(92, 124, 172, 0.24);
  --shadow-soft: 0 20px 70px rgba(72, 104, 152, 0.16);
  --radius: 28px;
  --radius-sm: 18px;
  --sans: "SF Pro Display", "Segoe UI Variable Display", "Microsoft YaHei UI", "PingFang SC", system-ui, sans-serif;
  --mono: "SF Mono", "Cascadia Code", "Fira Code", Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
  overflow-x: clip;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: clip;
  color: var(--ink);
  font-family: var(--sans);
  background:
    radial-gradient(circle at 22% -12%, rgba(69, 151, 255, 0.24), transparent 34rem),
    radial-gradient(circle at 82% 18%, rgba(76, 224, 205, 0.2), transparent 32rem),
    radial-gradient(circle at 46% 78%, rgba(255, 206, 138, 0.16), transparent 38rem),
    linear-gradient(180deg, #fbfdff 0%, #edf6ff 38%, #f6fbff 72%, #ffffff 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  background:
    linear-gradient(rgba(65, 107, 163, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(65, 107, 163, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.18) 72%, transparent);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  cursor: pointer;
  font-weight: 750;
  letter-spacing: 0;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

button:hover,
.hero-button:hover,
.nav-links a:hover {
  transform: translateY(-2px);
}

button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(125, 211, 252, 0.42);
  outline-offset: 3px;
}

.ambient {
  position: fixed;
  inset: 0;
  width: 100vw;
  max-width: 100vw;
  z-index: -3;
  overflow: clip;
  clip-path: inset(0);
  contain: paint;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(47, 134, 255, 0.28), transparent 24rem),
    radial-gradient(circle at 88% 4%, rgba(69, 224, 207, 0.22), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), transparent 48%);
}

.ambient::after {
  display: none;
}

.ambient::before {
  content: "";
  position: absolute;
  inset: -7%;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  will-change: transform, opacity;
}

.ambient::before {
  opacity: 0.82;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.64) 0%, rgba(255, 255, 255, 0.14) 44%, rgba(255, 255, 255, 0.58) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.72) 88%),
    url("./assets/generated/board-apple-liquid-glass.png");
  filter: saturate(1.12) contrast(1.02) blur(0.2px);
  animation: liquidDrift 22s ease-in-out infinite alternate;
}

.aurora {
  position: absolute;
  width: 58vw;
  height: 58vw;
  min-width: 620px;
  min-height: 620px;
  border-radius: 999px;
  filter: blur(62px);
  opacity: 0.28;
  mix-blend-mode: multiply;
  will-change: transform;
}

.scroll-cinema,
.refract-field,
.apple-lens {
  position: absolute;
  pointer-events: none;
  will-change: transform, opacity;
}

.scroll-cinema,
.refract-field {
  inset: 0;
}

.scroll-cinema {
  opacity: 0.66;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(249, 253, 255, 0.16) 18%, rgba(255, 255, 255, 0.32) 78%, rgba(255, 255, 255, 0.78) 100%),
    url("./assets/generated/board-apple-scroll-backdrop.png");
  background-size: cover;
  background-position: center 32%;
  filter: saturate(1.06) contrast(1.01);
  transform: scale(1.04);
  animation: cinemaFloat 36s ease-in-out infinite alternate;
}

.refract-field {
  opacity: 0.42;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.78), transparent 45%, rgba(255, 255, 255, 0.64)),
    url("./assets/generated/board-apple-refraction-texture.png");
  background-size: cover, 760px 760px;
  mix-blend-mode: screen;
  filter: blur(0.3px);
  animation: refractionSlide 42s linear infinite;
}

.apple-lens {
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.88), transparent 18%),
    radial-gradient(circle at 68% 72%, rgba(75, 154, 255, 0.14), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.12));
  backdrop-filter: blur(18px) saturate(180%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 24px 20px 72px rgba(61, 152, 255, 0.08),
    0 32px 120px rgba(72, 116, 174, 0.14);
  opacity: 0.32;
  mix-blend-mode: screen;
}

.lens-one {
  right: 12vw;
  top: 18vh;
  width: min(520px, 38vw);
  height: min(520px, 38vw);
}

.lens-two {
  left: 3vw;
  top: 84vh;
  width: min(620px, 48vw);
  height: min(380px, 30vw);
  transform: rotate(-12deg);
}

.lens-three {
  right: 2vw;
  top: 172vh;
  width: min(760px, 58vw);
  height: min(440px, 34vw);
  transform: rotate(10deg);
}

.aurora-one {
  left: 2vw;
  top: -12vw;
  background: conic-gradient(from 120deg, rgba(125, 211, 252, 0), rgba(76, 151, 255, 0.72), rgba(124, 247, 207, 0.46), rgba(125, 211, 252, 0));
}

.aurora-two {
  right: 2vw;
  top: 6vw;
  background: conic-gradient(from 10deg, rgba(244, 201, 93, 0), rgba(34, 211, 238, 0.34), rgba(255, 184, 77, 0.22), rgba(124, 247, 207, 0.34), rgba(244, 201, 93, 0));
}

.glass-plane {
  position: absolute;
  left: 50%;
  top: 6%;
  width: min(1180px, 92vw);
  height: 560px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 54px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.2));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 50px 130px rgba(74, 119, 185, 0.16);
  transform: translateX(-50%) rotateX(58deg) rotateZ(-8deg);
  transform-origin: center top;
}

.grain {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.22) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 40%, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px);
  background-size: 7px 7px, 11px 11px;
  mix-blend-mode: soft-light;
}

.nav-glass {
  position: sticky;
  top: 18px;
  z-index: 20;
  width: min(1680px, calc(100% - 48px));
  margin: 18px auto 0;
  min-height: 72px;
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 10px 12px 10px 14px;
  border: 1px solid rgba(91, 148, 210, 0.34);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(218, 239, 255, 0.86), rgba(176, 219, 247, 0.72) 48%, rgba(198, 249, 241, 0.66)),
    rgba(219, 238, 252, 0.84);
  backdrop-filter: blur(34px) saturate(205%);
  box-shadow:
    0 16px 48px rgba(36, 88, 154, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(66, 126, 190, 0.16);
}

.nav-glass::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.7), transparent 20%, rgba(26, 116, 215, 0.16) 54%, transparent 78%),
    radial-gradient(circle at 82% 0%, rgba(67, 220, 196, 0.26), transparent 17rem);
  pointer-events: none;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 17px;
  color: #061015;
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 900;
  background: linear-gradient(135deg, #ffffff, #bfe7ff 48%, #8cf1df);
  box-shadow: 0 12px 32px rgba(47, 127, 225, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.brand b,
.brand small {
  display: block;
}

.brand b {
  font-size: 15px;
  letter-spacing: 0.01em;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.nav-links {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(60, 112, 176, 0.18);
  border-radius: 999px;
  background: rgba(222, 239, 252, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 8px 22px rgba(44, 91, 148, 0.08);
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 13px;
  font-weight: 720;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-links a:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 20px rgba(42, 100, 170, 0.12), inset 0 0 0 1px rgba(79, 139, 202, 0.12);
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.primary {
  color: #061014;
  border: 1px solid rgba(42, 146, 196, 0.32);
  background: linear-gradient(135deg, #ffffff, #9bd7ff 46%, #8df1df);
  box-shadow: 0 18px 42px rgba(30, 121, 255, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.96), inset 0 -1px 0 rgba(17, 124, 178, 0.18);
}

.secondary,
.ghost,
.template-button {
  color: var(--ink);
  border: 1px solid rgba(72, 116, 170, 0.22);
  background: rgba(239, 248, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 10px 26px rgba(56, 98, 152, 0.12);
}

.user-switcher {
  display: grid;
  gap: 4px;
  min-width: 240px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 720;
}

.user-switcher select {
  border-color: rgba(62, 111, 171, 0.24);
  background-color: rgba(235, 247, 255, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 22px rgba(53, 92, 142, 0.1);
}

.page-shell {
  width: min(1680px, calc(100% - 48px));
  margin: 0 auto;
  padding: 46px 0 84px;
}

.hero-cinema {
  position: relative;
  min-height: calc(100dvh - 72px);
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  padding: clamp(18px, 3.8vh, 54px) 0 clamp(46px, 6vh, 82px);
  overflow: hidden;
  isolation: isolate;
}

.hero-cinema::before,
.hero-cinema::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.hero-cinema::before {
  left: -10vw;
  right: -10vw;
  top: -5%;
  height: 112%;
  border-radius: 92px;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.92), transparent 20rem),
    radial-gradient(circle at 28% 28%, rgba(78, 163, 255, 0.24), transparent 25rem),
    radial-gradient(circle at 76% 62%, rgba(73, 221, 204, 0.2), transparent 26rem),
    linear-gradient(120deg, rgba(255, 255, 255, 0.76), rgba(232, 247, 255, 0.25) 48%, rgba(255, 255, 255, 0.72)),
    url("./assets/generated/board-apple-liquid-glass.png") center / cover;
  opacity: 0.95;
  filter: saturate(1.18) contrast(1.06) blur(0.1px);
  mask-image: radial-gradient(ellipse at 50% 47%, #000 0%, rgba(0, 0, 0, 0.86) 55%, transparent 88%);
  transform: skewY(-2deg) scale(1.03);
}

.hero-cinema::after {
  left: 50%;
  top: 50%;
  width: min(980px, 64vw);
  height: min(980px, 64vw);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.94);
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.86), transparent 16%),
    radial-gradient(circle at 72% 68%, rgba(124, 247, 207, 0.28), transparent 28%),
    conic-gradient(from 120deg, rgba(60, 145, 255, 0.12), transparent 22%, rgba(255, 255, 255, 0.42), transparent 64%, rgba(98, 237, 215, 0.18)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(125, 211, 252, 0.12));
  opacity: 0.7;
  filter: blur(0.1px);
  transform: translate(-50%, -50%) rotate(-16deg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 42px 30px 120px rgba(125, 211, 252, 0.18),
    0 42px 160px rgba(53, 133, 221, 0.2);
}

.hero-spectacle {
  position: absolute;
  inset: -6% 0 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  clip-path: inset(0);
}

.hero-copy {
  display: none;
}

.hero-ring {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  background:
    radial-gradient(circle at 50% 50%, transparent 58%, rgba(255, 255, 255, 0.42) 59%, transparent 61%),
    conic-gradient(from 40deg, rgba(24, 119, 255, 0.2), transparent 18%, rgba(255, 255, 255, 0.56), transparent 48%, rgba(60, 222, 203, 0.22), transparent 72%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 30px 120px rgba(51, 120, 214, 0.14);
  backdrop-filter: blur(10px) saturate(180%);
  opacity: 0.72;
  will-change: transform;
}

.ring-one {
  right: -2%;
  top: 8%;
  width: min(920px, 56vw);
  height: min(920px, 56vw);
}

.ring-two {
  right: 14%;
  top: 20%;
  width: min(610px, 38vw);
  height: min(610px, 38vw);
  opacity: 0.5;
}

.ring-three {
  left: -1%;
  bottom: 4%;
  width: min(620px, 39vw);
  height: min(360px, 23vw);
  transform: rotate(-8deg);
  opacity: 0.46;
}

.light-beam {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(19, 116, 255, 0.22), rgba(255, 255, 255, 0.9), rgba(68, 229, 210, 0.22), transparent);
  filter: blur(0.2px);
  box-shadow: 0 0 34px rgba(37, 185, 255, 0.38);
  opacity: 0.7;
  will-change: transform, opacity;
}

.scan-wave {
  position: absolute;
  left: 38%;
  top: 13%;
  width: min(720px, 48vw);
  height: min(720px, 48vw);
  border-radius: 999px;
  background:
    repeating-conic-gradient(from 0deg, rgba(28, 130, 255, 0.2) 0deg 1deg, transparent 1deg 11deg),
    radial-gradient(circle, transparent 55%, rgba(255, 255, 255, 0.44) 56%, transparent 58%);
  filter: blur(0.2px);
  opacity: 0.32;
  mix-blend-mode: multiply;
  will-change: transform, opacity;
}

.particle-field {
  position: absolute;
  inset: 4% 0 10%;
  pointer-events: none;
}

.particle-field i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: radial-gradient(circle, #fff 0 22%, rgba(49, 150, 255, 0.9) 36%, rgba(49, 150, 255, 0) 72%);
  box-shadow: 0 0 18px rgba(37, 185, 255, 0.64), 0 0 42px rgba(124, 247, 207, 0.28);
  opacity: 0.7;
  will-change: transform, opacity;
}

.particle-field i:nth-child(1) { left: 9%; top: 24%; }
.particle-field i:nth-child(2) { left: 18%; top: 62%; width: 10px; height: 10px; }
.particle-field i:nth-child(3) { left: 34%; top: 18%; }
.particle-field i:nth-child(4) { left: 44%; top: 77%; width: 9px; height: 9px; }
.particle-field i:nth-child(5) { left: 57%; top: 24%; }
.particle-field i:nth-child(6) { left: 66%; top: 58%; width: 11px; height: 11px; }
.particle-field i:nth-child(7) { left: 77%; top: 18%; }
.particle-field i:nth-child(8) { left: 86%; top: 44%; width: 9px; height: 9px; }
.particle-field i:nth-child(9) { left: 92%; top: 72%; }
.particle-field i:nth-child(10) { left: 52%; top: 8%; width: 5px; height: 5px; }

.beam-one {
  left: 4%;
  right: 0;
  top: 34%;
  transform: rotate(-11deg);
}

.beam-two {
  left: 10%;
  right: 8%;
  top: 67%;
  transform: rotate(7deg);
}

.floating-chip,
.hero-data-card {
  position: absolute;
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(28px) saturate(210%);
  box-shadow: 0 24px 80px rgba(62, 104, 166, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.floating-chip {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 17px;
  border-radius: 999px;
  color: #0f2f54;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 860;
  letter-spacing: 0.02em;
}

.chip-launch {
  right: 70%;
  top: 16%;
}

.chip-build {
  right: 8%;
  top: 22%;
}

.chip-push {
  left: 67%;
  bottom: 13%;
}

.hero-data-card {
  min-width: 184px;
  padding: 18px;
  border-radius: 26px;
  color: var(--ink);
}

.hero-data-card small {
  display: block;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-data-card strong {
  display: block;
  margin-top: 8px;
  font-size: 44px;
  line-height: 0.95;
}

.hero-data-card span {
  display: block;
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 760;
}

.data-card-one {
  left: 4px;
  top: 84px;
}

.data-card-two {
  right: 0;
  bottom: 86px;
}

.eyebrow,
.section-label {
  margin: 0;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy h1,
.chapter-head h2,
.workflow-pin h2 {
  margin: 16px 0 0;
  letter-spacing: 0;
  line-height: 0.98;
}

.hero-copy h1 {
  max-width: 1040px;
  font-size: clamp(78px, 6.9vw, 132px);
  font-weight: 880;
  letter-spacing: -0.035em;
  text-wrap: balance;
  background: linear-gradient(105deg, #06111f 0%, #101827 36%, #075be8 62%, #11a9c4 84%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 18px 44px rgba(43, 114, 220, 0.18));
}

.hero-copy > p:not(.eyebrow) {
  max-width: 780px;
  margin: 24px 0 0;
  color: #26384f;
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.75;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  color: #123052;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 14px 36px rgba(64, 112, 180, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px) saturate(180%);
  font-size: 13px;
  font-weight: 820;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.hero-stage {
  position: relative;
  z-index: 3;
  perspective: 1800px;
  min-height: 660px;
  display: grid;
  place-items: center;
}

.stage-aura {
  position: absolute;
  inset: 5% 0 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 52% 44%, rgba(255, 255, 255, 0.92), transparent 20%),
    radial-gradient(circle at 46% 46%, rgba(68, 151, 255, 0.35), transparent 38%),
    radial-gradient(circle at 54% 58%, rgba(75, 234, 212, 0.26), transparent 48%);
  filter: blur(30px);
  opacity: 0.86;
  pointer-events: none;
}

.stage-shell {
  position: relative;
  z-index: 2;
  width: min(660px, 100%);
  min-height: 560px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 46px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.34)),
    linear-gradient(90deg, rgba(125, 211, 252, 0.16), rgba(124, 247, 207, 0.1));
  backdrop-filter: blur(42px) saturate(220%);
  box-shadow:
    0 64px 160px rgba(40, 82, 148, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  transform: rotateX(10deg) rotateY(-13deg) rotateZ(1.5deg);
  transform-style: preserve-3d;
}

.stage-shell::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 45px;
  pointer-events: none;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.76), transparent 24%, rgba(125, 211, 252, 0.18) 58%, transparent),
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.6), transparent 14rem);
}

.stage-toolbar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 50px;
  padding: 0 16px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
}

.stage-toolbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(122, 139, 166, 0.28);
}

.stage-toolbar span:first-child {
  background: var(--rose);
}

.stage-toolbar span:nth-child(2) {
  background: var(--amber);
}

.stage-toolbar span:nth-child(3) {
  background: var(--green);
}

.stage-toolbar b {
  margin-left: auto;
  color: var(--ink-soft);
  letter-spacing: 0.12em;
}

.stage-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-flow: dense;
  gap: 14px;
  padding-top: 16px;
}

.stage-card {
  min-height: 166px;
  grid-column: span 3;
  display: grid;
  align-content: space-between;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 20px 52px rgba(75, 112, 158, 0.11);
  overflow: hidden;
}

.stage-card-main {
  min-height: 278px;
  grid-column: span 6;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.16)),
    url("./assets/generated/board-apple-liquid-glass.png") 68% center / cover,
    radial-gradient(circle at 80% 20%, rgba(124, 247, 207, 0.28), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(225, 241, 255, 0.46));
}

.stage-card-wide {
  min-height: 130px;
  grid-column: span 6;
}

.stage-card small {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
}

.stage-card strong {
  display: block;
  margin-top: 18px;
  font-size: clamp(34px, 4.4vw, 78px);
  line-height: 0.95;
}

.stage-card:not(.stage-card-main) strong {
  font-size: 30px;
}

.stage-card span {
  color: var(--ink-soft);
  line-height: 1.45;
}

.signal-bars {
  display: flex;
  align-items: end;
  gap: 7px;
  height: 56px;
  margin-top: 28px;
}

.signal-bars i {
  flex: 1;
  min-width: 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff, var(--cyan));
  box-shadow: 0 0 24px rgba(34, 211, 238, 0.32);
}

.signal-bars i:nth-child(1) { height: 36%; }
.signal-bars i:nth-child(2) { height: 66%; }
.signal-bars i:nth-child(3) { height: 48%; }
.signal-bars i:nth-child(4) { height: 92%; }
.signal-bars i:nth-child(5) { height: 72%; }

.orbit {
  position: absolute;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 999px;
  transform: rotateX(66deg) rotateZ(-18deg);
}

.halo-one {
  width: 760px;
  height: 380px;
  box-shadow: 0 0 80px rgba(34, 143, 238, 0.12);
}

.halo-two {
  width: 540px;
  height: 260px;
  border-color: rgba(124, 247, 207, 0.18);
  transform: rotateX(64deg) rotateZ(18deg);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: -32px;
  position: relative;
  z-index: 4;
  padding: 12px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(226, 243, 255, 0.2)),
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.76), transparent 18rem);
  box-shadow: 0 30px 90px rgba(68, 104, 160, 0.12);
  backdrop-filter: blur(22px) saturate(180%);
}

.metric-card,
.glass-panel,
.notice-card,
.push-card,
.suggestion-box,
.webhook-box {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.38)),
    linear-gradient(90deg, rgba(125, 211, 252, 0.16), rgba(124, 247, 207, 0.08));
  backdrop-filter: blur(32px) saturate(190%);
  box-shadow:
    var(--shadow-soft),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(255, 255, 255, 0.42);
}

.metric-card::before,
.glass-panel::before,
.notice-card::before,
.push-card::before,
.suggestion-box::before,
.webhook-box::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.72), transparent 17%, transparent 58%, rgba(125, 211, 252, 0.14)),
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.72), transparent 12rem);
  opacity: 0.86;
  mask-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.68));
}

.metric-card::after,
.glass-panel::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  opacity: 0.75;
}

.nav-glass,
.stage-shell,
.metric-card,
.glass-panel,
.notice-card,
.push-card,
.need-card,
.solution-row {
  will-change: transform;
}

.stage-shell,
.metric-card,
.glass-panel,
.notice-card,
.push-card {
  isolation: isolate;
}

.stage-shell::after,
.notice-card::after,
.push-card::after {
  content: "";
  position: absolute;
  inset: -45% -60%;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(105deg, transparent 42%, rgba(255, 255, 255, 0.7) 50%, transparent 58%);
  opacity: 0.24;
  transform: translateX(-34%) rotate(10deg);
  will-change: transform;
  animation: glassSheen 7.2s ease-in-out infinite;
}

.stage-shell > *,
.notice-card > *,
.push-card > * {
  position: relative;
  z-index: 1;
}

.metric-card {
  min-height: 132px;
  padding: 24px;
  border-radius: 28px;
}

.metric-card > * {
  position: relative;
  z-index: 1;
}

.metric-card span {
  display: block;
  font-size: clamp(32px, 3.8vw, 54px);
  font-weight: 820;
  line-height: 0.95;
}

.metric-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 680;
}

.chapter {
  position: relative;
  padding: 128px 0 0;
}

.chapter::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 62px;
  width: min(1680px, 112vw);
  height: calc(100% + 54px);
  border-radius: 64px;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(62, 145, 255, 0.18), transparent 22rem),
    radial-gradient(circle at 85% 22%, rgba(124, 247, 207, 0.2), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.28) 42%, rgba(124, 247, 207, 0.08)),
    url("./assets/generated/board-apple-refraction-texture.png");
  background-size: auto, auto, auto, 620px 620px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74), 0 42px 120px rgba(73, 110, 158, 0.12);
  opacity: 0.82;
  mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 82%, transparent 100%);
}

#insights {
  margin-top: 112px;
  padding: 112px 28px 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 68px;
  color: #f8fbff;
  background:
    radial-gradient(circle at 18% 18%, rgba(13, 113, 255, 0.42), transparent 24rem),
    radial-gradient(circle at 88% 20%, rgba(75, 234, 212, 0.24), transparent 24rem),
    linear-gradient(135deg, rgba(5, 16, 32, 0.98), rgba(10, 28, 52, 0.92) 54%, rgba(41, 174, 210, 0.36)),
    url("./assets/generated/board-apple-refraction-texture.png");
  background-size: auto, auto, auto, 620px 620px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 56px 150px rgba(2, 12, 24, 0.22);
  overflow: hidden;
  isolation: isolate;
}

#insights::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(13, 113, 255, 0.42), transparent 24rem),
    radial-gradient(circle at 88% 20%, rgba(75, 234, 212, 0.24), transparent 24rem),
    linear-gradient(135deg, rgba(5, 16, 32, 0.96), rgba(10, 28, 52, 0.9) 54%, rgba(41, 174, 210, 0.34)),
    url("./assets/generated/board-apple-refraction-texture.png");
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  opacity: 0.3;
}

#insights::after {
  content: "";
  position: absolute;
  left: 3%;
  right: 3%;
  top: 74px;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(85, 202, 255, 0.8), rgba(255, 255, 255, 0.72), transparent);
  box-shadow: 0 0 28px rgba(37, 185, 255, 0.48);
  opacity: 0.76;
  animation: galleryScan 5.6s ease-in-out infinite alternate;
}

#insights .chapter-head,
#insights .insight-layout {
  position: relative;
  z-index: 1;
}

#insights .chapter-head h2,
#insights .panel-head h3,
#insights .solution-row b,
#insights .need-card strong,
#insights .need-title {
  color: #f8fbff;
}

#insights .chapter-head > p:last-child,
#insights .panel-head span,
#insights .need-card p,
#insights .solution-row p {
  color: rgba(229, 241, 255, 0.76);
}

#insights .glass-panel {
  border-color: rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.055)),
    radial-gradient(circle at 86% 8%, rgba(37, 185, 255, 0.16), transparent 12rem);
  box-shadow: 0 44px 120px rgba(2, 12, 24, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

#insights .need-card,
#insights .solution-row {
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 92% 14%, rgba(75, 234, 212, 0.12), transparent 11rem);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 24px 70px rgba(0, 0, 0, 0.18);
}

.insight-fill,
.radar-strip,
.playbook-pipeline,
.sync-command,
.command-card {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 82% 22%, rgba(75, 234, 212, 0.14), transparent 12rem);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 22px 58px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(24px) saturate(170%);
}

.insight-fill {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding: 18px;
  border-radius: 22px;
}

.insight-fill small {
  display: block;
  color: #50d8ff;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.insight-fill strong {
  display: block;
  max-width: 520px;
  margin-top: 8px;
  color: #f8fbff;
  font-size: 18px;
  line-height: 1.45;
}

.insight-fill span {
  max-width: 300px;
  color: rgba(229, 241, 255, 0.72);
  line-height: 1.62;
}

.radar-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
  padding: 14px;
  border-radius: 22px;
}

.radar-strip span {
  position: relative;
  min-height: 58px;
  display: grid;
  align-content: end;
  gap: 8px;
  color: rgba(246, 251, 255, 0.86);
  font-size: 12px;
  font-weight: 820;
}

.radar-strip span::before {
  content: "";
  height: 7px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, #21a8ff, #70f3d5) 0 / var(--level) 100% no-repeat,
    rgba(255, 255, 255, 0.11);
  box-shadow: 0 0 22px rgba(37, 185, 255, 0.28);
}

.playbook-pipeline {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 15px;
  border-radius: 22px;
}

.playbook-pipeline span {
  min-height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: rgba(246, 251, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 840;
  text-align: center;
}

.playbook-pipeline i {
  width: 20px;
  height: 1px;
  background: linear-gradient(90deg, rgba(80, 216, 255, 0.1), rgba(80, 216, 255, 0.8));
  box-shadow: 0 0 16px rgba(80, 216, 255, 0.5);
}

.sync-command {
  margin-top: 14px;
  padding: 18px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 18% 18%, rgba(33, 168, 255, 0.16), transparent 17rem),
    radial-gradient(circle at 94% 8%, rgba(112, 243, 213, 0.12), transparent 15rem);
  overflow: hidden;
}

.sync-command::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 22px;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 0%, #000, transparent 76%);
  opacity: 0.72;
}

.sync-command-head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 16px;
}

.sync-command-head small,
.command-card small {
  display: block;
  color: #50d8ff;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.sync-command-head strong {
  display: block;
  margin-top: 6px;
  color: #f8fbff;
  font-size: clamp(24px, 2.8vw, 42px);
  line-height: 1;
}

.sync-command-head span {
  max-width: 360px;
  color: rgba(229, 241, 255, 0.72);
  line-height: 1.68;
  text-align: right;
}

.sync-command-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 12px;
}

.command-card {
  min-height: 178px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 17px;
  border-radius: 22px;
}

.command-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 14px;
  height: 1px;
  background: linear-gradient(90deg, rgba(80, 216, 255, 0.8), transparent);
  box-shadow: 0 0 18px rgba(80, 216, 255, 0.28);
}

.command-card b {
  color: #f8fbff;
  font-size: 17px;
  line-height: 1.32;
}

.command-card p {
  margin: 0;
  color: rgba(229, 241, 255, 0.74);
  line-height: 1.62;
}

.command-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.command-card li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(246, 251, 255, 0.88);
  font-weight: 720;
  line-height: 1.45;
}

.command-card li::before,
.push-timeline i {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #70f3d5;
  box-shadow: 0 0 16px rgba(112, 243, 213, 0.72);
}

.command-card-priority {
  min-height: 368px;
  grid-row: span 2;
}

.command-card-wide {
  min-height: 178px;
}

.command-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.command-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #061014;
  background: linear-gradient(135deg, #fff, #7cf7cf);
  font-size: 12px;
  font-weight: 820;
}

.push-timeline {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.push-timeline span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(246, 251, 255, 0.9);
  background: rgba(255, 255, 255, 0.075);
  font-weight: 760;
}

.chapter:nth-of-type(3)::before {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.9), transparent 18rem),
    radial-gradient(circle at 82% 10%, rgba(49, 150, 255, 0.16), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(236, 247, 255, 0.4) 54%, rgba(64, 219, 202, 0.1)),
    url("./assets/generated/board-apple-refraction-texture.png");
  border-color: rgba(255, 255, 255, 0.54);
  opacity: 0.86;
}

.chapter:nth-of-type(3) .chapter-head h2,
.chapter:nth-of-type(3) .workflow-pin h2 {
  color: var(--ink);
  text-shadow: none;
}

.chapter:nth-of-type(3) .chapter-head > p:last-child,
.chapter:nth-of-type(3) .workflow-pin p:last-child {
  color: var(--ink-soft);
}

.chapter:nth-of-type(3) .glass-panel {
  border-color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(242, 249, 255, 0.34)),
    radial-gradient(circle at 88% 10%, rgba(37, 185, 255, 0.12), transparent 12rem);
  color: var(--ink);
  box-shadow: 0 44px 120px rgba(72, 105, 156, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.chapter:nth-of-type(3) .panel-head h3,
.chapter:nth-of-type(3) .field-title,
.chapter:nth-of-type(3) .checkline,
.chapter:nth-of-type(3) label {
  color: var(--muted);
}

.chapter-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 32px;
  align-items: end;
  margin-bottom: 28px;
}

.chapter-head h2,
.workflow-pin h2 {
  font-size: clamp(40px, 5vw, 78px);
  font-weight: 810;
  text-wrap: balance;
}

.chapter-head > p:last-child,
.workflow-pin p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
}

#insights .chapter-head {
  min-height: 360px;
  grid-template-columns: minmax(320px, 0.72fr) minmax(520px, 1fr);
  grid-template-areas:
    "meta title"
    "copy title";
  align-items: center;
  gap: clamp(28px, 5vw, 78px);
  margin: 0 0 34px;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 44px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 88% 16%, rgba(68, 206, 255, 0.16), transparent 20rem);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(30px) saturate(170%);
}

#insights .chapter-head::before {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  top: 28px;
  height: 1px;
  background: linear-gradient(90deg, rgba(37, 185, 255, 0.9), rgba(255, 255, 255, 0.68), transparent);
  box-shadow: 0 0 28px rgba(37, 185, 255, 0.5);
  pointer-events: none;
}

#insights .chapter-head::after {
  content: "Searchable / Subscribable / Traceable";
  position: absolute;
  left: clamp(28px, 4vw, 54px);
  bottom: clamp(24px, 3vw, 38px);
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid rgba(123, 223, 255, 0.28);
  border-radius: 999px;
  color: rgba(229, 247, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.06em;
  pointer-events: none;
}

#insights .chapter-head .eyebrow {
  grid-area: meta;
  align-self: end;
  color: #49cfff;
}

#insights .chapter-head h2 {
  grid-area: title;
  align-self: center;
  justify-self: end;
  max-width: 660px;
  margin: 0;
  font-size: clamp(58px, 5.6vw, 98px);
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-align: right;
  text-wrap: balance;
}

#insights .chapter-head > p:last-child {
  grid-area: copy;
  align-self: start;
  max-width: 620px;
  margin: 14px 0 54px;
  color: rgba(229, 241, 255, 0.82);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.8;
}

.insight-layout,
.board-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(390px, 0.68fr);
  gap: 18px;
  align-items: start;
}

.panel {
  border-radius: var(--radius);
  padding: 24px;
}

.dark-panel {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(235, 246, 255, 0.42)),
    radial-gradient(circle at 84% 18%, rgba(43, 135, 255, 0.1), transparent 13rem);
}

.panel-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  margin-bottom: 20px;
}

.panel-head h3 {
  margin: 6px 0 0;
  font-size: clamp(22px, 2.1vw, 32px);
  letter-spacing: 0;
}

.panel-head span {
  max-width: 360px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  text-align: right;
}

.need-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 12px;
}

.need-card,
.solution-row {
  position: relative;
  min-height: 190px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.36)),
    radial-gradient(circle at 85% 12%, rgba(124, 247, 207, 0.15), transparent 11rem);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 18px 46px rgba(74, 109, 156, 0.12);
  overflow: hidden;
}

.need-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--mint));
}

.need-title {
  font-size: 18px;
  font-weight: 820;
}

.need-card p,
.solution-row p,
.suggestion-box p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.62;
}

.need-card strong {
  color: var(--ink);
  line-height: 1.5;
  font-weight: 760;
}

.mini-tags,
.links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.mini-tags span,
.tag,
.links a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 780;
}

.mini-tags span,
.tag {
  color: #071014;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(125, 211, 252, 0.84));
}

.solution-list {
  display: grid;
  gap: 10px;
}

.solution-row {
  min-height: 0;
  align-content: start;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(242, 249, 255, 0.4)),
    radial-gradient(circle at 88% 14%, rgba(125, 211, 252, 0.14), transparent 10rem);
}

.solution-row b {
  display: block;
  color: var(--ink);
  font-size: 16px;
}

.solution-row span {
  width: fit-content;
  min-height: 26px;
  padding: 4px 9px;
  border-radius: 999px;
  color: #061014;
  background: linear-gradient(135deg, #fff, #7cf7cf);
  font-size: 12px;
  font-weight: 820;
}

.workflow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.74fr) minmax(0, 1.26fr);
  gap: 28px;
  align-items: start;
  padding-bottom: 24px;
}

.workflow::after {
  content: "";
  position: absolute;
  right: -12vw;
  top: 12%;
  width: min(860px, 72vw);
  height: 74%;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  background:
    radial-gradient(circle at 52% 44%, rgba(124, 247, 207, 0.24), transparent 32%),
    radial-gradient(circle at 68% 66%, rgba(69, 143, 255, 0.18), transparent 38%);
  filter: blur(42px);
  opacity: 0.82;
}

.workflow-pin {
  position: sticky;
  top: 124px;
  min-height: 420px;
  display: grid;
  align-content: center;
}

.workflow-stack {
  display: grid;
  gap: 24px;
}

.stack-card {
  min-height: 620px;
}

.template-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.template-button {
  min-height: 36px;
  padding: 0 13px;
  color: var(--ink-soft);
}

form,
.webhook-box {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  color: var(--ink);
  border: 1px solid rgba(80, 116, 160, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  padding: 11px 13px;
  outline: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

input::placeholder,
textarea::placeholder {
  color: rgba(202, 213, 232, 0.48);
}

input:hover,
select:hover,
textarea:hover {
  border-color: rgba(125, 211, 252, 0.35);
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(125, 211, 252, 0.78);
  box-shadow: 0 0 0 4px rgba(37, 185, 255, 0.13);
  background: rgba(255, 255, 255, 0.94);
}

select {
  color-scheme: light;
}

textarea {
  min-height: 150px;
  resize: vertical;
  line-height: 1.6;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.checkline {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
}

.checkline input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  accent-color: var(--cyan);
}

.form-message {
  margin: 0;
  min-height: 20px;
  color: var(--mint);
  font-size: 13px;
  font-weight: 800;
}

.field-title {
  margin: 0 0 10px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 850;
}

.suggestion-box,
.webhook-box {
  margin-bottom: 16px;
  padding: 15px;
  border-radius: 20px;
}

.suggestion-box b {
  display: block;
  margin-bottom: 6px;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.choice-grid label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid rgba(80, 116, 160, 0.14);
  border-radius: 999px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.58);
}

.choice-grid input {
  width: 16px;
  height: 16px;
  min-height: 16px;
  accent-color: var(--cyan);
}

.filters {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 200px;
  gap: 10px;
  margin-bottom: 16px;
}

.list {
  display: grid;
  gap: 12px;
}

.compact {
  gap: 10px;
}

.notice-card,
.push-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 18px;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.notice-card::after,
.push-card::after {
  inset: auto 14px 12px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  opacity: 0.55;
  transform: none;
  z-index: 0;
  animation: none;
}

.notice-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.54), transparent);
}

.notice-card:hover,
.push-card:hover,
.need-card:hover,
.solution-row:hover {
  transform: translateY(-3px);
  border-color: rgba(125, 211, 252, 0.32);
}

.notice-card.important {
  border-color: rgba(251, 113, 133, 0.42);
  background: linear-gradient(145deg, rgba(255, 232, 237, 0.78), rgba(255, 255, 255, 0.48));
}

.notice-card.important .tag {
  color: #fff;
  background: linear-gradient(135deg, #fb7185, #f59e0b);
}

.card-title-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.card-title-row h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.35;
}

.summary {
  margin: 10px 0 0;
  color: var(--ink);
  font-weight: 780;
  line-height: 1.55;
}

.meta {
  margin: 9px 0 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
}

.content {
  margin: 13px 0 0;
  color: var(--ink-soft);
  line-height: 1.68;
  white-space: pre-wrap;
}

.links {
  margin-top: 13px;
}

.links a {
  color: #061014;
  text-decoration: none;
  background: linear-gradient(135deg, #fff, #9af4ff);
}

.push-meta {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 760;
}

pre {
  margin: 10px 0 0;
  padding: 13px;
  max-height: 300px;
  overflow: auto;
  border: 1px solid rgba(80, 116, 160, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink-soft);
  line-height: 1.58;
  white-space: pre-wrap;
}

.empty {
  padding: 22px;
  border: 1px dashed rgba(80, 116, 160, 0.22);
  border-radius: 20px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.52);
  text-align: center;
}

/* Cinematic demo layer: pure CSS generated, no reused bitmap assets. */
.ambient::before {
  opacity: 0.94;
  background-image:
    radial-gradient(circle at 16% 22%, rgba(255, 255, 255, 0.96) 0 9%, transparent 28%),
    radial-gradient(circle at 72% 10%, rgba(74, 168, 255, 0.24), transparent 34%),
    radial-gradient(circle at 88% 68%, rgba(83, 235, 207, 0.2), transparent 32%),
    linear-gradient(132deg, rgba(255, 255, 255, 0.96), rgba(225, 242, 255, 0.54) 42%, rgba(255, 255, 255, 0.8));
  filter: saturate(1.12) contrast(1.03);
}

.scroll-cinema {
  opacity: 0.72;
  background-image:
    linear-gradient(112deg, transparent 0 24%, rgba(255, 255, 255, 0.58) 25%, transparent 29% 47%, rgba(111, 201, 255, 0.18) 48%, transparent 55%),
    radial-gradient(ellipse at 52% 28%, rgba(255, 255, 255, 0.86), transparent 30%),
    radial-gradient(ellipse at 72% 52%, rgba(94, 222, 238, 0.24), transparent 36%),
    linear-gradient(180deg, rgba(251, 254, 255, 0.2), rgba(255, 255, 255, 0.86));
  background-size: 140% 140%, cover, cover, cover;
  background-position: 48% 24%;
}

.refract-field {
  opacity: 0.5;
  background-image:
    repeating-linear-gradient(102deg, transparent 0 44px, rgba(255, 255, 255, 0.34) 45px 47px, transparent 48px 120px),
    repeating-linear-gradient(12deg, transparent 0 68px, rgba(55, 147, 255, 0.08) 69px 70px, transparent 71px 150px);
  background-size: 900px 900px, 720px 720px;
}

.cinema-vignette,
.motion-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

.cinema-vignette {
  background:
    radial-gradient(ellipse at 50% 22%, transparent 0 28%, rgba(255, 255, 255, 0.26) 58%, rgba(226, 239, 255, 0.62) 100%),
    linear-gradient(90deg, rgba(245, 250, 255, 0.78), transparent 22% 78%, rgba(245, 250, 255, 0.78));
  opacity: 0.72;
}

.motion-grid {
  opacity: 0.42;
  background:
    linear-gradient(rgba(28, 117, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 117, 255, 0.07) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: radial-gradient(ellipse at 64% 30%, #000, transparent 70%);
}

.hero-cinema::before {
  background:
    radial-gradient(circle at 20% 42%, rgba(255, 255, 255, 0.96), transparent 18rem),
    radial-gradient(circle at 76% 36%, rgba(61, 151, 255, 0.24), transparent 30rem),
    linear-gradient(118deg, rgba(255, 255, 255, 0.94), rgba(236, 248, 255, 0.22) 42%, rgba(255, 255, 255, 0.78));
}

.hero-cinema::after {
  animation: heroLensPulse 9s ease-in-out infinite alternate;
}

.hero-copy {
  padding-top: 2vh;
}

.hero-copy h1 {
  max-width: 1120px;
  font-size: clamp(86px, 7.8vw, 150px);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 840px;
  font-weight: 640;
}

.hero-marquee {
  position: relative;
  width: min(760px, 100%);
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96), 0 20px 60px rgba(51, 110, 188, 0.12);
  backdrop-filter: blur(24px) saturate(180%);
}

.hero-marquee::before,
.hero-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 96px;
  z-index: 2;
  pointer-events: none;
}

.hero-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.82), transparent);
}

.hero-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.82), transparent);
}

.hero-marquee div {
  display: flex;
  width: max-content;
  gap: 10px;
  padding: 8px;
  animation: marqueeDrift 26s linear infinite;
}

.hero-marquee span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: #09223a;
  background: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 820;
}

.signal-ribbon {
  position: absolute;
  z-index: 4;
  width: max-content;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  color: rgba(12, 45, 76, 0.78);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 22px 70px rgba(54, 116, 188, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(26px) saturate(190%);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.ribbon-one {
  left: -3vw;
  top: 22%;
  transform: rotate(-7deg);
}

.ribbon-two {
  right: -5vw;
  bottom: 17%;
  transform: rotate(6deg);
}

.beam-three {
  left: -3%;
  right: 18%;
  top: 51%;
  transform: rotate(-2deg);
}

.stage-backplate {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 46px 140px rgba(49, 98, 170, 0.18);
  backdrop-filter: blur(20px) saturate(170%);
  will-change: transform;
}

.stage-backplate-one {
  width: 560px;
  height: 430px;
  transform: translate(56px, -46px) rotateX(20deg) rotateY(-26deg) rotateZ(9deg);
}

.stage-backplate-two {
  width: 640px;
  height: 470px;
  transform: translate(-54px, 54px) rotateX(16deg) rotateY(-18deg) rotateZ(-7deg);
}

.stage-shell {
  overflow: hidden;
}

.stage-shell::after {
  content: "";
  position: absolute;
  inset: -30% -20%;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.64) 45%, transparent 58%);
  opacity: 0.24;
  transform: translateX(-44%) rotate(8deg);
  animation: glassSheen 8s ease-in-out infinite;
}

.stage-grid {
  position: relative;
  z-index: 2;
}

.stage-command-line {
  position: relative;
  z-index: 2;
  margin-top: 14px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 16px;
  border: 1px solid rgba(43, 119, 196, 0.16);
  border-radius: 999px;
  color: #17324d;
  background: rgba(255, 255, 255, 0.5);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 820;
  overflow: hidden;
}

.stage-command-line i {
  width: 90px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--mint));
  box-shadow: 0 0 24px rgba(37, 185, 255, 0.4);
  transform-origin: left center;
}

.data-card-three {
  left: 42%;
  bottom: 8px;
}

.trailer-strip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1.28fr);
  gap: 24px;
  align-items: stretch;
  margin: 58px 0 34px;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 44px;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 255, 255, 0.9), transparent 16rem),
    radial-gradient(circle at 80% 24%, rgba(63, 157, 255, 0.18), transparent 28rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(238, 248, 255, 0.32));
  box-shadow: 0 44px 140px rgba(68, 112, 178, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(32px) saturate(190%);
  overflow: hidden;
}

.trailer-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(53, 128, 213, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 128, 213, 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.trailer-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
}

.trailer-copy h2 {
  margin: 16px 0 0;
  max-width: 560px;
  font-size: clamp(42px, 4.5vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.trailer-scenes {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 14px;
}

.scene-card {
  position: relative;
  min-height: 250px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 30px;
  background:
    radial-gradient(circle at 78% 18%, rgba(107, 216, 255, 0.22), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94), 0 24px 80px rgba(71, 112, 170, 0.14);
  overflow: hidden;
  will-change: transform;
}

.scene-card-xl {
  grid-row: span 2;
  min-height: 520px;
}

.scene-card small {
  color: var(--blue);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 860;
  text-transform: uppercase;
}

.scene-card h3 {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1.05;
}

.scene-card p {
  margin: 0;
  max-width: 420px;
  color: var(--ink-soft);
  line-height: 1.65;
}

.scene-orbit {
  position: absolute;
  inset: 12% 10% auto auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  border: 1px solid rgba(29, 122, 255, 0.16);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.84), transparent 62%);
}

.scene-orbit span {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff, #8eeeff);
  box-shadow: 0 14px 44px rgba(36, 129, 231, 0.2);
}

.scene-orbit span:nth-child(1) {
  left: 48%;
  top: -10px;
}

.scene-orbit span:nth-child(2) {
  right: 6px;
  bottom: 42px;
}

.scene-orbit span:nth-child(3) {
  left: 12px;
  bottom: 20px;
}

.info-universe {
  min-height: 620px;
  transform: translateY(-42px);
}

.constellation-shell {
  position: relative;
  z-index: 2;
  width: min(640px, 100%);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 52px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.94), transparent 12rem),
    radial-gradient(circle at 72% 22%, rgba(37, 185, 255, 0.2), transparent 16rem),
    radial-gradient(circle at 24% 72%, rgba(61, 215, 189, 0.18), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.64), rgba(242, 249, 255, 0.26));
  box-shadow:
    0 64px 180px rgba(47, 94, 158, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(52, 125, 210, 0.08);
  backdrop-filter: blur(34px) saturate(210%);
  overflow: hidden;
  transform: rotateX(9deg) rotateY(-11deg) rotateZ(1deg);
  transform-style: preserve-3d;
}

.constellation-shell::before,
.constellation-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.constellation-shell::before {
  background:
    linear-gradient(rgba(33, 122, 226, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 122, 226, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 50%, #000 0 62%, transparent 86%);
}

.constellation-shell::after {
  background:
    conic-gradient(from 0deg at 50% 50%, transparent, rgba(37, 185, 255, 0.2), transparent 18%, rgba(61, 215, 189, 0.15), transparent 42%),
    radial-gradient(circle at 50% 50%, transparent 0 52%, rgba(255, 255, 255, 0.36) 53%, transparent 54%);
  opacity: 0.34;
  animation: constellationSweep 18s linear infinite;
}

.constellation-lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.orbit-line {
  fill: none;
  stroke: rgba(24, 124, 255, 0.16);
  stroke-width: 1;
  stroke-dasharray: 3 12;
}

.connection-line {
  fill: none;
  stroke: url("#lineGlow");
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-dasharray: 280;
  stroke-dashoffset: 280;
  opacity: 0.68;
  filter: drop-shadow(0 0 10px rgba(37, 185, 255, 0.28));
}

.connection-line.faint {
  stroke-width: 1;
  opacity: 0.28;
  stroke-dasharray: 6 10;
  stroke-dashoffset: 0;
}

.hub-core,
.map-node,
.dept-node,
.push-orb,
.constellation-status {
  position: absolute;
  z-index: 3;
}

.hub-core {
  left: 50%;
  top: 50%;
  width: 188px;
  height: 188px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  color: #061827;
  text-align: center;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.98), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(186, 229, 255, 0.54) 54%, rgba(123, 247, 219, 0.36));
  box-shadow:
    0 26px 90px rgba(32, 112, 212, 0.24),
    0 0 70px rgba(37, 185, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  transform: translate(-50%, -50%);
}

.hub-core span,
.hub-core small,
.map-node small,
.push-orb small {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 880;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hub-core strong {
  font-size: 28px;
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.hub-core small {
  color: rgba(13, 53, 90, 0.72);
}

.map-node {
  width: 138px;
  min-height: 68px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 22px;
  color: #071827;
  background:
    radial-gradient(circle at 84% 18%, rgba(37, 185, 255, 0.18), transparent 6rem),
    rgba(255, 255, 255, 0.64);
  box-shadow: 0 18px 54px rgba(53, 111, 183, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(22px) saturate(190%);
  text-align: left;
}

.map-node b {
  font-size: 15px;
  line-height: 1.12;
}

.node-download { left: 50%; top: 7%; transform: translateX(-50%); }
.node-progress { right: 9%; top: 20%; }
.node-event { right: 4%; top: 47%; }
.node-testing { right: 12%; bottom: 16%; }
.node-risk { left: 50%; bottom: 6%; transform: translateX(-50%); }
.node-resource { left: 8%; bottom: 18%; }

.dept-node {
  min-width: 70px;
  min-height: 36px;
  display: grid;
  place-items: center;
  padding: 0 12px;
  border: 1px solid rgba(24, 124, 255, 0.18);
  border-radius: 999px;
  color: #153652;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 14px 42px rgba(54, 108, 176, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px) saturate(170%);
  font-size: 12px;
  font-weight: 840;
}

.dept-release { left: 10%; top: 20%; }
.dept-ops { left: 3%; top: 45%; }
.dept-test { left: 14%; top: 68%; }
.dept-art { right: 22%; top: 8%; }
.dept-client { right: 3%; top: 34%; }
.dept-server { right: 18%; bottom: 6%; }

.push-orb {
  display: grid;
  align-content: center;
  gap: 5px;
  min-width: 150px;
  min-height: 64px;
  padding: 12px 16px;
  border: 1px solid rgba(61, 215, 189, 0.34);
  border-radius: 999px;
  color: #05231f;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(141, 241, 223, 0.5));
  box-shadow: 0 18px 64px rgba(37, 185, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(24px) saturate(190%);
}

.push-orb b {
  font-size: 13px;
  line-height: 1.12;
}

.push-digest { left: 8%; top: 7%; }
.push-alert { right: 6%; bottom: 36%; }

.constellation-status {
  left: 50%;
  bottom: 22px;
  display: flex;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px) saturate(180%);
  transform: translateX(-50%);
}

.constellation-status span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #143451;
  background: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-weight: 820;
  white-space: nowrap;
}

.info-universe .hero-data-card {
  z-index: 5;
}

.info-universe .data-card-one {
  left: 12px;
  top: 42px;
}

.info-universe .data-card-two {
  right: 8px;
  bottom: 76px;
}

.info-universe .data-card-three {
  left: 38%;
  bottom: -2px;
}

@media (max-width: 1080px) {
  .nav-glass {
    grid-template-columns: 1fr;
    border-radius: 30px;
  }

  .nav-links,
  .nav-actions {
    justify-self: stretch;
    flex-wrap: wrap;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .hero-cinema,
  .workflow,
  .insight-layout,
  .board-grid {
    grid-template-columns: 1fr;
  }

  .workflow-pin {
    position: static;
    min-height: 0;
  }

  .hero-stage {
    min-height: 520px;
  }
}

@media (max-width: 880px) {
  .page-shell,
  .nav-glass {
    width: min(100% - 24px, 1500px);
  }

  .page-shell {
    padding-top: 22px;
  }

  .nav-glass {
    position: relative;
    top: 0;
    margin-top: 12px;
    gap: 12px;
    padding: 12px;
  }

  .nav-links {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .nav-actions {
    display: grid;
    gap: 10px;
  }

  .user-switcher {
    min-width: 0;
  }

  .hero-cinema {
    min-height: 0;
    padding: 32px 0 62px;
    overflow: hidden;
  }

  .hero-copy h1 {
    font-size: clamp(42px, 13vw, 72px);
  }

  .hero-cinema::before {
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
  }

  .hero-cinema::after {
    left: 10%;
    max-width: 80vw;
  }

  .stage-shell {
    transform: none !important;
  }

  .metrics,
  .need-grid,
  .sync-command-grid,
  .form-row,
  .choice-grid,
  .filters,
  .chapter-head {
    grid-template-columns: 1fr;
  }

  .metrics {
    margin-top: 0;
  }

  .panel-head {
    display: grid;
  }

  .panel-head span {
    max-width: none;
    text-align: left;
  }

  .sync-command-head {
    display: grid;
  }

  .sync-command-head span {
    max-width: none;
    text-align: left;
  }

  .command-card-priority {
    min-height: 0;
    grid-row: auto;
  }

  .chapter {
    padding-top: 82px;
  }
}

@media (max-width: 560px) {
  .page-shell,
  .nav-glass {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    margin-left: auto;
    margin-right: auto;
  }

  .nav-glass,
  .panel,
  .metric-card {
    border-radius: 22px;
  }

  .nav-links a {
    padding: 0 11px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
  }

  .nav-actions .primary,
  .nav-actions .secondary {
    width: 100%;
  }

  .chapter::before {
    width: calc(100vw - 14px);
    border-radius: 34px;
  }

  .aurora {
    width: 96vw;
    height: 96vw;
    min-width: 0;
    min-height: 0;
  }

  .scroll-cinema,
  .refract-field {
    inset: 0;
    transform: none !important;
    animation: none;
  }

  .hero-stage {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
  }

  .stage-shell {
    width: 100%;
    max-width: 100%;
  }

  .glass-plane {
    left: 50%;
    width: calc(100vw - 42px);
    height: 460px;
    transform: translateX(-50%) !important;
  }

  .apple-lens,
  .aurora {
    display: none;
  }

  .orbit {
    display: none;
  }

  .stage-card,
  .stage-card-main,
  .stage-card-wide {
    grid-column: span 6;
  }

  .stage-card strong {
    font-size: 28px;
  }

  .hero-actions {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@keyframes liquidDrift {
  from {
    transform: scale(1.03) translate3d(-1.4%, -0.8%, 0);
  }
  to {
    transform: scale(1.1) translate3d(1.8%, 1.1%, 0);
  }
}

@keyframes liquidDriftSoft {
  from {
    transform: scale(1.06) translate3d(1.2%, -0.6%, 0);
  }
  to {
    transform: scale(1.13) translate3d(-1.4%, 1.4%, 0);
  }
}

@keyframes cinemaFloat {
  from {
    transform: scale(1.03) translate3d(0, 1.2%, 0);
  }
  to {
    transform: scale(1.08) translate3d(0, -1.6%, 0);
  }
}

@keyframes refractionSlide {
  from {
    background-position: center, 0 0;
  }
  to {
    background-position: center, 760px 760px;
  }
}

@keyframes glassSheen {
  0%,
  28% {
    transform: translateX(-38%) rotate(10deg);
    opacity: 0;
  }
  48% {
    opacity: 0.34;
  }
  74%,
  100% {
    transform: translateX(38%) rotate(10deg);
    opacity: 0;
  }
}

@keyframes galleryScan {
  from {
    transform: translate3d(-5%, 0, 0);
    opacity: 0.42;
  }
  to {
    transform: translate3d(5%, 0, 0);
    opacity: 0.86;
  }
}

@keyframes heroLensPulse {
  from {
    transform: rotate(-18deg) scale(0.96);
    opacity: 0.62;
  }
  to {
    transform: rotate(-8deg) scale(1.04);
    opacity: 0.86;
  }
}

@keyframes marqueeDrift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* First-screen animation demo mode: make the relationship network the whole product story. */
.page-shell {
  width: min(1840px, calc(100% - 42px));
  padding-top: 12px;
}

.hero-cinema {
  min-height: calc(100dvh - 112px);
  grid-template-columns: 1fr !important;
  place-items: center;
  padding-top: 0;
  padding-bottom: clamp(24px, 4vh, 54px);
}

.hero-cinema .hero-copy {
  display: none !important;
}

.hero-cinema::before {
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.98), transparent 15rem),
    radial-gradient(circle at 48% 48%, rgba(85, 174, 255, 0.2), transparent 34rem),
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.92), transparent 18rem),
    radial-gradient(circle at 74% 70%, rgba(83, 231, 211, 0.22), transparent 24rem),
    linear-gradient(128deg, rgba(255, 255, 255, 0.88), rgba(226, 245, 255, 0.2) 52%, rgba(255, 255, 255, 0.78)),
    url("./assets/generated/board-apple-liquid-glass.png") center / cover;
  filter: saturate(1.28) contrast(1.08);
}

.hero-stage.info-universe {
  position: relative;
  z-index: 3;
  width: min(96vw, 1320px);
  min-height: min(660px, calc(100dvh - 188px));
  display: grid;
  place-items: start center;
  padding-top: clamp(4px, 1vh, 12px);
  transform: none !important;
  perspective: 1400px;
}

.hero-stage.info-universe::before,
.hero-stage.info-universe::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
  border-radius: 999px;
}

.hero-stage.info-universe::before {
  width: min(1120px, 82vw);
  height: min(1120px, 82vw);
  background:
    repeating-conic-gradient(from 8deg, rgba(19, 119, 255, 0.16) 0deg 1deg, transparent 1deg 10deg),
    radial-gradient(circle, transparent 57%, rgba(255, 255, 255, 0.66) 58%, transparent 59%),
    radial-gradient(circle, rgba(255, 255, 255, 0.52), transparent 64%);
  opacity: 0.52;
  mix-blend-mode: multiply;
  filter: blur(0.2px);
}

.hero-stage.info-universe::after {
  width: min(780px, 56vw);
  height: min(780px, 56vw);
  border: 1px solid rgba(255, 255, 255, 0.74);
  background:
    conic-gradient(from 210deg, rgba(15, 111, 255, 0.18), transparent 24%, rgba(255, 255, 255, 0.68), transparent 62%, rgba(52, 214, 196, 0.18)),
    radial-gradient(circle at 50% 50%, transparent 47%, rgba(255, 255, 255, 0.36) 48%, transparent 50%);
  box-shadow: 0 44px 140px rgba(47, 112, 185, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  opacity: 0.74;
  transform: rotate(-18deg);
}

.constellation-shell {
  width: min(680px, 62vw, calc(100dvh - 265px));
  min-width: 560px;
  border-radius: 56px;
  border-color: rgba(255, 255, 255, 0.86);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.94), transparent 11rem),
    radial-gradient(circle at 72% 22%, rgba(37, 185, 255, 0.28), transparent 17rem),
    radial-gradient(circle at 22% 74%, rgba(61, 215, 189, 0.26), transparent 16rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(239, 248, 255, 0.26));
  box-shadow:
    0 56px 180px rgba(38, 91, 158, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(52, 125, 210, 0.12);
  transform: rotateX(3deg) rotateY(-4deg) rotateZ(0.4deg);
}

.constellation-shell::before {
  background:
    linear-gradient(rgba(33, 122, 226, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 122, 226, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, transparent 0 32%, rgba(37, 185, 255, 0.12) 33%, transparent 34%),
    radial-gradient(circle at 50% 50%, transparent 0 50%, rgba(61, 215, 189, 0.12) 51%, transparent 52%);
  background-size: 42px 42px, 42px 42px, 100% 100%, 100% 100%;
  mask-image: radial-gradient(circle at 50% 50%, #000 0 68%, transparent 88%);
}

.hub-core {
  width: 190px;
  height: 190px;
  box-shadow:
    0 30px 110px rgba(32, 112, 212, 0.28),
    0 0 120px rgba(37, 185, 255, 0.26),
    0 0 0 12px rgba(255, 255, 255, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.hub-core::before,
.hub-core::after {
  content: "";
  position: absolute;
  inset: -22px;
  border-radius: 999px;
  border: 1px solid rgba(37, 185, 255, 0.24);
  pointer-events: none;
}

.hub-core::after {
  inset: -42px;
  border-style: dashed;
  opacity: 0.64;
}

.map-node {
  width: 148px;
  min-height: 70px;
  border-color: rgba(255, 255, 255, 0.9);
  background:
    radial-gradient(circle at 84% 18%, rgba(37, 185, 255, 0.26), transparent 6rem),
    linear-gradient(140deg, rgba(255, 255, 255, 0.76), rgba(232, 248, 255, 0.54));
  box-shadow: 0 22px 68px rgba(42, 105, 183, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.map-node b {
  font-size: 16px;
}

.dept-node {
  min-width: 78px;
  border-color: rgba(24, 124, 255, 0.24);
  background: rgba(255, 255, 255, 0.7);
}

.push-orb {
  min-width: 166px;
  min-height: 70px;
}

.constellation-status {
  bottom: 18px;
}

.info-universe .hero-data-card {
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.68);
}

.info-universe .data-card-one {
  left: 6%;
  top: 7%;
}

.info-universe .data-card-two {
  right: 5%;
  bottom: 18%;
}

.info-universe .data-card-three {
  left: 62%;
  bottom: 8%;
}

.metrics {
  margin-top: clamp(8px, 2vh, 22px);
}

/* Planet-system demo pass: remove the card stage and make the hero read as an orbital system. */
.hero-cinema {
  min-height: calc(100dvh - 112px);
  background:
    linear-gradient(90deg, rgba(246, 252, 255, 0.8), rgba(246, 252, 255, 0.16) 42%, rgba(246, 252, 255, 0.34)),
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.52) 0 7%, transparent 28%),
    url("./assets/generated/info-halo-orbital-generated.png") center / cover no-repeat;
}

.hero-cinema::before {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.5), transparent 18rem),
    radial-gradient(circle at 50% 50%, rgba(33, 153, 255, 0.12), transparent 39rem),
    linear-gradient(128deg, rgba(247, 252, 255, 0.32), rgba(226, 246, 255, 0.08) 52%, rgba(255, 255, 255, 0.2));
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, auto, auto, auto;
  opacity: 0.72;
}

.hero-cinema::after {
  width: min(1180px, 82vw);
  height: min(1180px, 82vw);
  border: 0;
  background:
    repeating-conic-gradient(from 4deg, rgba(20, 124, 255, 0.14) 0deg 0.8deg, transparent 0.8deg 9deg),
    radial-gradient(circle at 50% 50%, transparent 0 31%, rgba(255, 255, 255, 0.56) 32%, transparent 33%),
    radial-gradient(circle at 50% 50%, transparent 0 47%, rgba(65, 205, 226, 0.22) 48%, transparent 49%),
    radial-gradient(circle at 50% 50%, transparent 0 63%, rgba(255, 255, 255, 0.48) 64%, transparent 65%);
  box-shadow: none;
  mix-blend-mode: multiply;
  opacity: 0.62;
  animation: planetFieldRotate 42s linear infinite;
}

.hero-stage.info-universe {
  min-height: min(690px, calc(100dvh - 166px));
  place-items: center;
  padding-top: 0;
}

.hero-stage.info-universe::before {
  width: min(1060px, 76vw);
  height: min(1060px, 76vw);
  background:
    radial-gradient(circle at 50% 50%, transparent 0 17%, rgba(20, 124, 255, 0.16) 17.4%, transparent 17.8%),
    radial-gradient(circle at 50% 50%, transparent 0 34%, rgba(61, 215, 189, 0.16) 34.3%, transparent 34.8%),
    radial-gradient(circle at 50% 50%, transparent 0 51%, rgba(20, 124, 255, 0.12) 51.4%, transparent 51.8%),
    radial-gradient(circle at 50% 50%, transparent 0 68%, rgba(255, 255, 255, 0.72) 68.3%, transparent 68.8%);
  opacity: 0.84;
  mix-blend-mode: multiply;
  animation: planetFieldRotate 56s linear infinite reverse;
}

.hero-stage.info-universe::after {
  display: none;
}

.stage-aura {
  width: min(860px, 62vw);
  height: min(860px, 62vw);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.66) 0 12%, rgba(91, 207, 255, 0.22) 18%, rgba(78, 234, 212, 0.16) 34%, transparent 68%);
  filter: blur(10px);
}

.constellation-shell {
  width: min(820px, 68vw, calc(100dvh - 120px));
  min-width: 680px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
  transform: none !important;
}

.constellation-shell::before {
  inset: 4%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.94) 0 2px, transparent 3px),
    radial-gradient(circle at 18% 36%, rgba(20, 124, 255, 0.28) 0 2px, transparent 3px),
    radial-gradient(circle at 78% 28%, rgba(61, 215, 189, 0.28) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 76%, rgba(20, 124, 255, 0.2) 0 1px, transparent 2px);
  mask-image: none;
  opacity: 0.8;
}

.constellation-shell::after {
  inset: -8%;
  border-radius: 999px;
  background:
    conic-gradient(from 90deg, transparent, rgba(34, 150, 255, 0.16), transparent 22%, rgba(61, 215, 189, 0.16), transparent 48%, rgba(255, 255, 255, 0.5), transparent 72%),
    radial-gradient(circle at 50% 50%, transparent 0 48%, rgba(255, 255, 255, 0.32) 49%, transparent 50%);
  opacity: 0.58;
  animation: localOrbitSpin 28s linear infinite;
}

.constellation-lines {
  transform: scale(1.05);
  transform-origin: 50% 50%;
}

.orbit-line {
  stroke: rgba(14, 116, 255, 0.24);
  stroke-width: 1.05;
  stroke-dasharray: 2 13;
}

.connection-line {
  stroke-width: 1.15;
  opacity: 0.54;
  filter: drop-shadow(0 0 12px rgba(37, 185, 255, 0.5));
}

.connection-line.faint {
  opacity: 0.24;
}

.hub-core {
  width: 180px;
  height: 180px;
  border: 0;
  color: #061827;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 1) 0 9%, transparent 11%),
    radial-gradient(circle at 58% 62%, rgba(80, 230, 212, 0.74), transparent 42%),
    radial-gradient(circle at 50% 50%, rgba(170, 225, 255, 0.96), rgba(30, 139, 255, 0.42) 60%, rgba(255, 255, 255, 0.96));
  box-shadow:
    0 0 0 18px rgba(255, 255, 255, 0.26),
    0 0 0 40px rgba(66, 180, 255, 0.08),
    0 26px 110px rgba(32, 112, 212, 0.36),
    0 0 160px rgba(68, 226, 208, 0.34),
    inset -18px -24px 46px rgba(17, 91, 178, 0.24),
    inset 14px 12px 30px rgba(255, 255, 255, 0.88);
}

.hub-core strong {
  font-size: 24px;
}

.hub-core::before,
.hub-core::after {
  border-color: rgba(21, 128, 255, 0.22);
}

.map-node,
.dept-node,
.push-orb,
.info-universe .hero-data-card,
.floating-chip {
  border-radius: 999px;
  border: 0;
  backdrop-filter: none;
}

.map-node {
  width: 104px;
  height: 104px;
  min-height: 104px;
  place-items: center;
  align-content: center;
  padding: 12px;
  text-align: center;
  color: #08213a;
  background:
    radial-gradient(circle at 34% 26%, rgba(255, 255, 255, 0.98) 0 9%, transparent 10%),
    radial-gradient(circle at 65% 70%, rgba(71, 228, 206, 0.46), transparent 38%),
    radial-gradient(circle at 50% 50%, rgba(218, 245, 255, 0.95), rgba(79, 173, 255, 0.3) 64%, rgba(255, 255, 255, 0.82));
  box-shadow:
    0 18px 58px rgba(45, 125, 208, 0.24),
    0 0 0 9px rgba(255, 255, 255, 0.28),
    inset -10px -14px 24px rgba(30, 128, 205, 0.16),
    inset 8px 8px 18px rgba(255, 255, 255, 0.9);
}

.map-node small,
.push-orb small {
  font-size: 9px;
}

.map-node b {
  max-width: 80px;
  font-size: 13px;
  line-height: 1.1;
}

.node-download { left: 50%; top: 1%; transform: translateX(-50%); }
.node-progress { right: 8%; top: 17%; }
.node-event { right: 1%; top: 48%; }
.node-testing { right: 13%; bottom: 12%; }
.node-risk { left: 50%; bottom: 0%; transform: translateX(-50%); }
.node-resource { left: 7%; bottom: 18%; }

.dept-node {
  min-width: 58px;
  min-height: 58px;
  padding: 0 10px;
  color: #0b3456;
  background:
    radial-gradient(circle at 35% 28%, #fff 0 10%, transparent 11%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.94), rgba(106, 209, 255, 0.4));
  box-shadow: 0 14px 38px rgba(40, 110, 180, 0.18), 0 0 0 7px rgba(255, 255, 255, 0.22);
  font-size: 11px;
}

.push-orb,
.info-universe .hero-data-card {
  width: 126px;
  min-width: 126px;
  height: 126px;
  min-height: 126px;
  place-items: center;
  align-content: center;
  padding: 16px;
  text-align: center;
  color: #05231f;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 1) 0 10%, transparent 11%),
    radial-gradient(circle at 58% 68%, rgba(77, 234, 210, 0.58), transparent 40%),
    radial-gradient(circle at 50% 50%, rgba(232, 255, 250, 0.95), rgba(79, 216, 195, 0.36) 64%, rgba(255, 255, 255, 0.88));
  box-shadow:
    0 20px 70px rgba(29, 155, 188, 0.22),
    0 0 0 9px rgba(255, 255, 255, 0.24),
    inset -10px -16px 30px rgba(18, 135, 150, 0.18),
    inset 10px 10px 22px rgba(255, 255, 255, 0.9);
}

.push-orb b {
  font-size: 12px;
}

.hero-data-card small,
.hero-data-card span {
  display: none;
}

.hero-data-card strong {
  margin: 0;
  font-size: 30px;
}

.constellation-status {
  bottom: 16px;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.constellation-status span {
  min-height: 24px;
  border: 0;
  color: rgba(7, 34, 57, 0.68);
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 0 8px 28px rgba(38, 111, 180, 0.08);
}

@keyframes planetFieldRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes localOrbitSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Max demo pass: keynote-scale orbital explosion for first-screen screenshots. */
.hero-cinema {
  min-height: calc(100dvh - 76px);
  background:
    radial-gradient(circle at 50% 49%, rgba(255, 255, 255, 0.14) 0 9%, transparent 28%),
    linear-gradient(90deg, rgba(250, 254, 255, 0.7), rgba(241, 250, 255, 0.06) 43%, rgba(255, 255, 255, 0.28)),
    url("./assets/generated/info-halo-orbital-generated.png") center / cover no-repeat;
  overflow: hidden;
}

.hero-cinema::before {
  background:
    radial-gradient(circle at 50% 49%, rgba(255, 255, 255, 0.98) 0 5rem, rgba(139, 218, 255, 0.28) 8rem, transparent 26rem),
    radial-gradient(circle at 50% 50%, rgba(60, 184, 255, 0.26), transparent 47rem),
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.76), transparent 22rem),
    radial-gradient(circle at 78% 76%, rgba(79, 238, 212, 0.26), transparent 26rem),
    linear-gradient(118deg, rgba(255, 255, 255, 0.42), rgba(224, 246, 255, 0.03) 52%, rgba(255, 255, 255, 0.22));
  opacity: 0.82;
  filter: saturate(1.28) contrast(1.08);
}

.hero-cinema::after {
  width: min(1500px, 98vw);
  height: min(1500px, 98vw);
  background:
    repeating-conic-gradient(from 18deg, rgba(9, 99, 255, 0.2) 0deg 0.75deg, transparent 0.75deg 7deg),
    radial-gradient(circle at 50% 50%, transparent 0 22%, rgba(255, 255, 255, 0.78) 22.35%, transparent 22.8%),
    radial-gradient(circle at 50% 50%, transparent 0 38%, rgba(59, 186, 255, 0.28) 38.25%, transparent 38.9%),
    radial-gradient(circle at 50% 50%, transparent 0 55%, rgba(255, 255, 255, 0.56) 55.3%, transparent 55.9%),
    radial-gradient(circle at 50% 50%, transparent 0 72%, rgba(68, 231, 211, 0.2) 72.25%, transparent 72.8%);
  opacity: 0.78;
  mix-blend-mode: multiply;
  animation: planetFieldRotate 26s linear infinite;
}

.hero-spectacle {
  inset: -14% -7% -10%;
  opacity: 1;
}

.burst-core,
.depth-grid,
.cinematic-comets,
.cinematic-comets span {
  position: absolute;
  pointer-events: none;
}

.burst-core {
  left: 50%;
  top: 48%;
  width: min(900px, 58vw);
  height: min(900px, 58vw);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 1) 0 9%, rgba(143, 224, 255, 0.5) 12%, transparent 23%),
    repeating-conic-gradient(from 0deg, rgba(255, 255, 255, 0.58) 0deg 0.9deg, transparent 0.9deg 8deg),
    conic-gradient(from 210deg, transparent, rgba(12, 109, 255, 0.28), transparent 21%, rgba(73, 235, 210, 0.25), transparent 44%, rgba(255, 255, 255, 0.68), transparent 70%);
  filter: blur(0.2px);
  opacity: 0.9;
  transform: translate(-50%, -50%);
  animation: planetFieldRotate 36s linear infinite reverse, heroPulse 3.2s ease-in-out infinite alternate;
}

.depth-grid {
  inset: 3% 6% 4%;
  background:
    linear-gradient(rgba(42, 137, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 137, 255, 0.07) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: radial-gradient(ellipse at 50% 47%, #000 0 18%, rgba(0, 0, 0, 0.72) 42%, transparent 78%);
  transform: perspective(900px) rotateX(60deg) translateY(18%);
  opacity: 0.48;
}

.cinematic-comets {
  inset: 0;
  overflow: hidden;
}

.cinematic-comets span {
  width: min(520px, 34vw);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), rgba(45, 172, 255, 0.74), transparent);
  box-shadow: 0 0 28px rgba(37, 185, 255, 0.65), 0 0 70px rgba(255, 255, 255, 0.42);
  opacity: 0.86;
  transform-origin: center;
  animation: cometSweep 4.8s cubic-bezier(0.22, 0.72, 0.2, 1) infinite;
}

.cinematic-comets span:nth-child(1) { left: 7%; top: 24%; transform: rotate(-13deg); animation-delay: -0.4s; }
.cinematic-comets span:nth-child(2) { right: 1%; top: 38%; transform: rotate(14deg); animation-delay: -1.7s; }
.cinematic-comets span:nth-child(3) { left: 11%; bottom: 27%; transform: rotate(8deg); animation-delay: -2.5s; }
.cinematic-comets span:nth-child(4) { right: 16%; bottom: 18%; transform: rotate(-18deg); animation-delay: -3.3s; }
.cinematic-comets span:nth-child(5) { left: 39%; top: 10%; transform: rotate(32deg); animation-delay: -4.1s; }

.hero-ring {
  border-color: rgba(255, 255, 255, 0.86);
  background:
    radial-gradient(circle at 50% 50%, transparent 52%, rgba(255, 255, 255, 0.62) 53%, transparent 55%),
    radial-gradient(circle at 50% 50%, transparent 68%, rgba(41, 169, 255, 0.26) 69%, transparent 70%),
    conic-gradient(from 40deg, rgba(24, 119, 255, 0.34), transparent 18%, rgba(255, 255, 255, 0.78), transparent 48%, rgba(60, 222, 203, 0.34), transparent 72%);
  box-shadow: 0 0 90px rgba(67, 169, 255, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.84);
  opacity: 0.9;
}

.ring-one {
  right: -9%;
  top: -5%;
  width: min(1180px, 72vw);
  height: min(1180px, 72vw);
}

.ring-two {
  right: 17%;
  top: 10%;
  width: min(780px, 48vw);
  height: min(780px, 48vw);
}

.ring-three {
  left: -9%;
  bottom: -4%;
  width: min(860px, 54vw);
  height: min(520px, 33vw);
}

.light-beam {
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(13, 105, 255, 0.28), rgba(255, 255, 255, 1), rgba(72, 236, 214, 0.35), transparent);
  box-shadow: 0 0 44px rgba(37, 185, 255, 0.58), 0 0 110px rgba(255, 255, 255, 0.38);
  opacity: 0.9;
}

.beam-one { top: 29%; }
.beam-two { top: 66%; }
.beam-three { top: 48%; }

.scan-wave {
  left: 30%;
  top: 2%;
  width: min(1060px, 68vw);
  height: min(1060px, 68vw);
  opacity: 0.5;
}

.stage-aura {
  width: min(1020px, 72vw);
  height: min(1020px, 72vw);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.88) 0 10%, rgba(84, 199, 255, 0.28) 17%, rgba(68, 236, 213, 0.22) 34%, transparent 70%);
  filter: blur(7px);
}

.constellation-shell {
  width: min(920px, 74vw, calc(100dvh - 42px));
  min-width: 760px;
}

.constellation-shell::before {
  inset: -1%;
  opacity: 0.95;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 1) 0 2px, transparent 3px),
    radial-gradient(circle at 15% 31%, rgba(20, 124, 255, 0.52) 0 2px, transparent 4px),
    radial-gradient(circle at 82% 25%, rgba(61, 215, 189, 0.5) 0 2px, transparent 4px),
    radial-gradient(circle at 74% 79%, rgba(20, 124, 255, 0.42) 0 1px, transparent 3px),
    repeating-radial-gradient(circle at 50% 50%, transparent 0 58px, rgba(34, 145, 255, 0.1) 59px 60px, transparent 61px 92px);
}

.constellation-shell::after {
  inset: -14%;
  opacity: 0.78;
  background:
    conic-gradient(from 90deg, transparent, rgba(34, 150, 255, 0.27), transparent 21%, rgba(61, 215, 189, 0.24), transparent 47%, rgba(255, 255, 255, 0.72), transparent 72%),
    radial-gradient(circle at 50% 50%, transparent 0 44%, rgba(255, 255, 255, 0.5) 45%, transparent 46%),
    radial-gradient(circle at 50% 50%, transparent 0 61%, rgba(37, 185, 255, 0.2) 62%, transparent 63%);
}

.constellation-lines {
  transform: scale(1.13);
}

.orbit-line {
  stroke: rgba(5, 98, 255, 0.34);
  stroke-width: 1.28;
  stroke-dasharray: 2 10;
  filter: drop-shadow(0 0 9px rgba(37, 185, 255, 0.34));
}

.connection-line {
  stroke-width: 1.55;
  opacity: 0.75;
  filter: drop-shadow(0 0 16px rgba(37, 185, 255, 0.7));
}

.hub-core {
  width: 220px;
  height: 220px;
  box-shadow:
    0 0 0 22px rgba(255, 255, 255, 0.34),
    0 0 0 58px rgba(66, 180, 255, 0.1),
    0 32px 140px rgba(32, 112, 212, 0.46),
    0 0 240px rgba(68, 226, 208, 0.45),
    inset -22px -30px 58px rgba(17, 91, 178, 0.28),
    inset 18px 16px 36px rgba(255, 255, 255, 0.94);
}

.hub-core strong {
  font-size: 28px;
}

.hub-core::before {
  inset: -36px;
  border-color: rgba(21, 128, 255, 0.32);
}

.hub-core::after {
  inset: -70px;
  border-color: rgba(21, 128, 255, 0.24);
}

.map-node {
  width: 118px;
  height: 118px;
  min-height: 118px;
  box-shadow:
    0 22px 72px rgba(45, 125, 208, 0.32),
    0 0 0 12px rgba(255, 255, 255, 0.34),
    0 0 72px rgba(37, 185, 255, 0.22),
    inset -12px -16px 28px rgba(30, 128, 205, 0.2),
    inset 10px 10px 22px rgba(255, 255, 255, 0.94);
}

.map-node b {
  font-size: 14px;
}

.dept-node {
  min-width: 66px;
  min-height: 66px;
  font-size: 12px;
  box-shadow:
    0 17px 48px rgba(40, 110, 180, 0.24),
    0 0 0 9px rgba(255, 255, 255, 0.28),
    0 0 44px rgba(37, 185, 255, 0.18);
}

.push-orb,
.info-universe .hero-data-card {
  width: 142px;
  min-width: 142px;
  height: 142px;
  min-height: 142px;
}

.floating-chip {
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 22px 78px rgba(62, 104, 166, 0.24), 0 0 46px rgba(37, 185, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.particle-field i {
  opacity: 0.82;
}

.particle-field i:nth-child(11) { left: 6%; top: 48%; width: 11px; height: 11px; }
.particle-field i:nth-child(12) { left: 13%; top: 80%; width: 6px; height: 6px; }
.particle-field i:nth-child(13) { left: 24%; top: 10%; width: 13px; height: 13px; }
.particle-field i:nth-child(14) { left: 31%; top: 89%; width: 8px; height: 8px; }
.particle-field i:nth-child(15) { left: 43%; top: 31%; width: 12px; height: 12px; }
.particle-field i:nth-child(16) { left: 49%; top: 64%; width: 7px; height: 7px; }
.particle-field i:nth-child(17) { left: 61%; top: 11%; width: 14px; height: 14px; }
.particle-field i:nth-child(18) { left: 70%; top: 80%; width: 8px; height: 8px; }
.particle-field i:nth-child(19) { left: 82%; top: 9%; width: 11px; height: 11px; }
.particle-field i:nth-child(20) { left: 95%; top: 29%; width: 7px; height: 7px; }
.particle-field i:nth-child(21) { left: 9%; top: 8%; width: 5px; height: 5px; }
.particle-field i:nth-child(22) { left: 28%; top: 51%; width: 5px; height: 5px; }
.particle-field i:nth-child(23) { left: 73%; top: 42%; width: 5px; height: 5px; }
.particle-field i:nth-child(24) { left: 88%; top: 87%; width: 5px; height: 5px; }

@keyframes heroPulse {
  from {
    opacity: 0.72;
    transform: translate(-50%, -50%) scale(0.94);
  }
  to {
    opacity: 0.96;
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes cometSweep {
  0% {
    opacity: 0;
    translate: -34vw 0;
    scale: 0.74 1;
  }
  16% {
    opacity: 0.92;
  }
  62% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    translate: 42vw 0;
    scale: 1.2 1;
  }
}
