:root {
  color-scheme: dark;
  --ink: #f5f3ed;
  --muted: #8f96aa;
  --subtle: #545c73;
  --bg: #080b16;
  --panel: rgba(20, 25, 43, .88);
  --line: rgba(165, 177, 211, .2);
  --gold: #f6b73c;
  --blue: #62d4ff;
  --pink: #ff668a;
  --green: #89edaa;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: var(--bg); }
body { color: var(--ink); font-family: var(--sans); overflow-x: hidden; overflow-y: auto; overscroll-behavior-x: none; }
button, input { font: inherit; }
button { color: inherit; cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .45; }
.app-shell { min-height: 100svh; position: relative; background: radial-gradient(circle at 74% 40%, #171b3a 0, #0b1021 32%, var(--bg) 72%); }
.app-shell::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, black, transparent 80%); }
.screen { min-height: 100svh; position: relative; z-index: 1; padding: max(22px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(22px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left)); }
.home-screen { display: grid; grid-template-columns: minmax(340px, 1fr) minmax(330px, 430px); align-items: center; gap: clamp(30px, 8vw, 150px); max-width: 1280px; margin: auto; }
.home-copy { position: relative; padding: 4vh 0 4vh clamp(0px, 5vw, 80px); }
.eyebrow { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 13px var(--green); }
h1, h2, p { margin: 0; }
h1, h2 { font-family: var(--display); font-weight: 900; letter-spacing: -.025em; line-height: .83; }
h1 { margin-top: 20px; font-size: clamp(66px, 9.6vw, 140px); }
h2 { font-size: clamp(58px, 7vw, 98px); }
h1 em, h2 em, .brand-mini em { color: var(--gold); font-style: normal; }
.tagline { margin-top: 28px; color: #aab0c2; font-size: clamp(17px, 2vw, 23px); line-height: 1.35; }
.panel { border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(140deg, rgba(31, 38, 65, .86), rgba(11, 15, 29, .9)); box-shadow: 0 25px 80px rgba(0,0,0,.26); }
.home-panel { width: 100%; padding: clamp(22px, 4vw, 36px); }
.field-label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.text-input { width: 100%; height: 52px; padding: 0 16px; border: 1px solid var(--line); border-radius: 9px; outline: none; color: var(--ink); background: rgba(5, 8, 17, .7); text-transform: none; }
.text-input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(246,183,60,.12); }
.text-input::placeholder { color: #535c74; }
.code-input { font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.primary-button, .secondary-button { min-height: 52px; border-radius: 9px; font-size: 11px; font-weight: 900; letter-spacing: .12em; transition: transform .18s, filter .18s, background .18s; }
.primary-button { width: 100%; margin-top: 16px; border: 0; color: #111525; background: var(--gold); box-shadow: 0 8px 28px rgba(246,183,60,.18); }
.primary-button:hover, .secondary-button:hover { filter: brightness(1.1); transform: translateY(-2px); }
.primary-button span, .secondary-button span { float: right; margin-right: 16px; font-size: 19px; line-height: 12px; }
.secondary-button { padding: 0 17px; border: 1px solid var(--line); color: var(--ink); background: rgba(255,255,255,.06); }
.solo-button { width: 100%; margin-top: 10px; }
.split-label { display: flex; align-items: center; gap: 12px; margin: 24px 0 14px; color: var(--subtle); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.split-label::before, .split-label::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.join-row { display: flex; gap: 8px; }
.join-row .text-input { min-width: 0; }
.join-row .secondary-button { min-width: 92px; }
.text-button { padding: 10px 0; border: 0; color: var(--muted); background: transparent; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.text-button:hover { color: var(--ink); }
.text-button span { color: var(--gold); font-size: 16px; }
.settings-row { display: flex; gap: 8px; margin-top: 16px; }
.setting-chip { min-height: 34px; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: transparent; font-size: 9px; letter-spacing: .1em; }
.setting-chip b { color: var(--gold); }
.microcopy { margin-top: 16px; color: var(--subtle); font-size: 11px; line-height: 1.45; }
.hero-orbit { width: min(52vw, 570px); height: 290px; margin-top: 46px; position: relative; border: 1px solid rgba(98,212,255,.18); border-radius: 50%; transform: rotate(-13deg); opacity: .86; }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; border: 1px solid rgba(246,183,60,.17); border-radius: 50%; }
.hero-orbit::before { inset: 22px 72px; transform: rotate(32deg); }
.hero-orbit::after { inset: 70px -22px; transform: rotate(-24deg); }
.hero-player, .hero-projectile { display: block; position: absolute; z-index: 2; border-radius: 50%; }
.hero-player { width: 25px; height: 25px; border: 5px solid #080b16; box-shadow: 0 0 28px currentColor; }
.hero-player-a { top: 30px; left: 19%; color: var(--gold); background: var(--gold); }
.hero-player-b { right: 16%; bottom: 28px; color: var(--blue); background: var(--blue); }
.hero-projectile { width: 11px; height: 11px; background: var(--ink); box-shadow: 0 0 18px currentColor; }
.hero-projectile-a { top: 79px; left: 44%; color: var(--gold); }
.hero-projectile-b { right: 38%; bottom: 72px; color: var(--blue); }
.hero-line { position: absolute; height: 1px; transform-origin: left center; background: linear-gradient(90deg, transparent, var(--gold)); opacity: .7; }
.line-a { top: 78px; left: 21%; width: 53%; transform: rotate(15deg); }
.line-b { right: 17%; bottom: 76px; width: 52%; transform: rotate(194deg); background: linear-gradient(90deg, transparent, var(--blue)); }
.topbar, .game-topbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand-mini { color: var(--ink); font-family: var(--display); font-size: 20px; letter-spacing: .035em; white-space: nowrap; }
.back-button { min-height: 44px; padding: 0 12px 0 0; border: 0; color: var(--muted); background: transparent; font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.back-button:hover { color: var(--ink); }
.connection-pill, .replay-badge { color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.connection-pill i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--green); }
.lobby-screen, .replay-screen { max-width: 1280px; margin: auto; }
.lobby-grid { display: grid; grid-template-columns: 1fr minmax(330px, 430px); align-items: center; gap: clamp(30px, 9vw, 150px); min-height: calc(100svh - 90px); padding: 3vh 5vw; }
.lobby-intro p, .replay-heading p { max-width: 390px; margin-top: 25px; color: var(--muted); font-size: 16px; line-height: 1.5; }
.room-code-card { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 44px; padding: 17px 20px; border-left: 2px solid var(--gold); background: rgba(246,183,60,.06); }
.room-code-card span { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.room-code-card strong { color: var(--gold); font-size: 34px; letter-spacing: .18em; }
.room-code-card button { padding: 3px 0; border: 0; color: var(--ink); background: transparent; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.lobby-panel { padding: 27px; }
.panel-heading { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.panel-heading small { color: var(--gold); font-size: 10px; }
.player-list { display: grid; gap: 10px; margin: 20px 0; }
.player-row { display: flex; align-items: center; gap: 12px; min-height: 61px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.025); }
.player-avatar { width: 32px; height: 32px; border-radius: 50%; box-shadow: 0 0 17px currentColor; }
.player-details { min-width: 0; flex: 1; }
.player-details strong { display: block; overflow: hidden; text-overflow: ellipsis; font-size: 13px; }
.player-details small { color: var(--muted); font-size: 9px; letter-spacing: .1em; }
.player-ready { color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.lobby-message { min-height: 38px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.game-screen { display: flex; flex-direction: column; gap: 10px; padding: max(12px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)); }
.game-topbar { min-height: 34px; }
.match-meta, .game-footer { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.match-meta b { color: var(--ink); }
.meta-divider { padding: 0 8px; color: var(--subtle); }
.game-actions { display: flex; gap: 5px; }
.icon-button { width: 35px; height: 35px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); background: rgba(255,255,255,.04); font-size: 16px; }
.icon-button:hover { color: var(--gold); border-color: var(--gold); }
.scorebar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; min-height: 35px; max-width: 1180px; width: 100%; margin: 0 auto; }
.score-player { display: flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: .08em; }
.score-player-b { justify-content: flex-end; }
.score-player b { color: var(--gold); font-family: var(--display); font-size: 22px; font-weight: 900; }
.score-player-b b { color: var(--blue); }
.player-swatch { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px var(--gold); }
.score-player-b .player-swatch { background: var(--blue); box-shadow: 0 0 12px var(--blue); }
.round-status { text-align: center; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .12em; white-space: nowrap; }
.score-pips { display: flex; justify-content: center; gap: 4px; margin-top: 5px; }
.score-pips i { width: 22px; height: 3px; border-radius: 5px; background: var(--line); }
.score-pips i.won-a { background: var(--gold); box-shadow: 0 0 8px var(--gold); }
.score-pips i.won-b { background: var(--blue); box-shadow: 0 0 8px var(--blue); }
.game-surface { position: relative; flex: 0 0 auto; align-self: center; width: min(1180px, 100%); aspect-ratio: 16 / 9; max-height: calc(100svh - 132px); margin: 0 auto; overflow: hidden; border: 1px solid rgba(165,177,211,.25); border-radius: 13px; background: #0b1020; box-shadow: 0 16px 70px rgba(0,0,0,.35); touch-action: none; }
#game-canvas, #replay-canvas { display: block; width: 100%; height: 100%; }
.arena-hint { position: absolute; top: 14px; left: 50%; transform: translateX(-50%); color: rgba(245,243,237,.5); font-size: 9px; font-weight: 900; letter-spacing: .16em; pointer-events: none; transition: opacity .3s; }
.touch-controls { position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: space-between; padding: 18px 22px; pointer-events: none; }
.joystick { width: 108px; height: 108px; position: relative; border: 1px solid rgba(245,243,237,.22); border-radius: 50%; background: rgba(8,11,22,.28); pointer-events: auto; touch-action: none; }
.joystick-ring { position: absolute; inset: 18px; border: 1px dashed rgba(245,243,237,.27); border-radius: 50%; }
.joystick-knob { width: 38px; height: 38px; position: absolute; top: 35px; left: 35px; border: 2px solid var(--gold); border-radius: 50%; background: rgba(246,183,60,.18); box-shadow: 0 0 18px rgba(246,183,60,.3); }
.action-buttons { display: flex; align-items: flex-end; gap: 11px; pointer-events: auto; }
.action-button { width: 76px; height: 76px; position: relative; border: 1px solid rgba(245,243,237,.25); border-radius: 50%; background: rgba(8,11,22,.62); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.action-button small { display: block; margin-top: 4px; color: var(--muted); font-size: 8px; letter-spacing: .08em; }
.action-button i { display: block; position: absolute; inset: 4px; border: 2px solid transparent; border-radius: 50%; border-top-color: currentColor; opacity: .7; transform: rotate(-25deg); }
.parry-button { color: var(--blue); }
.dash-button { color: var(--gold); width: 86px; height: 86px; }
.action-button.cooling { filter: grayscale(.5); opacity: .7; }
.event-toast { position: absolute; top: 17%; left: 50%; transform: translate(-50%, -10px); color: var(--gold); font-family: var(--display); font-size: clamp(20px, 3vw, 38px); letter-spacing: .03em; text-shadow: 0 4px 22px rgba(0,0,0,.7); opacity: 0; pointer-events: none; transition: opacity .18s, transform .18s; }
.event-toast.show { opacity: 1; transform: translate(-50%, 0); }
.round-card { position: absolute; inset: 50% auto auto 50%; width: min(330px, 70%); padding: 23px; transform: translate(-50%, -50%); border: 1px solid var(--line); border-radius: 13px; text-align: center; background: rgba(8,11,22,.92); box-shadow: 0 20px 70px rgba(0,0,0,.55); }
.round-card-kicker { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.round-card strong { display: block; margin: 8px 0; color: var(--gold); font-family: var(--display); font-size: 29px; line-height: .94; }
.round-card p { margin-bottom: 15px; color: var(--muted); font-size: 12px; }
.round-card .secondary-button { min-height: 42px; }
.round-card .text-button { display: block; width: 100%; margin-top: 8px; color: var(--gold); }
.game-footer { display: flex; justify-content: space-between; max-width: 1180px; width: 100%; margin: 0 auto; }
.replay-layout { display: grid; grid-template-columns: minmax(170px, .45fr) minmax(420px, 2fr) minmax(210px, .62fr); align-items: center; gap: 25px; min-height: calc(100svh - 90px); }
.replay-viewer { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #0b1020; box-shadow: 0 20px 70px rgba(0,0,0,.4); }
.replay-controls { display: flex; align-items: center; gap: 12px; padding: 12px; }
.replay-controls .primary-button { width: auto; min-width: 145px; margin: 0; padding: 0 14px; }
.replay-progress { height: 3px; flex: 1; overflow: hidden; border-radius: 3px; background: var(--line); }
.replay-progress i { display: block; width: 0; height: 100%; background: var(--gold); }
.replay-controls > span { color: var(--muted); font-size: 10px; }
.replay-result { padding: 22px; }
.replay-result strong { display: block; margin: 12px 0 23px; color: var(--gold); font-family: var(--display); font-size: 31px; line-height: .94; }
.replay-stats { display: grid; gap: 9px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .1em; }
.replay-stats b { color: var(--ink); font-size: 15px; }
.replay-result .secondary-button { width: 100%; margin-top: 18px; font-size: 9px; }
.replay-result .text-button { display: block; margin-top: 8px; }
.toast { position: fixed; z-index: 20; right: 22px; bottom: 22px; max-width: min(360px, calc(100vw - 44px)); padding: 12px 16px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: #151b2d; box-shadow: 0 15px 40px rgba(0,0,0,.4); font-size: 12px; opacity: 0; transform: translateY(8px); pointer-events: none; transition: opacity .2s, transform .2s; }
.toast.show { opacity: 1; transform: translateY(0); }
.rotate-screen { display: none; }
[hidden] { display: none !important; }

@media (max-width: 900px) {
  .home-screen { grid-template-columns: 1fr minmax(300px, 380px); gap: 25px; }
  .hero-orbit { width: 100%; height: 190px; margin-top: 30px; }
  h1 { font-size: clamp(58px, 10vw, 90px); }
  .lobby-grid { padding-inline: 2vw; gap: 35px; }
  .replay-layout { grid-template-columns: minmax(140px, .4fr) minmax(380px, 2fr) minmax(190px, .62fr); gap: 12px; }
}

@media (orientation: portrait) and (max-width: 900px) {
  .rotate-screen { display: flex; position: fixed; z-index: 100; inset: 0; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 30px; text-align: center; color: var(--ink); background: var(--bg); }
  .rotate-glyph { color: var(--gold); font-size: 60px; }
  .rotate-screen strong { font-size: 19px; }
  .rotate-screen span { color: var(--muted); font-size: 13px; }
}

@media (max-width: 900px) and (orientation: landscape) {
  .game-surface { width: auto; height: calc(100svh - 132px); max-width: 100%; max-height: none; }
}

@media (max-width: 700px) and (orientation: landscape) {
  .screen { padding-inline: max(14px, env(safe-area-inset-left)) max(14px, env(safe-area-inset-right)); }
  .home-screen { grid-template-columns: 1fr 300px; gap: 25px; }
  .home-copy { padding-left: 0; }
  .home-panel { padding: 18px; }
  h1 { font-size: 52px; }
  .tagline { margin-top: 13px; font-size: 14px; }
  .hero-orbit { height: 125px; margin-top: 18px; }
  .lobby-grid { grid-template-columns: 1fr 300px; padding: 0 1vw; min-height: calc(100svh - 55px); }
  h2 { font-size: 58px; }
  .room-code-card { margin-top: 20px; }
  .lobby-panel { padding: 18px; }
  .player-row { min-height: 45px; }
  .player-avatar { width: 26px; height: 26px; }
  .game-screen { gap: 6px; }
  .game-topbar { min-height: 29px; }
  .scorebar { gap: 8px; min-height: 29px; }
  .score-player { gap: 6px; font-size: 9px; }
  .score-player b { font-size: 18px; }
  .score-pips { margin-top: 3px; }
  .score-pips i { width: 16px; }
  .game-surface { width: auto; height: calc(100svh - 112px); max-width: 100%; max-height: none; }
  .touch-controls { padding: 10px 14px; }
  .joystick { width: 82px; height: 82px; }
  .joystick-ring { inset: 13px; }
  .joystick-knob { top: 26px; left: 26px; width: 30px; height: 30px; }
  .action-button { width: 58px; height: 58px; font-size: 8px; }
  .dash-button { width: 68px; height: 68px; }
  .game-footer { font-size: 8px; }
  .replay-layout { grid-template-columns: 150px minmax(300px, 1fr); grid-template-rows: auto 1fr; min-height: calc(100svh - 60px); }
  .replay-heading { grid-row: 1; }
  .replay-result { grid-column: 1; grid-row: 2; }
  .replay-viewer { grid-column: 2; grid-row: 1 / span 2; }
  .replay-heading h2 { font-size: 49px; }
  .replay-result strong { font-size: 23px; }
}


/* Phones in landscape are usually wider than 700px but only 320–450px tall.
   Compact the menus by available height so every primary action stays above
   the fold on modern phones, including devices with safe-area insets. */
@media (orientation: landscape) and (max-width: 1000px) and (max-height: 600px) {
  .screen {
    padding-block: max(8px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-bottom));
    padding-inline: max(14px, env(safe-area-inset-left)) max(14px, env(safe-area-inset-right));
  }

  .home-screen {
    grid-template-columns: minmax(190px, 1fr) minmax(280px, 360px);
    gap: clamp(16px, 4vw, 40px);
  }
  .home-copy { padding: 0; }
  .home-copy h1 { margin-top: 9px; font-size: clamp(44px, 8vw, 72px); }
  .tagline { margin-top: 11px; font-size: 14px; }
  .hero-orbit { display: none; }
  .home-panel { padding: 13px 15px; }
  .field-label { margin-bottom: 4px; }
  .text-input { height: 40px; }
  .primary-button, .secondary-button { min-height: 40px; }
  .primary-button { margin-top: 8px; }
  .solo-button { margin-top: 6px; }
  .split-label { margin: 9px 0 7px; }
  .join-row .secondary-button { min-width: 82px; }
  .home-panel .text-button { padding: 6px 0; }
  .settings-row { margin-top: 2px; }
  .setting-chip { min-height: 30px; }
  .home-panel .microcopy { display: none; }

  .topbar { min-height: 34px; }
  .lobby-grid {
    grid-template-columns: minmax(190px, 1fr) minmax(280px, 360px);
    gap: clamp(16px, 4vw, 40px);
    min-height: calc(100svh - 50px);
    padding: 0;
  }
  .lobby-intro h2 { font-size: clamp(42px, 7vw, 62px); }
  .lobby-intro p { margin-top: 12px; font-size: 12px; }
  .room-code-card { gap: 4px; margin-top: 12px; padding: 9px 13px; }
  .room-code-card strong { font-size: 24px; }
  .lobby-panel { padding: 13px 15px; }
  .player-list { gap: 6px; margin: 9px 0; }
  .player-row { min-height: 42px; padding-block: 6px; }
  .player-avatar { width: 26px; height: 26px; }
  .lobby-message { min-height: 25px; font-size: 10px; }
  .lobby-panel .primary-button { margin-top: 6px; }
  .lobby-panel .microcopy { display: none; }

  .game-screen {
    gap: 4px;
    overflow: hidden;
    padding-block: max(4px, env(safe-area-inset-top)) max(4px, env(safe-area-inset-bottom));
  }
  .game-topbar { min-height: 26px; }
  .game-topbar .brand-mini { display: none; }
  .game-actions { margin-left: auto; }
  .icon-button { width: 28px; height: 28px; font-size: 13px; }
  .scorebar { gap: 8px; min-height: 24px; }
  .score-player { gap: 6px; font-size: 9px; }
  .score-player b { font-size: 18px; }
  .score-pips { margin-top: 2px; }
  .score-pips i { width: 16px; }
  .game-surface {
    width: auto;
    height: calc(100svh - max(4px, env(safe-area-inset-top)) - max(4px, env(safe-area-inset-bottom)) - 58px);
    max-width: 100%;
    max-height: none;
  }
  .game-footer { display: none; }
  .arena-hint { top: 8px; font-size: 8px; }
  .touch-controls { padding: 8px 12px; }
  .joystick { width: 82px; height: 82px; }
  .joystick-ring { inset: 13px; }
  .joystick-knob { top: 26px; left: 26px; width: 30px; height: 30px; }
  .action-buttons { gap: 8px; }
  .action-button { width: 58px; height: 58px; font-size: 8px; }
  .dash-button { width: 68px; height: 68px; }
}

/* Extremely short landscape viewports keep a usable desktop-sized arena and
   let the page scroll instead of clipping the controls or footer. */
@media (min-width: 1001px) and (max-height: 320px) and (orientation: landscape) {
  body { overflow-y: auto; }
  .game-screen { min-height: 430px; }
  .game-surface { width: min(1180px, 100%); height: auto; max-width: none; max-height: none; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
