:root{
  --welcome-ink:#fff9e8;
  --welcome-muted:#d8cce1;
  --welcome-gold:#ffd95a;
  --welcome-gold-deep:#b97800;
  --welcome-purple:#8b22b8;
  --welcome-green:#27d17f;
  --welcome-blue:#2ba9f2;
}

body[data-customer-auth="pending"] #app,
body[data-customer-auth="pending"] #signed-out-landing,
body[data-customer-auth="signed-out"] #app,
body[data-customer-auth="signed-in"] #signed-out-landing,
body.maintenance-active #signed-out-landing{display:none!important}
body[data-customer-auth="signed-out"] #loading{display:none!important}
body[data-customer-auth="signed-out"] #signed-out-landing{display:block!important}
body[data-customer-auth="signed-out"]{
  overflow:hidden;
  background:#07020c;
}
body[data-customer-auth="signed-out"].customer-auth-open #app{display:block!important}
body[data-customer-auth="signed-out"].customer-auth-open #app>*{visibility:hidden!important;pointer-events:none!important}
body[data-customer-auth="signed-out"].customer-auth-open #app #customer-auth-modal{
  display:grid!important;
  visibility:visible!important;
  pointer-events:auto!important;
}

.signed-out-landing,
.signed-out-landing *{box-sizing:border-box}
.signed-out-landing{
  position:fixed;
  inset:0;
  z-index:9100;
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  min-height:100vh;
  min-height:100dvh;
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior-y:contain;
  -webkit-overflow-scrolling:touch;
  color:var(--welcome-ink);
  background:
    radial-gradient(circle at 18% 10%,rgba(132,33,176,.28),transparent 31rem),
    radial-gradient(circle at 85% 22%,rgba(235,175,28,.12),transparent 28rem),
    linear-gradient(155deg,#100217 0%,#07020c 58%,#12031a 100%);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.signed-out-landing::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.14;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,#000,transparent 76%);
}
.signed-out-landing button{font:inherit;-webkit-tap-highlight-color:transparent}

.landing-header{
  position:sticky;
  top:0;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  width:100%;
  max-width:none;
  margin:0;
  min-height:68px;
  padding:max(10px,env(safe-area-inset-top)) max(22px,env(safe-area-inset-right)) 10px max(22px,env(safe-area-inset-left));
  border-bottom:1px solid rgba(255,220,101,.16);
  background:rgba(12,2,17,.82);
  box-shadow:0 10px 30px rgba(0,0,0,.18);
  backdrop-filter:blur(16px) saturate(130%);
  -webkit-backdrop-filter:blur(16px) saturate(130%);
}
.landing-brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}
.landing-brand img{
  width:43px;
  height:43px;
  flex:0 0 43px;
  object-fit:contain;
  filter:drop-shadow(0 0 8px rgba(255,216,80,.34));
}
.landing-brand span{
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:15px;
  font-weight:700;
  letter-spacing:.035em;
  line-height:1.05;
  text-transform:uppercase;
}
.landing-brand b{display:block;color:var(--welcome-gold);font-size:12px;letter-spacing:.13em}
.landing-sign-up{
  min-height:40px;
  padding:8px 18px;
  border:1px solid rgba(255,221,98,.82);
  border-radius:11px;
  color:#1e1000;
  background:linear-gradient(180deg,#ffe67d,#e7ad27);
  box-shadow:0 0 14px rgba(255,205,53,.2);
  font-size:13px;
  font-weight:900;
  letter-spacing:.045em;
  cursor:pointer;
}
.landing-sign-up:is(:hover,:focus-visible){filter:brightness(1.08);outline:2px solid rgba(255,229,127,.45);outline-offset:2px}
.landing-sign-up:active{transform:translateY(1px)}

.casino-welcome{
  position:relative;
  z-index:1;
  width:min(1180px,100%);
  margin:0 auto;
  padding:clamp(18px,3vw,38px) clamp(14px,3vw,28px) 18px;
}
.casino-hero{
  isolation:isolate;
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(300px,.72fr);
  align-items:center;
  gap:clamp(24px,4vw,58px);
  width:100%;
  max-width:none;
  margin:0;
  min-height:clamp(430px,61vh,620px);
  overflow:hidden;
  padding:clamp(32px,6vw,72px);
  border:1px solid rgba(255,219,90,.46);
  border-radius:clamp(22px,3vw,34px);
  background:
    linear-gradient(115deg,rgba(45,7,58,.98) 0%,rgba(18,3,25,.95) 58%,rgba(37,9,37,.96) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.04),
    inset 0 -60px 100px rgba(0,0,0,.24),
    0 8px 0 #050008,
    0 24px 70px rgba(0,0,0,.46),
    0 0 30px rgba(172,50,215,.12);
}
.casino-hero::before{
  content:"";
  position:absolute;
  z-index:-2;
  inset:0;
  background:
    radial-gradient(circle at 18% 35%,rgba(167,50,218,.32),transparent 38%),
    radial-gradient(circle at 73% 20%,rgba(255,206,60,.13),transparent 27%),
    linear-gradient(90deg,transparent 0 52%,rgba(255,255,255,.025) 52% 52.3%,transparent 52.3%);
}
.casino-hero::after{
  content:"";
  position:absolute;
  z-index:-1;
  right:-120px;
  bottom:-190px;
  width:560px;
  height:560px;
  border:1px solid rgba(255,220,100,.14);
  border-radius:50%;
  box-shadow:0 0 0 42px rgba(255,255,255,.015),0 0 0 84px rgba(255,219,90,.012);
}
.casino-hero-art{position:absolute;inset:0;z-index:-1;overflow:hidden;pointer-events:none}
.casino-suit{position:absolute;color:rgba(255,221,101,.08);font-family:Georgia,serif;line-height:1}
.casino-suit-diamond{top:9%;left:43%;font-size:88px;transform:rotate(14deg)}
.casino-suit-spade{right:4%;bottom:14%;font-size:130px;transform:rotate(-9deg)}
.casino-suit-heart{left:1.5%;bottom:5%;font-size:76px;transform:rotate(-14deg)}
.casino-suit-club{right:31%;top:5%;font-size:65px;transform:rotate(16deg)}
.casino-roulette-ring{
  position:absolute;
  left:-130px;
  bottom:-260px;
  width:510px;
  height:510px;
  border:18px double rgba(255,203,53,.055);
  border-radius:50%;
  box-shadow:0 0 0 28px rgba(152,42,188,.045),inset 0 0 0 44px rgba(255,255,255,.018);
}
.casino-chip{
  position:absolute;
  display:grid;
  place-items:center;
  width:78px;
  aspect-ratio:1;
  border:7px dashed currentColor;
  border-radius:50%;
  font-family:Georgia,serif;
  font-size:13px;
  font-weight:900;
  opacity:.12;
}
.casino-chip-one{right:33%;bottom:7%;color:#ffdb5d;transform:rotate(19deg)}
.casino-chip-two{right:7%;top:15%;color:#d879ff;transform:rotate(-14deg)}

.casino-hero-copy{position:relative;z-index:1;max-width:650px}
.casino-kicker{
  display:flex;
  align-items:center;
  gap:9px;
  margin:0 0 14px;
  color:#ffe988;
  font-size:12px;
  font-weight:900;
  letter-spacing:.17em;
  text-transform:uppercase;
}
.casino-kicker span{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#35e68b;
  box-shadow:0 0 0 5px rgba(53,230,139,.12),0 0 13px #35e68b;
  animation:casino-welcome-pulse 2.2s ease-in-out infinite;
}
.casino-hero-copy h1{
  margin:0;
  max-width:720px;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(42px,7vw,83px);
  font-weight:800;
  letter-spacing:-.045em;
  line-height:.91;
  text-shadow:0 10px 28px rgba(0,0,0,.36);
  background:none;
  background-clip:border-box;
  -webkit-background-clip:border-box;
  -webkit-text-fill-color:currentColor;
  -webkit-text-stroke:0;
  filter:none;
  animation:none;
}
.casino-hero-copy h1 em{
  color:var(--welcome-gold);
  font-style:normal;
  text-shadow:0 0 25px rgba(255,207,54,.22);
}
.casino-hero-intro{
  max-width:610px;
  margin:22px 0 0;
  color:#e3d9e7;
  font-size:clamp(15px,2vw,18px);
  line-height:1.62;
}
.casino-hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}
.casino-hero-badges span{
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.055);
  color:#fff4cf;
  font-size:11px;
  font-weight:800;
  letter-spacing:.025em;
  backdrop-filter:blur(8px);
}

.landing-login-prompt{
  position:relative;
  z-index:2;
  width:100%;
  max-width:390px;
  justify-self:end;
  padding:clamp(22px,3vw,31px);
  border:1px solid rgba(255,222,104,.62);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(56,15,72,.94),rgba(20,4,28,.96) 72%);
  box-shadow:inset 0 1px rgba(255,255,255,.14),inset 0 -5px rgba(0,0,0,.24),0 6px 0 #0d0112,0 18px 44px rgba(0,0,0,.42),0 0 20px rgba(211,79,255,.16);
  text-align:center;
  backdrop-filter:blur(12px);
}
.casino-login-crown{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  margin:0 auto 12px;
  border:1px solid rgba(255,224,107,.72);
  border-radius:50%;
  color:#ffde68;
  background:rgba(255,208,47,.08);
  box-shadow:0 0 18px rgba(255,207,49,.15);
  font-size:25px;
}
.landing-login-prompt>p{margin:0 0 3px;color:#e9cfff;font-size:10px;font-weight:900;letter-spacing:.17em;text-transform:uppercase}
.landing-login-prompt h2{margin:0;color:#fff8df;font-family:Georgia,"Times New Roman",serif;font-size:clamp(26px,3vw,35px);line-height:1.08}
.casino-login-lead{display:block;margin:7px auto 14px;color:#cfc1d3;font-size:12px;line-height:1.45}
.landing-login-button,
.landing-userid-button{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
  min-height:48px;
  margin-top:10px;
  padding:10px 14px;
  border-radius:11px;
  font-size:14px;
  font-weight:850;
  cursor:pointer;
  transition:filter .16s ease,transform .16s ease,border-color .16s ease;
}
.landing-login-button{
  border:1px solid #d9d9d9;
  color:#343434;
  background:#fff;
  box-shadow:0 5px 14px rgba(0,0,0,.2);
}
.landing-login-button .google-g-mark{width:19px;height:19px;flex:0 0 19px}
.landing-userid-button{
  border:1px solid rgba(255,220,88,.55);
  color:#fff3c7;
  background:linear-gradient(180deg,#702391,#47125e);
  box-shadow:0 0 14px rgba(203,74,242,.12);
}
.landing-userid-button span{color:#ffe468;font-size:20px;line-height:1}
.landing-login-button:is(:hover,:focus-visible),.landing-userid-button:is(:hover,:focus-visible){filter:brightness(1.08);outline:2px solid rgba(255,224,107,.34);outline-offset:2px}
.landing-login-button:active,.landing-userid-button:active{transform:translateY(1px)}
.casino-login-note{display:block;margin:13px 0 0;color:#a998af;font-size:10px;line-height:1.45}

.casino-rewards-section{
  position:relative;
  width:100%;
  max-width:none;
  margin:18px 0 0;
  padding:19px;
  border:1px solid rgba(255,221,94,.42);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(64,15,79,.8),rgba(17,3,23,.94));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.13),inset 0 -5px 0 rgba(0,0,0,.25),0 8px 0 #09010d,0 18px 35px rgba(0,0,0,.38),0 0 22px rgba(177,55,221,.15);
}
.casino-rewards-section::before{
  content:"";
  position:absolute;
  inset:5px;
  pointer-events:none;
  border:1px solid rgba(255,255,255,.045);
  border-radius:17px;
}
.casino-rewards-heading{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:12px;
  width:100%;
  max-width:none;
  margin:0;
  padding:0 2px 8px;
  border-bottom:1px solid rgba(255,216,74,.23);
  background:none;
  box-shadow:0 7px 14px -13px rgba(255,218,76,.8);
}
.casino-rewards-heading>span{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  flex:0 0 48px;
  border:1px solid #ffe36d;
  border-radius:14px;
  color:#ffe36d;
  background:linear-gradient(145deg,#6b267f,#2d0a39);
  box-shadow:inset 0 1px rgba(255,255,255,.22),inset 0 -4px rgba(0,0,0,.22),0 4px 0 #16031c,0 0 15px rgba(255,207,42,.18);
  font-size:22px;
  text-shadow:0 2px 2px rgba(0,0,0,.65);
}
.casino-rewards-heading small{display:block;color:#dcb9e7;font-size:8px;font-weight:900;letter-spacing:.17em}
.casino-rewards-heading h2{
  margin:3px 0 0;
  color:#fff3bc;
  background:none;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(22px,3vw,31px);
  line-height:1.05;
  letter-spacing:0;
  text-shadow:0 2px 0 #5a3010,0 4px 10px rgba(0,0,0,.55),0 0 14px rgba(255,213,55,.15);
  -webkit-background-clip:border-box;
  -webkit-text-fill-color:currentColor;
  -webkit-text-stroke:0;
  filter:none;
  animation:none;
}
.casino-offer-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  width:100%;
  max-width:none;
  margin:9px 0 0;
  padding:0;
}
.casino-offer-card{
  position:relative;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:15px;
  align-items:start;
  min-height:154px;
  padding:22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  box-shadow:inset 0 1px rgba(255,255,255,.14),inset 0 -5px rgba(0,0,0,.24),0 5px 0 rgba(3,0,5,.9),0 14px 28px rgba(0,0,0,.32);
  transform:translateZ(0);
}
.casino-offer-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  background:linear-gradient(120deg,rgba(255,255,255,.09),transparent 28%,transparent 72%,rgba(255,255,255,.025));
}
.casino-offer-card>span{
  display:grid;
  place-items:center;
  width:50px;
  height:50px;
  border:1px solid currentColor;
  border-radius:50%;
  background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(0,0,0,.3));
  box-shadow:inset 0 2px rgba(255,255,255,.17),inset 0 -4px rgba(0,0,0,.25),0 4px 0 rgba(0,0,0,.38),0 0 14px rgba(255,216,75,.1);
  font-size:15px;
  font-weight:950;
}
.casino-offer-card small{display:block;font-size:9px;font-weight:900;line-height:1.1;letter-spacing:.14em}
.casino-offer-card h2{margin:3px 0 4px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:20px;line-height:1.08}
.casino-offer-card p{margin:0;color:#ded3e1;font-size:12px;line-height:1.5}
.casino-offer-free{color:#ffe069;background:linear-gradient(145deg,#49145d,#260830)}
.casino-offer-cashback{color:#65f4aa;background:linear-gradient(145deg,#0c4131,#09251f)}
.casino-offer-instant{color:#70caff;background:linear-gradient(145deg,#0b3758,#091d35)}

.casino-royal-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  width:100%;
  max-width:none;
  margin:16px 0 0;
  padding:16px 20px;
  border:1px solid rgba(255,213,74,.25);
  border-radius:16px;
  background:linear-gradient(90deg,rgba(84,25,104,.5),rgba(23,6,31,.78));
  box-shadow:inset 0 1px rgba(255,255,255,.1),inset 0 -4px rgba(0,0,0,.22),0 5px 0 #07010a,0 14px 28px rgba(0,0,0,.3),0 0 14px rgba(255,211,63,.07);
}
.casino-royal-strip>div{display:flex;align-items:center;gap:12px;min-width:0}
.casino-royal-strip>div>span{color:#ffe276;font-size:27px}
.casino-royal-strip p{margin:0}
.casino-royal-strip small{display:block;color:#d8b6e2;font-size:8px;font-weight:900;letter-spacing:.16em}
.casino-royal-strip strong{display:block;margin-top:3px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:14px}
.casino-royal-strip>span{color:#cfc2d3;font-size:10px;font-weight:700;text-align:right}

.landing-disclaimer{
  position:relative;
  z-index:1;
  width:min(1130px,calc(100% - 28px));
  margin:0 auto;
  padding:14px 16px max(18px,env(safe-area-inset-bottom));
  border-top:1px solid rgba(255,215,88,.18);
  color:#a99dad;
  font-size:10px;
  line-height:1.5;
  text-align:center;
}

@keyframes casino-welcome-pulse{0%,100%{opacity:.7;transform:scale(.9)}50%{opacity:1;transform:scale(1.08)}}

@media(max-width:900px){
  .casino-hero{grid-template-columns:minmax(0,1fr) minmax(280px,.85fr);gap:24px;padding:35px 28px}
  .casino-hero-copy h1{font-size:clamp(43px,7vw,65px)}
  .casino-offer-card{padding:18px;grid-template-columns:1fr;gap:10px}
}

@media(max-width:760px){
  .landing-header{min-height:60px;padding:calc(env(safe-area-inset-top) + 8px) 14px 8px}
  .landing-brand img{width:36px;height:36px;flex-basis:36px}
  .landing-brand span{font-size:12px}.landing-brand b{font-size:9px}
  .landing-sign-up{min-height:36px;padding:7px 13px;font-size:11px}
  .casino-welcome{padding:12px 10px 13px}
  .casino-hero{grid-template-columns:1fr;min-height:0;gap:23px;padding:30px 18px 18px;border-radius:21px}
  .casino-hero-copy{text-align:center}
  .casino-kicker{justify-content:center;font-size:9px;letter-spacing:.13em}
  .casino-hero-copy h1{font-size:clamp(40px,12.6vw,61px);line-height:.94}
  .casino-hero-intro{margin-top:16px;font-size:14px;line-height:1.5}
  .casino-hero-badges{justify-content:center;margin-top:16px}
  .casino-hero-badges span{font-size:9px;padding:7px 9px}
  .landing-login-prompt{max-width:440px;justify-self:center;padding:20px 16px;border-radius:17px}
  .casino-login-crown{width:45px;height:45px;margin-bottom:9px;font-size:21px}
  .landing-login-prompt h2{font-size:27px}
  .casino-login-lead{margin:8px auto 13px}
  .landing-login-button,.landing-userid-button{min-height:46px}
  .casino-suit-spade{font-size:100px}.casino-suit-diamond{left:78%;font-size:66px}
  .casino-chip-one{right:auto;left:3%;bottom:39%}.casino-chip-two{right:3%;top:35%}
  .casino-rewards-section{margin-top:14px;padding:13px;border-radius:18px;box-shadow:inset 0 1px rgba(255,255,255,.12),inset 0 -4px rgba(0,0,0,.23),0 6px 0 #09010d,0 16px 28px rgba(0,0,0,.34)}
  .casino-rewards-heading{gap:10px;padding-bottom:7px}
  .casino-rewards-heading>span{width:41px;height:41px;flex-basis:41px;font-size:18px}
  .casino-rewards-heading h2{font-size:23px}
  .casino-offer-grid{grid-template-columns:1fr;gap:12px;margin-top:8px}
  .casino-offer-card{grid-template-columns:auto minmax(0,1fr);min-height:0;padding:15px;border-radius:15px}
  .casino-offer-card>span{width:43px;height:43px;font-size:13px}
  .casino-offer-card h2{font-size:18px}.casino-offer-card p{font-size:11px}
  .casino-royal-strip{display:block;padding:14px;margin-top:10px;text-align:center}
  .casino-royal-strip>div{justify-content:center}.casino-royal-strip>span{display:block;margin-top:9px;text-align:center}
}

@media(max-width:430px){
  .landing-brand{gap:7px}.landing-brand img{width:32px;height:32px;flex-basis:32px}
  .landing-brand span{font-size:10px}.landing-brand b{font-size:8px}
  .casino-welcome{padding-inline:8px}
  .casino-hero{padding:25px 13px 14px;border-radius:18px}
  .casino-kicker{margin-bottom:11px}
  .casino-hero-copy h1{font-size:clamp(38px,12.2vw,52px)}
  .casino-hero-intro{font-size:13px}
  .casino-hero-badges{gap:5px}
  .casino-hero-badges span{padding:6px 7px;font-size:8px}
  .landing-login-prompt{padding:17px 13px!important}
  .casino-login-note{margin-top:10px}
  .casino-rewards-section{padding:11px}
  .casino-rewards-heading h2{font-size:21px}
  .casino-offer-card{padding:13px;gap:11px}
  .casino-offer-card h2{font-size:16px}.casino-offer-card p{font-size:10px}
  .casino-royal-strip strong{font-size:12px}
  .landing-disclaimer{width:calc(100% - 18px);padding-inline:9px;font-size:9px}
}

@media(prefers-reduced-motion:reduce){
  .casino-kicker span{animation:none}
  .signed-out-landing{scroll-behavior:auto}
}
