@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700;800&display=swap');
:root{--red:#7b090d;--deep:#250204;--gold:#ffca4b;--gold2:#fff0a3;--cream:#fff7df;--muted:#d6b8a9;--line:rgba(255,210,104,.22)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Kanit,system-ui,sans-serif;color:#fff;background:radial-gradient(circle at 50% 0,#6f070b 0,#310306 35%,#160102 76%);overflow-x:hidden}.shell{width:min(1120px,calc(100% - 34px));margin:auto}.agebar{height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 max(18px,calc((100vw - 1120px)/2));font-size:13px;background:#160102;border-bottom:1px solid var(--line);letter-spacing:.4px}.agebar span{color:var(--gold)}.agebar strong{font-weight:500;color:#f0d7c8}.ticker{overflow:hidden;white-space:nowrap;background:linear-gradient(90deg,#9a0c12,#5d0509,#9a0c12);border-bottom:1px solid rgba(255,225,128,.35);color:#ffe091;font-size:13px}.ticker div{display:inline-block;padding:8px 0;min-width:200%;animation:tick 24s linear infinite}@keyframes tick{to{transform:translateX(-50%)}}.hero{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:32px;padding:72px 0 48px}.eyebrow{margin:0 0 6px;color:var(--gold);font-size:13px;font-weight:700;letter-spacing:2px}.subbrand{margin:0;color:#c99b82;font-size:12px;letter-spacing:1px}.hero h1{margin:15px 0 18px;font-size:clamp(50px,7vw,88px);line-height:.98;letter-spacing:-2px;text-shadow:0 4px 28px rgba(0,0,0,.4)}.hero h1 span{color:var(--gold2)}.lead{max-width:650px;color:#efd9ce;font-size:18px;line-height:1.75}.badges{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0}.badges span{padding:7px 12px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.04);font-size:12px}.cta,.float-cta{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;color:#3c0904;background:linear-gradient(180deg,#fff1a7,#ffbd27);box-shadow:0 8px 28px rgba(255,165,18,.32),inset 0 1px #fff;border:1px solid #ffe58b}.cta{min-width:220px;padding:15px 24px;border-radius:14px;font-size:18px}.hero small{display:block;margin-top:10px;color:#a98474}.hero code{color:#e7b77d}.hero-art{height:520px;position:relative;display:grid;place-items:center}.phone{width:265px;height:510px;border-radius:39px;padding:12px;background:linear-gradient(145deg,#f9c44e,#8c3f0b 32%,#ffe889 65%,#6e2507);transform:rotate(7deg);box-shadow:0 28px 80px rgba(0,0,0,.55),0 0 55px rgba(255,150,15,.28);z-index:2}.screen{height:100%;border-radius:30px;padding:55px 17px 20px;background:linear-gradient(#250204,#5e080b);border:2px solid #170102}.phone-top{position:absolute;width:100px;height:22px;background:#150102;border-radius:0 0 15px 15px;margin-left:70px;z-index:3}.screen-title{text-align:center;color:var(--gold);font-size:26px;font-weight:800;margin-bottom:35px}.screen-card{padding:16px;margin:12px 0;border-radius:16px;background:linear-gradient(135deg,rgba(255,208,80,.19),rgba(255,255,255,.04));border:1px solid var(--line)}.screen-card b,.screen-card span{display:block}.screen-card span{color:#d7b9a8;font-size:12px;margin-top:3px}.screen-button{margin-top:34px;text-align:center;padding:13px;border-radius:12px;background:linear-gradient(#ffe78e,#f2aa13);color:#4c0905;font-weight:700}.orb{position:absolute;border-radius:50%;filter:blur(2px)}.orb-a{width:390px;height:390px;background:radial-gradient(circle,#ffcf48 0,#a90b0f 34%,transparent 67%);opacity:.65}.orb-b{width:520px;height:150px;background:#fd8e0d;filter:blur(80px);bottom:22px;opacity:.28}.ball{position:absolute;width:77px;height:77px;border-radius:50%;display:grid;place-items:center;color:#7b0b0c;font-weight:800;font-size:31px;background:radial-gradient(circle at 35% 28%,#fff7bd,#ffc12b 44%,#9e4303 75%);border:4px solid #ffe37a;box-shadow:0 10px 28px #0008;z-index:4}.b1{left:12%;top:18%}.b2{right:2%;top:28%}.b3{left:6%;bottom:10%}.stats{display:grid;grid-template-columns:1.2fr repeat(3,1fr);border:1px solid var(--line);border-radius:20px;overflow:hidden;background:rgba(255,255,255,.035)}.stats article{min-height:120px;padding:24px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--line)}.stats article:last-child{border:0}.stats b{color:var(--gold);font-size:30px}.stats span{color:#d9bfb2;font-size:13px;line-height:1.5}.section{padding:100px 0 10px}.section h2{font-size:clamp(34px,5vw,58px);margin:6px 0 7px}.section-lead{margin:0 0 32px;color:#caa99a}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.category-grid article{position:relative;padding:30px 23px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,rgba(151,15,20,.5),rgba(37,2,4,.75));overflow:hidden;transition:.25s}.category-grid article:hover{transform:translateY(-5px);border-color:#f5b82d}.category-grid i{position:absolute;right:16px;top:10px;font-size:38px;font-style:normal;font-weight:800;color:rgba(255,215,112,.12)}.category-grid h3{margin:22px 0 5px;color:#ffe190}.category-grid p{margin:0;color:#c8a89a;font-size:13px}.promo-grid{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:1fr 1fr;gap:16px}.promo{min-height:245px;position:relative;display:flex;align-items:flex-end;padding:28px;border-radius:22px;border:1px solid rgba(255,220,115,.3);overflow:hidden;background:#58070a;box-shadow:inset 0 -120px 110px rgba(18,0,1,.72)}.promo:before,.promo:after{content:"";position:absolute;border-radius:50%}.promo:before{width:290px;height:290px;right:-65px;top:-70px;background:repeating-radial-gradient(circle,#ffdf70 0 8px,#ba3f0d 9px 18px);opacity:.45;filter:blur(.4px)}.promo:after{width:210px;height:210px;right:25px;top:15px;border:25px solid rgba(255,211,79,.16);box-shadow:0 0 0 25px rgba(255,211,79,.07),0 0 0 50px rgba(255,211,79,.04)}.promo>span{position:absolute;left:20px;top:20px;padding:6px 10px;border-radius:20px;background:#f3b51e;color:#430705;font-weight:800;font-size:10px;letter-spacing:1px}.promo div{position:relative;z-index:2;max-width:450px}.promo small{color:#f4bd35;font-weight:700}.promo h3{font-size:28px;margin:3px 0}.promo p{margin:0;color:#d7b6a7}.p1{grid-row:span 2;min-height:506px;background:radial-gradient(circle at 75% 30%,#e18714 0,#920d12 31%,#390305 72%)}.p2{background:radial-gradient(circle at 75% 25%,#ef9e16,#870b10 42%,#310204)}.p3{background:radial-gradient(circle at 75% 25%,#ffcf4f,#6f080d 42%,#280203)}.why{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;padding-bottom:100px}.why-list article{display:grid;grid-template-columns:65px 1fr;gap:18px;padding:22px 0;border-bottom:1px solid var(--line)}.why-list b{color:#ffd55d;font-size:30px}.why-list h3{margin:0 0 5px}.why-list p{margin:0;color:#c6a699;font-size:13px}footer{text-align:center;padding:45px 20px 105px;border-top:1px solid var(--line);background:#100102;color:#a98578;font-size:12px}footer b{display:block;color:#ffcd55;font-size:22px}.privacy{opacity:.7}.float-cta{position:fixed;z-index:20;left:50%;bottom:16px;transform:translateX(-50%);width:min(520px,calc(100% - 30px));padding:15px;border-radius:15px;font-size:17px}
@media(max-width:820px){.hero{grid-template-columns:1fr;padding-top:55px}.hero-copy{text-align:center}.lead{margin-inline:auto}.badges{justify-content:center}.hero-art{height:470px}.stats{grid-template-columns:1fr 1fr}.stats article:nth-child(2){border-right:0}.stats article{border-bottom:1px solid var(--line)}.category-grid{grid-template-columns:1fr 1fr}.promo-grid{grid-template-columns:1fr;grid-template-rows:auto}.p1{grid-row:auto;min-height:330px}.why{grid-template-columns:1fr;gap:20px}}
@media(max-width:520px){.agebar{font-size:11px}.hero h1{font-size:48px}.hero-art{height:410px}.phone{width:215px;height:405px;border-radius:31px}.screen{border-radius:23px;padding-top:45px}.phone-top{width:78px;height:18px;margin-left:57px}.screen-title{font-size:22px;margin-bottom:15px}.screen-card{padding:11px}.screen-button{margin-top:18px}.ball{width:58px;height:58px;font-size:23px}.stats{grid-template-columns:1fr}.stats article{border-right:0}.category-grid{grid-template-columns:1fr}.section{padding-top:72px}.promo{min-height:280px}.why{padding-bottom:80px}}

/* Prevent repeated registration clicks while redirecting */
.js-register.is-disabled,
.js-register[aria-disabled="true"] {
  pointer-events: none;
  cursor: wait;
  opacity: 0.72;
  filter: saturate(0.65);
}
