:root {
  color-scheme: dark;
  --navy: #10226d;
  --yellow: #ffe12d;
  --pink: #ff69bd;
  --ink: #d3daf8;
  font-family: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #fff;
  background: #0b1037;
  font-size: 100%;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; font-size: 1rem; line-height: 1.65; background: radial-gradient(ellipse at 85% 9%, #672c833d, transparent 28%), radial-gradient(ellipse at 12% 1%, #087eae30, transparent 23%); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .22em; }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid #21e7fa; outline-offset: 5px; }
p, h1, h2, h3, figure { margin: 0; }
p + p { margin-top: 1rem; }
.wrap { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: absolute; top: 8px; left: 8px; transform: translateY(-150%); z-index: 10; background: white; color: var(--navy); padding: 12px; }
.skip-link:focus { transform: none; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 1.5rem; }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; font-size: 1.05rem; line-height: 1.05; letter-spacing: -.035em; font-weight: 900; }
.brand img { border-radius: 12px; width: 48px; height: 48px; box-shadow: 0 0 24px #36d7ff30; }
.site-header nav { display: flex; align-items: center; gap: 1.8rem; }
.site-header nav a { font-size: .9rem; font-weight: 750; text-decoration: none; }
.site-header nav a:hover { text-decoration: underline; }
.nav-download { background: var(--yellow); color: #10226d; padding: .65rem 1.1rem; border-radius: 999px; }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; padding-block: 2.3rem 5rem; }
.hero-copy { position: relative; z-index: 2; min-width: 0; }
.eyebrow { font-size: .8rem; font-weight: 850; letter-spacing: .12em; line-height: 1.6; }
.hero .eyebrow { display: inline-block; color: #81f2ff; background: #153859; padding: .5rem .85rem; border: 1px solid #3dc7df5c; border-radius: 999px; }
.hero h1 { font-size: clamp(4.5rem, 8.8vw, 7.75rem); line-height: .95; letter-spacing: -.065em; font-weight: 950; margin-block: 1.4rem 1.8rem; text-shadow: 0 5px 0 #334789; }
.hero h1 span { color: var(--yellow); text-shadow: 0 5px 0 #9c4d25; }
.hero-intro { max-width: 460px; font-size: 1.125rem; line-height: 1.7; color: var(--ink); }
.hero-intro strong { color: white; }
.download { display: inline-flex; align-items: center; justify-content: space-between; gap: 2.2rem; margin-top: 1.7rem; padding: 1rem 1.5rem; border-radius: 18px; background: var(--yellow); color: #10226d; box-shadow: 0 5px 0 #b18d04, 0 10px 35px #ffe12d17; text-decoration: none; line-height: 1.2; font-size: .9rem; transition: transform .15s; }
.download strong { display: block; font-size: 1.7rem; letter-spacing: -.025em; margin-top: .12rem; }
.download > span:last-child { font-size: 1.8rem; }
.download:hover { transform: translateY(-3px); background: #ffec69; }
.download-note { font-size: .8rem; margin-top: 1rem; color: var(--ink); }
.text-link { display: inline-block; margin-top: 1.7rem; font-weight: 750; font-size: .9rem; color: #81f2ff; }
.hero-art { position: relative; height: 560px; width: 100%; max-width: 560px; justify-self: center; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse, #c442ff35, #14d9ff0a 60%, transparent 72%); }
.hero-art .hero-gameplay { position: absolute; width: 39%; right: 3%; top: 5%; border-radius: 18px; transform: rotate(10deg); box-shadow: 0 0 0 2px #afedff69, 0 22px 60px #02031ca6; }
.hero-art .hero-heart { position: absolute; width: 84%; left: -9%; top: -1%; transform: rotate(-12deg); filter: drop-shadow(0 12px 28px #bd37ff66); animation: float-heart 7s ease-in-out infinite; }
.hero-art .hero-drop { position: absolute; width: 43%; bottom: -1%; right: -1%; transform: rotate(12deg); filter: drop-shadow(0 10px 24px #31dffc44); animation: float-drop 8s ease-in-out infinite; }
.hero-art figcaption { position: absolute; left: 6%; bottom: 8%; transform: rotate(-7deg); font-size: 1.15rem; font-weight: 850; line-height: 1.2; color: #81f2ff; }
.hero-art figcaption strong { color: var(--yellow); font-size: 3.7rem; line-height: 1; letter-spacing: -.065em; }
@keyframes float-heart { 0%,100% { transform: translateY(0) rotate(-12deg); } 50% { transform: translateY(-12px) rotate(-8deg); } }
@keyframes float-drop { 0%,100% { transform: translateY(0) rotate(12deg); } 50% { transform: translateY(10px) rotate(8deg); } }
.game-facts { background: #7fedff; color: #10226d; border-block: 4px solid #39c6e2; }
.fact-row { display: flex; justify-content: space-between; gap: 2rem; padding-block: 1.25rem; }
.fact-row p { display: flex; align-items: center; gap: .7rem; font-size: .95rem; font-weight: 700; margin: 0; }
.fact-row strong { font-size: 2.6rem; line-height: 1.2; font-weight: 950; letter-spacing: -.05em; }
.section { padding-block: 5.5rem; }
.section-heading { margin-bottom: 2.5rem; }
.section-heading .eyebrow { color: var(--pink); }
h2 { font-size: clamp(2.25rem, 4.5vw, 3.8rem); font-weight: 900; letter-spacing: -.055em; line-height: 1.07; margin-block: .9rem 1.2rem; }
.section-heading > p:last-child { color: var(--ink); }
.mode-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.mode { padding: 2rem; border-radius: 28px; display: flex; flex-direction: column; align-items: flex-start; color: #10226d; border: 2px solid #ffffff59; box-shadow: 0 8px 0 #030820; }
.arcade { background: #7fedff; }
.dojo { background: #ffe05e; }
.zen { background: #d8b4ff; }
.mode-number { font-size: .8rem; font-weight: 850; letter-spacing: .08em; }
.mode h3 { font-size: 1.9rem; line-height: 1.1; letter-spacing: -.04em; margin-block: 1.2rem; }
.mode > p:not(.mode-number):not(.mode-detail) { color: #263973; }
.mode .mode-detail { margin-top: auto; padding-top: 1.5rem; font-size: .875rem; font-weight: 800; }
.collection { background: #15387a; border-block: 1px solid #759bf54d; }
.collection-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 6rem; }
.collection-screen { max-width: 290px; margin-inline: auto; transform: rotate(-5deg); }
.collection-screen img { border-radius: 22px; box-shadow: -12px 15px 0 #22bfd1, 0 20px 55px #020e4a66; }
.collection .eyebrow { color: #80f1ff; }
.collection h2 { color: #ffe12d; }
.collection-copy > p:not(.eyebrow) { max-width: 510px; color: #e1e9ff; }
.collectible { display: flex; align-items: center; gap: 1rem; margin-top: 1rem; }
.collectible img { width: 140px; height: auto; object-fit: contain; }
.collectible p { font-size: .95rem; }
.collectible strong { font-size: 1.05rem; }
.faq { max-width: 860px; }
.faq details { border-bottom: 1px solid #35416c; padding-block: 1.25rem; }
.faq summary { cursor: pointer; font-size: 1.125rem; font-weight: 750; padding-right: 1rem; }
.faq summary::marker { color: #80f1ff; }
.faq details p { margin-top: .85rem; max-width: 700px; color: var(--ink); }
.faq details a { font-weight: 700; color: #80f1ff; }
.final-cta { padding-block: 4.5rem; text-align: center; background: #ffe12d; color: #10226d; }
.final-cta h2 { font-size: clamp(2.8rem, 6vw, 5rem); margin-bottom: 0; }
.final-cta .download { margin-top: 1.25rem; color: white; background: #10226d; box-shadow: 0 5px 0 #061449; }
.final-cta .download + p { font-size: .875rem; margin-top: 1.5rem; }
.site-footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; padding-block: 2.2rem; font-size: .875rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 1.25rem; }
.site-footer .legal { flex-basis: 100%; font-size: .8rem; margin: 0; color: var(--ink); }
@media(max-width: 900px) {
  .hero { gap: 2rem; }
  .hero h1 { font-size: clamp(4rem, 9vw, 6rem); }
  .hero-art { height: 460px; }
  .hero-art .hero-heart { top: 5%; width: 98%; left: -16%; }
  .hero-art .hero-gameplay { top: 20%; width: 46%; }
  .hero-art .hero-drop { bottom: 0; width: 49%; }
  .hero-art figcaption { left: -5%; bottom: 10%; font-size: 1rem; }
  .hero-art figcaption strong { font-size: 3rem; }
  .mode { padding: 1.4rem; }
  .mode h3 { font-size: 1.6rem; }
  .collection-layout { gap: 3rem; }
  .fact-row p { font-size: .875rem; }
  .fact-row strong { font-size: 2rem; }
}
@media(max-width: 650px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { padding-block: 1rem; gap: 1rem; flex-wrap: wrap; }
  .site-header nav { gap: 0; }
  .site-header nav > a:not(.nav-download) { display: none; }
  .site-header .nav-download { font-size: .875rem; padding: .6rem .9rem; }
  .brand { font-size: .9rem; }
  .brand img { width: 42px; height: 42px; }
  .hero { grid-template-columns: 1fr; padding-block: 1.5rem 2rem; gap: 1.5rem; }
  .hero h1 { font-size: clamp(2.5rem, 19vw, 6.5rem); margin-block: 1.2rem; }
  .hero-intro { font-size: 1.05rem; max-width: 100%; }
  .hero-copy { max-width: 480px; }
  .hero-art { height: 390px; max-width: 400px; }
  .hero-art .hero-heart { width: 85%; top: 0; left: -4%; }
  .hero-art .hero-gameplay { width: 35%; top: 7%; right: 5%; }
  .hero-art .hero-drop { width: 42%; right: 4%; bottom: 0; }
  .hero-art figcaption { left: 4%; bottom: 7%; }
  .hero-art figcaption strong { font-size: 3rem; }
  .fact-row { gap: 1rem; padding-block: 1.3rem; }
  .fact-row p { flex: 1; flex-direction: column; align-items: flex-start; gap: .2rem; font-size: .875rem; line-height: 1.4; }
  .fact-row strong { font-size: 2rem; }
  .section { padding-block: 3.5rem; }
  .mode-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .mode { padding: 1.75rem; }
  .mode h3 { font-size: 2rem; }
  .collection-layout { grid-template-columns: 1fr; gap: 2rem; }
  .collection-copy { grid-row: 1; }
  .collection-screen { width: 65%; max-width: 240px; }
  .collectible img { width: 110px; }
  .faq summary { font-size: 1rem; }
  .final-cta { padding-block: 3.5rem; }
  .site-footer { display: block; }
  .site-footer nav { margin-block: 1rem; gap: .8rem 1.2rem; }
  .site-footer .legal { max-width: 450px; }
}
@media(max-width: 360px) { .hero-art { height: 340px; } }
@media(prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .download { transition: none; }
  .hero-art .hero-heart, .hero-art .hero-drop { animation: none; }
}
