:root {
  --ink: #071011;
  --muted: #6d8378;
  --surface: rgba(250, 255, 225, 0.72);
  --line: rgba(7, 16, 17, 0.12);
  --pink: #ff4ea3;
  --hot-pink: #e8238d;
  --lime: #d9ff36;
  --green: #43f06a;
  --mint: #00d984;
  --yellow: #fff36d;
  --orange: #ff8f45;
  --cyan: #54e8ff;
  --shadow: 0 28px 80px rgba(9, 72, 44, 0.2);
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Arial Rounded MT Bold", "Trebuchet MS", var(--font-body);
  --page-bg: linear-gradient(135deg, #fff8cf 0%, #ffe0ed 44%, #fff3a5 100%);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #fff9d6;
  color-scheme: light;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  background: transparent;
  overflow: hidden;
  max-width: 100%;
  -webkit-user-select: none;
  user-select: none;
}

body::before {
  display: none;
}

.page-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--page-bg);
  transform: translateZ(0);
}

.page-bg::before {
  display: none;
}

.effects {
  position: fixed;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
  contain: layout paint;
}

.fizz-pop {
  position: absolute;
  width: var(--size, 12px);
  height: var(--size, 12px);
  border-radius: 48% 52% 57% 43%;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.96) 0 12%, transparent 13%),
    radial-gradient(circle at 38% 38%, var(--yellow) 0 20%, var(--pink) 48%, var(--hot-pink) 100%);
  box-shadow:
    0 12px 28px rgba(232, 35, 141, 0.18),
    inset -3px -4px 0 rgba(7, 16, 17, 0.11);
  opacity: 0;
  transform-origin: center;
  animation: popFizz 1120ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.fizz-pop::after {
  position: absolute;
  inset: 18% 20% auto auto;
  width: 24%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  content: "";
  filter: blur(0.2px);
}

.fizz-pop.is-drop {
  border-radius: 58% 42% 62% 38%;
}

.fizz-pop.is-spark {
  height: calc(var(--size, 12px) * 0.34);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--yellow), var(--cyan), transparent);
  box-shadow: 0 0 18px rgba(255, 243, 109, 0.55);
}

.fizz-pop.is-spark::after {
  inset: 50% auto auto 18%;
  width: 64%;
  height: 1px;
  aspect-ratio: auto;
  background: rgba(255, 255, 255, 0.88);
  transform: translateY(-50%);
}

.fizz-pop.is-dot {
  background:
    radial-gradient(circle at 32% 26%, rgba(255, 255, 255, 0.9) 0 16%, transparent 17%),
    radial-gradient(circle, var(--cyan), #7ff7ff 70%);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

a,
button {
  -webkit-user-select: none;
  user-select: none;
}

.shell {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  height: 100svh;
  margin: 0;
  padding: clamp(16px, 2.4vh, 24px) max(20px, calc((100vw - 1180px) / 2)) clamp(14px, 2vh, 22px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  max-width: 100%;
  overflow-x: clip;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(10px, 2vh, 22px);
  min-width: 0;
}

.brand,
.nav-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 247, 0.68);
  box-shadow: 0 12px 34px rgba(31, 98, 57, 0.08);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.brand {
  padding: 8px 15px 8px 9px;
  font-family: var(--font-display);
  font-weight: 700;
}

.brand-mark {
  width: 27px;
  height: 27px;
  border: 3px solid #111918;
  border-radius: 50% 46% 56% 42%;
  background:
    radial-gradient(circle at 62% 30%, #ffffff 0 9%, transparent 10%),
    linear-gradient(135deg, var(--yellow), var(--pink) 58%, var(--hot-pink));
  box-shadow: inset -4px -5px 0 rgba(7, 16, 17, 0.12), 0 0 0 5px rgba(255, 78, 163, 0.14);
}

.nav-status {
  padding: 9px 15px;
  color: #3b1731;
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  justify-content: center;
}

.status-slot {
  position: relative;
  display: inline-block;
  width: 116px;
  height: 1.18em;
  overflow: hidden;
  text-align: center;
  perspective: 120px;
  transform-style: preserve-3d;
}

.status-slot span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  white-space: nowrap;
  text-align: center;
  will-change: transform, opacity;
}

.status-slot span.is-waiting {
  opacity: 0;
  transform: translateY(-115%) rotateX(28deg);
}

.status-slot span.is-entering {
  animation: statusIn 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.status-slot span.is-leaving {
  animation: statusOut 520ms cubic-bezier(0.7, 0, 0.84, 0) both;
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 5px rgba(255, 78, 163, 0.18), 0 0 22px var(--yellow);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(24px, 5vw, 70px);
  min-height: 0;
  min-width: 0;
}

.hero-copy {
  max-width: 670px;
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 clamp(10px, 1.5vh, 16px);
  color: #6f234e;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 38px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--hot-pink), var(--yellow), var(--orange));
  content: "";
}

h1 {
  max-width: 760px;
  margin: 0;
  color: #241224;
  font-family: var(--font-display);
  font-size: clamp(4.1rem, 8.1vw, 8rem);
  line-height: 0.84;
  letter-spacing: 0;
  text-shadow: 0 8px 0 rgba(255, 243, 109, 0.34);
}

.lede {
  max-width: 600px;
  margin: clamp(16px, 2.8vh, 24px) 0 0;
  color: #45243a;
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  line-height: 1.5;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(18px, 3vh, 28px);
  min-width: 0;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 21px;
  color: #071011;
  font-weight: 800;
  cursor: pointer;
  overflow: hidden;
  min-width: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button::before {
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 12%, rgba(255, 255, 255, 0.48) 38%, transparent 62%);
  content: "";
  opacity: 0;
  transform: translateX(-70%);
  transition: opacity 180ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.button > span {
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.button:hover {
  transform: translateY(-2px);
}

.button:hover::before {
  opacity: 1;
  transform: translateX(70%);
}

.button:active {
  transform: translateY(0) scale(0.985);
}

.button:focus-visible {
  outline: 2px solid rgba(232, 35, 141, 0.5);
  outline-offset: 4px;
}

.primary {
  border-color: rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.72), transparent 18%),
    linear-gradient(135deg, var(--yellow), #ff9ed0 48%, var(--pink));
  box-shadow:
    0 18px 42px rgba(232, 35, 141, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    inset 0 -1px 0 rgba(36, 18, 36, 0.14);
}

.email-button:hover {
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 22px 52px rgba(232, 35, 141, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -1px 0 rgba(36, 18, 36, 0.14);
}

.secondary {
  border-color: rgba(36, 18, 36, 0.1);
  background: rgba(255, 255, 247, 0.64);
  box-shadow: 0 12px 30px rgba(117, 19, 82, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.secondary:hover {
  border-color: rgba(232, 35, 141, 0.18);
  background: rgba(255, 255, 247, 0.78);
  box-shadow: 0 16px 38px rgba(117, 19, 82, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.visual-wrap {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  height: 100%;
  isolation: isolate;
  perspective: 900px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --float-y: 0px;
  --float-rotate: 0deg;
  min-width: 0;
  overflow: visible;
}

.scan-beam {
  position: absolute;
  z-index: 0;
  width: min(74%, 390px);
  height: 78%;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  opacity: 0.32;
  transform: skewX(-16deg) translateX(-70%);
  filter: blur(12px);
}

.signal-ring {
  position: absolute;
  border: 1px solid rgba(7, 16, 17, 0.11);
  border-radius: 48% 52% 45% 55%;
  transform: rotate(-12deg);
  transition: transform 220ms ease;
}

.ring-one {
  width: min(96%, 460px);
  aspect-ratio: 1;
  background: rgba(255, 255, 247, 0.22);
}

.ring-two {
  width: min(74%, 350px);
  aspect-ratio: 1;
  border-style: dashed;
  transform: rotate(16deg);
}

.slurm-vessel {
  position: relative;
  z-index: 1;
  width: min(100%, 410px, 46vh);
  height: auto;
  max-width: 100%;
  filter: drop-shadow(0 28px 28px rgba(117, 19, 82, 0.2));
  transform: translateY(var(--float-y)) rotate(var(--float-rotate)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  cursor: pointer;
  will-change: transform;
}

.tube,
.vessel-shell {
  stroke: #101918;
  stroke-width: 15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tube {
  fill: none;
  opacity: 0.9;
}

.node {
  fill: var(--yellow);
  stroke: #101918;
  stroke-width: 7;
}

.node-hot {
  fill: var(--cyan);
}

.splash {
  stroke: #101918;
  stroke-width: 8;
  stroke-linejoin: round;
  filter: drop-shadow(0 12px 8px rgba(232, 35, 141, 0.14));
}

.splash-one {
  fill: var(--yellow);
}

.splash-two {
  fill: #ff8fc9;
}

.spark-line {
  fill: none;
  stroke: var(--yellow);
  stroke-dasharray: 10 14;
  stroke-linecap: round;
  stroke-width: 7;
  filter: drop-shadow(0 0 7px rgba(255, 243, 109, 0.74));
}

.spark-line-two {
  stroke: var(--cyan);
}

.bubble {
  fill: rgba(255, 255, 255, 0.44);
  stroke: rgba(7, 16, 17, 0.17);
  stroke-width: 3;
}

.cap {
  fill: #101918;
}

.vessel-text,
.vessel-subtext {
  fill: var(--yellow);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0;
}

.vessel-text {
  font-size: 45px;
}

.vessel-subtext {
  fill: #ffffff;
  font-size: 18px;
}

.panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: clamp(10px, 2vh, 20px);
  min-width: 0;
}

.panel {
  min-height: 82px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(255, 255, 247, 0.62);
  box-shadow: 0 18px 44px rgba(117, 19, 82, 0.12);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.panel:hover {
  border-color: rgba(232, 35, 141, 0.2);
  background: rgba(255, 255, 247, 0.74);
  transform: translateY(-2px);
}

.panel-kicker {
  display: block;
  margin-bottom: 10px;
  color: #7a4763;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.panel strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
}

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 5;
  max-width: calc(100% - 44px);
  border: 1px solid rgba(7, 16, 17, 0.16);
  border-radius: 999px;
  padding: 12px 17px;
  color: #071011;
  background: rgba(255, 255, 247, 0.86);
  box-shadow: 0 20px 52px rgba(7, 16, 17, 0.16);
  font-size: 0.92rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 160ms ease, transform 160ms ease;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: no-preference) {
  .scan-beam {
    animation: scanSweep 5.2s ease-in-out infinite;
  }

  .ring-one {
    animation: ringWobble 8s ease-in-out infinite;
  }

  .ring-two {
    animation: ringWobble 7s ease-in-out infinite reverse;
  }

  .slosh {
    animation: fizz 5s ease-in-out infinite alternate;
  }

  .b1,
  .b2,
  .b3,
  .b4 {
    animation: bubbleRise 3.4s ease-in-out infinite;
  }

  .b2 {
    animation-delay: 0.7s;
  }

  .b3 {
    animation-delay: 1.1s;
  }

  .b4 {
    animation-delay: 1.6s;
  }

  .status-dot {
    animation: pulse 1.8s ease-in-out infinite;
  }

  .spark-line {
    animation: sparkFlow 1.5s linear infinite;
  }

  .splash-one,
  .splash-two {
    animation: splashPulse 2.6s ease-in-out infinite;
    transform-origin: center;
  }

  .splash-two {
    animation-delay: 0.7s;
  }
}

@keyframes popFizz {
  0% {
    opacity: 0;
    transform:
      translate(-50%, -50%)
      rotate(var(--rot, 0deg))
      scale(0.36);
  }

  14% {
    opacity: 1;
  }

  58% {
    opacity: 0.95;
  }

  100% {
    opacity: 0;
    transform:
      translate(calc(-50% + var(--dx, 0px)), calc(-50% + var(--dy, -80px)))
      rotate(calc(var(--rot, 0deg) + var(--spin, 80deg)))
      scale(var(--end-scale, 0.92));
  }
}

@keyframes statusIn {
  from {
    opacity: 0;
    transform: translateY(-115%) rotateX(28deg);
  }

  12% {
    opacity: 1;
  }

  to {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}

@keyframes statusOut {
  from {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }

  48% {
    opacity: 0.58;
  }

  to {
    opacity: 0;
    transform: translateY(115%) rotateX(-24deg);
  }
}

@keyframes scanSweep {
  0%,
  100% {
    opacity: 0;
    transform: skewX(-16deg) translateX(-72%);
  }

  18%,
  58% {
    opacity: 0.34;
  }

  72% {
    opacity: 0;
    transform: skewX(-16deg) translateX(72%);
  }
}

@keyframes ringWobble {
  0%,
  100% {
    transform: rotate(-12deg) scale(1);
  }

  50% {
    transform: rotate(8deg) scale(1.04);
  }
}

@keyframes sparkFlow {
  to {
    stroke-dashoffset: -48;
  }
}

@keyframes splashPulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.045);
  }
}

@keyframes fizz {
  from {
    transform: translateY(8px);
  }

  to {
    transform: translateY(-7px);
  }
}

@keyframes bubbleRise {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.58;
  }

  50% {
    transform: translateY(-22px);
    opacity: 0.9;
  }
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 0 5px rgba(255, 78, 163, 0.18), 0 0 22px var(--yellow);
  }

  50% {
    box-shadow: 0 0 0 9px rgba(255, 78, 163, 0.08), 0 0 31px var(--yellow);
  }
}

@media (max-height: 760px) and (min-width: 881px) {
  .button {
    min-height: 44px;
  }

  .lede {
    max-width: 560px;
  }

  .slurm-vessel {
    width: min(390px, 44vh);
  }

  .panel {
    min-height: 72px;
    padding: 12px 15px;
  }

  .panel-kicker {
    margin-bottom: 7px;
  }
}

@media (max-width: 880px) {
  body::before {
    display: none;
  }

  .shell {
    width: 100%;
    height: auto;
    min-height: 100svh;
    padding: 20px max(16px, calc((100vw - 680px) / 2)) 36px;
    overflow: visible;
  }

  body {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .nav {
    margin-bottom: 28px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
  }

  .hero-copy {
    padding-top: 12px;
  }

  h1 {
    font-size: clamp(4rem, 18vw, 7rem);
  }

  .visual-wrap {
    min-height: 360px;
    margin-top: 6px;
    padding-block: 18px;
  }

  .slurm-vessel {
    width: min(100%, 390px);
  }

  .panels {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  html {
    overflow-x: clip;
  }

  body {
    --page-bg: linear-gradient(160deg, #fff9d6 0%, #ffe0ee 56%, #fff6ba 100%);
    background: transparent;
    overscroll-behavior-x: none;
  }

  body::before {
    display: none;
  }

  .effects {
    position: fixed;
  }

  .shell {
    width: 100%;
    padding:
      max(16px, env(safe-area-inset-top))
      12px
      max(34px, env(safe-area-inset-bottom));
  }

  .nav {
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .brand,
  .nav-status {
    min-height: 38px;
    box-shadow: 0 10px 24px rgba(117, 19, 82, 0.08);
  }

  .brand {
    flex: 0 1 44%;
    min-width: 0;
    max-width: 44%;
    padding: 7px 9px 7px 7px;
    font-size: 0.82rem;
  }

  .brand > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-mark {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    border-width: 2px;
  }

  .nav-status {
    flex: 1 0 158px;
    min-width: 0;
    justify-content: center;
    gap: 8px;
    padding: 8px 11px;
    font-size: 0.66rem;
  }

  .status-slot {
    width: 96px;
  }

  .status-dot {
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    box-shadow: 0 0 0 3px rgba(255, 78, 163, 0.14), 0 0 14px var(--yellow);
  }

  .hero-copy {
    display: grid;
    justify-items: center;
    padding-top: 8px;
    text-align: center;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 0.76rem;
  }

  .eyebrow::before {
    width: 28px;
  }

  h1 {
    max-width: 7ch;
    font-size: clamp(4rem, 21vw, 5.7rem);
    line-height: 0.86;
    text-shadow: 0 6px 0 rgba(255, 243, 109, 0.36);
  }

  .lede {
    max-width: 34ch;
    margin-top: 18px;
    font-size: 0.98rem;
    line-height: 1.48;
  }

  .actions {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    margin-top: 22px;
  }

  .button {
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    padding: 0 16px;
    font-size: 0.96rem;
  }

  .visual-wrap {
    min-height: 380px;
    margin: 12px 0 10px;
    padding-block: 34px;
    overflow: visible;
  }

  .scan-beam {
    width: min(86%, 330px);
    height: 70%;
  }

  .ring-one {
    width: min(92%, 330px);
  }

  .ring-two {
    width: min(70%, 250px);
  }

  .slurm-vessel {
    width: min(86vw, 312px);
    filter: drop-shadow(0 20px 22px rgba(117, 19, 82, 0.18));
  }

  .panels {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
    padding-bottom: 4px;
  }

  .panel {
    min-height: 72px;
    padding: 12px 8px;
    text-align: center;
  }

  .panel-kicker {
    margin-bottom: 6px;
    font-size: 0.64rem;
  }

  .panel strong {
    font-family: var(--font-body);
    font-size: clamp(0.72rem, 3.2vw, 0.86rem);
    line-height: 1.15;
  }

  .toast {
    left: 12px;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    max-width: none;
    text-align: center;
  }

}

@media (max-width: 390px) {
  .shell {
    padding-inline: 9px;
  }

  .brand {
    flex-basis: 42px;
    flex-grow: 0;
    max-width: 42px;
    justify-content: center;
    padding: 7px;
  }

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

  .brand > span:last-child {
    display: none;
  }

  .nav-status {
    flex: 1 1 auto;
    gap: 6px;
    padding-inline: 10px;
    font-size: 0.62rem;
  }

  .status-slot {
    width: 96px;
  }

  h1 {
    font-size: clamp(3.55rem, 20vw, 4.7rem);
  }

  .lede {
    font-size: 0.92rem;
  }

  .visual-wrap {
    min-height: 340px;
    padding-block: 30px;
  }

  .slurm-vessel {
    width: min(84vw, 276px);
  }

  .panel {
    padding-inline: 5px;
  }
}
