:root {
  --bg:#030304;
  --surface:#0f1115;
  --surface-2:#15171b;
  --text:#fff;
  --muted:#94a3b8;
  --line:rgba(255,255,255,.12);
  --orange:#f7931a;
  --burnt:#ea580c;
  --gold:#ffd600;
  --heading:'Space Grotesk',sans-serif;
  --body:'Inter',sans-serif;
  --mono:'JetBrains Mono',monospace
}
*,*::before,*::after {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  background:var(--bg);
  color:var(--text);
  font:400 16px/1.65 var(--body);
  overflow-x:hidden
}
body::before {
  content:'';
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:radial-gradient(circle at 80% 15%,rgba(247,147,26,.055),transparent 32%),radial-gradient(circle at 10% 70%,rgba(234,88,12,.045),transparent 30%)
}
h1,h2,h3,p {
  margin-top:0
}
h1,h2,h3 {
  font-family:var(--heading);
  line-height:1.08;
  letter-spacing:-.045em
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit
}
img {
  display:block;
  max-width:100%
}
::selection {
  background:var(--orange);
  color:#030304
}
.container {
  width:min(100% - 48px,1240px);
  margin-inline:auto
}
.skip-link {
  position:absolute;
  left:16px;
  top:-100px;
  z-index:1000;
  padding:10px 16px;
  background:var(--orange);
  color:#000
}
.skip-link:focus {
  top:12px
}
:focus-visible {
  outline:2px solid var(--orange);
  outline-offset:4px
}
.header {
  position:sticky;
  top:0;
  z-index:100;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(3,3,4,.82);
  backdrop-filter:blur(22px)
}
.header-inner {
  height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px
}
.brand {
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-family:var(--heading);
  font-weight:700;
  font-size:26px;
  letter-spacing:-.07em;
  white-space:nowrap
}
.brand-mark {
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border:1px solid rgba(247,147,26,.5);
  border-radius:9px;
  color:var(--orange);
  font-size:20px;
  box-shadow:0 0 18px rgba(247,147,26,.12)
}
.brand-light {
  font-weight:400
}
.brand-dot {
  color:var(--orange)
}
.nav {
  display:flex;
  align-items:center;
  gap:36px
}
.nav a {
  font:500 11px/1 var(--mono);
  letter-spacing:.07em;
  text-transform:uppercase;
  color:#c8d0db;
  transition:color .2s
}
.nav a:hover {
  color:var(--orange)
}
.nav .nav-contact {
  min-height:40px;
  display:flex;
  align-items:center;
  gap:14px;
  border:1px solid rgba(247,147,26,.45);
  border-radius:999px;
  padding:0 18px;
  color:var(--orange)
}
.nav .nav-contact:hover {
  background:rgba(247,147,26,.1)
}
.nav-toggle {
  display:none
}
.hero {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:672px;
  display:flex;
  align-items:center;
  padding:100px 0 110px
}
.hero-grid {
  position:absolute;
  inset:0;
  z-index:-2;
  background-image:linear-gradient(rgba(66,72,83,.23) 1px,transparent 1px),linear-gradient(90deg,rgba(66,72,83,.23) 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:radial-gradient(ellipse 74% 90% at 65% 42%,#000 20%,transparent 100%)
}
.hero-glow {
  position:absolute;
  z-index:-1;
  width:650px;
  height:650px;
  right:2%;
  top:2%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(247,147,26,.14),rgba(234,88,12,.06) 34%,transparent 67%);
  filter:blur(34px)
}
.hero-layout {
  display:grid;
  grid-template-columns:1.1fr .9fr;
  align-items:center;
  gap:26px
}
.hero-copy {
  position:relative;
  z-index:2
}
.eyebrow,.section-kicker,.hero-footnote,.feature-number,.identity-top,.identity-bottom,.contact-detail,.footer-bottom {
  font-family:var(--mono);
  font-size:11px;
  letter-spacing:.14em
}
.eyebrow {
  display:flex;
  align-items:center;
  gap:12px;
  color:#e0e4ea;
  margin-bottom:30px
}
.status-dot {
  display:inline-block;
  flex:none;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--orange);
  box-shadow:0 0 0 4px rgba(247,147,26,.12),0 0 16px var(--orange)
}
.hero h1 {
  font-size:clamp(54px,6.7vw,100px);
  font-weight:700;
  margin:0 0 26px
}
.gradient-text {
  background:linear-gradient(105deg,var(--orange) 8%,var(--gold) 95%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent
}
.hero-copy>p {
  max-width:570px;
  color:#b7c0cb;
  font-size:18px;
  line-height:1.8;
  margin-bottom:32px
}
.hero-actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px
}
.button {
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  padding:0 24px;
  border-radius:999px;
  font:600 12px/1 var(--mono);
  letter-spacing:.045em;
  transition:transform .25s,box-shadow .25s,border-color .25s,background .25s
}
.button:hover {
  transform:translateY(-3px)
}
.button-primary {
  background:linear-gradient(110deg,var(--burnt),var(--orange));
  color:#fff;
  box-shadow:0 0 28px -6px rgba(247,147,26,.55)
}
.button-primary:hover {
  box-shadow:0 0 38px -4px rgba(247,147,26,.7)
}
.button-outline {
  border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.025)
}
.button-outline:hover {
  border-color:var(--orange);
  background:rgba(247,147,26,.06)
}
.hero-footnote {
  display:flex;
  align-items:center;
  gap:12px;
  color:#718095;
  margin-top:74px
}
.footnote-line {
  width:34px;
  height:1px;
  background:var(--orange)
}
.hero-index {
  position:absolute;
  bottom:26px;
  right:max(24px,calc((100vw - 1240px)/2));
  color:#566174;
  font:11px var(--mono);
  letter-spacing:.16em
}
.hero-art {
  position:relative;
  width:min(100%,520px);
  aspect-ratio:1;
  justify-self:end;
  animation:float 8s ease-in-out infinite
}
.orbit {
  position:absolute;
  border:1px solid rgba(247,147,26,.27);
  border-radius:50%;
  inset:12%;
  box-shadow:inset 0 0 38px rgba(247,147,26,.035),0 0 30px rgba(247,147,26,.05)
}
.orbit-one {
  transform:rotateX(66deg) rotate(-18deg);
  animation:spinA 17s linear infinite
}
.orbit-two {
  inset:8%;
  transform:rotateY(65deg) rotate(24deg);
  border-color:rgba(255,214,0,.22);
  animation:spinB 23s linear infinite
}
.orbit-three {
  inset:23%;
  border-style:dashed;
  border-color:rgba(255,255,255,.15);
  animation:spinA 45s linear infinite
}
.cloud-core {
  position:absolute;
  inset:32%;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:2px;
  background:radial-gradient(circle at 35% 30%,#242020,#0d0d10 57%,#050506);
  border:1px solid rgba(255,214,0,.3);
  box-shadow:0 0 0 12px rgba(247,147,26,.045),0 0 65px rgba(247,147,26,.2),inset 0 0 50px rgba(247,147,26,.07)
}
.core-star {
  font-size:54px;
  line-height:1;
  color:var(--orange);
  text-shadow:0 0 24px rgba(247,147,26,.6)
}
.core-label {
  font:600 15px/1.05 var(--heading);
  letter-spacing:.14em;
  text-align:center
}
.float-tag {
  position:absolute;
  padding:11px 15px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:10px;
  background:rgba(18,19,22,.8);
  backdrop-filter:blur(15px);
  box-shadow:0 0 30px rgba(247,147,26,.08);
  font:500 10px var(--mono);
  letter-spacing:.08em;
  color:#e5e8ee
}
.tag-top {
  top:15%;
  right:0
}
.tag-bottom {
  bottom:15%;
  left:0
}
.tag-spark {
  margin-right:8px;
  color:var(--orange);
  font-size:15px
}
.orbit-point {
  position:absolute;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 18px var(--gold)
}
.point-one {
  left:15%;
  top:41%
}
.point-two {
  right:25%;
  bottom:12%;
  width:6px;
  height:6px;
  background:var(--orange);
  box-shadow:0 0 14px var(--orange)
}
.signal-strip {
  border-block:1px solid var(--line);
  background:#0a0b0e
}
.signal-items {
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(20px,5vw,90px);
  color:#8c98aa;
  font:500 11px var(--mono);
  letter-spacing:.17em
}
.signal-items i {
  width:5px;
  height:5px;
  background:var(--orange);
  border-radius:50%;
  box-shadow:0 0 10px var(--orange)
}
.section {
  padding:118px 0;
  scroll-margin-top:76px
}
.section-kicker {
  color:var(--orange);
  margin-bottom:23px;
  font-weight:500
}
.section h2 {
  font-size:clamp(36px,4.2vw,60px);
  font-weight:600;
  margin-bottom:0
}
.section-head {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
  margin-bottom:42px
}
.section-head>p {
  max-width:330px;
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.8
}
.games-section {
  background:linear-gradient(180deg,#08090b,#030304)
}
.games-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px
}
.game-card {
  padding:9px 9px 18px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#111317;
  transition:transform .25s,border-color .25s,box-shadow .25s
}
.game-card:hover {
  transform:translateY(-5px);
  border-color:rgba(247,147,26,.5);
  box-shadow:0 0 30px -12px rgba(247,147,26,.25)
}
.game-image-wrap {
  aspect-ratio:3/2;
  overflow:hidden;
  border-radius:10px;
  background:#191b1f
}
.game-image-wrap img {
  width:100%;
  height:100%;
  object-fit:contain
}
.game-meta {
  display:flex;
  justify-content:space-between;
  margin:15px 10px 7px;
  color:var(--orange);
  font:10px var(--mono);
  letter-spacing:.1em;
  text-transform:uppercase
}
.game-meta span:first-child {
  color:#6e7888
}
.game-card h3 {
  font-size:18px;
  letter-spacing:-.025em;
  margin:0 10px
}
.about-layout {
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:10%;
  align-items:start
}
.about-copy {
  padding-top:50px
}
.about-copy p {
  color:#b6c0cc;
  font-size:17px;
  line-height:1.85
}
.about-copy p+p {
  margin-top:20px
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:14px;
  color:var(--orange);
  font:500 12px var(--mono);
  border-bottom:1px solid rgba(247,147,26,.4);
  padding-bottom:8px;
  margin-top:14px
}
.text-link:hover {
  color:var(--gold)
}
.approach-section {
  background:#0b0d10;
  position:relative
}
.approach-section::before {
  content:'';
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 50% 0,rgba(247,147,26,.08),transparent 42%);
  pointer-events:none
}
.feature-grid {
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px
}
.feature-card {
  position:relative;
  min-height:300px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:16px;
  background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.01));
  overflow:hidden;
  transition:transform .25s,border-color .25s,box-shadow .25s
}
.feature-card:hover {
  transform:translateY(-5px);
  border-color:rgba(247,147,26,.4);
  box-shadow:0 0 35px -15px rgba(247,147,26,.25)
}
.feature-number {
  position:absolute;
  top:28px;
  right:28px;
  color:#6f7a8c
}
.feature-icon {
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  margin-bottom:55px;
  border-radius:12px;
  border:1px solid rgba(247,147,26,.4);
  background:rgba(247,147,26,.09);
  color:var(--orange);
  font-size:26px;
  box-shadow:0 0 22px rgba(247,147,26,.08)
}
.feature-card h3 {
  font-size:25px;
  margin-bottom:10px
}
.feature-card p {
  max-width:280px;
  color:var(--muted);
  font-size:14px;
  line-height:1.75;
  margin:0
}
.corner {
  position:absolute;
  width:23px;
  height:23px;
  border-color:var(--orange);
  opacity:.7
}
.corner.tl {
  top:0;
  left:0;
  border-top:1px solid;
  border-left:1px solid;
  border-radius:16px 0 0 0
}
.corner.br {
  bottom:0;
  right:0;
  border-bottom:1px solid;
  border-right:1px solid;
  border-radius:0 0 16px 0
}
.company-layout {
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:9%;
  align-items:center
}
.company-intro {
  max-width:420px;
  color:var(--muted);
  line-height:1.8;
  margin:25px 0 0
}
.identity-card {
  border:1px solid rgba(247,147,26,.25);
  border-radius:18px;
  background:linear-gradient(145deg,#15171a,#0d0f12);
  box-shadow:0 0 60px -25px rgba(247,147,26,.2);
  overflow:hidden
}
.identity-top,.identity-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:19px 27px;
  color:#aeb8c6;
  border-bottom:1px solid var(--line)
}
.identity-symbol {
  font-size:19px;
  line-height:1;
  color:var(--orange)
}
.identity-card dl {
  margin:0;
  padding:10px 27px
}
.identity-card dl>div {
  display:grid;
  grid-template-columns:150px 1fr;
  gap:18px;
  padding:17px 0;
  border-bottom:1px solid rgba(255,255,255,.08)
}
.identity-card dl>div:last-child {
  border:0
}
.identity-card dt {
  color:#818da0;
  font:11px var(--mono);
  text-transform:uppercase;
  letter-spacing:.06em
}
.identity-card dd {
  margin:0;
  text-align:right;
  font-size:13px;
  font-weight:600;
  overflow-wrap:anywhere
}
.identity-bottom {
  justify-content:flex-start;
  gap:12px;
  border-top:1px solid var(--line);
  border-bottom:0;
  color:#728094;
  font-size:10px
}
.identity-bottom .status-dot {
  width:5px;
  height:5px
}
.contact-section {
  padding-top:20px
}
.contact-panel {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:85px clamp(28px,7vw,100px) 38px;
  border:1px solid rgba(247,147,26,.25);
  border-radius:24px;
  background:linear-gradient(140deg,#171512,#090a0c 75%);
  box-shadow:0 0 70px -35px rgba(247,147,26,.3)
}
.contact-panel::before {
  content:'';
  position:absolute;
  inset:0;
  z-index:-1;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(90deg,transparent,#000)
}
.contact-orb {
  position:absolute;
  z-index:-1;
  right:-100px;
  top:-220px;
  width:500px;
  height:500px;
  border:1px solid rgba(247,147,26,.15);
  border-radius:50%;
  box-shadow:0 0 0 65px rgba(247,147,26,.025),0 0 0 135px rgba(247,147,26,.02),inset 0 0 90px rgba(247,147,26,.05)
}
.contact-panel h2 {
  font-size:clamp(42px,5.5vw,76px)
}
.contact-panel>p {
  color:var(--muted);
  margin:24px 0 30px
}
.contact-button {
  max-width:100%;
  overflow-wrap:anywhere
}
.contact-detail {
  display:flex;
  gap:35px;
  align-items:start;
  justify-content:space-between;
  padding-top:30px;
  margin-top:72px;
  border-top:1px solid var(--line);
  color:#8591a2;
  font-size:10px
}
.contact-detail span:last-child {
  max-width:600px;
  text-align:right;
  line-height:1.7
}
.footer {
  border-top:1px solid var(--line);
  background:#08090b
}
.footer-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  padding-block:40px
}
.footer-top nav {
  display:flex;
  flex-wrap:wrap;
  gap:25px;
  font:11px var(--mono);
  text-transform:uppercase;
  letter-spacing:.05em;
  color:#aeb7c3
}
.footer-top nav a:hover {
  color:var(--orange)
}
.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:20px 0 28px;
  border-top:1px solid var(--line);
  color:#606b79;
  font-size:10px
}
.legal-page {
  min-height:65vh;
  padding:90px 0 110px
}
.legal-layout {
  max-width:850px
}
.legal-page h1 {
  font-size:clamp(44px,5vw,70px);
  margin-bottom:13px
}
.legal-page .legal-meta {
  color:var(--muted);
  font:11px var(--mono);
  letter-spacing:.09em;
  margin-bottom:40px
}
.legal-intro {
  padding:25px 28px;
  margin-bottom:55px;
  border:1px solid rgba(247,147,26,.25);
  border-radius:16px;
  background:rgba(247,147,26,.055);
  color:#c9d1db
}
.legal-page h2 {
  font-size:25px;
  margin:42px 0 15px;
  letter-spacing:-.025em
}
.legal-page p,.legal-page li {
  color:#aeb8c5
}
.legal-page ul {
  padding-left:21px
}
.legal-page li {
  margin:8px 0
}
.legal-page a:not(.brand) {
  color:var(--orange);
  text-decoration:underline;
  text-underline-offset:3px
}
.legal-page strong {
  color:#fff
}
.legal-page [data-address] {
  overflow-wrap:anywhere
}
@keyframes float {
  50% {
    transform:translateY(-12px)
  }
}
@keyframes spinA {
  to {
    transform:rotateX(66deg) rotate(342deg)
  }
}
@keyframes spinB {
  to {
    transform:rotateY(65deg) rotate(-336deg)
  }
}
@media(max-width:1050px) {
  .hero h1 {
    font-size:clamp(52px,6.5vw,75px)
  }
  .games-grid {
    grid-template-columns:repeat(3,1fr)
  }
  .nav {
    gap:19px
  }
  .company-layout {
    gap:5%
  }
}
@media(max-width:760px) {
  .container {
    width:min(100% - 36px,1240px)
  }
  .header-inner {
    height:66px
  }
  .brand {
    font-size:23px
  }
  .nav-toggle {
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:5px;
    width:44px;
    height:44px;
    padding:10px;
    border:1px solid var(--line);
    border-radius:9px;
    background:transparent;
    color:#fff;
    cursor:pointer
  }
  .nav-toggle span {
    display:block;
    height:1px;
    background:currentColor
  }
  .nav {
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:66px;
    padding:14px 18px 22px;
    background:rgba(10,11,13,.98);
    border-bottom:1px solid var(--line);
    flex-direction:column;
    align-items:stretch;
    gap:0
  }
  .nav.open {
    display:flex
  }
  .nav a {
    padding:15px 8px
  }
  .nav .nav-contact {
    justify-content:center;
    margin-top:9px
  }
  .hero {
    min-height:0;
    padding:76px 0 75px
  }
  .hero-layout {
    grid-template-columns:1fr
  }
  .hero-copy>p {
    font-size:16px
  }
  .hero-art {
    justify-self:center;
    width:min(100%,410px);
    margin-top:20px
  }
  .hero-footnote {
    margin-top:42px
  }
  .hero-index {
    bottom:17px
  }
  .signal-items {
    min-height:65px;
    gap:18px;
    font-size:9px;
    letter-spacing:.07em
  }
  .section {
    padding:82px 0
  }
  .section-head,.about-layout,.company-layout {
    display:block
  }
  .section-head>p {
    margin-top:20px
  }
  .about-copy {
    padding-top:25px
  }
  .games-grid {
    grid-template-columns:repeat(2,1fr);
    gap:12px
  }
  .feature-grid {
    grid-template-columns:1fr
  }
  .feature-card {
    min-height:235px
  }
  .feature-icon {
    margin-bottom:38px
  }
  .company-layout>.identity-card {
    margin-top:36px
  }
  .contact-section {
    padding-top:0
  }
  .contact-panel {
    padding-top:62px
  }
  .contact-detail {
    margin-top:55px
  }
  .footer-top {
    align-items:start;
    flex-direction:column
  }
  .footer-bottom {
    font-size:9px
  }
  .legal-page {
    padding:70px 0
  }
}
@media(max-width:480px) {
  .hero h1 {
    font-size:clamp(48px,13vw,62px)
  }
  .hero-art {
    width:min(100%,340px)
  }
  .float-tag {
    font-size:8px;
    padding:8px 10px
  }
  .signal-items span {
    max-width:100px;
    text-align:center
  }
  .games-grid {
    grid-template-columns:1fr 1fr
  }
  .game-card {
    padding:6px 6px 13px
  }
  .game-card h3 {
    font-size:15px;
    margin-inline:6px
  }
  .game-meta {
    font-size:9px;
    margin-inline:6px
  }
  .section h2 {
    font-size:clamp(35px,10vw,46px)
  }
  .identity-card dl {
    padding-inline:18px
  }
  .identity-card dl>div {
    grid-template-columns:1fr;
    gap:5px
  }
  .identity-card dd {
    text-align:left
  }
  .identity-top,.identity-bottom {
    padding-inline:18px
  }
  .contact-detail {
    display:block
  }
  .contact-detail span {
    display:block
  }
  .contact-detail span:last-child {
    text-align:left;
    margin-top:12px
  }
  .footer-bottom {
    flex-direction:column;
    gap:6px
  }
  .contact-button {
    font-size:10px;
    padding-inline:17px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important
  }
}

/* Game player */
[hidden] {
  display:none!important;
}
.game-card {
  display:block;
}
.game-card:focus-visible {
  border-color:var(--orange);
  box-shadow:0 0 30px -12px rgba(247,147,26,.35);
}
.play-page {
  min-height:100vh;
  background:radial-gradient(circle at 50% 10%,rgba(247,147,26,.075),transparent 40%),#030304;
}
.play-home-link,.play-back {
  color:#c8d0db;
  font:500 11px var(--mono);
  letter-spacing:.08em;
  text-transform:uppercase;
  transition:color .2s;
}
.play-home-link:hover,.play-back:hover {
  color:var(--orange);
}
.play-main {
  min-height:calc(100dvh - 76px);
  position:relative;
  overflow:hidden;
  padding:16px 0 24px;
}
.play-main::before {
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(66,72,83,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(66,72,83,.15) 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:radial-gradient(ellipse 80% 85% at 60% 20%,#000,transparent);
}
.play-main>.container {
  position:relative;
}
.play-back {
  display:inline-flex;
  align-items:center;
  min-height:44px;
  margin-bottom:12px;
}
.play-layout {
  display:grid;
  grid-template-columns:minmax(280px,1fr) minmax(0,470px);
  gap:clamp(35px,8vw,130px);
  align-items:center;
}
.play-copy {
  grid-column:1;
  grid-row:1;
}
.play-copy h1 {
  font-size:clamp(52px,6.5vw,90px);
  max-width:680px;
  margin:0 0 26px;
  overflow-wrap:anywhere;
}
.play-copy>p {
  max-width:460px;
  color:#aeb8c5;
  font-size:18px;
  line-height:1.75;
  margin-bottom:32px;
}
.play-info-card {
  display:flex;
  align-items:center;
  gap:16px;
  max-width:370px;
  padding:17px;
  margin-bottom:22px;
  border:1px solid var(--line);
  border-radius:14px;
  background:rgba(255,255,255,.035);
}
.play-info-icon {
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  flex:none;
  color:var(--orange);
  background:rgba(247,147,26,.09);
  border:1px solid rgba(247,147,26,.35);
  border-radius:9px;
}
.play-info-card strong,.play-info-card span:last-child {
  display:block;
}
.play-info-card strong {
  font:600 14px var(--heading);
}
.play-info-card div span {
  color:var(--muted);
  font-size:12px;
  margin-top:2px;
}
.player-stage {
  grid-column:2;
  grid-row:1;
  width:min(100%,470px,calc(56.25dvh - 145.125px));
  max-width:470px;
  justify-self:center;
  border:1px solid rgba(247,147,26,.3);
  border-radius:20px;
  overflow:hidden;
  background:#0f1115;
  box-shadow:0 0 70px -25px rgba(247,147,26,.32);
}
.player-chrome {
  min-height:43px;
  padding:0 17px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  color:#8995a6;
  font:500 10px var(--mono);
  letter-spacing:.07em;
}
.player-chrome>span:first-child {
  display:flex;
  align-items:center;
  gap:10px;
}
.player-chrome #player-name {
  min-width:0;
  max-width:55%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  text-align:right;
}
.player-chrome .status-dot {
  width:5px;
  height:5px;
}
.player-chrome-bottom {
  border-top:1px solid var(--line);
}
.player-chrome-bottom a {
  color:var(--orange);
}
.player-chrome-bottom a:hover {
  color:var(--gold);
}
.player-screen {
  position:relative;
  width:100%;
  aspect-ratio:9/16;
  overflow:hidden;
  background:#08090c;
}
.player-screen iframe {
  display:block;
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  background:#08090c;
}
.loading-layer {
  position:absolute;
  inset:0;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:32px;
  background:radial-gradient(circle at 50% 35%,#282018,#08090b 67%);
  text-align:center;
}
.loading-layer::before {
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(247,147,26,.065) 1px,transparent 1px),linear-gradient(90deg,rgba(247,147,26,.065) 1px,transparent 1px);
  background-size:38px 38px;
  mask-image:radial-gradient(circle at center,#000,transparent 85%);
}
.loading-icon-wrap {
  position:relative;
  width:min(84%,220px);
  aspect-ratio:3/2;
  overflow:hidden;
  border:1px solid rgba(247,147,26,.55);
  border-radius:16px;
  background:#141516;
  box-shadow:0 0 40px rgba(247,147,26,.2);
}
.loading-icon-wrap img {
  width:100%;
  height:100%;
  object-fit:contain;
}
.loading-game-name {
  position:relative;
  margin-top:23px;
  font:600 30px/1.1 var(--heading);
  letter-spacing:-.04em;
}
.loading-message {
  position:relative;
  color:var(--muted);
  font:11px var(--mono);
  margin:12px 0 0;
}
.loading-progress {
  position:relative;
  width:min(100%,260px);
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:24px;
}
.progress-rail {
  width:100%;
  height:7px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.13);
}
.progress-rail span {
  display:block;
  width:5%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--burnt),var(--orange),var(--gold),var(--orange));
  background-size:200% 100%;
  box-shadow:0 0 16px rgba(247,147,26,.7);
  transition:width .16s ease;
  animation:progress-shimmer 1.8s linear infinite;
}
@keyframes progress-shimmer {
  to { background-position:200% 0; }
}
.progress-value {
  min-width:36px;
  text-align:right;
  color:var(--orange);
  font:11px var(--mono);
}
.loading-fallback {
  position:relative;
  margin-top:22px;
  color:var(--orange);
  font:11px var(--mono);
  text-decoration:underline;
  text-underline-offset:4px;
}
@media(max-width:850px) {
  .play-layout {
    grid-template-columns:1fr;
    gap:24px;
  }
  .play-copy {
    grid-column:1;
    grid-row:2;
  }
  .play-copy h1 {
    font-size:clamp(43px,9vw,66px);
  }
  .play-info-card {
    display:none;
  }
  .player-stage {
    grid-column:1;
    grid-row:1;
    max-width:470px;
  }
}
@media(max-width:760px) {
  .play-main {
    min-height:calc(100dvh - 66px);
    padding:12px 0 16px;
  }
  .play-back {
    margin-bottom:8px;
  }
  .player-stage {
    width:min(100%,470px,calc(56.25dvh - 124.875px));
  }
  .player-chrome {
    min-height:38px;
  }
}
@media(max-width:480px) {
  .play-main {
    padding:12px 0 16px;
  }
  .play-back {
    margin-bottom:8px;
  }
  .play-copy h1 {
    margin-bottom:10px;
  }
  .play-copy>p {
    font-size:14px;
    margin-bottom:8px;
  }
  .play-copy .text-link {
    display:none;
  }
  .player-chrome {
    font-size:8px;
    padding-inline:10px;
  }
  .loading-icon-wrap {
    width:min(84%,180px);
  }
  .loading-game-name {
    font-size:25px;
  }
}
