:root{
  --ink:#2e1f3a;
  --muted:#6f6277;
  --cream:#fff8e7;
  --cream-2:#f8ead1;
  --gold:#f1b54a;
  --gold-deep:#b96f1d;
  --purple:#5b3cc4;
  --violet:#7a5de8;
  --green:#42c85a;
  --red:#ee5a52;
  --shadow:0 24px 70px rgba(41,24,50,.16);
  --radius:30px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  font-family:Inter,ui-rounded,"SF Pro Rounded","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at 10% 10%,rgba(255,255,255,.55),transparent 26%),
    radial-gradient(circle at 88% 4%,rgba(255,226,139,.5),transparent 24%),
    linear-gradient(180deg,#f8d6a0 0%,#e9ba79 42%,#c98e50 100%);
  min-height:100vh;
}
body:before{
  content:"";
  position:fixed;inset:0;
  pointer-events:none;
  opacity:.14;
  background-image:
    repeating-linear-gradient(90deg,rgba(89,45,19,.25) 0 2px,transparent 2px 92px),
    repeating-linear-gradient(0deg,rgba(89,45,19,.14) 0 1px,transparent 1px 46px);
  mix-blend-mode:multiply;
}
a{color:inherit}
.shell{width:min(1120px,calc(100% - 36px));margin:auto;position:relative}
.nav{
  display:flex;align-items:center;justify-content:space-between;
  padding:22px 0;
}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:900;letter-spacing:-.03em;font-size:1.25rem}
.brand-mark{
  width:48px;height:48px;border-radius:15px;
  background:linear-gradient(145deg,#5e43ca,#8c6cff);
  border:3px solid rgba(255,255,255,.8);
  box-shadow:0 8px 20px rgba(68,42,145,.28),inset 0 0 0 2px rgba(255,255,255,.15);
  display:grid;place-items:center;color:#fff;font-size:24px;
}
.nav-links{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.nav-links a{
  text-decoration:none;padding:10px 14px;border-radius:999px;font-weight:750;font-size:.94rem;
  background:rgba(255,248,231,.62);border:1px solid rgba(90,50,25,.1);backdrop-filter:blur(9px);
}
.hero{
  display:grid;grid-template-columns:1.15fr .85fr;gap:46px;align-items:center;
  padding:62px 0 82px;
}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border-radius:999px;
  background:rgba(255,248,231,.72);border:1px solid rgba(91,60,196,.12);
  font-weight:800;color:#5b3cc4;font-size:.88rem;
}
h1{font-size:clamp(3.1rem,8vw,6.8rem);line-height:.86;letter-spacing:-.075em;margin:20px 0 22px}
.hero p{font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.65;color:#5e4e65;max-width:650px}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;text-decoration:none;
  padding:14px 19px;border-radius:16px;font-weight:850;border:1px solid transparent;
  transition:.2s ease;box-shadow:0 10px 24px rgba(45,27,57,.1)
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(145deg,#5c40c7,#7b60ea);color:white}
.btn-soft{background:rgba(255,248,231,.85);border-color:rgba(55,32,67,.1)}
.game-card{
  border-radius:38px;padding:32px 28px 25px;
  background:linear-gradient(160deg,rgba(255,250,237,.96),rgba(249,232,204,.96));
  box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.7);
  transform:rotate(1.5deg);position:relative;overflow:hidden;
}
.game-card:after{
  content:"";position:absolute;inset:auto -30px -65px auto;width:180px;height:180px;border-radius:50%;
  background:rgba(122,93,232,.12)
}
.game-title{text-align:center;font-weight:950;font-size:1.6rem;letter-spacing:-.04em}
.bottles{height:300px;display:flex;justify-content:center;align-items:flex-end;gap:18px;padding:22px 0 10px}
.bottle{
  width:58px;height:228px;border:5px solid rgba(73,68,88,.44);
  border-top-width:0;border-radius:0 0 21px 21px;position:relative;
  background:rgba(255,255,255,.22);box-shadow:inset 10px 0 16px rgba(255,255,255,.32),0 10px 18px rgba(61,42,52,.1);
  overflow:hidden;
}
.bottle:before{
  content:"";position:absolute;width:34px;height:30px;left:7px;top:-30px;
  border:5px solid rgba(73,68,88,.44);border-bottom:0;border-radius:9px 9px 0 0;background:rgba(255,255,255,.2)
}
.bottle:after{content:"";position:absolute;left:6px;top:10px;width:7px;height:125px;border-radius:99px;background:rgba(255,255,255,.35)}
.liquid{position:absolute;left:0;right:0;bottom:0;height:25%;border-top:2px solid rgba(255,255,255,.4)}
.l1{height:25%;background:#ff5e55}.l2{height:50%;background:linear-gradient(to top,#ff5e55 0 50%,#ffd447 50%)}
.l3{height:75%;background:linear-gradient(to top,#58d67c 0 33.3%,#5db4ff 33.3% 66.6%,#8b63ee 66.6%)}
.l4{height:100%;background:linear-gradient(to top,#ffd447 0 25%,#ff814f 25% 50%,#55c9da 50% 75%,#8b63ee 75%)}
.card-note{text-align:center;color:#776780;font-weight:700;font-size:.95rem;margin-top:8px}
.section{padding:30px 0 80px}
.section-title{font-size:clamp(2rem,5vw,3.5rem);letter-spacing:-.055em;margin:0 0 12px}
.section-copy{color:#65566b;max-width:700px;line-height:1.65}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}
.feature{
  background:rgba(255,248,231,.82);border:1px solid rgba(255,255,255,.7);
  border-radius:24px;padding:24px;box-shadow:0 14px 40px rgba(55,30,49,.08)
}
.feature .ico{font-size:28px;margin-bottom:12px}
.feature h3{margin:0 0 8px;font-size:1.1rem}
.feature p{margin:0;color:#736477;line-height:1.55;font-size:.95rem}
.legal-wrap{padding:34px 0 80px}
.legal-hero{
  background:linear-gradient(145deg,rgba(255,250,239,.96),rgba(250,234,207,.96));
  border:1px solid rgba(255,255,255,.76);border-radius:32px;padding:34px 34px 28px;box-shadow:var(--shadow);margin-bottom:20px
}
.legal-hero h1{font-size:clamp(2.5rem,7vw,4.8rem);line-height:.95;margin:0 0 14px}
.legal-hero p{color:#6b5a70;line-height:1.65;margin:0;max-width:760px}
.legal-card{
  background:rgba(255,250,239,.94);border:1px solid rgba(255,255,255,.72);
  border-radius:28px;padding:34px;box-shadow:0 18px 45px rgba(55,30,49,.08)
}
.legal-card h2{margin:32px 0 10px;font-size:1.35rem}
.legal-card h2:first-child{margin-top:0}
.legal-card p,.legal-card li{line-height:1.75;color:#5f5264}
.legal-card ul{padding-left:20px}
.notice{padding:14px 16px;border-radius:16px;background:#f2e9ff;color:#513c87;border:1px solid #ded1ff;margin:20px 0;font-weight:700}
.faq{display:grid;gap:12px;margin-top:22px}
.faq details{background:rgba(255,250,239,.92);padding:17px 19px;border-radius:18px;border:1px solid rgba(80,50,90,.08)}
.faq summary{font-weight:850;cursor:pointer}
.faq p{color:#65586b;line-height:1.6;margin:12px 0 2px}
.footer{
  padding:30px 0 42px;color:#5f4e63;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:.9rem
}
.footer-links{display:flex;gap:15px;flex-wrap:wrap}
.footer a{text-decoration:none;font-weight:750}
@media(max-width:820px){
  .hero{grid-template-columns:1fr;padding-top:30px}
  .game-card{max-width:520px;margin:auto;width:100%;transform:none}
  .grid{grid-template-columns:1fr}
  .nav{align-items:flex-start;gap:16px}
}
@media(max-width:520px){
  .shell{width:min(100% - 22px,1120px)}
  .nav-links{gap:6px}
  .nav-links a{padding:8px 10px;font-size:.82rem}
  .hero{gap:28px;padding-bottom:54px}
  .game-card{padding:24px 14px 18px}
  .bottles{height:250px;gap:10px}
  .bottle{width:49px;height:198px}
  .legal-card,.legal-hero{padding:24px 20px}
}
