:root {
  color-scheme: dark;
  --bg: #070b12;
  --panel: rgba(11, 18, 30, 0.86);
  --panel-strong: rgba(12, 20, 34, 0.96);
  --line: rgba(148, 163, 184, 0.18);
  --cyan: #38bdf8;
  --blue: #2563eb;
  --violet: #8b5cf6;
  --gold: #fbbf24;
  --text: #f8fafc;
  --muted: #94a3b8;
  --danger: #ef4444;
}

* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); }
button { font: inherit; color: inherit; }
button:focus-visible { outline: 2px solid var(--cyan); outline-offset: 2px; }
.hidden { display: none !important; }

#game-canvas { position: fixed; inset: 0; width: 100%; height: 100%; display: block; background: #070b12; }
#game-canvas::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.screen-layer { position: fixed; inset: 0; z-index: 5; background: radial-gradient(circle at 50% 55%, transparent 0 22%, rgba(3, 7, 18, .16) 48%, rgba(3, 7, 18, .75) 100%); }
.screen-layer::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(56,189,248,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(56,189,248,.018) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 85%); }

.topbar { height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 44px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, rgba(6,10,18,.96), rgba(7,12,21,.72)); backdrop-filter: blur(16px); position: relative; z-index: 3; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(56,189,248,.55); background: linear-gradient(135deg, #075985, #2563eb 55%, #7c3aed); clip-path: polygon(18% 0,100% 0,100% 72%,72% 100%,0 100%,0 18%); font-weight: 950; font-style: italic; font-size: 24px; box-shadow: 0 0 28px rgba(37,99,235,.35); }
.brand strong { display: block; letter-spacing: .18em; font-size: 17px; }
.brand small { display: block; color: var(--muted); font-size: 9px; letter-spacing: .26em; margin-top: 2px; }
.top-stats { display: flex; align-items: center; gap: 10px; color: #cbd5e1; font-size: 11px; letter-spacing: .12em; }
.online-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 12px #22c55e; }
.coin-pill { display: flex; align-items: center; gap: 8px; padding: 8px 12px; margin-left: 14px; border: 1px solid rgba(251,191,36,.3); background: rgba(113,63,18,.2); border-radius: 6px; }
.coin-pill i { color: var(--gold); font-style: normal; }
.coin-pill b { color: #fde68a; font-size: 14px; letter-spacing: .04em; }

.lobby-layout { height: calc(100% - 118px); display: grid; grid-template-columns: minmax(250px, .7fr) minmax(430px, .78fr); justify-content: space-between; gap: 22%; padding: 38px 44px 28px; position: relative; z-index: 2; }
.hero-panel { align-self: center; max-width: 430px; padding: 28px 0; text-shadow: 0 2px 20px #000; }
.eyebrow { color: var(--cyan); font-size: 10px; font-weight: 850; letter-spacing: .27em; }
.hero-panel h1 { font-size: clamp(44px, 6vw, 78px); line-height: .88; margin: 14px 0 20px; letter-spacing: -.055em; font-weight: 950; }
.hero-panel h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(125,211,252,.92); filter: drop-shadow(0 0 18px rgba(56,189,248,.26)); }
.hero-panel > p { color: #cbd5e1; line-height: 1.55; max-width: 370px; font-size: 13px; }
.hero-loadout { margin-top: 30px; display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; max-width: 360px; border-left: 3px solid var(--cyan); background: linear-gradient(90deg, rgba(15,23,42,.88), rgba(15,23,42,.25)); }
.hero-loadout small { display: block; color: var(--muted); font-size: 9px; letter-spacing: .16em; }
.hero-loadout strong { display: block; margin-top: 3px; font-size: 18px; }
.hero-loadout > span { font-size: 10px; color: #bae6fd; padding: 5px 8px; border: 1px solid rgba(56,189,248,.35); background: rgba(14,116,144,.2); }
.map-chances { display: flex; gap: 10px; margin-top: 18px; }
.map-chances div { min-width: 82px; padding: 8px 10px; border: 1px solid var(--line); background: rgba(2,6,23,.56); }
.map-chances b { display: block; font-size: 14px; color: #e0f2fe; }
.map-chances span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }

.command-panel { align-self: stretch; min-height: 0; display: grid; grid-template-rows: auto 1fr auto; border: 1px solid var(--line); border-radius: 4px; background: linear-gradient(145deg, rgba(8,15,27,.93), rgba(11,18,31,.79)); backdrop-filter: blur(17px); box-shadow: 0 22px 70px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.025); overflow: hidden; }
.tabs { display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(2,6,23,.55); border-bottom: 1px solid var(--line); }
.tabs button { border: 0; border-right: 1px solid var(--line); background: transparent; padding: 15px 10px; font-size: 10px; font-weight: 750; letter-spacing: .1em; color: #64748b; cursor: pointer; transition: .25s ease; }
.tabs button:last-child { border-right: 0; }
.tabs button span { display: block; font-size: 8px; margin-bottom: 4px; color: #475569; }
.tabs button:hover { color: #e2e8f0; background: rgba(30,41,59,.42); }
.tabs button.active { color: #e0f2fe; background: linear-gradient(180deg, rgba(14,116,144,.3), rgba(15,23,42,.2)); box-shadow: inset 0 -2px var(--cyan); }
.tabs button.active span { color: var(--cyan); }
.tab-content { overflow: auto; min-height: 0; padding: 20px 22px 15px; scrollbar-width: thin; scrollbar-color: #334155 transparent; animation: panel-in .25s ease; }
@keyframes panel-in { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: none; } }
.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.panel-heading h2 { margin: 4px 0 0; font-size: 22px; letter-spacing: -.025em; }
.level-badge { color: #bae6fd; border: 1px solid rgba(56,189,248,.3); background: rgba(14,116,144,.18); padding: 6px 8px; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.weapon-preview-card { --weapon: #38bdf8; display: flex; align-items: center; gap: 18px; min-height: 95px; padding: 14px 18px; background: radial-gradient(circle at 18% 50%, color-mix(in srgb, var(--weapon) 18%, transparent), transparent 42%), rgba(15,23,42,.64); border: 1px solid color-mix(in srgb, var(--weapon) 32%, transparent); }
.weapon-preview-card strong, .weapon-preview-card small { display: block; }
.weapon-preview-card small { color: var(--muted); margin-top: 4px; font-size: 11px; }
.weapon-silhouette { width: 145px; height: 42px; position: relative; filter: drop-shadow(0 0 15px color-mix(in srgb, var(--weapon) 44%, transparent)); }
.weapon-silhouette span { position: absolute; left: 13px; top: 14px; width: 105px; height: 12px; background: linear-gradient(90deg, #111827, var(--weapon)); clip-path: polygon(0 12%, 84% 0, 100% 30%, 100% 70%, 78% 100%, 0 88%); }
.weapon-silhouette i { position: absolute; left: 118px; top: 18px; width: 25px; height: 5px; background: #111827; }
.weapon-silhouette b { position: absolute; left: 53px; top: 25px; width: 13px; height: 16px; background: #111827; transform: skewX(-12deg); }
.stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px 16px; margin: 18px 0; }
.stat span { display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.stat span b { font-weight: 650; }
.stat span em { color: #e2e8f0; font-style: normal; }
.stat > div { height: 4px; background: rgba(51,65,85,.58); margin-top: 6px; overflow: hidden; }
.stat > div i { display: block; height: 100%; background: linear-gradient(90deg, #0284c7, #38bdf8); box-shadow: 0 0 10px rgba(56,189,248,.5); }
.primary-action, .secondary-action, .ghost-action { border: 1px solid transparent; min-height: 44px; padding: 12px 16px; cursor: pointer; font-size: 11px; font-weight: 850; letter-spacing: .1em; transition: .2s ease; }
.primary-action { background: linear-gradient(135deg, #0369a1, #2563eb); box-shadow: 0 8px 26px rgba(37,99,235,.25); }
.primary-action:hover:not(:disabled) { transform: translateY(-1px); filter: brightness(1.15); }
.primary-action:disabled { cursor: not-allowed; color: #64748b; background: #1e293b; box-shadow: none; }
.secondary-action { color: #dbeafe; border-color: rgba(59,130,246,.35); background: rgba(30,64,175,.2); }
.ghost-action { color: #cbd5e1; border-color: var(--line); background: rgba(15,23,42,.45); }
.full { width: 100%; }
.panel-note { margin: 10px 0 0; color: #64748b; font-size: 9px; line-height: 1.45; }
.section-label { color: #94a3b8; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; margin: 14px 0 8px; }
.gear-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.gear-grid.compact { grid-template-columns: repeat(3, 1fr); }
.gear-card { display: grid; grid-template-columns: 28px 1fr; text-align: left; gap: 2px 8px; align-items: center; min-height: 56px; border: 1px solid var(--line); background: rgba(15,23,42,.54); padding: 9px; cursor: pointer; }
.gear-card:hover { border-color: rgba(56,189,248,.42); }
.gear-card.selected { border-color: var(--cyan); background: rgba(14,116,144,.18); box-shadow: inset 2px 0 var(--cyan); }
.gear-icon { grid-row: span 2; display: grid; place-items: center; width: 28px; height: 34px; background: #1e293b; color: var(--cyan); }
.gear-card strong { font-size: 10px; }
.gear-card small { font-size: 8px; color: var(--muted); }
.arsenal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.weapon-card { --weapon: #38bdf8; min-height: 92px; display: flex; flex-direction: column; align-items: stretch; text-align: left; border: 1px solid var(--line); background: radial-gradient(circle at 30% 30%, color-mix(in srgb, var(--weapon) 12%, transparent), transparent 58%), rgba(15,23,42,.56); padding: 8px; cursor: pointer; transition: .2s ease; }
.weapon-card:hover { transform: translateY(-2px); border-color: color-mix(in srgb, var(--weapon) 55%, transparent); }
.weapon-card.selected { border-color: var(--weapon); box-shadow: inset 0 0 18px color-mix(in srgb, var(--weapon) 10%, transparent), 0 0 16px color-mix(in srgb, var(--weapon) 12%, transparent); }
.weapon-card.locked { filter: saturate(.45); opacity: .74; }
.weapon-category { font-size: 7px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.mini-gun { position: relative; height: 30px; margin: 6px 0; }
.mini-gun i { position: absolute; left: 5px; top: 10px; width: 68%; height: 8px; background: linear-gradient(90deg, #111827, var(--weapon)); clip-path: polygon(0 15%,85% 0,100% 32%,100% 70%,82% 100%,0 85%); }
.mini-gun b { position: absolute; left: 72%; top: 13px; width: 24%; height: 3px; background: #0f172a; }
.weapon-card strong { font-size: 10px; }
.weapon-card small { color: var(--muted); font-size: 8px; margin-top: 2px; }
.play-button { min-height: 66px; position: relative; border: 0; border-top: 1px solid rgba(56,189,248,.32); background: linear-gradient(110deg, #075985, #1d4ed8 65%, #6d28d9); text-align: left; padding: 12px 65px 12px 22px; cursor: pointer; overflow: hidden; }
.play-button::before { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.13), transparent 70%); transform: translateX(-100%); transition: transform .55s; }
.play-button:hover::before { transform: translateX(100%); }
.play-button span { display: block; font-weight: 900; font-size: 15px; letter-spacing: .12em; }
.play-button small { color: #bfdbfe; font-size: 9px; letter-spacing: .08em; }
.play-button i { position: absolute; right: 24px; top: 50%; transform: translateY(-50%); font-style: normal; font-size: 24px; }
.lobby-footer { height: 36px; padding: 0 44px; display: flex; align-items: center; gap: 22px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 4; border-top: 1px solid var(--line); color: #64748b; font-size: 8px; letter-spacing: .08em; background: rgba(3,7,18,.85); }
.lobby-footer b { margin-left: auto; color: #475569; }

#hud { position: fixed; inset: 0; z-index: 6; pointer-events: none; text-shadow: 0 2px 5px #000; }
.hud-top-left, .hud-top-right, .hud-bottom-left, .hud-bottom-right { position: absolute; display: flex; }
.hud-top-left { top: 20px; left: 22px; gap: 7px; align-items: stretch; }
.hud-top-right { top: 20px; right: 22px; gap: 7px; }
.hud-top-right > div, .map-chip, .hud-crate { min-width: 88px; padding: 8px 11px; background: rgba(4,9,18,.72); border: 1px solid rgba(148,163,184,.18); backdrop-filter: blur(8px); }
.hud-top-right small, .map-chip small, .hud-crate small { display: block; font-size: 7px; color: #94a3b8; letter-spacing: .12em; }
.hud-top-right strong, .map-chip strong, .hud-crate b { display: block; margin-top: 2px; font-size: 13px; }
.hud-timer { min-width: 74px; display: grid; place-items: center; padding: 0 13px; font-weight: 900; font-size: 17px; background: rgba(4,9,18,.78); border: 1px solid rgba(56,189,248,.3); }
.gold { color: #fcd34d; }
.hud-bottom-left { left: 22px; bottom: 22px; flex-direction: column; gap: 8px; width: 250px; }
.vital span { display: flex; justify-content: space-between; margin-bottom: 4px; font-size: 8px; letter-spacing: .1em; }
.vital span b { font-size: 12px; }
.vital > div { height: 10px; padding: 2px; background: rgba(2,6,23,.8); border: 1px solid rgba(248,250,252,.14); transform: skewX(-8deg); }
.vital > div i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, #16a34a, #4ade80); box-shadow: 0 0 14px rgba(34,197,94,.42); transition: width .16s; }
.vital.armor > div i { background: linear-gradient(90deg, #0284c7, #38bdf8); box-shadow: 0 0 14px rgba(56,189,248,.42); }
.hud-bottom-right { right: 22px; bottom: 22px; min-width: 210px; padding: 12px 16px; flex-direction: column; align-items: flex-end; background: linear-gradient(90deg, transparent, rgba(4,9,18,.78) 30%); }
.hud-bottom-right small { color: #94a3b8; font-size: 9px; letter-spacing: .08em; }
.hud-bottom-right strong { font-size: 28px; line-height: 1.05; }
.hud-bottom-right span { color: #64748b; font-size: 7px; letter-spacing: .11em; }
#kill-feed { position: absolute; right: 22px; top: 100px; padding: 8px 12px; border-right: 2px solid var(--cyan); background: rgba(4,9,18,.64); color: #e0f2fe; font-size: 10px; opacity: 0; transform: translateX(15px); transition: .2s; }
#kill-feed.show { opacity: 1; transform: none; }
#respawn-message { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 24px; font-weight: 950; letter-spacing: .14em; background: rgba(127,29,29,.15); }

#crosshair { position: fixed; left: 50%; top: 50%; width: 34px; height: 34px; transform: translate(-50%,-50%); z-index: 7; pointer-events: none; }
#crosshair > i { position: absolute; background: rgba(255,255,255,.9); box-shadow: 0 0 2px #000; }
#crosshair > i:nth-child(1), #crosshair > i:nth-child(2) { width: 7px; height: 2px; top: 16px; }
#crosshair > i:nth-child(1) { left: 2px; } #crosshair > i:nth-child(2) { right: 2px; }
#crosshair > i:nth-child(3), #crosshair > i:nth-child(4) { width: 2px; height: 7px; left: 16px; }
#crosshair > i:nth-child(3) { top: 2px; } #crosshair > i:nth-child(4) { bottom: 2px; }
#hitmarker { position: absolute; inset: -4px; display: grid; place-items: center; color: #fff; font-size: 32px; font-weight: 300; opacity: 0; transition: opacity .05s; }
#hitmarker.show { opacity: 1; }
#interaction-prompt { position: fixed; left: 50%; bottom: 24%; z-index: 8; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; padding: 9px 13px; background: rgba(4,9,18,.8); border: 1px solid rgba(56,189,248,.35); font-size: 10px; letter-spacing: .1em; }
kbd { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 3px; border: 1px solid #64748b; background: #1e293b; box-shadow: inset 0 -2px rgba(0,0,0,.35); font: inherit; font-weight: 900; }
#toast { position: fixed; z-index: 30; top: 90px; left: 50%; transform: translate(-50%,-15px); padding: 10px 16px; border: 1px solid rgba(56,189,248,.3); background: rgba(4,9,18,.91); color: #e0f2fe; font-size: 10px; font-weight: 750; letter-spacing: .06em; opacity: 0; pointer-events: none; transition: .23s ease; }
#toast.show { opacity: 1; transform: translate(-50%,0); }
#toast[data-kind="coins"] { border-color: rgba(251,191,36,.45); color: #fde68a; }
#toast[data-kind="special"] { border-color: rgba(168,85,247,.6); color: #e9d5ff; box-shadow: 0 0 22px rgba(168,85,247,.18); }
#damage-overlay { position: fixed; inset: 0; z-index: 8; pointer-events: none; opacity: 0; background: radial-gradient(circle, transparent 42%, rgba(220,38,38,.65)); transition: opacity .08s; }

.modal { position: fixed; inset: 0; z-index: 40; display: grid; place-items: center; background: rgba(1,4,10,.7); backdrop-filter: blur(10px); }
.modal-card { width: min(420px, calc(100vw - 34px)); padding: 28px; border: 1px solid rgba(148,163,184,.2); background: linear-gradient(150deg, rgba(11,18,31,.98), rgba(7,12,22,.98)); box-shadow: 0 30px 100px rgba(0,0,0,.65); }
.modal-card h2 { margin: 7px 0 22px; font-size: 30px; letter-spacing: -.03em; }
.pause-card button { margin-top: 9px; }
.pause-card p { color: #64748b; font-size: 9px; text-align: center; margin: 14px 0 0; }
.result-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 18px; }
.result-stats div { padding: 11px; border: 1px solid var(--line); background: rgba(15,23,42,.48); }
.result-stats span { display: block; color: var(--muted); font-size: 8px; letter-spacing: .1em; }
.result-stats strong { display: block; margin-top: 4px; }
.result-stats .total { grid-column: span 2; border-color: rgba(251,191,36,.35); background: rgba(113,63,18,.18); }
.result-stats .total strong { color: #fde68a; font-size: 20px; }

#mobile-controls { display: none; position: fixed; inset: 0; z-index: 20; pointer-events: none; }
#mobile-controls.visible { display: block; }
#joystick { position: absolute; left: 24px; bottom: 38px; width: 120px; height: 120px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); background: rgba(15,23,42,.24); pointer-events: auto; }
#joystick-knob { position: absolute; left: 50%; top: 50%; width: 48px; height: 48px; border-radius: 50%; transform: translate(-50%,-50%); background: rgba(125,211,252,.35); border: 1px solid rgba(125,211,252,.6); }
#look-zone { position: absolute; right: 0; top: 0; width: 58%; height: 100%; pointer-events: auto; }
.mobile-fire, .mobile-button { position: absolute; z-index: 2; pointer-events: auto; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); background: rgba(15,23,42,.45); backdrop-filter: blur(5px); font-weight: 800; }
.mobile-fire { right: 25px; bottom: 55px; width: 82px; height: 82px; color: #fee2e2; border-color: rgba(239,68,68,.55); background: rgba(127,29,29,.35); font-size: 10px; }
.mobile-button { width: 48px; height: 48px; font-size: 10px; }
.mobile-button.jump { right: 120px; bottom: 40px; }
.mobile-button.reload { right: 32px; bottom: 150px; }
.mobile-button.interact { right: 92px; bottom: 135px; color: #bae6fd; }
.mobile-button.pause { right: 18px; top: 20px; }

@media (max-width: 1100px) {
  .lobby-layout { grid-template-columns: minmax(230px,.55fr) minmax(420px,.9fr); gap: 7%; }
  .hero-panel h1 { font-size: 48px; }
  .hero-panel > p, .map-chances { display: none; }
  .arsenal-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .topbar { height: 64px; padding: 0 14px; }
  .brand-mark { width: 36px; height: 36px; }
  .top-stats > span:not(.coin-pill), .online-dot { display: none; }
  .lobby-layout { height: calc(100% - 94px); display: block; padding: 12px; }
  .hero-panel { display: none; }
  .command-panel { height: 100%; }
  .tabs button { padding: 11px 3px; font-size: 8px; }
  .tab-content { padding: 15px 12px; }
  .panel-heading h2 { font-size: 18px; }
  .stat-grid { gap: 9px; }
  .gear-grid, .gear-grid.compact { grid-template-columns: 1fr 1fr; }
  .arsenal-grid { grid-template-columns: repeat(2,1fr); }
  .lobby-footer { height: 30px; padding: 0 12px; }
  .lobby-footer span { display: none; }
  .lobby-footer b { margin: auto; }
  .hud-top-left { top: 10px; left: 10px; }
  .map-chip { display: none; }
  .hud-top-right { top: 58px; right: 10px; }
  .hud-top-right > div { min-width: 70px; padding: 6px 8px; }
  .hud-bottom-left { left: 12px; bottom: 175px; width: 180px; }
  .hud-bottom-right { right: 12px; bottom: 145px; min-width: 150px; }
  .hud-bottom-right strong { font-size: 22px; }
  #interaction-prompt { bottom: 34%; }
}
.weapon-crate-banner { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 14px; margin-bottom: 12px; border: 1px solid rgba(168,85,247,.34); background: radial-gradient(circle at 15% 50%, rgba(168,85,247,.18), transparent 55%), rgba(30,20,55,.36); }
.weapon-crate-banner strong, .weapon-crate-banner small { display: block; }
.weapon-crate-banner strong { margin-top: 4px; font-size: 9px; color: #e9d5ff; }
.weapon-crate-banner small { margin-top: 3px; color: #94a3b8; font-size: 8px; }
.weapon-crate-banner button { flex: 0 0 auto; min-width: 96px; padding: 10px; border: 1px solid rgba(192,132,252,.5); background: linear-gradient(135deg, #6d28d9, #9333ea); font-size: 9px; font-weight: 850; cursor: pointer; }
.weapon-crate-banner button:disabled { opacity: .45; cursor: not-allowed; }
@media (max-width: 760px) { .weapon-crate-banner { align-items: stretch; flex-direction: column; } }
.mobile-button.interact { overflow: hidden; }
.mobile-button.interact::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 0; background: rgba(56,189,248,.38); transition: height .6s linear; }
.mobile-button.interact.holding::after { height: 100%; }
