:root {
  color-scheme: light;
  --sky-top: #48afe8;
  --sky-mid: #a9e3fa;
  --sky-low: #ecfbff;
  --aqua: #21b8d2;
  --aqua-deep: #1285bd;
  --blue: #1673c7;
  --green: #59bd45;
  --ink: #2a5b72;
  --ink-strong: #153f55;
  --muted: #678a9b;
  --line: rgba(50, 127, 161, .24);
  --glass: rgba(255, 255, 255, .7);
  --glass-strong: rgba(255, 255, 255, .92);
  --shadow: 0 18px 46px rgba(31, 105, 144, .17), 0 3px 10px rgba(31, 105, 144, .12);
  --round: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  --pointer-x: 0;
  --pointer-y: 0;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: #dff7ff; scroll-behavior: smooth; }
body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 73% 10%, rgba(255, 255, 255, .96), transparent 19%),
    linear-gradient(180deg, var(--sky-top) 0, var(--sky-mid) 40%, var(--sky-low) 72%, #f8fdff 100%);
  color: var(--ink);
  font-family: var(--round);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.channel-home { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }

a:focus-visible,
button:focus-visible,
summary:focus-visible,
select:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(30, 162, 207, .34);
  outline-offset: 3px;
}

body:not(.channel-home) {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 74% 11%, rgba(255, 255, 255, .98), transparent 19%),
    radial-gradient(ellipse 150px 42px at 7% 19%, rgba(255, 255, 255, .5) 0 67%, transparent 69%),
    radial-gradient(ellipse 190px 52px at 95% 31%, rgba(255, 255, 255, .4) 0 67%, transparent 69%),
    linear-gradient(180deg, var(--sky-top) 0, var(--sky-mid) 38%, var(--sky-low) 72%, #f8fdff 100%);
}

body:not(.channel-home) > .site-shell {
  position: relative;
  z-index: 1;
}

.vl-cursor {
  --cursor-x: -40px;
  --cursor-y: -40px;
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: 0;
  width: 34px;
  height: 38px;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(var(--cursor-x), var(--cursor-y), 0);
  transition: opacity .16s ease;
  will-change: transform;
}

.vl-cursor.is-visible { opacity: 1; }

.vl-cursor-pointer {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 20px;
  height: 27px;
  border: 2px solid rgba(255, 255, 255, .96);
  border-radius: 72% 35% 68% 36%;
  background: linear-gradient(145deg, #fbfeff 10%, #75dbe9 48%, #168bc5 100%);
  box-shadow: 0 5px 12px rgba(13, 81, 126, .28), inset 0 1px 0 #fff;
  transform: rotate(-31deg) skewY(-7deg);
  transform-origin: 4px 4px;
  transition: transform .12s ease, filter .12s ease;
}

.vl-cursor-pointer::after {
  position: absolute;
  top: 4px;
  left: 5px;
  width: 5px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .8);
  content: "";
}

.vl-cursor-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #69cf4a;
  box-shadow: 0 3px 8px rgba(26, 104, 77, .24);
  color: #fff;
  font-size: 6px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -.06em;
  transition: transform .12s ease;
}

.vl-cursor.is-interactive .vl-cursor-pointer {
  filter: saturate(1.18) brightness(1.06);
  transform: rotate(-31deg) skewY(-7deg) scale(1.12);
}

.vl-cursor.is-interactive .vl-cursor-badge { transform: scale(1.15); }
.vl-cursor.is-pressed .vl-cursor-pointer { transform: rotate(-31deg) skewY(-7deg) scale(.88); }

@media (pointer: fine) {
  body.has-vl-cursor,
  body.has-vl-cursor a,
  body.has-vl-cursor button,
  body.has-vl-cursor summary,
  body.has-vl-cursor select,
  body.has-vl-cursor input,
  body.has-vl-cursor canvas {
    cursor: none !important;
  }
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--shadow);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform .18s ease;
}
.skip-link:focus { transform: translateY(0); }

.system-intro {
  position: fixed;
  z-index: 260;
  inset: 0;
  display: grid;
  overflow: hidden;
  place-items: center;
  background:
    radial-gradient(circle at 50% 43%, rgba(255, 255, 255, .98) 0 7%, rgba(207, 246, 255, .86) 23%, transparent 46%),
    linear-gradient(160deg, #0879c8 0%, #28acd9 43%, #9be6ef 72%, #ecfcff 100%);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.04);
  visibility: hidden;
  transition:
    opacity .52s ease,
    filter .52s ease,
    transform .7s cubic-bezier(.16, .84, .24, 1),
    visibility 0s linear .52s;
}

.system-intro[hidden] { display: none; }

.is-intro-running .system-intro {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
  visibility: visible;
  transition-delay: 0s;
}

.is-intro-running .experience-shell {
  opacity: 0;
  transform: scale(1.025);
}

.is-intro-exiting .system-intro {
  filter: blur(12px);
  opacity: 0;
  transform: scale(1.09);
  visibility: hidden;
}

.intro-horizon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(880px, 92vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  box-shadow:
    0 0 0 16px rgba(255, 255, 255, .025),
    0 0 0 90px rgba(255, 255, 255, .025);
  opacity: 0;
  transform: translate(-50%, -50%) scale(.18);
  animation: intro-horizon-open 2.25s cubic-bezier(.16, .84, .24, 1) both;
}

.intro-horizon::before,
.intro-horizon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}
.intro-horizon::before { width: 64%; height: 64%; }
.intro-horizon::after { width: 35%; height: 35%; }

.intro-lockup {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  width: min(560px, calc(100% - 40px));
  text-align: center;
}

.intro-orb {
  position: relative;
  display: grid;
  width: clamp(96px, 11vw, 126px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .84);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 27%, #fff 0 6%, rgba(255, 255, 255, .82) 7%, transparent 23%),
    linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(201, 245, 253, .33) 50%, rgba(5, 112, 187, .56));
  box-shadow:
    inset 0 0 24px rgba(255, 255, 255, .5),
    0 19px 55px rgba(2, 73, 137, .22),
    0 0 0 9px rgba(255, 255, 255, .1);
  opacity: 0;
  transform: scale(.72) translateY(12px);
  animation: intro-orb-arrive .8s .16s cubic-bezier(.16, .84, .24, 1) forwards;
}

.intro-orb::before {
  position: absolute;
  inset: -14px;
  border: 2px solid transparent;
  border-top-color: rgba(255, 255, 255, .78);
  border-right-color: rgba(255, 255, 255, .24);
  border-radius: 50%;
  content: "";
  animation: intro-orbit 3.4s linear infinite;
}

.intro-orb i {
  color: #0875ba;
  font-size: clamp(29px, 4vw, 42px);
  font-style: normal;
  font-weight: 900;
  letter-spacing: -.08em;
  text-shadow: 0 1px 0 #fff;
}

.intro-orb b {
  position: absolute;
  right: 6%;
  bottom: 8%;
  width: 18px;
  aspect-ratio: 1;
  border: 4px solid rgba(235, 252, 255, .96);
  border-radius: 50%;
  background: #72d24e;
  box-shadow: 0 3px 10px rgba(25, 119, 77, .25);
}

.intro-name {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(16px);
  animation: intro-copy-arrive .65s .55s ease-out forwards;
}

.intro-name strong {
  display: block;
  color: #0b628e;
  font-size: clamp(42px, 6vw, 66px);
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: .94;
  text-shadow: 0 2px 0 rgba(255, 255, 255, .72), 0 8px 24px rgba(2, 75, 130, .14);
}

.intro-name > span {
  display: flex;
  margin-top: 13px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #226e90;
  font-size: clamp(10px, 1.3vw, 13px);
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.intro-name i { font-style: normal; }
.intro-name b {
  width: 24px;
  height: 1px;
  background: rgba(21, 105, 143, .48);
}

.intro-lockup > p {
  margin: 24px 0 0;
  color: #2b7592;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
  opacity: 0;
  text-transform: uppercase;
  animation: intro-copy-arrive .6s .85s ease-out forwards;
}

.intro-progress {
  display: flex;
  margin-top: 13px;
  gap: 7px;
  opacity: 0;
  animation: intro-copy-arrive .5s 1s ease-out forwards;
}

.intro-progress i {
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #117eb1;
  animation: intro-progress-pulse .84s ease-in-out infinite;
}
.intro-progress i:nth-child(2) { animation-delay: .14s; }
.intro-progress i:nth-child(3) { animation-delay: .28s; }

.intro-skip {
  position: absolute;
  z-index: 3;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  padding: 9px 15px;
  border: 1px solid rgba(13, 104, 148, .3);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  color: #176f97;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  opacity: .72;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  transition: opacity .18s ease, background .18s ease, transform .18s ease;
}
.intro-skip:hover,
.intro-skip:focus-visible {
  background: rgba(255, 255, 255, .86);
  opacity: 1;
  outline: none;
  transform: translateY(-2px);
}

.aero-world {
  position: fixed;
  z-index: -1;
  inset: -24px;
  overflow: hidden;
  pointer-events: none;
  transform: translate(
    calc(var(--pointer-x) * -7px),
    calc(var(--pointer-y) * -5px)
  );
  transition: transform .8s cubic-bezier(.2, .8, .2, 1);
}

.sun-glow {
  position: absolute;
  top: -150px;
  right: 4vw;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .98), rgba(255, 244, 165, .4) 31%, transparent 69%);
  animation: sun-breathe 7s ease-in-out infinite;
}

.cloud {
  position: absolute;
  width: 190px;
  height: 43px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 10px 28px rgba(33, 139, 189, .07);
  animation: cloud-drift 25s ease-in-out infinite alternate;
}
.cloud::before, .cloud::after {
  position: absolute;
  bottom: 10px;
  border-radius: 50%;
  background: inherit;
  content: "";
}
.cloud::before { left: 27px; width: 74px; height: 74px; }
.cloud::after { right: 25px; width: 102px; height: 102px; }
.cloud-one { --cloud-scale: .7; top: 17%; left: -55px; opacity: .72; transform: scale(var(--cloud-scale)); }
.cloud-two { --cloud-scale: 1.05; top: 33%; right: -62px; opacity: .48; transform: scale(var(--cloud-scale)); animation-delay: -9s; }
.cloud-three { --cloud-scale: .45; top: 8%; left: 49%; opacity: .28; transform: scale(var(--cloud-scale)); animation-delay: -15s; }

.bubble {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 50%;
  background: radial-gradient(circle at 31% 25%, rgba(255, 255, 255, .84), rgba(84, 211, 239, .13) 30%, rgba(255, 255, 255, .04) 66%);
  box-shadow: inset 0 -12px 28px rgba(58, 180, 216, .13), 0 8px 24px rgba(28, 126, 168, .08);
  animation: bubble-float 8s ease-in-out infinite;
}
.bubble-one { top: 12%; left: 8%; width: 54px; height: 54px; }
.bubble-two { top: 43%; right: 7%; width: 86px; height: 86px; animation-delay: -3s; }
.bubble-three { top: 55%; left: 4%; width: 33px; height: 33px; animation-delay: -6s; }
.bubble-four { top: 23%; right: 26%; width: 22px; height: 22px; animation-delay: -1s; }

.hill {
  position: absolute;
  height: 58vh;
  border-radius: 50% 50% 0 0;
  transform-origin: center bottom;
}
.hill-back {
  right: -15vw;
  bottom: -30vh;
  left: 20vw;
  background: linear-gradient(155deg, #a5df70, #56b043 60%, #2c8b3b);
  box-shadow: inset 0 35px 55px rgba(255, 255, 255, .21);
  transform: rotate(-3deg);
}
.hill-front {
  right: 25vw;
  bottom: -39vh;
  left: -24vw;
  background: linear-gradient(155deg, #8bd650, #39a543 58%, #238441);
  box-shadow: inset 0 38px 55px rgba(255, 255, 255, .23);
  transform: rotate(4deg);
}

.light-sweep {
  position: absolute;
  top: -18%;
  left: -35%;
  width: 27%;
  height: 130%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .16), transparent);
  filter: blur(12px);
  transform: rotate(16deg);
  animation: world-sweep 15s ease-in-out infinite;
}

.experience-shell {
  position: relative;
  display: grid;
  width: min(1240px, calc(100% - 34px));
  min-height: 100svh;
  margin: 0 auto;
  padding: 16px 0;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.system-bar {
  z-index: 20;
  display: grid;
  min-height: 68px;
  padding: 8px 10px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 25px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(233, 249, 254, .68));
  box-shadow: 0 10px 30px rgba(38, 118, 157, .13), inset 0 1px 0 #fff;
  backdrop-filter: blur(22px) saturate(1.25);
  transition: opacity .6s ease, transform .65s cubic-bezier(.2, .8, .2, 1);
}

.system-brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 10px;
}

.system-orb,
.launch-orb {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 23%, rgba(255, 255, 255, .96), transparent 24%),
    linear-gradient(145deg, #59daf0, #178dca 58%, #1567aa);
  box-shadow: 0 7px 18px rgba(18, 119, 175, .25), inset 0 -6px 10px rgba(10, 85, 139, .17);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -.08em;
  text-shadow: 0 1px 3px rgba(0, 61, 105, .36);
}

.system-brand-copy { display: flex; flex-direction: column; }
.system-brand-copy strong { color: var(--ink-strong); font-size: 19px; letter-spacing: -.045em; }
.system-brand-copy small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.system-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #47768b;
  font-size: 11px;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.system-heading span { width: 28px; height: 1px; background: linear-gradient(90deg, transparent, rgba(54, 126, 157, .35)); }
.system-heading span:last-child { transform: scaleX(-1); }

.system-actions {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 7px;
}

.system-button {
  display: inline-flex;
  min-height: 40px;
  padding: 0 13px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(47, 141, 180, .23);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff, #e8f8fc);
  box-shadow: inset 0 1px 0 #fff, 0 4px 10px rgba(39, 112, 153, .1);
  color: #397287;
  font-size: 10px;
  font-weight: 900;
}
.system-button:hover { color: var(--blue); transform: translateY(-1px); }
.system-info-button > span:first-child {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #7bdcee, #249bc8);
  color: #fff;
  font: 900 11px/1 Georgia, serif;
}

.sound-icon { display: flex; height: 14px; align-items: end; gap: 2px; }
.sound-icon i { display: block; width: 3px; border-radius: 4px; background: var(--aqua); transition: height .2s ease; }
.sound-icon i:nth-child(1) { height: 6px; }
.sound-icon i:nth-child(2) { height: 10px; }
.sound-icon i:nth-child(3) { height: 14px; }
.sound-toggle[aria-pressed="false"] .sound-icon i { height: 3px; background: #9fb5bf; }

.channel-stage {
  display: grid;
  min-height: 0;
  padding: clamp(18px, 3vh, 34px) 18px 12px;
  grid-template-rows: auto minmax(0, 1fr) auto;
  align-items: center;
}

.selection-readout {
  display: grid;
  width: min(1040px, 100%);
  margin: 0 auto 12px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .62fr);
  align-items: end;
  gap: 36px;
  transition: opacity .16s ease, transform .16s ease;
}
.selection-readout.is-changing { opacity: .35; transform: translateY(3px); }
.selection-readout p { margin: 0; }
.selection-readout > div > p {
  margin-bottom: 4px;
  color: rgba(38, 102, 130, .78);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.selection-readout h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4.2vw, 48px);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: 1;
  text-shadow: 0 3px 0 rgba(28, 115, 166, .12), 0 10px 26px rgba(25, 112, 165, .2);
}
.selection-readout > p {
  justify-self: end;
  max-width: 430px;
  padding-bottom: 3px;
  color: #46758a;
  font-size: 12px;
  line-height: 1.55;
  text-align: right;
}

.channel-menu {
  display: grid;
  min-height: 0;
  place-items: center;
  align-content: center;
}

.channel-grid {
  display: grid;
  width: min(1040px, 100%);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 18px);
  perspective: 1100px;
}

.channel-tile {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  padding: 0;
  grid-template-rows: minmax(0, 1fr) 50px;
  border: 1px solid rgba(54, 130, 163, .25);
  border-radius: 22px;
  background: linear-gradient(150deg, rgba(255, 255, 255, .96), rgba(226, 247, 252, .88));
  box-shadow: 0 9px 22px rgba(31, 111, 150, .14), inset 0 1px 0 #fff;
  color: inherit;
  text-align: left;
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition:
    opacity .55s ease,
    transform .35s cubic-bezier(.16, .84, .29, 1),
    box-shadow .3s ease,
    border-color .3s ease,
    filter .3s ease;
  will-change: transform;
}

.channel-tile:not(.empty-channel):hover,
.channel-tile:not(.empty-channel):focus-visible,
.channel-tile.is-selected {
  z-index: 3;
  border-color: rgba(24, 143, 195, .64);
  outline: none;
  box-shadow:
    0 18px 38px rgba(24, 103, 148, .25),
    inset 0 1px 0 #fff,
    0 0 0 4px rgba(101, 215, 235, .18);
  filter: saturate(1.05);
  transform:
    perspective(900px)
    translateY(-5px)
    scale(1.022)
    rotateX(var(--tilt-x))
    rotateY(var(--tilt-y));
}

.channel-tile:active:not(.empty-channel) {
  transform: perspective(900px) translateY(-1px) scale(.992);
  transition-duration: .08s;
}

.tile-screen {
  position: relative;
  display: grid;
  min-height: 0;
  overflow: hidden;
  place-items: center;
  background: linear-gradient(145deg, #68cbe9, #248fc6);
  transform: translateZ(1px);
}
.tile-screen::after {
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(transparent, rgba(12, 71, 104, .12));
  content: "";
  pointer-events: none;
}
.tile-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(.2, .8, .2, 1), filter .6s ease;
}
.channel-tile:hover .tile-screen img,
.channel-tile:focus-visible .tile-screen img,
.channel-tile.is-selected .tile-screen img { filter: saturate(1.07) contrast(1.02); transform: scale(1.045); }

.tile-reflection {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .26), transparent 34%, transparent 72%, rgba(255, 255, 255, .11)),
    radial-gradient(circle at 78% -12%, rgba(255, 255, 255, .4), transparent 32%);
  pointer-events: none;
}
.tile-reflection::after {
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -60%;
  width: 24%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .34), transparent);
  content: "";
  transform: rotate(17deg);
}
.channel-tile:hover .tile-reflection::after,
.channel-tile:focus-visible .tile-reflection::after,
.channel-tile.is-selected .tile-reflection::after { animation: tile-glint 1.25s cubic-bezier(.2, .7, .2, 1); }

.tile-live {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: 12px;
  display: inline-flex;
  padding: 6px 9px;
  align-items: center;
  gap: 5px;
  border: 2px solid rgba(255, 255, 255, .82);
  border-radius: 999px;
  background: linear-gradient(180deg, #90e770, #43b83f);
  box-shadow: 0 5px 13px rgba(20, 92, 40, .22), inset 0 1px 0 rgba(255, 255, 255, .62);
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(27, 97, 33, .32);
}
.tile-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .2);
  animation: live-pulse 1.8s ease-in-out infinite;
}

.tile-label {
  position: relative;
  z-index: 4;
  display: flex;
  min-width: 0;
  padding: 8px 14px 9px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(55, 130, 163, .18);
  background: linear-gradient(180deg, rgba(255, 255, 255, .97), rgba(226, 247, 252, .9));
}
.tile-label strong {
  overflow: hidden;
  color: var(--ink-strong);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tile-label small {
  flex: 0 0 auto;
  color: #7896a4;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.guide-screen { background: linear-gradient(145deg, #59d9eb, #168bc3); }
.manual-art {
  position: relative;
  width: 38%;
  min-width: 92px;
  aspect-ratio: 1.22;
  border: 4px solid rgba(255, 255, 255, .85);
  border-radius: 8px 17px 17px 8px;
  background: linear-gradient(135deg, #fff, #dff7fb);
  box-shadow: 0 18px 28px rgba(8, 85, 127, .22), inset 14px 0 18px rgba(28, 153, 194, .08);
  transform: rotate(-7deg);
  animation: manual-hover 4s ease-in-out infinite;
}
.manual-art::before {
  position: absolute;
  top: 17%;
  right: 14%;
  left: 20%;
  height: 13%;
  border-radius: 999px;
  background: #30a8d0;
  box-shadow: 0 23px 0 rgba(48, 168, 208, .22), 0 45px 0 rgba(48, 168, 208, .14);
  content: "";
}
.manual-art i {
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: 15%;
  width: 5px;
  background: rgba(33, 132, 177, .2);
}
.manual-art b {
  position: absolute;
  right: -16px;
  bottom: -15px;
  width: 46px;
  height: 46px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #86e56d, #43b840);
  box-shadow: 0 7px 15px rgba(21, 104, 43, .24);
}

.technology-screen { background: linear-gradient(145deg, #a6e46a, #39aa4b); }
.orbit-art {
  position: relative;
  display: block;
  width: 110px;
  height: 110px;
  animation: orbit-float 5s ease-in-out infinite;
}
.orbit-art i {
  position: absolute;
  inset: 25px;
  border: 5px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #fffbd3, #75d967 56%, #24954a);
  box-shadow: 0 10px 22px rgba(31, 117, 49, .25), inset 0 1px 8px rgba(255, 255, 255, .6);
}
.orbit-art b, .orbit-art em {
  position: absolute;
  inset: 10px 0;
  border: 3px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  transform: rotate(28deg);
  animation: orbit-spin 6s linear infinite;
}
.orbit-art em { inset: 0 11px; transform: rotate(-42deg); animation-direction: reverse; animation-duration: 8s; }
.orbit-art b::after, .orbit-art em::after {
  position: absolute;
  top: 8px;
  left: 9px;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #55d3e9;
  box-shadow: 0 4px 8px rgba(20, 100, 130, .25);
  content: "";
}

.collection-screen { background: linear-gradient(145deg, #a7def4, #54acd8); }
.collection-art {
  position: relative;
  display: grid;
  width: 105px;
  height: 105px;
  place-items: center;
  border: 5px solid rgba(255, 255, 255, .86);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 23%, rgba(255, 255, 255, .96), transparent 24%),
    linear-gradient(145deg, #58d8ef, #178cc9 58%, #1566aa);
  box-shadow: 0 15px 28px rgba(17, 98, 147, .26), inset 0 -10px 18px rgba(9, 76, 130, .16);
  animation: orb-hover 4.5s ease-in-out infinite;
}
.collection-art i { color: #fff; font-style: normal; font-size: 31px; font-weight: 900; letter-spacing: -.1em; text-shadow: 0 2px 4px rgba(4, 73, 118, .35); }
.collection-art b {
  position: absolute;
  right: -12px;
  bottom: 4px;
  width: 35px;
  height: 35px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #92e973, #3eb041);
}

.message-screen { background: linear-gradient(145deg, #f8e987, #edb849); }
.message-art {
  position: relative;
  display: grid;
  width: 106px;
  height: 82px;
  place-items: center;
  border: 4px solid rgba(255, 255, 255, .86);
  border-radius: 15px;
  background: linear-gradient(145deg, #fff, #fff8cf);
  box-shadow: 0 15px 28px rgba(132, 92, 12, .22);
  animation: message-hover 4.2s ease-in-out infinite;
}
.message-art::after {
  position: absolute;
  right: 15px;
  bottom: -14px;
  width: 24px;
  height: 24px;
  background: #fff8cf;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  content: "";
}
.message-art i { color: #e6b233; font-style: normal; font-size: 31px; filter: drop-shadow(0 2px 2px rgba(134, 87, 10, .16)); }
.message-art b, .message-art em {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5cccdc;
  box-shadow: 0 0 0 3px rgba(92, 204, 220, .16);
}
.message-art b { top: 13px; left: 14px; }
.message-art em { right: 17px; bottom: 13px; }

.account-screen { background: linear-gradient(145deg, #b9edff, #42a8db 68%, #2378ba); }
.account-art {
  position: relative;
  display: grid;
  width: 94px;
  height: 94px;
  place-items: center;
  border: 3px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(216, 247, 253, .76));
  box-shadow: 0 12px 25px rgba(16, 101, 158, .24), inset 0 1px 0 #fff;
  animation: account-hover 4.8s ease-in-out infinite;
}
.account-art i {
  position: absolute;
  top: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(145deg, #58d4ed, #1688c6);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .55);
}
.account-art b {
  position: absolute;
  bottom: 15px;
  width: 55px;
  height: 29px;
  border-radius: 29px 29px 14px 14px;
  background: linear-gradient(145deg, #58d4ed, #1688c6);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .45);
}
.account-art em {
  position: absolute;
  right: -8px;
  bottom: -4px;
  display: grid;
  width: 33px;
  height: 33px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #75dd65, #35a94c);
  box-shadow: 0 4px 10px rgba(29, 123, 74, .25);
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
}

.viewport-lab-screen {
  background:
    radial-gradient(circle at 74% 24%, rgba(181, 255, 234, .45), transparent 24%),
    repeating-linear-gradient(-19deg, transparent 0 18px, rgba(255,255,255,.08) 18px 22px),
    linear-gradient(145deg, #47cce0, #187dbd 58%, #184c8f);
}
.viewport-lab-art {
  position: relative;
  width: 142px;
  height: 92px;
  transform: rotate(-4deg);
}
.viewport-lab-art i,
.viewport-lab-art em {
  position: absolute;
  width: 66px;
  height: 50px;
  border: 4px solid rgba(255,255,255,.9);
  border-radius: 15px;
  background:
    linear-gradient(transparent 0 55%, rgba(18,94,146,.32) 55%),
    linear-gradient(145deg, #a8f2e6, #53c4e7);
  box-shadow:
    inset 0 0 0 1px rgba(23,112,156,.24),
    0 11px 23px rgba(12, 69, 122, .26);
}
.viewport-lab-art i { top: 4px; left: 5px; }
.viewport-lab-art em { right: 4px; bottom: 3px; }
.viewport-lab-art b {
  position: absolute;
  z-index: 2;
  top: 43px;
  left: 54px;
  width: 36px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 0 0 3px rgba(58,192,211,.34), 0 5px 13px rgba(9,84,137,.25);
  content: "";
  transform: rotate(17deg);
}
.tile-beta { background: linear-gradient(180deg, #ffe67d, #efa52b); color: #714900; }

.signal-screen {
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,.74), transparent 28%),
    linear-gradient(145deg, #97e8d4, #44b6bb 55%, #26759f);
}
.signal-art {
  position: relative;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
}
.signal-art i,
.signal-art b {
  position: absolute;
  border: 3px solid rgba(255,255,255,.75);
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}
.signal-art i { inset: 4px; animation: signal-pulse 2.3s ease-in-out infinite; }
.signal-art b { inset: 20px; animation: signal-pulse 2.3s .22s ease-in-out infinite; }
.signal-art em {
  position: relative;
  z-index: 1;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #5cdbd3, #168ab3);
  box-shadow: 0 8px 19px rgba(16,83,115,.25), inset 0 2px 0 rgba(255,255,255,.52);
  color: #fff;
  font: 900 13px/1 Georgia, serif;
}

.empty-channel { cursor: default; opacity: .72; }
.empty-screen {
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .18) 0 12px, transparent 12px 24px),
    linear-gradient(145deg, #cdebf4, #8fc9dc);
}
.empty-art {
  display: grid;
  width: 116px;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}
.empty-art i {
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, .68);
  border-radius: 50%;
  background: radial-gradient(circle at 32% 24%, rgba(255, 255, 255, .88), rgba(91, 186, 214, .18) 32%, rgba(255, 255, 255, .08) 68%);
  box-shadow: inset 0 -8px 15px rgba(53, 157, 190, .11);
}
.empty-art i:nth-child(2), .empty-art i:nth-child(3) { transform: scale(.7); }

.channel-pagination {
  display: flex;
  margin-top: 12px;
  justify-content: center;
  gap: 7px;
}
.channel-pagination span {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 50%;
  background: rgba(59, 131, 160, .23);
  box-shadow: 0 2px 4px rgba(26, 101, 136, .12);
}
.channel-pagination .is-current { width: 21px; border-radius: 99px; background: #fff; }

.interaction-hint {
  display: flex;
  min-height: 30px;
  margin: 9px auto 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #5e8394;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .02em;
}
.control-key {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .88);
  border-radius: 50%;
  background: linear-gradient(145deg, #55d9ed, #158bc8);
  box-shadow: 0 4px 9px rgba(24, 111, 157, .2);
  color: #fff;
  font-size: 9px;
}
.hint-separator { width: 1px; height: 12px; margin: 0 3px; background: rgba(61, 131, 159, .25); }

.system-dock {
  z-index: 20;
  display: grid;
  min-height: 68px;
  padding: 8px 13px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 25px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .78), rgba(232, 248, 253, .64));
  box-shadow: 0 -3px 22px rgba(35, 112, 151, .08), inset 0 1px 0 #fff;
  backdrop-filter: blur(20px) saturate(1.2);
  transition: opacity .6s ease .2s, transform .65s cubic-bezier(.2, .8, .2, 1) .2s;
}

.system-clock { display: flex; flex-direction: column; }
.system-clock strong { color: var(--ink-strong); font-size: 18px; letter-spacing: -.04em; }
.system-clock span { color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; }

.dock-home {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  padding: 0;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #63ddef, #188fc9 58%, #1167aa);
  box-shadow: 0 8px 19px rgba(18, 105, 157, .26), inset 0 -5px 9px rgba(11, 82, 132, .15);
  transition: transform .22s cubic-bezier(.2, .8, .2, 1), box-shadow .22s ease;
}
.dock-home:hover, .dock-home:focus-visible { outline: none; box-shadow: 0 12px 24px rgba(18, 105, 157, .32), 0 0 0 4px rgba(255, 255, 255, .32); transform: translateY(-3px) scale(1.04); }
.dock-home span { position: relative; display: block; width: 25px; height: 23px; }
.dock-home i {
  position: absolute;
  right: 3px;
  bottom: 0;
  left: 3px;
  height: 15px;
  border-radius: 3px;
  background: #fff;
}
.dock-home b {
  position: absolute;
  top: 1px;
  left: 4px;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #fff;
  transform: rotate(45deg);
}
.dock-home::after {
  position: absolute;
  z-index: 2;
  bottom: 12px;
  left: calc(50% - 3px);
  width: 6px;
  height: 10px;
  border-radius: 4px 4px 0 0;
  background: #1c8bc4;
  content: "";
}

.dock-actions { display: flex; justify-self: end; gap: 6px; }
.dock-actions a {
  padding: 8px 10px;
  border-radius: 999px;
  color: #567c8f;
  font-size: 9px;
  font-weight: 900;
}
.dock-actions a:hover { background: rgba(255, 255, 255, .78); color: var(--blue); }

.system-panel {
  width: min(720px, calc(100% - 28px));
  max-height: min(760px, calc(100dvh - 28px));
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  color: var(--ink);
}
.system-panel::backdrop {
  background: rgba(31, 93, 126, .34);
  backdrop-filter: blur(10px) saturate(.9);
}
.panel-window {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 31px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(226, 248, 253, .95));
  box-shadow: 0 30px 100px rgba(24, 85, 119, .34), inset 0 1px 0 #fff;
  transform: translateY(24px) scale(.96);
  opacity: 0;
}
.system-panel[open] .panel-window { animation: panel-arrive .42s cubic-bezier(.16, .84, .29, 1) forwards; }
.panel-window > header {
  display: flex;
  padding: 24px 26px 20px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(55, 132, 165, .17);
}
.panel-window header p {
  margin: 0 0 5px;
  color: #5b8598;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.panel-window h2 {
  margin: 0;
  color: var(--ink-strong);
  font-size: clamp(27px, 5vw, 42px);
  letter-spacing: -.045em;
  line-height: 1;
}
.panel-close {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  padding: 0;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: linear-gradient(180deg, #fff, #e8f8fc);
  color: #4e7a8f;
  font-size: 22px;
  line-height: 1;
}
.panel-close:hover { color: var(--blue); transform: rotate(7deg); }

.panel-steps { display: grid; gap: 1px; padding: 12px 26px 22px; }
.panel-steps article {
  display: grid;
  padding: 15px 0;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  border-bottom: 1px solid rgba(55, 132, 165, .14);
}
.panel-steps article:last-child { border-bottom: 0; }
.panel-steps article > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #75dc61, #37a943);
  box-shadow: 0 5px 11px rgba(31, 125, 51, .2);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}
.panel-steps h3 { margin: 0 0 4px; color: var(--ink-strong); font-size: 15px; }
.panel-steps p { margin: 0; color: #648898; font-size: 12px; line-height: 1.55; }

#technology-panel {
  width: min(680px, calc(100% - 28px));
}

#technology-panel .panel-window > header {
  padding: 21px 23px 18px;
}

#technology-panel .panel-window h2 {
  font-size: clamp(27px, 4.2vw, 37px);
}

.panel-steps-compact {
  padding: 14px 18px 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 9px;
}

.panel-steps-compact article {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 0;
  padding: 14px 13px 13px;
  grid-template-columns: 42px minmax(0, 1fr);
  align-self: start;
  align-content: start;
  gap: 10px;
  border: 1px solid rgba(52, 143, 179, .16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 255, 255, .9), transparent 28%),
    linear-gradient(145deg, rgba(240, 252, 255, .96), rgba(218, 246, 251, .7));
  box-shadow: inset 0 1px 0 #fff;
}

.panel-steps-compact article::after {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: rgba(39, 118, 151, .35);
  content: attr(data-step);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
}

.panel-steps-compact article:last-child {
  border-bottom: 1px solid rgba(52, 143, 179, .16);
}

.panel-steps-compact h3 {
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.2;
}

.panel-steps-compact p {
  font-size: 10.5px;
  line-height: 1.48;
}

.panel-steps-compact .step-motion {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(203, 240, 249, .94));
  box-shadow: 0 7px 14px rgba(24, 108, 151, .15), inset 0 1px 0 #fff;
}

.panel-steps-compact .step-motion-disc::before {
  position: absolute;
  inset: 7px;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  background: conic-gradient(from 20deg, #fff, #65d6e7, #e8fcff, #4fa9d5, #fff);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .28);
  content: "";
  animation: step-disc-spin 4.8s linear infinite;
}

.panel-steps-compact .step-motion-disc::after {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #248dbd;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .82);
  content: "";
}

.panel-steps-compact .step-motion-local::before {
  position: absolute;
  inset: 10px 8px 9px;
  border: 2px solid rgba(255, 255, 255, .95);
  border-radius: 8px;
  background: linear-gradient(145deg, #52cfe1, #1c8fc2);
  box-shadow: 0 4px 8px rgba(27, 108, 151, .18);
  content: "";
}

.panel-steps-compact .step-motion-local::after {
  position: absolute;
  right: 12px;
  bottom: 13px;
  left: 12px;
  height: 3px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .86);
  content: "";
}

.panel-steps-compact .step-motion-local i,
.panel-steps-compact .step-motion-local b {
  position: absolute;
  z-index: 2;
  top: 16px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #72d84e;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .5);
  animation: step-local-signal 1.7s ease-in-out infinite;
}

.panel-steps-compact .step-motion-local i { left: 14px; }
.panel-steps-compact .step-motion-local b { right: 14px; animation-delay: -.85s; }

.panel-steps-compact .step-motion-runtime::before {
  position: absolute;
  inset: 8px 7px 9px;
  border: 2px solid #fff;
  border-radius: 8px;
  background:
    linear-gradient(90deg, #269bc7 0 47%, #67ce4d 47%) 5px 5px / calc(100% - 10px) 4px no-repeat,
    linear-gradient(145deg, #fff, #d7f5fa);
  box-shadow: 0 4px 9px rgba(25, 109, 151, .15);
  content: "";
  animation: step-runtime-float 2.4s ease-in-out infinite;
}

.panel-steps-compact .step-motion-runtime i,
.panel-steps-compact .step-motion-runtime b {
  position: absolute;
  z-index: 2;
  top: 24px;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  background: #3d7c98;
}

.panel-steps-compact .step-motion-runtime i { left: 14px; }
.panel-steps-compact .step-motion-runtime b { right: 14px; }
.panel-window > footer { display: flex; padding: 15px 26px; justify-content: flex-end; border-top: 1px solid rgba(55, 132, 165, .15); background: rgba(226, 248, 253, .52); }
.panel-window > footer a {
  display: inline-flex;
  min-height: 39px;
  padding: 0 15px;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(34, 132, 177, .29);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff, #e7f8fc);
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}
.panel-window > footer a span { font-size: 20px; }

.panel-about { padding-bottom: 24px; text-align: center; }
.panel-about > header { text-align: left; }
.about-orb {
  display: grid;
  width: 104px;
  height: 104px;
  margin: 26px auto 18px;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, .96), transparent 24%),
    linear-gradient(145deg, #58d9ef, #168dc9 58%, #1566aa);
  box-shadow: 0 14px 30px rgba(17, 99, 148, .26), inset 0 -9px 17px rgba(9, 75, 129, .16);
  color: #fff;
  font-size: 29px;
  font-weight: 900;
  letter-spacing: -.1em;
  text-shadow: 0 2px 4px rgba(4, 73, 118, .35);
}
.panel-about > p { max-width: 570px; margin: 0 auto; color: #5c8193; font-size: 13px; line-height: 1.7; }
.panel-about nav { display: flex; margin: 20px 24px; justify-content: center; gap: 8px; }
.panel-about nav a {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
}
.panel-about small { display: block; max-width: 570px; margin: 0 auto; padding: 0 20px; color: #87a0ab; font-size: 8px; line-height: 1.6; }

.message-panel-window { width: min(620px, calc(100% - 28px)); }
.message-panel-window blockquote {
  max-width: 510px;
  margin: 42px auto 20px;
  padding: 0 28px;
  color: var(--ink-strong);
  font-size: clamp(23px, 4vw, 34px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.28;
  text-align: center;
}
.message-signature { margin: 0 0 38px; color: #7694a2; font-size: 10px; font-weight: 900; text-align: center; text-transform: uppercase; }

.launch-curtain {
  position: fixed;
  z-index: 180;
  inset: 0;
  display: grid;
  place-content: center;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, .98) 0 8%, rgba(211, 245, 253, .96) 34%, rgba(83, 185, 224, .98) 100%);
  opacity: 0;
  pointer-events: none;
  transform: scale(1.08);
  transition: opacity .38s ease, transform .55s cubic-bezier(.2, .8, .2, 1);
}
.launch-curtain::before, .launch-curtain::after {
  position: absolute;
  width: 44vw;
  height: 44vw;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  content: "";
  animation: launch-ring 2.8s ease-out infinite;
}
.launch-curtain::after { width: 27vw; height: 27vw; animation-delay: -.8s; }
.launch-curtain .launch-orb { z-index: 1; width: 76px; height: 76px; font-size: 24px; }
.launch-curtain p { z-index: 1; margin: 18px 0 4px; color: #568398; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.launch-curtain strong { z-index: 1; color: var(--ink-strong); font-size: clamp(26px, 5vw, 48px); letter-spacing: -.05em; }

body.is-launching .launch-curtain { opacity: 1; transform: scale(1); }
body.is-launching .experience-shell { opacity: 0; filter: blur(7px); transform: scale(.96); transition: opacity .3s ease, filter .45s ease, transform .45s ease; }

.noscript-note {
  position: fixed;
  z-index: 190;
  right: 20px;
  bottom: 20px;
  left: 20px;
  margin: 0;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
  text-align: center;
}
.noscript-note a { color: var(--blue); text-decoration: underline; }

.is-booting .system-bar { opacity: 0; transform: translateY(-18px); }
.is-booting .system-dock { opacity: 0; transform: translateY(18px); }
.is-booting .channel-tile { opacity: 0; transform: translateY(24px) scale(.96); }
.is-booting .channel-tile:nth-child(1) { transition-delay: .05s; }
.is-booting .channel-tile:nth-child(2) { transition-delay: .1s; }
.is-booting .channel-tile:nth-child(3) { transition-delay: .15s; }
.is-booting .channel-tile:nth-child(4) { transition-delay: .2s; }
.is-booting .channel-tile:nth-child(5) { transition-delay: .25s; }
.is-booting .channel-tile:nth-child(6) { transition-delay: .3s; }

/* Supporting VL.MR information pages use the same system language without
   forcing long-form content into the channel grid. */
body:not(.channel-home)::before,
body:not(.channel-home)::after {
  position: fixed;
  z-index: -1;
  height: 58vh;
  border-radius: 50% 50% 0 0;
  content: "";
  pointer-events: none;
  transition: transform .9s cubic-bezier(.2, .8, .2, 1);
}
body:not(.channel-home)::before {
  right: -15vw;
  bottom: -30vh;
  left: 20vw;
  background: linear-gradient(155deg, #a5df70, #56b043 60%, #2c8b3b);
  box-shadow: inset 0 36px 58px rgba(255, 255, 255, .23);
  transform:
    translate(calc(var(--pointer-x) * -5px), calc(var(--pointer-y) * -3px))
    rotate(-3deg);
}
body:not(.channel-home)::after {
  right: 25vw;
  bottom: -39vh;
  left: -24vw;
  background: linear-gradient(155deg, #8bd650, #39a543 58%, #238441);
  box-shadow: inset 0 38px 55px rgba(255, 255, 255, .22);
  transform:
    translate(calc(var(--pointer-x) * 6px), calc(var(--pointer-y) * 4px))
    rotate(4deg);
}

.site-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 20px 0 42px;
}
.site-header {
  display: grid;
  min-height: 76px;
  padding: 10px 14px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 27px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(233, 249, 254, .7));
  box-shadow: 0 11px 30px rgba(38, 118, 157, .13), inset 0 1px 0 #fff;
  backdrop-filter: blur(22px) saturate(1.25);
  animation: info-chrome-arrive .58s cubic-bezier(.16, .84, .29, 1) both;
}
.brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 11px;
  transition: transform .2s ease;
}
.brand:hover { transform: translateY(-1px); }
.brand-orb {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 23%, rgba(255, 255, 255, .96), transparent 24%),
    linear-gradient(145deg, #59daf0, #178dca 58%, #1567aa);
  box-shadow:
    0 0 0 5px rgba(99, 220, 240, .09),
    0 0 22px rgba(37, 178, 218, .24),
    0 7px 18px rgba(18, 119, 175, .25),
    inset 0 -6px 10px rgba(10, 85, 139, .17);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -.08em;
  text-shadow: 0 1px 3px rgba(0, 61, 105, .36);
  transition: box-shadow .2s ease, filter .2s ease, transform .2s ease;
}
.brand:hover .brand-orb {
  filter: saturate(1.08) brightness(1.04);
  box-shadow:
    0 0 0 6px rgba(99, 220, 240, .12),
    0 0 27px rgba(37, 178, 218, .31),
    0 9px 21px rgba(18, 119, 175, .27),
    inset 0 -6px 10px rgba(10, 85, 139, .17);
  transform: translateY(-1px) scale(1.02);
}
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { color: var(--ink-strong); font-size: 19px; letter-spacing: -.04em; }
.brand small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 7px; }
.site-nav a {
  padding: 9px 11px;
  border-radius: 999px;
  color: #557c8e;
  font-size: 10px;
  font-weight: 900;
  transition: color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 4px 10px rgba(39, 112, 153, .08), inset 0 1px 0 #fff;
  color: var(--blue);
  transform: translateY(-1px);
}
.site-header > .sound-toggle { justify-self: end; }
.site-header .sound-toggle {
  display: inline-flex;
  min-height: 40px;
  padding: 0 13px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(47, 141, 180, .23);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff, #e8f8fc);
  box-shadow: inset 0 1px 0 #fff, 0 4px 10px rgba(39, 112, 153, .1);
  color: #397287;
  font-size: 10px;
  font-weight: 900;
}
.info-main {
  margin-top: 32px;
  padding: clamp(42px, 7vw, 80px);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(226, 248, 253, .8));
  box-shadow: var(--shadow), inset 0 1px 0 #fff;
  backdrop-filter: blur(24px) saturate(1.18);
  animation: info-surface-arrive .64s .05s cubic-bezier(.16, .84, .29, 1) both;
}
.info-kicker { margin: 0 0 15px; color: #3c7b96; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.info-main h1 { margin: 0; color: var(--ink-strong); font-size: clamp(44px, 7vw, 78px); line-height: .98; letter-spacing: -.055em; }
.info-lede { max-width: 790px; margin: 26px 0 58px; color: #557c8e; font-size: clamp(17px, 2.2vw, 21px); line-height: 1.65; }
.prose-grid { display: grid; grid-template-columns: minmax(140px, .3fr) minmax(0, 1fr); gap: clamp(36px, 7vw, 86px); }
.prose-grid aside { color: #7897a5; font-size: 9px; font-weight: 900; line-height: 1.8; text-transform: uppercase; }
.prose { color: #547789; font-size: 15px; line-height: 1.82; }
.prose h2 { margin: 42px 0 12px; color: var(--ink-strong); font-size: 25px; letter-spacing: -.025em; }
.prose h2:first-child { margin-top: 0; }
.prose p { margin: 0 0 20px; }
.prose ul { margin: 0 0 26px; padding-left: 20px; }
.prose a { color: var(--blue); border-bottom: 1px solid rgba(24, 118, 201, .25); }
.prose strong { color: var(--ink-strong); }

.profile-main {
  margin-top: 32px;
  padding: clamp(28px, 4vw, 45px);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(226, 248, 253, .8));
  box-shadow: var(--shadow), inset 0 1px 0 #fff;
  backdrop-filter: blur(24px) saturate(1.18);
  animation: info-surface-arrive .64s .05s cubic-bezier(.16, .84, .29, 1) both;
}
.profile-hero {
  display: grid;
  min-height: 155px;
  grid-template-columns: minmax(0, 1fr) 180px;
  align-items: center;
  gap: 34px;
}
.profile-hero h1 {
  margin: 0;
  color: var(--ink-strong);
  font-size: clamp(38px, 5vw, 58px);
  line-height: .98;
  letter-spacing: -.055em;
}
.profile-lede {
  max-width: 680px;
  margin: 16px 0 0;
  color: #557c8e;
  font-size: clamp(14px, 1.7vw, 17px);
  line-height: 1.58;
}
.profile-hero-art {
  position: relative;
  display: grid;
  width: 145px;
  height: 145px;
  justify-self: center;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 27%, #fff, rgba(197, 240, 250, .78) 58%, rgba(41, 160, 205, .25));
  box-shadow: 0 18px 35px rgba(31, 113, 158, .18), inset 0 1px 0 #fff;
}
.profile-orbit {
  position: absolute;
  inset: 14px;
  border: 2px solid rgba(39, 160, 201, .27);
  border-radius: 50%;
  border-right-color: #59bf45;
  animation: profile-orbit 11s linear infinite;
}
.profile-person i {
  position: absolute;
  top: 34px;
  left: 54px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: linear-gradient(145deg, #56d4ed, #1888c7);
  box-shadow: inset 0 3px 0 rgba(255, 255, 255, .45);
}
.profile-person b {
  position: absolute;
  bottom: 31px;
  left: 37px;
  width: 71px;
  height: 39px;
  border-radius: 48px 48px 20px 20px;
  background: linear-gradient(145deg, #56d4ed, #1888c7);
  box-shadow: inset 0 3px 0 rgba(255, 255, 255, .4);
}
.profile-hero-art > small {
  position: absolute;
  right: 9px;
  bottom: 13px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #75dd65, #30a248);
  box-shadow: 0 5px 12px rgba(29, 126, 71, .24);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}
.account-notice {
  position: sticky;
  z-index: 5;
  top: 12px;
  margin: 18px 0;
  padding: 13px 17px;
  border: 1px solid rgba(42, 137, 177, .28);
  border-radius: 16px;
  background: rgba(239, 252, 255, .96);
  box-shadow: 0 8px 20px rgba(24, 99, 139, .13);
  color: var(--ink-strong);
  font-size: 12px;
  font-weight: 800;
}
.account-notice[data-kind="success"] { border-color: rgba(53, 160, 76, .35); background: rgba(238, 255, 237, .96); }
.account-notice[data-kind="warning"] { border-color: rgba(210, 151, 39, .35); background: rgba(255, 250, 226, .96); }
.account-notice[data-kind="error"] { border-color: rgba(202, 69, 74, .36); background: rgba(255, 239, 239, .97); color: #8c3137; }
.account-loading {
  display: flex;
  min-height: 260px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--ink-strong);
}
.account-loading[hidden] { display: none; }
.account-loading-orb {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #60dcef, #178aca);
  box-shadow: 0 0 0 7px rgba(72, 185, 218, .1), 0 8px 20px rgba(20, 115, 169, .22);
  color: #fff;
  font-weight: 900;
  animation: account-loading 1.6s ease-in-out infinite;
}
.account-loading div { display: flex; flex-direction: column; gap: 4px; }
.account-loading strong { font-size: 17px; }
.account-loading small { color: var(--muted); font-size: 10px; }
.account-gate {
  display: grid;
  margin-top: 24px;
  padding: clamp(25px, 4vw, 42px);
  grid-template-columns: 190px minmax(0, 610px);
  justify-content: center;
  align-items: center;
  gap: clamp(30px, 6vw, 70px);
  border: 1px solid rgba(56, 139, 173, .18);
  border-radius: 30px;
  background: rgba(255, 255, 255, .53);
  box-shadow: inset 0 1px 0 #fff;
}
.account-gate[hidden] { display: none; }
.account-gate-mark {
  display: grid;
  width: 180px;
  height: 180px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #dff8fe, #80d4ed);
  box-shadow: inset 0 1px 0 #fff, 0 16px 31px rgba(23, 114, 166, .18);
}
.account-gate-mark > span { position: relative; display: block; width: 100px; height: 100px; }
.account-gate-mark i {
  position: absolute;
  top: 4px;
  left: 31px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
}
.account-gate-mark b {
  position: absolute;
  right: 8px;
  bottom: 4px;
  left: 8px;
  height: 53px;
  border-radius: 46px 46px 18px 18px;
  background: #fff;
}
.account-eyebrow,
.account-card-heading p,
.account-card-title p {
  margin: 0 0 5px;
  color: #3c7b96;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.account-gate h2,
.account-card h2 {
  margin: 0;
  color: var(--ink-strong);
  font-size: clamp(23px, 3vw, 32px);
  letter-spacing: -.035em;
}
.account-gate > div:last-child > p:not(.account-eyebrow, .account-fineprint) {
  color: #567b8d;
  font-size: 14px;
  line-height: 1.65;
}
.account-gate ul { margin: 20px 0; padding: 0; list-style: none; }
.account-gate li {
  position: relative;
  margin: 9px 0;
  padding-left: 22px;
  color: #477286;
  font-size: 12px;
  font-weight: 800;
}
.account-gate li::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: grid;
  width: 14px;
  height: 14px;
  place-items: center;
  border-radius: 50%;
  background: #57bd48;
  color: #fff;
  content: "✓";
  font-size: 9px;
}
.account-primary,
.account-secondary,
.account-danger {
  min-height: 43px;
  padding: 0 17px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.account-primary {
  background: linear-gradient(180deg, #31b7d7, #1687c4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), 0 7px 15px rgba(19, 126, 181, .2);
  color: #fff;
}
.discord-sign-in { display: inline-flex; align-items: center; gap: 9px; background: linear-gradient(180deg, #6f86e7, #5865d8); }
.account-secondary {
  border-color: rgba(45, 133, 170, .24);
  background: linear-gradient(180deg, #fff, #eaf8fc);
  box-shadow: inset 0 1px 0 #fff, 0 5px 12px rgba(28, 102, 141, .09);
  color: #39748b;
}
.account-danger {
  border-color: rgba(190, 61, 69, .24);
  background: linear-gradient(180deg, #fff, #fff0f0);
  color: #a03840;
}
.account-primary:hover,
.account-secondary:hover,
.account-danger:hover { transform: translateY(-2px); filter: brightness(1.025); }
.account-primary:disabled,
.account-secondary:disabled,
.account-danger:disabled { cursor: not-allowed; filter: grayscale(.35); opacity: .55; transform: none; }
.account-fineprint { max-width: 540px; margin: 14px 0 0; color: #7b98a5; font-size: 9px; line-height: 1.55; }
.account-fineprint a { color: var(--blue); text-decoration: underline; }
.account-dashboard[hidden] { display: none; }
.account-grid {
  display: grid;
  margin-top: 36px;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 18px;
}
.account-stack { display: grid; align-content: start; gap: 18px; }
.account-card {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(48, 132, 168, .2);
  border-radius: 26px;
  background: rgba(255, 255, 255, .62);
  box-shadow: inset 0 1px 0 #fff, 0 10px 24px rgba(31, 109, 149, .09);
}
.account-card-heading,
.account-card-title { display: flex; align-items: center; gap: 15px; }
.account-card-heading { margin-bottom: 24px; }
.account-avatar {
  display: grid;
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #5ed9ed, #1789c6);
  box-shadow: 0 7px 17px rgba(19, 110, 160, .22);
}
.account-avatar img { width: 100%; height: 100%; object-fit: cover; }
.account-avatar span { color: #fff; font-size: 17px; font-weight: 900; }
.account-card-heading h2 { font-size: 25px; }
.account-card-heading small { display: block; margin-top: 4px; color: #7897a5; font-size: 9px; }
.profile-badges {
  display: flex;
  margin-top: 8px;
  flex-wrap: wrap;
  gap: 5px;
}
.profile-badges[hidden] { display: none; }
.profile-badge {
  display: inline-flex;
  min-height: 22px;
  padding: 3px 7px;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(45,132,168,.18);
  border-radius: 999px;
  background: #e6f7fc;
  color: #347790;
  font-size: 7px;
  font-weight: 900;
  line-height: 1;
}
.profile-badge i { font-style: normal; }
.profile-badge b { font: inherit; white-space: nowrap; }
.profile-badge-admin { border-color: rgba(29,111,165,.25); background: linear-gradient(180deg,#daf4ff,#b7e4f6); color: #176594; }
.profile-badge-beta { border-color: rgba(218,155,31,.26); background: linear-gradient(180deg,#fff5bb,#ffe078); color: #815700; }
.profile-badge-signal { border-color: rgba(38,159,139,.25); background: linear-gradient(180deg,#dcfff7,#aeeedc); color: #177963; }
.profile-form { display: grid; gap: 17px; }
.profile-form label,
.delete-account-window label { display: grid; gap: 7px; color: #315f73; font-size: 10px; font-weight: 900; }
.profile-form label > span:first-child { display: flex; justify-content: space-between; }
.profile-form label > span > i { color: #88a3af; font-size: 8px; font-style: normal; }
.profile-form input,
.profile-form textarea,
.delete-account-window input {
  width: 100%;
  border: 1px solid rgba(48, 132, 168, .24);
  border-radius: 14px;
  background: rgba(255, 255, 255, .8);
  box-shadow: inset 0 1px 3px rgba(27, 101, 140, .06);
  color: var(--ink-strong);
  font-size: 13px;
  font-weight: 700;
}
.profile-form input,
.delete-account-window input { min-height: 43px; padding: 0 13px; }
.profile-form textarea { min-height: 94px; padding: 12px 13px; resize: vertical; line-height: 1.5; }
.profile-form label > small { color: #819da9; font-size: 8px; font-weight: 700; line-height: 1.5; }
.handle-input { position: relative; display: block !important; }
.handle-input > i { position: absolute; z-index: 1; top: 14px; left: 13px; color: #6d92a2; font-style: normal; }
.handle-input input { padding-left: 31px; }
.profile-form .account-primary { justify-self: start; }
.account-card-title h2 { font-size: 21px; }
.mini-disc,
.preference-orb {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: conic-gradient(from 25deg, #f8fdff, #84d4ed, #fff, #4aaed8, #f8fdff);
  box-shadow: 0 5px 13px rgba(23, 107, 154, .16);
}
.mini-disc i { width: 12px; height: 12px; border: 3px solid #fff; border-radius: 50%; background: #309bcd; }
.preference-orb { background: linear-gradient(145deg, #f7ea92, #eeb848); color: #fff; font-size: 20px; }
.player-link-card > p,
.account-data-card p { color: #618495; font-size: 11px; line-height: 1.58; }
.local-player-id {
  display: flex;
  margin: 16px 0;
  padding: 10px 12px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(50, 133, 166, .18);
  border-radius: 13px;
  background: rgba(228, 248, 253, .66);
}
.local-player-id span { color: #6a8e9d; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.local-player-id code { color: var(--ink-strong); font-family: ui-monospace, "Cascadia Mono", monospace; font-size: 10px; font-weight: 800; }
.claim-list { display: grid; margin-top: 14px; gap: 8px; }
.claim-list > div {
  display: flex;
  padding: 10px 11px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 12px;
  background: rgba(235, 252, 239, .72);
}
.claim-list span { display: flex; min-width: 0; flex-direction: column; }
.claim-list strong { overflow: hidden; color: #28633d; font-family: ui-monospace, "Cascadia Mono", monospace; font-size: 9px; text-overflow: ellipsis; }
.claim-list small { color: #688b76; font-size: 8px; }
.claim-list i { color: #319b4d; font-size: 8px; font-style: normal; font-weight: 900; text-transform: uppercase; }
.preference-card { display: grid; gap: 18px; }
.signal-membership-card { display: grid; gap: 15px; scroll-margin-top: 100px; }
.signal-membership-card > p { margin: 0; color: #608493; font-size: 10px; line-height: 1.6; }
.signal-membership-card > small { color: #819da8; font-size: 8px; }
.signal-membership-card .account-secondary { justify-self: start; }
.signal-mini-orb {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg,#65ded2,#158fae);
  box-shadow: 0 5px 13px rgba(20,112,128,.18), 0 0 0 5px rgba(88,211,201,.08);
  color: #fff;
  font: 900 11px/1 Georgia,serif;
}
.preference-row {
  display: flex;
  min-height: 45px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: var(--ink-strong);
}
.preference-row > span:first-child { display: flex; flex-direction: column; gap: 3px; }
.preference-row strong { font-size: 11px; }
.preference-row small { color: #7898a6; font-size: 8px; }
.preference-row input[role="switch"] {
  width: 43px;
  height: 24px;
  appearance: none;
  border: 1px solid rgba(47, 127, 161, .25);
  border-radius: 999px;
  background: #c8dce4;
  box-shadow: inset 0 1px 3px rgba(24, 90, 123, .13);
  transition: background .2s ease;
}
.preference-row input[role="switch"]::after {
  display: block;
  width: 18px;
  height: 18px;
  margin: 2px;
  border: 1px solid rgba(43, 117, 146, .15);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(25, 88, 119, .2);
  content: "";
  transition: transform .2s ease;
}
.preference-row input[role="switch"]:checked { background: linear-gradient(180deg, #6bd25e, #3aaf4c); }
.preference-row input[role="switch"]:checked::after { transform: translateX(19px); }
.theme-chip { padding: 7px 11px; border-radius: 999px; background: #e0f6fc; color: #247b9d; font-size: 9px; font-weight: 900; }
.account-data-card {
  display: flex;
  margin-top: 18px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.account-data-card h2 { font-size: 24px; }
.account-data-card p { max-width: 640px; margin-bottom: 0; }
.account-data-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.admin-card { margin-top: 18px; }
.admin-signal { width: 13px; height: 13px; border: 3px solid #e8fbe8; border-radius: 50%; background: #4cbb4d; box-shadow: 0 0 0 5px rgba(75, 186, 78, .1); }
.admin-stats { display: grid; margin: 22px 0; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.admin-stats div { padding: 14px; border-radius: 15px; background: rgba(229, 248, 253, .68); }
.admin-stats dt { color: #7194a3; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.admin-stats dd { margin: 5px 0 0; color: var(--ink-strong); font-size: 24px; font-weight: 900; }
.admin-events { display: grid; margin: 0; padding: 0; gap: 1px; list-style: none; }
.admin-events li { display: flex; padding: 9px 3px; justify-content: space-between; border-bottom: 1px solid rgba(47, 130, 163, .12); color: #557c8e; font-size: 9px; text-transform: capitalize; }
.admin-events time { color: #86a1ad; }
.admin-beta-queue {
  margin: 24px 0;
  padding: 18px;
  border: 1px solid rgba(48,132,168,.16);
  border-radius: 19px;
  background: rgba(241,251,254,.72);
}
.admin-beta-queue > header { display: flex; margin-bottom: 12px; align-items: center; justify-content: space-between; gap: 14px; }
.admin-beta-queue header p,
.admin-beta-queue header h3 { margin: 0; }
.admin-beta-queue header p { color: #4c8299; font-size: 7px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.admin-beta-queue header h3 { margin-top: 3px; color: var(--ink-strong); font-size: 15px; }
.admin-beta-queue .account-secondary { min-height: 34px; font-size: 8px; }
#admin-beta-requests { display: grid; gap: 8px; }
.admin-beta-empty { margin: 0; padding: 17px; border-radius: 13px; background: rgba(255,255,255,.7); color: #7593a0; font-size: 9px; text-align: center; }
.admin-beta-request {
  display: grid;
  padding: 12px;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(49,133,168,.13);
  border-radius: 15px;
  background: rgba(255,255,255,.78);
}
.admin-beta-avatar {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg,#61daec,#1688c4);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}
.admin-beta-avatar img { width: 100%; height: 100%; object-fit: cover; }
.admin-beta-request header { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.admin-beta-request header span { display: flex; flex-direction: column; }
.admin-beta-request header strong { color: var(--ink-strong); font-size: 10px; }
.admin-beta-request header small,
.admin-beta-request > div > small { color: #7a98a5; font-size: 7px; }
.admin-beta-request header i { padding: 4px 6px; border-radius: 999px; background: #e5f5fa; color: #447d92; font-size: 7px; font-style: normal; font-weight: 900; text-transform: uppercase; }
.admin-beta-request[data-status="pending"] header i { background: #fff3b8; color: #805d0a; }
.admin-beta-request[data-status="approved"] header i { background: #ddf7dc; color: #347541; }
.admin-beta-request > div > p { margin: 7px 0 4px; color: #527889; font-size: 9px; line-height: 1.5; }
.admin-beta-actions { display: flex; flex-direction: column; gap: 5px; }
.admin-beta-actions button { min-height: 31px; padding-inline: 11px; font-size: 8px; }
.admin-report {
  display: grid;
  padding: 13px;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(181,79,85,.14);
  border-radius: 15px;
  background: rgba(255,250,250,.8);
}
.admin-report header { display: flex; justify-content: space-between; gap: 10px; }
.admin-report header strong { color: var(--ink-strong); font-size: 10px; }
.admin-report header small { color: #869da6; font-size: 7px; }
.admin-report blockquote { margin: 8px 0; padding: 8px 10px; border-left: 3px solid #d8878c; border-radius: 0 10px 10px 0; background: rgba(255,255,255,.72); color: #607c89; font-size: 9px; }
.admin-report p { margin: 0; color: #8b454b; font-size: 8px; font-weight: 800; }
.delete-account-dialog {
  width: min(510px, calc(100% - 28px));
  padding: 0;
  border: 0;
  border-radius: 27px;
  background: transparent;
}
.delete-account-dialog::backdrop { background: rgba(17, 63, 85, .34); backdrop-filter: blur(8px); }
.delete-account-window {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 27px;
  background: linear-gradient(145deg, #fff, #eaf8fc);
  box-shadow: 0 26px 70px rgba(19, 73, 103, .28), inset 0 1px 0 #fff;
}
.delete-account-window h2 { margin: 0; color: var(--ink-strong); font-size: 27px; }
.delete-account-window > p:not(.account-eyebrow) { color: #5e8192; font-size: 12px; line-height: 1.65; }
.delete-account-window label { margin: 20px 0; }
.delete-account-window > div { display: flex; justify-content: flex-end; gap: 8px; }
.site-footer {
  display: grid;
  margin-top: 24px;
  padding: 18px 22px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 23px;
  background: rgba(255, 255, 255, .6);
  box-shadow: inset 0 1px 0 #fff, 0 8px 22px rgba(35, 112, 151, .09);
  backdrop-filter: blur(15px);
  animation: info-surface-arrive .64s .1s cubic-bezier(.16, .84, .29, 1) both;
}
.footer-brand { color: var(--ink-strong); font-size: 18px; font-weight: 900; }
.site-footer p { margin: 0; color: #7895a2; font-size: 8px; line-height: 1.6; }
.site-footer nav { display: flex; gap: 4px; }
.site-footer nav a { padding: 8px 9px; border-radius: 999px; color: #5d8192; font-size: 9px; font-weight: 900; }
.site-footer nav a:hover { background: #fff; color: var(--blue); }

.community-main {
  position: relative;
  margin-top: 24px;
  padding: clamp(25px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 36px;
  background:
    radial-gradient(circle at 88% 7%, rgba(92, 217, 232, .25), transparent 25%),
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(225, 247, 252, .65));
  box-shadow: inset 0 1px 0 #fff, 0 20px 48px rgba(28, 109, 151, .13);
  animation: info-surface-arrive .68s cubic-bezier(.16, .84, .29, 1) both;
}
.community-hero {
  display: grid;
  min-height: 150px;
  grid-template-columns: minmax(0, 1fr) 190px;
  align-items: center;
  gap: 28px;
}
.community-hero h1 {
  margin: 0;
  color: var(--ink-strong);
  font-size: clamp(38px, 6vw, 70px);
  letter-spacing: -.055em;
  line-height: .95;
}
.community-hero > div:first-child > p:last-child {
  max-width: 680px;
  margin: 18px 0 0;
  color: #527c8e;
  font-size: 14px;
  line-height: 1.65;
}
.community-hero-art {
  position: relative;
  display: grid;
  width: 180px;
  height: 130px;
  place-items: center;
}
.community-hero-art > span {
  position: relative;
  display: block;
  width: 136px;
  height: 86px;
  border: 3px solid #fff;
  border-radius: 38px;
  background: linear-gradient(145deg, #64dcec, #1a91c8);
  box-shadow: 0 15px 28px rgba(18, 112, 163, .22), inset 0 1px 0 rgba(255,255,255,.75);
}
.community-hero-art > span::after {
  position: absolute;
  right: 16px;
  bottom: -15px;
  width: 30px;
  height: 30px;
  background: #239dcd;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  content: "";
}
.community-hero-art i,
.community-hero-art b,
.community-hero-art em {
  position: absolute;
  top: 36px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
}
.community-hero-art i { left: 37px; }
.community-hero-art b { left: 62px; }
.community-hero-art em { left: 87px; }
.community-hero-art small {
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #55bc4b;
  box-shadow: 0 5px 12px rgba(31, 125, 61, .2);
  color: #fff;
  font-size: 7px;
  font-weight: 900;
}
.community-notice {
  margin: 18px 0;
  padding: 12px 15px;
  border: 1px solid rgba(43, 134, 172, .2);
  border-radius: 15px;
  background: rgba(233, 249, 253, .9);
  color: #386f87;
  font-size: 10px;
  font-weight: 800;
}
.community-notice[data-kind="success"] { border-color: rgba(57, 160, 75, .24); background: #effbef; color: #317741; }
.community-notice[data-kind="error"] { border-color: rgba(190, 61, 69, .24); background: #fff2f2; color: #9b3a42; }
.community-layout {
  display: grid;
  margin-top: 30px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
  align-items: start;
  gap: 18px;
}
.community-window,
.community-rules {
  border: 1px solid rgba(43, 132, 168, .2);
  border-radius: 28px;
  background: rgba(255, 255, 255, .66);
  box-shadow: inset 0 1px 0 #fff, 0 12px 28px rgba(25, 103, 143, .09);
}
.community-window { overflow: hidden; }
.community-window-heading {
  display: grid;
  padding: 19px 21px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid rgba(42, 130, 166, .16);
  background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(228,248,253,.68));
}
.community-signal {
  display: flex;
  width: 43px;
  height: 43px;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  padding-bottom: 11px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #65dcea, #168cc5);
  box-shadow: 0 5px 13px rgba(21, 111, 158, .19);
}
.community-signal i { width: 4px; border-radius: 5px; background: #fff; }
.community-signal i:nth-child(1) { height: 7px; }
.community-signal i:nth-child(2) { height: 13px; }
.community-signal i:nth-child(3) { height: 19px; }
.community-window-heading p {
  margin: 0 0 3px;
  color: #49839a;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.community-window-heading h2 { margin: 0; color: var(--ink-strong); font-size: 21px; letter-spacing: -.03em; }
.community-window-heading small { display: block; margin-top: 3px; color: #819da9; font-size: 8px; }
.community-refresh,
.community-older,
.community-remove {
  border: 1px solid rgba(42, 132, 168, .23);
  background: linear-gradient(180deg, #fff, #e5f6fb);
  color: #36758e;
  font-size: 9px;
  font-weight: 900;
}
.community-refresh { min-height: 35px; padding: 0 13px; border-radius: 999px; }
.community-messages {
  display: grid;
  max-height: 610px;
  margin: 0;
  padding: 16px 18px;
  overflow: auto;
  gap: 9px;
  list-style: none;
  scrollbar-color: rgba(52, 144, 180, .35) transparent;
}
.community-message {
  display: grid;
  padding: 13px;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  border: 1px solid rgba(47, 134, 169, .14);
  border-radius: 18px;
  background: rgba(242, 252, 254, .74);
}
.community-avatar {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #62dbe9, #208bc5);
  box-shadow: 0 4px 10px rgba(25, 109, 154, .16);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}
.community-avatar img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }
.community-avatar:hover { filter: brightness(1.04); transform: translateY(-1px); }
.community-message header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.community-message header > span { display: flex; min-width: 0; flex-direction: column; }
.community-profile-link {
  overflow: hidden;
  padding: 0;
  color: var(--ink-strong);
  font-size: 11px;
  font-weight: 900;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.community-profile-link:hover { color: var(--blue); text-decoration: underline; }
.community-message header small { color: #7194a4; font-size: 8px; }
.community-message time { flex: 0 0 auto; color: #88a4af; font-size: 8px; }
.community-message p {
  margin: 8px 0 0;
  color: #426f83;
  font-size: 12px;
  line-height: 1.58;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}
.community-remove {
  min-height: 27px;
  margin-top: 9px;
  padding: 0 9px;
  border-color: rgba(190, 61, 69, .18);
  border-radius: 999px;
  color: #9b454b;
}
.community-message-actions { display: flex; flex-wrap: wrap; gap: 5px; }
.community-inline-badges { display: flex!important; margin-top: 4px; flex-flow: row wrap!important; gap: 4px; }
.community-inline-badges .profile-badge { min-height: 18px; padding: 2px 5px; font-size: 6px; }
.community-empty {
  padding: 46px 20px;
  border: 1px dashed rgba(50, 139, 174, .25);
  border-radius: 18px;
  color: #7697a5;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}
.community-older {
  display: block;
  min-height: 35px;
  margin: 0 auto 15px;
  padding: 0 13px;
  border-radius: 999px;
}
.community-older[hidden] { display: none; }
.community-gate,
.community-composer {
  margin: 0 18px 18px;
  padding: 16px;
  border: 1px solid rgba(46, 137, 173, .18);
  border-radius: 19px;
  background: linear-gradient(145deg, rgba(234,249,253,.9), rgba(255,255,255,.86));
}
.community-gate { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.community-gate[hidden],
.community-composer[hidden] { display: none; }
.community-gate > div { display: flex; flex-direction: column; gap: 4px; }
.community-gate strong { color: var(--ink-strong); font-size: 13px; }
.community-gate span { color: #6d8f9e; font-size: 9px; line-height: 1.5; }
.community-composer { display: grid; gap: 8px; }
.community-composer-heading,
.community-composer-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.community-composer-heading span,
.community-composer-heading a,
.community-composer label,
.community-composer-actions > span { color: #668a9b; font-size: 8px; font-weight: 800; }
.community-composer-heading strong { color: var(--ink-strong); font-size: 9px; }
.community-composer-heading a { color: var(--blue); }
.community-composer textarea {
  width: 100%;
  min-height: 92px;
  padding: 12px 13px;
  resize: vertical;
  border: 1px solid rgba(45, 133, 168, .24);
  border-radius: 15px;
  background: rgba(255, 255, 255, .86);
  box-shadow: inset 0 1px 3px rgba(26, 99, 135, .06);
  color: var(--ink-strong);
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}
.community-rules { padding: 24px; }
.community-rules-orb {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff4a4, #eeb945);
  box-shadow: 0 6px 15px rgba(135, 99, 19, .15);
  color: #fff;
  font-size: 20px;
}
.community-rules > p { margin: 0 0 5px; color: #4d8298; font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.community-rules h2 { margin: 0; color: var(--ink-strong); font-size: 23px; letter-spacing: -.035em; }
.community-rules ul { display: grid; margin: 20px 0; padding: 0; gap: 11px; list-style: none; }
.community-rules li { position: relative; padding-left: 20px; color: #547b8d; font-size: 10px; line-height: 1.5; }
.community-rules li::before { position: absolute; top: 1px; left: 0; color: #48b64d; content: "●"; font-size: 9px; }
.community-rules small { color: #829ea9; font-size: 8px; line-height: 1.55; }

.community-profile-dialog,
.community-report-dialog {
  width: min(500px, calc(100% - 26px));
  padding: 0;
  border: 0;
  border-radius: 28px;
  background: transparent;
}
.community-profile-dialog::backdrop,
.community-report-dialog::backdrop {
  background: rgba(14,58,81,.4);
  backdrop-filter: blur(9px);
}
.community-profile-card,
.community-report-card {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 5%, rgba(106,220,239,.28), transparent 27%),
    linear-gradient(145deg,#fff,#e8f8fc);
  box-shadow: 0 28px 80px rgba(15,65,95,.32), inset 0 1px 0 #fff;
}
.community-dialog-close {
  position: absolute;
  top: 13px;
  right: 13px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(45,131,168,.2);
  border-radius: 50%;
  background: rgba(255,255,255,.8);
  color: #527d8f;
  font-size: 19px;
}
.community-profile-card > header { display: flex; padding-right: 28px; align-items: center; gap: 15px; }
.community-profile-card header p,
.community-profile-card header h2,
.community-profile-card header small { margin: 0; }
.community-profile-card header p { color: #448099; font-size: 7px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.community-profile-card header h2 { margin-top: 3px; color: var(--ink-strong); font-size: 25px; letter-spacing: -.03em; }
.community-profile-card header small { display: block; margin-top: 3px; color: #7394a2; font-size: 9px; }
.community-profile-avatar {
  display: grid;
  width: 70px;
  height: 70px;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg,#64dceb,#1789c6);
  box-shadow: 0 8px 20px rgba(20,110,160,.2);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}
.community-profile-avatar img { width: 100%; height: 100%; object-fit: cover; }
.community-profile-bio { min-height: 38px; margin: 18px 0; color: #50798b; font-size: 11px; line-height: 1.65; }
.community-profile-stats { display: grid; margin: 0; grid-template-columns: repeat(3,1fr); gap: 7px; }
.community-profile-stats div { padding: 11px; border-radius: 13px; background: rgba(225,246,252,.74); }
.community-profile-stats dt { color: #7093a1; font-size: 7px; font-weight: 900; text-transform: uppercase; }
.community-profile-stats dd { margin: 4px 0 0; color: var(--ink-strong); font-size: 14px; font-weight: 900; }
.community-profile-actions { display: flex; margin-top: 19px; justify-content: flex-end; gap: 7px; }
.community-profile-actions [hidden] { display: none; }
.community-report-card h2 { margin: 4px 0 8px; color: var(--ink-strong); font-size: 25px; }
.community-report-card > p:not(.account-eyebrow) { color: #5b8191; font-size: 11px; line-height: 1.6; }
.community-report-card label { display: grid; margin: 18px 0; gap: 7px; color: #396f86; font-size: 9px; font-weight: 900; }
.community-report-card textarea { padding: 12px; resize: vertical; border: 1px solid rgba(47,132,168,.24); border-radius: 14px; background: rgba(255,255,255,.82); color: var(--ink-strong); font: inherit; }
.community-report-card > div { display: flex; justify-content: flex-end; gap: 7px; }

.viewport-lab-main {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(30px, 4.6vw, 62px);
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 38px;
  background:
    radial-gradient(circle at 88% 6%, rgba(165, 255, 224, .32), transparent 26%),
    radial-gradient(circle at 8% 35%, rgba(150, 225, 255, .28), transparent 24%),
    linear-gradient(150deg, rgba(249,254,255,.96), rgba(225,247,252,.9));
  box-shadow: 0 24px 70px rgba(29,106,148,.16), inset 0 1px 0 #fff;
}
.viewport-lab-hero {
  display: grid;
  min-height: 300px;
  grid-template-columns: minmax(0, 1.06fr) minmax(310px, .74fr);
  align-items: center;
  gap: clamp(30px, 5vw, 64px);
}
.viewport-lab-copy h1 {
  max-width: 720px;
  margin: 8px 0 17px;
  color: var(--ink-strong);
  font-size: clamp(43px, 5.8vw, 72px);
  letter-spacing: -.06em;
  line-height: .94;
}
.viewport-lab-copy > p:last-of-type {
  max-width: 680px;
  margin: 0;
  color: #517b8d;
  font-size: 13px;
  line-height: 1.65;
}
.viewport-lab-tags {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 7px;
}
.viewport-lab-tags span {
  padding: 7px 11px;
  border: 1px solid rgba(39,137,181,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.7);
  color: #35738f;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.viewport-lab-visual {
  position: relative;
  min-height: 272px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 34px;
  background:
    radial-gradient(circle at 77% 17%, rgba(162,255,218,.52), transparent 27%),
    repeating-linear-gradient(-18deg, transparent 0 23px, rgba(255,255,255,.07) 23px 27px),
    linear-gradient(145deg, #4bd0df, #1c80c5 58%, #174c96);
  box-shadow: 0 22px 45px rgba(24,83,146,.25), inset 0 1px 0 rgba(255,255,255,.7);
}
.viewport-lab-visual::before {
  position: absolute;
  inset: auto -18% -38% 34%;
  height: 70%;
  border-radius: 50%;
  background: rgba(161, 244, 201, .25);
  filter: blur(2px);
  content: "";
}
.viewport-frame {
  position: absolute;
  width: 138px;
  height: 102px;
  padding: 8px;
  border: 2px solid rgba(255,255,255,.84);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(247,255,255,.76), rgba(150,225,241,.45));
  box-shadow: 0 18px 35px rgba(8,63,119,.24), inset 0 1px 0 #fff;
  backdrop-filter: blur(5px);
  animation: viewport-frame-breathe 4.8s ease-in-out infinite;
}
.viewport-frame i {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(25,113,156,.22);
  border-radius: 16px;
  background:
    linear-gradient(166deg, transparent 0 56%, rgba(31,124,153,.34) 57%),
    radial-gradient(circle at 71% 31%, rgba(255,248,172,.92) 0 8%, transparent 9%),
    linear-gradient(150deg, #9af0dc, #5ec5e4);
}
.viewport-frame-a { top: 34px; left: 29px; transform: rotate(-7deg); }
.viewport-frame-b {
  right: 28px;
  bottom: 30px;
  transform: rotate(6deg);
  animation-delay: -2.2s;
}
.viewport-bridge {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 82px;
  height: 20px;
  padding: 5px;
  border-radius: 999px;
  background: rgba(246,255,255,.92);
  box-shadow: 0 7px 20px rgba(8,73,121,.22);
  transform: translate(-50%, -50%) rotate(15deg);
}
.viewport-bridge i,
.viewport-bridge b,
.viewport-bridge em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #63dfcb, #7ce8f0, #63dfcb);
  content: "";
  animation: viewport-bridge-flow 2s linear infinite;
}
.viewport-bridge b,
.viewport-bridge em { display: none; }
.viewport-lab-orbit {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(180,255,238,.8);
}
.orbit-a { top: 27px; right: 30px; }
.orbit-b { bottom: 25px; left: 25px; width: 7px; height: 7px; }
.viewport-lab-visual small {
  position: absolute;
  right: 18px;
  bottom: 17px;
  padding: 7px 10px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #ffd34d;
  color: #765000;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .12em;
}
.viewport-integrity-strip {
  display: grid;
  margin: 27px 0 18px;
  padding: 12px 15px;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 8px;
  border: 1px solid rgba(40,133,171,.15);
  border-radius: 20px;
  background: rgba(255,255,255,.58);
}
.viewport-integrity-strip span {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 9px;
  color: #527d8e;
  font-size: 8px;
  line-height: 1.35;
}
.viewport-integrity-strip i {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg,#e7fbff,#c7f1ed);
  color: #2189a9;
  font-size: 11px;
  font-style: normal;
}
.viewport-access-window {
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid rgba(47,135,174,.2);
  border-radius: 29px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 17px 38px rgba(37,105,140,.12);
}
.viewport-access-window > header {
  display: grid;
  padding: 19px 24px;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid rgba(47,135,174,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(227,248,252,.82));
}
.viewport-access-light {
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #5bd05c;
  box-shadow: 0 0 0 1px rgba(34,129,63,.18), 0 0 16px rgba(67,199,84,.5);
}
.viewport-access-window > header p,
.viewport-access-window > header h2 { margin: 0; }
.viewport-access-window > header p { color: #46829b; font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.viewport-access-window > header h2 { margin-top: 2px; color: var(--ink-strong); font-size: 20px; }
.viewport-access-code {
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(202,239,247,.72);
  color: #43819a;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .11em;
}
.viewport-access-state,
.viewport-request-form {
  display: grid;
  min-height: 194px;
  padding: clamp(26px, 4vw, 46px);
  place-items: center;
  align-content: center;
  gap: 11px;
  text-align: center;
}
.viewport-access-state[hidden],
.viewport-request-form[hidden] { display: none; }
.viewport-access-state h3,
.viewport-request-form h3 { margin: 0; color: var(--ink-strong); font-size: 25px; letter-spacing: -.03em; }
.viewport-access-state p,
.viewport-request-form p { max-width: 650px; margin: 0; color: #5d8293; font-size: 11px; line-height: 1.6; }
.viewport-access-state small { color: #7e9ba7; font-size: 8px; }
.viewport-state-symbol {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #7dd9ef, #218fc1);
  box-shadow: 0 9px 20px rgba(27,114,158,.2);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}
.viewport-request-form {
  width: min(720px, 100%);
  margin: 0 auto;
  place-items: stretch;
  text-align: left;
}
.viewport-request-intro {
  display: grid;
  margin-bottom: 5px;
  grid-template-columns: auto minmax(0,1fr);
  align-items: center;
  gap: 13px;
  text-align: left;
}
.viewport-request-form label { display: grid; gap: 7px; color: #386f88; font-size: 9px; font-weight: 900; }
.viewport-request-form textarea,
.viewport-request-form input[type="text"],
.viewport-request-form input:not([type]) {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid rgba(49,135,173,.28);
  border-radius: 14px;
  background: rgba(249,254,255,.96);
  color: var(--ink-strong);
  font: inherit;
  font-size: 10px;
  line-height: 1.5;
}
.viewport-request-form textarea { resize: vertical; }
.viewport-legal-check { display: grid!important; grid-template-columns: auto minmax(0,1fr); align-items: start; }
.viewport-legal-check input { margin-top: 2px; accent-color: #299ac9; }
.viewport-legal-check span { color: #607f8d; font-weight: 700; line-height: 1.55; }
.viewport-request-form .account-primary { justify-self: center; }
.viewport-approved { grid-template-columns: auto minmax(0,1fr) auto; place-items: center start; text-align: left; }
.viewport-approved > small { grid-column: 2 / -1; }
.viewport-principles {
  display: grid;
  margin-top: 20px;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}
.viewport-principles article {
  display: grid;
  padding: 18px;
  grid-template-columns: auto minmax(0,1fr);
  gap: 12px;
  border: 1px solid rgba(47,135,174,.15);
  border-radius: 20px;
  background: rgba(255,255,255,.65);
}
.viewport-principles article > span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: #dff5fb; color: #2584aa; font-size: 9px; font-weight: 900; }
.viewport-principles h2 { margin: 1px 0 5px; color: var(--ink-strong); font-size: 12px; }
.viewport-principles p { margin: 0; color: #638391; font-size: 9px; line-height: 1.55; }

@keyframes viewport-frame-breathe {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -7px; }
}

@keyframes viewport-bridge-flow {
  0% { filter: hue-rotate(0deg); transform: translateX(-4px); }
  50% { transform: translateX(4px); }
  100% { filter: hue-rotate(18deg); transform: translateX(-4px); }
}

body.has-experience-dock:not(.channel-home) .site-shell {
  padding-bottom: 112px;
}

.experience-return-dock {
  position: fixed;
  z-index: 90;
  right: 50%;
  bottom: 10px;
  display: grid;
  width: min(720px, calc(100% - 22px));
  min-height: 66px;
  padding: 7px 14px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 25px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(229, 248, 253, .8));
  box-shadow: 0 12px 35px rgba(25, 100, 142, .2), inset 0 1px 0 #fff;
  backdrop-filter: blur(20px) saturate(1.2);
  transform: translateX(50%);
}

.experience-dock-motto {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.experience-dock-motto strong {
  color: var(--ink-strong);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.experience-dock-motto small,
.experience-dock-location {
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.experience-dock-location {
  max-width: 180px;
  justify-self: end;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.experience-dock-home {
  position: relative;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #63ddef, #188fc9 58%, #1167aa);
  box-shadow: 0 8px 18px rgba(18, 105, 157, .28), inset 0 -5px 9px rgba(11, 82, 132, .15);
  transition: transform .2s ease, box-shadow .2s ease;
}

.experience-dock-home:hover,
.experience-dock-home:focus-visible {
  outline: none;
  box-shadow: 0 12px 24px rgba(18, 105, 157, .34), 0 0 0 4px rgba(255, 255, 255, .34);
  transform: translateY(-3px) scale(1.04);
}

.experience-dock-home span {
  position: relative;
  display: block;
  width: 24px;
  height: 22px;
}

.experience-dock-home i {
  position: absolute;
  right: 3px;
  bottom: 0;
  left: 3px;
  height: 14px;
  border-radius: 3px;
  background: #fff;
}

.experience-dock-home b {
  position: absolute;
  top: 1px;
  left: 4px;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  background: #fff;
  transform: rotate(45deg);
}

.experience-dock-home::after {
  position: absolute;
  z-index: 2;
  bottom: 11px;
  left: calc(50% - 3px);
  width: 6px;
  height: 9px;
  border-radius: 4px 4px 0 0;
  background: #1c8bc4;
  content: "";
}

@keyframes sun-breathe {
  50% { opacity: .78; transform: scale(1.04); }
}
@keyframes cloud-drift {
  to { margin-left: 55px; transform: translateY(7px) scale(var(--cloud-scale, 1)); }
}
@keyframes bubble-float {
  50% { transform: translateY(-12px) scale(1.025); }
}
@keyframes world-sweep {
  0%, 18% { left: -35%; opacity: 0; }
  35% { opacity: .7; }
  58%, 100% { left: 120%; opacity: 0; }
}
@keyframes tile-glint {
  from { left: -60%; }
  to { left: 145%; }
}
@keyframes live-pulse {
  50% { opacity: .5; transform: scale(.78); }
}
@keyframes manual-hover {
  50% { transform: translateY(-5px) rotate(-5deg); }
}
@keyframes orbit-float {
  50% { transform: translateY(-5px) scale(1.02); }
}
@keyframes orbit-spin {
  to { transform: rotate(388deg); }
}
@keyframes orb-hover {
  50% { transform: translateY(-5px) rotate(2deg); }
}
@keyframes message-hover {
  50% { transform: translateY(-5px) rotate(-1deg); }
}
@keyframes account-hover {
  50% { transform: translateY(-5px) rotate(1deg); }
}
@keyframes profile-orbit {
  to { transform: rotate(1turn); }
}

@keyframes signal-pulse {
  0%, 100% { opacity: .45; transform: scale(.9); }
  50% { opacity: 1; transform: scale(1.04); }
}
@keyframes account-loading {
  50% { box-shadow: 0 0 0 12px rgba(72, 185, 218, .05), 0 10px 24px rgba(20, 115, 169, .24); transform: translateY(-3px); }
}
@keyframes panel-arrive {
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes info-chrome-arrive {
  from { opacity: 0; transform: translateY(-10px) scale(.995); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes info-surface-arrive {
  from { opacity: 0; transform: translateY(12px) scale(.995); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes launch-ring {
  from { opacity: .65; transform: scale(.45); }
  to { opacity: 0; transform: scale(1.25); }
}
@keyframes intro-horizon-open {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.18); }
  34% { opacity: .72; }
  100% { opacity: .08; transform: translate(-50%, -50%) scale(1.08); }
}
@keyframes intro-orb-arrive {
  to { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes intro-orbit {
  to { transform: rotate(360deg); }
}
@keyframes intro-copy-arrive {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes intro-progress-pulse {
  0%, 100% { opacity: .28; transform: scale(.72); }
  50% { opacity: 1; transform: scale(1); }
}
@keyframes step-disc-spin {
  to { transform: rotate(1turn); }
}
@keyframes step-local-signal {
  0%, 100% { opacity: .45; transform: scale(.75); }
  50% { opacity: 1; transform: scale(1.2); }
}
@keyframes step-runtime-float {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-3px) rotate(2deg); }
}

@media (min-width: 901px) and (max-height: 800px) {
  .experience-shell { height: 100svh; min-height: 0; padding-block: 8px; }
  .system-bar,
  .system-dock { min-height: 60px; }
  .channel-stage { padding-block: 8px 4px; }
  .selection-readout { margin-bottom: 7px; }
  .selection-readout h1 { font-size: clamp(30px, 3.6vw, 40px); }
  .channel-grid { gap: 12px; }
  .channel-tile {
    aspect-ratio: 16 / 9.6;
    grid-template-rows: minmax(0, 1fr) 44px;
  }
  .interaction-hint { min-height: 25px; margin-top: 4px; }
}

@media (max-width: 900px) {
  body.channel-home { overflow-y: auto; }
  .experience-shell { min-height: 100svh; }
  .system-heading { display: none; }
  .system-bar { grid-template-columns: 1fr auto; }
  .channel-stage { padding-inline: 8px; }
  .channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 760px; }
  .selection-readout { max-width: 760px; }
  .channel-tile { aspect-ratio: 16 / 9.6; }
  .community-layout { grid-template-columns: 1fr; }
  .community-rules { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 7px 18px; }
  .community-rules-orb { grid-row: 1 / span 4; }
  .community-rules ul { grid-column: 2; }
  .community-rules small { grid-column: 2; }
  .viewport-lab-hero { min-height: 0; grid-template-columns: 1fr; }
  .viewport-lab-visual { min-height: 240px; }
  .viewport-integrity-strip { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .intro-orb { width: 94px; }
  .intro-name { margin-top: 24px; }
  .intro-name > span { gap: 8px; letter-spacing: .09em; }
  .intro-name b { width: 15px; }
  .intro-skip { right: 14px; bottom: 14px; }
  .experience-shell { width: min(100% - 18px, 1240px); padding-block: 9px; }
  .system-bar { padding: 7px 8px; border-radius: 22px; }
  .system-orb { width: 42px; height: 42px; font-size: 14px; }
  .system-brand-copy small { display: none; }
  .system-brand-copy strong { font-size: 17px; }
  .system-info-button { width: 40px; padding: 0; justify-content: center; }
  .system-info-button > span:last-child { display: none; }
  .sound-toggle .sound-label { display: none; }
  .sound-toggle { width: 40px; padding: 0; justify-content: center; }
  .channel-stage { padding-top: 15px; }
  .selection-readout { display: block; margin-bottom: 11px; text-align: center; }
  .selection-readout > p { display: none; }
  .selection-readout > div > p { font-size: 8px; }
  .selection-readout h1 { font-size: clamp(27px, 8vw, 38px); }
  .channel-grid { gap: 9px; }
  .channel-tile { grid-template-rows: minmax(0, 1fr) 42px; border-radius: 17px; }
  .tile-label { padding: 7px 10px; }
  .tile-label strong { font-size: 11px; }
  .tile-label small { display: none; }
  .tile-live { top: 8px; right: 8px; padding: 5px 7px; font-size: 7px; }
  .manual-art { min-width: 70px; }
  .orbit-art, .collection-art { transform: scale(.76); }
  .message-art { transform: scale(.76); }
  .account-art { transform: scale(.76); }
  .interaction-hint { margin-top: 6px; }
  .hint-separator, .interaction-hint span:last-child { display: none; }
  .system-dock { min-height: 60px; padding: 7px 10px; border-radius: 22px; }
  .dock-home { width: 47px; height: 47px; }
  .dock-actions a { padding: 7px; font-size: 8px; }
  .dock-actions a:nth-child(2) { display: none; }
  .system-clock strong { font-size: 15px; }
  .system-clock span { max-width: 90px; font-size: 7px; }
  .panel-window > header { padding: 20px; }
  .panel-steps { padding-inline: 20px; }
  .panel-steps-compact {
    padding: 12px 14px 14px;
    grid-template-columns: 1fr;
  }
  .panel-steps-compact article { min-height: 0; }
  .panel-about nav { flex-wrap: wrap; }
  .site-header { grid-template-columns: 1fr auto; gap: 10px; }
  .site-nav { grid-row: 2; grid-column: 1 / -1; margin-top: 8px; flex-wrap: wrap; }
  .site-header > .sound-toggle { grid-column: 2; grid-row: 1; }
  .info-main { padding: 34px 22px; border-radius: 29px; }
  .profile-main { padding: 30px 20px; border-radius: 29px; }
  .community-main { padding: 30px 20px; border-radius: 29px; }
  .community-hero { min-height: 0; grid-template-columns: 1fr; }
  .community-hero-art { display: none; }
  .community-layout { margin-top: 24px; }
  .community-window-heading { grid-template-columns: auto minmax(0, 1fr); }
  .community-refresh { grid-column: 1 / -1; width: 100%; }
  .community-messages { max-height: 520px; padding: 12px; }
  .community-message { grid-template-columns: 36px minmax(0, 1fr); padding: 11px; }
  .community-avatar { width: 36px; height: 36px; }
  .community-gate { align-items: stretch; flex-direction: column; }
  .community-gate .account-primary { width: 100%; }
  .community-rules { display: block; }
  .community-rules-orb { margin-bottom: 15px; }
  .profile-hero { min-height: 0; grid-template-columns: 1fr; }
  .profile-hero-art { display: none; }
  .viewport-lab-main { padding: 30px 20px; border-radius: 29px; }
  .viewport-lab-copy h1 { font-size: clamp(39px, 13vw, 59px); }
  .viewport-lab-visual { min-height: 220px; }
  .viewport-frame { width: 116px; height: 86px; }
  .viewport-principles { grid-template-columns: 1fr; }
  .viewport-approved { grid-template-columns: 1fr; place-items: center; text-align: center; }
  .viewport-approved > small { grid-column: auto; }
  .viewport-access-code { display: none; }
  .account-gate { grid-template-columns: 1fr; text-align: left; }
  .account-gate-mark { display: none; }
  .account-grid { grid-template-columns: 1fr; }
  .account-data-card { align-items: flex-start; flex-direction: column; }
  .account-data-actions { justify-content: flex-start; }
  .admin-stats { grid-template-columns: 1fr 1fr; }
  .admin-beta-request { grid-template-columns: auto minmax(0,1fr); }
  .admin-beta-actions { grid-column: 1 / -1; flex-direction: row; justify-content: flex-end; }
  .admin-report { grid-template-columns: 1fr; }
  .community-profile-stats { grid-template-columns: 1fr; }
  .prose-grid { grid-template-columns: 1fr; gap: 25px; }
  .site-footer { grid-template-columns: 1fr; gap: 10px; }
  .experience-return-dock {
    bottom: 7px;
    min-height: 60px;
    padding: 5px 9px;
  }
  .experience-dock-motto small { display: none; }
  .experience-dock-location { max-width: 92px; font-size: 7px; }
  .experience-dock-home { width: 48px; height: 48px; }
}

@media (max-width: 430px) {
  .channel-grid { grid-template-columns: 1fr 1fr; }
  .channel-tile { aspect-ratio: 1.22; }
  .tile-screen img { object-position: 50% 35%; }
  .dock-actions a:last-child { display: none; }
}

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