@font-face { font-family: 'Outfit'; src: url('../fonts/Outfit-Variable.ttf') format('truetype'); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Source Sans 3'; src: url('../fonts/SourceSans3-Variable.ttf') format('truetype'); font-weight: 200 900; font-style: normal; font-display: swap; }

:root {
  --void: #020617;
  --deep-space: #07101f;
  --slate-glass: #0b1729;
  --raised-glass: #102039;
  --ice: #38bdf8;
  --ice-bright: #7dd3fc;
  --frost: #e0f2fe;
  --text-primary: #f0f9ff;
  --text-secondary: #b8ccdc;
  --text-tertiary: #7691a7;
  --text-muted: #466075;
  --line-soft: rgba(125, 211, 252, .09);
  --line-standard: rgba(125, 211, 252, .18);
  --line-emphasis: rgba(56, 189, 248, .52);
  --control-bg: #0b2035;
  --control-hover: #123550;
  --focus: #bae6fd;
  --font-display: 'Outfit', Arial, sans-serif;
  --font-body: 'Source Sans 3', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--text-primary); background: var(--void); font-family: var(--font-body); line-height: 1.55; overflow-x: clip; }
body.modal-open { overflow: hidden; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }

.skip-link { position: fixed; left: 14px; top: 14px; z-index: 2000; padding: 10px 14px; color: var(--void); background: var(--ice-bright); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; top: 0; left: 50%; width: min(1240px, calc(100% - 48px)); min-height: 88px; display: flex; align-items: center; gap: 44px; border-bottom: 1px solid var(--line-standard); transform: translateX(-50%); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-gem { position: relative; width: 40px; height: 44px; display: block; border: 1px solid var(--line-emphasis); background: rgba(56,189,248,.07); clip-path: polygon(50% 0, 100% 26%, 84% 78%, 48% 100%, 4% 70%, 10% 16%); }
.brand-gem::before, .brand-gem::after, .brand-gem i, .brand-gem b { content: ''; position: absolute; height: 1px; background: var(--ice-bright); transform-origin: left; opacity: .75; }
.brand-gem::before { width: 34px; left: 8px; top: 8px; transform: rotate(49deg); }
.brand-gem::after { width: 28px; left: 7px; top: 27px; transform: rotate(-28deg); }
.brand-gem i { width: 34px; left: 20px; top: 25px; transform: rotate(86deg); }
.brand-gem b { width: 22px; left: 16px; top: 19px; transform: rotate(-74deg); }
.brand strong { display: block; font-family: var(--font-display); font-size: 16px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.brand small { display: block; color: var(--text-tertiary); font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.main-nav { margin-left: auto; display: flex; gap: 34px; }
.main-nav a, .header-play { color: var(--text-secondary); font: 600 13px var(--font-display); letter-spacing: .04em; text-decoration: none; }
.main-nav a:hover { color: var(--ice-bright); }
.header-play { display: inline-flex; align-items: center; gap: 18px; padding: 11px 0; border-bottom: 1px solid var(--ice); color: var(--text-primary); }
.header-play span { color: var(--ice); }

.hero { position: relative; min-height: 820px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr); align-items: center; gap: 70px; padding: 160px max(24px, calc((100vw - 1240px)/2)) 125px; background-color: var(--void); background-image: linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px); background-size: 72px 72px; overflow: hidden; }
.hero::before { content: ''; position: absolute; width: 65vw; height: 65vw; right: -23vw; top: -18vw; border: 1px solid var(--line-standard); border-radius: 50%; box-shadow: 0 0 0 90px rgba(56,189,248,.012), 0 0 0 180px rgba(56,189,248,.008); }
.hero-gridline { position: absolute; z-index: 0; left: 46%; top: -8%; width: 1px; height: 116%; background: linear-gradient(transparent, var(--line-emphasis), transparent); transform: rotate(17deg); }
.hero-copy { position: relative; z-index: 3; min-width: 0; }
.signal { display: flex; align-items: center; gap: 16px; margin: 0 0 24px; color: var(--text-tertiary); font: 600 11px var(--font-display); letter-spacing: .13em; text-transform: uppercase; }
.signal span { display: inline-flex; align-items: center; gap: 8px; color: var(--ice-bright); }
.signal span::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--ice); box-shadow: 0 0 0 5px rgba(56,189,248,.11); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 770px; margin-bottom: 27px; font: 800 clamp(54px, 6vw, 88px)/.96 var(--font-display); letter-spacing: -.045em; text-transform: uppercase; }
h1 em { color: var(--ice); font-style: normal; }
.hero-lede { max-width: 670px; margin-bottom: 34px; color: var(--text-secondary); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.action-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid var(--line-emphasis); padding: 0 20px 0 24px; color: var(--void); background: var(--ice); font: 700 14px var(--font-display); text-decoration: none; cursor: pointer; clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 12px 100%, 0 calc(100% - 12px)); transition: background .2s ease, transform .2s ease; }
.action-button:hover { background: var(--ice-bright); transform: translateY(-3px); }
.action-button:active { transform: translateY(0); }
.action-button b { font-size: 20px; }
.hero-actions p { margin: 0; color: var(--text-tertiary); font: 600 11px var(--font-display); letter-spacing: .12em; text-transform: uppercase; }
.hero-actions p strong { display: block; color: var(--frost); font-size: 21px; letter-spacing: 0; }

.hero-visual { position: relative; z-index: 2; width: min(480px, 100%); aspect-ratio: 1; justify-self: end; }
.core-ring { position: absolute; left: 50%; top: 50%; width: 250px; height: 250px; display: grid; place-items: center; border: 1px solid var(--line-emphasis); border-radius: 50%; background: rgba(7,16,31,.72); transform: translate(-50%, -50%); }
.core-ring::before { content: ''; position: absolute; inset: 23px; border: 1px dashed rgba(125,211,252,.27); border-radius: 50%; }
.core-ring::after { content: ''; position: absolute; inset: 55px; border-radius: 50%; background: rgba(56,189,248,.06); box-shadow: 0 0 80px rgba(56,189,248,.16); }
.core-ring span { z-index: 2; width: 94px; height: 94px; display: grid; place-items: center; color: var(--void); background: var(--ice); font: 800 16px var(--font-display); letter-spacing: .11em; clip-path: polygon(50% 0, 100% 20%, 86% 76%, 52% 100%, 9% 72%, 0 21%); }
.core-ring i, .core-ring b { position: absolute; width: 1px; height: 195%; background: linear-gradient(transparent, var(--line-emphasis), transparent); }
.core-ring i { transform: rotate(33deg); }.core-ring b { transform: rotate(-52deg); }
.orbit { position: absolute; width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid var(--line-standard); color: var(--ice-bright); background: var(--deep-space); font: 700 11px var(--font-display); clip-path: polygon(50% 0, 96% 19%, 87% 83%, 45% 100%, 4% 69%, 10% 16%); }
.orbit-one { left: 3%; top: 20%; }.orbit-two { right: 0; bottom: 13%; }
.visual-label { position: absolute; margin: 0; color: var(--text-muted); font: 600 9px var(--font-display); letter-spacing: .16em; text-transform: uppercase; }
.label-a { right: 2%; top: 21%; }.label-b { left: 0; bottom: 21%; }.label-c { right: 15%; top: 6%; }
.shard { position: absolute; display: block; border: 1px solid var(--line-standard); background: rgba(56,189,248,.045); pointer-events: none; }
.shard-hero-a { z-index: 1; width: 260px; height: 560px; right: 15%; top: 16%; clip-path: polygon(33% 0, 100% 15%, 71% 100%, 0 75%); transform: rotate(9deg); }
.shard-hero-b { z-index: 1; width: 160px; height: 280px; right: 4%; top: 29%; clip-path: polygon(0 0, 100% 35%, 57% 100%, 18% 71%); transform: rotate(-8deg); }
.shard-hero-c { width: 170px; height: 300px; left: -80px; bottom: -120px; clip-path: polygon(45% 0, 100% 55%, 60% 100%, 0 78%); }
.genre-row { position: absolute; left: 50%; bottom: 0; z-index: 5; width: min(1240px, calc(100% - 48px)); min-height: 72px; display: flex; align-items: center; gap: 32px; border-top: 1px solid var(--line-standard); transform: translateX(-50%); color: var(--text-secondary); font: 600 12px var(--font-display); letter-spacing: .12em; text-transform: uppercase; }
.genre-row i { width: 28px; height: 1px; background: var(--line-emphasis); transform: rotate(-24deg); }

.games-section { position: relative; padding: 112px max(24px, calc((100vw - 1240px)/2)) 135px; background: var(--deep-space); overflow: hidden; }
.games-section::before { content: ''; position: absolute; inset: 0; opacity: .25; background-image: radial-gradient(var(--line-standard) .7px, transparent .7px); background-size: 8px 8px; pointer-events: none; }
.section-heading { position: relative; z-index: 2; max-width: 1240px; margin: 0 auto 50px; display: grid; grid-template-columns: 1fr 420px; align-items: end; gap: 70px; }
.overline { margin-bottom: 15px; color: var(--ice); font: 700 10px var(--font-display); letter-spacing: .18em; text-transform: uppercase; }
.section-heading h2, .spotlight-content h2, .faq-heading h2 { margin: 0; font: 700 clamp(38px, 4.3vw, 62px)/1 var(--font-display); letter-spacing: -.035em; text-transform: uppercase; }
.section-heading > p { margin: 0 0 3px; color: var(--text-tertiary); font-size: 15px; line-height: 1.65; }
.shard-grid-a { z-index: 1; width: 250px; height: 520px; right: -80px; top: 160px; clip-path: polygon(34% 0, 100% 25%, 62% 100%, 0 68%); transform: rotate(8deg); }

.lead-game { position: relative; z-index: 3; width: 100%; max-width: 1240px; min-height: 380px; margin: 0 auto 75px; display: grid; grid-template-columns: 1.15fr .85fr; border: 1px solid var(--line-emphasis); padding: 0; color: var(--text-primary); background: var(--slate-glass); text-align: left; cursor: pointer; overflow: hidden; clip-path: polygon(0 0, 96% 0, 100% 13%, 100% 100%, 3% 100%, 0 87%); transition: background .2s ease, transform .25s ease; }
.lead-game:hover { background: var(--raised-glass); transform: translateY(-4px); }
.lead-image { position: relative; min-height: 380px; overflow: hidden; clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%); }
.lead-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.lead-game:hover .lead-image img { transform: scale(1.035); }
.lead-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, rgba(2,6,23,.58)); }
.glass-cut { position: absolute; right: 14%; top: -15%; width: 2px; height: 140%; background: rgba(224,242,254,.48); transform: rotate(13deg); }
.lead-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 55px 62px 55px 36px; }
.game-index { color: var(--ice); font: 700 9px var(--font-display); letter-spacing: .15em; text-transform: uppercase; }
.lead-content > strong { margin: 12px 0 16px; font: 700 clamp(38px, 4vw, 58px)/1 var(--font-display); letter-spacing: -.035em; text-transform: uppercase; }
.lead-content > span:nth-child(3) { max-width: 430px; color: var(--text-secondary); font-size: 16px; }
.launch-label { margin-top: 32px; display: inline-flex; gap: 18px; color: var(--frost); font: 700 12px var(--font-display); letter-spacing: .05em; text-transform: uppercase; border-bottom: 1px solid var(--ice); padding-bottom: 5px; }
.launch-label b { color: var(--ice); font-size: 16px; }
.lead-code { position: absolute; right: 22px; bottom: 15px; color: var(--text-muted); font: 600 9px var(--font-display); letter-spacing: .15em; }

.game-grid { position: relative; z-index: 3; max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px 24px; align-items: start; }
.game-card { position: relative; min-width: 0; min-height: 390px; display: flex; flex-direction: column; border: 1px solid var(--line-standard); padding: 0; color: var(--text-primary); background: var(--slate-glass); text-align: left; cursor: pointer; overflow: hidden; clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 9px 100%, 0 calc(100% - 9px)); transition: border-color .2s ease, background .2s ease, transform .22s ease; }
.game-card:nth-child(4n+1) { transform: rotate(-1.6deg); }
.game-card:nth-child(4n+2) { transform: rotate(.9deg) translateY(15px); }
.game-card:nth-child(4n+3) { transform: rotate(-.7deg) translateY(-8px); }
.game-card:nth-child(4n+4) { transform: rotate(1.3deg) translateY(22px); }
.game-card:hover { z-index: 5; border-color: var(--line-emphasis); background: var(--raised-glass); transform: rotate(0) translateY(-8px); }
.card-wide { grid-column: span 2; display: grid; grid-template-columns: 1.15fr .85fr; }
.card-tall { min-height: 445px; }
.card-cover { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--void); }
.card-wide .card-cover { aspect-ratio: auto; height: 100%; min-height: 390px; }
.card-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .36s ease, filter .36s ease; }
.game-card:hover .card-cover img { transform: scale(1.05); filter: saturate(1.12); }
.card-cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(2,6,23,.72)); }
.card-cover i { position: absolute; z-index: 2; right: 14px; bottom: 14px; width: 44px; height: 44px; background: rgba(2,6,23,.78); border: 1px solid var(--line-emphasis); clip-path: polygon(50% 0, 100% 22%, 82% 83%, 44% 100%, 5% 68%, 9% 16%); }
.card-cover i::before { content: '↗'; position: absolute; inset: 0; display: grid; place-items: center; color: var(--ice-bright); font-style: normal; }
.card-copy { flex: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 20px; }
.card-copy strong { display: block; margin: 9px 0 10px; font: 700 20px/1.1 var(--font-display); letter-spacing: -.015em; }
.card-copy > span:nth-child(3) { color: var(--text-tertiary); font-size: 13px; line-height: 1.5; }
.card-launch { margin-top: auto; padding-top: 20px; color: var(--text-secondary); font: 700 10px var(--font-display); letter-spacing: .1em; text-transform: uppercase; }
.card-launch b { margin-left: 7px; color: var(--ice); }
.card-wide .card-copy { padding: 28px; justify-content: center; }
.card-wide .card-copy strong { font-size: 27px; }

.how-section { padding: 110px max(24px, calc((100vw - 1240px)/2)); background: var(--void); }
.light-heading > p { color: var(--text-tertiary); }
.steps { max-width: 1240px; margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }
.steps li { position: relative; min-height: 220px; display: grid; grid-template-columns: 65px 1fr; gap: 24px; padding: 40px 38px 35px 0; border-top: 1px solid var(--line-standard); border-right: 1px solid var(--line-standard); }
.steps li + li { padding-left: 38px; }
.steps li:last-child { border-right: 0; }
.step-no { color: var(--ice); font: 700 12px var(--font-display); letter-spacing: .12em; }
.step-no::after { content: ''; display: block; width: 38px; height: 50px; margin-top: 12px; border: 1px solid var(--line-standard); background: rgba(56,189,248,.04); clip-path: polygon(50% 0, 100% 26%, 78% 100%, 0 68%, 9% 15%); }
.steps strong { display: block; margin-bottom: 11px; font: 700 19px var(--font-display); }
.steps p { color: var(--text-tertiary); font-size: 14px; line-height: 1.6; }

.spotlight-section { position: relative; min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; padding: 105px max(24px, calc((100vw - 1240px)/2)); background: var(--slate-glass); overflow: hidden; }
.spotlight-section::before { content: ''; position: absolute; inset: 0 50% 0 0; background: var(--deep-space); clip-path: polygon(0 0, 100% 0, 83% 100%, 0 100%); }
.spotlight-lines { position: absolute; left: 0; top: 0; width: 60%; height: 100%; opacity: .75; background-image: linear-gradient(117deg, transparent 49.8%, var(--line-standard) 50%, transparent 50.2%), linear-gradient(63deg, transparent 49.8%, var(--line-soft) 50%, transparent 50.2%); background-size: 190px 240px, 260px 180px; }
.spotlight-content { position: relative; z-index: 2; max-width: 600px; }
.spotlight-content h2 em, .faq-heading h2 em { color: var(--ice); font-style: normal; }
.spotlight-content > p:nth-of-type(2) { margin: 28px 0 24px; color: var(--text-secondary); font-size: 17px; line-height: 1.7; }
.spotlight-content ul { margin: 0 0 32px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.spotlight-content li { border: 1px solid var(--line-standard); padding: 6px 10px; color: var(--text-tertiary); font: 600 9px var(--font-display); letter-spacing: .1em; text-transform: uppercase; }
.spotlight-art { position: relative; z-index: 2; width: 500px; max-width: 100%; aspect-ratio: 1; justify-self: end; }
.art-shard { position: absolute; display: block; border: 1px solid var(--line-emphasis); background: rgba(56,189,248,.07); }
.art-one { inset: 5% 14% 8% 18%; clip-path: polygon(42% 0, 100% 24%, 73% 100%, 0 72%, 9% 17%); transform: rotate(4deg); }
.art-two { width: 52%; height: 65%; left: 3%; top: 17%; clip-path: polygon(35% 0, 100% 36%, 64% 100%, 0 73%); transform: rotate(-15deg); }
.art-three { width: 44%; height: 53%; right: 0; top: 24%; clip-path: polygon(46% 0, 100% 25%, 72% 100%, 0 68%); transform: rotate(18deg); }
.spotlight-art b { position: absolute; z-index: 3; left: 50%; top: 44%; color: var(--ice); font: 800 120px/.8 var(--font-display); transform: translate(-50%, -50%); text-shadow: 0 0 60px rgba(56,189,248,.28); }
.spotlight-art p { position: absolute; z-index: 3; left: 52%; top: 61%; margin: 0; color: var(--text-secondary); font: 700 10px var(--font-display); letter-spacing: .22em; text-align: center; }

.benefits-section { padding: 115px max(24px, calc((100vw - 1240px)/2)) 125px; background: var(--deep-space); }
.benefit-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-standard); border-bottom: 1px solid var(--line-standard); }
.benefit-grid article { position: relative; min-height: 285px; padding: 34px 28px; border-right: 1px solid var(--line-standard); }
.benefit-grid article:last-child { border-right: 0; }
.benefit-grid article > span { position: absolute; right: 19px; top: 21px; color: var(--text-muted); font: 600 9px var(--font-display); letter-spacing: .12em; }
.benefit-grid i { width: 52px; height: 58px; display: grid; place-items: center; margin-bottom: 42px; border: 1px solid var(--line-standard); color: var(--ice); background: rgba(56,189,248,.04); font: 600 18px var(--font-display); font-style: normal; clip-path: polygon(50% 0, 100% 23%, 83% 80%, 47% 100%, 4% 71%, 9% 15%); }
.benefit-grid h3 { margin-bottom: 12px; font: 700 18px var(--font-display); }
.benefit-grid p { color: var(--text-tertiary); font-size: 14px; }

.faq-section { display: grid; grid-template-columns: 360px 1fr; gap: 110px; padding: 115px max(24px, calc((100vw - 1240px)/2)); background: var(--void); }
.faq-heading { align-self: start; position: sticky; top: 35px; }
.faq-heading > p:last-child { margin-top: 25px; color: var(--text-tertiary); }
.faq-list { border-top: 1px solid var(--line-standard); }
.faq-list details { border-bottom: 1px solid var(--line-standard); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--text-primary); font: 600 16px var(--font-display); cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line-standard); color: var(--ice); background: rgba(56,189,248,.035); font: 400 20px var(--font-display); font-style: normal; clip-path: polygon(50% 0, 100% 21%, 86% 78%, 46% 100%, 5% 68%, 10% 14%); transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -5px 70px 25px 0; color: var(--text-tertiary); font-size: 15px; line-height: 1.65; }

.site-footer { padding: 76px max(24px, calc((100vw - 1240px)/2)) 25px; background: #01040d; }
.footer-main { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 1.35fr .55fr .65fr 1fr; gap: 58px; }
.footer-brand > p { max-width: 320px; margin: 22px 0 0; color: var(--text-muted); font-size: 13px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links strong, .disclaimer span { margin-bottom: 8px; color: var(--ice-bright); font: 700 10px var(--font-display); letter-spacing: .14em; text-transform: uppercase; }
.footer-links a { color: var(--text-tertiary); font-size: 13px; text-decoration: none; }
.footer-links a:hover { color: var(--text-primary); text-decoration: underline; text-underline-offset: 4px; }
.disclaimer { padding: 18px; border: 1px solid var(--line-standard); background: rgba(56,189,248,.025); clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 8px 100%, 0 calc(100% - 8px)); }
.disclaimer p { margin: 8px 0 0; color: var(--text-tertiary); font-size: 12px; }
.footer-bottom { max-width: 1240px; margin: 58px auto 0; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line-soft); color: var(--text-muted); font-size: 11px; }
.footer-bottom p { margin: 0; }

.game-modal { position: fixed; inset: 0; z-index: 1000; display: grid; grid-template-rows: auto minmax(0, 1fr); color: var(--text-primary); background: var(--void); }
.modal-bar { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px 24px; border-bottom: 1px solid var(--line-emphasis); background: var(--slate-glass); }
.modal-bar span { display: block; margin-bottom: 2px; color: var(--ice); font: 700 9px var(--font-display); letter-spacing: .15em; text-transform: uppercase; }
.modal-bar h2 { margin: 0; font: 700 19px var(--font-display); }
.modal-bar button { min-height: 42px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--line-emphasis); padding: 7px 14px; color: var(--text-primary); background: var(--control-bg); font: 700 12px var(--font-display); cursor: pointer; clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 6px 100%, 0 calc(100% - 6px)); }
.modal-bar button:hover { background: var(--control-hover); }
.modal-bar button i { color: var(--ice); font-size: 20px; font-style: normal; }
.frame-shell { min-height: 0; padding: 10px; background: #00030a; }
#game-iframe { width: 100%; height: 100%; display: block; border: 0; background: #000; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1.15fr .85fr; gap: 25px; }
  .hero-visual { max-width: 400px; }
  .game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .card-wide { grid-column: span 2; }
  .footer-main { grid-template-columns: 1.25fr .55fr .65fr; }
  .disclaimer { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .main-nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 150px; padding-bottom: 130px; }
  .hero-copy { max-width: 650px; }
  .hero-visual { display: none; }
  .shard-hero-a { right: -100px; opacity: .6; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .lead-game { grid-template-columns: 1fr; }
  .lead-image { min-height: 320px; clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); }
  .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li + li { min-height: 0; padding: 30px 0; border-right: 0; }
  .steps li:last-child { border-bottom: 1px solid var(--line-standard); }
  .spotlight-section { grid-template-columns: 1fr; min-height: 0; gap: 35px; }
  .spotlight-section::before { inset: 0; clip-path: none; }
  .spotlight-content { max-width: 650px; }
  .spotlight-art { width: 360px; justify-self: start; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid article:nth-child(2) { border-right: 0; }.benefit-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line-standard); }
  .faq-section { grid-template-columns: 1fr; gap: 45px; }.faq-heading { position: static; }
}

@media (max-width: 560px) {
  .site-header { width: calc(100% - 36px); min-height: 74px; gap: 20px; }
  .brand-gem { width: 32px; height: 36px; }.brand strong { font-size: 13px; }.brand small { font-size: 8px; }
  .header-play { margin-left: auto; font-size: 0; }.header-play span { font-size: 18px; }
  .hero { padding: 125px 18px 112px; }
  h1 { font-size: clamp(40px, 12.2vw, 56px); line-height: .98; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .genre-row { width: calc(100% - 36px); min-height: 64px; gap: 12px; justify-content: space-between; font-size: 9px; }.genre-row i { width: 12px; }
  .games-section, .how-section, .spotlight-section, .benefits-section, .faq-section { padding: 76px 18px; }
  .section-heading { margin-bottom: 38px; }
  .lead-game { margin-bottom: 58px; }
  .lead-image { min-height: 240px; }
  .lead-content { padding: 34px 24px 40px; }
  .lead-content > strong { font-size: 38px; }
  .game-grid { grid-template-columns: 1fr; gap: 30px; padding: 0 5px; }
  .game-card, .game-card:nth-child(n) { min-height: 0; grid-column: auto; display: flex; transform: rotate(-.7deg); }
  .game-card:nth-child(even) { transform: rotate(.7deg); }
  .game-card:hover { transform: translateY(-6px); }
  .card-wide .card-cover { min-height: 0; aspect-ratio: 4/3; height: auto; }
  .card-tall { min-height: 0; }
  .card-copy, .card-wide .card-copy { padding: 20px; }
  .card-wide .card-copy strong { font-size: 20px; }
  .steps li, .steps li + li { grid-template-columns: 52px 1fr; gap: 18px; }
  .step-no::after { width: 34px; height: 42px; }
  .spotlight-art { width: 280px; }.spotlight-art b { font-size: 88px; }
  .spotlight-content .action-button { width: 100%; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line-standard); }.benefit-grid article:last-child { border-bottom: 0; }
  .faq-list summary { min-height: 88px; font-size: 14px; }.faq-list details p { margin-right: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px 25px; }.footer-brand, .disclaimer { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .modal-bar { min-height: 64px; padding: 8px 11px; }.modal-bar h2 { font-size: 14px; }.modal-bar span { font-size: 7px; }.modal-bar button { min-height: 39px; padding: 6px 10px; }.frame-shell { padding: 0; }
}

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