:root {
  --paper: #f4f2ec;
  --ink: #15131a;
  --muted: #6a6671;
  --line: rgba(21, 19, 26, .14);
  --night: #0b0a14;
  --night-soft: #17142a;
  --violet: #9b71ff;
  --cyan: #69e6ff;
  --ember: #ff9a62;
  --shell: min(1160px, calc(100% - 40px));
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.shell { width: var(--shell); margin-inline: auto; }
.site-header { width: var(--shell); height: 90px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 5; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 720; letter-spacing: -.07em; line-height: .78; text-transform: lowercase; }
.brand em, .footer-wordmark em { font-family: var(--serif); font-size: 1.15em; font-weight: 400; }
.brand-mark { width: 18px; height: 20px; display: inline-block; border: 1.5px solid currentColor; transform: rotate(30deg) skewY(-15deg); border-radius: 3px; position: relative; }
.brand-mark::after { content: ""; position: absolute; inset: 4px; border: 1px solid currentColor; border-radius: 1px; }
.site-header nav { display: flex; gap: 28px; align-items: center; font-size: 13px; font-weight: 600; letter-spacing: .02em; }
.site-header nav a { padding-block: 8px; color: var(--muted); }
.site-header nav a:hover, .site-header nav a[aria-current="page"] { color: var(--ink); }
.language-switch { display: inline-flex; align-items: center; gap: 5px; margin-left: -7px; padding-left: 19px; border-left: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .08em; }
.site-header nav .language-switch a { padding: 8px 0; color: inherit; }
.site-header nav .language-switch a[aria-current="true"] { color: var(--ink); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; align-items: center; justify-content: center; gap: 5px; flex-direction: column; }
.menu-toggle i { width: 15px; height: 1px; display: block; background: var(--ink); }

.eyebrow { margin: 0 0 13px; color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.display { margin: 0; font-family: var(--serif); font-size: clamp(50px, 9vw, 128px); font-weight: 400; line-height: .84; letter-spacing: -.075em; }
.display i { color: var(--violet); font-style: italic; }
.intro { max-width: 570px; color: var(--muted); font-size: clamp(17px, 2.3vw, 21px); line-height: 1.5; }
.button, .button-quiet { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 20px; border-radius: 999px; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button { background: var(--ink); color: white; }
.button:hover { transform: translateY(-2px); background: #332b4c; }
.button-quiet { border: 1px solid currentColor; }
.button-quiet:hover { transform: translateY(-2px); background: rgba(255,255,255,.08); }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-size: 13px; font-weight: 750; }
.text-link span { color: var(--violet); font-size: 18px; line-height: 1; }

.home-hero { min-height: calc(100vh - 90px); padding: 72px 0 70px; display: grid; grid-template-columns: 1fr minmax(300px, .8fr); align-items: center; gap: 40px; }
.home-hero-copy { padding-bottom: 16px; }
.home-hero .intro { margin: 35px 0 30px; }
.home-hero--studio { grid-template-columns: minmax(0, 1fr) minmax(350px, .92fr); gap: clamp(35px, 7vw, 110px); }
.studio-showcase { position: relative; min-height: 570px; isolation: isolate; }
.studio-showcase::before { content: ""; position: absolute; z-index: -1; width: 62%; aspect-ratio: 1; top: 6%; right: 0; border-radius: 50%; background: radial-gradient(circle, rgba(111,94,237,.22), rgba(111,94,237,0) 67%); filter: blur(12px); }

.page-intro { padding: 105px 0 78px; border-bottom: 1px solid var(--line); }
.page-intro .intro { margin: 30px 0 0; }
.apps-area { padding: 70px 0 120px; }
.app-card { display: grid; grid-template-columns: 1.1fr .9fr; background: #dfdce5; min-height: 470px; overflow: hidden; }
.app-card-visual { position: relative; min-height: 320px; background: #100d20; overflow: hidden; }
.app-card-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 35%, #100d20 100%); }
.app-card-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 44% center; mix-blend-mode: screen; opacity: .94; }
.status-pill { position: absolute; z-index: 1; left: 20px; top: 20px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; color: white; background: rgba(11,10,20,.35); backdrop-filter: blur(10px); font-size: 10px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.app-card-content { padding: 55px clamp(28px, 6vw, 82px) 48px; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; }
.app-icon { width: 72px; height: 72px; margin: 0 0 30px; border-radius: 18px; box-shadow: 0 12px 30px rgba(24,15,61,.19); }
.app-card h2 { margin: 0 0 15px; font-family: var(--serif); font-size: clamp(42px, 5vw, 67px); font-weight: 400; letter-spacing: -.07em; line-height: .86; }
.app-card-content > p:not(.eyebrow) { max-width: 300px; margin: 0 0 30px; color: var(--muted); }

.hex-page { --paper: #100d1c; --ink: #f8f5ff; --muted: #c7bed5; --line: rgba(233,224,255,.19); --night: #090714; overflow-x: hidden; background: var(--paper); }
.hex-page .site-header .brand, .hex-page .site-header nav a[aria-current="page"] { color: white; }
.hex-page .site-header nav a { color: #c3bad1; }
.hex-page .language-switch { border-color: rgba(255,255,255,.22); color: #c3bad1; }
.hex-page .site-header nav .language-switch a[aria-current="true"] { color: white; }
.hex-page .menu-toggle { color: white; border-color: rgba(255,255,255,.3); }
.hex-page .menu-toggle i { background: white; }
.hex-hero { position: relative; min-height: min(780px, calc(100vh - 90px)); padding: 56px 0 80px; overflow: clip; display: flex; align-items: flex-end; isolation: isolate; }
.hex-hero::before { content: ""; position: absolute; z-index: -2; inset: -42px; background: radial-gradient(ellipse at 72% 50%, rgba(112,72,220,.48), transparent 38%), radial-gradient(ellipse at 87% 45%, rgba(239,70,217,.14), transparent 28%), linear-gradient(90deg, #0d0b18 0%, rgba(13,11,24,.88) 36%, rgba(13,11,24,.26) 67%, #0d0b18 100%), url("/assets/hexfall-roster-concept.webp") center / cover no-repeat; filter: blur(28px) saturate(.82); transform: scale(1.06); opacity: .58; }
.hex-hero::after { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; background: linear-gradient(90deg, #0d0b18 0%, rgba(13,11,24,.93) 16%, rgba(13,11,24,.31) 35%, transparent 49%, transparent 69%, rgba(13,11,24,.43) 82%, #0d0b18 100%), linear-gradient(180deg, #0d0b18 0%, transparent 19%, transparent 77%, #0d0b18 100%); }
.hex-hero-art { position: absolute; z-index: -1; top: 50%; right: max(5vw, calc((100vw - 1700px) / 2)); width: min(68vw, 1500px); height: auto; aspect-ratio: 1774 / 887; object-fit: contain; object-position: center; opacity: .86; mix-blend-mode: screen; transform: translateY(-50%); mask-image: radial-gradient(ellipse 90% 84% at 54% 50%, black 43%, rgba(0,0,0,.84) 63%, transparent 98%); }
.hex-hero-copy { position: relative; z-index: 1; max-width: 600px; isolation: isolate; }
.hex-hero-copy::before { content: ""; position: absolute; z-index: -1; top: -80px; right: -80px; bottom: -70px; left: -75px; background: radial-gradient(ellipse at 40% 50%, rgba(10,8,19,.96) 8%, rgba(10,8,19,.78) 42%, rgba(10,8,19,0) 76%); filter: blur(10px); }
.hex-lockup { display: flex; align-items: center; gap: 16px; margin-bottom: 30px; }
.hex-lockup img { width: 64px; height: 64px; border-radius: 16px; box-shadow: 0 0 28px rgba(159,113,255,.46); }
.hex-lockup span { color: var(--cyan); font-size: 11px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.hex-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(74px, 13vw, 154px); font-weight: 400; line-height: .75; letter-spacing: -.1em; }
.hex-hero h1 span { color: var(--violet); font-style: italic; }
.hex-hero .intro { max-width: 500px; margin: 33px 0; color: #e4ddec; }
.hex-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
.hex-actions > * { min-width: 164px; }
.hex-actions .status-pill { position: static; display: inline-flex; min-height: 48px; align-items: center; padding: 12px 20px; color: var(--cyan); border-color: rgba(105,230,255,.66); background: rgba(9,7,20,.38); box-shadow: 0 0 0 1px rgba(105,230,255,.08), 0 0 24px rgba(105,230,255,.13); font-size: 13px; letter-spacing: 0; text-transform: none; }
.hex-overview { padding: 115px 0; background: #0d0b18; }
.hex-overview-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.section-heading { margin: 0; font-family: var(--serif); font-size: clamp(45px, 7vw, 85px); font-weight: 400; line-height: .9; letter-spacing: -.08em; }
.section-heading em { color: var(--violet); }
.hex-overview p { max-width: 560px; margin: 0; color: var(--muted); font-size: 18px; }
.feature-list { margin: 45px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { display: flex; align-items: baseline; gap: 17px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 18px; }
.feature-list li::before { content: "◇"; color: var(--cyan); font-size: 20px; }
.hex-gallery { padding: 88px 0 115px; background: #0d0b18; }
.gallery-label { display: flex; justify-content: space-between; margin-bottom: 18px; color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.gallery-grid { display: grid; grid-template-columns: 1.28fr .72fr; gap: 12px; }
.screens-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: clamp(12px, 2vw, 28px); max-width: 980px; margin: 0 auto; }
.app-screen { position: relative; aspect-ratio: 660 / 1260; margin: 0; overflow: hidden; border: 5px solid #292333; border-radius: 31px; background: #171229; box-shadow: 0 20px 50px rgba(0,0,0,.36); }
.app-screen--bastion { margin-top: 42px; }
.app-screen--towers { margin-top: 72px; }
.app-screen img { position: absolute; top: -7.5%; left: 0; width: 100%; height: auto; aspect-ratio: 660 / 1434; object-fit: cover; }
.hex-systems { padding: 125px 0 145px; background: linear-gradient(135deg, #161027 0%, #0d0b18 51%, #12182c 100%); }
.systems-intro { max-width: 760px; margin-bottom: 52px; }
.progression-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 3vw, 42px); align-items: start; }
.progression-card { display: grid; gap: 23px; }
.progression-card .app-screen { width: 100%; max-width: 310px; margin-inline: auto; }
.progression-card--artifacts { padding-top: 60px; }
.progression-card--guardians { padding-top: 25px; }
.progression-card h3 { max-width: 300px; margin: 0 0 10px; font-family: var(--serif); font-size: clamp(27px, 3vw, 38px); font-weight: 400; line-height: .96; letter-spacing: -.06em; }
.progression-card p { max-width: 330px; margin: 0; color: var(--muted); font-size: 15px; }
.mock-screen, .world-art { overflow: hidden; background: #171229; }
.mock-screen { position: relative; min-height: 500px; padding: 11px; border-radius: 33px; border: 5px solid #292333; box-shadow: 0 16px 60px rgba(0,0,0,.42); }
.mock-screen::after { content: ""; position: absolute; width: 35%; height: 22px; border-radius: 0 0 15px 15px; background: #292333; top: 0; left: 32.5%; }
.mock-screen-inner { height: 100%; min-height: 468px; position: relative; overflow: hidden; border-radius: 21px; padding: 35px 20px 20px; background: radial-gradient(circle at 55% 40%, rgba(117, 72, 255,.45), transparent 40%), #100d1d; }
.mock-screen-inner::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(60deg, transparent 47%, rgba(105,230,255,.1) 48%, rgba(105,230,255,.1) 52%, transparent 53%); background-size: 32px 28px; opacity: .55; }
.mock-top { position: relative; display: flex; justify-content: space-between; color: #dbd3e8; font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.mock-world { position: relative; margin-top: 50px; text-align: center; }
.mock-world small { color: var(--cyan); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.mock-world strong { display: block; margin-top: 8px; font-family: var(--serif); font-weight: 400; font-size: clamp(38px, 6vw, 64px); line-height: .9; letter-spacing: -.08em; }
.mock-towers { position: absolute; right: -4%; left: -4%; bottom: 0; width: 108%; height: 60%; object-fit: cover; object-position: 55% 80%; opacity: .95; mix-blend-mode: screen; }
.mock-chip { position: absolute; bottom: 17px; left: 17px; z-index: 1; padding: 7px 8px; border-radius: 7px; background: rgba(8,7,15,.75); color: white; font-size: 9px; }
.world-art { min-height: 500px; position: relative; }
.world-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, #100d1c); }
.world-art img { width: 100%; height: 100%; object-fit: cover; object-position: 78% center; }
.world-art span { position: absolute; z-index: 1; right: 22px; bottom: 20px; color: white; font-family: var(--serif); font-size: 25px; font-style: italic; }
.hex-download { position: relative; overflow: hidden; padding: 96px 0; background: #110d20; isolation: isolate; }
.download-glow { position: absolute; z-index: -1; inset: -35%; background: radial-gradient(circle at 58% 50%, rgba(129,81,255,.7), transparent 22%), radial-gradient(circle at 74% 54%, rgba(73,225,255,.3), transparent 18%); filter: blur(12px); }
.download-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 10vw, 150px); align-items: center; }
.download-copy .section-heading { max-width: 620px; margin-bottom: 25px; }
.download-copy > p:not(.eyebrow) { max-width: 500px; margin: 0; color: #d4cce4; font-size: 18px; }
.download-action { justify-self: end; width: min(100%, 410px); }
.store-lockup { position: relative; display: grid; grid-template-columns: auto 1fr; column-gap: 15px; align-items: center; padding: 21px 23px; overflow: hidden; border: 1px solid rgba(143,230,255,.67); border-radius: 14px; background: rgba(9,7,20,.54); box-shadow: 0 24px 70px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.15), 0 0 35px rgba(105,230,255,.13); }
.store-lockup::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 35%, rgba(124,239,255,.24) 48%, rgba(197,129,255,.2) 52%, transparent 66%); transform: translateX(-125%); pointer-events: none; }
.store-mark { grid-row: span 2; display: grid; width: 44px; aspect-ratio: 1; place-items: center; border-radius: 13px; background: linear-gradient(135deg, #75e9ff, #8d5cff 58%, #fa8fbd); color: #130d22; font-size: 24px; box-shadow: 0 0 35px rgba(116,219,255,.45); }
.store-lockup small { display: block; color: #dcd3ec; font-size: 11px; letter-spacing: .05em; }
.store-lockup strong { display: block; margin-top: -2px; font-family: var(--serif); font-size: 33px; font-weight: 400; line-height: 1; letter-spacing: -.05em; }
.store-lockup i { grid-column: 2; width: max-content; margin-top: 8px; padding: 4px 8px; border-radius: 999px; background: rgba(105,230,255,.12); color: var(--cyan); font-size: 9px; font-style: normal; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.download-note { margin: 16px 0 0; color: #c9bedb; font-size: 12px; text-align: center; }
.hex-download .section-heading em { color: #b997ff; text-shadow: 0 0 0 transparent; }
.game-footer { padding: 98px 0; background: #0b0915; }
.game-footer-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 30px; align-items: end; padding-bottom: 35px; border-bottom: 1px solid var(--line); }
.game-footer-intro h2 { max-width: 640px; margin: 0; font-family: var(--serif); font-size: clamp(40px, 6vw, 70px); font-weight: 400; line-height: .9; letter-spacing: -.08em; }
.game-footer-intro h2 em { color: var(--cyan); }
.game-footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-top: 18px; }
.game-footer-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; min-height: 134px; padding: 22px; border: 1px solid rgba(233,224,255,.15); background: rgba(255,255,255,.025); transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.game-footer-card > span { color: var(--cyan); font-size: 23px; }
.game-footer-card strong { display: block; font-family: var(--serif); font-size: 25px; font-weight: 400; line-height: .95; letter-spacing: -.045em; }
.game-footer-card small { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.35; }
.game-footer-card > i { color: var(--violet); font-size: 18px; font-style: normal; }
.game-footer-card:hover { transform: translateY(-4px); border-color: rgba(105,230,255,.55); background: rgba(105,230,255,.07); }

.subpage-hero { padding: 85px 0 70px; border-bottom: 1px solid var(--line); }
.subpage-hero .display { max-width: 850px; }
.subpage-hero .intro { margin: 30px 0 0; }
.content-page { padding: 70px 0 120px; }
.content-page-grid { display: grid; grid-template-columns: minmax(180px,.42fr) minmax(0,1fr); gap: clamp(35px, 8vw, 115px); }
.content-aside { color: var(--muted); font-size: 12px; }
.content-aside strong { display: block; margin-bottom: 8px; color: var(--ink); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.prose { max-width: 730px; }
.prose section { padding: 0 0 43px; margin-bottom: 42px; border-bottom: 1px solid var(--line); }
.prose section:last-child { border: 0; }
.prose h2 { margin: 0 0 16px; font-family: var(--serif); font-size: clamp(29px, 4vw, 43px); font-weight: 400; line-height: .95; letter-spacing: -.055em; }
.prose p, .prose li { color: var(--muted); }
.prose p:first-of-type { margin-top: 0; }
.prose ul { padding-left: 1.1em; }
.prose li + li { margin-top: 9px; }
.privacy-language { display: inline-flex; margin-top: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 999px; }
.privacy-language button { padding: 8px 13px; border: 0; background: transparent; color: var(--muted); font-size: 11px; font-weight: 700; cursor: pointer; }
.privacy-language button.is-active { color: white; background: var(--ink); }
[data-language] { display: none; }
[data-language].is-visible { display: block; }
.notice { padding: 18px 20px; border-left: 3px solid var(--violet); background: rgba(155,113,255,.08); color: var(--muted); font-size: 14px; }
.support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.support-card { min-height: 210px; padding: 27px; border: 1px solid var(--line); background: rgba(255,255,255,.28); }
.support-card h2 { margin: 38px 0 10px; font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: .95; letter-spacing: -.05em; }
.support-card p { margin: 0; color: var(--muted); font-size: 14px; }
.support-symbol { color: var(--violet); font-size: 23px; }
.faq { margin-top: 65px; }
.faq h2 { margin-bottom: 20px; font-family: var(--serif); font-size: 45px; font-weight: 400; letter-spacing: -.06em; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; padding: 19px 0; cursor: pointer; font-weight: 700; list-style: none; }
.faq summary::after { content: "+"; color: var(--violet); font-size: 20px; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 620px; padding: 0 0 20px; margin: 0; color: var(--muted); }

.site-footer { width: var(--shell); margin: 0 auto; padding: 48px 0 34px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; grid-template-areas: "wordmark nav" "tagline meta"; align-items: center; gap: 15px 35px; }
.footer-wordmark { grid-area: wordmark; font-size: 22px; font-weight: 750; letter-spacing: -.075em; line-height: .9; }
.site-footer p { grid-area: tagline; margin: 0; color: var(--muted); font-size: 13px; }
.site-footer nav { grid-area: nav; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 18px; font-size: 12px; font-weight: 650; }
.site-footer small { grid-area: meta; justify-self: end; padding: 5px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 10px; line-height: 1; }
.hex-page .site-footer { color: white; }

@media (max-width: 760px) {
  :root { --shell: min(100% - 32px, 1160px); }
  .site-header { height: 72px; }
  .site-header nav { position: absolute; top: 66px; left: 0; right: 0; display: none; padding: 13px 16px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 16px 30px rgba(0,0,0,.08); }
  .site-header nav.is-open { display: grid; }
  .language-switch { width: max-content; margin: 3px 0 0; padding-left: 0; border-left: 0; }
  .hex-page .site-header nav { background: #171229; }
  .menu-toggle { display: flex; }
  .home-hero { min-height: auto; padding: 55px 0 60px; grid-template-columns: 1fr; }
  .home-hero-copy { padding-bottom: 0; }
  .home-hero--studio { gap: 20px; }
  .studio-showcase { min-height: 440px; margin: 4px -2px 0; }
  .hex-overview-grid, .content-page-grid { grid-template-columns: 1fr; }
  .page-intro { padding: 65px 0 55px; }
  .apps-area { padding: 45px 0 80px; }
  .app-card { grid-template-columns: 1fr; }
  .app-card-visual { min-height: 290px; }
  .app-card-visual::after { background: linear-gradient(180deg, transparent, #100d20 100%); }
  .app-card-content { padding: 34px 28px 38px; }
  .hex-hero { min-height: 680px; padding: 80px 0 55px; }
  .hex-hero::before { background: linear-gradient(0deg, #0d0b18 0%, rgba(13,11,24,.76) 44%, rgba(13,11,24,.12) 100%), url("/assets/hexfall-roster-concept.webp") center / cover no-repeat; filter: blur(22px) saturate(.84); opacity: .54; }
  .hex-hero-art { top: 0; right: -55%; width: 145%; height: 72%; aspect-ratio: auto; object-position: 65% center; transform: none; mask-image: linear-gradient(180deg, black 60%, transparent); }
  .hex-overview { padding: 75px 0; }
  .hex-overview-grid { gap: 30px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .screens-gallery { gap: 13px; }
  .app-screen { border-width: 3px; border-radius: 20px; }
  .app-screen--bastion { margin-top: 24px; }
  .app-screen--towers { margin-top: 42px; }
  .mock-screen, .world-art { min-height: 430px; }
  .mock-screen-inner { min-height: 398px; }
  .hex-gallery { padding-top: 65px; padding-bottom: 75px; }
  .hex-systems { padding: 78px 0 82px; }
  .systems-intro { margin-bottom: 35px; }
  .progression-grid { grid-template-columns: 1fr; gap: 52px; }
  .progression-card, .progression-card--artifacts, .progression-card--guardians { padding-top: 0; grid-template-columns: minmax(0, 170px) minmax(0, 1fr); align-items: center; gap: 19px; }
  .progression-card .app-screen { max-width: none; }
  .progression-card h3 { font-size: 28px; }
  .progression-card p { font-size: 13px; }
  .gallery-label { display: block; line-height: 1.45; }
  .gallery-label span + span { display: block; margin-top: 3px; color: var(--cyan); }
  .hex-download { padding: 78px 0; }
  .download-grid, .game-footer-intro { grid-template-columns: 1fr; gap: 28px; }
  .download-action { justify-self: stretch; width: 100%; }
  .store-lockup { padding: 19px; }
  .game-footer { padding: 75px 0; }
  .game-footer-grid { grid-template-columns: 1fr; }
  .game-footer-card { min-height: 106px; }
  .subpage-hero { padding: 62px 0 48px; }
  .content-page { padding: 50px 0 80px; }
  .content-aside { display: none; }
  .support-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; grid-template-areas: "wordmark" "tagline" "nav" "meta"; padding-top: 35px; }
  .site-footer nav { justify-content: flex-start; }
  .site-footer small { justify-self: start; }
}

@media (prefers-reduced-motion: no-preference) {
  .hex-hero h1 span { animation: word-radiance 4.5s ease-in-out infinite; }
  .hex-actions .status-pill { animation: status-breathe 3.6s ease-in-out infinite; }
  .screens-gallery .app-screen { animation: device-float 8s ease-in-out infinite; }
  .screens-gallery .app-screen--bastion { animation-delay: -2.3s; }
  .screens-gallery .app-screen--towers { animation-delay: -4.6s; }
  .progression-card:nth-child(2) .app-screen { animation: device-float 8.5s ease-in-out -3s infinite; }
  .progression-card:nth-child(3) .app-screen { animation: device-float 8.5s ease-in-out -5.2s infinite; }
  .download-glow { animation: rift-pulse 6s ease-in-out infinite; }
  .store-lockup { animation: store-breathe 3.4s ease-in-out infinite; }
  .store-lockup::after { animation: store-sweep 4.8s ease-in-out infinite; }
  .hex-download .section-heading em, .game-footer-intro h2 em { animation: word-radiance 3.8s ease-in-out infinite; }
}

@media (prefers-reduced-motion: no-preference) and (min-width: 761px) {
  .hex-hero-art { animation: hex-art-float 15s ease-in-out infinite alternate; }
}

@keyframes hex-art-float {
  from { transform: translateY(-50%) scale(1); }
  to { transform: translateY(-51.5%) scale(1.012); }
}
@keyframes device-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes rift-pulse {
  0%, 100% { opacity: .65; transform: scale(.96); }
  50% { opacity: 1; transform: scale(1.04); }
}
@keyframes status-breathe {
  0%, 100% { box-shadow: 0 0 0 1px rgba(105,230,255,.08), 0 0 24px rgba(105,230,255,.13); }
  50% { box-shadow: 0 0 0 1px rgba(105,230,255,.3), 0 0 32px rgba(105,230,255,.34); }
}
@keyframes store-breathe {
  0%, 100% { border-color: rgba(143,230,255,.46); box-shadow: 0 24px 70px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.15), 0 0 26px rgba(105,230,255,.1); }
  50% { border-color: rgba(184,124,255,.94); box-shadow: 0 24px 70px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.2), 0 0 48px rgba(147,113,255,.43); }
}
@keyframes store-sweep {
  0%, 55% { transform: translateX(-125%); }
  78%, 100% { transform: translateX(125%); }
}
@keyframes word-radiance {
  0%, 100% { color: var(--violet); text-shadow: 0 0 0 rgba(155,113,255,0); }
  50% { color: #d3bcff; text-shadow: 0 0 23px rgba(155,113,255,.72), 0 0 46px rgba(105,230,255,.24); }
}
@keyframes word-hero-radiance {
  0%, 100% { color: #6358da; text-shadow: 0 0 0 rgba(102,88,218,0); }
  50% { color: #4f58be; text-shadow: 0 0 10px rgba(101,99,225,.24), 0 0 20px rgba(100,204,208,.1); }
}
@keyframes word-download-radiance {
  0%, 100% { color: #fff5c9; text-shadow: 0 0 12px rgba(255,245,204,.18); }
  50% { color: #fffdf4; text-shadow: 0 0 23px rgba(255,250,222,.7), 0 0 44px rgba(210,236,255,.34); }
}
@keyframes word-download-aura {
  0%, 100% { transform: translate3d(-1%, -1%, 0) scale(1); }
  50% { transform: translate3d(2%, 1%, 0) scale(1.06); }
}
@keyframes word-download-ring {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: .65; }
  50% { transform: translate3d(-2%, -3%, 0) scale(1.05); opacity: 1; }
}
@keyframes word-orbit-drift {
  0%, 100% { transform: translateY(-50%) rotate(0deg); }
  50% { transform: translateY(-53%) rotate(7deg); }
}

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

/* Studio overview */
.home-apps { padding: 0 0 110px; }
.home-apps-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 65px 0 28px; border-top: 1px solid var(--line); }
.home-apps-head h2 { max-width: 690px; margin: 0; font-family: var(--serif); font-size: clamp(40px, 6vw, 74px); font-weight: 400; line-height: .9; letter-spacing: -.075em; }
.home-apps-head h2 em { color: var(--violet); }
.app-list { display: grid; gap: 24px; }
.app-card-link { display: block; transition: transform .32s cubic-bezier(.2,.8,.2,1); }
.app-card-link:hover { transform: translateY(-5px); }
.app-card-link:focus-visible { outline: 3px solid var(--violet); outline-offset: 6px; }
.app-card-link .text-link { pointer-events: none; }
.app-card--wandelwort { background: #eceaf4; }
.app-card--wandelwort .app-card-visual { background: radial-gradient(circle at 75% 34%, rgba(104,91,244,.22), transparent 29%), radial-gradient(circle at 26% 77%, rgba(242,154,56,.28), transparent 24%), #f7f6fa; }
.app-card--wandelwort .app-card-visual::before { content: ""; position: absolute; width: 52%; aspect-ratio: 1; top: -13%; left: -11%; border: 1px solid rgba(104,91,244,.15); border-radius: 50%; box-shadow: 0 0 0 24px rgba(104,91,244,.035), 0 0 0 52px rgba(104,91,244,.02); }
.app-card--wandelwort .app-card-visual::after { background: linear-gradient(90deg, transparent 45%, #f0eef6 100%); }
.app-card--wandelwort .app-card-visual img { position: absolute; left: 19%; top: -19%; width: auto; height: 126%; object-fit: contain; object-position: center top; mix-blend-mode: normal; opacity: 1; filter: drop-shadow(0 22px 23px rgba(38,31,70,.17)); }
.app-card--wandelwort .status-pill { top: 20px; bottom: auto; left: 20px; z-index: 4; border-color: rgba(69,54,136,.2); background: rgba(255,255,255,.74); color: #4c437e; }

/* Wandelwort */
.word-page { --paper: #f4f3f8; --ink: #181720; --muted: #716f7c; --line: rgba(24,23,32,.14); --violet: #685bf4; --orange: #f09a39; --teal: #269d96; background: var(--paper); overflow-x: hidden; }
.word-page .site-header nav a[aria-current="page"], .word-page .brand { color: var(--ink); }
.word-page .site-footer { color: var(--ink); }
.word-hero { position: relative; isolation: isolate; overflow: hidden; padding: 42px 0 54px; background: linear-gradient(118deg, #f4f3f8 0%, #f8f7fb 46%, #eceaf7 100%); }
.word-hero::before { content: ""; position: absolute; z-index: -1; width: min(60vw, 850px); aspect-ratio: 1; top: -48%; right: -16%; border-radius: 50%; background: radial-gradient(circle, rgba(105,91,244,.19) 0%, rgba(105,91,244,.05) 42%, transparent 70%); filter: blur(4px); }
.word-hero::after { content: ""; position: absolute; z-index: -1; width: 38vw; aspect-ratio: 1; bottom: -42%; left: 28%; border-radius: 50%; background: radial-gradient(circle, rgba(240,154,57,.16), transparent 68%); }
.word-hero-grid { min-height: 555px; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 30px; }
.word-hero-copy { position: relative; z-index: 2; padding: 20px 0; }
.word-lockup { display: flex; align-items: center; gap: 14px; margin-bottom: 30px; color: #635a83; font-size: 11px; font-weight: 780; letter-spacing: .14em; text-transform: uppercase; }
.word-lockup img { width: 60px; height: 60px; border: 1px solid rgba(41,35,86,.08); border-radius: 15px; box-shadow: 0 14px 29px rgba(57,48,123,.19); }
.word-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(76px, 12vw, 150px); font-weight: 400; line-height: .75; letter-spacing: -.105em; }
.word-hero h1 span { color: #6358da; font-style: italic; text-shadow: 0 1px 0 rgba(255,255,255,.36); }
.word-hero .intro { max-width: 520px; margin: 36px 0 30px; color: #5d5a68; }
.word-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.word-actions > * { min-width: 166px; }
.word-status, .word-more { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; padding: 12px 20px; border-radius: 999px; font-size: 13px; font-weight: 750; }
.word-status { border: 1px solid rgba(104,91,244,.42); color: #5146ca; background: rgba(255,255,255,.55); box-shadow: 0 0 0 1px rgba(104,91,244,.04), 0 9px 26px rgba(104,91,244,.12); }
.word-more { border: 1px solid rgba(24,23,32,.22); color: var(--ink); transition: transform .2s ease, background .2s ease; }
.word-more:hover { transform: translateY(-2px); background: white; }
.word-hero-stage { position: relative; min-height: 510px; align-self: stretch; }
.word-device { position: relative; overflow: hidden; margin: 0; border: 5px solid #fcfcff; border-radius: 36px; background: #f3f2f7; box-shadow: 0 26px 70px rgba(47,41,83,.2), 0 2px 0 rgba(33,29,56,.1); }
.word-device::after { content: ""; position: absolute; z-index: 1; top: 0; left: 50%; width: 37%; height: 15px; border-radius: 0 0 11px 11px; background: #fcfcff; transform: translateX(-50%); }
.word-device img { position: absolute; top: -7.2%; left: 0; width: 100%; height: auto; max-width: none; }
.word-device--hero { position: absolute; z-index: 2; top: 3%; right: 12%; width: min(69%, 340px); height: 505px; transform: rotate(4deg); }
.hero-dot { position: absolute; display: block; z-index: 1; border-radius: 50%; filter: blur(.2px); }
.hero-dot--violet { top: 8%; right: 5%; width: 118px; height: 118px; background: #8277fa; opacity: .35; }
.hero-dot--orange { bottom: 12%; left: 5%; width: 88px; height: 88px; background: #f5a553; opacity: .48; }
.hero-dot--teal { top: 44%; left: 7%; width: 42px; height: 42px; background: #47aaa5; opacity: .44; }
.hero-word { position: absolute; z-index: 3; display: flex; gap: 4px; padding: 8px; border: 1px solid rgba(255,255,255,.72); border-radius: 12px; background: rgba(255,255,255,.55); box-shadow: 0 13px 30px rgba(55,45,104,.12); backdrop-filter: blur(10px); }
.hero-word i { display: grid; width: 25px; aspect-ratio: 1; place-items: center; border-radius: 7px; background: #fff; color: #5a50d5; font-size: 12px; font-style: normal; font-weight: 800; }
.hero-word--one { top: 15%; left: 1%; transform: rotate(-8deg); }
.hero-word--two { right: 0; bottom: 15%; transform: rotate(7deg); }
.hero-word--two i:nth-child(2) { background: #fde5c9; color: #cf7014; }
.word-overview { padding: 115px 0; background: #fff; }
.word-overview-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 10vw, 150px); }
.word-overview-grid .section-heading { max-width: 520px; }
.word-overview .section-heading em, .word-gallery-copy em, .word-download .section-heading em { color: var(--violet); }
.word-overview-text > p { max-width: 590px; margin: 0; color: var(--muted); font-size: 18px; }
.word-feature-list { margin: 42px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.word-feature-list li { display: flex; gap: 14px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
.word-feature-list li::before { content: ""; flex: 0 0 7px; width: 7px; height: 7px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 4px rgba(104,91,244,.11); }
.word-modes { padding: 92px 0 112px; background: #eceaf5; }
.word-section-label { display: flex; justify-content: space-between; gap: 24px; margin-bottom: 22px; color: #706c7e; font-size: 11px; font-weight: 780; letter-spacing: .14em; text-transform: uppercase; }
.word-mode-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.word-mode { position: relative; min-height: 430px; padding: 25px; overflow: hidden; border: 1px solid rgba(33,29,56,.09); border-radius: 3px; background: #f9f8fc; }
.word-mode-number { color: #9893a6; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.word-mode h3 { margin: 42px 0 10px; font-family: var(--serif); font-size: clamp(37px, 4vw, 50px); font-weight: 400; line-height: .88; letter-spacing: -.07em; }
.word-mode p { max-width: 315px; margin: 0; color: var(--muted); font-size: 14px; }
.word-mode small { position: absolute; bottom: 25px; left: 25px; color: #706b7e; font-size: 10px; font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }
.path-demo { position: absolute; right: 23px; bottom: 102px; display: grid; grid-template-columns: repeat(9, 20px); gap: 3px; align-items: center; transform: rotate(-5deg); }
.path-demo span { display: grid; height: 20px; place-items: center; border-radius: 5px; background: #e7e3ff; color: #5549d5; font-size: 10px; font-weight: 800; }
.path-demo span:nth-of-type(6), .path-demo span:nth-of-type(7), .path-demo span:nth-of-type(8), .path-demo span:nth-of-type(9) { background: #d9f0ee; color: #247f7a; }
.path-demo b { color: #8174ec; font-size: 14px; font-weight: 400; }
.daily-demo { position: absolute; right: 25px; bottom: 104px; display: grid; grid-template-columns: repeat(5, 25px); gap: 5px; transform: rotate(7deg); }
.daily-demo i { height: 25px; border-radius: 6px; background: #e6e4e9; }
.daily-demo i:nth-child(2), .daily-demo i:nth-child(6) { background: #f2b24f; }.daily-demo i:nth-child(4), .daily-demo i:nth-child(9) { background: #69b08a; }
.short-demo { position: absolute; right: 24px; bottom: 92px; display: flex; align-items: center; gap: 9px; color: #238b86; transform: rotate(-4deg); }
.short-demo b { display: grid; width: 72px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: #cceae7; font-family: var(--serif); font-size: 47px; font-weight: 400; line-height: 1; }
.short-demo span { font-size: 11px; font-weight: 760; line-height: 1.05; text-transform: uppercase; }
.word-mode--path { background: linear-gradient(145deg, #fbfaff 55%, #efedff); }.word-mode--path h3 { color: #574bd9; }
.word-mode--daily { background: linear-gradient(145deg, #fffdf9 55%, #ffefd9); }.word-mode--daily h3 { color: #cc761e; }
.word-mode--short { background: linear-gradient(145deg, #f8fffe 55%, #ddf4f2); }.word-mode--short h3 { color: #238f89; }
.word-gallery { padding: 112px 0 126px; background: #fff; }
.word-gallery-grid { display: grid; grid-template-columns: minmax(0,.7fr) minmax(270px,.85fr) minmax(0,.7fr); align-items: center; gap: clamp(25px, 5vw, 78px); }
.word-device--gallery { width: 100%; max-width: 280px; aspect-ratio: .48; justify-self: center; transform: rotate(-3.5deg); }
.word-device--gallery.word-device--daily { transform: rotate(3.5deg) translateY(32px); }
.word-gallery-copy { position: relative; z-index: 1; }
.word-gallery-copy h2 { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(44px, 5vw, 67px); font-weight: 400; line-height: .87; letter-spacing: -.08em; }
.word-gallery-copy p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 16px; }
.word-quiet-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.word-quiet-facts span { padding: 7px 9px; border: 1px solid var(--line); border-radius: 999px; color: #5d5773; font-size: 10px; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.word-adaptivity { padding: 118px 0; overflow: hidden; background: #efedf6; }
.word-adaptivity-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(340px, .8fr); align-items: center; gap: clamp(42px, 9vw, 140px); }
.word-adaptivity-copy { max-width: 500px; }
.word-adaptivity-copy h2 { margin: 0 0 23px; font-family: var(--serif); font-size: clamp(48px, 6vw, 76px); font-weight: 400; line-height: .87; letter-spacing: -.08em; }
.word-adaptivity-copy h2 em { color: var(--teal); }
.word-adaptivity-copy > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 17px; }
.word-adaptivity-copy ul { margin: 35px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.word-adaptivity-copy li { display: grid; grid-template-columns: minmax(130px, .65fr) minmax(0, 1.35fr); gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.word-adaptivity-copy li[data-language].is-visible { display: grid; }
.word-adaptivity-copy li strong { color: #393451; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }.word-adaptivity-copy li span { padding-left: 8px; color: var(--muted); }
.word-tablet { position: relative; width: min(100%, 490px); aspect-ratio: 2064 / 2550; justify-self: end; overflow: hidden; margin: 0; border: 7px solid #fafaff; border-radius: 35px; background: #f1f1f6; box-shadow: 0 28px 75px rgba(43,36,84,.2), 0 2px 0 rgba(33,29,56,.12); transform: rotate(3deg); }
.word-tablet img { position: absolute; top: -3%; left: 0; width: 100%; height: auto; max-width: none; }
.word-download { position: relative; isolation: isolate; overflow: hidden; min-height: 476px; padding: 134px 0; background: linear-gradient(122deg, #5e51dd 0%, #7663e9 43%, #df8759 138%); color: white; }
.word-download::before { content: ""; position: absolute; z-index: -1; inset: -20%; background: radial-gradient(circle at 20% 14%, rgba(255,255,255,.32), transparent 22%), radial-gradient(circle at 76% 75%, rgba(54,174,165,.5), transparent 27%), radial-gradient(circle at 50% 45%, rgba(184,151,255,.26), transparent 34%); filter: blur(5px); }
.word-download::after { content: ""; position: absolute; z-index: -1; width: 56vw; max-width: 760px; aspect-ratio: 1; right: 11%; bottom: -73%; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.035), 0 0 0 86px rgba(255,255,255,.02); }
.word-download .eyebrow { color: rgba(255,255,255,.72); }
.word-download .section-heading { max-width: 620px; }.word-download .section-heading em { color: #fff8c9; text-shadow: 0 0 18px rgba(255,245,204,.23); }
.word-download p:not(.eyebrow) { max-width: 545px; margin: 25px 0 0; color: rgba(255,255,255,.85); font-size: 18px; }
.word-download-grid { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: clamp(42px, 10vw, 140px); }
.word-store-wrap { justify-self: end; width: min(100%, 410px); }
.word-store { position: relative; display: grid; grid-template-columns: auto 1fr; column-gap: 15px; align-items: center; padding: 21px 23px; overflow: hidden; border: 1px solid rgba(255,255,255,.71); border-radius: 14px; background: rgba(30,23,95,.22); box-shadow: 0 24px 68px rgba(28,20,82,.27), inset 0 1px rgba(255,255,255,.31); backdrop-filter: blur(10px); }
.word-store::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,.36) 48%, transparent 61%); transform: translateX(-125%); }
.word-store-mark { grid-row: span 2; display: grid; width: 45px; aspect-ratio: 1; place-items: center; border-radius: 13px; background: #fff; color: #6357df; font-family: var(--serif); font-size: 26px; font-style: italic; box-shadow: 0 5px 22px rgba(26,17,88,.22); }
.word-store small { display: block; color: rgba(255,255,255,.8); font-size: 11px; letter-spacing: .05em; }
.word-store strong { display: block; margin-top: -3px; font-family: var(--serif); font-size: 33px; font-weight: 400; line-height: 1; letter-spacing: -.05em; }
.word-store i { grid-column: 2; width: max-content; margin-top: 8px; padding: 4px 8px; border-radius: 999px; background: rgba(255,255,255,.15); color: #fff8c8; font-size: 9px; font-style: normal; font-weight: 780; letter-spacing: .09em; text-transform: uppercase; }
.word-store-wrap > p { margin: 16px 0 0 !important; color: rgba(255,255,255,.77) !important; font-size: 12px !important; text-align: center; }
.word-download-orbit { position: absolute; z-index: -1; width: 610px; aspect-ratio: 1; top: 50%; right: -180px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; transform: translateY(-50%); }.word-download-orbit::before, .word-download-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.19); border-radius: 50%; }.word-download-orbit::before { inset: 12%; }.word-download-orbit::after { inset: 29%; }
.word-game-footer { padding: 100px 0; background: #fff; }
.word-game-footer-intro { display: grid; grid-template-columns: .72fr 1.28fr; gap: 30px; align-items: end; padding-bottom: 35px; border-bottom: 1px solid var(--line); }
.word-game-footer-intro h2 { max-width: 680px; margin: 0; font-family: var(--serif); font-size: clamp(40px, 6vw, 70px); font-weight: 400; line-height: .9; letter-spacing: -.08em; }.word-game-footer-intro h2 em { color: var(--violet); }
.word-game-footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-top: 18px; }
.word-game-footer-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; min-height: 134px; padding: 22px; border: 1px solid rgba(41,35,70,.12); background: rgba(255,255,255,.56); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.word-game-footer-card > span { color: var(--violet); font-size: 23px; }.word-game-footer-card strong { display: block; font-family: var(--serif); font-size: 24px; font-weight: 400; line-height: .95; letter-spacing: -.045em; }.word-game-footer-card small { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.35; }.word-game-footer-card > i { color: var(--violet); font-size: 18px; font-style: normal; }.word-game-footer-card:hover { transform: translateY(-4px); border-color: rgba(104,91,244,.4); background: white; }
.word-subpage .subpage-hero .display i { color: var(--violet); }
.word-support-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.word-support-grid .support-card { min-height: 245px; background: rgba(255,255,255,.5); }
.word-support-contact { margin: 50px 0 0; padding: 31px 34px; border: 1px solid rgba(104,91,244,.22); background: linear-gradient(112deg, rgba(104,91,244,.1), rgba(46,155,150,.07)); }
.word-support-contact .eyebrow { margin: 0 0 20px; color: var(--violet); }
.word-support-contact h2 { margin: 0 0 13px; font-family: var(--serif); font-size: clamp(34px, 4vw, 47px); font-weight: 400; line-height: .9; letter-spacing: -.065em; }
.word-support-contact p:not(.eyebrow) { max-width: 610px; margin: 0; color: var(--muted); }
.word-support-email { display: inline-block; color: var(--ink); white-space: nowrap; }
.word-page [data-language]:not(.is-visible) { display: none !important; }
.word-page .word-status[data-language].is-visible { display: inline-flex !important; }

@media (max-width: 760px) {
  .home-apps { padding-bottom: 75px; }.home-apps-head { align-items: start; flex-direction: column; padding: 48px 0 25px; gap: 25px; }
  .app-card--wandelwort .app-card-visual::after { background: linear-gradient(180deg, transparent 35%, #f0eef6 100%); }.app-card--wandelwort .app-card-visual img { left: 24%; top: -18%; height: 128%; }
  .word-hero { padding-top: 18px; }.word-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 6px; }.word-hero-copy { padding-top: 22px; }.word-lockup { margin-bottom: 26px; }.word-hero h1 { font-size: clamp(70px, 22vw, 113px); }.word-hero .intro { margin: 28px 0; }.word-hero-stage { min-height: 440px; margin: 7px -16px -54px; }.word-device--hero { top: 2%; right: 19%; width: min(62%, 284px); height: 420px; }.hero-word--one { top: 9%; left: 4%; }.hero-word--two { right: 4%; bottom: 11%; }.hero-dot--orange { bottom: 21%; left: 13%; }
  .word-overview { padding: 76px 0; }.word-overview-grid { grid-template-columns: 1fr; gap: 30px; }.word-overview-text > p { font-size: 16px; }.word-feature-list { margin-top: 30px; }.word-feature-list li { font-size: 15px; }
  .word-modes { padding: 67px 0 75px; }.word-section-label { display: block; line-height: 1.45; }.word-section-label span + span { display: block; margin-top: 4px; color: var(--violet); }.word-mode-grid { grid-template-columns: 1fr; }.word-mode { min-height: 330px; }.word-mode h3 { margin-top: 30px; }.path-demo, .daily-demo, .short-demo { bottom: 68px; }
  .word-gallery { padding: 72px 0 92px; }.word-gallery-grid { grid-template-columns: 1fr 1fr; gap: 22px; }.word-gallery-copy { grid-column: 1 / -1; grid-row: 1; padding-bottom: 10px; }.word-device--gallery { max-width: 235px; }.word-device--gallery.word-device--daily { transform: rotate(3.5deg) translateY(15px); }
  .word-adaptivity { padding: 76px 0; }.word-adaptivity-grid { grid-template-columns: 1fr; gap: 42px; }.word-adaptivity-copy > p:not(.eyebrow) { font-size: 16px; }.word-adaptivity-copy li[data-language].is-visible { grid-template-columns: 1fr; gap: 4px; }.word-adaptivity-copy li span { padding-left: 0; }.word-tablet { width: min(82%, 400px); justify-self: center; transform: rotate(2deg); }
  .word-download { min-height: 0; padding: 108px 0; }.word-download-grid, .word-game-footer-intro { grid-template-columns: 1fr; gap: 38px; }.word-store-wrap { justify-self: stretch; width: 100%; }.word-store { padding: 19px; }.word-download-orbit { right: -370px; }.word-game-footer { padding: 75px 0; }.word-game-footer-grid { grid-template-columns: 1fr; }.word-game-footer-card { min-height: 106px; }.word-support-grid { grid-template-columns: 1fr; }.word-support-grid .support-card { min-height: 0; }.word-support-contact { margin-top: 38px; padding: 27px 22px; }
}

@media (prefers-reduced-motion: no-preference) {
  .word-hero h1 span { animation: word-hero-radiance 4.8s ease-in-out infinite; }
  .word-gallery-copy em, .word-game-footer-intro h2 em { animation: word-radiance 4.2s ease-in-out infinite; }
  .word-download .section-heading em { animation: word-download-radiance 4.2s ease-in-out infinite; }
  .word-status { animation: word-status-breathe 3.6s ease-in-out infinite; }.word-device--hero { animation: word-device-drift 9s ease-in-out -1.5s infinite; }.hero-word--one { animation: word-card-drift 8s ease-in-out infinite; }.hero-word--two { animation: word-card-drift 9s ease-in-out -4s infinite; }.word-store { animation: word-store-breathe 3.4s ease-in-out infinite; }.word-store::after { animation: store-sweep 4.8s ease-in-out infinite; }.word-download::before { animation: word-download-aura 10s ease-in-out infinite; }.word-download::after { animation: word-download-ring 13s ease-in-out infinite; }.word-download-orbit { animation: word-orbit-drift 12s ease-in-out infinite; }
}
@keyframes word-status-breathe { 0%,100% { box-shadow: 0 0 0 1px rgba(104,91,244,.04), 0 9px 26px rgba(104,91,244,.12); } 50% { box-shadow: 0 0 0 1px rgba(104,91,244,.2), 0 11px 34px rgba(104,91,244,.24); } }
@keyframes word-device-drift { 0%,100% { transform: rotate(4deg) translateY(0); } 50% { transform: rotate(4deg) translateY(-9px); } }
@keyframes word-card-drift { 0%,100% { translate: 0 0; } 50% { translate: 0 -8px; } }
@keyframes word-store-breathe { 0%,100% { box-shadow: 0 24px 68px rgba(28,20,82,.27), inset 0 1px rgba(255,255,255,.31); } 50% { box-shadow: 0 25px 72px rgba(28,20,82,.34), inset 0 1px rgba(255,255,255,.5), 0 0 30px rgba(255,255,255,.18); } }

/* Riftburn */
.app-card--riftburn { color: #f8f7ff; background: linear-gradient(135deg, #131a35, #0a1022); }
.app-card--riftburn .app-card-visual { background: radial-gradient(circle at 73% 38%, rgba(255,104,79,.3), transparent 19%), radial-gradient(circle at 35% 70%, rgba(142,233,255,.2), transparent 28%), #080e20; }
.app-card--riftburn .app-card-visual::before { content: ""; position: absolute; z-index: 1; inset: 0; opacity: .35; background: repeating-linear-gradient(135deg, transparent 0 24px, rgba(142,233,255,.12) 25px 26px, transparent 27px 51px); mask-image: linear-gradient(90deg, black, transparent 82%); }
.app-card--riftburn .app-card-visual::after { background: linear-gradient(90deg, transparent 33%, #10162d 100%); }
.app-card--riftburn .app-card-visual img { position: absolute; z-index: 0; top: -26%; left: 13%; width: auto; max-width: none; height: 145%; object-fit: contain; mix-blend-mode: normal; opacity: 1; filter: drop-shadow(0 24px 30px rgba(0,0,0,.45)); }
.app-card--riftburn .status-pill { border-color: rgba(142,233,255,.57); color: #c7f4ff; background: rgba(7,13,31,.64); }
.app-card--riftburn .app-card-content > p:not(.eyebrow) { color: #bfc6df; }.app-card--riftburn .eyebrow { color: #8ee9ff; }.app-card--riftburn .text-link span { color: #ff9b86; }

.rift-page { --paper: #080d1d; --ink: #f8f8ff; --muted: #b8bed5; --line: rgba(187,205,255,.17); --violet: #d78cff; --cyan: #8ee9ff; --ember: #ff684f; --night: #050914; overflow-x: hidden; background: var(--paper); }
.rift-page .site-header .brand, .rift-page .site-header nav a[aria-current="page"] { color: white; }.rift-page .site-header nav a { color: #b8c0da; }.rift-page .language-switch { border-color: rgba(255,255,255,.2); color: #b8c0da; }.rift-page .site-header nav .language-switch a[aria-current="true"] { color: white; }.rift-page .menu-toggle { color: white; border-color: rgba(255,255,255,.3); }.rift-page .menu-toggle i { background: white; }.rift-page .site-footer { color: white; }
.rift-page [data-language]:not(.is-visible) { display: none !important; }
.rift-hero { position: relative; isolation: isolate; min-height: min(800px, calc(100vh - 90px)); padding: 64px 0 88px; overflow: hidden; display: flex; align-items: flex-end; }
.rift-hero::before { content: ""; position: absolute; z-index: -2; inset: -7%; background: linear-gradient(90deg, #070b1a 0%, rgba(7,11,26,.94) 24%, rgba(7,11,26,.42) 51%, rgba(7,11,26,.58) 77%, #070b1a 100%), linear-gradient(180deg, #070b1a 0%, transparent 26%, transparent 73%, #070b1a 100%), url("/assets/riftburn-combat.webp") center 45% / cover no-repeat; filter: blur(24px) saturate(.92); transform: scale(1.08); opacity: .72; }
.rift-hero::after { content: ""; position: absolute; z-index: -1; width: min(70vw, 1050px); aspect-ratio: 1; right: -12vw; top: -19%; border: 1px solid rgba(142,233,255,.2); border-radius: 50%; box-shadow: 0 0 0 52px rgba(142,233,255,.025), 0 0 0 136px rgba(255,104,79,.02); }
.rift-hero-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(330px, .9fr); gap: clamp(25px, 8vw, 118px); align-items: end; }
.rift-lockup { display: flex; align-items: center; gap: 15px; margin: 0 0 29px; }.rift-lockup img { width: 62px; height: 62px; border-radius: 16px; box-shadow: 0 0 30px rgba(255,104,79,.32); }.rift-lockup span { color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.rift-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(74px, 13vw, 158px); font-weight: 400; line-height: .72; letter-spacing: -.105em; }.rift-hero h1 span { background: linear-gradient(120deg, #ff785f, #df8dff 58%, #89eaff); -webkit-background-clip: text; background-clip: text; color: transparent; font-style: italic; }
.rift-hero .intro { max-width: 530px; margin: 35px 0; color: #e1e4f2; }
.rift-actions { display: flex; flex-wrap: wrap; gap: 15px; align-items: center; }.rift-actions > * { min-width: 170px; }.rift-status { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 19px; border: 1px solid rgba(142,233,255,.63); border-radius: 999px; color: var(--cyan); background: rgba(7,12,29,.54); box-shadow: 0 0 0 1px rgba(142,233,255,.08), 0 0 23px rgba(142,233,255,.13); font-size: 13px; font-weight: 730; }
.rift-stage { position: relative; min-height: 570px; align-self: stretch; }.rift-stage::before { content: ""; position: absolute; right: 5%; bottom: 2%; width: 68%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,104,79,.2), rgba(142,233,255,.08) 38%, transparent 69%); filter: blur(8px); }.rift-device { position: relative; z-index: 1; overflow: hidden; margin: 0; border: 6px solid #17203b; border-radius: 39px; background: #080d1d; box-shadow: 0 30px 80px rgba(0,0,0,.48), 0 0 0 1px rgba(142,233,255,.14); }.rift-device img { position: absolute; top: -7.5%; left: 0; width: 100%; max-width: none; height: auto; }.rift-device--hero { position: absolute; right: 11%; bottom: -8%; width: min(84%, 395px); aspect-ratio: 660 / 1260; transform: rotate(4deg); }.rift-stage-mark { position: absolute; z-index: 2; top: 16%; left: 0; padding: 10px 13px; border: 1px solid rgba(142,233,255,.34); background: rgba(9,15,34,.76); color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; backdrop-filter: blur(9px); }
.rift-overview { padding: 125px 0; background: #080d1d; }.rift-overview-grid { display: grid; grid-template-columns: .77fr 1.23fr; gap: clamp(50px, 9vw, 125px); }.rift-overview p { max-width: 575px; margin: 0; color: var(--muted); font-size: 18px; }.rift-overview .section-heading em, .rift-download .section-heading em { color: var(--cyan); }
.rift-feature-list { margin: 43px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }.rift-feature-list li { display: flex; gap: 16px; align-items: baseline; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 17px; }.rift-feature-list li::before { content: "✦"; color: #ff9e8d; font-size: 14px; }
.rift-systems { position: relative; overflow: hidden; padding: 118px 0 132px; background: linear-gradient(135deg, #111836, #080d1d 55%, #111428); }.rift-systems::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, transparent 45%, rgba(142,233,255,.03) 46% 47%, transparent 48% 59%, rgba(255,104,79,.025) 60% 61%, transparent 62%); background-size: 190px 190px; }.rift-systems .shell { position: relative; z-index: 1; }.rift-systems-intro { max-width: 730px; margin: 0 0 50px; }.rift-systems-intro .section-heading { margin: 0; }.rift-systems-intro .eyebrow { color: var(--cyan); }
.rift-system-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 3vw, 42px); }.rift-system-card { display: grid; gap: 24px; }.rift-system-card--ships { padding-top: 62px; }.rift-system-card--boss { padding-top: 24px; }.rift-system-card .rift-device { width: 100%; max-width: 306px; aspect-ratio: 660 / 1260; margin-inline: auto; }.rift-system-card h3 { max-width: 315px; margin: 0 0 10px; font-family: var(--serif); font-size: clamp(27px, 3vw, 39px); font-weight: 400; line-height: .95; letter-spacing: -.06em; }.rift-system-card p { max-width: 330px; margin: 0; color: var(--muted); font-size: 15px; }.rift-system-card strong { color: var(--cyan); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.rift-gallery { padding: 100px 0 122px; background: #080d1d; }.rift-gallery-label { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 20px; color: var(--muted); font-size: 11px; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }.rift-gallery-grid { display: grid; grid-template-columns: 1.28fr .72fr; gap: 14px; max-width: 930px; margin: 0 auto; }.rift-gallery-grid .rift-device { aspect-ratio: 660 / 1260; }.rift-gallery-grid .rift-device--right { margin-top: 58px; }
.rift-download { position: relative; isolation: isolate; overflow: hidden; padding: 112px 0; background: linear-gradient(117deg, #111838 0%, #291b49 50%, #491d3d 138%); }.rift-download::before { content: ""; position: absolute; z-index: -1; inset: -30%; background: radial-gradient(circle at 26% 43%, rgba(142,233,255,.26), transparent 19%), radial-gradient(circle at 72% 56%, rgba(255,104,79,.39), transparent 22%); filter: blur(4px); }.rift-download-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 10vw, 150px); align-items: center; }.rift-download .eyebrow { color: #b5f2ff; }.rift-download .section-heading { max-width: 620px; }.rift-download-copy > p:not(.eyebrow) { max-width: 540px; margin: 25px 0 0; color: #d7d9e8; font-size: 18px; }.rift-store-wrap { justify-self: end; width: min(100%, 410px); }.rift-store { position: relative; display: grid; grid-template-columns: auto 1fr; column-gap: 15px; align-items: center; overflow: hidden; padding: 21px 23px; border: 1px solid rgba(142,233,255,.66); border-radius: 14px; background: rgba(6,11,28,.55); box-shadow: 0 24px 70px rgba(0,0,0,.34), inset 0 1px rgba(255,255,255,.16), 0 0 32px rgba(142,233,255,.12); }.rift-store::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 35%, rgba(142,233,255,.27) 48%, rgba(255,104,79,.2) 52%, transparent 66%); transform: translateX(-125%); }.rift-store-mark { grid-row: span 2; display: grid; width: 44px; aspect-ratio: 1; place-items: center; border-radius: 13px; background: linear-gradient(135deg, #9ceeff, #d58cff 54%, #ff745e); color: #091025; font-size: 21px; box-shadow: 0 0 32px rgba(142,233,255,.3); }.rift-store small { display: block; color: #d8dbea; font-size: 11px; letter-spacing: .05em; }.rift-store strong { display: block; margin-top: -2px; font-family: var(--serif); font-size: 33px; font-weight: 400; line-height: 1; letter-spacing: -.05em; }.rift-store i { grid-column: 2; width: max-content; margin-top: 8px; padding: 4px 8px; border-radius: 999px; background: rgba(142,233,255,.11); color: var(--cyan); font-size: 9px; font-style: normal; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }.rift-store-wrap > p { margin: 16px 0 0; color: #c7cbe0; font-size: 12px; text-align: center; }
.rift-game-footer { padding: 100px 0; background: #060a16; }.rift-game-footer-intro { display: grid; grid-template-columns: .72fr 1.28fr; gap: 30px; align-items: end; padding-bottom: 35px; border-bottom: 1px solid var(--line); }.rift-game-footer-intro h2 { max-width: 650px; margin: 0; font-family: var(--serif); font-size: clamp(40px, 6vw, 70px); font-weight: 400; line-height: .9; letter-spacing: -.08em; }.rift-game-footer-intro h2 em { color: var(--ember); }.rift-game-footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-top: 18px; }.rift-game-footer-card { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; min-height: 134px; padding: 22px; border: 1px solid rgba(181,200,255,.15); background: rgba(255,255,255,.025); transition: transform .25s ease, border-color .25s ease, background .25s ease; }.rift-game-footer-card > span, .rift-game-footer-card > i { color: var(--cyan); font-size: 20px; font-style: normal; }.rift-game-footer-card strong { display: block; font-family: var(--serif); font-size: 24px; font-weight: 400; line-height: .95; letter-spacing: -.045em; }.rift-game-footer-card small { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.35; }.rift-game-footer-card:hover { transform: translateY(-4px); border-color: rgba(142,233,255,.45); background: rgba(142,233,255,.055); }
.rift-subpage .subpage-hero { background: linear-gradient(125deg, rgba(18,29,60,.72), transparent); }.rift-subpage .subpage-hero .display i { color: var(--cyan); }.rift-subpage .content-aside strong { color: var(--cyan); }.rift-subpage .support-card { background: rgba(255,255,255,.035); }.rift-subpage .support-symbol { color: var(--ember); }.rift-support-contact { margin: 50px 0 0; padding: 31px 34px; border: 1px solid rgba(142,233,255,.24); background: linear-gradient(112deg, rgba(142,233,255,.09), rgba(255,104,79,.075)); }.rift-support-contact .eyebrow { margin: 0 0 20px; color: var(--cyan); }.rift-support-contact h2 { margin: 0 0 13px; font-family: var(--serif); font-size: clamp(34px, 4vw, 47px); font-weight: 400; line-height: .9; letter-spacing: -.065em; }.rift-support-contact p:not(.eyebrow) { max-width: 610px; margin: 0; color: var(--muted); }.rift-support-email { color: white; white-space: nowrap; }

@media (max-width: 760px) {
  .app-card--riftburn .app-card-visual::after { background: linear-gradient(180deg, transparent 34%, #10162d 100%); }.app-card--riftburn .app-card-visual img { left: 18%; top: -24%; height: 143%; }
  .rift-hero { min-height: auto; padding-top: 22px; }.rift-hero-grid { grid-template-columns: 1fr; gap: 4px; }.rift-hero h1 { font-size: clamp(71px, 22vw, 114px); }.rift-hero .intro { margin: 27px 0; }.rift-stage { min-height: 450px; margin: 4px -16px -68px; }.rift-device--hero { right: 16%; width: min(68%, 320px); bottom: 0; }.rift-stage-mark { top: 13%; left: 7%; }
  .rift-overview { padding: 76px 0; }.rift-overview-grid { grid-template-columns: 1fr; gap: 30px; }.rift-overview p { font-size: 16px; }.rift-feature-list { margin-top: 30px; }.rift-feature-list li { font-size: 15px; }
  .rift-systems { padding: 75px 0; }.rift-systems-intro { margin-bottom: 37px; }.rift-system-grid { grid-template-columns: 1fr; gap: 50px; }.rift-system-card, .rift-system-card--ships, .rift-system-card--boss { padding-top: 0; }.rift-system-card .rift-device { max-width: 255px; }
  .rift-gallery { padding: 72px 0 86px; }.rift-gallery-label { display: block; line-height: 1.45; }.rift-gallery-label span + span { display: block; margin-top: 4px; color: var(--cyan); }.rift-gallery-grid { gap: 14px; }.rift-gallery-grid .rift-device--right { margin-top: 32px; }
  .rift-download { padding: 92px 0; }.rift-download-grid, .rift-game-footer-intro { grid-template-columns: 1fr; gap: 38px; }.rift-store-wrap { justify-self: stretch; width: 100%; }.rift-store { padding: 19px; }.rift-game-footer { padding: 75px 0; }.rift-game-footer-grid { grid-template-columns: 1fr; }.rift-game-footer-card { min-height: 106px; }.rift-support-contact { margin-top: 38px; padding: 27px 22px; }
}
@media (prefers-reduced-motion: no-preference) { .rift-hero h1 span { animation: rift-word-radiance 4.8s ease-in-out infinite; }.rift-status { animation: rift-status-breathe 3.5s ease-in-out infinite; }.rift-store { animation: rift-store-breathe 3.5s ease-in-out infinite; }.rift-store::after { animation: store-sweep 4.8s ease-in-out infinite; }.rift-hero::after { animation: rift-orbit 14s linear infinite; } }
@keyframes rift-word-radiance { 0%,100% { filter: brightness(1) drop-shadow(0 0 0 rgba(215,140,255,0)); } 50% { filter: brightness(1.18) drop-shadow(0 0 11px rgba(215,140,255,.35)); } }
@keyframes rift-status-breathe { 0%,100% { box-shadow: 0 0 0 1px rgba(142,233,255,.08), 0 0 23px rgba(142,233,255,.13); } 50% { box-shadow: 0 0 0 1px rgba(142,233,255,.25), 0 0 32px rgba(142,233,255,.27); } }
@keyframes rift-store-breathe { 0%,100% { box-shadow: 0 24px 70px rgba(0,0,0,.34), inset 0 1px rgba(255,255,255,.16), 0 0 32px rgba(142,233,255,.12); } 50% { box-shadow: 0 26px 75px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.3), 0 0 43px rgba(142,233,255,.23); } }
@keyframes rift-orbit { to { rotate: 360deg; } }

/* Studio collage and content motion */
.studio-showcase { min-height: 620px; }
.studio-showcase::before { width: 73%; top: 8%; right: 2%; background: radial-gradient(circle, rgba(111,94,237,.24), rgba(111,94,237,0) 67%); }
.studio-showcase::after { content: ""; position: absolute; z-index: -1; width: 51%; aspect-ratio: 1; right: 8%; bottom: 0; border: 1px solid rgba(242,154,56,.15); border-radius: 50%; box-shadow: 0 0 0 28px rgba(242,154,56,.025), 0 0 0 74px rgba(104,91,244,.018); }

.rift-hero h1 { padding-right: .12em; white-space: nowrap; letter-spacing: -.09em; }.rift-hero::before { background-image: linear-gradient(90deg, #070b1a 0%, rgba(7,11,26,.94) 24%, rgba(7,11,26,.42) 51%, rgba(7,11,26,.58) 77%, #070b1a 100%), linear-gradient(180deg, #070b1a 0%, transparent 26%, transparent 73%, #070b1a 100%), url("/assets/riftburn-combat.webp"); background-position: 0 0, 0 0, 51% 44%; }.rift-download::after { content: ""; position: absolute; z-index: -1; right: -13vw; bottom: -42%; width: min(62vw, 760px); aspect-ratio: 1; border: 1px solid rgba(142,233,255,.18); border-radius: 50%; box-shadow: 0 0 0 38px rgba(142,233,255,.02), 0 0 0 94px rgba(255,104,79,.018); }

.rift-motion-ready .scroll-reveal, .word-motion-ready .scroll-reveal, .home-motion-ready .scroll-reveal { opacity: 0; transform: translateY(28px); }.rift-motion-ready .scroll-reveal.is-revealed, .word-motion-ready .scroll-reveal.is-revealed, .home-motion-ready .scroll-reveal.is-revealed { animation: content-reveal .78s cubic-bezier(.2,.76,.25,1) both; animation-delay: var(--reveal-delay, 0ms); }

@media (max-width: 760px) {
  .studio-showcase { min-height: 525px; }
  .rift-hero h1 { padding-right: .14em; font-size: clamp(68px, 20vw, 108px); letter-spacing: -.085em; }.rift-download::after { right: -63%; bottom: -24%; width: 580px; }
}
@media (prefers-reduced-motion: no-preference) {
  .studio-showcase::before { animation: studio-aura 12s ease-in-out infinite; }.studio-showcase::after { animation: studio-orbit 18s linear infinite; }
  .rift-hero::before { animation: rift-hero-atmosphere 13s ease-in-out infinite; }.rift-download::before { animation: rift-download-aura 11s ease-in-out infinite; }.rift-download::after { animation: rift-download-orbit 17s linear infinite; }
}
@keyframes content-reveal { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes studio-aura { 0%,100% { scale: 1; opacity: .72; } 50% { scale: 1.1; opacity: 1; } }
@keyframes studio-orbit { to { rotate: 360deg; } }
@keyframes rift-hero-atmosphere { 0%,100% { background-position: 0 0, 0 0, 51% 44%; filter: blur(24px) saturate(.92); opacity: .72; } 50% { background-position: 0 0, 0 0, 48% 52%; filter: blur(26px) saturate(1.08); opacity: .84; } }
@keyframes rift-download-aura { 0%,100% { scale: 1; translate: 0 0; } 50% { scale: 1.07; translate: 2% -2%; } }
@keyframes rift-download-orbit { to { rotate: 360deg; } }

/* The studio opening is a growing world, not a row of cards. */
.home-hero--studio { position: relative; display: block; min-height: min(790px, calc(100vh - 90px)); padding: 108px 0 96px; isolation: isolate; }
.home-hero--studio .home-hero-copy { position: relative; z-index: 5; max-width: 610px; padding: 38px 0; }
.home-hero--studio .studio-showcase { position: absolute; z-index: 0; inset: 0 calc((100vw - var(--shell)) / -2); width: auto; min-height: 0; margin: 0; overflow: hidden; background: radial-gradient(circle at 76% 44%, rgba(111,94,237,.18), transparent 24%), radial-gradient(circle at 57% 81%, rgba(255,104,79,.12), transparent 25%), #ebe9ef; }
.home-hero--studio .studio-showcase::before { z-index: 4; inset: 0; width: auto; aspect-ratio: auto; top: 0; right: 0; border-radius: 0; background: linear-gradient(90deg, #f4f2ec 0%, rgba(244,242,236,.97) 22%, rgba(244,242,236,.67) 43%, rgba(244,242,236,.16) 62%, rgba(244,242,236,.04) 100%), linear-gradient(180deg, rgba(244,242,236,.38), transparent 33%, rgba(244,242,236,.27)); filter: none; pointer-events: none; }
.home-hero--studio .studio-showcase::after { z-index: 4; right: 6%; bottom: -20%; width: min(56vw, 760px); border-color: rgba(104,91,244,.13); pointer-events: none; }

@media (prefers-reduced-motion: no-preference) {
  .rift-device--hero { animation: rift-hero-device-float 8.8s ease-in-out -1.5s infinite; }.rift-system-card .rift-device, .rift-gallery-grid .rift-device { animation: device-float 8.4s ease-in-out infinite; }.rift-system-card--ships .rift-device { animation-delay: -2.8s; }.rift-system-card--boss .rift-device, .rift-gallery-grid .rift-device--right { animation-delay: -5.1s; }
  .word-device--gallery:not(.word-device--daily) { animation: word-gallery-screen-float 8.2s ease-in-out infinite; }.word-device--gallery.word-device--daily { animation: word-daily-screen-float 8.8s ease-in-out -3.7s infinite; }.word-tablet { animation: word-tablet-float 9.5s ease-in-out -2.1s infinite; }
}
@keyframes rift-hero-device-float { 0%,100% { transform: rotate(4deg) translateY(0); } 50% { transform: rotate(4deg) translateY(-10px); } }
@keyframes word-gallery-screen-float { 0%,100% { transform: rotate(-3.5deg) translateY(0); } 50% { transform: rotate(-3.5deg) translateY(-10px); } }
@keyframes word-daily-screen-float { 0%,100% { transform: rotate(3.5deg) translateY(32px); } 50% { transform: rotate(3.5deg) translateY(20px); } }
@keyframes word-tablet-float { 0%,100% { transform: rotate(3deg) translateY(0); } 50% { transform: rotate(3deg) translateY(-11px); } }

@media (max-width: 760px) {
  .home-hero--studio { min-height: auto; padding: 55px 0 0; }.home-hero--studio .home-hero-copy { padding: 0; }.home-hero--studio .studio-showcase { position: relative; inset: auto; height: 486px; min-height: 0; margin: 34px -20px -56px; }.home-hero--studio .studio-showcase::before { background: linear-gradient(180deg, #f4f2ec 0%, rgba(244,242,236,.32) 30%, rgba(244,242,236,.03) 72%, #f4f2ec 100%), linear-gradient(90deg, rgba(244,242,236,.05), transparent); }
}
@media (max-width: 760px) and (prefers-reduced-motion: no-preference) { .word-device--gallery.word-device--daily { animation-name: word-daily-screen-float-mobile; }.word-tablet { animation-name: word-tablet-float-mobile; } }
@keyframes word-daily-screen-float-mobile { 0%,100% { transform: rotate(3.5deg) translateY(15px); } 50% { transform: rotate(3.5deg) translateY(5px); } }
@keyframes word-tablet-float-mobile { 0%,100% { transform: rotate(2deg) translateY(0); } 50% { transform: rotate(2deg) translateY(-10px); } }

/* Studio home: a Riftburn-like first viewport with the games as quiet satellites. */
.home-page { background: #080d1d; }
.home-page .site-header { color: #f8f8ff; }
.home-page .site-header nav a, .home-page .language-switch { color: #abb5cd; }
.home-page .site-header nav a:hover, .home-page .site-header nav a[aria-current="page"], .home-page .site-header nav .language-switch a[aria-current="true"] { color: #fff; }
.home-page .language-switch { border-left-color: rgba(255,255,255,.18); }
.home-page .menu-toggle { border-color: rgba(255,255,255,.28); }.home-page .menu-toggle i { background: #fff; }
.home-page .home-apps { position: relative; z-index: 1; background: var(--paper); color: var(--ink); }
.home-page .site-footer { color: #f8f8ff; border-top-color: rgba(187,205,255,.17); }.home-page .site-footer p, .home-page .site-footer small { color: #b8c0da; }.home-page .site-footer nav a:hover { color: #8ee9ff; }
.home-hero--studio {
  min-height: min(790px, calc(100vh - 90px));
  padding: 98px 0 92px;
  color: #f8f8ff;
}
.home-hero--studio .home-hero-copy { z-index: 8; max-width: 580px; }
.home-hero--studio .home-hero-copy .eyebrow { color: #8ee9ff; }
.home-hero--studio .home-hero-copy .intro { color: #bcc5dc; text-shadow: 0 2px 20px rgba(3,5,15,.38); }
.home-hero--studio .home-hero-copy .button { color: #071020; background: #e8faff; box-shadow: 0 0 0 1px rgba(142,233,255,.2), 0 14px 38px rgba(50,180,255,.18); }
.home-hero--studio .home-hero-copy .button:hover { background: #fff; }
.home-hero--studio .studio-showcase {
  inset: 0 calc((100vw - var(--shell)) / -2);
  background:
    radial-gradient(ellipse 48% 50% at 78% 30%, rgba(122,96,255,.24), transparent 70%),
    radial-gradient(ellipse 34% 42% at 55% 79%, rgba(255,104,79,.14), transparent 72%),
    linear-gradient(145deg, #070b1a 0%, #0a1025 53%, #070b1a 100%);
}
.home-hero--studio .studio-showcase::before {
  z-index: 0;
  inset: 0;
  width: auto;
  aspect-ratio: auto;
  border-radius: 0;
  filter: none;
  background:
    radial-gradient(ellipse 42% 48% at 74% 25%, rgba(215,140,255,.12), transparent 72%),
    repeating-linear-gradient(103deg, transparent 0 49px, rgba(142,233,255,.045) 50px 51px, transparent 52px 112px),
    linear-gradient(90deg, rgba(7,11,26,.17), transparent 54%, rgba(7,11,26,.34));
}
.home-hero--studio .studio-showcase::after {
  z-index: 1;
  inset: 0;
  width: auto;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  opacity: .82;
  background:
    linear-gradient(153deg, transparent 0 40%, rgba(142,233,255,.14) 40.1% 40.23%, transparent 40.35% 100%),
    linear-gradient(127deg, transparent 0 57%, rgba(255,104,79,.13) 57.1% 57.22%, transparent 57.34% 100%),
    linear-gradient(90deg, #070b1a 0%, rgba(7,11,26,.91) 13%, rgba(7,11,26,.42) 38%, transparent 63%);
  box-shadow: none;
}
.studio-rift-gate { position: absolute; z-index: 2; top: -16%; right: 18%; width: min(47vw, 680px); aspect-ratio: 1; border: 2px solid rgba(142,233,255,.25); border-radius: 50%; background: radial-gradient(circle, rgba(117,82,255,.30) 0%, rgba(92,85,247,.12) 29%, transparent 67%); box-shadow: 0 0 0 34px rgba(142,233,255,.025), 0 0 0 92px rgba(157,113,255,.022), inset 0 0 70px rgba(160,106,255,.20), 0 0 100px rgba(104,86,255,.16); }
.studio-rift-gate::before, .studio-rift-gate::after { content: ""; position: absolute; border: 1px solid rgba(215,140,255,.42); border-radius: 50%; }
.studio-rift-gate::before { inset: 10%; border-color: rgba(142,233,255,.56); border-top-color: transparent; border-bottom-color: transparent; }
.studio-rift-gate::after { inset: 22%; border-color: rgba(255,132,99,.43); border-left-color: transparent; }
.studio-rift-gate i { position: absolute; width: 1px; height: 58%; top: 21%; left: 50%; background: linear-gradient(180deg, transparent, rgba(142,233,255,.82), transparent); transform-origin: 50% 50%; box-shadow: 0 0 12px rgba(142,233,255,.66); }
.studio-rift-gate i:nth-child(1) { rotate: 24deg; }.studio-rift-gate i:nth-child(2) { rotate: 136deg; background: linear-gradient(180deg, transparent, rgba(255,104,79,.62), transparent); }.studio-rift-gate i:nth-child(3) { rotate: 257deg; }
.studio-rift-spark { position: absolute; z-index: 3; width: 5px; aspect-ratio: 1; border-radius: 50%; background: #e5fbff; box-shadow: 0 0 0 3px rgba(142,233,255,.13), 0 0 18px 5px rgba(142,233,255,.50); }
.studio-rift-spark--one { top: 23%; right: 39%; }.studio-rift-spark--two { top: 54%; right: 27%; background: #ffd0c8; box-shadow: 0 0 0 3px rgba(255,104,79,.13), 0 0 18px 5px rgba(255,104,79,.50); }.studio-rift-spark--three { top: 70%; right: 48%; width: 3px; }
.home-hero--studio .studio-showcase-screen { position: absolute; z-index: 5; display: block; overflow: hidden; border: 4px solid rgba(248,250,255,.92); border-radius: 29px; background: #101426; box-shadow: 0 26px 70px rgba(0,0,0,.52), 0 0 0 1px rgba(142,233,255,.16); transition: transform .35s ease, filter .35s ease; }
.home-hero--studio .studio-showcase-screen:hover { filter: brightness(1.09) saturate(1.06); }
.home-hero--studio .studio-showcase-screen:focus-visible { outline: 3px solid #8ee9ff; outline-offset: 7px; }
.home-hero--studio .studio-showcase-screen img { width: 100%; height: 100%; object-fit: cover; }
.home-hero--studio .studio-showcase-screen--hexfall { right: 17%; bottom: 9%; width: min(17vw, 222px); height: min(55vw, 382px); transform: rotate(-5deg); }
.home-hero--studio .studio-showcase-screen--hexfall img { object-position: center top; }
.home-hero--studio .studio-showcase-screen--wandelwort { top: 7%; right: 4%; width: min(16vw, 210px); height: min(52vw, 360px); transform: rotate(5deg); }
.home-hero--studio .studio-showcase-screen--wandelwort img { object-position: center 15%; }

/* A light CSS reconstruction of the actual Riftburn arena: gate, ship, boss, salvos and impacts. */
.rift-preview { position: absolute; z-index: 0; inset: 0; overflow: hidden; isolation: isolate; background: radial-gradient(ellipse 53% 39% at 51% 24%, rgba(123,85,255,.32), transparent 72%), radial-gradient(ellipse 46% 42% at 45% 80%, rgba(32,201,255,.17), transparent 74%), linear-gradient(180deg, #060a18 0%, #0d1530 72%, #080d1d 100%); }
.rift-preview::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .85; background: radial-gradient(circle at 12% 18%, rgba(255,255,255,.8) 0 1px, transparent 1.7px), radial-gradient(circle at 72% 31%, rgba(142,233,255,.75) 0 1px, transparent 1.6px), radial-gradient(circle at 34% 72%, rgba(255,255,255,.6) 0 1px, transparent 1.5px), radial-gradient(circle at 84% 78%, rgba(255,255,255,.5) 0 1px, transparent 1.6px), repeating-linear-gradient(180deg, transparent 0 49px, rgba(142,233,255,.055) 50px 51px, transparent 52px 105px); background-size: 79px 93px, 103px 111px, 137px 149px, 173px 163px, auto; }
.rift-preview::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, transparent 0 67%, rgba(9,14,31,.82) 100%), linear-gradient(180deg, rgba(5,8,18,.10), transparent 48%, rgba(5,8,18,.35)); }
.rift-preview-gate { position: absolute; top: -41%; left: 16%; width: 68%; aspect-ratio: 1; border: 2px solid rgba(142,233,255,.46); border-radius: 50%; background: radial-gradient(circle, rgba(195,118,255,.34), rgba(104,84,245,.11) 37%, transparent 68%); box-shadow: inset 0 0 44px rgba(142,233,255,.18), 0 0 0 17px rgba(142,233,255,.04), 0 0 64px rgba(142,233,255,.13); }
.rift-preview-gate::before, .rift-preview-gate::after { content: ""; position: absolute; border: 1px solid rgba(255,104,79,.48); border-radius: 50%; }.rift-preview-gate::before { inset: 13%; border-right-color: transparent; }.rift-preview-gate::after { inset: 26%; border-color: rgba(215,140,255,.55); border-top-color: transparent; }
.rift-preview-boss { position: absolute; z-index: 1; top: 12%; left: calc(50% - 43px); width: 86px; height: 90px; clip-path: polygon(50% 0, 80% 13%, 100% 48%, 75% 100%, 25% 100%, 0 48%, 20% 13%); background: linear-gradient(145deg, #eff5ff 0%, #b794ff 24%, #603eaa 58%, #14224b 100%); filter: drop-shadow(0 0 13px rgba(215,140,255,.82)); animation: rift-preview-boss-pulse 3.8s ease-in-out infinite; }
.rift-preview-boss::before { content: ""; position: absolute; inset: 15px 18px 19px; clip-path: polygon(50% 0, 100% 42%, 70% 100%, 30% 100%, 0 42%); background: #071126; box-shadow: 0 0 14px #8ee9ff; }.rift-preview-boss::after { content: ""; position: absolute; top: 39px; left: 32px; width: 22px; height: 12px; border-radius: 50%; background: #dffaff; box-shadow: 0 0 15px 5px rgba(142,233,255,.8); }
.rift-preview-boss i { position: absolute; z-index: -1; width: 28px; height: 44px; background: linear-gradient(180deg, #7050d3, #0d1837); clip-path: polygon(50% 0, 100% 100%, 46% 76%, 0 100%); filter: drop-shadow(0 0 7px rgba(215,140,255,.55)); }.rift-preview-boss i:nth-child(1) { left: -16px; top: 36px; rotate: -35deg; }.rift-preview-boss i:nth-child(2) { right: -16px; top: 36px; rotate: 35deg; }.rift-preview-boss i:nth-child(3) { top: 63px; left: 29px; height: 37px; }
.rift-preview-shot { position: absolute; z-index: 2; width: 3px; height: 48px; border-radius: 999px; background: linear-gradient(180deg, rgba(236,253,255,0), #fff 28%, #8ee9ff 62%, rgba(142,233,255,0)); box-shadow: 0 0 9px 2px rgba(142,233,255,.73); transform-origin: center bottom; animation: rift-preview-shot 1.45s linear infinite; }
.rift-preview-shot--1 { left: 45%; bottom: 29%; animation-delay: -.15s; }.rift-preview-shot--2 { left: 49%; bottom: 34%; animation-delay: -.68s; }.rift-preview-shot--3 { left: 54%; bottom: 29%; animation-delay: -1.1s; }.rift-preview-shot--4 { left: 42%; bottom: 22%; height: 35px; animation-delay: -.92s; }.rift-preview-shot--5 { left: 58%; bottom: 22%; height: 35px; animation-delay: -.4s; }.rift-preview-shot--6 { left: 51%; bottom: 19%; height: 60px; background: linear-gradient(180deg, rgba(255,214,195,0), #fff0dd 30%, #ff8c76 64%, rgba(255,104,79,0)); box-shadow: 0 0 10px 2px rgba(255,104,79,.72); animation-delay: -.28s; }.rift-preview-shot--7 { left: 47%; bottom: 18%; height: 56px; animation-delay: -1.24s; }
.rift-preview-impact { position: absolute; z-index: 3; width: 15px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, #fff 0 10%, #ffcfad 15%, rgba(255,104,79,.48) 37%, transparent 70%); filter: blur(.2px); animation: rift-preview-impact 2.2s ease-out infinite; }.rift-preview-impact--one { top: 27%; left: 39%; }.rift-preview-impact--two { top: 37%; left: 59%; animation-delay: -.8s; }.rift-preview-impact--three { top: 21%; left: 56%; animation-delay: -1.53s; }
.rift-preview-ship { position: absolute; z-index: 4; left: calc(50% - 34px); bottom: 12%; width: 68px; height: 76px; clip-path: polygon(50% 0, 100% 82%, 50% 68%, 0 82%); background: linear-gradient(180deg, #fff 0%, #9aebff 27%, #4c73d2 63%, #242b68 100%); filter: drop-shadow(0 0 12px rgba(142,233,255,.94)); animation: rift-preview-ship 3.6s ease-in-out infinite; }
.rift-preview-ship::before { content: ""; position: absolute; z-index: -1; left: 25px; top: 50px; width: 18px; height: 45px; border-radius: 50%; background: linear-gradient(#9cf0ff, transparent); box-shadow: 0 0 19px 6px rgba(142,233,255,.65); }.rift-preview-ship::after { content: ""; position: absolute; top: 32px; left: 27px; width: 14px; height: 12px; border-radius: 50% 50% 45% 45%; background: #effeff; box-shadow: 0 0 11px 3px rgba(142,233,255,.83); }
.app-card--riftburn .app-card-visual .rift-preview + .status-pill { z-index: 4; }
@keyframes rift-preview-shot { from { translate: 0 22px; opacity: 0; } 18% { opacity: 1; } to { translate: 0 -132px; opacity: 0; } }
@keyframes rift-preview-impact { 0%,48%,100% { scale: .32; opacity: 0; } 58% { scale: 1; opacity: 1; } 78% { scale: 1.9; opacity: 0; } }
@keyframes rift-preview-ship { 0%,100% { translate: 0 0; } 50% { translate: 7px -8px; } }
@keyframes rift-preview-boss-pulse { 0%,100% { scale: 1; filter: drop-shadow(0 0 13px rgba(215,140,255,.82)); } 50% { scale: 1.07; filter: drop-shadow(0 0 20px rgba(255,104,79,.92)); } }
@keyframes studio-rift-grid { to { background-position: 0 0, 0 0, 0 0, 0 0, 112px -78px, 0 0; } }
@keyframes studio-rift-gate { 0%,100% { scale: 1; rotate: 0deg; opacity: .84; } 50% { scale: 1.045; rotate: 3deg; opacity: 1; } }
@keyframes studio-rift-spark { 0%,100% { opacity: .3; scale: .7; } 48% { opacity: 1; scale: 1.15; } }
@keyframes studio-screen-float-one { 0%,100% { transform: rotate(-5deg) translateY(0); } 50% { transform: rotate(-5deg) translateY(-10px); } }
@keyframes studio-screen-float-two { 0%,100% { transform: rotate(5deg) translateY(0); } 50% { transform: rotate(5deg) translateY(10px); } }
@media (prefers-reduced-motion: no-preference) {
  .home-hero--studio .studio-showcase::after { animation: studio-rift-grid 20s linear infinite; }
  .studio-rift-gate { animation: studio-rift-gate 12s ease-in-out infinite; }
  .studio-rift-spark { animation: studio-rift-spark 3.2s ease-in-out infinite; }.studio-rift-spark--two { animation-delay: -1.2s; }.studio-rift-spark--three { animation-delay: -2.1s; }
  .home-hero--studio .studio-showcase-screen--hexfall { animation: studio-screen-float-one 9.4s ease-in-out infinite; }.home-hero--studio .studio-showcase-screen--wandelwort { animation: studio-screen-float-two 10.1s ease-in-out -3.2s infinite; }
}
@media (max-width: 760px) {
  .home-page .site-header nav { background: #0b1022; }.home-page .site-header nav a { color: #c5cde1; }
  .home-hero--studio { min-height: auto; padding: 52px 0 0; }.home-hero--studio .home-hero-copy { padding: 0; }
  .home-hero--studio .studio-showcase { position: relative; inset: auto; height: 490px; min-height: 0; margin: 35px -20px -56px; }
  .home-hero--studio .studio-showcase::after { background: linear-gradient(180deg, rgba(7,11,26,.26), transparent 40%, #080d1d 100%); }
  .studio-rift-gate { top: -11%; right: -21%; width: 116%; }
  .studio-rift-spark--one { top: 25%; right: 49%; }.studio-rift-spark--two { top: 58%; right: 25%; }.studio-rift-spark--three { top: 71%; right: 62%; }
  .home-hero--studio .studio-showcase-screen--hexfall { right: 18%; bottom: 8%; width: 37vw; height: 272px; border-radius: 23px; }
  .home-hero--studio .studio-showcase-screen--wandelwort { top: 9%; right: 3%; width: 34vw; height: 246px; border-radius: 22px; }
}

/* Game cards are miniature game worlds, not static crops. */
.hex-preview { position: absolute; z-index: 0; inset: 0; overflow: hidden; isolation: isolate; background: radial-gradient(ellipse 51% 46% at 70% 21%, rgba(154,102,255,.35), transparent 73%), radial-gradient(ellipse 48% 48% at 23% 84%, rgba(71,226,180,.15), transparent 73%), linear-gradient(145deg, #070a1d, #15103a 60%, #080919); }
.hex-preview::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .72; background: radial-gradient(circle at 16% 20%, rgba(255,255,255,.76) 0 1px, transparent 1.7px), radial-gradient(circle at 73% 32%, rgba(229,213,255,.72) 0 1px, transparent 1.6px), radial-gradient(circle at 35% 78%, rgba(118,245,207,.56) 0 1px, transparent 1.6px), repeating-linear-gradient(150deg, transparent 0 58px, rgba(203,176,255,.05) 59px 60px, transparent 61px 119px); background-size: 94px 101px, 138px 127px, 171px 163px, auto; }
.hex-preview::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, transparent 0 66%, rgba(14,10,38,.86) 100%), linear-gradient(180deg, rgba(4,5,16,.15), transparent 49%, rgba(4,5,16,.38)); }
.hex-preview-rift { position: absolute; z-index: 1; top: -24%; right: 12%; width: 48%; aspect-ratio: 1; border: 1.5px solid rgba(212,174,255,.59); border-radius: 50%; background: radial-gradient(circle, rgba(180,114,255,.52) 0%, rgba(94,54,213,.26) 34%, transparent 68%); box-shadow: inset 0 0 36px rgba(194,112,255,.38), 0 0 0 14px rgba(217,182,255,.055), 0 0 55px rgba(189,116,255,.24); }
.hex-preview-rift::before, .hex-preview-rift::after { content: ""; position: absolute; border-radius: 50%; }.hex-preview-rift::before { inset: 15%; border: 1px solid rgba(113,255,208,.64); border-left-color: transparent; border-right-color: transparent; }.hex-preview-rift::after { inset: 28%; border: 1px solid rgba(255,255,255,.47); border-top-color: transparent; }
.hex-preview-board { position: absolute; z-index: 3; left: 8%; bottom: 2%; display: grid; grid-template-columns: repeat(4, 47px); grid-auto-rows: 43px; gap: 1px 3px; width: 210px; transform: perspective(450px) rotateX(45deg) rotateZ(-11deg); transform-origin: 42% 82%; }
.hex-preview-cell { position: relative; width: 47px; height: 52px; clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%); background: linear-gradient(145deg, rgba(157,129,229,.48), rgba(50,39,108,.66)); box-shadow: inset 0 0 0 1px rgba(238,222,255,.23); }.hex-preview-cell:nth-child(4n + 2), .hex-preview-cell:nth-child(4n + 4) { translate: 0 22px; }.hex-preview-cell:nth-child(3n) { background: linear-gradient(145deg, rgba(116,236,189,.27), rgba(58,38,121,.70)); }
.hex-preview-cell--tower { --tower: #8deaff; background: linear-gradient(145deg, color-mix(in srgb, var(--tower) 44%, #3a2876), rgba(46,31,101,.78)); }.hex-preview-cell--tower::before { content: ""; position: absolute; left: calc(50% - 8px); top: 14px; width: 16px; height: 22px; clip-path: polygon(50% 0, 88% 31%, 70% 100%, 30% 100%, 12% 31%); background: linear-gradient(180deg, #fff, var(--tower) 35%, #312260); box-shadow: 0 0 11px var(--tower); }.hex-preview-cell--tower::after { content: ""; position: absolute; left: calc(50% - 3px); top: 20px; width: 6px; aspect-ratio: 1; border-radius: 50%; background: #fff; box-shadow: 0 0 10px 4px var(--tower); }.hex-preview-cell--violet { --tower: #d995ff; }.hex-preview-cell--cyan { --tower: #8deaff; }.hex-preview-cell--ember { --tower: #ff9c79; }.hex-preview-cell--green { --tower: #7bf2ba; }.hex-preview-cell--guardian::before { content: "✦"; position: absolute; inset: 10px 0 0; color: #8cf3c3; text-align: center; font-size: 23px; line-height: 1; text-shadow: 0 0 10px #8cf3c3; }
.hex-preview-route { position: absolute; z-index: 4; bottom: 28%; left: 18%; width: 48%; height: 4px; border-radius: 999px; background: linear-gradient(90deg, rgba(121,245,197,.12), #7bf2ba 26%, #d995ff 76%, transparent); box-shadow: 0 0 12px rgba(123,242,186,.58); rotate: -25deg; transform-origin: left; }.hex-preview-route::after { content: ""; position: absolute; right: -20px; top: -12px; width: 25px; height: 25px; border-top: 2px solid #d995ff; border-right: 2px solid #d995ff; rotate: 45deg; opacity: .78; }
.hex-preview-enemy { position: absolute; z-index: 5; width: 17px; height: 17px; clip-path: polygon(50% 0, 88% 19%, 100% 61%, 50% 100%, 0 61%, 12% 19%); background: linear-gradient(145deg, #ffe9f0, #f281ad 42%, #7b265a); filter: drop-shadow(0 0 7px rgba(255,114,167,.72)); }.hex-preview-enemy--one { left: 26%; top: 54%; animation: hex-preview-enemy-one 5.2s linear infinite; }.hex-preview-enemy--two { left: 45%; top: 40%; scale: .73; animation: hex-preview-enemy-two 4.2s linear -1.7s infinite; }.hex-preview-enemy--three { left: 61%; top: 27%; scale: 1.18; background: linear-gradient(145deg, #fff, #e398ff 42%, #5b2d96); animation: hex-preview-enemy-three 6.4s linear -3.1s infinite; }
.hex-preview-bolt { position: absolute; z-index: 6; width: 3px; height: 42px; border-radius: 999px; background: linear-gradient(180deg, rgba(255,255,255,0), #fff 30%, #8deaff 65%, rgba(141,234,255,0)); box-shadow: 0 0 8px 2px rgba(141,234,255,.77); transform-origin: bottom; animation: hex-preview-bolt 1.7s linear infinite; }.hex-preview-bolt--one { left: 36%; bottom: 23%; rotate: 43deg; }.hex-preview-bolt--two { left: 53%; bottom: 35%; rotate: 25deg; height: 34px; animation-delay: -.85s; background: linear-gradient(180deg, rgba(255,255,255,0), #fff 30%, #d995ff 65%, rgba(217,149,255,0)); box-shadow: 0 0 8px 2px rgba(217,149,255,.77); }.hex-preview-bolt--three { left: 59%; bottom: 18%; rotate: 54deg; height: 30px; animation-delay: -1.25s; background: linear-gradient(180deg, rgba(255,255,255,0), #fff 30%, #ff9c79 65%, rgba(255,156,121,0)); box-shadow: 0 0 8px 2px rgba(255,156,121,.77); }
.app-card--hexfall .app-card-visual .hex-preview + .status-pill { z-index: 7; }

.app-card--wandelwort .app-card-visual { background: linear-gradient(145deg, #f5f3fb, #e9e5f5 63%, #eee8f5); }.app-card--wandelwort .app-card-visual::before { z-index: 0; width: auto; aspect-ratio: auto; inset: 0; border: 0; border-radius: 0; box-shadow: none; opacity: 1; background: radial-gradient(circle at 19% 23%, rgba(104,91,244,.16), transparent 28%), radial-gradient(circle at 78% 76%, rgba(240,154,56,.24), transparent 33%); }.app-card--wandelwort .app-card-visual::after { z-index: 2; background: linear-gradient(90deg, transparent 42%, rgba(240,238,246,.89) 100%); }
.word-preview { position: absolute; z-index: 1; inset: 0; overflow: hidden; isolation: isolate; }.word-preview::before { content: ""; position: absolute; z-index: -1; top: -26%; left: 9%; width: 74%; aspect-ratio: 1; border: 1px solid rgba(104,91,244,.13); border-radius: 50%; box-shadow: 0 0 0 23px rgba(104,91,244,.026), 0 0 0 58px rgba(240,154,56,.022); }.word-preview-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(.2px); }.word-preview-orb--violet { top: 5%; left: 3%; width: 96px; height: 96px; background: rgba(115,100,247,.25); }.word-preview-orb--orange { right: 12%; bottom: 3%; width: 120px; height: 120px; background: rgba(242,154,56,.24); }
.word-preview-board { position: absolute; z-index: 1; top: 15%; left: 12%; display: grid; grid-template-columns: repeat(5, minmax(28px, 1fr)); gap: 7px; width: min(60%, 282px); padding: 13px; border: 1px solid rgba(56,48,98,.10); border-radius: 21px; background: rgba(255,255,255,.63); box-shadow: 0 21px 45px rgba(57,48,123,.14); backdrop-filter: blur(12px); transform: rotate(-3.5deg); }
.word-preview-tile { display: grid; min-width: 0; aspect-ratio: 1; place-items: center; border: 1px solid rgba(39,35,57,.14); border-radius: 9px; background: #e5e3e8; color: #252231; font-size: clamp(10px, 1.6vw, 16px); font-weight: 850; line-height: 1; }.word-preview-tile--correct { border-color: #217536; background: #217536; color: white; }.word-preview-tile--present { border-color: #9e4c00; background: #9e4c00; color: white; }.word-preview-tile--absent { border-color: #5e5e5e; background: #5e5e5e; color: white; }.word-preview-tile--empty { background: rgba(238,236,241,.76); }.word-preview-tile--cursor { border: 2px solid #685bf4; background: #fff; color: #685bf4; box-shadow: 0 0 0 3px rgba(104,91,244,.10); }
.word-preview-word { position: absolute; z-index: 1; padding: 6px 10px; border: 1px solid rgba(255,255,255,.72); border-radius: 999px; background: rgba(255,255,255,.48); box-shadow: 0 10px 24px rgba(57,48,123,.10); color: #5d52c9; font-family: var(--serif); font-size: 22px; font-style: italic; line-height: 1; }.word-preview-word--one { top: 8%; right: 12%; rotate: 8deg; }.word-preview-word--two { right: 10%; bottom: 13%; color: #c76e14; rotate: -7deg; }
.app-card--wandelwort .app-card-visual .word-preview + .status-pill { z-index: 4; }
@keyframes hex-preview-enemy-one { 0% { translate: -8px 20px; opacity: 0; } 14% { opacity: 1; } 80% { opacity: 1; } 100% { translate: 128px -87px; opacity: 0; } }
@keyframes hex-preview-enemy-two { 0% { translate: -18px 28px; opacity: 0; } 15% { opacity: 1; } 79% { opacity: 1; } 100% { translate: 98px -62px; opacity: 0; } }
@keyframes hex-preview-enemy-three { 0% { translate: 6px -16px; opacity: 0; } 16% { opacity: 1; } 79% { opacity: 1; } 100% { translate: -101px 91px; opacity: 0; } }
@keyframes hex-preview-bolt { from { scale: .66 0; opacity: 0; } 22% { opacity: 1; } to { translate: 26px -43px; scale: 1 1; opacity: 0; } }
@keyframes hex-preview-board { 0%,100% { translate: 0 0; } 50% { translate: 3px -5px; } }
@keyframes hex-preview-rift { 0%,100% { scale: 1; opacity: .77; } 50% { scale: 1.1; opacity: 1; } }
@keyframes word-preview-orb { 0%,100% { translate: 0 0; scale: 1; } 50% { translate: 8px -10px; scale: 1.08; } }
@keyframes word-preview-tile { 0%,67%,100% { translate: 0 0; box-shadow: none; } 74% { translate: 0 -4px; box-shadow: 0 8px 15px rgba(33,117,54,.27); } 84% { translate: 0 0; } }
@keyframes word-preview-cursor { 0%,100% { opacity: .42; } 50% { opacity: 1; } }
@keyframes word-preview-tag { 0%,100% { translate: 0 0; } 50% { translate: 0 -6px; } }
@media (prefers-reduced-motion: no-preference) {
  .hex-preview-rift { animation: hex-preview-rift 5.6s ease-in-out infinite; }.hex-preview-board { animation: hex-preview-board 6.5s ease-in-out infinite; }
  .word-preview-orb { animation: word-preview-orb 8s ease-in-out infinite; }.word-preview-orb--orange { animation-delay: -4.2s; }.word-preview-tile:nth-child(11) { animation: word-preview-tile 5s ease-in-out -1.4s infinite; }.word-preview-tile:nth-child(12) { animation: word-preview-tile 5s ease-in-out -1s infinite; }.word-preview-tile:nth-child(13) { animation: word-preview-tile 5s ease-in-out -.6s infinite; }.word-preview-tile:nth-child(14) { animation: word-preview-tile 5s ease-in-out -.2s infinite; }.word-preview-tile:nth-child(15) { animation: word-preview-tile 5s ease-in-out .2s infinite; }.word-preview-tile--cursor { animation: word-preview-cursor 1.2s ease-in-out infinite; }.word-preview-word { animation: word-preview-tag 6.6s ease-in-out infinite; }.word-preview-word--two { animation-delay: -3.3s; }
}

.app-card--wandelwort .app-card-visual::after { background: linear-gradient(90deg, transparent 68%, rgba(240,238,246,.82) 100%); }

/* Hexfall now mirrors the actual Bastion briefing: resources, mission path, masteries and launch. */
.hex-preview { background: radial-gradient(ellipse 67% 52% at 66% 24%, rgba(71,37,149,.49), transparent 73%), radial-gradient(ellipse 45% 58% at 8% 88%, rgba(52,20,135,.46), transparent 72%), linear-gradient(145deg, #070b2d, #170950 62%, #0b072e); }
.hex-preview::before { opacity: .56; background: radial-gradient(circle at 16% 18%, rgba(255,255,255,.58) 0 1px, transparent 1.8px), radial-gradient(circle at 62% 10%, rgba(183,157,255,.62) 0 1px, transparent 1.6px), radial-gradient(circle at 81% 56%, rgba(255,112,83,.47) 0 1px, transparent 1.6px), linear-gradient(118deg, transparent 0 52%, rgba(192,149,255,.07) 52.1% 52.3%, transparent 52.5%); background-size: 104px 97px, 143px 136px, 181px 167px, auto; }.hex-preview::after { background: linear-gradient(90deg, transparent 0 70%, rgba(8,4,34,.74) 100%), linear-gradient(180deg, rgba(5,3,27,.16), transparent 48%, rgba(4,2,24,.38)); }
.hex-preview-hud { position: absolute; z-index: 2; top: 16px; left: 126px; display: flex; align-items: center; gap: 7px; color: #eff6ff; font-size: 10px; font-weight: 850; }.hex-preview-level, .hex-preview-resource, .hex-preview-settings { display: inline-flex; height: 33px; align-items: center; justify-content: center; border: 1px solid rgba(229,216,255,.34); border-radius: 999px; background: rgba(26,18,78,.72); box-shadow: inset 0 1px rgba(255,255,255,.13), 0 8px 18px rgba(4,2,27,.22); }.hex-preview-level { width: 33px; color: #80f6dd; border-color: rgba(119,241,222,.52); box-shadow: 0 0 0 3px rgba(119,241,222,.10); }.hex-preview-resource { padding: 0 10px; }.hex-preview-resource--shard { color: #c8f4ff; border-color: rgba(141,234,255,.47); }.hex-preview-resource--rune { color: #f0d7ff; border-color: rgba(215,149,255,.47); }.hex-preview-resource--spark { color: #bdfaff; border-color: rgba(123,242,214,.47); }.hex-preview-settings { width: 33px; color: white; font-size: 14px; }
.hex-preview-mission { position: absolute; z-index: 2; top: 70px; left: 9%; width: 75%; padding: 16px 18px 13px; border: 1px solid rgba(255,104,79,.64); border-radius: 22px; background: linear-gradient(145deg, rgba(21,11,70,.87), rgba(15,8,54,.82)); box-shadow: inset 0 1px rgba(255,255,255,.09), 0 12px 33px rgba(7,2,33,.34); }.hex-preview-mission p { margin: 0 0 2px; color: #ffae74; font-size: 8px; font-weight: 900; letter-spacing: .15em; }.hex-preview-mission h3 { margin: 0; color: white; font-size: clamp(19px, 2.5vw, 29px); font-weight: 880; letter-spacing: -.045em; line-height: 1; }.hex-preview-mission > small { display: block; margin-top: 6px; color: rgba(255,255,255,.63); font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.hex-preview-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 13px; }.hex-preview-steps b { display: flex; min-height: 31px; align-items: center; justify-content: center; gap: 7px; border: 1px solid rgba(228,211,255,.12); border-radius: 10px; background: rgba(43,27,104,.52); color: #ff9b76; font-size: 12px; }.hex-preview-steps b i { color: white; font-size: 9px; font-style: normal; }.hex-preview-steps .is-active { border-color: rgba(255,104,79,.63); background: rgba(152,48,57,.31); box-shadow: 0 0 15px rgba(255,104,79,.17); }
.hex-preview-mastery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 13px; }.hex-preview-mastery span { display: flex; min-height: 42px; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border: 1px solid rgba(142,233,255,.42); border-radius: 11px; background: rgba(32,60,107,.45); }.hex-preview-mastery span:nth-child(2) { border-color: rgba(142,187,255,.46); background: rgba(45,71,136,.37); }.hex-preview-mastery span:nth-child(3) { border-color: rgba(255,202,107,.52); background: rgba(112,77,30,.33); }.hex-preview-mastery i { color: #8ee9ff; font-size: 11px; font-style: normal; }.hex-preview-mastery span:nth-child(2) i { color: #a8c6ff; }.hex-preview-mastery span:nth-child(3) i { color: #ffd36c; }.hex-preview-mastery b { color: white; font-size: 7px; font-weight: 820; white-space: nowrap; }
.hex-preview-matchup { display: grid; grid-template-columns: 1.15fr 1px .76fr; gap: 13px; align-items: center; margin-top: 13px; padding: 10px 0; border-radius: 11px; background: rgba(6,4,31,.36); }.hex-preview-matchup > em { height: 39px; background: rgba(227,214,255,.24); }.hex-preview-matchup div { display: flex; align-items: center; gap: 7px; padding-left: 11px; }.hex-preview-matchup small { position: absolute; align-self: start; margin-top: 0; color: rgba(255,255,255,.56); font-size: 6px; font-weight: 850; letter-spacing: .13em; }.hex-preview-matchup i { display: inline-grid; width: 23px; height: 23px; place-items: center; margin-top: 12px; border-radius: 50%; font-style: normal; }.hex-preview-enemy-icon { border: 1px solid rgba(141,234,255,.72); background: rgba(44,145,180,.28); }.hex-preview-enemy-icon::after { content: "◇"; color: #8ee9ff; font-size: 17px; }.hex-preview-enemy-icon--two { border-color: rgba(123,242,186,.72); background: rgba(45,162,111,.30); }.hex-preview-enemy-icon--two::after { content: "✚"; color: #7bf2ba; }.hex-preview-enemy-icon--three { border-color: rgba(255,89,208,.72); background: rgba(170,34,142,.30); }.hex-preview-enemy-icon--three::after { content: "◆"; color: #ff6fd7; }.hex-preview-counter { background: rgba(135,63,186,.34); color: #e1a0ff; font-size: 15px; font-weight: 850; }.hex-preview-counter--two { background: rgba(191,64,42,.34); color: #ff806b; }
.hex-preview-difficulty { display: grid; grid-template-columns: 28px 1fr 1fr 28px; gap: 7px; align-items: center; margin-top: 11px; }.hex-preview-difficulty > span { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid rgba(233,225,255,.23); border-radius: 50%; background: rgba(74,65,123,.62); color: white; font-size: 26px; line-height: .5; }.hex-preview-difficulty b, .hex-preview-difficulty strong { display: grid; min-height: 31px; place-items: center; border-radius: 14px; font-size: 8px; letter-spacing: .06em; }.hex-preview-difficulty b { border: 1px solid rgba(142,233,255,.75); background: linear-gradient(135deg, #4fa7c5, #436dac); color: white; box-shadow: 0 0 15px rgba(142,233,255,.23); }.hex-preview-difficulty strong { border: 1px solid rgba(223,214,255,.22); background: rgba(8,6,35,.72); color: rgba(255,255,255,.86); }
.hex-preview-launch { position: absolute; z-index: 3; right: 16%; bottom: 54px; left: 11%; display: grid; min-height: 40px; place-items: center; border: 1px solid rgba(255,191,155,.74); border-radius: 13px; background: linear-gradient(180deg, #ff765e, #ff534f); box-shadow: inset 0 1px rgba(255,255,255,.43), 0 10px 24px rgba(255,83,79,.26); color: white; font-size: 11px; font-weight: 900; letter-spacing: .045em; }.hex-preview-tabs { position: absolute; z-index: 3; right: 9%; bottom: 10px; left: 9%; display: grid; grid-template-columns: repeat(5, 1fr); min-height: 37px; overflow: hidden; border: 1px solid rgba(219,208,255,.31); border-radius: 15px; background: rgba(5,4,27,.87); }.hex-preview-tabs span { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; color: rgba(255,255,255,.62); font-size: 13px; }.hex-preview-tabs span.is-active { color: #fff; background: rgba(124,93,240,.42); }.hex-preview-tabs i { font-size: 6px; font-style: normal; font-weight: 800; }

/* Wandelwort’s rows now obey the real feedback rules and use the card’s full stage. */
.word-preview { background: radial-gradient(circle at 21% 12%, rgba(116,103,247,.24), transparent 30%), radial-gradient(circle at 83% 89%, rgba(242,154,56,.27), transparent 34%), linear-gradient(145deg, #f7f6fb, #eeeaf5 70%, #e9e3f3); }.word-preview::before { top: -31%; left: 16%; width: 78%; border-color: rgba(104,91,244,.17); box-shadow: 0 0 0 26px rgba(104,91,244,.035), 0 0 0 61px rgba(240,154,56,.022); }.word-preview-orb--violet { top: 58%; left: -10%; width: 142px; height: 142px; }.word-preview-orb--orange { right: 0; bottom: -11%; width: 144px; height: 144px; }
.word-preview-status { position: absolute; z-index: 3; top: 18px; right: 7%; left: auto; display: grid; grid-template-columns: 1fr 1px 1fr; width: clamp(136px, 35%, 184px); padding: 10px 13px; border-radius: 17px; background: rgba(255,255,255,.60); box-shadow: 0 11px 27px rgba(57,48,123,.10); backdrop-filter: blur(10px); }.word-preview-status span { display: flex; flex-direction: column; gap: 1px; }.word-preview-status span:last-child { padding-left: 15px; }.word-preview-status i { width: 1px; background: rgba(39,35,57,.15); }.word-preview-status small { color: #777382; font-size: 8px; font-weight: 750; }.word-preview-status b { color: #685bf4; font-size: 13px; font-weight: 860; }.word-preview-status span:last-child b { color: #d87d22; }.word-preview-label { display: none; }
.word-preview-board { top: 88px; left: 7%; width: min(78%, 360px); gap: 7px; padding: 14px; border-radius: 23px; background: rgba(255,255,255,.70); box-shadow: 0 24px 52px rgba(57,48,123,.16); transform: rotate(-1.5deg); }.word-preview-tile { border-radius: 10px; font-size: clamp(12px, 2.15vw, 21px); }.word-preview-tile--empty { background: rgba(229,227,232,.82); }.word-preview-tile--cursor { display: none; }
@keyframes hex-preview-launch { 0%,100% { box-shadow: inset 0 1px rgba(255,255,255,.43), 0 10px 24px rgba(255,83,79,.24); } 50% { box-shadow: inset 0 1px rgba(255,255,255,.64), 0 11px 32px rgba(255,83,79,.52); } }
@keyframes hex-preview-mission-node { 0%,100% { scale: 1; } 50% { scale: 1.08; } }
@media (prefers-reduced-motion: no-preference) { .hex-preview-launch { animation: hex-preview-launch 3.8s ease-in-out infinite; }.hex-preview-steps .is-active { animation: hex-preview-mission-node 2.5s ease-in-out infinite; }.hex-preview-resource--spark { animation: hex-preview-rift 4.4s ease-in-out infinite; }.word-preview-tile:nth-child(11) { animation-delay: -1.4s; }.word-preview-tile:nth-child(12) { animation-delay: -1s; }.word-preview-tile:nth-child(13) { animation-delay: -.6s; }.word-preview-tile:nth-child(14) { animation-delay: -.2s; }.word-preview-tile:nth-child(15) { animation-delay: .2s; } }
@media (max-width: 760px) { .hex-preview-hud { left: 112px; gap: 5px; }.hex-preview-resource { padding: 0 7px; }.hex-preview-mission { width: 79%; padding: 13px 14px 11px; }.hex-preview-mastery b { font-size: 6px; }.hex-preview-launch { right: 12%; left: 9%; }.word-preview-status { top: 14px; right: 5%; left: auto; width: 136px; }.word-preview-board { top: 84px; left: 6%; width: 79%; padding: 12px; gap: 6px; }.app-card--wandelwort .status-pill { top: 20px; bottom: auto; left: 20px; } }

.hex-preview-matchup div { position: relative; padding-top: 12px; }.hex-preview-matchup small { top: 0; left: 11px; }

/* The Hexfall card is now a compact Risswälder run: board, route, towers and active fire. */
.hex-preview { background: radial-gradient(ellipse 43% 35% at 86% 15%, rgba(101,47,210,.37), transparent 72%), radial-gradient(ellipse 55% 54% at 19% 85%, rgba(17,101,110,.21), transparent 76%), linear-gradient(145deg, #060b27, #110a3b 58%, #070a20); }.hex-preview::before { opacity: .52; background: radial-gradient(circle at 15% 20%, rgba(255,255,255,.62) 0 1px, transparent 1.7px), radial-gradient(circle at 69% 18%, rgba(162,232,255,.54) 0 1px, transparent 1.6px), radial-gradient(circle at 76% 72%, rgba(123,242,186,.42) 0 1px, transparent 1.6px), repeating-linear-gradient(152deg, transparent 0 64px, rgba(177,153,255,.055) 65px 66px, transparent 67px 131px); background-size: 109px 99px, 147px 139px, 181px 163px, auto; }.hex-preview::after { background: linear-gradient(90deg, rgba(6,8,30,.08), transparent 63%, rgba(6,8,30,.60)), linear-gradient(180deg, rgba(4,5,19,.30), transparent 47%, rgba(4,5,19,.48)); }
.hex-game-hud { position: absolute; z-index: 7; top: 15px; left: 16px; right: 16px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.92); font-size: 8px; font-weight: 850; letter-spacing: .11em; }.hex-game-hud span, .hex-game-hud b, .hex-game-hud i { display: inline-flex; min-height: 26px; align-items: center; padding: 0 9px; border: 1px solid rgba(226,217,255,.25); border-radius: 999px; background: rgba(13,12,51,.62); box-shadow: inset 0 1px rgba(255,255,255,.12); }.hex-game-hud span { color: #ffb07d; }.hex-game-hud b { color: #d2c2ff; font-size: 7px; }.hex-game-hud i { color: #8ee9ff; font-style: normal; }
.hex-game-rift { position: absolute; z-index: 2; top: 7%; right: 9%; width: 21%; aspect-ratio: 1; border: 1.5px solid rgba(255,126,88,.72); border-radius: 50%; background: radial-gradient(circle, rgba(224,94,89,.57), rgba(127,45,177,.30) 38%, transparent 70%); box-shadow: inset 0 0 24px rgba(255,114,78,.27), 0 0 0 10px rgba(255,114,78,.035), 0 0 30px rgba(202,92,229,.24); }.hex-game-rift::before, .hex-game-rift::after { content: ""; position: absolute; border: 1px solid rgba(255,218,173,.55); border-radius: 50%; }.hex-game-rift::before { inset: 14%; border-left-color: transparent; border-right-color: transparent; }.hex-game-rift::after { inset: 29%; border-color: rgba(141,234,255,.62); border-bottom-color: transparent; }
.hex-game-board { position: absolute; z-index: 2; top: 53px; right: 9%; bottom: 48px; left: 7%; display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); grid-template-rows: repeat(5, minmax(0,1fr)); gap: 2px 3px; }.hex-game-tile { position: relative; clip-path: polygon(25% 3%, 75% 3%, 100% 50%, 75% 97%, 25% 97%, 0 50%); background: linear-gradient(145deg, rgba(75,126,143,.71), rgba(30,48,108,.86)); box-shadow: inset 0 0 0 1px rgba(159,235,255,.22), inset 0 0 20px rgba(14,19,64,.34); }.hex-game-tile::after { content: ""; position: absolute; inset: 12%; clip-path: inherit; border: 1px solid rgba(225,246,255,.08); }.hex-game-tile:nth-child(6n + 2), .hex-game-tile:nth-child(6n + 4), .hex-game-tile:nth-child(6n + 6) { translate: 0 11%; }.hex-game-tile:nth-child(4n) { background: linear-gradient(145deg, rgba(57,142,129,.74), rgba(25,53,99,.87)); }.hex-game-tile--route { background: linear-gradient(145deg, rgba(111,245,190,.73), rgba(41,115,107,.94)); box-shadow: inset 0 0 0 1px rgba(186,255,225,.70), inset 0 0 18px rgba(126,255,194,.30), 0 0 9px rgba(123,242,186,.14); }
.hex-game-route { position: absolute; z-index: 4; height: 4px; border-radius: 999px; background: linear-gradient(90deg, transparent, #b8ffe0 20%, #7bf2ba 71%, transparent); box-shadow: 0 0 10px rgba(123,242,186,.75); transform-origin: left; }.hex-game-route--one { top: 40%; left: 25%; width: 27%; rotate: 16deg; }.hex-game-route--two { top: 53%; left: 48%; width: 24%; rotate: 38deg; }.hex-game-route--three { top: 71%; left: 63%; width: 21%; rotate: 7deg; }
.hex-game-tower { position: absolute; z-index: 6; display: grid; width: 38px; aspect-ratio: 1; place-items: center; border: 1.5px solid currentColor; border-radius: 50%; background: rgba(10,15,50,.74); box-shadow: inset 0 0 0 5px color-mix(in srgb, currentColor 15%, transparent), 0 0 14px currentColor; font-size: 18px; font-weight: 900; line-height: 1; }.hex-game-tower::after { content: ""; position: absolute; z-index: -1; width: 54px; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; opacity: .30; }.hex-game-tower--frost { top: 56%; left: 17%; color: #8ee9ff; }.hex-game-tower--ember { top: 68%; left: 42%; color: #ff9c79; }.hex-game-tower--storm { top: 37%; left: 61%; color: #d995ff; }.hex-game-tower--guardian { top: 62%; left: 76%; color: #7bf2ba; }
.hex-game-enemy { position: absolute; z-index: 6; width: 18px; height: 25px; clip-path: polygon(50% 0, 100% 64%, 67% 100%, 23% 83%, 0 43%); background: linear-gradient(145deg, #6ba7d7, #242b6e 62%, #101638); filter: drop-shadow(0 0 6px rgba(141,234,255,.78)); }.hex-game-enemy::after { content: ""; position: absolute; top: 9px; left: 6px; width: 6px; aspect-ratio: 1; border-radius: 50%; background: #baf8ff; box-shadow: 0 0 6px #8ee9ff; }.hex-game-enemy--one { top: 39%; left: 47%; animation: hex-game-enemy-one 5.2s linear infinite; }.hex-game-enemy--two { top: 56%; left: 63%; scale: .78; background: linear-gradient(145deg, #f0a3ff, #552c90 62%, #20113e); animation: hex-game-enemy-two 4.4s linear -1.7s infinite; }.hex-game-enemy--three { top: 69%; left: 78%; scale: 1.12; background: linear-gradient(145deg, #ffb18e, #a03a65 62%, #40122c); animation: hex-game-enemy-three 6.1s linear -3.2s infinite; }
.hex-game-shot { position: absolute; z-index: 7; width: 3px; height: 45px; border-radius: 999px; background: linear-gradient(180deg, rgba(255,255,255,0), #fff 24%, #8ee9ff 64%, rgba(142,233,255,0)); box-shadow: 0 0 8px 2px rgba(142,233,255,.82); transform-origin: bottom; animation: hex-game-shot 1.5s linear infinite; }.hex-game-shot--one { top: 46%; left: 24%; rotate: 52deg; }.hex-game-shot--two { top: 53%; left: 45%; rotate: -17deg; height: 38px; background: linear-gradient(180deg, rgba(255,255,255,0), #fff 24%, #ff9c79 64%, rgba(255,156,121,0)); box-shadow: 0 0 8px 2px rgba(255,156,121,.82); animation-delay: -.77s; }.hex-game-shot--three { top: 35%; left: 63%; rotate: -66deg; height: 36px; background: linear-gradient(180deg, rgba(255,255,255,0), #fff 24%, #d995ff 64%, rgba(217,149,255,0)); box-shadow: 0 0 8px 2px rgba(217,149,255,.82); animation-delay: -1.1s; }.hex-game-shot--four { top: 57%; left: 74%; rotate: -40deg; height: 31px; background: linear-gradient(180deg, rgba(255,255,255,0), #fff 24%, #7bf2ba 64%, rgba(123,242,186,0)); box-shadow: 0 0 8px 2px rgba(123,242,186,.82); animation-delay: -.38s; }
.hex-game-tray { position: absolute; z-index: 8; right: 12px; bottom: 10px; display: flex; gap: 5px; padding: 6px; border: 1px solid rgba(222,217,255,.28); border-radius: 13px; background: rgba(6,6,29,.82); box-shadow: inset 0 1px rgba(255,255,255,.12); }.hex-game-tray span { display: grid; width: 25px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(142,233,255,.37); border-radius: 8px; background: rgba(45,78,130,.47); color: #8ee9ff; font-size: 13px; font-weight: 900; }.hex-game-tray span:nth-child(2) { color: #d995ff; border-color: rgba(217,149,255,.42); }.hex-game-tray span:nth-child(3) { color: #ff9c79; border-color: rgba(255,156,121,.42); }.hex-game-tray span:nth-child(4) { color: #7bf2ba; border-color: rgba(123,242,186,.42); }.app-card--hexfall .app-card-visual .hex-preview + .status-pill { z-index: 10; }
@keyframes hex-game-enemy-one { 0% { translate: -20px -13px; opacity: 0; } 14% { opacity: 1; } 80% { opacity: 1; } 100% { translate: 143px 85px; opacity: 0; } }
@keyframes hex-game-enemy-two { 0% { translate: -13px -20px; opacity: 0; } 15% { opacity: 1; } 78% { opacity: 1; } 100% { translate: 100px 72px; opacity: 0; } }
@keyframes hex-game-enemy-three { 0% { translate: -6px -18px; opacity: 0; } 15% { opacity: 1; } 80% { opacity: 1; } 100% { translate: 77px 30px; opacity: 0; } }
@keyframes hex-game-shot { from { translate: -4px 15px; scale: 1 .12; opacity: 0; } 18% { opacity: 1; } to { translate: 27px -44px; scale: 1 1; opacity: 0; } }
@keyframes hex-game-rift { 0%,100% { scale: 1; opacity: .72; } 50% { scale: 1.09; opacity: 1; } }
@keyframes hex-game-tower { 0%,100% { box-shadow: inset 0 0 0 5px color-mix(in srgb, currentColor 15%, transparent), 0 0 14px currentColor; } 50% { box-shadow: inset 0 0 0 5px color-mix(in srgb, currentColor 25%, transparent), 0 0 23px currentColor; } }
@media (prefers-reduced-motion: no-preference) { .hex-game-rift { animation: hex-game-rift 5.4s ease-in-out infinite; }.hex-game-tower { animation: hex-game-tower 2.8s ease-in-out infinite; }.hex-game-tower--ember { animation-delay: -.9s; }.hex-game-tower--storm { animation-delay: -1.7s; }.hex-game-tower--guardian { animation-delay: -2.2s; } }
@media (max-width: 760px) { .hex-game-hud { font-size: 7px; }.hex-game-hud b { display: none; }.hex-game-tower { width: 33px; font-size: 16px; }.hex-game-tray span { width: 22px; }.hex-game-board { left: 6%; right: 7%; }.hex-game-rift { right: 6%; } }

/* The Hexfall card now copies the Risswälder mission board: quiet green hexes, a violet route, rift, goal and a built Glut tower. */
.app-card--hexfall .app-card-visual { background: #03091b; }.app-card--hexfall .app-card-visual::after { z-index: 2; background: linear-gradient(90deg, transparent 68%, rgba(3,9,27,.52) 88%, #03091b 100%); }
.hex-preview { z-index: 1; background: radial-gradient(ellipse 55% 64% at 50% 39%, rgba(17,107,102,.21), transparent 75%), linear-gradient(145deg, #03081a 0%, #050c20 55%, #070626 100%); }.hex-preview::before { opacity: 1; background: radial-gradient(circle at 24% 17%, rgba(92,250,202,.18) 0 1px, transparent 1.8px), radial-gradient(circle at 82% 39%, rgba(108,236,242,.2) 0 1px, transparent 1.6px), radial-gradient(circle at 61% 82%, rgba(149,104,255,.12) 0 1px, transparent 1.7px), repeating-linear-gradient(115deg, transparent 0 46px, rgba(69,202,182,.026) 47px 48px, transparent 49px 96px); background-size: 121px 113px, 167px 151px, 199px 183px, auto; }.hex-preview::after { background: linear-gradient(180deg, rgba(1,5,15,.24), transparent 25%, transparent 76%, rgba(1,5,15,.48)); }
.hex-mission-resources { position: absolute; z-index: 7; top: 14px; right: 16px; display: flex; gap: 7px; }.hex-mission-resources span { display: inline-flex; min-height: 25px; align-items: center; padding: 0 8px; border: 1px solid rgba(241,206,81,.46); border-radius: 999px; background: rgba(8,11,28,.72); box-shadow: inset 0 1px rgba(255,255,255,.11); color: #fee65c; font-size: 8px; font-weight: 900; letter-spacing: .05em; }.hex-mission-resources span + span { border-color: rgba(69,235,226,.44); color: #8df6e6; }
.hex-mission-board { position: absolute; z-index: 2; top: 15%; right: 6%; bottom: 15%; left: 7%; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); grid-template-rows: repeat(5, minmax(0, 1fr)); gap: 1px 2px; }.hex-mission-tile { position: relative; clip-path: polygon(25% 2%, 75% 2%, 100% 50%, 75% 98%, 25% 98%, 0 50%); background: linear-gradient(145deg, rgba(11,71,76,.87), rgba(6,35,49,.95)); box-shadow: inset 0 0 0 1px rgba(71,156,151,.63), inset 0 0 22px rgba(40,181,159,.055); }.hex-mission-tile::before { content: ""; position: absolute; inset: 6%; clip-path: inherit; border: 1px solid rgba(118,208,198,.10); }.hex-mission-tile:nth-child(7n + 2), .hex-mission-tile:nth-child(7n + 5) { background: linear-gradient(145deg, rgba(13,81,85,.89), rgba(5,30,46,.96)); }.hex-mission-tile--route { z-index: 1; background: linear-gradient(145deg, #6d47b6, #35216d); box-shadow: inset 0 0 0 1.4px rgba(209,156,255,.92), inset 0 0 20px rgba(180,116,255,.18), 0 0 11px rgba(167,106,255,.18); }.hex-mission-tile--route::before { border-color: rgba(253,231,255,.14); }.hex-mission-tile--goal { background: linear-gradient(145deg, rgba(39,217,205,.34), rgba(6,80,90,.86)); box-shadow: inset 0 0 0 1.5px rgba(92,255,238,.85), inset 0 0 24px rgba(57,246,222,.38), 0 0 14px rgba(57,246,222,.27); }.hex-mission-tile--rift { background: linear-gradient(145deg, rgba(136,31,27,.62), rgba(49,12,29,.95)); box-shadow: inset 0 0 0 1.5px rgba(255,91,72,.86), inset 0 0 23px rgba(255,69,52,.23), 0 0 13px rgba(255,78,60,.21); }
.hex-mission-rift { position: absolute; z-index: 5; top: 61%; left: 19%; display: grid; width: clamp(31px, 7.5%, 50px); aspect-ratio: 1; place-items: center; grid-template-columns: repeat(3, 7px); gap: 3px; border-radius: 50%; background: radial-gradient(circle, rgba(255,151,67,.42), rgba(237,64,49,.25) 44%, transparent 70%); filter: drop-shadow(0 0 8px rgba(255,81,56,.72)); }.hex-mission-rift i { display: block; width: 7px; aspect-ratio: 1; border-radius: 50%; background: #ff7548; box-shadow: 0 0 7px rgba(255,120,72,.9); }.hex-mission-goal { position: absolute; z-index: 6; top: 36%; right: 8.5%; display: grid; width: clamp(30px, 7.3%, 49px); aspect-ratio: 1; place-items: center; border: 1.5px solid #75fff0; border-radius: 12px; background: rgba(17,172,171,.42); box-shadow: inset 0 0 20px rgba(71,255,226,.4), 0 0 18px rgba(60,253,223,.53); color: #95fff3; font-size: clamp(15px, 2vw, 23px); font-weight: 850; line-height: 1; }.hex-mission-branch { position: absolute; z-index: 6; top: 58%; left: 37.5%; color: #ff7754; font-size: clamp(21px, 3.2vw, 36px); font-weight: 900; line-height: 1; text-shadow: 0 0 11px rgba(255,89,60,.58); }
.hex-mission-tower-range { position: absolute; z-index: 4; top: 52%; left: 45%; width: clamp(74px, 19%, 125px); aspect-ratio: 1; border: 2px dashed rgba(255,105,75,.68); border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,92,63,.035), inset 0 0 28px rgba(255,89,60,.035); }.hex-mission-tower { position: absolute; z-index: 6; top: 64%; left: 53%; width: clamp(31px, 6.4%, 43px); aspect-ratio: 1; border: 1.5px solid rgba(255,116,80,.75); border-radius: 50%; background: radial-gradient(circle at 50% 58%, #ff7f50 0 16%, #be3f45 21% 33%, #302447 35% 57%, rgba(14,19,40,.88) 60%); box-shadow: inset 0 0 0 5px rgba(255,107,72,.11), 0 0 16px rgba(255,87,64,.58); }.hex-mission-tower::before { content: ""; position: absolute; left: calc(50% - 6px); top: 8px; width: 12px; height: 18px; clip-path: polygon(50% 0, 84% 37%, 69% 100%, 30% 100%, 14% 40%); background: linear-gradient(180deg, #fff6d1 0%, #ffb163 36%, #ff5f4f 72%, #b9354d 100%); box-shadow: 0 0 9px 3px rgba(255,104,68,.75); }.hex-mission-tower::after { content: ""; position: absolute; top: 15px; left: calc(50% - 2px); width: 4px; aspect-ratio: 1; border-radius: 50%; background: #fff4dd; box-shadow: 0 0 5px #fff4dd; }
.hex-mission-enemy { position: absolute; z-index: 7; width: clamp(11px, 2.2%, 17px); height: clamp(17px, 3.3%, 26px); clip-path: polygon(50% 0, 100% 38%, 78% 100%, 50% 78%, 15% 100%, 0 38%); background: linear-gradient(145deg, #d9fdff, #7c91da 40%, #462576 77%); filter: drop-shadow(0 0 6px rgba(164,233,255,.83)); }.hex-mission-enemy::after { content: ""; position: absolute; top: 8px; left: calc(50% - 2px); width: 4px; aspect-ratio: 1; border-radius: 50%; background: #fff; box-shadow: 0 0 6px 2px #9af5ff; }.hex-mission-enemy--one { top: 62%; left: 31%; }.hex-mission-enemy--two { top: 53%; left: 46%; scale: .76; background: linear-gradient(145deg, #ffe2ff, #bd82e8 39%, #5d267f 77%); }
.hex-mission-shot { position: absolute; z-index: 8; width: 3px; height: clamp(25px, 5.5vw, 42px); border-radius: 999px; background: linear-gradient(180deg, rgba(255,246,202,0), #fff8d8 24%, #ff9d66 62%, rgba(255,87,65,0)); box-shadow: 0 0 8px 2px rgba(255,115,74,.85); transform-origin: bottom; }.hex-mission-shot--one { top: 57%; left: 50.5%; rotate: -68deg; }.hex-mission-shot--two { top: 61%; left: 55%; height: clamp(19px, 4vw, 31px); rotate: -42deg; opacity: .7; }
.hex-mission-wave { position: absolute; z-index: 7; bottom: 10px; left: 10%; display: flex; align-items: center; gap: 11px; color: #f6f7ff; font-size: 9px; font-weight: 880; letter-spacing: .11em; }.hex-mission-wave b { color: #fff; }.hex-mission-wave span { display: inline-flex; min-height: 23px; align-items: center; padding: 0 8px; border: 1px solid rgba(255,128,72,.46); border-radius: 999px; background: rgba(62,22,38,.66); color: #ffb16f; font-size: 8px; }
.app-card--hexfall .app-card-visual .hex-preview + .status-pill { z-index: 10; }
@keyframes hex-mission-rift { 0%, 100% { scale: 1; filter: drop-shadow(0 0 8px rgba(255,81,56,.72)); } 50% { scale: 1.08; filter: drop-shadow(0 0 14px rgba(255,99,58,.92)); } }
@keyframes hex-mission-goal { 0%, 100% { box-shadow: inset 0 0 20px rgba(71,255,226,.4), 0 0 18px rgba(60,253,223,.53); } 50% { box-shadow: inset 0 0 28px rgba(71,255,226,.58), 0 0 25px rgba(60,253,223,.75); } }
@keyframes hex-mission-enemy-one { 0% { translate: -7px 6px; opacity: 0; } 13% { opacity: 1; } 85% { opacity: 1; } 100% { translate: 112px -49px; opacity: 0; } }
@keyframes hex-mission-enemy-two { 0% { translate: -9px 7px; opacity: 0; } 16% { opacity: 1; } 82% { opacity: 1; } 100% { translate: 97px -37px; opacity: 0; } }
@keyframes hex-mission-shot { 0%, 33% { opacity: 0; scale: 1 .12; } 43% { opacity: 1; } 70% { opacity: .8; } 100% { opacity: 0; scale: 1 1; } }
@media (prefers-reduced-motion: no-preference) { .hex-mission-rift { animation: hex-mission-rift 4.4s ease-in-out infinite; }.hex-mission-goal { animation: hex-mission-goal 3.6s ease-in-out infinite; }.hex-mission-enemy--one { animation: hex-mission-enemy-one 5.6s linear infinite; }.hex-mission-enemy--two { animation: hex-mission-enemy-two 4.8s linear -2.4s infinite; }.hex-mission-shot { animation: hex-mission-shot 1.65s linear infinite; }.hex-mission-shot--two { animation-delay: -.82s; }.hex-mission-tower { animation: hex-game-tower 2.8s ease-in-out infinite; } }
@media (max-width: 760px) { .hex-mission-resources { top: 13px; right: 13px; }.hex-mission-resources span { min-height: 22px; padding: 0 6px; font-size: 7px; }.hex-mission-board { top: 15%; right: 5%; bottom: 15%; left: 5%; }.hex-mission-wave { left: 8%; bottom: 9px; font-size: 8px; }.hex-mission-goal { right: 7%; } }

/* A deliberately simpler Hexfall run: one unmistakable path and towers always occupying their own neighbouring hexes. */
.hex-mission-board { top: 16%; right: 6%; bottom: 14%; left: 7%; gap: 1px 2px; }.hex-mission-tile { background: linear-gradient(145deg, rgba(10,75,78,.91), rgba(4,31,46,.97)); box-shadow: inset 0 0 0 1px rgba(74,168,160,.71), inset 0 0 20px rgba(45,184,160,.05); }.hex-mission-tile:nth-child(7n + 2), .hex-mission-tile:nth-child(7n + 5) { background: linear-gradient(145deg, rgba(10,81,82,.94), rgba(3,29,45,.98)); }.hex-mission-tile--route { background: linear-gradient(145deg, #8058c5, #42277f); box-shadow: inset 0 0 0 1.5px rgba(230,185,255,.96), inset 0 0 20px rgba(191,129,255,.2), 0 0 12px rgba(177,113,255,.18); }.hex-mission-tile--rift { background: linear-gradient(145deg, #702d41, #2b142f); box-shadow: inset 0 0 0 1.5px rgba(255,102,87,.92), inset 0 0 22px rgba(255,74,63,.25), 0 0 13px rgba(255,77,60,.2); }.hex-mission-tile--rift::after { content: "✣"; position: absolute; inset: 0; display: grid; place-items: center; color: #ff795a; font-size: clamp(17px, 2.7vw, 28px); font-weight: 900; text-shadow: 0 0 12px rgba(255,86,63,.85); }.hex-mission-tile--goal { background: linear-gradient(145deg, rgba(28,211,200,.54), rgba(6,73,87,.92)); box-shadow: inset 0 0 0 1.5px rgba(106,255,242,.94), inset 0 0 23px rgba(75,255,226,.42), 0 0 15px rgba(60,253,223,.28); }.hex-mission-tile--goal::after { content: "⬟"; position: absolute; inset: 0; display: grid; place-items: center; color: #a4fff6; font-size: clamp(17px, 2.7vw, 28px); font-weight: 900; text-shadow: 0 0 11px rgba(121,255,240,.84); }
.hex-mission-tile--tower { z-index: 3; display: grid; place-items: center; background: linear-gradient(145deg, rgba(12,76,83,.97), rgba(6,38,59,.98)); box-shadow: inset 0 0 0 1.6px var(--tower-ring), inset 0 0 23px var(--tower-wash), 0 0 12px var(--tower-glow); }.hex-mission-tile--tower::before { border-color: color-mix(in srgb, var(--tower-ring) 35%, transparent); }.hex-mission-tile--tower i { position: relative; z-index: 1; display: grid; width: clamp(25px, 4.6vw, 37px); aspect-ratio: 1; place-items: center; border: 1.5px solid var(--tower-ring); border-radius: 50%; background: rgba(9,15,42,.90); box-shadow: inset 0 0 0 5px var(--tower-wash), 0 0 13px var(--tower-glow); color: var(--tower-ring); font-size: clamp(13px, 2vw, 20px); font-style: normal; font-weight: 900; line-height: 1; text-shadow: 0 0 8px currentColor; }.hex-mission-tile--ember { --tower-ring: #ff8868; --tower-wash: rgba(255,106,74,.15); --tower-glow: rgba(255,94,69,.58); }.hex-mission-tile--frost { --tower-ring: #92efff; --tower-wash: rgba(110,222,255,.15); --tower-glow: rgba(100,218,255,.56); }.hex-mission-tile--storm { --tower-ring: #dc9bff; --tower-wash: rgba(202,122,255,.15); --tower-glow: rgba(204,125,255,.59); }.hex-mission-tile--ember i::before { content: ""; width: 12px; height: 18px; clip-path: polygon(50% 0, 84% 37%, 69% 100%, 30% 100%, 14% 40%); background: linear-gradient(180deg, #fff6d1 0%, #ffb163 36%, #ff5f4f 72%, #b9354d 100%); box-shadow: 0 0 9px 3px rgba(255,104,68,.75); }.hex-mission-tile--ember i::after { content: ""; position: absolute; top: 15px; left: calc(50% - 2px); width: 4px; aspect-ratio: 1; border-radius: 50%; background: #fff4dd; box-shadow: 0 0 5px #fff4dd; }
.hex-mission-rift, .hex-mission-goal, .hex-mission-branch, .hex-mission-tower-range, .hex-mission-tower, .hex-mission-enemy { display: none; }
.hex-mission-shot { z-index: 8; width: 3px; height: clamp(34px, 6.7vw, 50px); border-radius: 999px; transform-origin: 50% 100%; animation: hex-mission-salvo 1.55s ease-out infinite; }.hex-mission-shot--ember-one { top: 65%; left: 38%; rotate: -42deg; background: linear-gradient(180deg, rgba(255,243,202,0), #fff6cf 26%, #ff9168 64%, rgba(255,85,64,0)); box-shadow: 0 0 9px 2px rgba(255,103,70,.88); }.hex-mission-shot--ember-two { top: 61%; left: 42%; height: clamp(27px, 5vw, 39px); rotate: -19deg; background: linear-gradient(180deg, rgba(255,243,202,0), #fff6cf 26%, #ff9168 64%, rgba(255,85,64,0)); box-shadow: 0 0 8px 2px rgba(255,103,70,.75); animation-delay: -.68s; }.hex-mission-shot--frost-one { top: 45%; left: 36%; height: clamp(29px, 5.5vw, 43px); rotate: 56deg; background: linear-gradient(180deg, rgba(241,254,255,0), #effeff 26%, #8ee9ff 64%, rgba(91,214,255,0)); box-shadow: 0 0 9px 2px rgba(112,227,255,.88); animation-delay: -.25s; }.hex-mission-shot--frost-two { top: 48%; left: 40%; height: clamp(25px, 4.5vw, 35px); rotate: 72deg; background: linear-gradient(180deg, rgba(241,254,255,0), #effeff 26%, #8ee9ff 64%, rgba(91,214,255,0)); box-shadow: 0 0 8px 2px rgba(112,227,255,.74); animation-delay: -1.02s; }.hex-mission-shot--storm-one { top: 45%; left: 72%; height: clamp(32px, 6vw, 46px); rotate: -69deg; background: linear-gradient(180deg, rgba(255,245,255,0), #fff4ff 26%, #dc9bff 64%, rgba(199,105,255,0)); box-shadow: 0 0 10px 2px rgba(207,122,255,.88); animation-delay: -.47s; }.hex-mission-shot--storm-two { top: 50%; left: 69%; height: clamp(23px, 4.3vw, 33px); rotate: -52deg; background: linear-gradient(180deg, rgba(255,245,255,0), #fff4ff 26%, #dc9bff 64%, rgba(199,105,255,0)); box-shadow: 0 0 8px 2px rgba(207,122,255,.74); animation-delay: -1.23s; }
@keyframes hex-mission-salvo { 0%, 28% { opacity: 0; scale: 1 .13; } 40% { opacity: 1; } 72% { opacity: .78; } 100% { opacity: 0; scale: 1 1.14; } }
@keyframes hex-mission-tower-glow { 0%, 100% { scale: 1; filter: brightness(1); } 50% { scale: 1.06; filter: brightness(1.2); } }
@media (prefers-reduced-motion: no-preference) { .hex-mission-tile--tower i { animation: hex-mission-tower-glow 2.6s ease-in-out infinite; }.hex-mission-tile--frost i { animation-delay: -.9s; }.hex-mission-tile--storm i { animation-delay: -1.7s; } }

/* Route cells must outrank the alternating terrain tint: these are the two links that complete the visible path. */
.hex-mission-tile.hex-mission-tile--route { background: linear-gradient(145deg, #8058c5, #42277f); box-shadow: inset 0 0 0 1.5px rgba(230,185,255,.96), inset 0 0 20px rgba(191,129,255,.2), 0 0 12px rgba(177,113,255,.18); }.hex-mission-tile.hex-mission-tile--tower { background: linear-gradient(145deg, rgba(12,76,83,.97), rgba(6,38,59,.98)); box-shadow: inset 0 0 0 1.6px var(--tower-ring), inset 0 0 23px var(--tower-wash), 0 0 12px var(--tower-glow); }.hex-mission-tile--guardian { --tower-ring: #7df4bd; --tower-wash: rgba(95,235,167,.14); --tower-glow: rgba(92,242,170,.55); }
.hex-mission-shot { height: clamp(43px, 8.4vw, 68px); }.hex-mission-shot--frost-three { top: 27%; left: 62%; rotate: 90deg; background: linear-gradient(180deg, rgba(241,254,255,0), #effeff 26%, #8ee9ff 64%, rgba(91,214,255,0)); box-shadow: 0 0 10px 2px rgba(112,227,255,.9); animation-delay: -.38s; }.hex-mission-shot--frost-four { top: 28%; left: 62%; rotate: 180deg; background: linear-gradient(180deg, rgba(241,254,255,0), #effeff 26%, #8ee9ff 64%, rgba(91,214,255,0)); box-shadow: 0 0 9px 2px rgba(112,227,255,.76); animation-delay: -1.14s; }.hex-mission-shot--guardian-one { top: 55%; left: 62%; rotate: -90deg; background: linear-gradient(180deg, rgba(240,255,248,0), #effff8 26%, #7df4bd 64%, rgba(83,227,157,0)); box-shadow: 0 0 10px 2px rgba(94,240,171,.9); animation-delay: -.56s; }.hex-mission-shot--guardian-two { top: 56%; left: 62%; rotate: -63deg; background: linear-gradient(180deg, rgba(240,255,248,0), #effff8 26%, #7df4bd 64%, rgba(83,227,157,0)); box-shadow: 0 0 9px 2px rgba(94,240,171,.76); animation-delay: -1.31s; }

/* Every salvo originates at a tower centre and terminates on its adjacent route tile. */
.hex-mission-shot { z-index: 8; width: clamp(38px, 12%, 82px); height: 3px; border-radius: 999px; transform-origin: 0 50%; background: linear-gradient(90deg, var(--shot-core) 0%, #fff 18%, var(--shot-core) 48%, transparent 100%); box-shadow: 0 0 9px 2px var(--shot-glow); animation: hex-mission-tracer 1.35s ease-out infinite; }.hex-mission-shot--ember-one { top: 79%; left: 38%; rotate: -90deg; --shot-core: #ff936b; --shot-glow: rgba(255,104,71,.88); animation-delay: -.12s; }.hex-mission-shot--ember-two { top: 79%; left: 38%; rotate: -72deg; --shot-core: #ff936b; --shot-glow: rgba(255,104,71,.78); animation-delay: -.78s; }.hex-mission-shot--frost-one { top: 51%; left: 38%; rotate: 0deg; --shot-core: #91edff; --shot-glow: rgba(105,226,255,.9); animation-delay: -.33s; }.hex-mission-shot--frost-two { top: 51%; left: 38%; rotate: 14deg; --shot-core: #91edff; --shot-glow: rgba(105,226,255,.76); animation-delay: -1.04s; }.hex-mission-shot--frost-three { top: 37%; left: 63%; rotate: 0deg; --shot-core: #91edff; --shot-glow: rgba(105,226,255,.9); animation-delay: -.51s; }.hex-mission-shot--frost-four { top: 37%; left: 63%; rotate: 13deg; --shot-core: #91edff; --shot-glow: rgba(105,226,255,.76); animation-delay: -1.21s; }.hex-mission-shot--frost-five { top: 79%; left: 51%; rotate: -90deg; --shot-core: #91edff; --shot-glow: rgba(105,226,255,.9); animation-delay: -.26s; }.hex-mission-shot--frost-six { top: 79%; left: 51%; rotate: -73deg; --shot-core: #91edff; --shot-glow: rgba(105,226,255,.76); animation-delay: -.96s; }.hex-mission-shot--storm-one { top: 51%; left: 75%; rotate: 180deg; --shot-core: #dc9bff; --shot-glow: rgba(207,122,255,.92); animation-delay: -.42s; }.hex-mission-shot--storm-two { top: 51%; left: 75%; rotate: 165deg; --shot-core: #dc9bff; --shot-glow: rgba(207,122,255,.78); animation-delay: -1.12s; }.hex-mission-shot--storm-three { top: 37%; left: 51%; rotate: 90deg; --shot-core: #dc9bff; --shot-glow: rgba(207,122,255,.92); animation-delay: -.63s; }.hex-mission-shot--storm-four { top: 37%; left: 51%; rotate: 75deg; --shot-core: #dc9bff; --shot-glow: rgba(207,122,255,.78); animation-delay: -1.29s; }.hex-mission-shot--guardian-one { top: 65%; left: 63%; rotate: 180deg; --shot-core: #7df4bd; --shot-glow: rgba(94,240,171,.9); animation-delay: -.55s; }.hex-mission-shot--guardian-two { top: 65%; left: 63%; rotate: 198deg; --shot-core: #7df4bd; --shot-glow: rgba(94,240,171,.76); animation-delay: -1.31s; }
.hex-mission-enemy { display: block; position: absolute; z-index: 9; width: clamp(22px, 4.6vw, 35px); aspect-ratio: 1; border: 2px solid rgba(255,143,31,.84); border-left-color: transparent; border-bottom-color: rgba(255,143,31,.24); border-radius: 50%; filter: drop-shadow(0 0 6px rgba(255,130,26,.76)); }.hex-mission-enemy::before { content: ""; position: absolute; top: 5px; left: 7px; width: 40%; height: 62%; clip-path: polygon(50% 0, 100% 73%, 57% 100%, 0 62%); background: linear-gradient(145deg, #38528e, #13234c 75%); box-shadow: 7px -1px 0 -1px #27427a; rotate: -34deg; }.hex-mission-enemy::after { content: "≫"; position: absolute; right: -7px; top: -7px; color: #ff8f1f; font-size: clamp(8px, 1.55vw, 12px); font-weight: 900; line-height: 1; text-shadow: 0 0 6px #ff8f1f; }.hex-mission-enemy i { position: absolute; z-index: 2; top: calc(50% - 4px); left: calc(50% - 4px); width: 8px; aspect-ratio: 1; border-radius: 50%; background: #ff961e; box-shadow: 0 0 8px 3px rgba(255,143,31,.84); }.hex-mission-enemy--skitter-one { top: 60.5%; left: 24%; }.hex-mission-enemy--skitter-two { top: 60.5%; left: 36.5%; animation-delay: -1.2s; }.hex-mission-enemy--bulwark { top: 46.5%; left: 49%; border: 1.6px solid rgba(190,194,235,.78); border-radius: 0; clip-path: polygon(25% 3%, 75% 3%, 100% 50%, 75% 97%, 25% 97%, 0 50%); background: #10172d; filter: drop-shadow(0 0 6px rgba(190,194,235,.55)); }.hex-mission-enemy--bulwark::before { top: 28%; left: 23%; width: 54%; height: 42%; background: linear-gradient(90deg, #2e3b64, #53658c 46%, #293352); box-shadow: none; rotate: 90deg; }.hex-mission-enemy--bulwark::after { content: "◆"; top: calc(50% - 7px); right: calc(50% - 5px); color: #bdc2eb; font-size: 13px; text-shadow: 0 0 7px rgba(190,194,235,.8); }.hex-mission-enemy--bulwark i { background: #ff6d38; box-shadow: 0 0 7px 2px rgba(255,109,56,.75); }
@keyframes hex-mission-tracer { 0%, 19% { opacity: 0; scale: .05 1; } 31% { opacity: 1; scale: .32 1; } 58% { opacity: 1; scale: 1 1; } 77% { opacity: .64; scale: 1.08 1; } 100% { opacity: 0; scale: 1.14 1; } }
@keyframes hex-mission-enemy-glow { 0%, 100% { translate: 0 0; filter: drop-shadow(0 0 6px rgba(255,130,26,.76)); } 50% { translate: 0 -2px; filter: drop-shadow(0 0 10px rgba(255,142,33,.95)); } }
@media (prefers-reduced-motion: no-preference) { .hex-mission-enemy { animation: hex-mission-enemy-glow 2.2s ease-in-out infinite; }.hex-mission-enemy--bulwark { animation-delay: -.6s; } }

/* Extra tower stations stay on dark terrain; the former right storm station is now the final pink route link. */
.hex-mission-shot--guardian-three { top: 51%; left: 88%; rotate: 180deg; --shot-core: #7df4bd; --shot-glow: rgba(94,240,171,.9); animation-delay: -.31s; }.hex-mission-shot--guardian-four { top: 51%; left: 88%; rotate: 196deg; --shot-core: #7df4bd; --shot-glow: rgba(94,240,171,.76); animation-delay: -1.08s; }.hex-mission-shot--ember-three { top: 65%; left: 75%; rotate: -90deg; --shot-core: #ff936b; --shot-glow: rgba(255,104,71,.9); animation-delay: -.59s; }.hex-mission-shot--ember-four { top: 65%; left: 75%; rotate: -75deg; --shot-core: #ff936b; --shot-glow: rgba(255,104,71,.76); animation-delay: -1.26s; }.hex-mission-shot--storm-five { top: 79%; left: 63%; rotate: -132deg; --shot-core: #dc9bff; --shot-glow: rgba(207,122,255,.92); animation-delay: -.18s; }.hex-mission-shot--storm-six { top: 79%; left: 63%; rotate: -114deg; --shot-core: #dc9bff; --shot-glow: rgba(207,122,255,.78); animation-delay: -.94s; }
.hex-mission-enemy { overflow: visible; background: radial-gradient(circle at 50% 49%, rgba(255,146,27,.14), transparent 54%); }.hex-mission-enemy b { position: absolute; z-index: 1; top: 7px; left: 16px; width: 38%; height: 56%; clip-path: polygon(50% 0, 100% 68%, 60% 100%, 0 56%); background: linear-gradient(145deg, #4568ac, #182b58 78%); box-shadow: 0 0 8px rgba(72,111,184,.36); rotate: 34deg; }.hex-mission-enemy i { z-index: 3; }.hex-mission-enemy::before { z-index: 2; }.hex-mission-enemy::after { z-index: 4; }.hex-mission-enemy--skitter-three { top: 46.5%; left: 73.5%; animation-delay: -1.68s; }.hex-mission-enemy--bulwark { background: radial-gradient(circle at 50% 46%, rgba(190,194,235,.18), rgba(9,15,38,.88) 62%); }.hex-mission-enemy--bulwark b { top: 22%; left: 18%; width: 64%; height: 56%; clip-path: polygon(50% 0, 100% 52%, 66% 100%, 22% 84%, 0 42%); background: linear-gradient(145deg, rgba(117,138,185,.68), rgba(28,41,79,.75)); box-shadow: 0 0 9px rgba(190,194,235,.4); rotate: 0deg; }.hex-mission-enemy--bulwark i { z-index: 5; top: calc(50% - 3px); left: calc(50% - 3px); width: 6px; }.hex-mission-enemy--bulwark::before { z-index: 3; opacity: .72; }.hex-mission-enemy--bulwark::after { z-index: 6; }

/* A denser lower-left battery and faceted rift creatures make the small battle read instantly. */
.hex-mission-shot { animation-duration: .78s; }.hex-mission-shot--guardian-five { top: 79%; left: 13%; rotate: -48deg; --shot-core: #7df4bd; --shot-glow: rgba(94,240,171,.92); animation-delay: -.16s; }.hex-mission-shot--guardian-six { top: 79%; left: 13%; rotate: -32deg; --shot-core: #7df4bd; --shot-glow: rgba(94,240,171,.78); animation-delay: -.52s; }.hex-mission-shot--storm-seven { top: 79%; left: 25.5%; rotate: -90deg; --shot-core: #dc9bff; --shot-glow: rgba(207,122,255,.92); animation-delay: -.31s; }.hex-mission-shot--storm-eight { top: 79%; left: 25.5%; rotate: -73deg; --shot-core: #dc9bff; --shot-glow: rgba(207,122,255,.78); animation-delay: -.67s; }
.hex-mission-enemy { border-width: 1.5px; box-shadow: 0 0 0 4px rgba(255,143,31,.045), inset 0 0 10px rgba(255,143,31,.08); }.hex-mission-enemy::before { top: 4px; left: 5px; width: 43%; height: 65%; background: linear-gradient(145deg, #617fc4 0%, #293b79 36%, #101a45 78%); box-shadow: 0 0 8px rgba(76,117,202,.52); }.hex-mission-enemy b { top: 8px; left: 15px; width: 42%; height: 61%; background: linear-gradient(145deg, #5677bf 0%, #253873 78%); box-shadow: 0 0 8px rgba(72,111,184,.56); }.hex-mission-enemy em { position: absolute; z-index: 2; right: 5px; bottom: 4px; width: 34%; height: 48%; clip-path: polygon(50% 0, 100% 64%, 64% 100%, 0 72%); background: linear-gradient(145deg, #6f8dd5, #283c79 73%); box-shadow: 0 0 8px rgba(99,140,226,.5); rotate: 11deg; }.hex-mission-enemy i { top: calc(50% - 5px); left: calc(50% - 5px); width: 10px; border-radius: 0; clip-path: polygon(50% 0, 92% 24%, 100% 66%, 50% 100%, 0 66%, 8% 24%); background: radial-gradient(circle at 50% 34%, #fff3bc 0 15%, #ffb52b 22% 46%, #e26423 52% 75%, #722444 80%); box-shadow: 0 0 10px 3px rgba(255,143,31,.92); }.hex-mission-enemy::after { text-shadow: 0 0 9px #ff8f1f, 0 0 17px rgba(255,143,31,.55); }.hex-mission-enemy--bulwark { border-width: 1.8px; box-shadow: 0 0 0 4px rgba(190,194,235,.04), inset 0 0 11px rgba(190,194,235,.12); }.hex-mission-enemy--bulwark em { right: 17%; bottom: 14%; width: 65%; height: 58%; clip-path: polygon(50% 0, 100% 32%, 79% 100%, 22% 89%, 0 36%); background: linear-gradient(145deg, rgba(155,171,222,.62), rgba(36,47,93,.84)); rotate: 0deg; }.hex-mission-enemy--bulwark i { border-radius: 50%; clip-path: none; background: radial-gradient(circle, #fff3c5 0 15%, #ff773d 28%, #a3324e 70%); }

/* Large, readable rift creatures: one clear geometric body, a bright core and a restrained orbit. */
.hex-mission-enemy { width: clamp(39px, 7.7vw, 58px); aspect-ratio: 1; border: 0; border-radius: 0; clip-path: polygon(50% 0, 91% 23%, 100% 63%, 68% 100%, 27% 93%, 0 51%, 19% 13%); background: linear-gradient(145deg, #7194df 0%, #385193 43%, #142451 100%); box-shadow: inset 0 0 0 2px rgba(193,222,255,.44), inset 0 0 18px rgba(100,136,231,.3), 0 0 20px rgba(79,128,233,.4); filter: drop-shadow(0 0 9px rgba(93,144,240,.72)); }.hex-mission-enemy::before { content: ""; top: 13%; left: 13%; width: 74%; height: 74%; clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); background: linear-gradient(145deg, rgba(136,171,245,.86), rgba(36,51,116,.44) 62%, rgba(8,19,57,.24)); box-shadow: none; rotate: 0deg; }.hex-mission-enemy::after { content: ""; top: -11%; right: -11%; width: 122%; height: 122%; border: 1.5px solid rgba(255,165,43,.72); border-left-color: transparent; border-bottom-color: rgba(255,165,43,.22); border-radius: 50%; color: transparent; text-shadow: none; }.hex-mission-enemy b, .hex-mission-enemy em { display: none; }.hex-mission-enemy i { z-index: 3; top: calc(50% - 7px); left: calc(50% - 7px); width: 14px; border-radius: 0; clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); background: radial-gradient(circle at 48% 35%, #fff7cf 0 13%, #ffc13c 22% 48%, #ed7025 54% 74%, #9c2d4c 80%); box-shadow: 0 0 12px 4px rgba(255,154,30,.9); }.hex-mission-enemy--skitter-one { top: 58%; left: 21%; }.hex-mission-enemy--skitter-two { top: 57%; left: 34%; }.hex-mission-enemy--skitter-three { top: 43%; left: 70%; }.hex-mission-enemy--bulwark { width: clamp(45px, 8.8vw, 65px); top: 41.5%; left: 46%; clip-path: polygon(26% 1%, 74% 1%, 100% 28%, 100% 72%, 74% 99%, 26% 99%, 0 72%, 0 28%); background: linear-gradient(145deg, #afbadf 0%, #6576a9 35%, #212c61 100%); box-shadow: inset 0 0 0 2px rgba(230,236,255,.55), inset 0 0 19px rgba(184,197,255,.2), 0 0 19px rgba(170,185,242,.36); filter: drop-shadow(0 0 9px rgba(174,192,250,.62)); }.hex-mission-enemy--bulwark::before { top: 18%; left: 18%; width: 64%; height: 64%; background: linear-gradient(145deg, rgba(226,234,255,.68), rgba(68,81,143,.4) 62%, rgba(15,27,75,.2)); }.hex-mission-enemy--bulwark::after { border-color: rgba(196,211,255,.65); border-left-color: transparent; border-bottom-color: rgba(196,211,255,.2); }.hex-mission-enemy--bulwark i { top: calc(50% - 7px); left: calc(50% - 7px); width: 14px; border-radius: 50%; clip-path: none; }

/* Enemies live on the route, never read as a tower: asymmetrical shards plus one hot core. */
.hex-mission-enemy { transform: translate(-50%, -50%); clip-path: polygon(49% 0, 93% 18%, 78% 62%, 56% 100%, 9% 79%, 0 38%, 25% 12%); background: linear-gradient(150deg, #8aa6ec 0%, #3d5299 38%, #121c4c 100%); box-shadow: inset 0 0 0 2px rgba(196,216,255,.42), inset 0 0 16px rgba(114,150,247,.22), 0 0 17px rgba(91,136,241,.4); }.hex-mission-enemy::before { top: 15%; left: 16%; width: 61%; height: 65%; clip-path: polygon(42% 0, 100% 32%, 70% 100%, 0 70%); background: linear-gradient(150deg, rgba(170,194,255,.92), rgba(60,77,156,.3) 58%, rgba(9,19,57,.15)); }.hex-mission-enemy::after { top: 47%; right: -20%; width: 48%; height: 30%; border: 0; border-radius: 0; clip-path: polygon(0 0, 100% 52%, 0 100%); background: linear-gradient(90deg, rgba(255,189,59,.88), rgba(255,108,50,.08)); }.hex-mission-enemy i { top: calc(50% - 7px); left: calc(50% - 7px); }.hex-mission-enemy--skitter-one { top: 65%; left: 25.6%; }.hex-mission-enemy--skitter-two { top: 65%; left: 38%; }.hex-mission-enemy--skitter-three { top: 51%; left: 62.9%; }.hex-mission-enemy--bulwark { top: 51%; left: 75.3%; clip-path: polygon(27% 0, 78% 5%, 100% 37%, 83% 83%, 43% 100%, 4% 70%, 0 29%); background: linear-gradient(150deg, #c1caef 0%, #6c7cae 37%, #242b64 100%); }.hex-mission-enemy--bulwark::before { top: 18%; left: 18%; width: 62%; height: 63%; clip-path: polygon(35% 0, 100% 24%, 79% 100%, 0 72%); }.hex-mission-enemy--bulwark::after { top: 49%; right: -17%; width: 43%; height: 28%; background: linear-gradient(90deg, rgba(224,233,255,.78), rgba(144,165,255,.05)); }.hex-mission-enemy--bulwark i { top: calc(50% - 7px); left: calc(50% - 7px); }

/* Projectiles are deliberately in the foreground; enemies are short, upright rift shards, never horizontal streaks. */
.hex-mission-shot { z-index: 12; }.hex-mission-enemy { width: clamp(46px, 8.7vw, 66px); aspect-ratio: .9; clip-path: polygon(50% 0, 84% 20%, 93% 57%, 58% 100%, 20% 84%, 7% 42%, 28% 12%); background: linear-gradient(155deg, #9bb6f4 0%, #465b9f 41%, #182152 100%); box-shadow: inset 0 0 0 2px rgba(210,224,255,.45), inset 0 0 15px rgba(122,153,246,.19), 0 0 19px rgba(91,136,241,.48); }.hex-mission-enemy::before { top: 13%; left: 19%; width: 60%; height: 72%; clip-path: polygon(50% 0, 94% 34%, 66% 100%, 7% 75%); background: linear-gradient(155deg, rgba(184,204,255,.93), rgba(65,80,159,.27) 60%, rgba(10,18,55,.1)); }.hex-mission-enemy::after { top: 7%; right: 16%; width: 23%; height: 26%; clip-path: polygon(50% 0, 100% 100%, 0 83%); background: linear-gradient(145deg, rgba(255,225,137,.9), rgba(255,121,59,.13)); }.hex-mission-enemy--bulwark { width: clamp(52px, 9.8vw, 74px); aspect-ratio: .92; clip-path: polygon(28% 0, 75% 3%, 96% 30%, 91% 69%, 62% 100%, 20% 91%, 2% 57%, 7% 21%); background: linear-gradient(155deg, #d5ddf7 0%, #7887b8 39%, #2a316a 100%); }.hex-mission-enemy--bulwark::before { top: 15%; left: 20%; width: 60%; height: 70%; }.hex-mission-enemy--bulwark::after { top: 8%; right: 16%; width: 22%; height: 25%; background: linear-gradient(145deg, rgba(239,244,255,.9), rgba(158,177,255,.12)); }

/* Override the legacy fixed height: rift creatures keep near-square silhouettes at every card size. */
.hex-mission-enemy { height: auto; aspect-ratio: .96; }.hex-mission-enemy--bulwark { height: auto; aspect-ratio: .96; }

/* Smaller but unmistakably luminous: bright rift crystals remain legible without crowding the path. */
.hex-mission-enemy { width: clamp(32px, 6.1vw, 46px); background: linear-gradient(155deg, #e4eeff 0%, #7fa8fa 40%, #294d9a 100%); box-shadow: inset 0 0 0 2px rgba(239,247,255,.8), inset 0 0 18px rgba(173,211,255,.52), 0 0 22px rgba(106,174,255,.82); }.hex-mission-enemy::before { background: linear-gradient(155deg, rgba(241,248,255,.98), rgba(141,183,255,.58) 57%, rgba(49,89,191,.12)); }.hex-mission-enemy::after { background: linear-gradient(145deg, rgba(255,248,194,.98), rgba(255,153,79,.34)); }.hex-mission-enemy i { top: calc(50% - 5.5px); left: calc(50% - 5.5px); width: 11px; box-shadow: 0 0 11px 4px rgba(255,185,45,.95); }.hex-mission-enemy--bulwark { width: clamp(36px, 6.9vw, 52px); background: linear-gradient(155deg, #f2f6ff 0%, #a7c2fa 39%, #4a67b5 100%); box-shadow: inset 0 0 0 2px rgba(248,251,255,.85), inset 0 0 18px rgba(195,216,255,.52), 0 0 22px rgba(162,197,255,.82); }.hex-mission-enemy--bulwark::before { background: linear-gradient(155deg, rgba(250,252,255,.98), rgba(177,204,255,.58) 57%, rgba(77,106,202,.12)); }.hex-mission-enemy--bulwark i { top: calc(50% - 6px); left: calc(50% - 6px); width: 12px; }
@keyframes hex-mission-enemy-glow { 0%, 100% { translate: 0 0; filter: brightness(1.22) saturate(1.18) drop-shadow(0 0 8px rgba(105,174,255,.88)); } 50% { translate: 0 -2px; filter: brightness(1.45) saturate(1.28) drop-shadow(0 0 14px rgba(144,201,255,1)); } }

/* Availability is a status; discovery remains the primary action. */
.hex-actions .status-pill, .word-actions .word-status, .rift-actions .rift-status {
  border-color: transparent; background: transparent; box-shadow: none; animation: none;
}
.hex-actions .button-quiet, .rift-actions .button-quiet { background: #eee8ff; color: #171229; border-color: transparent; }
.word-actions .word-more { background: #5146ca; color: white; }
.privacy-document .content-aside { display: block; }
.privacy-toc { margin-bottom: 40px; padding: 18px 20px; border: 1px solid currentColor; border-radius: 16px; }
.privacy-toc summary { cursor: pointer; font-weight: 700; min-height: 28px; }
.privacy-toc nav { display: grid; gap: 12px; padding-top: 18px; }
.privacy-toc a { text-decoration: underline; text-underline-offset: 4px; line-height: 1.5; }
.prose h2 { scroll-margin-top: 110px; }
.screen-expand { position: absolute; z-index: 3; right: 10px; bottom: 12px; min-height: 44px; padding: 10px 14px; border: 1px solid #bdaee1; border-radius: 24px; background: #171229; color: white; cursor: pointer; font: inherit; font-size: 12px; }
.screen-dialog { max-width: min(94vw, 720px); max-height: 94dvh; padding: 16px; border: 1px solid #bdaee1; border-radius: 20px; background: #171229; color: white; }
.screen-dialog::backdrop { background: rgba(7,5,16,.88); }
.screen-dialog img { display: block; max-width: 100%; max-height: 78dvh; width: auto; margin: 12px auto 0; object-fit: contain; }
.screen-dialog button { display: block; margin-left: auto; min-height: 44px; padding: 10px 18px; border: 1px solid #bdaee1; border-radius: 24px; background: transparent; color: white; cursor: pointer; font: inherit; }
@media (max-width: 760px) {
  .hex-hero { min-height: 530px; padding: 100px 0 45px; }
  .hex-hero-art { right: -35%; width: 135%; height: 65%; }
  .screens-gallery { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 20px; padding: 18px 6px 34px; }
  .screens-gallery .app-screen { flex: 0 0 82%; margin-top: 0; scroll-snap-align: center; }
  .privacy-document .content-page-grid { gap: 24px; }
}
@media (max-width: 420px) {
  .home-hero--studio .studio-showcase { margin-left: -16px; margin-right: -16px; }
  .app-card--wandelwort .app-card-visual { min-height: 430px; }
  .word-preview-status { top: 68px; left: 6%; right: auto; width: 160px; }
  .word-preview-board { top: 145px; width: 79%; }
}
