/* SVR Poker Site v2 — configured for Scarlett VR Poker */
/* Keep structure compatible with repos that already have assets/css and assets/js */
:root{
  --bg:#070b14;
  --bg2:#0b1020;
  --card:rgba(255,255,255,.06);
  --card2:rgba(255,255,255,.08);
  --stroke:rgba(255,255,255,.10);
  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.70);
  --muted2:rgba(255,255,255,.56);
  --primary:#76a7ff;
  --accent:#6ef3c5;
  --shadow: 0 22px 70px rgba(0,0,0,.45);
  --radius:18px;
  --radius2:26px;
  --max:1120px;
  --ring: 0 0 0 1px var(--stroke), 0 18px 60px rgba(0,0,0,.35);
  --grad: radial-gradient(1200px 600px at 12% 10%, rgba(118,167,255,.18), transparent 55%),
          radial-gradient(900px 520px at 86% 18%, rgba(110,243,197,.14), transparent 50%),
          radial-gradient(800px 420px at 68% 92%, rgba(255,255,255,.08), transparent 45%);
}

[data-theme="light"]{
  --bg:#f6f7fb;
  --bg2:#ffffff;
  --card:rgba(10,20,40,.05);
  --card2:rgba(10,20,40,.07);
  --stroke:rgba(10,20,40,.10);
  --text:rgba(10,20,40,.90);
  --muted:rgba(10,20,40,.66);
  --muted2:rgba(10,20,40,.55);
  --shadow: 0 22px 70px rgba(10,20,40,.12);
  --grad: radial-gradient(1200px 600px at 12% 10%, rgba(118,167,255,.28), transparent 55%),
          radial-gradient(900px 520px at 86% 18%, rgba(110,243,197,.22), transparent 50%),
          radial-gradient(800px 420px at 68% 92%, rgba(10,20,40,.06), transparent 45%);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,Helvetica,sans-serif;
  background: var(--bg);
  color: var(--text);
  background-image: var(--grad);
  background-attachment: fixed;
}
a{color:inherit; text-decoration:none}
a:hover{opacity:.93}
code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; font-size:.95em}
.wrap{max-width:var(--max); margin:0 auto; padding:0 18px}
.muted{color:var(--muted)}
.tiny{font-size:.90rem}
.hide-sm{display:inline}
.sep{opacity:.55; padding:0 8px}

.skip{
  position:absolute; left:-999px; top:0;
  background:var(--bg2); color:var(--text);
  padding:10px 12px; border-radius:12px;
}
.skip:focus{left:12px; top:12px; z-index:9999; box-shadow:var(--ring)}

.topbar{
  position:sticky; top:0; z-index:50;
  background: color-mix(in oklab, var(--bg2) 82%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--stroke);
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  min-height:64px;
}
.brand{
  display:flex; align-items:center; gap:10px;
  font-weight:900;
}
.brand img{filter: drop-shadow(0 6px 16px rgba(0,0,0,.25))}
.brand__name{letter-spacing:.2px}

.pill{
  font-size:.72rem;
  padding:4px 10px;
  border-radius:999px;
  border:1px solid var(--stroke);
  background:var(--card);
  color:var(--muted);
  font-weight:800;
}

.nav{
  display:flex; gap:16px;
  color:var(--muted);
  font-weight:700;
}
.nav a{padding:10px 10px; border-radius:12px}
.nav a:hover{background:var(--card)}

.actions{display:flex; align-items:center; gap:10px}

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  height:42px;
  padding:0 14px;
  border-radius:14px;
  border:1px solid var(--stroke);
  background:var(--card);
  color:var(--text);
  font-weight:900;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  cursor:pointer;
  user-select:none;
}
.btn--primary{
  border-color: color-mix(in oklab, var(--primary) 60%, var(--stroke));
  background: linear-gradient(135deg, color-mix(in oklab, var(--primary) 80%, #fff 0%), color-mix(in oklab, var(--accent) 70%, #fff 0%));
  color: rgba(4,10,20,.92);
}
.btn--ghost{
  background:transparent;
  box-shadow:none;
}
.btn:active{transform: translateY(1px)}
.icon{font-size:1rem}

.hamburger{
  display:none;
  width:44px; height:44px;
  border-radius:14px;
  border:1px solid var(--stroke);
  background:transparent;
  cursor:pointer;
}
.hamburger span{
  display:block;
  width:18px; height:2px;
  background:var(--text);
  margin:4px auto;
  border-radius:2px;
}

.mobile{
  border-top:1px solid var(--stroke);
  background: color-mix(in oklab, var(--bg2) 88%, transparent);
}
.mobile__inner{
  padding:14px 18px 18px;
  display:grid;
  gap:8px;
}
.mobile__inner a{
  padding:12px 12px;
  border-radius:14px;
  background:var(--card);
  border:1px solid var(--stroke);
  font-weight:900;
}

.hero{padding:66px 0 28px}
.hero__grid{
  display:grid;
  grid-template-columns: 1.08fr .92fr;
  gap:28px;
  align-items:center;
}
.kicker{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--stroke);
  background:var(--card);
  color:var(--muted);
  font-weight:900;
  font-size:.90rem;
}
.dot{
  width:8px; height:8px; border-radius:50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  box-shadow: 0 0 0 6px color-mix(in oklab, var(--primary) 20%, transparent);
}
h1{
  margin:16px 0 10px;
  font-size: clamp(2.2rem, 3.9vw, 3.35rem);
  line-height:1.06;
  letter-spacing:-.03em;
}
.lead{
  font-size:1.08rem;
  line-height:1.55;
  color:var(--muted);
  max-width: 62ch;
}
.cta{display:flex; gap:10px; flex-wrap:wrap; margin-top:18px}

.chips{display:flex; flex-wrap:wrap; gap:10px; margin-top:18px}
.chip{
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--stroke);
  background:var(--card);
  color:var(--muted);
  font-weight:900;
  font-size:.88rem;
}
.fineprint{margin-top:18px; color:var(--muted2); font-weight:700}

.hero__visual{position:relative; min-height: 380px}
.shadow{
  position:absolute; inset:auto 8% -32px 8%;
  height:64px;
  filter: blur(24px);
  background: radial-gradient(circle, rgba(0,0,0,.55), transparent 60%);
}

.showcase{
  position:relative;
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
}
.showcase__glow{
  position:absolute; inset:-2px;
  border-radius: var(--radius2);
  background: linear-gradient(135deg, rgba(118,167,255,.35), rgba(110,243,197,.18), rgba(255,255,255,.10));
  filter: blur(16px);
  opacity:.75;
}
.showcase__panel{
  position:relative;
  border-radius: var(--radius2);
  background: color-mix(in oklab, var(--bg2) 72%, transparent);
  border: 1px solid var(--stroke);
  padding:18px;
  overflow:hidden;
  transform: perspective(1100px) rotateY(-8deg) rotateX(4deg);
  transform-origin: 60% 40%;
}

.minihead{display:flex; align-items:center; gap:10px; margin-bottom:12px}
.minihead__badge{
  font-weight:1000; letter-spacing:.08em;
  padding:6px 10px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(118,167,255,.95), rgba(110,243,197,.85));
  color: rgba(4,10,20,.92);
}
.minihead__text{color:var(--muted); font-weight:900}

.screen{
  border-radius: var(--radius);
  border:1px solid var(--stroke);
  background: linear-gradient(180deg, rgba(255,255,255,.08), transparent);
  overflow:hidden;
}
.screen__top{
  display:flex; justify-content:space-between; align-items:center;
  padding:10px 12px;
  border-bottom:1px solid var(--stroke);
  background: rgba(0,0,0,.12);
}
[data-theme="light"] .screen__top{background: rgba(10,20,40,.06)}
.badge{
  display:inline-flex; align-items:center; gap:8px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid var(--stroke);
  background: var(--card);
  font-weight:900;
}
.screen__body{padding:12px}
.screen__grid{
  display:grid;
  grid-template-columns: repeat(2,1fr);
  gap:10px;
}
.tile{
  border-radius: 14px;
  border:1px solid var(--stroke);
  background: var(--card);
  padding:10px 10px;
}
.tile__k{color:var(--muted); font-weight:900; font-size:.88rem}
.tile__v{font-weight:1000; margin-top:6px}
.progress{margin-top:12px}
.progress__label{font-weight:1000; margin-bottom:8px}
.bar{
  height:10px;
  border-radius:999px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.06);
  overflow:hidden;
}
.bar span{
  display:block; height:100%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
}
.progress__meta{
  margin-top:8px;
  display:flex; gap:8px; flex-wrap:wrap;
  font-weight:800;
  color:var(--muted);
  font-size:.88rem;
}
.showcase__footer{margin-top:12px; display:flex; gap:10px; flex-wrap:wrap}
.pilllink{
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--stroke);
  background:transparent;
  font-weight:1000;
  color:var(--muted);
}

.section{padding:64px 0}
.section--alt{
  background: color-mix(in oklab, var(--bg2) 72%, transparent);
  border-top:1px solid var(--stroke);
  border-bottom:1px solid var(--stroke);
}
.section__head{margin-bottom:22px}
.section__head h2{
  margin:0 0 8px;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  letter-spacing:-.02em;
}
.section__head p{margin:0}

.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.card{
  border-radius: var(--radius);
  border:1px solid var(--stroke);
  background: var(--card);
  padding:16px;
  box-shadow: 0 14px 40px rgba(0,0,0,.12);
}
.card__icon{
  width:42px; height:42px; border-radius:14px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(118,167,255,.22), rgba(110,243,197,.18));
  border:1px solid var(--stroke);
  margin-bottom:10px;
}
.card h3{margin:0 0 8px}
.card p{margin:0; color:var(--muted); line-height:1.55}

.grid2{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:14px;
}
.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.panel, .price{
  border-radius: var(--radius);
  border:1px solid var(--stroke);
  background: var(--card);
  padding:16px;
  box-shadow: 0 14px 40px rgba(0,0,0,.12);
}
.panel{display:flex; gap:14px; align-items:flex-start}
.panel__icon{
  width:42px; height:42px; border-radius:14px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(118,167,255,.22), rgba(110,243,197,.18));
  border:1px solid var(--stroke);
  flex:0 0 auto;
  font-size:1.1rem;
}
.codebox{
  margin-top:10px;
  padding:12px;
  border-radius:14px;
  border:1px solid var(--stroke);
  background: rgba(0,0,0,.18);
}
[data-theme="light"] .codebox{background: rgba(10,20,40,.06)}
.minirow{display:flex; gap:8px; flex-wrap:wrap; margin-top:10px}
.tag{
  padding:6px 10px;
  border-radius:999px;
  border:1px solid var(--stroke);
  background:transparent;
  color:var(--muted);
  font-weight:900;
  font-size:.85rem;
}

.price__top{display:flex; justify-content:space-between; align-items:baseline; gap:10px}
.price__num{
  margin:10px 0 12px;
  font-size:2rem;
  font-weight:1000;
  letter-spacing:-.03em;
}
.ticks{margin:0; padding-left: 18px; color:var(--muted); font-weight:800}
.ticks li{margin:8px 0}
.price--highlight{
  background: linear-gradient(180deg, rgba(118,167,255,.18), rgba(255,255,255,.06));
  border-color: color-mix(in oklab, var(--primary) 35%, var(--stroke));
}

.callout{
  margin-top:16px;
  border-radius: var(--radius);
  border:1px solid var(--stroke);
  background: linear-gradient(135deg, rgba(118,167,255,.14), rgba(110,243,197,.10), rgba(255,255,255,.06));
  padding:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.media{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:14px;
  align-items:start;
}
.video__frame{
  border-radius: var(--radius);
  border:1px solid var(--stroke);
  background: linear-gradient(180deg, rgba(255,255,255,.08), transparent);
  min-height: 320px;
  padding:16px;
  position:relative;
  overflow:hidden;
  box-shadow: 0 14px 40px rgba(0,0,0,.12);
}
.video__badge{
  position:absolute; top:14px; left:14px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid var(--stroke);
  background: var(--card);
  font-weight:900;
}
.video__hint{position:absolute; left:16px; bottom:16px}
#fakePlay{position:absolute; right:16px; bottom:16px}
.shots{
  display:grid;
  grid-template-columns: repeat(2,1fr);
  gap:12px;
}
.shot{
  border-radius: var(--radius);
  border:1px solid var(--stroke);
  background: var(--card);
  overflow:hidden;
  box-shadow: 0 14px 40px rgba(0,0,0,.12);
}
.shot img{display:block; width:100%; height:auto}

.faq details{
  border-radius: var(--radius);
  border:1px solid var(--stroke);
  background: var(--card);
  padding:14px;
  margin:10px 0;
}
.faq summary{cursor:pointer; font-weight:1000}
.faq__body{color:var(--muted); margin-top:10px; line-height:1.6}

.form{display:flex; gap:10px; flex-wrap:wrap; margin-top:10px}
input[type="email"]{
  flex:1 1 220px;
  height:42px;
  padding:0 12px;
  border-radius:14px;
  border:1px solid var(--stroke);
  background: color-mix(in oklab, var(--bg2) 70%, transparent);
  color:var(--text);
  outline:none;
}
input[type="email"]:focus{box-shadow: 0 0 0 6px rgba(118,167,255,.14)}
.sr-only{
  position:absolute;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  border:0;
}

.footer{
  padding:26px 0 44px;
  border-top:1px solid var(--stroke);
  background: color-mix(in oklab, var(--bg2) 82%, transparent);
}
.footer__inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:16px; flex-wrap:wrap;
}
.footer__brand{display:flex; align-items:center; gap:10px}
.footer__links{display:flex; gap:14px; color:var(--muted); font-weight:900}
.footer__meta a{color:inherit; text-decoration:underline; text-underline-offset:3px}

/* Responsive */
@media (max-width: 980px){
  .hero__grid{grid-template-columns:1fr; gap:18px}
  .showcase__panel{transform:none}
  .cards{grid-template-columns: repeat(2,1fr)}
  .media{grid-template-columns:1fr}
}
@media (max-width: 680px){
  .nav{display:none}
  .hamburger{display:inline-grid; place-items:center}
  .hide-sm{display:none}
  .cards{grid-template-columns:1fr}
  .grid2{grid-template-columns:1fr}
  .grid3{grid-template-columns:1fr}
  .shots{grid-template-columns:1fr}
}

/* Custom atmospheric smoke background and falling poker chips */
body::before{
  content:'';
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  pointer-events:none;
  background-image:url('../img/smoke-bg.png');
  background-size:cover;
  background-position:center;
  opacity:0.28;
  z-index:-2;
}

/* Container for falling chips overlay */
.chips-container{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  pointer-events:none;
  overflow:hidden;
  z-index:-1;
}
.chip{
  position:absolute;
  width:44px;
  height:44px;
  background-image:url('../img/chip.png');
  background-size:contain;
  background-repeat:no-repeat;
  opacity:0.9;
  animation:chipfall 10s linear infinite;
}
@keyframes chipfall{
  0%   { transform: translateY(-120%) rotate(0deg); }
  100% { transform: translateY(120vh) rotate(360deg); }
}
