/* FlatLab: ink, graphite, lime, ice and violet. */
:root {
  --bg: #0a1018;
  --surface: #121c28;
  --surface-raised: #1a2634;
  --text: #edf1f5;
  --muted: #a5b1c0;
  --accent: #c8ed8a;
  --cyan: #78dce5;
  --violet: #b9a2ef;
  --line: #2a3645;
  --border: var(--line);
  --radius: 20px;
}
body { background: radial-gradient(ellipse at 96% 10%, #78dce506, transparent 34%), var(--bg); }
.site-header { background: linear-gradient(110deg, #131d28, #0c141f 65%, #181c2b); border-color: #ffffff0d; }
.brand-mark i:nth-child(2) { background: var(--cyan); }
.brand-mark i:nth-child(3) { background: var(--violet); }
.header-inner nav a[aria-current]::after { width: 100%; height: 2px; background: linear-gradient(90deg, var(--accent), var(--cyan)); }
.header-contact { color: #d9e1eb; }
.intro { position: relative; isolation: isolate; padding-block: 66px 48px; }
.intro::before { content: ''; position: absolute; inset: -20px -30px 0; z-index: -1; pointer-events: none; background: radial-gradient(ellipse at 24% 80%, #c8ed8a0b, transparent 55%), radial-gradient(ellipse at 80% 15%, #b9a2ef10, transparent 48%); }
.intro > :not(.world-atmosphere) { position: relative; z-index: 1; }
.intro h1 { font-weight: 550; }
.intro h1 .accent-text { background: linear-gradient(105deg, #d5f5a9 5%, var(--accent) 48%, var(--cyan)); background-clip: text; color: transparent; }
.intro-aside { border-left: 1px solid #78dce52b; padding-left: 26px; width: 324px; }
.intro-aside p { font-size: 14px; }
.intro-symbol { color: var(--cyan); left: -61px; opacity: .8; }
.text-link { color: var(--text); }
.text-link svg { color: var(--cyan); }
.showcase { position: relative; isolation: isolate; background: var(--surface); border-color: #394757; box-shadow: 0 26px 70px #02071145; }
.hero-stage { background: #101a26; }
.hero-slide { animation: none; height: auto; min-height: 580px; }
.hero-content { padding: 40px 48px 50px; }
.hero-content h2 { font-size: clamp(38px, 3.8vw, 54px); }
.hero-shade { background: linear-gradient(90deg, #101a26 0%, #101a26fa 16%, #101a26de 32%, #101a2680 48%, #101a2605 76%), linear-gradient(0deg, #080f1a9c, transparent 38%); }
.hero-content p { color: #c1cbd7; max-width: 420px; }
.hero-status { background: #0d1723cf; border-color: #ffffff24; border-radius: 8px; }
.hero-status > span:last-child { color: #c2cedc; border-color: #ffffff29; }
.hero-index { color: #e5ecf4; }
.hero-index span { color: #b2c0d0; }
.button { position: relative; border-radius: 9px; translate: var(--magnet-x, 0px) var(--magnet-y, 0px); }
.button-primary { background: linear-gradient(115deg, #d7f5a6, var(--accent)); color: #142016; box-shadow: inset 0 1px #f0ffcd7a, 0 5px 22px #c8ed8a08; }
.button-primary:hover { background: linear-gradient(115deg, #e1f9bd, #d5f4a8); box-shadow: 0 7px 30px #c8ed8a17; }
.button-outline { background: #ffffff03; border-color: #536173; }
.button-outline:hover { background: #c8ed8a0a; }
.icon-button { border-color: #566376; width: 40px; height: 40px; translate: var(--magnet-x, 0px) var(--magnet-y, 0px); }
.carousel-bottom { background: linear-gradient(115deg, #172332, #151d2b 65%, #202033); padding: 20px 24px; border-top: 1px solid #ffffff0d; gap: 25px; }
.slide-selector { opacity: .64; }
.slide-selector img { border-radius: 5px; height: 45px; }
.slide-selector[aria-current=true] img { border-color: var(--game-accent); }
.slide-selector[aria-current=true] .selector-name { color: var(--game-accent); }
.slide-selector[aria-current=true] .selector-line { background: linear-gradient(90deg, transparent, var(--game-accent), transparent); height: 2px; top: -21px; }
.selector-name { margin-top: 8px; }
.games-section { margin: 78px 0 40px; padding: 38px; border: 1px solid #ffffff0b; border-radius: 24px; background: radial-gradient(ellipse at 100% 0%, #b9a2ef0a, transparent 35%), linear-gradient(150deg, #111b28, #0e1722 65%, #12212a); }
.section-heading { margin-bottom: 30px; }
.section-heading .eyebrow { color: var(--cyan); }
.section-heading h2 { font-size: clamp(29px, 2.7vw, 38px); }
.section-count { color: var(--cyan); }
.games-grid { gap: 24px; }
.game-card { position: relative; isolation: isolate; background: linear-gradient(140deg, #1a2634, #151e2b); border-color: #344150; border-radius: 18px; }
.game-card:nth-child(3n+2) { background: linear-gradient(140deg, #202332, #161e2b); }
.game-card:nth-child(3n) { background: linear-gradient(140deg, #172b32, #151e2b); }
.game-card:hover, .game-card:focus-within { border-color: var(--game-accent); transform: translateY(-4px); }
.game-card:hover .card-art > img { transform: scale(1.025); }
.card-art { background: #0c1420; }
.card-art::after { content: ''; position: absolute; inset: 65% 0 0; background: linear-gradient(transparent, #10192338); pointer-events: none; }
.art-corner { background: #0b1523c2; z-index: 1; }
.game-card:hover .art-corner { background: var(--game-accent); }
.card-info { padding: 26px; }
.card-layout { display: flex; flex-direction: column; height: 100%; }
.card-layout > .card-art { display: block; flex-shrink: 0; }
.card-layout .card-info > p:not(.friend-studio) { margin-bottom: 22px; }
.card-layout .card-bottom { margin-top: auto; flex-wrap: wrap; }
.card-info h3 a:hover, .card-info h3 a:focus-visible { color: var(--game-accent); }
.card-cta:hover { color: var(--game-accent); }
.wide-card .card-layout { flex-direction: row; }
.wide-card .card-layout > .card-art { width: 50%; aspect-ratio: auto; }
.wide-card .card-layout > .card-art > img { position: absolute; inset: 0; }
.wide-card .card-layout .card-info > p:not(.friend-studio) { padding-bottom: 0; }
.card-info h3 { font-size: clamp(22px, 2vw, 27px); }
.card-info > p { font-size: 16px; color: #b4bfcd; }
.card-number { color: #98a8bc; }
.card-bottom { border-color: #ffffff12; }
.card-cta { font-size: 14px; }
.tags > span { color: #bdc8d6; border-color: #435063; background: #070f180f; border-radius: 5px; }
.status.upcoming { color: #c7bddf; }
.wide-card .card-info { padding: 32px; }
.contact-strip { margin: 0 0 70px; padding: 38px; border: 1px solid #ffffff12; border-radius: 20px; background: radial-gradient(ellipse at 4% 120%, #78dce513, transparent 52%), radial-gradient(ellipse at 100% 0%, #b9a2ef14, transparent 60%), #141d2a; }
.contact-strip .eyebrow { color: var(--violet); }
.friends-section { margin: 46px 0 42px; padding: 38px; border: 1px solid #485065; border-radius: 24px; background: radial-gradient(ellipse at 0% 0%, #b9a2ef12, transparent 55%), radial-gradient(ellipse at 100% 90%, #78dce50b, transparent 50%), #151b2a; }
.friends-section .section-heading .eyebrow { color: var(--violet); }
.friends-section .section-count { color: var(--violet); }
.friends-intro { max-width: 610px; margin-top: 17px; color: #b5bfd0; font-size: 15px; }
.friend-card { background: linear-gradient(140deg, #202838, #161f2d); }
.card-info > p.friend-studio { margin: 0 0 13px; font-size: 12px; letter-spacing: .08em; color: var(--game-accent); line-height: 1.5; }
.friend-featured { border-color: #657353; background: radial-gradient(ellipse at 100% 0%, #c8ed8a0d, transparent 70%), #1c2930; }
.friend-featured .card-layout > .card-art { width: 54%; min-height: 360px; }
.friend-featured .card-info { padding: 34px; }
.friend-featured .card-info h3 { font-size: 36px; }
.friend-context { color: var(--game-accent); font-size: 12px; letter-spacing: .12em; margin-bottom: 18px; line-height: 1.7; }
.game-availability { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; }
.demo-badge { display: inline-flex; align-items: center; gap: 7px; border: 1px solid #78dce557; border-radius: 6px; padding: 6px 10px; color: #a8edf1; background: #0c232de8; font-size: 12px; font-weight: 600; line-height: 1.4; }
.card-art > .demo-badge { position: absolute; top: 16px; left: 16px; z-index: 2; backdrop-filter: blur(9px); max-width: calc(100% - 32px); }
.button-demo { border: 1px solid #6bb3c466; background: #78dce50a; color: #b7eef1; min-height: 44px; font-size: 14px; padding: 11px 15px; justify-content: space-between; gap: 12px; }
.button-demo:hover { border-color: var(--cyan); background: #78dce51a; }
.card-info > .button-demo { margin-top: 17px; }
.demo-panel { margin-top: 24px; padding-top: 22px; border-top: 1px solid #78dce52b; }
.demo-panel > p { font-size: 13px; color: #b2c4d3; line-height: 1.75; margin: 12px 0 16px; }
.demo-panel .button-demo { width: 100%; }
.contact-strip h2 { font-size: clamp(27px, 2.7vw, 36px); }
.site-footer { background: #070c13; border-color: #273244; }
.footer-top p, .footer-bottom { color: var(--muted); }
.footer-bottom { border-color: #ffffff10; }
.footer-email svg { color: var(--cyan); }
.locale { border-color: #344154; }

/* Every game has its own atmosphere, while the editorial structure stays familiar. */
.game-banner { background: #101a27; min-height: 470px; }
.game-banner::after { background: linear-gradient(0deg, var(--bg), #0a101844 72%, #0a101848), linear-gradient(90deg, #0a1018f5 3%, #0a1018d9 25%, #0a10186e 60%, #0a10181a); }
.game-banner-art { left: 28%; }
.game-banner-art > img { opacity: .92; object-position: center; }
.game-heading { padding-top: 76px; }
.game-heading > p { color: #c6d0df; }
.game-heading .tags > span { background: #101a29b0; color: #ced7e4; }
.game-heading .status.released { color: var(--game-accent); }
.breadcrumbs { color: #a8b8cc; }
.breadcrumbs [aria-current] { color: #d2dce9; }
.breadcrumbs > span:not([aria-current]) { color: #657891; }
.gallery-stage { border-radius: 16px; border-color: #354458; background: #070c13; }
.gallery-thumbs { scrollbar-color: #445c70 transparent; }
.gallery-thumbs > a { border-radius: 7px; }
.gallery-thumbs > a[aria-current=true] { border-color: var(--game-accent); }
.game-purchase-card { background: linear-gradient(140deg, #1c2939, #151e2b 75%); border-color: #3a495b; border-radius: 18px; }
.game-facts dt { color: #acb8c8; }
.game-facts dd { color: #e2e9f2; }
.source-note { color: #96a5b8; }
.about-game { padding-top: 46px; }
.about-game > .eyebrow, .feature-number { color: var(--game-accent); }
.about-game > p { color: #b9c6d6; }
.features { border-radius: 13px; }
.features > li { background: linear-gradient(140deg, #182432, #131e2b); }
.features > li:nth-child(3n+2) { background: #1b2131; }
.game-tags-section { padding-block: 35px; }
.game-tags-section .tags > span { color: #bbc8d9; }
.requirements { padding-inline: 24px; background: #111b27; border: 1px solid var(--line); border-radius: 14px; }
.steam-section { margin-top: 32px; padding: 28px; border: 1px solid #354253; border-radius: 18px; background: radial-gradient(ellipse at 100% 0%, #78dce50d, transparent 70%), #182332; }
.steam-section .eyebrow { color: var(--cyan); }
.steam-section .section-heading > svg { flex-shrink: 0; }
.widget-fallback { font-size: 13px; }
.discord-card { background: linear-gradient(120deg, #27263c, #1b2131); border-color: #504762; border-radius: 16px; }
.discord-card p { color: #c0b8d2; font-size: 14px; }
.discord-card > div > span { color: #d4c6f7; font-size: 14px; }
.console-jump { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 0 0; font-size: 14px; color: var(--cyan); }
.console-jump svg { width: 15px; }
.console-jump:hover { color: var(--text); }
.console-stores { margin-top: 36px; padding: 30px 0 0; }
.console-stores > .eyebrow { color: var(--violet); margin-bottom: 12px; }
.console-stores > h2 { font-size: 29px; margin-bottom: 24px; font-weight: 550; }
.console-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.console-store { --game-accent: var(--cyan); position: relative; display: flex; flex-direction: column; align-items: flex-start; padding: 24px 18px; min-width: 0; border: 1px solid #39485d; border-radius: 18px; background: linear-gradient(140deg, #1e2b3d, #141d2a); transition: border-color .25s, transform .25s; }
.console-store-1 { --game-accent: var(--accent); background: linear-gradient(140deg, #20312e, #141d2a); }
.console-store-2 { --game-accent: var(--violet); background: linear-gradient(140deg, #2a253b, #141d2a); }
.console-store > svg:not(.edge-trace) { width: 32px; height: 32px; color: var(--game-accent); margin-bottom: 25px; }
.console-store strong { font-size: 16px; font-weight: 650; letter-spacing: -.03em; }
.console-store > span { font-size: 12px; color: #adbacd; margin-top: 9px; display: flex; gap: 8px; flex-wrap: wrap; }
.console-store > span > span { color: var(--game-accent); }
.console-store:hover, .console-store:focus-visible { border-color: var(--game-accent); transform: translateY(-3px); }

/* Contacts use a quieter violet zone and a raised writing surface. */
.contact-hero { position: relative; isolation: isolate; }
.contact-hero > :not(.world-atmosphere) { position: relative; z-index: 1; }
.contact-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at 90% 20%, #b9a2ef10, transparent 65%); pointer-events: none; }
.contact-asterisk { color: var(--violet); }
.email-panel { background: radial-gradient(ellipse at 0% 0%, #78dce50c, transparent 65%), linear-gradient(105deg, #1b2836, #1d2233); border-color: #404e65; border-radius: 18px; }
.email-panel .eyebrow { color: var(--cyan); }
.copy-email { color: #d0dce9; }
.contact-form-section { padding: 48px 0 64px; gap: 64px; }
.contact-form-intro > p, .contact-form-note { color: var(--muted); }
.contact-form-note > span, .form-field label > span { color: var(--cyan); }
.contact-form { padding: 34px; background: radial-gradient(ellipse at 100% 0%, #b9a2ef0d, transparent 60%), #172231; border-color: #37475b; border-radius: 20px; box-shadow: 0 18px 60px #0002; }
.form-field input, .form-field textarea { background: #0d1622; color: var(--text); border-color: #435269; }
.form-field input:focus, .form-field textarea:focus { outline-color: var(--cyan); }
.form-field input::placeholder, .form-field textarea::placeholder { color: #91a0b3; }
.field-hint, .field-meta, .form-status, .form-privacy { color: #acb9ca; }
.form-status.is-error { color: #ffb7a6; }
.contact-privacy-details { color: #acb9ca; border-color: var(--line); padding: 24px; background: #111b27; border-radius: 14px; margin-block: 22px 40px; }
.contact-privacy-details summary { color: var(--text); }
.contacts-games { margin-bottom: 40px; padding: 42px; border: 1px solid #344255; border-radius: 20px; background: #151e2b; }
.contacts-games .eyebrow { color: var(--cyan); }
.contact-game-art img { border-color: #546078; }
.contacts-games > .contact-game-art::after { background: linear-gradient(90deg, #151e2b, transparent 55%); }

/* Procedural layers never intercept links, text selection or scrolling. */
.world-atmosphere { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; }
.world-atmosphere canvas { display: block; width: 100%; height: 100%; }
.intro > .world-atmosphere, .contact-hero > .world-atmosphere { z-index: 0; }
.wave-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; }
.edge-trace { position: absolute; inset: 0; z-index: 5; width: 100%; height: 100%; overflow: visible; pointer-events: none; opacity: 0; transition: opacity .3s; }
.edge-trace rect { width: calc(100% - 2px); height: calc(100% - 2px); fill: none; stroke: var(--game-accent, var(--accent)); stroke-width: 1.4px; vector-effect: non-scaling-stroke; stroke-dasharray: 13 87; stroke-linecap: round; animation: edge-orbit 5s linear infinite; animation-play-state: paused; }
.showcase.is-in-view > .edge-trace { opacity: .6; }
.showcase.is-in-view > .edge-trace rect, .game-card:hover > .edge-trace rect, .game-card:focus-within > .edge-trace rect, .console-store:hover > .edge-trace rect, .console-store:focus-visible > .edge-trace rect { animation-play-state: running; }
.game-card:hover > .edge-trace, .game-card:focus-within > .edge-trace, .console-store:hover > .edge-trace, .console-store:focus-visible > .edge-trace { opacity: .95; }
@keyframes edge-orbit { to { stroke-dashoffset: -100; } }
.reveal-pending { opacity: 0; filter: blur(5px); transform: translateY(15px); }
.reveal-ready { transition: opacity .65s ease, filter .65s ease, transform .65s cubic-bezier(.2,.75,.2,1); }
.reveal-ready.is-revealed { opacity: 1; filter: blur(0); transform: none; }
.game-card.reveal-ready.is-revealed:hover, .game-card.reveal-ready.is-revealed:focus-within { transform: translateY(-4px); }
.console-store.reveal-ready.is-revealed:hover { transform: translateY(-3px); }
.word-clip { display: inline-block; overflow: clip; vertical-align: top; padding-bottom: .11em; margin-bottom: -.11em; }
.reveal-word { display: inline-block; }
.heading-pending .reveal-word { transform: translateY(110%); opacity: 0; }
.heading-revealed .reveal-word { animation: line-unfold .8s cubic-bezier(.2,.75,.2,1) both; animation-delay: calc(var(--line-index, 0) * 90ms); }
@keyframes line-unfold { from { transform: translateY(110%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.fx-paused .edge-trace rect { animation-play-state: paused !important; }

/* Native cross-document morph; real links and normal navigation remain intact. */
@view-transition { navigation: auto; }
.site-header { view-transition-name: site-header; }
::view-transition-group(*) { animation-duration: .62s; animation-timing-function: cubic-bezier(.22,.72,.18,1); }
::view-transition-group(root) { animation-duration: .25s; }
::view-transition-group(site-header) { animation-duration: .25s; z-index: 10; }
::view-transition-old(site-header) { animation: none; }
::view-transition-new(site-header) { animation: none; }
::view-transition-old(*), ::view-transition-new(*) { backface-visibility: hidden; }

@media (max-width: 1150px) {
  .intro { padding-top: 48px; }
  .intro-aside { width: 280px; padding-left: 20px; }
  .intro-symbol { display: none; }
  .games-section { padding: 28px; }
  .carousel-bottom { padding-inline: 18px; gap: 16px; }
  .slide-selector img { height: 38px; }
  .contact-form-section { gap: 35px; }
  .console-grid { gap: 10px; }
  .console-store { padding: 20px 14px; }
  .friends-section { padding: 28px; }
  .friend-featured .card-info { padding: 28px; }
  .friend-featured .card-layout > .card-art { width: 50%; }
}
@media (max-width: 900px) {
  .games-section { margin-top: 52px; padding: 25px; }
  .games-grid { gap: 20px; }
  .card-info { padding: 22px; }
  .carousel-bottom { padding: 17px 16px; }
  .slide-selector[aria-current=true] .selector-line { top: -18px; }
  .slide-selector img { height: 33px; }
  .hero-slide { height: auto; min-height: 570px; }
  .hero-content { max-width: 490px; padding: 35px 28px 80px; }
  .hero-content h2 { font-size: 43px; }
  .game-banner { min-height: 415px; }
  .game-heading { padding-top: 54px; }
  .game-banner-art { left: 20%; }
  .steam-section { padding: 23px; }
  .console-grid { grid-template-columns: 1fr; }
  .console-store { display: grid; grid-template-columns: 32px 1fr; gap: 4px 18px; padding: 20px; }
  .console-store > svg:not(.edge-trace) { grid-row: span 2; margin: 0; align-self: center; }
  .console-store > span { margin: 0; font-size: 13px; }
  .contact-strip { padding: 28px; }
  .friends-section { padding: 25px; }
  .friend-featured .card-info { padding: 24px; }
  .friend-featured .card-info h3 { font-size: 31px; }
  .friend-featured .card-layout { flex-direction: column; }
  .friend-featured .card-layout > .card-art { width: 100%; aspect-ratio: 616/353; min-height: 0; }
  .friend-featured .card-layout > .card-art > img { position: static; }
}
@media (max-width: 700px) {
  .game-banner-art { left: 0; }
  .game-banner { min-height: 385px; }
  .game-heading { padding-top: 48px; }
  .game-facts dd { text-align: left; max-width: 100%; }
  .contact-form { padding: 26px; }
  .contact-form-section { padding-block: 25px 40px; }
  .contacts-games { padding: 30px; }
}
@media (max-width: 580px) {
  .intro { padding-block: 37px 32px; }
  .intro h1 { font-size: clamp(31px, 8.6vw, 46px); }
  .intro::before { inset-inline: 0; }
  .showcase { border-radius: 17px; }
  .hero-slide { height: auto; min-height: 620px; }
  .hero-art { inset: 0 0 auto; height: 310px; }
  .hero-shade { background: linear-gradient(0deg, #101a26 1%, #101a26 44%, #101a26d9 61%, #101a2608 90%); }
  .hero-content { padding: 238px 23px 76px; max-width: none; }
  .hero-content h2 { font-size: 35px; max-width: 100%; }
  .hero-content p { font-size: 16px; }
  .hero-actions .button { font-size: 14px; }
  .hero-steam { font-size: 14px; }
  .hero-status { top: auto; right: auto; }
  .carousel-bottom { padding: 17px 13px 14px; }
  .slide-selector img { height: 30px; }
  .carousel-controls { margin-top: 16px; }
  .carousel-controls .icon-button { width: 40px; height: 40px; }
  .games-section { padding: 24px 14px 14px; margin: 42px -4px 24px; border-radius: 20px; }
  .section-heading { padding-inline: 5px; }
  .section-heading h2 { font-size: 29px; }
  .games-grid { gap: 18px; }
  .game-card { border-radius: 16px; }
  .card-info, .wide-card .card-info { padding: 22px 19px; }
  .card-info h3 { font-size: 24px; }
  .card-info > p { font-size: 16px; }
  .contact-strip { padding: 29px 24px; margin-bottom: 42px; }
  .contact-strip h2 { font-size: 30px; }
  .contact-strip .button { font-size: 14px; }
  .game-banner { min-height: 370px; }
  .game-heading { padding-top: 40px; }
  .game-heading h1 { font-size: clamp(34px, 9vw, 44px); }
  .game-banner::after { background: linear-gradient(0deg, var(--bg), #0a1018a6 52%, #0a101858); }
  .game-banner-art > img { opacity: .7; }
  .game-facts dd { max-width: 100%; }
  .steam-section { padding: 23px 16px; }
  .steam-section .section-heading { padding: 0; }
  .steam-widget { height: 245px; }
  .requirements { padding-inline: 20px; }
  .requirements summary { font-size: 16px; }
  .console-stores > h2 { font-size: 28px; }
  .email-panel { padding: 25px 20px; }
  .contact-form { padding: 24px 18px; }
  .contact-privacy-details { padding: 20px; }
  .contacts-games { padding: 30px 24px; }
  .contact-hero h1 { font-size: clamp(34px, 9vw, 44px); }
  .footer-bottom > div { flex-wrap: wrap; }
  .friends-section { margin: 32px -4px 24px; padding: 24px 14px 14px; border-radius: 20px; }
  .friends-intro { font-size: 14px; margin-top: 14px; }
  .wide-card .card-layout { flex-direction: column; }
  .wide-card .card-layout > .card-art { width: 100%; aspect-ratio: 616/353; min-height: 0; }
  .wide-card .card-layout > .card-art > img { position: static; }
  .friend-featured .card-info h3 { font-size: 32px; }
  .card-art > .demo-badge { left: 12px; top: 12px; }
  .demo-badge { font-size: 12px; }
  .game-availability { gap: 10px 14px; }
  .friend-context { font-size: 11px; letter-spacing: .08em; }
}
@media (max-width: 380px) {
  .header-inner { gap: 12px; }
  .brand { font-size: 26px; }
  .header-inner nav { font-size: 12px; gap: 13px; }
  .hero-content { padding-inline: 20px; }
  .card-info h3 { font-size: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  @view-transition { navigation: none; }
  .world-atmosphere canvas, .wave-canvas, .edge-trace { display: none; }
  .button, .icon-button { translate: none; }
  .reveal-pending, .heading-pending .reveal-word { opacity: 1; filter: none; transform: none; }
  .game-card:hover, .console-store:hover { transform: none; }
  .game-card.reveal-ready.is-revealed:hover, .game-card.reveal-ready.is-revealed:focus-within, .console-store.reveal-ready.is-revealed:hover { transform: none; }
  .game-card:hover .card-art > img { transform: none; }
}
