:root{
  --ink:#17152f;
  --muted:#706b90;
  --bg:#fff7ef;
  --panel:#ffffff;
  --soft:#f4ecff;
  --violet:#5b2cff;
  --violet2:#8b5cff;
  --cyan:#00b8c8;
  --mint:#42d6a4;
  --coral:#ff6b6b;
  --amber:#ffc857;
  --line:rgba(23,21,47,.12);
  --shadow:0 26px 80px rgba(61,42,120,.18);
  --font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono:"Space Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font);
  color:var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(91,44,255,.14), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(0,184,200,.16), transparent 28%),
    linear-gradient(180deg, #fff7ef 0%, #f8f3ff 52%, #eefaff 100%);
  overflow-x:hidden;
}
body.is-locked{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
::selection{background:rgba(91,44,255,.18)}

.site-header{
  position:sticky;
  top:0;
  z-index:20;
  min-height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px clamp(18px,5vw,70px);
  background:rgba(255,247,239,.82);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line);
}
.brand,.footer-brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:900;
  letter-spacing:-.03em;
  font-size:22px;
}
.brand__mark{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  color:white;
  border-radius:15px;
  background:linear-gradient(135deg,var(--violet),var(--cyan));
  box-shadow:0 12px 28px rgba(91,44,255,.26);
  font-family:var(--mono);
  font-weight:700;
}
.nav,.footer-nav{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  font-weight:800;
  font-size:14px;
}
.nav a,.footer-nav a{
  padding:10px 12px;
  border-radius:999px;
  color:rgba(23,21,47,.72);
}
.nav a:hover,.footer-nav a:hover{
  background:rgba(91,44,255,.1);
  color:var(--violet);
}

.hero{
  min-height:calc(100vh - 74px);
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr);
  align-items:center;
  gap:clamp(30px,6vw,86px);
  padding:clamp(54px,8vw,110px) clamp(18px,6vw,86px);
}
.eyebrow{
  margin:0;
  display:inline-flex;
  align-items:center;
  gap:9px;
  font-family:var(--mono);
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--violet);
  font-weight:700;
}
.eyebrow span{
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--coral);
  box-shadow:0 0 0 6px rgba(255,107,107,.12);
}
.hero h1{
  margin:18px 0 18px;
  max-width:900px;
  font-size:clamp(56px,9vw,122px);
  line-height:.88;
  letter-spacing:-.08em;
}
.hero__lead{
  max-width:690px;
  margin:0;
  color:var(--muted);
  font-size:clamp(18px,2vw,23px);
  line-height:1.55;
}
.hero__actions,.wheel-controls{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}
.button,.spin-button,.pill-button{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:999px;
  padding:14px 20px;
  font-weight:900;
  cursor:pointer;
  transition:transform .16s ease, box-shadow .16s ease, opacity .16s ease;
}
.button:hover,.spin-button:hover,.pill-button:hover{transform:translateY(-2px)}
.button--primary,.spin-button{
  color:white;
  background:linear-gradient(135deg,var(--violet),var(--violet2));
  box-shadow:0 18px 42px rgba(91,44,255,.28);
}
.button--soft,.pill-button{
  color:var(--violet);
  background:white;
  border:1px solid rgba(91,44,255,.16);
}
.spin-button:disabled{opacity:.65;cursor:wait}

.hero-card{
  position:relative;
  min-height:520px;
  border-radius:34px;
  padding:26px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,255,255,.66)),
    radial-gradient(circle at 50% 35%, rgba(91,44,255,.22), transparent 38%);
  border:1px solid rgba(255,255,255,.74);
  box-shadow:var(--shadow);
  display:grid;
  align-content:space-between;
}
.hero-card:before{
  content:"";
  position:absolute;
  inset:16px;
  border-radius:26px;
  border:1px dashed rgba(91,44,255,.22);
  pointer-events:none;
}
.hero-card__top,.hero-card__bottom{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  padding:16px;
  border-radius:20px;
  background:rgba(255,255,255,.72);
}
.hero-card span,.game-status span{
  font-family:var(--mono);
  color:var(--muted);
  text-transform:uppercase;
  font-size:12px;
}
.hero-card strong,.game-status strong{
  font-size:26px;
  color:var(--violet);
}
.mini-wheel{
  position:relative;
  z-index:1;
  width:min(360px,100%);
  aspect-ratio:1;
  margin:0 auto;
  border-radius:50%;
  background:conic-gradient(var(--violet) 0 25%, var(--coral) 0 50%, var(--cyan) 0 75%, var(--amber) 0);
  box-shadow:inset 0 0 0 18px rgba(255,255,255,.7), 0 26px 50px rgba(91,44,255,.22);
  display:grid;
  place-items:center;
  animation:floatWheel 4s ease-in-out infinite;
}
.mini-wheel:after{
  content:"S";
  width:82px;
  height:82px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:white;
  color:var(--violet);
  font-weight:900;
  font-size:36px;
}
.mini-wheel span{
  position:absolute;
  color:white;
  font-weight:900;
  font-family:var(--font);
}
.mini-wheel span:nth-child(1){top:58px}
.mini-wheel span:nth-child(2){right:42px}
.mini-wheel span:nth-child(3){bottom:58px}
.mini-wheel span:nth-child(4){left:42px}

.compliance-strip{
  margin:0 clamp(18px,6vw,86px) 34px;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:18px;
  align-items:center;
  padding:18px;
  border-radius:24px;
  background:#17152f;
  color:white;
  box-shadow:var(--shadow);
}
.compliance-strip strong{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--amber);
  color:#17152f;
  font-family:var(--mono);
}
.compliance-strip p{margin:0;line-height:1.6;color:rgba(255,255,255,.78)}

.section{
  margin:34px clamp(18px,6vw,86px);
  padding:clamp(34px,5vw,58px);
  border-radius:34px;
}
.section--light{
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.8);
  box-shadow:var(--shadow);
}
.section__head{
  max-width:780px;
  margin-bottom:28px;
}
.section h2,.game-promo h2,.wheel-panel h1{
  margin:12px 0 0;
  font-size:clamp(36px,5.8vw,76px);
  line-height:.95;
  letter-spacing:-.06em;
}
.feature-grid,.statement-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.feature-card,.statement-grid div{
  min-height:220px;
  padding:24px;
  border-radius:26px;
  background:white;
  border:1px solid var(--line);
}
.feature-card__icon{
  display:inline-grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:16px;
  background:var(--soft);
  color:var(--violet);
  font-family:var(--mono);
  font-weight:700;
}
.feature-card h3{
  margin:26px 0 10px;
  font-size:26px;
}
.feature-card p,.game-promo p,.statement-grid span{
  color:var(--muted);
  line-height:1.65;
}
.game-promo{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  color:white;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,200,87,.32), transparent 28%),
    linear-gradient(135deg,#17152f,#5b2cff);
}
.game-promo p{max-width:720px;color:rgba(255,255,255,.78)}
.game-promo .eyebrow{color:#fff}
.statement-grid{grid-template-columns:repeat(4,1fr)}
.statement-grid div{min-height:160px}
.statement-grid strong{
  display:block;
  margin-bottom:16px;
  font-size:30px;
  color:var(--violet);
}

.wheel-shell{
  min-height:calc(100vh - 74px);
  padding:clamp(28px,5vw,72px) clamp(18px,6vw,86px);
}
.wheel-panel{
  max-width:1120px;
  margin:0 auto;
  padding:clamp(24px,5vw,52px);
  border-radius:38px;
  background:
    radial-gradient(circle at 12% 10%, rgba(255,107,107,.18), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(0,184,200,.18), transparent 30%),
    rgba(255,255,255,.78);
  box-shadow:var(--shadow);
  border:1px solid rgba(255,255,255,.84);
}
.wheel-panel__copy{text-align:center;max-width:780px;margin:0 auto 24px}
.wheel-panel__copy p{color:var(--muted);line-height:1.6}
.game-status{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:24px 0;
}
.game-status div{
  padding:16px;
  border-radius:22px;
  background:white;
  border:1px solid var(--line);
  text-align:center;
}
.wheel-stage{
  position:relative;
  width:min(540px,100%);
  aspect-ratio:1;
  margin:30px auto;
}
.wheel-pointer{
  position:absolute;
  top:-8px;
  left:50%;
  transform:translateX(-50%);
  z-index:4;
  width:0;
  height:0;
  border-left:20px solid transparent;
  border-right:20px solid transparent;
  border-top:34px solid var(--ink);
  filter:drop-shadow(0 8px 10px rgba(23,21,47,.25));
}
.social-wheel{
  width:100%;
  height:100%;
  border-radius:50%;
  position:relative;
  overflow:hidden;
  background:conic-gradient(from -22.5deg, var(--violet) 0 12.5%, var(--coral) 0 25%, var(--cyan) 0 37.5%, var(--amber) 0 50%, var(--violet2) 0 62.5%, var(--mint) 0 75%, #ff9f43 0 87.5%, #2f80ed 0);
  box-shadow:inset 0 0 0 18px white, inset 0 0 0 22px rgba(23,21,47,.12), 0 30px 80px rgba(91,44,255,.24);
  transition:transform 3.2s cubic-bezier(.12,.72,.08,1);
}
.social-wheel:after{
  content:"S";
  position:absolute;
  inset:50%;
  width:96px;
  height:96px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  display:grid;
  place-items:center;
  background:white;
  color:var(--violet);
  font-weight:900;
  font-size:42px;
}
.social-wheel span{
  position:absolute;
  left:50%;
  top:50%;
  transform:rotate(calc(var(--i) * 45deg)) translateY(-205px) rotate(calc(var(--i) * -45deg));
  transform-origin:center;
  color:white;
  font-weight:900;
  font-size:18px;
  text-shadow:0 2px 10px rgba(0,0,0,.25);
}
.wheel-controls{
  justify-content:center;
}
.pill-button{min-width:84px}
.spin-button{min-width:240px}
.wheel-log{
  display:grid;
  gap:10px;
  margin-top:24px;
}
.log-row{
  padding:14px 16px;
  border-radius:18px;
  background:white;
  border:1px solid var(--line);
  color:var(--muted);
  font-weight:700;
}
.game-disclaimer{
  margin:20px 0 0;
  color:var(--muted);
  font-family:var(--mono);
  font-size:12px;
  line-height:1.6;
  text-align:center;
}

.site-footer{
  margin-top:46px;
  padding:38px clamp(18px,6vw,86px);
  background:#17152f;
  color:white;
}
.footer-brand{justify-content:center;margin-bottom:20px}
.footer-nav{justify-content:center;margin-bottom:28px}
.footer-nav a{color:rgba(255,255,255,.68)}
.playwise-box{
  max-width:1120px;
  margin:0 auto;
  padding:clamp(22px,4vw,34px);
  border-radius:28px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
}
.playwise-box__head{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:18px;
}
.playwise-box__head span{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--amber);
  color:#17152f;
  font-family:var(--mono);
  font-weight:700;
}
.playwise-box h2{
  margin:0;
  font-family:var(--mono);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:clamp(16px,2vw,25px);
}
.playwise-box p,.playwise-box li{
  color:rgba(255,255,255,.72);
  line-height:1.65;
}
.playwise-box ul{
  margin:22px 0 0;
  padding-left:22px;
  font-family:var(--mono);
}
.support-row{
  max-width:1120px;
  margin:26px auto;
  padding:20px 0;
  border-top:1px solid rgba(255,255,255,.12);
  border-bottom:1px solid rgba(255,255,255,.12);
  display:flex;
  justify-content:center;
  gap:clamp(20px,6vw,72px);
  flex-wrap:wrap;
}
.support-row a{
  color:rgba(255,255,255,.62);
  font-weight:900;
  font-size:clamp(18px,3vw,34px);
}
.footer-copy{
  text-align:center;
  color:rgba(255,255,255,.58);
  font-family:var(--mono);
  font-size:12px;
}

.gatekeeper{
  position:fixed;
  inset:0;
  z-index:50;
  display:grid;
  place-items:center;
  padding:20px;
  background:rgba(23,21,47,.72);
  backdrop-filter:blur(16px);
}
.gatekeeper[hidden]{display:none}
.gatekeeper__pane{
  width:min(520px,100%);
  padding:32px;
  border-radius:32px;
  text-align:center;
  background:white;
  box-shadow:var(--shadow);
}
.gatekeeper__seal{
  width:68px;
  height:68px;
  display:grid;
  place-items:center;
  margin:0 auto 16px;
  border-radius:50%;
  background:var(--amber);
  color:#17152f;
  font-family:var(--mono);
  font-weight:700;
}
.gatekeeper h2{font-size:34px;margin:0 0 10px}
.gatekeeper p{color:var(--muted);line-height:1.6}
.gatekeeper button{
  width:100%;
  min-height:52px;
  border:0;
  border-radius:999px;
  background:var(--violet);
  color:white;
  font-weight:900;
  cursor:pointer;
}
.cookie-note{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:40;
  width:min(620px,calc(100vw - 36px));
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px;
  border-radius:20px;
  background:white;
  box-shadow:var(--shadow);
}
.cookie-note[hidden]{display:none}
.cookie-note p{margin:0;color:var(--muted);line-height:1.4;flex:1}
.cookie-note button{
  min-height:38px;
  border:1px solid var(--line);
  border-radius:999px;
  background:var(--soft);
  color:var(--violet);
  font-weight:800;
  cursor:pointer;
}

.page-hero{
  padding:clamp(54px,8vw,98px) clamp(18px,6vw,86px);
  background:linear-gradient(135deg,#5b2cff,#00b8c8);
  color:white;
}
.page-hero__inner,.page-section__inner{max-width:1080px;margin:0 auto}
.page-hero h1{margin:14px 0;font-size:clamp(44px,7vw,88px);line-height:.95;letter-spacing:-.06em}
.page-hero p{max-width:780px;color:rgba(255,255,255,.82);font-size:20px;line-height:1.6}
.page-section{padding:clamp(50px,7vw,86px) clamp(18px,6vw,86px)}
.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.work-card,.contact-card{
  padding:26px;
  border-radius:28px;
  background:white;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.work-card h2,.contact-card h2{font-size:30px;margin:10px 0}
.work-card p,.contact-card p,.work-card li,.contact-card li{color:var(--muted);line-height:1.65}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
label{display:block;margin-bottom:7px;font-family:var(--mono);font-size:11px;text-transform:uppercase;color:var(--muted)}
.input,textarea{
  width:100%;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  padding:14px;
  color:var(--ink);
  outline:none;
}
textarea{min-height:150px;resize:vertical}
.input:focus,textarea:focus{border-color:var(--violet);box-shadow:0 0 0 4px rgba(91,44,255,.1)}

@keyframes floatWheel{
  0%,100%{transform:translateY(0) rotate(-2deg)}
  50%{transform:translateY(-10px) rotate(2deg)}
}

@media (max-width:900px){
  .hero{grid-template-columns:1fr}
  .hero-card{min-height:420px}
  .feature-grid,.statement-grid,.game-status,.split-grid{grid-template-columns:1fr}
  .game-promo{align-items:flex-start;flex-direction:column}
}
@media (max-width:640px){
  .site-header{align-items:flex-start;flex-direction:column}
  .nav{font-size:13px}
  .hero h1{font-size:54px}
  .compliance-strip{grid-template-columns:1fr}
  .section,.hero,.wheel-shell{padding-left:18px;padding-right:18px;margin-left:0;margin-right:0}
  .social-wheel span{transform:rotate(calc(var(--i) * 45deg)) translateY(-138px) rotate(calc(var(--i) * -45deg));font-size:14px}
  .wheel-stage{width:min(330px,100%)}
  .cookie-note{align-items:stretch;flex-direction:column}
  .cookie-note button{width:100%}
  .playwise-box__head{align-items:flex-start;flex-direction:column}
}

/* Compatibility for the static legal/info pages that use the earlier markup. */
.hatch{
  position:sticky;
  top:0;
  z-index:20;
  min-height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px clamp(18px,5vw,70px);
  background:rgba(255,247,239,.82);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line);
}
.hatch__rail{display:none}
.hatch__glyph,.runway__glyph{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:900;
  letter-spacing:-.03em;
  font-size:22px;
}
.hatch__mark{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  color:white;
  border-radius:15px;
  background:linear-gradient(135deg,var(--violet),var(--cyan));
  box-shadow:0 12px 28px rgba(91,44,255,.26);
  font-family:var(--mono);
  font-weight:700;
}
.hatch__nav,.runway__index{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  font-weight:800;
  font-size:14px;
}
.hatch__nav a,.runway__index a{
  padding:10px 12px;
  border-radius:999px;
  color:rgba(23,21,47,.72);
}
.hatch__nav a:hover,.runway__index a:hover{
  background:rgba(91,44,255,.1);
  color:var(--violet);
}
.btn{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:999px;
  padding:14px 20px;
  font-weight:900;
  cursor:pointer;
}
.btn.primary{color:white;background:linear-gradient(135deg,var(--violet),var(--violet2));box-shadow:0 18px 42px rgba(91,44,255,.28)}
.btn.ghost{color:var(--violet);background:white;border:1px solid rgba(91,44,255,.16)}
.frieze__tickets{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}
.runway{
  margin-top:46px;
  padding:38px clamp(18px,6vw,86px);
  background:#17152f;
  color:white;
}
.runway__bar{display:flex;justify-content:center;margin-bottom:20px}
.runway__glyph{color:white}
.runway__index{margin-bottom:28px}
.runway__index a{color:rgba(255,255,255,.68)}
.runway__fineprint{max-width:1120px;margin:0 auto}
.runway__playwise{
  padding:clamp(22px,4vw,34px);
  border-radius:28px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
}
.runway__playwise-head{display:flex;align-items:center;gap:16px;margin-bottom:18px}
.runway__age-mark{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--amber);
  color:#17152f;
  font-family:var(--mono);
  font-weight:700;
  flex:0 0 auto;
}
.runway__playwise h2{
  margin:0;
  font-family:var(--mono);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:clamp(16px,2vw,25px);
}
.runway__playwise p,.runway__playwise li{color:rgba(255,255,255,.72);line-height:1.65}
.runway__playwise-list{margin:22px 0 0;padding-left:22px;font-family:var(--mono)}
.runway__stamps{
  max-width:1120px;
  margin:26px auto;
  padding:20px 0;
  border-top:1px solid rgba(255,255,255,.12);
  border-bottom:1px solid rgba(255,255,255,.12);
  display:flex;
  justify-content:center;
  gap:clamp(20px,6vw,72px);
  flex-wrap:wrap;
}
.runway__stamp{color:rgba(255,255,255,.62);font-weight:900;font-size:clamp(18px,3vw,34px)}
.runway__stamp--small{font-size:clamp(12px,1.6vw,18px)}
.runway__copy,.runway__contact{text-align:center;color:rgba(255,255,255,.58);font-family:var(--mono);font-size:12px}

@media (max-width:640px){
  .hatch{align-items:flex-start;flex-direction:column}
  .hatch__nav{font-size:13px}
  .runway__playwise-head{align-items:flex-start;flex-direction:column}
}
