:root {
  --ink:#232138;
  --muted:#706c81;
  --purple:#6951df;
  --paper:#fbfaf7;
  --line:#e5e2eb
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:105px
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;
  line-height:1.7
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit
}
img {
  display:block;
  max-width:100%
}
button,a {
  -webkit-tap-highlight-color:transparent
}
a:focus-visible,button:focus-visible {
  outline:3px solid #e77b32;
  outline-offset:5px
}
a,button {
  touch-action:manipulation
}
h1,h2,h3,p {
  margin:0
}
h1,h2,h3 {
  line-height:1.25
}
h2 {
  font-size:40px;
  letter-spacing:-1.5px
}
button {
  cursor:pointer
}
.wrap {
  width:min(1200px,calc(100% - 96px));
  margin-inline:auto
}
.purple {
  color:var(--purple)
}
.skip-link {
  position:fixed;
  top:-100px;
  left:20px;
  background:#fff;
  padding:12px;
  z-index:100
}
.skip-link:focus {
  top:10px
}
.nav {
  height:88px;
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(251,250,247,.94);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(80,60,110,.08)
}
.nav-inner {
  max-width:1344px;
  margin:auto;
  height:100%;
  padding:0 48px;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.brand {
  background:#292439;
  border-radius:10px;
  padding:10px 15px
}
.brand img {
  width:145px;
  height:auto
}
.nav nav {
  display:flex;
  gap:36px;
  align-items:center;
  font-size:14px;
  font-weight:600
}
.nav nav a:hover {
  color:var(--purple)
}
.nav-contact {
  border:1px solid var(--line);
  border-radius:30px;
  padding:9px 19px
}
.nav-contact span {
  margin-left:18px
}
.hero {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:radial-gradient(ellipse at 80% 42%,#ded4fa 0,transparent 53%),radial-gradient(ellipse at 1% 100%,#f4e5d5 0,transparent 50%)
}
#hero-effects {
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none
}
#hero-effects canvas {
  display:block;
  width:100%;
  height:100%
}
.hero-inner {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:32px;
  min-height:635px;
  padding-block:80px 100px
}
.eyebrow {
  font-size:11px;
  font-weight:700;
  letter-spacing:2px;
  color:var(--purple);
  margin-bottom:24px
}
.hero-copy .eyebrow {
  display:flex;
  align-items:center;
  gap:10px
}
.eyebrow>span {
  width:7px;
  height:7px;
  border-radius:50%;
  background:#ed9959
}
.hero h1 {
  font-size:clamp(44px,4.8vw,68px);
  line-height:1.26;
  letter-spacing:-3px
}
.hero h1 .purple {
  position:relative
}
.spark {
  font-size:36px;
  color:#eb9760;
  position:absolute;
  right:-45px;
  top:5px
}
.hero-description {
  color:var(--muted);
  font-size:15px;
  line-height:1.9;
  margin-top:26px
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:28px;
  margin-top:32px
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  padding:13px 22px;
  border-radius:9px;
  font-size:14px;
  font-weight:600;
  transition:transform .2s,box-shadow .2s
}
.button:hover {
  transform:translateY(-3px);
  box-shadow:0 8px 22px #39304c20
}
.primary {
  background:var(--purple);
  color:white
}
.dark {
  background:#302d43;
  color:white
}
.light {
  background:#fff;
  color:var(--ink);
  white-space:nowrap
}
.text-link {
  font-size:13px;
  font-weight:600
}
.text-link:hover {
  color:var(--purple)
}
.hero-note {
  display:flex;
  align-items:center;
  gap:12px;
  color:#888294;
  font-size:11px;
  margin-top:42px;
  letter-spacing:1px
}
.note-line {
  width:32px;
  height:1px;
  background:#a9a0bc
}
.hero-art {
  position:relative;
  height:390px;
  min-width:0;
  perspective:900px
}
.visual-frame {
  position:absolute;
  inset:32px -6px 0 6px;
  transform:rotate(-5deg);
  border:8px solid #fff;
  border-radius:25px;
  box-shadow:0 28px 70px #4f397c2b;
  overflow:hidden;
  background:#302b56;
  transition:transform .35s
}
.hero-image {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:51% center
}
.image-caption {
  position:absolute;
  bottom:0;
  inset-inline:0;
  padding:35px 20px 18px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#fff;
  background:linear-gradient(transparent,#161d3ccc);
  font-size:10px
}
.image-caption>span:first-child {
  font-size:24px;
  font-weight:850;
  letter-spacing:1px
}
.floating-label {
  position:absolute;
  top:0;
  left:28px;
  border-radius:30px;
  background:#fff;
  padding:11px 19px;
  box-shadow:0 8px 30px #47347613;
  font-size:12px;
  transform:rotate(-5deg)
}
.tiny-star {
  color:#ed9a50;
  margin-right:8px;
  font-size:20px
}
.floating-game {
  position:absolute;
  display:flex;
  align-items:center;
  gap:13px;
  padding:12px 16px;
  background:#fff;
  border:1px solid #eee8f8;
  border-radius:17px;
  box-shadow:0 15px 40px #39255b20;
  transition:transform .25s
}
.floating-game:hover {
  transform:translateY(-5px)
}
.floating-game img {
  border-radius:12px
}
.floating-game small {
  display:block;
  font-size:10px;
  color:var(--muted)
}
.floating-game b {
  display:block;
  font-size:16px
}
.game-one {
  bottom:-31px;
  left:-26px
}
.game-two {
  right:-19px;
  top:77px;
  transform:rotate(7deg)
}
.orbit {
  position:absolute;
  border:1px solid #b8a5e54d;
  border-radius:50%;
  z-index:-1
}
.orbit-one {
  width:470px;
  height:470px;
  left:-5%;
  top:-30px
}
.orbit-two {
  width:550px;
  height:550px;
  left:-13%;
  top:-70px
}
.hero-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom:24px;
  color:#858094;
  font-size:9px;
  letter-spacing:2px
}
.hero-bottom>span>span {
  font-size:18px;
  margin-left:14px
}
#motion-toggle {
  background:transparent;
  color:#6e657c;
  border:1px solid #d7cfe3;
  padding:5px 12px;
  border-radius:20px;
  font-size:11px;
  letter-spacing:0
}
.brand-strip {
  background:#eeeaf8;
  border-block:1px solid #e7e0f3;
  color:#71618f
}
.brand-strip .wrap {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:25px;
  padding-block:20px;
  font-size:12px;
  font-weight:650;
  letter-spacing:2px
}
.brand-strip i {
  color:#a58ac5;
  font-size:22px;
  font-style:normal
}
.section {
  padding-block:100px
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  margin-bottom:40px;
  gap:24px
}
.section-heading .eyebrow {
  margin-bottom:15px
}
.section-heading>p {
  font-size:14px;
  color:var(--muted)
}
.game-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px
}
.game-card {
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden;
  background:#fff
}
.game-art {
  position:relative;
  display:block;
  height:330px;
  overflow:hidden;
  background:#473279
}
.game-art>img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 40%;
  transition:transform .6s
}
.hero-game .game-art>img {
  object-position:center 52%
}
.game-art:hover>img {
  transform:scale(1.035)
}
.game-art:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(transparent 40%,#17102c99)
}
.game-status {
  position:absolute;
  top:22px;
  left:22px;
  padding:5px 12px;
  border-radius:30px;
  background:#fff;
  color:#3e3455;
  font-size:11px;
  z-index:1
}
.upcoming {
  background:#e9ffba
}
.art-word {
  position:absolute;
  left:25px;
  bottom:24px;
  z-index:1;
  color:#fff;
  font-size:30px;
  line-height:1;
  font-weight:900;
  letter-spacing:-1px
}
.round-arrow {
  position:absolute;
  right:24px;
  bottom:24px;
  z-index:1;
  width:42px;
  height:42px;
  border:1px solid #ffffff80;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:white;
  font-size:22px
}
.game-body {
  padding:28px
}
.game-title {
  display:flex;
  gap:15px;
  align-items:center
}
.game-title>img {
  border-radius:13px
}
.game-title h3 {
  font-size:23px
}
.game-title p {
  font-size:11px;
  color:var(--muted);
  margin-top:7px
}
.game-description {
  font-size:14px;
  color:var(--muted);
  margin-top:21px;
  line-height:1.9
}
.game-actions {
  display:flex;
  align-items:center;
  gap:25px;
  margin-block:24px
}
.game-license {
  border-top:1px solid #eeebf2;
  padding-top:17px;
  font-size:10px;
  line-height:1.9;
  color:#7d7789
}
.game-license p+p {
  margin-top:5px
}
.about {
  background:#f1eef6
}
.about-grid {
  display:grid;
  grid-template-columns:.95fr 1fr;
  gap:70px;
  align-items:center
}
.about-visual {
  height:450px;
  border-radius:20px;
  overflow:hidden;
  position:relative;
  background:#302c54
}
.about-visual img {
  width:100%;
  height:100%;
  object-fit:cover
}
.about-visual:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(transparent,#24233ed9)
}
.about-image-note {
  position:absolute;
  left:32px;
  bottom:34px;
  color:white;
  font-weight:850;
  font-size:34px;
  line-height:1.15;
  z-index:1
}
.about-image-note em {
  color:#dacdfb;
  font-style:normal
}
.about-description {
  font-size:14px;
  color:var(--muted);
  line-height:1.95;
  margin-top:23px
}
.values {
  margin-top:25px
}
.values>div {
  display:grid;
  grid-template-columns:27px 85px 1fr;
  gap:12px;
  align-items:center;
  padding:14px 0;
  border-bottom:1px solid #ded8e8
}
.values span {
  color:#9784bd;
  font-size:10px
}
.values h3 {
  font-size:14px
}
.values p {
  font-size:12px;
  color:var(--muted)
}
.contact {
  margin-block:80px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  padding:48px 52px;
  border-radius:20px;
  background:#6850d5;
  color:white;
  position:relative;
  overflow:hidden
}
.contact .eyebrow {
  color:#e1d9ff;
  margin-bottom:14px;
  font-size:10px
}
.contact h2 {
  font-size:30px
}
.contact h2 span {
  color:#f5bd84;
  margin-left:17px
}
.contact p:last-child {
  color:#e6dfff;
  font-size:13px;
  margin-top:14px
}
.footer {
  padding-bottom:30px
}
.footer-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  padding-bottom:28px;
  border-bottom:1px solid var(--line);
  font-size:12px
}
.footer-brand {
  font-size:21px;
  font-weight:800
}
.footer-brand span {
  display:block;
  font-size:8px;
  font-weight:500;
  letter-spacing:2px
}
.footer-top nav {
  display:flex;
  gap:20px;
  font-size:11px
}
.footer a:hover {
  color:var(--purple)
}
.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:25px;
  padding-top:24px;
  font-size:10px;
  color:#898392;
  line-height:2
}
.footer-bottom img {
  display:inline-block;
  vertical-align:middle
}
.health-note {
  max-width:430px
}
.mobile-only {
  display:none
}
@media(min-width:1500px) {
  .hero-inner {
    min-height:710px
  }
  .hero-art {
    height:420px
  }
}
@media(max-width:1050px) {
  .wrap {
    width:calc(100% - 56px)
  }
  .nav-inner {
    padding-inline:28px
  }
  .hero-inner {
    gap:20px;
    min-height:590px
  }
  .hero h1 {
    font-size:50px
  }
  .hero-art {
    height:330px
  }
  .game-two {
    right:-10px;
    top:70px
  }
  .floating-game {
    padding:9px;
    gap:8px
  }
  .hero-description {
    font-size:13px
  }
  .about-grid {
    gap:35px
  }
  .about-visual {
    height:430px
  }
  .values>div {
    grid-template-columns:20px 70px 1fr;
    gap:6px
  }
  .values p {
    font-size:11px
  }
  .footer-top {
    flex-wrap:wrap
  }
  .game-art {
    height:290px
  }
}
@media(max-width:760px) {
  html {
    scroll-padding-top:85px
  }
  .wrap {
    width:calc(100% - 40px)
  }
  .nav {
    height:72px
  }
  .nav-inner {
    padding-inline:20px
  }
  .brand {
    padding:8px 10px
  }
  .brand img {
    width:112px
  }
  .nav nav {
    gap:18px;
    font-size:12px
  }
  .nav-contact {
    display:none
  }
  .hero-inner {
    grid-template-columns:1fr;
    padding-top:45px;
    padding-bottom:60px;
    gap:35px
  }
  .hero h1 {
    font-size:52px;
    letter-spacing:-2px
  }
  .hero .eyebrow {
    font-size:9px;
    margin-bottom:20px
  }
  .hero-description {
    font-size:14px
  }
  .hero-actions {
    gap:25px;
    margin-top:25px
  }
  .hero-note {
    margin-top:25px
  }
  .hero-art {
    height:320px;
    margin-inline:12px
  }
  .visual-frame {
    inset:23px 8px 0
  }
  .floating-label {
    font-size:10px;
    padding:7px 13px;
    left:10px
  }
  .game-one {
    left:-9px;
    bottom:-22px
  }
  .game-two {
    right:-11px;
    top:58px
  }
  .game-two img {
    width:38px;
    height:38px
  }
  .floating-game b {
    font-size:13px
  }
  .floating-game small {
    font-size:9px
  }
  .orbit-one {
    width:330px;
    height:330px;
    left:0;
    top:0
  }
  .orbit-two {
    width:400px;
    height:400px;
    left:-35px;
    top:-35px
  }
  .hero-bottom {
    padding-bottom:18px
  }
  .brand-strip .wrap {
    gap:15px;
    justify-content:center;
    font-size:10px;
    padding-block:15px;
    letter-spacing:1px
  }
  .brand-strip span:nth-of-type(n+3),.brand-strip i:nth-of-type(n+2) {
    display:none
  }
  .section {
    padding-block:65px
  }
  .section-heading {
    display:block;
    margin-bottom:28px
  }
  h2 {
    font-size:32px
  }
  .section-heading>p {
    margin-top:18px;
    font-size:13px
  }
  .game-grid {
    grid-template-columns:1fr;
    gap:25px
  }
  .game-art {
    height:320px
  }
  .game-body {
    padding:23px
  }
  .about-grid {
    grid-template-columns:1fr;
    gap:33px
  }
  .about-visual {
    height:280px
  }
  .about-visual img {
    object-position:center
  }
  .about-image-note {
    font-size:28px;
    left:24px;
    bottom:24px
  }
  .about-copy h2 {
    font-size:34px
  }
  .values>div {
    grid-template-columns:24px 80px 1fr;
    gap:10px
  }
  .values p {
    font-size:12px
  }
  .contact {
    margin-block:48px;
    padding:32px 25px;
    display:block
  }
  .contact h2 {
    font-size:25px;
    line-height:1.5
  }
  .contact h2 span {
    margin-left:6px
  }
  .contact .button {
    margin-top:25px
  }
  .footer-top {
    align-items:flex-start;
    gap:20px
  }
  .footer-top>a:nth-child(2) {
    font-size:10px;
    margin-top:8px
  }
  .footer-top nav {
    flex-wrap:wrap;
    gap:20px
  }
  .footer-bottom {
    display:block
  }
  .health-note {
    margin-top:17px
  }
  .button {
    padding:12px 18px
  }
  .spark {
    font-size:28px;
    right:-35px
  }
}
@media(max-width:370px) {
  .hero h1 {
    font-size:45px
  }
  .hero-art {
    height:280px
  }
  .nav nav {
    gap:12px
  }
  .brand img {
    width:100px
  }
  .hero-description {
    font-size:12px
  }
  .game-title p {
    font-size:10px
  }
  .values>div {
    grid-template-columns:20px 70px 1fr;
    gap:5px
  }
  .values p {
    font-size:11px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important
  }
}

/* Keep the original logo silhouette and colored emblem on the light navigation. */
.brand {
  position: relative;
  display: block;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.brand img {
  width: 175px;
  height: auto;
  filter: brightness(0) saturate(100%);
  opacity: .85;
}
.brand::after {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  clip-path: inset(0 77% 0 0);
  pointer-events: none;
}
@media (max-width: 760px) {
  .brand img { width: 132px; }
}
@media (max-width: 370px) {
  .brand img { width: 112px; }
}
body[data-site] .brand{display:flex;align-items:center;gap:8px}body[data-site] .brand::after{display:none}body[data-site] .brand-symbol{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px}body[data-site] .brand-symbol img{width:42px;height:42px;object-fit:contain;filter:none;opacity:1;transform:translateY(-4px)}body[data-site] .brand-wordmark{height:auto;background:none;filter:none;opacity:1;white-space:nowrap;font-size:25px;font-weight:850;letter-spacing:.15px;color:#201c31;line-height:1}body[data-site] .floating-game img{width:56px;height:56px;object-fit:cover;flex:0 0 auto}body[data-site] .game-two img{width:48px;height:48px}body[data-site] .game-title>img{width:56px;height:56px;object-fit:cover;flex:0 0 auto}@media(max-width:760px){body[data-site] .brand{padding:0;gap:5px}body[data-site] .brand-symbol,body[data-site] .brand-symbol img{width:32px;height:32px;flex-basis:32px}body[data-site] .brand-symbol img{transform:translateY(-2px)}body[data-site] .brand-wordmark{font-size:20px;letter-spacing:0}}


/* ── PixiJS 动效增强 · 游戏卡片微交互（2026-09-22） ──
   仅在精确指针设备上生效：悬停上浮 + 边框光晕 + 扫光掠过。
   reduced-motion 时由全局 transition:none 规则自然降级为静态。 */
@media (hover: hover) and (pointer: fine) {
  .game-card {
    transition: transform .5s cubic-bezier(.22,.7,.3,1), box-shadow .5s ease, border-color .5s ease;
  }
  .game-card:hover {
    transform: translateY(-6px);
    border-color: #c9bdf3;
    box-shadow: 0 26px 58px -30px rgba(105,81,223,.45), 0 4px 14px -8px rgba(35,33,56,.18);
  }
  .game-art::before {
    content: "";
    position: absolute;
    top: -18%;
    bottom: -18%;
    left: 0;
    width: 62%;
    z-index: 1;
    background: linear-gradient(100deg, transparent 0%, rgba(255,255,255,.36) 50%, transparent 100%);
    opacity: 0;
    transform: translateX(-100%);
    pointer-events: none;
  }
  .game-art:hover::before {
    animation: card-sheen .8s cubic-bezier(.4,0,.2,1) both;
  }
  @keyframes card-sheen {
    0% { opacity: 0; transform: translateX(-100%); }
    12% { opacity: 1; }
    88% { opacity: 1; }
    100% { opacity: 0; transform: translateX(190%); }
  }
}
