:root { --font-geist-sans: Arial, Helvetica, sans-serif; --font-geist-mono: ui-monospace, SFMono-Regular, Menlo, monospace; --bg: #071127; --bg-2: #0b1730; --surface: rgba(15, 29, 56, .9); --surface-2: #14264a; --ink: #f5f1e7; --muted: #91a0bd; --cyan: #49dbff; --coral: #ff6e66; --gold: #ffd05b; --green: #9be15c; --purple: #bb87ff; --line: rgba(183, 212, 255, .16); --shadow: rgba(0, 0, 0, .3); }
html { scroll-behavior: smooth; }
html[data-theme='light'] { --bg: #edf5ed; --bg-2: #dfeee4; --surface: rgba(249, 252, 246, .92); --surface-2: #d7e9da; --ink: #13241c; --muted: #5c7468; --cyan: #1384a1; --coral: #d64b4b; --gold: #b26d1d; --green: #4f943c; --purple: #7751b1; --line: rgba(24, 58, 39, .17); --shadow: rgba(42, 78, 47, .16); }
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif; }
body::before { content: ''; position: fixed; inset: 0; z-index: -2; pointer-events: none; opacity: .55; background-image: linear-gradient(rgba(95, 175, 213, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(95, 175, 213, .08) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to bottom, black, transparent 78%); }
body::after { content: ''; position: fixed; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle at 15% -5%, rgba(54, 140, 200, .22), transparent 34%), radial-gradient(circle at 90% 18%, rgba(137, 81, 204, .16), transparent 31%); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.arcade-shell { min-height: 100vh; overflow: hidden; }
.page-wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.topbar { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 0 32px; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--bg) 86%, transparent); backdrop-filter: blur(18px); }
.site-brand, .footer-brand { display: flex; align-items: center; gap: 11px; }
.brand-cube { display: grid; place-items: center; width: 42px; height: 42px; padding: 2px; border: 1px solid var(--line); background: rgba(255,255,255,.05); box-shadow: 3px 3px 0 var(--shadow); }
.brand-cube img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand-type, .footer-brand > span:last-child { display: grid; line-height: 1; }
.brand-type strong, .footer-brand strong { font-family: var(--font-geist-mono), monospace; font-size: 15px; letter-spacing: .1em; }
.brand-type strong span, .footer-brand strong span { color: var(--cyan); }
.brand-type small, .footer-brand small { margin-top: 6px; color: var(--muted); font-family: var(--font-geist-mono), monospace; font-size: 8px; letter-spacing: .16em; }
.main-nav { display: flex; gap: 29px; color: var(--muted); font-family: var(--font-geist-mono), monospace; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.main-nav a:hover, .footer-links a:hover, .text-link:hover { color: var(--cyan); }
.topbar-actions { display: flex; align-items: center; gap: 9px; }
.theme-toggle, .play-chip { display: inline-flex; align-items: center; gap: 8px; min-height: 37px; padding: 0 11px; border: 1px solid var(--line); background: transparent; color: var(--muted); font-family: var(--font-geist-mono), monospace; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.theme-toggle { cursor: pointer; }
.theme-toggle:hover { border-color: var(--cyan); color: var(--cyan); }
.theme-toggle span:first-child { color: var(--gold); font-size: 15px; }
.play-chip { border-color: var(--green); color: var(--green); }
.play-chip:hover { background: rgba(155,225,92,.1); }
.play-triangle { width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 7px solid currentColor; }
.hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); gap: 60px; align-items: center; min-height: 680px; padding-top: 72px; padding-bottom: 85px; }
.eyebrow, .section-kicker, .portal-kicker, .portal-number, .visual-label, .loadout-topline, .ticker, .footer-links { font-family: var(--font-geist-mono), monospace; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow, .section-kicker { color: var(--cyan); }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.signal-dot, .ticker-status i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(155,225,92,.14); }
.hero h1 { max-width: 650px; margin: 24px 0 23px; color: var(--ink); font-size: clamp(55px, 7vw, 96px); line-height: .9; letter-spacing: -.08em; text-shadow: 5px 6px 0 var(--shadow); }
.hero h1 span, h2 span { color: var(--coral); }
.hero-lede { max-width: 510px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.arcade-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 0 18px; border: 2px solid var(--ink); box-shadow: 4px 4px 0 var(--shadow); font-family: var(--font-geist-mono), monospace; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transition: transform .15s ease, box-shadow .15s ease, filter .15s ease; }
.arcade-button:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--shadow); filter: brightness(1.08); }
.primary-button { background: var(--green); color: #13271a; }
.ghost-button { border-color: var(--line); background: var(--surface); color: var(--ink); }
.hero-stats { display: flex; gap: 30px; margin-top: 48px; }
.hero-stats div { display: grid; gap: 5px; }
.hero-stats strong { color: var(--gold); font-family: var(--font-geist-mono), monospace; font-size: 23px; }
.hero-stats span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.hero-visual { position: relative; min-height: 480px; overflow: hidden; border: 2px solid #0b162b; box-shadow: 10px 10px 0 var(--shadow); transform: rotate(1.2deg); background: #071127; }
.hero-visual > img { display: block; width: 100%; height: 100%; min-height: 480px; object-fit: cover; object-position: center; }
.visual-vignette { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(3,10,27,.9), transparent 54%), linear-gradient(0deg, rgba(3,10,27,.68), transparent 48%); }
.visual-label { position: absolute; color: #f8edcf; }
.label-top { top: 28px; left: 29px; }.label-bottom { left: 29px; bottom: 27px; color: #96e8c5; }
.visual-score { position: absolute; top: 23px; left: 58%; right: auto; display: grid; gap: 3px; min-width: 155px; padding: 12px; border: 1px solid rgba(255,255,255,.3); background: rgba(3, 10, 27, .54); color: #fff4d6; text-align: left; transform: translateX(-50%) rotate(-1deg); }
.visual-score small, .visual-score span { color: #9bded0; font-family: var(--font-geist-mono), monospace; font-size: 8px; letter-spacing: .1em; }.visual-score strong { color: var(--gold); font-family: var(--font-geist-mono), monospace; font-size: 23px; }
.visual-sticker { position: absolute; right: 22px; bottom: 23px; display: flex; align-items: center; gap: 8px; padding: 7px 9px 7px 6px; border: 2px solid #101d29; background: var(--green); box-shadow: 4px 4px 0 rgba(0,0,0,.55); color: #16311c; transform: rotate(-4deg); }.visual-sticker img { width: 50px; height: 50px; object-fit: contain; }.visual-sticker span { font-family: var(--font-geist-mono), monospace; font-size: 9px; font-weight: 900; line-height: 1.1; letter-spacing: .08em; }
.ticker { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--surface-2) 84%, transparent); color: var(--muted); }.ticker-inner { display: flex; align-items: center; justify-content: space-between; min-height: 53px; gap: 20px; }.ticker-status { display: inline-flex; align-items: center; gap: 9px; color: var(--green); }.ticker-right { color: var(--cyan); }
.portal-section { padding-top: 112px; }.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 32px; }.section-heading h2, .family-copy h2, .launch-section h2 { margin: 10px 0 0; color: var(--ink); font-size: clamp(34px, 5vw, 60px); line-height: .94; letter-spacing: -.07em; }.section-note { max-width: 245px; margin: 0; color: var(--muted); font-family: var(--font-geist-mono), monospace; font-size: 11px; line-height: 1.55; text-align: right; }
.portal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.portal-card { --accent: var(--cyan); position: relative; display: flex; min-height: 290px; flex-direction: column; padding: 22px; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(140deg, var(--surface), color-mix(in srgb, var(--surface-2) 68%, var(--bg))); box-shadow: 7px 7px 0 var(--shadow); transition: transform .16s ease, border-color .16s ease; }.portal-card::after { content: ''; position: absolute; right: -32px; bottom: -38px; width: 140px; height: 140px; opacity: .13; background: repeating-linear-gradient(45deg, transparent 0 13px, var(--accent) 13px 15px); transform: rotate(17deg); }.portal-card:hover { transform: translateY(-4px); border-color: var(--accent); }
.portal-card[data-accent='violet'] { --accent: var(--purple); }.portal-card[data-accent='coral'] { --accent: var(--coral); }.portal-card[data-accent='blue'] { --accent: var(--cyan); }.portal-card[data-accent='purple'] { --accent: #c695ff; }.portal-card[data-accent='red'] { --accent: #ff7771; }.portal-card[data-accent='green'] { --accent: var(--green); }
.portal-topline { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; color: var(--accent); }.portal-number { font-size: 12px; }.portal-kicker { font-size: 9px; }.portal-arrow { font-size: 18px; }.portal-logo-frame { display: grid; place-items: center; min-height: 85px; margin: 24px 0 17px; }.portal-logo { display: block; width: auto; max-width: 145px; max-height: 43px; filter: brightness(0) invert(1); }.minecraft-logo { max-width: 190px; max-height: 48px; filter: none; }.nintendo-logo { width: 150px; max-width: 150px; height: 50px; max-height: 50px; filter: none; object-fit: contain; }.portal-copy h3 { margin: 0; color: var(--ink); font-size: 23px; letter-spacing: -.04em; }.portal-copy p { margin: 6px 0 0; color: var(--muted); font-size: 12px; }.portal-action { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 20px; color: var(--accent); font-family: var(--font-geist-mono), monospace; font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.steam-showcase { margin-top: 24px; padding: 22px; border: 1px solid color-mix(in srgb, var(--purple) 42%, var(--line)); background: linear-gradient(135deg, color-mix(in srgb, var(--surface-2) 90%, var(--bg)), color-mix(in srgb, var(--surface) 92%, var(--purple))); box-shadow: 7px 7px 0 var(--shadow); }.steam-showcase-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 17px; }.steam-widget-kicker { margin: 0; color: var(--purple); font-family: var(--font-geist-mono), monospace; font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }.steam-showcase-heading h3 { margin: 7px 0 0; color: var(--ink); font-size: 28px; letter-spacing: -.045em; }.steam-showcase-heading p:not(.steam-widget-kicker) { max-width: 610px; margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }.steam-showcase-heading .text-link { flex: 0 0 auto; margin: 0; }.steam-native-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }.steam-native-card { min-width: 0; border: 1px solid var(--line); background: color-mix(in srgb, #07182e 90%, var(--surface)); box-shadow: inset 0 0 0 2px rgba(255,255,255,.02); transition: border-color .15s ease, transform .15s ease; }.steam-native-card:hover { border-color: var(--purple); transform: translateY(-2px); }.steam-profile-card { grid-column: 1 / -1; display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; gap: 15px; align-items: center; min-height: 94px; padding: 14px; }.steam-avatar { display: block; width: 64px; height: 64px; border: 2px solid color-mix(in srgb, var(--purple) 70%, #fff); object-fit: cover; }.steam-profile-copy { display: grid; gap: 3px; min-width: 0; }.steam-live-label { color: var(--cyan); font-family: var(--font-geist-mono), monospace; font-size: 8px; font-weight: 900; letter-spacing: .1em; }.steam-live-label i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; background: var(--muted); box-shadow: 0 0 0 3px color-mix(in srgb, var(--muted) 16%, transparent); }.steam-live-label i[data-active='true'] { background: var(--green); box-shadow: 0 0 0 3px color-mix(in srgb, var(--green) 18%, transparent); }.steam-profile-copy strong { overflow: hidden; color: var(--ink); font-size: 22px; line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; }.steam-profile-copy small { overflow: hidden; color: var(--muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }.steam-profile-stats { display: flex; align-items: center; gap: 16px; }.steam-profile-stats span:not(.steam-card-arrow) { display: grid; gap: 2px; color: var(--muted); font-family: var(--font-geist-mono), monospace; font-size: 7px; text-align: center; }.steam-profile-stats b { color: var(--gold); font-size: 15px; }.steam-card-arrow { color: var(--cyan); font-size: 16px; }.steam-game-card, .steam-quiet-card { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 11px; align-items: center; min-height: 68px; padding: 11px; }.steam-game-card > img, .steam-quiet-card > img { display: block; width: 42px; height: 42px; object-fit: contain; }.steam-game-card > span, .steam-quiet-card > span { display: grid; gap: 4px; min-width: 0; }.steam-game-card strong, .steam-quiet-card strong { overflow: hidden; color: var(--ink); font-size: 13px; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }.steam-game-card small, .steam-quiet-card small { overflow: hidden; color: var(--muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }.steam-game-card > i, .steam-quiet-card > i { color: var(--cyan); font-style: normal; font-size: 14px; }.steam-game-fallback { display: grid; place-items: center; width: 42px; height: 42px; background: color-mix(in srgb, var(--purple) 25%, #07182e); color: var(--cyan); font-family: var(--font-geist-mono), monospace; font-size: 15px; font-weight: 900; }
.steam-profile-stats span.steam-presence { display: inline-flex; align-items: center; gap: 7px; padding: 7px 9px; border: 1px solid color-mix(in srgb, var(--muted) 45%, var(--line)); color: var(--muted); font-family: var(--font-geist-mono), monospace; font-size: 8px; font-weight: 900; letter-spacing: .08em; white-space: nowrap; }.steam-presence i { width: 8px; height: 8px; border-radius: 50%; background: var(--muted); box-shadow: 0 0 0 4px color-mix(in srgb, var(--muted) 14%, transparent); }.steam-presence[data-active='true'] { border-color: color-mix(in srgb, var(--green) 48%, var(--line)); color: var(--green); }.steam-presence[data-active='true'] i { background: var(--green); box-shadow: 0 0 0 4px color-mix(in srgb, var(--green) 16%, transparent), 0 0 12px color-mix(in srgb, var(--green) 52%, transparent); }.steam-list-label { grid-column: 1 / -1; display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 10px 2px 0; color: var(--cyan); font-family: var(--font-geist-mono), monospace; font-size: 8px; font-weight: 900; letter-spacing: .1em; }.steam-list-label small { color: var(--muted); font-size: 7px; letter-spacing: .05em; }.steam-quiet-card { grid-column: 1 / -1; }
.steam-stat-strip { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }.steam-stat { display: grid; gap: 3px; min-width: 0; padding: 11px 12px; border: 1px solid var(--line); background: color-mix(in srgb, #07182e 82%, var(--surface)); }.steam-stat > span { color: var(--cyan); font-family: var(--font-geist-mono), monospace; font-size: 7px; font-weight: 900; letter-spacing: .09em; }.steam-stat > strong { overflow: hidden; color: var(--gold); font-size: 17px; line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; }.steam-stat > small { overflow: hidden; color: var(--muted); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.family-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); gap: 80px; align-items: center; padding-top: 140px; }.family-copy > p:not(.section-kicker) { max-width: 470px; margin: 27px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 20px; color: var(--cyan); font-family: var(--font-geist-mono), monospace; font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.loadout-card { padding: 22px; border: 1px solid var(--line); background: linear-gradient(145deg, var(--surface-2), var(--surface)); box-shadow: 8px 8px 0 var(--shadow); }.loadout-topline { display: flex; justify-content: space-between; color: var(--cyan); font-size: 9px; }.loadout-topline span:last-child { color: var(--green); }.controller { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 130px; margin: 22px 0; padding: 22px 20px; border: 1px solid var(--line); background: #0a1731; box-shadow: inset 0 0 0 4px rgba(255,255,255,.03); }
.controller-left, .controller-right { position: relative; width: 100px; height: 70px; }.dpad, .controller-button { position: absolute; display: grid; place-items: center; font-style: normal; font-family: var(--font-geist-mono), monospace; font-size: 12px; font-weight: 900; }.dpad { width: 21px; height: 21px; background: #5f78a2; box-shadow: inset 3px 3px 0 rgba(255,255,255,.13), 2px 2px 0 #040b17; }.dpad-up { top: 4px; left: 35px; }.dpad-right { top: 25px; left: 56px; }.dpad-down { top: 46px; left: 35px; }.dpad-left { top: 25px; left: 14px; }.dpad-center { position: absolute; top: 25px; left: 35px; width: 21px; height: 21px; background: #5f78a2; }.controller-button { width: 31px; height: 31px; border-radius: 50%; color: #10182e; background: var(--coral); box-shadow: 2px 2px 0 #040b17; }.button-a { top: 3px; left: 53px; }.button-b { top: 34px; left: 26px; background: var(--gold); }.controller-center { display: grid; justify-items: center; gap: 6px; color: var(--green); font-family: var(--font-geist-mono), monospace; font-size: 21px; font-weight: 900; letter-spacing: .06em; }.controller-center small { color: var(--muted); font-size: 8px; letter-spacing: .12em; }
.loadout-meter { display: grid; grid-template-columns: 77px 1fr 35px; align-items: center; gap: 10px; margin-top: 11px; color: var(--muted); font-family: var(--font-geist-mono), monospace; font-size: 9px; font-weight: 800; }.loadout-meter span { display: flex; align-items: center; gap: 6px; }.loadout-meter span i { width: 6px; height: 6px; background: var(--green); }.loadout-meter b { height: 7px; background: rgba(255,255,255,.09); }.loadout-meter em { display: block; height: 100%; background: var(--green); }.loadout-meter strong { color: var(--gold); text-align: right; }
.launch-section { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-top: 125px; padding: 47px 0 77px; border-top: 1px solid var(--line); }.launch-section p:not(.section-kicker) { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.site-footer { display: grid; grid-template-columns: 1fr 1.3fr auto; gap: 30px; align-items: center; padding-top: 27px; padding-bottom: 31px; border-top: 1px solid var(--line); }.footer-brand .brand-cube { width: 35px; height: 35px; }.footer-brand strong { font-size: 12px; }.site-footer p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }.footer-links { display: flex; justify-content: end; gap: 15px; color: var(--muted); font-size: 9px; white-space: nowrap; }
.mushroom-top { position: fixed; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); z-index: 40; display: grid; justify-items: center; width: 86px; opacity: 0; filter: drop-shadow(0 8px 7px rgba(0,0,0,.5)); transform: translateY(30px) scale(.72) rotate(7deg); transition: opacity .22s ease, transform .28s cubic-bezier(.2,.9,.24,1.25), filter .2s ease; pointer-events: none; }.mushroom-top[data-visible='true'] { opacity: 1; transform: translateY(0) scale(1) rotate(0); pointer-events: auto; }.mushroom-top img { display: block; width: 82px; height: 82px; object-fit: contain; animation: mushroom-idle 3.2s ease-in-out infinite; }.mushroom-top span { margin-top: -7px; padding: 4px 7px; border: 1px solid color-mix(in srgb, var(--coral) 62%, var(--line)); background: color-mix(in srgb, var(--bg) 88%, transparent); color: var(--ink); box-shadow: 2px 2px 0 var(--shadow); font-family: var(--font-geist-mono), monospace; font-size: 7px; font-weight: 900; letter-spacing: .1em; }.mushroom-top:hover { filter: drop-shadow(0 11px 9px rgba(0,0,0,.58)) brightness(1.08); transform: translateY(-5px) scale(1.05) rotate(-3deg); }.mushroom-top:focus-visible { outline: 3px solid var(--cyan); outline-offset: 5px; border-radius: 12px; }.mushroom-top:active { transform: translateY(1px) scale(.96); }
@keyframes mushroom-idle { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-5px) rotate(1deg); } }
.mushroom-top img { image-rendering: pixelated; }
@media (max-width: 900px) { .hero { grid-template-columns: 1fr; gap: 38px; padding-top: 60px; }.hero-visual { width: min(700px, 100%); margin-inline: auto; }.portal-grid { grid-template-columns: repeat(2, 1fr); }.steam-showcase-heading { align-items: start; flex-direction: column; }.family-section { grid-template-columns: 1fr; gap: 48px; }.loadout-card { width: min(560px, 100%); }.site-footer { grid-template-columns: 1fr 1fr; }.site-footer p { grid-column: span 2; grid-row: 2; }.footer-links { justify-content: end; } }
@media (max-width: 620px) { .page-wrap { width: min(100% - 30px, 1160px); }.topbar { padding: 0 15px; }.main-nav { display: none; }.theme-toggle { padding-inline: 8px; }.theme-toggle span:last-child { display: none; }.play-chip { padding-inline: 9px; font-size: 9px; }.brand-cube { width: 37px; height: 37px; }.brand-type strong { font-size: 13px; }.hero { min-height: 0; padding-top: 45px; padding-bottom: 65px; }.hero h1 { font-size: clamp(49px, 15vw, 77px); }.hero-lede { font-size: 15px; }.hero-stats { gap: 16px; }.hero-stats span { font-size: 8px; }.hero-visual, .hero-visual > img { min-height: 340px; }.visual-score { top: 58px; left: 50%; right: auto; min-width: 140px; transform: translateX(-50%); }.visual-sticker { right: 14px; bottom: 15px; }.visual-label { left: 20px; }.label-top { top: 21px; }.label-bottom { bottom: 20px; }.ticker-inner { min-height: 70px; flex-wrap: wrap; align-content: center; gap: 5px 14px; }.ticker-right { width: 100%; }.portal-section { padding-top: 82px; }.section-heading { display: block; }.section-note { margin-top: 15px; text-align: left; }.portal-grid { grid-template-columns: 1fr; }.portal-card { min-height: 260px; }.steam-showcase { padding: 15px; }.steam-showcase-heading h3 { font-size: 24px; }.steam-native-grid { grid-template-columns: 1fr; }.steam-profile-card { grid-column: auto; grid-template-columns: 52px minmax(0, 1fr); }.steam-avatar { width: 52px; height: 52px; }.steam-profile-stats { grid-column: 1 / -1; justify-content: space-between; padding-top: 9px; border-top: 1px solid var(--line); }.family-section { padding-top: 95px; }.family-copy > p:not(.section-kicker) { font-size: 15px; }.controller { padding-inline: 10px; }.controller-left, .controller-right { width: 83px; }.dpad-up { left: 26px; }.dpad-right { left: 47px; }.dpad-down { left: 26px; }.dpad-left { left: 5px; }.dpad-center { left: 26px; }.button-a { left: 39px; }.button-b { left: 12px; }.controller-center { font-size: 16px; }.launch-section { display: block; margin-top: 92px; }.launch-section .arcade-button { margin-top: 26px; }.site-footer { grid-template-columns: 1fr; gap: 18px; }.site-footer p { grid-column: auto; grid-row: auto; }.footer-links { justify-content: start; flex-wrap: wrap; white-space: normal; } }
@media (max-width: 620px) { .steam-stat-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .mushroom-top { right: max(10px, env(safe-area-inset-right)); bottom: max(12px, env(safe-area-inset-bottom)); width: 66px; }.mushroom-top img { width: 62px; height: 62px; }.mushroom-top span { margin-top: -5px; font-size: 6px; } }
@media (prefers-reduced-motion: reduce) { .mushroom-top, .mushroom-top img { animation: none; transition-duration: .01ms; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.arcade-button, .portal-card { transition: none; } }
.game-section { padding-top: 138px; scroll-margin-top: 88px; }
.game-heading { margin-bottom: 27px; }
.game-intro { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 20px; padding: 18px 20px; border: 1px solid var(--line); background: linear-gradient(135deg, color-mix(in srgb, var(--surface-2) 82%, transparent), color-mix(in srgb, var(--surface) 90%, transparent)); box-shadow: 5px 5px 0 var(--shadow); }
.game-intro > div:first-child { max-width: 640px; }.game-intro p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.game-live { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-family: var(--font-geist-mono), monospace; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }.game-live i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(155,225,92,.14); }
.game-feature-chips { display: flex; flex-wrap: wrap; justify-content: end; gap: 7px; }.game-feature-chips span { padding: 7px 9px; border: 1px solid var(--line); background: color-mix(in srgb, var(--bg) 72%, transparent); color: var(--cyan); font-family: var(--font-geist-mono), monospace; font-size: 8px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.game-embed-frame { position: relative; padding: 12px; border: 1px solid color-mix(in srgb, var(--cyan) 52%, var(--line)); background: linear-gradient(145deg, color-mix(in srgb, var(--surface-2) 90%, var(--bg)), var(--bg)); box-shadow: 11px 11px 0 var(--shadow); }
.game-embed-frame::before, .game-embed-frame::after { content: ''; position: absolute; z-index: 2; width: 22px; height: 22px; pointer-events: none; }.game-embed-frame::before { top: 20px; left: 20px; border-top: 3px solid var(--cyan); border-left: 3px solid var(--cyan); }.game-embed-frame::after { right: 20px; bottom: 20px; border-right: 3px solid var(--coral); border-bottom: 3px solid var(--coral); }
.game-embed-frame iframe { display: block; width: 100%; height: 1120px; border: 0; background: #071127; }
@media (max-width: 900px) { .game-intro { align-items: start; flex-direction: column; }.game-feature-chips { justify-content: start; }.game-embed-frame iframe { height: 1030px; } }
@media (max-width: 620px) { .game-section { padding-top: 98px; }.game-intro { padding: 15px; }.game-embed-frame { width: calc(100% + 10px); margin-left: -5px; padding: 5px; }.game-embed-frame iframe { height: 1180px; } }

/* Phone layout: preserve the full arcade artwork and keep the cabinet controls clear. */
@media (max-width: 620px) {
  .hero-visual { min-height: 0; aspect-ratio: 1730 / 909; transform: none; box-shadow: 6px 6px 0 var(--shadow); }
  .hero-visual > img { height: 100%; min-height: 0; object-fit: contain; object-position: center; }
  .visual-vignette { background: linear-gradient(105deg, rgba(3,10,27,.66), transparent 56%), linear-gradient(0deg, rgba(3,10,27,.5), transparent 46%); }
  .visual-label { left: 13px; font-size: 7px; letter-spacing: .08em; }
  .label-top { top: 13px; }
  .label-bottom { bottom: 12px; }
  .visual-score { top: 12px; left: 56%; min-width: 112px; padding: 7px 8px; transform: translateX(-50%); }
  .visual-score small, .visual-score span { font-size: 6px; }
  .visual-score strong { font-size: 17px; }
  .visual-sticker { display: none; }
  .game-embed-frame { width: 100%; margin-left: 0; padding: 4px; box-shadow: 6px 6px 0 var(--shadow); }
  .game-embed-frame::before, .game-embed-frame::after { display: none; }
  .mushroom-top { right: max(7px, env(safe-area-inset-right)); width: 52px; }
  .mushroom-top img { width: 48px; height: 48px; }
  .mushroom-top span { font-size: 5px; }
}
