/* JUNGLE CLUB — arcade poster / shared website and game overlay theme */
:root {
  color-scheme: dark;
  --bg: #171916;
  --panel: #232620;
  --line: #41453b;
  --text: #f6f6e9;
  --muted: #b0b5a5;
  --lime: #d1fa49;
  --purple: #ba9bf7;
  --pink: #fb8dbe;
  --font: "PingFang SC", "Microsoft YaHei", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--pink); outline-offset: 5px; }
::selection { color: var(--bg); background: var(--lime); }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 200; padding: 12px; background: var(--lime); color: var(--bg); }
.skip-link:focus { top: 10px; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 100px; padding: 20px 4.5%; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; font-size: 23px; font-weight: 900; line-height: 1.2; }
.brand img { width: 47px; transform: rotate(-10deg); }
.brand small { display: block; font-size: 10px; font-weight: 500; letter-spacing: 2px; margin-top: 8px; color: var(--muted); }
.site-header nav { display: flex; gap: 40px; font-size: 14px; }
.site-header nav a { transition: color .2s; }
.site-header nav a:hover { color: var(--lime); }
.site-header nav span { font-family: monospace; font-size: 10px; color: var(--muted); vertical-align: super; margin-left: 6px; }
.nav-play { background: var(--lime); color: var(--bg); padding: 12px 22px; font-size: 14px; font-weight: 800; }
.nav-play span { margin-left: 28px; font-size: 22px; line-height: 1; }
.arcade-hero { position: relative; min-height: 900px; padding: 26px 4.5% 30px; overflow: hidden; isolation: isolate; }
.hero-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: monospace; font-size: 12px; letter-spacing: 2px; color: var(--muted); }
.hero-meta i { display: inline-block; width: 7px; height: 7px; background: var(--lime); border-radius: 50%; margin-right: 10px; }
.hero-word { position: absolute; z-index: -1; left: 50%; top: 75px; transform: translateX(-50%); white-space: nowrap; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(140px, 23vw, 365px); font-weight: 950; line-height: 1; letter-spacing: -8px; color: transparent; -webkit-text-stroke: 1px #42473b; }
h1 { position: relative; z-index: 2; width: max-content; max-width: 100%; margin: 64px auto 0; font-size: clamp(72px, 9vw, 142px); font-weight: 950; letter-spacing: -7px; line-height: 1.03; transform: rotate(-5deg); text-shadow: 7px 8px 0 var(--bg); }
.title-second { display: inline-block; padding-left: 105px; color: var(--lime); }
.title-spark { display: inline-block; font-size: .7em; color: var(--pink); margin-left: 24px; vertical-align: top; text-shadow: none; }
.title-period { color: var(--pink); padding-left: 8px; }
.hero-stage { position: absolute; width: 720px; height: 480px; top: 348px; left: 50%; transform: translateX(-50%); }
.stage-disc { position: absolute; width: 540px; height: 240px; left: 95px; top: 183px; background: var(--purple); border-radius: 50%; transform: rotate(-13deg); background-image: radial-gradient(#17191650 1px, transparent 1px); background-size: 7px 7px; }
.stage-island { position: absolute; width: 580px; left: 85px; top: 215px; transform: rotate(-6deg); filter: drop-shadow(0 20px 0 #090a0955); }
.stage-beast { position: absolute; width: 405px; left: 185px; top: 20px; transform: rotate(7deg); filter: drop-shadow(5px 7px 0 #f6f6e966); animation: beast-bob 5s ease-in-out infinite; }
.stage-runner { position: absolute; width: 145px; left: 50px; top: 83px; transform: rotate(-18deg); filter: drop-shadow(3px 4px 0 #f6f6e966); }
.sticker { position: absolute; z-index: 3; color: var(--bg); font-size: 17px; font-weight: 850; line-height: 1.3; text-align: center; box-shadow: 5px 5px 0 #080a08; border: 2px solid var(--bg); }
.sticker-lime { right: -15px; top: 66px; padding: 15px 23px; background: var(--lime); transform: rotate(13deg); }
.sticker-lime strong { font-size: 26px; }
.sticker-purple { left: -65px; top: 195px; padding: 15px 20px; background: var(--pink); transform: rotate(-11deg); }
.stage-cross { position: absolute; right: -32px; top: 239px; color: var(--lime); font-size: 94px; line-height: 1; }
.hero-bottom { position: relative; z-index: 4; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-top: 245px; pointer-events: none; }
.hero-bottom a { pointer-events: auto; }
.micro-label { font-family: monospace; font-size: 12px; letter-spacing: 2px; }
.hero-intro .micro-label { color: var(--lime); }
.hero-intro p { margin: 17px 0 24px; color: #d4d7ca; font-size: 16px; line-height: 1.8; }
.under-link { font-size: 12px; border-bottom: 1px solid #777e69; padding-bottom: 10px; }
.under-link span { margin-left: 24px; }
.play-disc { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 170px; height: 170px; border: 1px solid var(--lime); border-radius: 50%; background: var(--lime); color: var(--bg); transform: rotate(9deg); transition: transform .2s, background .2s; }
.play-disc:hover { transform: rotate(0) scale(1.06); background: var(--text); }
.play-disc>span { font-size: 48px; line-height: 1; }
.play-disc strong { font-size: 24px; margin-top: 8px; }
.play-disc small { font-family: monospace; font-size: 11px; letter-spacing: 2px; margin-top: 5px; }
.hero-index { margin-top: 45px; text-align: center; font-family: monospace; font-size: 10px; letter-spacing: 3px; color: #909881; }
.ticker { overflow: hidden; padding: 16px 0; border-block: 1px solid var(--lime); color: var(--bg); background: var(--lime); }
.ticker>div { display: flex; align-items: center; justify-content: space-around; gap: 42px; min-width: max-content; font-size: 25px; font-weight: 950; line-height: 1.2; }
.ticker span { font-size: 22px; letter-spacing: 1px; }
.world-section { padding: 90px 4.5% 105px; }
.section-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 25px; margin-bottom: 45px; }
.section-top .micro-label { padding-top: 12px; color: var(--muted); }
h2 { font-size: clamp(32px, 3.4vw, 52px); line-height: 1.25; letter-spacing: -2px; }
.section-top h2 span { color: var(--purple); padding-left: 26px; }
.world-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-bottom: 0; }
.world-tabs button { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 23px 30px; background: transparent; color: var(--muted); border: 0; border-right: 1px solid var(--line); font-size: 20px; font-weight: 800; text-align: left; }
.world-tabs button:last-child { border-right: 0; }
.world-tabs button span:first-child { font-family: monospace; font-size: 12px; margin-right: auto; }
.world-tabs button span:last-child { font-size: 27px; margin-left: auto; }
.world-tabs button[aria-selected="true"] { color: var(--bg); background: var(--purple); }
.world-tabs button:hover:not([aria-selected="true"]) { background: #30352b; color: var(--text); }
.world-panel { display: grid; grid-template-columns: 1.45fr 1fr; min-height: 435px; border: 1px solid var(--line); }
.world-picture { position: relative; min-height: 435px; overflow: hidden; background: #799f80; }
.world-landscape { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; filter: saturate(1.1); }
.world-island { position: absolute; width: 77%; top: 29%; left: 10%; filter: drop-shadow(0 20px 12px #10291c55); transform: rotate(-6deg); }
.picture-caption { position: absolute; left: 24px; bottom: 22px; padding: 7px 13px; background: var(--bg); color: var(--text); font-family: monospace; font-size: 11px; letter-spacing: 1px; }
.world-copy { display: flex; flex-direction: column; align-items: flex-start; padding: 36px 38px; background: #242720; }
.panel-number { color: var(--purple); font-family: monospace; font-size: 12px; letter-spacing: 2px; }
.world-copy h3 { font-size: clamp(30px, 3vw, 43px); letter-spacing: -1px; line-height: 1.3; margin-top: 26px; }
.world-copy p { color: var(--muted); font-size: 15px; line-height: 1.9; margin: 20px 0; max-width: 350px; }
.square-link { align-self: flex-end; display: grid; place-items: center; background: var(--purple); color: var(--bg); width: 53px; height: 53px; margin-top: auto; font-size: 35px; transition: background .2s; }
.square-link:hover { background: var(--lime); }
.partner-picture { background: var(--purple); }
.picture-word { position: absolute; font-family: Impact, "Arial Black", sans-serif; font-weight: 900; font-size: clamp(56px, 7vw, 100px); top: 32px; left: 25px; color: #17191625; line-height: 1; }
.partner-beast { position: absolute; width: 56%; top: 90px; right: 0; transform: rotate(9deg); }
.partner-runner { position: absolute; width: 26%; left: 10%; top: 95px; transform: rotate(-12deg); }
.treasure-picture { background: var(--pink); }
.treasure-chest { position: absolute; width: 155px; left: 35%; top: 36%; transform: rotate(-12deg); image-rendering: auto; filter: drop-shadow(15px 15px 0 #17191625); }
.treasure-spark { position: absolute; right: 17%; top: 40%; font-size: 95px; line-height: 1; color: var(--bg); }
.join-section { display: grid; grid-template-columns: .7fr 1.6fr; gap: 55px; padding: 90px 4.5%; border-top: 1px solid var(--line); background: #20231d; }
.join-heading { padding-top: 16px; }
.join-heading .micro-label { color: var(--muted); }
.join-heading h2 { font-size: clamp(42px, 5vw, 70px); margin: 45px 0 24px; }
.join-heading h2 span { color: var(--lime); }
.join-heading>p:last-child { font-size: 15px; color: var(--muted); line-height: 1.9; }
.player-ticket { display: grid; grid-template-columns: .8fr 1.3fr; min-width: 0; background: var(--purple); color: var(--bg); transform: rotate(-2deg); box-shadow: 10px 10px 0 #11140e; }
.ticket-art { position: relative; min-width: 0; display: flex; flex-direction: column; padding: 26px 23px; border-right: 2px dashed #17191666; overflow: hidden; }
.ticket-tag { font-family: monospace; font-size: 11px; letter-spacing: 2px; }
.ticket-art h3 { font-size: clamp(32px, 3.6vw, 49px); line-height: 1.2; margin-top: 33px; letter-spacing: -2px; }
.ticket-art h3 span { display: inline-block; padding-left: 6px; }
.ticket-art img { width: 165px; align-self: center; margin: 18px 0; transform: rotate(12deg); }
.ticket-bottom { display: flex; justify-content: space-between; gap: 10px; margin-top: auto; font-family: monospace; font-size: 10px; padding-top: 14px; border-top: 1px solid #17191666; }
.ticket-form { min-width: 0; padding: 32px 28px 17px; }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.form-heading h3 { font-size: 24px; }
.form-heading span { font-family: monospace; font-size: 9px; letter-spacing: 1px; }
.form-note { font-size: 12px; margin: 8px 0 22px; color: #3e3057; }
.form-grid { display: grid; gap: 15px; }
.field label { display: flex; justify-content: space-between; font-size: 13px; font-weight: 750; margin-bottom: 6px; }
.field label span { font-family: monospace; font-size: 11px; color: #503f6c; }
.field input { display: block; width: 100%; height: 47px; padding: 0 13px; background: #171916; border: 1px solid #171916; border-radius: 0; color: var(--text); font-size: 13px; }
.field input::placeholder { color: #b1b5a7; }
.button { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 18px; border: 1px solid var(--bg); color: var(--bg); background: var(--lime); font-weight: 800; font-size: 14px; transition: background .2s; }
.button:hover { background: var(--text); }
.button span { font-size: 24px; line-height: 1; }
.form-submit { width: 100%; margin-top: 7px; }
.msg { min-height: 20px; font-size: 12px; }
.msg.err { color: #752017; }
.msg.ok { color: #194715; }
.final-cta { padding: 64px 4.5% 45px; background: var(--lime); color: var(--bg); }
.final-cta>a { display: flex; justify-content: space-between; align-items: center; font-size: clamp(70px, 12vw, 175px); font-weight: 950; letter-spacing: -8px; line-height: 1.4; padding: 20px 0 25px; }
.final-cta>a span { font-weight: 400; transition: transform .2s; }
.final-cta>a:hover span { transform: translate(6px, -6px); }
.final-cta>div { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #17191655; padding-top: 20px; font-size: 14px; }
.final-cta>div>span { font-family: monospace; font-size: 12px; letter-spacing: 2px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 35px 4.5%; color: var(--muted); font-size: 11px; }
.footer-brand { font-size: 18px; font-weight: 900; color: var(--text); }
.footer-brand span { margin-left: 10px; color: var(--lime); }
/* Engine mount remains under the original engine stylesheet's control. */
.game-page { height: 100vh; height: 100dvh; overflow: hidden; background: #171916; background-image: linear-gradient(#171916db,#171916db), url('image/110fa4ea-cb59-4d51-9640-e6cdbb1819fc.png'); background-size: cover; background-position: center; }
.game-home { position: fixed; top: 16px; left: 16px; z-index: 10; padding: 9px 15px; border: 1px solid #d1fa4977; background: var(--bg); color: var(--lime); font-size: 12px; }
#GameDiv { width: 100%; height: 100%; margin: 0; }
#Cocos3dGameContainer { width: 100%; height: 100%; }
#GameCanvas { display: block; outline: none; max-width: 100%; max-height: 100%; }
.custom-publication-info { display: none; position: fixed; bottom: 12px; left: 50%; transform: translateX(-50%); max-width: 95%; width: max-content; background: #171916dc; color: var(--muted); padding: 10px 18px; font-size: 10px; z-index: 5; }
.recharge-center { display: none; position: fixed; inset: 0; padding: 26px; align-items: center; justify-content: center; z-index: 100; }
.recharge-center.show { display: flex; }
.recharge-mask { position: absolute; inset: 0; background: #070906c9; backdrop-filter: blur(10px); }
.recharge-dialog { position: relative; display: grid; grid-template-columns: 225px 1fr; width: 690px; max-width: 100%; max-height: calc(100dvh - 52px); overflow: auto; background: var(--panel); border: 1px solid #737966; box-shadow: 12px 12px 0 #0008; animation: supply-in .2s ease-out; }
.recharge-close { position: absolute; z-index: 3; top: 12px; right: 12px; display: grid; place-items: center; width: 32px; height: 32px; padding: 0; border: 1px solid #6c725e; background: transparent; color: var(--text); font-size: 23px; }
.recharge-close:hover { background: var(--lime); color: var(--bg); }
.recharge-heading { position: relative; padding: 32px 25px; background: var(--purple); color: var(--bg); border-right: 2px dashed #17191699; overflow: hidden; }
.recharge-heading .micro-label { font-size: 10px; letter-spacing: 1px; }
.recharge-heading h2 { position: relative; font-size: 64px; font-weight: 950; line-height: 1.1; margin: 30px 0 15px; letter-spacing: -4px; }
.recharge-heading h2 span { display: block; margin-top: 14px; font-weight: 400; }
.recharge-heading>p:last-of-type { font-size: 14px; font-weight: 750; }
.recharge-heading img { width: 112px; margin: 26px auto 48px; transform: rotate(-14deg); filter: drop-shadow(7px 8px 0 #17191626); }
.supply-stamp { position: absolute; bottom: 20px; left: 25px; font-family: monospace; font-size: 13px; letter-spacing: 2px; border-block: 1px solid #17191666; padding: 8px 0; width: calc(100% - 50px); }
.recharge-body { padding: 40px 30px 27px; min-width: 0; }
.recharge-body-title { display: flex; justify-content: space-between; align-items: center; font-size: 21px; font-weight: 800; margin-bottom: 28px; padding-right: 18px; }
.recharge-body-title span { color: var(--lime); }
.recharge-field { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 18px 0; font-size: 13px; }
.recharge-field>span { color: var(--muted); flex-shrink: 0; }
.recharge-field strong { text-align: right; overflow-wrap: anywhere; min-width: 0; font-size: 14px; }
#rechargeGoodsName { font-size: 26px; color: var(--lime); }
.recharge-input-field { display: block; padding-top: 22px; margin-top: 26px; border-top: 1px solid var(--line); }
.recharge-input-field span { display: block; margin-bottom: 10px; }
.recharge-input-field input { width: 100%; height: 61px; border: 1px solid #6a7459; border-radius: 0; background: var(--bg); padding: 0 15px; color: var(--lime); font-size: 28px; font-weight: 800; }
.recharge-rate { font-size: 12px; color: var(--muted); margin-top: 10px; }
.recharge-error { min-height: 24px; margin: 18px 0 8px; font-size: 12px; color: #ffb6a7; }
.recharge-pay-btn { width: 100%; min-height: 51px; border: 0; border-radius: 0; background: var(--lime); color: var(--bg); font-size: 15px; font-weight: 850; }
.recharge-pay-btn:hover { background: var(--text); }
.recharge-pay-btn:disabled { opacity: .5; cursor: wait; }
@keyframes beast-bob { 50% { translate: 0 -10px; rotate: -2deg; } }
@keyframes supply-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@media (min-width: 1600px) {
  .arcade-hero { min-height: 980px; }
  .hero-stage { top: 410px; }
}
@media (max-width: 1100px) {
  .arcade-hero { min-height: 830px; }
  h1 { margin-top: 72px; font-size: 100px; }
  .hero-stage { top: 325px; width: 620px; scale: .88; transform-origin: top center; }
  .stage-beast { left: 140px; }
  .stage-island { left: 40px; }
  .stage-disc { left: 45px; }
  .stage-runner { left: 0; }
  .sticker-purple { left: -20px; top: 160px; }
  .hero-bottom { margin-top: 235px; }
  .hero-intro p { font-size: 14px; }
  .play-disc { width: 140px; height: 140px; }
  .play-disc strong { font-size: 20px; }
  .join-section { grid-template-columns: 1fr; gap: 35px; }
  .join-heading { display: flex; align-items: center; justify-content: space-between; gap: 25px; flex-wrap: wrap; }
  .join-heading h2 { margin: 0; }
  .player-ticket { max-width: 830px; width: 100%; margin: auto; grid-template-columns: .7fr 1.3fr; }
  .ticket-art img { width: 150px; }
  .section-top { flex-direction: column; gap: 20px; }
  .world-copy { padding: 30px 26px; }
}
@media (max-width: 760px) {
  .site-header { padding: 18px 5%; min-height: 82px; gap: 12px; }
  .brand { font-size: 18px; gap: 8px; }
  .brand img { width: 36px; }
  .brand small { font-size: 8px; letter-spacing: 1px; }
  .site-header nav { display: none; }
  .nav-play { font-size: 12px; padding: 10px 12px; }
  .nav-play span { margin-left: 10px; font-size: 19px; }
  .arcade-hero { padding: 22px 5% 25px; min-height: 830px; }
  .hero-meta { font-size: 10px; letter-spacing: 1px; }
  .hero-meta>span:last-child { display: none; }
  .hero-word { font-size: 29vw; top: 90px; letter-spacing: -3px; }
  h1 { font-size: clamp(54px, 12.5vw, 90px); letter-spacing: -4px; margin: 66px auto 0; line-height: 1.12; }
  .title-second { padding-left: 30px; }
  .title-spark { margin-left: 12px; }
  .hero-stage { top: 275px; width: 440px; height: 330px; scale: 1; transform: translateX(-50%); }
  .stage-beast { width: 260px; left: 115px; top: 13px; }
  .stage-island { width: 370px; left: 40px; top: 140px; }
  .stage-disc { width: 340px; height: 150px; top: 134px; left: 65px; }
  .stage-runner { width: 100px; top: 55px; left: 34px; }
  .sticker { font-size: 12px; box-shadow: 3px 3px 0 #080a08; }
  .sticker-lime { top: 5px; right: 34px; padding: 9px 12px; }
  .sticker-lime strong { font-size: 18px; }
  .sticker-purple { left: 35px; top: 188px; padding: 10px 12px; }
  .stage-cross { right: 29px; top: 219px; font-size: 50px; }
  .hero-bottom { margin-top: 350px; gap: 20px; align-items: center; }
  .hero-intro .micro-label { font-size: 10px; letter-spacing: 1px; }
  .hero-intro p { margin: 12px 0 16px; font-size: 13px; }
  .under-link { font-size: 10px; }
  .under-link span { margin-left: 12px; }
  .play-disc { flex-shrink: 0; width: 116px; height: 116px; }
  .play-disc>span { font-size: 31px; }
  .play-disc strong { font-size: 18px; margin-top: 4px; }
  .play-disc small { font-size: 9px; letter-spacing: 1px; }
  .hero-index { margin-top: 32px; font-size: 9px; letter-spacing: 2px; }
  .ticker { padding: 13px 0; }
  .ticker>div { gap: 28px; }
  .ticker span { font-size: 17px; }
  .world-section { padding: 55px 5%; }
  .section-top { margin-bottom: 28px; }
  h2 { font-size: 29px; letter-spacing: -1px; }
  .section-top h2 span { padding-left: 10px; }
  .micro-label { font-size: 10px; letter-spacing: 1px; }
  .world-tabs button { padding: 15px 10px; font-size: 15px; gap: 6px; }
  .world-tabs button span:first-child { font-size: 10px; }
  .world-tabs button span:last-child { font-size: 18px; }
  .world-panel { grid-template-columns: 1fr; }
  .world-picture { min-height: 285px; }
  .world-island { width: 80%; top: 30%; }
  .world-copy { padding: 28px; }
  .world-copy h3 { font-size: 32px; margin-top: 18px; }
  .world-copy p { font-size: 14px; margin-bottom: 20px; }
  .square-link { width: 45px; height: 45px; }
  .picture-caption { font-size: 9px; left: 16px; bottom: 16px; }
  .picture-word { font-size: 59px; top: 24px; }
  .partner-beast { width: 56%; top: 65px; }
  .partner-runner { top: 70px; width: 25%; }
  .treasure-chest { width: 100px; top: 37%; }
  .treasure-spark { font-size: 65px; }
  .join-section { padding: 55px 5% 65px; gap: 35px; }
  .join-heading { display: block; padding-top: 0; }
  .join-heading h2 { margin: 20px 0 12px; font-size: 50px; }
  .join-heading>p:last-child { font-size: 14px; }
  .player-ticket { grid-template-columns: 1fr; transform: rotate(-1deg); }
  .ticket-art { min-height: 160px; padding: 20px 24px; border-right: 0; border-bottom: 2px dashed #17191666; }
  .ticket-art h3 { font-size: 29px; margin-top: 13px; }
  .ticket-art h3 br { display: none; }
  .ticket-art img { position: absolute; right: 18px; top: 6px; width: 92px; margin: 0; }
  .ticket-bottom { margin-top: 20px; max-width: 65%; font-size: 9px; padding-top: 9px; }
  .ticket-form { padding: 24px 23px 14px; }
  .form-heading span { font-size: 8px; }
  .final-cta { padding: 40px 5% 28px; }
  .final-cta>a { font-size: 74px; letter-spacing: -5px; padding: 25px 0; }
  .final-cta>div { flex-direction: column; gap: 10px; font-size: 13px; }
  .final-cta>div>span { font-size: 10px; }
  .site-footer { padding: 28px 5%; flex-direction: column; align-items: flex-start; gap: 14px; }
  .recharge-center { padding: 18px; }
  .recharge-dialog { grid-template-columns: 1fr; max-width: 420px; max-height: calc(100dvh - 36px); }
  .recharge-heading { padding: 22px 24px; border-right: 0; border-bottom: 2px dashed #17191699; }
  .recharge-heading h2 { font-size: 36px; margin: 16px 0 6px; letter-spacing: -2px; }
  .recharge-heading h2 br { display: none; }
  .recharge-heading h2 span { display: inline; padding-left: 8px; }
  .recharge-heading img { position: absolute; width: 66px; top: 53px; right: 27px; margin: 0; }
  .recharge-heading>p:last-of-type { font-size: 12px; }
  .recharge-heading .micro-label { font-size: 9px; }
  .supply-stamp { display: none; }
  .recharge-close { background: var(--bg); }
  .recharge-body { padding: 23px; }
  .recharge-body-title { font-size: 19px; margin-bottom: 20px; }
  .recharge-field { margin: 13px 0; }
  .recharge-input-field { margin-top: 19px; padding-top: 17px; }
  .recharge-error { margin-top: 12px; }
}
@media (max-width: 370px) {
  .brand { font-size: 16px; }
  .brand img { width: 30px; }
  .hero-stage { scale: .86; left: 43%; }
  .arcade-hero { min-height: 800px; }
  .hero-bottom { margin-top: 330px; }
  .hero-intro p { font-size: 12px; }
  .play-disc { width: 101px; height: 101px; }
  .section-top h2 { font-size: 25px; }
  .ticket-art img { width: 76px; top: 19px; right: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
