:root{--white:#fff;--primary:#4d9df9;--primary-dark:#0c5bc0;--primary-deep:#002dbd;--primary-soft:#eaf4ff;--green:#34c759;--red:#ff383c;--gold:#d6a83d;--black:#121826;--text:#243247;--muted:#68778d;--surface:#f3f8ff;--border:#dce9f8;--linear-blue:linear-gradient(100deg, #4d9df9, #002dbd);--linear-gold:linear-gradient(90deg, #c29743, #f1d782 24%, #ffefc0 51%, #e8ca75 77%, #bf923e);--shadow:0 4px 18px #2360a41a, inset 0 1px 0 #ffffffbf;--shadow-lg:0 24px 60px #15539e2b;--radius-xs:8px;--radius-md:18px;--radius-pill:32px;--font:"Noto Sans Thai", Tahoma, sans-serif;--container:1180px;--motion:.5s cubic-bezier(.2,.7,.2,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:var(--white);font:400 14px/1.572 var(--font);-webkit-font-smoothing:antialiased;margin:0}body::selection{color:var(--white);background:var(--primary-dark)}a{color:inherit;text-decoration:none}p,h1,h2,h3{margin-top:0}svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.svg-defs{width:0;height:0;position:absolute;overflow:hidden}.container{width:min(var(--container), calc(100% - 48px));margin-inline:auto}.skip-link{z-index:9999;border-radius:var(--radius-xs);color:var(--white);background:var(--primary-deep);padding:10px 16px;transition:transform .2s;position:fixed;top:12px;left:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline-offset:4px;outline:3px solid #ffbd2e}.notice-bar{color:#dfeeff;background:#063375;font-size:12px}.notice-inner{justify-content:space-between;align-items:center;gap:20px;min-height:34px;display:flex}.notice-inner>span{align-items:center;gap:8px;display:flex}.notice-inner a{color:var(--white);font-weight:600}.notice-inner a:hover{text-decoration:underline}.live-dot{background:var(--green);border-radius:50%;width:7px;height:7px;animation:2s infinite pulse;box-shadow:0 0 0 4px #34c7592e}.site-header{z-index:50;backdrop-filter:blur(16px);background:#fffffff0;border-bottom:1px solid #4d9df924;position:sticky;top:0;box-shadow:0 3px 15px #0d4a8f0f}.nav-wrap{justify-content:space-between;align-items:center;gap:32px;min-height:76px;display:flex}.brand{flex-shrink:0;align-items:center;display:inline-flex}.brand img{object-fit:contain;width:176px;height:58px;display:block}.brand .custom-logo-link{align-items:center;display:inline-flex}.brand .custom-logo{object-fit:contain;width:176px;height:58px;display:block}.main-nav{align-self:stretch;align-items:center;gap:28px;display:flex}.main-nav>ul{align-items:center;gap:28px;height:100%;margin:0;padding:0;list-style:none;display:flex}.main-nav>ul>li{align-items:stretch;height:100%;display:flex}.main-nav a{color:#53647a;place-items:center;height:100%;font-weight:600;transition:color .2s;display:grid;position:relative}.main-nav a:after{content:"";background:var(--primary);border-radius:3px 3px 0 0;height:3px;transition:right .25s,left .25s;position:absolute;bottom:0;left:50%;right:50%}.main-nav a:hover,.main-nav a.active,.main-nav .current-menu-item>a,.main-nav .current-menu-ancestor>a{color:var(--primary-dark)}.main-nav a:hover:after,.main-nav a.active:after,.main-nav .current-menu-item>a:after,.main-nav .current-menu-ancestor>a:after{left:0;right:0}.nav-actions{align-items:center;gap:8px;display:flex}.btn{border-radius:var(--radius-pill);min-height:44px;font-family:var(--font);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:9px;padding:10px 22px;font-weight:700;line-height:1.2;transition:transform .2s,box-shadow .2s,background .2s,color .2s,border-color .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn svg{width:18px;height:18px;transition:transform .2s}.btn:hover svg{transform:translate(3px)}.btn-primary{color:var(--white);background:var(--linear-blue);box-shadow:0 8px 22px #0053cb3d,inset 0 1px #ffffff59}.btn-primary:hover{background:linear-gradient(100deg,#348eea,#001e91);box-shadow:0 12px 28px #0046b452}.btn-login{color:var(--primary-dark);background:var(--white);border-color:#b7d9ff}.btn-login:hover{color:var(--primary-deep);background:var(--primary-soft);border-color:var(--primary)}.btn-white{color:var(--primary-dark);background:var(--white);border-color:#ffffffb3;box-shadow:0 8px 24px #11448424,inset 0 1px #fffc}.btn-white:hover{color:var(--primary-deep);box-shadow:0 12px 30px #11448438}.btn-small{min-height:42px;padding-inline:18px}.btn-large{min-height:54px;padding:15px 28px}.hero{background:linear-gradient(138deg,#f7fbff 0%,#e8f4ff 48%,#cfe5ff 100%);align-items:center;min-height:740px;padding:80px 0 105px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,#4d9df92e,#4d9df900 68%);border-radius:50%;width:760px;height:760px;position:absolute;top:-180px;right:-160px}.hero-grid{z-index:2;grid-template-columns:1fr .95fr;align-items:center;gap:80px;display:grid;position:relative}.hero-copy{padding-bottom:25px}.eyebrow{width:fit-content;color:var(--primary-dark);align-items:center;gap:9px;margin-bottom:22px;font-weight:700;display:flex}.eyebrow span{border-radius:var(--radius-pill);color:var(--white);background:var(--linear-blue);box-shadow:var(--shadow);padding:5px 12px;font-size:12px}h1,h2{color:var(--black);letter-spacing:-.035em;font-weight:800}h1{margin-bottom:21px;font-size:clamp(52px,5.8vw,80px);line-height:1.14}h1 em,h2 em{color:#0000;background:var(--linear-blue);background-clip:text;font-style:normal}.hero-copy>p{max-width:540px;color:var(--muted);margin-bottom:31px;font-size:17px;line-height:1.8}.hero-actions{align-items:center;gap:12px;margin-bottom:31px;display:flex}.hero-trust{color:#58708e;flex-wrap:wrap;gap:18px;font-size:12px;display:flex}.hero-trust span{align-items:center;gap:5px;display:flex}.hero-trust svg{width:16px;color:var(--green);stroke-width:2.6px}.hero-orb{filter:blur(2px);border-radius:50%;position:absolute}.orb-one{background:#4d9df914;width:240px;height:240px;top:80px;left:-80px}.orb-two{background:#34c7590f;width:170px;height:170px;bottom:30px;right:36%}.hero-dots{opacity:.22;background-image:radial-gradient(var(--primary) 1.5px,transparent 1.5px);background-size:16px 16px;width:200px;height:140px;position:absolute;top:110px;right:9%}.hero-wave{background:var(--white);border-radius:50% 50% 0 0;height:100px;position:absolute;bottom:-50px;left:-3%;right:-3%}.hero-banner-section{background:linear-gradient(#07101f 0,#0e315a 54%,#f2f8ff 54%,#fff 100%);min-height:0;padding:0 0 78px;display:block}.hero-banner{background:#07101f;width:100%;max-width:1672px;margin-inline:auto;display:block;overflow:hidden;box-shadow:0 22px 60px #09305e47}.hero-banner img{aspect-ratio:1672/941;object-fit:contain;width:100%;height:auto;display:block}.hero-summary{border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg),inset 0 4px 4px #ffffffbf;background:#fffffff5;grid-template-columns:1.25fr .75fr;align-items:center;gap:70px;margin-top:62px;padding:42px 48px;display:grid}.hero-summary h1{margin-bottom:17px;font-size:clamp(38px,4.4vw,58px)}.hero-summary>div:first-child>p{max-width:690px;color:var(--muted);margin-bottom:0;font-size:15px;line-height:1.8}.hero-summary-action{flex-direction:column;align-items:flex-start;gap:20px;display:flex}.hero-summary-action .hero-trust{gap:7px;display:grid}.hero-showcase{perspective:1000px;place-items:center;min-height:520px;display:grid;position:relative}.phone-shell{z-index:2;background:linear-gradient(145deg,#fff,#cbd9ea);border:1px solid #ffffffd9;border-radius:42px;width:302px;height:565px;padding:10px;position:relative;overflow:hidden;transform:rotateY(-7deg)rotateX(2deg)rotate(2deg);box-shadow:0 36px 75px #1b589e3d,inset 0 0 0 2px #ffffffa6}.phone-top{z-index:5;background:#101827;border-radius:14px;width:92px;height:22px;position:absolute;top:17px;left:50%;transform:translate(-50%)}.phone-screen{background:#f3f8ff;border-radius:33px;height:100%;padding:38px 16px 18px;overflow:hidden}.app-head{justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.app-head img{object-fit:contain;width:112px;height:36px}.avatar{width:31px;height:31px;color:var(--primary-dark);background:#dcecff;border-radius:50%;place-items:center;display:grid}.avatar svg{width:16px}.balance-card{color:var(--white);background:var(--linear-blue);border-radius:16px;padding:18px;box-shadow:0 12px 28px #0045b133}.balance-card>span{color:#dbeaff;font-size:10px}.balance-card>strong{margin:3px 0 15px;font-size:23px;display:block}.balance-card>div{grid-template-columns:1fr 1fr;gap:8px;display:grid}.balance-card>div span{border-radius:var(--radius-xs);background:#ffffff29;justify-content:center;align-items:center;gap:5px;padding:7px;font-size:9px;display:flex}.balance-card svg{width:13px;height:13px}.app-title{justify-content:space-between;align-items:center;margin:18px 0 10px;display:flex}.app-title strong{color:var(--black);font-size:12px}.app-title small{color:var(--primary-dark);font-size:8px}.app-lotto-list{gap:8px;display:grid}.app-lotto-list>div{background:var(--white);border:1px solid #e1ebf7;border-radius:12px;grid-template-columns:37px 1fr auto;align-items:center;gap:9px;padding:10px;display:grid;box-shadow:0 3px 9px #1043800d}.app-flag{width:36px;height:36px;color:var(--white);background:linear-gradient(135deg,#ff5b60,#a40012);border-radius:10px;place-items:center;font-size:9px;font-weight:800;display:grid}.app-flag.blue{background:var(--linear-blue)}.app-flag.green{background:linear-gradient(135deg,#6bdb88,#168b36)}.app-lotto-list p{color:var(--text);margin:0;font-size:10px;font-weight:700;line-height:1.35}.app-lotto-list p small{color:#8794a6;font-size:8px;font-weight:400;display:block}.app-lotto-list b{border-radius:var(--radius-pill);color:var(--primary-dark);background:#e4f1ff;padding:4px 8px;font-size:8px}.float-card{z-index:3;border-radius:var(--radius-xs);box-shadow:var(--shadow-lg), inset 0 4px 4px #ffffffbf;backdrop-filter:blur(12px);background:#ffffffe6;border:1px solid #fffc;align-items:center;gap:10px;padding:12px 16px;animation:5s ease-in-out infinite float;display:flex;position:absolute}.float-card>svg{width:24px;color:var(--primary-dark)}.float-card>span{flex-direction:column;line-height:1.35;display:flex}.float-card strong{color:var(--black);font-size:11px}.float-card small{color:var(--muted);font-size:9px}.float-secure{top:70px;right:-10px}.float-fast{animation-delay:1s;bottom:72px;left:-22px}.float-fast>svg{color:var(--green)}.metrics{z-index:3;background:var(--white);position:relative}.metrics-grid{border:1px solid var(--border);min-height:128px;box-shadow:var(--shadow);border-radius:18px;grid-template-columns:repeat(4,1fr);align-items:center;display:grid}.metrics-grid>div{text-align:center;position:relative}.metrics-grid>div:not(:last-child):after{content:"";background:var(--border);width:1px;height:84%;position:absolute;top:8%;right:0}.metrics-grid strong{color:var(--primary-dark);font-size:27px}.metrics-grid strong span{font-size:.58em}.metrics-grid p{color:var(--muted);margin:5px 0 0;font-size:11px}.brand-upgrade{background:var(--white);padding-top:82px}.upgrade-grid{grid-template-columns:.86fr 1.14fr;align-items:center;gap:80px;display:grid}.upgrade-grid .section-heading{margin-bottom:0}.upgrade-grid .section-heading>p{max-width:480px;margin-bottom:0;line-height:1.8}.upgrade-cards{gap:12px;display:grid}.upgrade-cards article{border:1px solid var(--border);border-radius:var(--radius-xs);background:var(--surface);box-shadow:var(--shadow);grid-template-columns:58px 1fr;align-items:center;gap:18px;padding:20px 22px;transition:transform .25s,border-color .25s,background .25s;display:grid}.upgrade-cards article:hover{background:var(--white);border-color:#9ec8ff;transform:translate(6px)}.upgrade-cards article>span{width:56px;height:56px;color:var(--white);background:var(--linear-blue);border-radius:16px;place-items:center;display:grid;box-shadow:0 8px 20px #004cbc2e}.upgrade-cards article:nth-child(2)>span{background:linear-gradient(135deg,#72d88b,#168c36)}.upgrade-cards article:nth-child(3)>span{background:linear-gradient(135deg,#ff6b70,#b60018)}.upgrade-cards h3{color:var(--black);margin:0 0 3px;font-size:16px}.upgrade-cards p{color:var(--muted);margin:0;font-size:11px}.section{padding:105px 0}.section-heading{margin-bottom:48px}.section-heading.centered{text-align:center;max-width:680px;margin-inline:auto}.section-label,.mini-label{color:var(--primary-dark);letter-spacing:.12em;align-items:center;gap:8px;margin-bottom:12px;font-size:11px;font-weight:800;display:inline-flex}.section-label:before{content:"";background:var(--primary);border-radius:3px;width:23px;height:3px}h2{margin-bottom:15px;font-size:clamp(34px,4vw,50px);line-height:1.25}.section-heading>p{color:var(--muted);font-size:15px}.section-heading.centered>p{max-width:560px;margin-inline:auto}.lotteries{background:var(--white)}.lottery-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.lottery-card{border:1px solid var(--border);border-radius:var(--radius-xs);background:var(--white);min-height:230px;box-shadow:var(--shadow);flex-direction:column;padding:23px;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.lottery-card:before{content:"";width:105px;height:105px;transition:transform var(--motion);background:#edf6ff;border-radius:50%;position:absolute;top:-45px;right:-45px}.lottery-card:hover{border-color:#9ec8ff;transform:translateY(-6px);box-shadow:0 18px 38px #1a5fad24}.lottery-card:hover:before{transform:scale(1.45)}.lottery-top{justify-content:space-between;align-items:flex-start;margin-bottom:22px;display:flex;position:relative}.lottery-flag{width:48px;height:48px;color:var(--white);background:var(--linear-blue);border-radius:14px;place-items:center;font-weight:800;display:grid;box-shadow:0 7px 16px #004bba33}.lottery-card:nth-child(2) .lottery-flag,.lottery-card:nth-child(5) .lottery-flag{background:linear-gradient(135deg,#ff666a,#a60012)}.lottery-card:nth-child(3) .lottery-flag,.lottery-card:nth-child(6) .lottery-flag{background:linear-gradient(135deg,#65d984,#138534)}.status-pill{border-radius:var(--radius-pill);color:#168234;background:#eaf9ee;align-items:center;gap:5px;padding:5px 9px;font-size:9px;font-weight:700;display:flex}.status-pill i{background:var(--green);border-radius:50%;width:5px;height:5px}.lottery-card h3{color:var(--black);margin-bottom:5px;font-size:18px}.lottery-card>p{color:var(--muted);font-size:12px}.lottery-bottom{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.lottery-bottom>span{color:#718198;align-items:center;gap:6px;font-size:10px;display:flex}.lottery-bottom>span svg{width:14px;color:var(--primary)}.lottery-bottom>a{width:32px;height:32px;color:var(--primary-dark);background:var(--primary-soft);border-radius:50%;place-items:center;transition:color .2s,background .2s;display:grid}.lottery-bottom>a:hover{color:var(--white);background:var(--primary-dark)}.lottery-bottom>a svg{width:15px}.inline-link{width:fit-content;color:var(--primary-dark);align-items:center;gap:7px;margin:31px auto 0;font-weight:700;display:flex}.inline-link svg{width:17px}.features{background:var(--surface);position:relative;overflow:hidden}.features:before{content:"";background:#4d9df914;border-radius:50%;width:430px;height:430px;position:absolute;top:-190px;left:-140px}.features .container{position:relative}.feature-heading{grid-template-columns:1fr 1fr;align-items:end;gap:80px;display:grid}.feature-heading h2{margin-bottom:0}.feature-heading>p{max-width:500px;margin-bottom:6px}.feature-grid{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}.feature-card{border:1px solid var(--border);border-radius:var(--radius-xs);min-height:260px;box-shadow:var(--shadow);background:#ffffffe0;padding:28px;transition:transform .25s,background .25s}.feature-card:hover{background:var(--white);transform:translateY(-5px)}.feature-icon{width:51px;height:51px;color:var(--white);background:var(--linear-blue);border-radius:16px;place-items:center;margin-bottom:30px;display:grid;box-shadow:0 8px 20px #004cbc33}.feature-card:nth-child(2) .feature-icon{background:linear-gradient(135deg,#73df90,#159039)}.feature-card:nth-child(3) .feature-icon{color:#6b4906;background:var(--linear-gold)}.feature-card:nth-child(4) .feature-icon{background:linear-gradient(135deg,#ff7c7f,#c7001b)}.feature-card h3{color:var(--black);margin-bottom:10px;font-size:17px}.feature-card p{color:var(--muted);font-size:12px}.how{background:var(--white)}.how-grid{grid-template-columns:.95fr 1.05fr;align-items:center;gap:105px;display:grid}.how-visual{background:var(--linear-blue);min-height:510px;box-shadow:var(--shadow-lg);border-radius:38px;place-items:center;display:grid;position:relative}.how-visual:before{content:"";opacity:.2;background-image:radial-gradient(#fff 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0;mask-image:linear-gradient(135deg,#000,#0000 65%)}.glass-panel{z-index:1;width:min(390px,82%);color:var(--white);backdrop-filter:blur(12px);background:#ffffff21;border:1px solid #ffffff59;border-radius:22px;padding:38px;position:relative;box-shadow:inset 0 4px 4px #ffffff1f,0 20px 45px #001c7338}.mini-label{color:#dbeaff}.glass-panel>strong{font-size:33px;line-height:1.3;display:block}.number-chips{gap:8px;margin:25px 0;display:flex}.number-chips span{border-radius:var(--radius-xs);width:45px;height:50px;color:var(--primary-deep);background:var(--white);place-items:center;font-size:20px;font-weight:800;display:grid;box-shadow:0 6px 15px #001f6624}.result-card{color:var(--text);background:var(--white);border-radius:12px;grid-template-columns:41px 1fr auto;align-items:center;gap:11px;padding:13px;display:grid}.result-card>span{width:40px;height:40px;color:var(--primary-dark);background:var(--primary-soft);border-radius:10px;place-items:center;display:grid}.result-card p{margin:0;font-size:10px;font-weight:700;line-height:1.45}.result-card p small{color:var(--muted);font-size:8px;font-weight:400;display:block}.result-card b{color:var(--primary-dark)}.how-copy>h2{margin-bottom:27px}.steps{margin-bottom:29px;display:grid}.steps article{grid-template-columns:58px 1fr;gap:19px;padding:12px 0 22px;display:grid;position:relative}.steps article:not(:last-child):after{content:"";background:#d8eaff;width:2px;position:absolute;top:65px;bottom:-1px;left:28px}.steps article>span{width:58px;height:58px;color:var(--primary-dark);background:var(--primary-soft);border:1px solid #cae2ff;border-radius:18px;place-items:center;font-weight:800;display:grid}.steps h3{color:var(--black);margin:3px 0 4px;font-size:17px}.steps p{color:var(--muted);margin:0;font-size:12px}.promo{background:var(--white);padding-top:30px}.promo-card{min-height:410px;color:var(--white);background:var(--linear-blue);box-shadow:var(--shadow-lg);border-radius:28px;grid-template-columns:1.12fr .88fr;align-items:center;padding:65px 75px;display:grid;position:relative;overflow:hidden}.promo-card:before{content:"";border:1px solid #ffffff2b;border-radius:50%;width:550px;height:550px;position:absolute;top:-190px;right:-90px;box-shadow:0 0 0 55px #ffffff09,0 0 0 110px #ffffff06}.promo-copy{z-index:2;position:relative}.promo-badge{border-radius:var(--radius-pill);color:#17477e;background:var(--linear-gold);margin-bottom:15px;padding:6px 13px;font-size:10px;font-weight:800;display:inline-block}.promo-copy h2{color:var(--white)}.promo-copy h2 em{color:#ffefc0;-webkit-text-fill-color:currentColor;background:0 0}.promo-copy p{color:#dcecff;max-width:530px;margin-bottom:27px;font-size:15px}.promo-art{z-index:1;min-height:280px;position:relative}.gift-box{width:190px;height:180px;position:absolute;bottom:25px;right:70px;transform:rotate(-4deg)}.promo-card+.promo-card{margin-top:34px}.promo-card-celebration{background:linear-gradient(110deg,#64100d 0%,#bd271e 52%,#f07324 100%)}.promo-card-celebration:before{left:-90px;right:auto}.promo-preview{z-index:2;border:4px solid #ffffffb8;border-radius:18px;transition:transform .25s,box-shadow .25s;display:block;position:relative;overflow:hidden;transform:rotate(1.5deg);box-shadow:0 20px 45px #2a040052}.promo-preview:hover{transform:rotate(0)translateY(-4px);box-shadow:0 25px 55px #2a040066}.promo-preview img{aspect-ratio:1678/943;object-fit:cover;width:100%;height:auto;display:block}.gift-body{background:linear-gradient(135deg,#ff5e62,#a90017);border-radius:8px 8px 18px 18px;height:135px;position:absolute;bottom:0;left:12px;right:12px;box-shadow:0 23px 40px #00135240}.gift-body:after{content:"";background:var(--linear-gold);width:28px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.gift-lid{z-index:2;background:linear-gradient(90deg,#c50018,#ff7779,#b20015);border-radius:8px;height:40px;position:absolute;top:34px;left:0;right:0;box-shadow:0 8px 13px #0000002e}.gift-lid:after{content:"";background:var(--linear-gold);width:35px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.gift-box i:before,.gift-box i:after{content:"";z-index:3;border:12px solid #e8ca75;border-radius:50% 50% 10px;width:65px;height:48px;position:absolute;top:-1px;left:50%}.gift-box i:before{transform:translate(-94%)rotate(25deg)}.gift-box i:after{border-radius:50% 50% 50% 10px;transform:translate(-6%)rotate(-25deg)}.coin{color:#794f05;background:var(--linear-gold);border:2px solid #fff2b5;border-radius:50%;place-items:center;font-weight:800;animation:5s ease-in-out infinite float;display:grid;position:absolute;box-shadow:0 10px 20px #00195a33}.coin-a{width:63px;height:63px;top:15px;right:28px}.coin-b{width:48px;height:48px;animation-delay:.7s;top:70px;left:35px}.coin-c{width:42px;height:42px;animation-delay:1.2s;bottom:8px;right:5px}.faq{background:var(--surface)}.faq-grid{grid-template-columns:.7fr 1.3fr;gap:90px;display:grid}.faq .section-heading{margin-bottom:0}.faq .section-heading>p{max-width:380px}.help-card{border-radius:var(--radius-xs);background:var(--white);width:fit-content;box-shadow:var(--shadow);border:1px solid #cfe3fa;align-items:center;gap:12px;margin-top:25px;padding:14px 16px;display:flex}.help-card>svg{color:var(--primary-dark)}.help-card>div{flex-direction:column;display:flex}.help-card strong{color:var(--black);font-size:12px}.help-card span{color:var(--muted);font-size:9px}.faq-list{border:1px solid var(--border);border-radius:var(--radius-xs);background:var(--white);box-shadow:var(--shadow);overflow:hidden}.faq-list details+details{border-top:1px solid var(--border)}.faq-list summary{min-height:76px;color:var(--black);cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding:15px 23px;font-size:14px;font-weight:700;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{background:var(--primary-soft);border-radius:50%;flex:none;width:22px;height:22px;position:relative}.faq-list summary>span:before,.faq-list summary>span:after{content:"";background:var(--primary-dark);border-radius:2px;width:10px;height:2px;transition:transform .2s;position:absolute;top:10px;left:6px}.faq-list summary>span:after{transform:rotate(90deg)}.faq-list details[open] summary>span:after{transform:rotate(0)}.faq-list details p{color:var(--muted);margin:-5px 58px 21px 23px;font-size:12px}.faq-list summary:hover{color:var(--primary-dark)}.final-cta{color:var(--white);background:var(--linear-blue);text-align:center;padding:95px 0;position:relative;overflow:hidden}.final-cta:before{content:"";opacity:.12;background-image:radial-gradient(#fff 1px,#0000 1px);background-size:18px 18px;position:absolute;inset:0;mask-image:radial-gradient(circle,#0000 10%,#000 80%)}.cta-orb{border:1px solid #ffffff21;border-radius:50%;width:700px;height:700px;position:absolute;top:-280px;left:50%;transform:translate(-50%);box-shadow:0 0 0 80px #ffffff06,0 0 0 160px #ffffff05}.final-inner{z-index:1;position:relative}.final-inner>img{object-fit:contain;width:220px;height:80px;margin-bottom:14px}.final-inner h2{color:var(--white);margin-bottom:8px}.final-inner>p{color:#dcecff;margin-bottom:27px;font-size:15px}.final-inner>div{flex-direction:column;align-items:center;gap:14px;display:flex}.cta-login{color:#e9f4ff;text-underline-offset:3px;font-size:11px;text-decoration:underline}.final-inner>small{color:#bcdcff;margin-top:23px;font-size:9px;display:block}.site-footer{color:#bdcbe0;background:#061c3d}.footer-grid{grid-template-columns:2fr 1fr 1.4fr 1.3fr;gap:60px;padding-top:70px;padding-bottom:52px;display:grid}.footer-brand img{object-fit:contain;filter:drop-shadow(0 4px 8px #0003);width:190px;height:62px}.footer-brand p{color:#8fa5c3;max-width:340px;margin-top:17px;font-size:11px}.footer-grid h3{color:var(--white);margin:0 0 17px;font-size:12px}.footer-links{flex-direction:column;align-items:flex-start;gap:9px;display:flex}.footer-links a{color:#91a8c6;font-size:11px;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-status>span{color:#cfe9d6;align-items:center;gap:7px;font-size:10px;display:flex}.footer-status i{background:var(--green);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #34c7591f}.footer-status p{color:#8198b7;margin-top:9px;font-size:10px}.footer-bottom{color:#7188a7;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:20px;min-height:58px;font-size:9px;display:flex}.promotion-index-page{background:#f5f9ff}.promotion-list-hero{color:var(--white);background:linear-gradient(125deg,#052d69 0%,#075fc6 55%,#4d9df9 100%);padding:76px 0 90px;position:relative;overflow:hidden}.promotion-list-hero:before{content:"";border:1px solid #ffffff24;border-radius:50%;width:680px;height:680px;position:absolute;top:-290px;right:-130px;box-shadow:0 0 0 70px #ffffff07,0 0 0 140px #ffffff05}.promotion-list-hero .container{z-index:1;position:relative}.promotion-breadcrumb{color:#c7e3ff;gap:9px;margin-bottom:30px;font-size:12px;display:flex}.promotion-breadcrumb a:hover{color:var(--white);text-decoration:underline}.promotion-list-kicker{border-radius:var(--radius-pill);color:#fff0be;letter-spacing:.08em;background:#ffffff1a;border:1px solid #ffffff40;margin-bottom:14px;padding:6px 13px;font-size:11px;font-weight:800;display:inline-block}.promotion-list-hero h1{color:var(--white);margin-bottom:17px;font-size:clamp(48px,6vw,76px);line-height:1.12}.promotion-list-hero h1 em{color:#fff0bd;-webkit-text-fill-color:currentColor;background:0 0}.promotion-list-hero p{color:#e2f0ff;max-width:700px;margin:0;font-size:16px;line-height:1.8}.promotion-list-section{padding:76px 0 96px}.promotion-list-heading{justify-content:space-between;align-items:end;gap:25px;margin-bottom:32px;display:flex}.promotion-list-heading span{color:var(--primary-dark);letter-spacing:.08em;font-size:11px;font-weight:800}.promotion-list-heading h2{margin:5px 0 0;font-size:clamp(30px,4vw,44px)}.promotion-list-heading>p{color:var(--muted);margin:0 0 7px;font-size:12px}.promotion-list-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;display:grid}.promotion-list-card{border:1px solid var(--border);background:var(--white);box-shadow:var(--shadow);border-radius:22px;transition:transform .25s,box-shadow .25s;overflow:hidden}.promotion-list-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.promotion-list-image{background:#dbeaff;display:block;position:relative;overflow:hidden}.promotion-list-image:after{content:"";background:linear-gradient(#0000,#051e462e);height:25%;position:absolute;inset:auto 0 0}.promotion-list-image img{aspect-ratio:1678/943;object-fit:cover;width:100%;height:auto;transition:transform .45s;display:block}.promotion-list-card:hover .promotion-list-image img{transform:scale(1.025)}.promotion-list-copy{padding:29px 30px 32px}.promotion-category{border-radius:var(--radius-pill);color:#0757b2;background:#e8f3ff;margin-bottom:13px;padding:5px 11px;font-size:10px;font-weight:800;display:inline-block}.promotion-list-card-red .promotion-category{color:#9e2519;background:#fff0eb}.promotion-list-copy h2{letter-spacing:-.02em;margin-bottom:12px;font-size:24px;line-height:1.42}.promotion-list-copy h2 a:hover{color:var(--primary-dark)}.promotion-list-card-red .promotion-list-copy h2 a:hover{color:#b62d20}.promotion-list-copy p{color:var(--muted);margin-bottom:22px;font-size:13px;line-height:1.75}.promotion-read-more{color:var(--primary-dark);align-items:center;gap:8px;font-size:12px;font-weight:800;display:inline-flex}.promotion-read-more svg{width:17px;height:17px;transition:transform .2s}.promotion-read-more:hover svg{transform:translate(4px)}.promotion-list-card-red .promotion-read-more{color:#a82a20}.promotion-list-cta{color:var(--white);background:var(--linear-blue);padding:58px 0}.promotion-list-cta .container{justify-content:space-between;align-items:center;gap:35px;display:flex}.promotion-list-cta span{color:#cce5ff;font-size:11px;font-weight:700}.promotion-list-cta h2{color:var(--white);margin:5px 0 0;font-size:32px}.promotion-list-pagination{margin-top:42px}.promotion-list-pagination .nav-links{justify-content:center;align-items:center;gap:8px;display:flex}.promotion-list-pagination .page-numbers{border:1px solid var(--border);min-width:40px;height:40px;color:var(--primary-dark);background:var(--white);border-radius:10px;place-items:center;padding:0 12px;font-weight:700;display:grid}.promotion-list-pagination .page-numbers.current,.promotion-list-pagination .page-numbers:hover{color:var(--white);background:var(--primary-dark);border-color:var(--primary-dark)}.promotion-empty{background:var(--white);text-align:center;border:1px dashed #bcd9fa;border-radius:20px;padding:60px 30px}.promotion-empty h2{margin-bottom:8px}.promotion-empty p{color:var(--muted);margin:0}.article-page{background:#f6faff}.article-hero{color:var(--white);background:linear-gradient(125deg,#052d69 0%,#075fc6 52%,#4d9df9 100%);padding:74px 0 86px;position:relative;overflow:hidden}.article-hero:before{content:"";border:1px solid #ffffff29;border-radius:50%;width:700px;height:700px;position:absolute;top:-340px;right:-170px;box-shadow:0 0 0 80px #ffffff08,0 0 0 160px #ffffff05}.article-hero-inner{z-index:1;max-width:960px;position:relative}.breadcrumb{color:#c6e2ff;align-items:center;gap:9px;margin-bottom:28px;font-size:12px;display:flex}.breadcrumb a:hover{color:var(--white);text-decoration:underline}.article-kicker{border-radius:var(--radius-pill);color:#fff2c7;letter-spacing:.08em;background:#ffffff1a;border:1px solid #ffffff40;margin-bottom:16px;padding:6px 13px;font-size:11px;font-weight:800;display:inline-block}.article-hero h1{max-width:920px;color:var(--white);letter-spacing:-.025em;margin-bottom:20px;font-size:clamp(38px,5vw,63px);line-height:1.18}.article-hero p{color:#e4f1ff;max-width:850px;margin:0;font-size:16px;line-height:1.85}.article-shell{grid-template-columns:minmax(0,820px) 260px;justify-content:center;align-items:start;gap:42px;padding-top:64px;padding-bottom:90px;display:grid}.article-content{border:1px solid var(--border);background:var(--white);min-width:0;box-shadow:var(--shadow-lg);border-radius:24px;padding:34px 46px 48px}.article-cover{background:#dcecff;border-radius:17px;margin:-8px -20px 36px;overflow:hidden;box-shadow:0 12px 30px #0a469126}.article-cover img{aspect-ratio:1678/943;object-fit:cover;width:100%;height:auto;display:block}.article-content>p{color:#4e6077;margin-bottom:22px;font-size:15px;line-height:1.9}.article-content>p a{color:var(--primary-dark);text-underline-offset:3px;font-weight:700;text-decoration:underline #9cc9ff}.entry-content>p,.entry-content>ul,.entry-content>ol,.entry-content>blockquote{color:#4e6077;margin-bottom:22px;font-size:15px;line-height:1.9}.entry-content a{color:var(--primary-dark);text-underline-offset:3px;font-weight:700;text-decoration:underline #9cc9ff}.entry-content>ul,.entry-content>ol{padding-left:24px}.entry-content>ul li,.entry-content>ol li{margin-bottom:8px;padding-left:5px}.entry-content blockquote{border-left:4px solid var(--primary);background:var(--primary-soft);border-radius:0 12px 12px 0;margin-inline:0;padding:18px 22px}.entry-content img{border-radius:12px;max-width:100%;height:auto}.article-shell-single{align-items:start}.article-content h2{border-bottom:1px solid var(--border);margin:48px 0 17px;padding-bottom:13px;scroll-margin-top:115px;font-size:clamp(25px,3vw,34px);line-height:1.35}.article-content h3{color:#0b4f9d;margin:34px 0 14px;scroll-margin-top:115px;font-size:21px;line-height:1.45}.article-list{gap:12px;margin:0 0 28px;padding:0;list-style:none;display:grid}.article-list li{color:#4c5d72;background:#f8fbff;border:1px solid #d8eafa;border-radius:13px;padding:17px 18px 17px 48px;font-size:14px;line-height:1.8;position:relative}.article-list li:before{content:"✓";width:21px;height:21px;color:var(--white);background:var(--primary);border-radius:50%;place-items:center;font-size:12px;font-weight:800;display:grid;position:absolute;top:17px;left:17px}.article-list strong{color:var(--black)}.article-list-warning li{background:#fffaf0;border-color:#f1dfb9}.article-list-warning li:before{content:"!";color:#664300;background:#f4c966}.article-callout{border-left:4px solid var(--primary);background:var(--primary-soft);border-radius:0 12px 12px 0;padding:20px 22px}.article-warning{background:#fff7e6;border:1px solid #f1cf8b;border-radius:12px;padding:20px 22px;color:#69490d!important}.article-cta{color:var(--white);background:var(--linear-blue);text-align:center;border-radius:20px;margin-top:48px;padding:38px}.article-cta>span{color:#d8ebff;font-size:12px;font-weight:700}.article-cta h2{color:var(--white);border:0;margin:8px 0 23px;padding:0;font-size:30px}.article-sidebar{position:sticky;top:106px}.article-toc{border:1px solid var(--border);background:var(--white);box-shadow:var(--shadow);border-radius:17px;flex-direction:column;padding:22px;display:flex;overflow:hidden}.article-toc strong{color:var(--black);margin-bottom:12px;font-size:14px}.article-toc a{color:var(--muted);border-top:1px solid #edf3fa;padding:9px 0;font-size:12px;transition:color .2s,padding-left .2s}.article-toc a:hover{color:var(--primary-dark);padding-left:4px}.celebration-page .article-hero{background:linear-gradient(125deg,#3b0908 0%,#9b1f18 50%,#e86e25 100%)}.celebration-page .article-kicker{color:#fff1b9}.celebration-page .article-callout{background:#fff2ec;border-left-color:#d94b23}.celebration-page .article-callout a{color:#9b251a;text-decoration-color:#e9a293}.celebration-cta{background:linear-gradient(110deg,#76150f,#d43b20 60%,#ef7b28)}.rank-level-list{counter-reset:rank-level;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 28px;padding:0;list-style:none;display:grid}.rank-level-list li{color:#42556e;counter-increment:rank-level;background:#f8fbff;border:1px solid #d8eafa;border-radius:12px;align-items:center;min-height:60px;padding:13px 15px 13px 52px;font-size:13px;line-height:1.55;display:flex;position:relative}.rank-level-list li:before{content:counter(rank-level);width:27px;height:27px;color:var(--white);background:var(--linear-blue);border-radius:8px;place-items:center;font-size:11px;font-weight:800;display:grid;position:absolute;left:14px}.new-member-page .article-hero{background:linear-gradient(125deg,#4a0608 0%,#a51119 48%,#e4481e 100%)}.new-member-page .article-callout{background:#fff0ec;border-left-color:#c72320}.new-member-page .article-callout a{color:#a11919;text-decoration-color:#e8a29b}.new-member-cta{background:linear-gradient(110deg,#7b0b0f,#c72320 58%,#ed6d23)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-11px)}}@keyframes pulse{0%,to{box-shadow:0 0 0 4px #34c75926}50%{box-shadow:0 0 0 7px #34c75908}}@media (width<=1050px){.main-nav{display:none}.hero-grid{gap:25px}.hero-showcase{margin-inline:-25px;transform:scale(.9)}.feature-grid{grid-template-columns:repeat(2,1fr)}.how-grid{gap:55px}.footer-grid{grid-template-columns:2fr 1fr 1.3fr}.footer-status{display:none}.article-shell{grid-template-columns:minmax(0,820px)}.article-sidebar{display:none}}@media (width<=760px){.container{width:min(100% - 32px,var(--container))}.notice-inner{justify-content:center}.notice-inner a{display:none}.nav-wrap{min-height:66px}.brand img{width:135px;height:45px}.nav-actions .btn-login{display:none}.btn-small{min-height:39px;padding:9px 14px;font-size:11px}.hero{min-height:auto;padding:70px 0 60px}.hero-banner-section{padding:0 0 60px}.hero-banner img{object-fit:contain}.hero-summary{text-align:center;grid-template-columns:1fr;gap:28px;margin-top:36px;padding:32px 24px}.hero-summary .eyebrow{margin-inline:auto}.hero-summary-action{align-items:center}.hero-summary-action .hero-trust{text-align:left}.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.eyebrow,.hero-copy>p{margin-inline:auto}.hero-actions,.hero-trust{justify-content:center}.hero-showcase{min-height:500px;margin:-15px auto 0;transform:scale(.82)}.hero-wave{display:none}h1{font-size:48px}.section{padding:78px 0}.metrics{padding-top:18px}.metrics-grid{grid-template-columns:1fr 1fr}.metrics-grid>div{padding:18px 5px}.metrics-grid>div:nth-child(2):after{display:none}.upgrade-grid{grid-template-columns:1fr;gap:35px}.upgrade-grid .section-heading{text-align:center}.upgrade-grid .section-heading>p{margin-inline:auto}.lottery-grid{grid-template-columns:1fr 1fr}.feature-heading{grid-template-columns:1fr;gap:20px}.how-grid{grid-template-columns:1fr}.how-visual{min-height:460px}.promo{padding-top:0}.promo-card{text-align:center;grid-template-columns:1fr;padding:52px 30px}.promo-copy p{margin-inline:auto}.promo-art{min-height:255px}.gift-box{right:50%;transform:translate(50%)rotate(-4deg)}.coin-a{right:15%}.coin-b{left:13%}.promo-preview{margin-top:32px;transform:none}.faq-grid{grid-template-columns:1fr;gap:32px}.faq .section-heading{text-align:center}.faq .section-heading>p,.help-card{margin-inline:auto}.footer-grid{grid-template-columns:1fr 1fr;gap:40px 25px}.footer-brand{grid-column:1/-1}.footer-bottom{text-align:center;flex-direction:column;justify-content:center;padding:15px 0}.article-hero{padding:52px 0 62px}.article-hero h1{font-size:38px}.article-hero p{font-size:14px}.article-shell{padding-top:35px;padding-bottom:60px}.article-content{border-radius:18px;padding:24px 27px 38px}.article-cover{margin:-5px -8px 29px}.article-content h2{margin-top:39px;font-size:27px}.rank-level-list{grid-template-columns:1fr}.promotion-list-hero{padding:54px 0 64px}.promotion-list-hero h1{font-size:48px}.promotion-list-grid{grid-template-columns:1fr}.promotion-list-section{padding:58px 0 70px}.promotion-list-cta .container{flex-direction:column;align-items:flex-start}.promotion-list-cta h2{font-size:28px}}@media (width<=480px){h1{font-size:42px}.hero-summary{padding-inline:18px}.hero-summary h1{font-size:35px}.hero-summary-action .btn{width:100%}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-trust{gap:8px 14px}.hero-showcase{width:120%;margin-left:-10%;transform:scale(.74)}.metrics-grid strong{font-size:23px}.lottery-grid,.feature-grid{grid-template-columns:1fr}.lottery-card{min-height:210px}.feature-card{min-height:225px}.glass-panel{width:88%;padding:29px 22px}.number-chips span{width:40px;height:46px}.promo-card{border-radius:18px}.faq-list summary{padding-inline:17px;font-size:12px}.faq-list details p{margin-left:17px;margin-right:45px}.article-hero h1{font-size:32px}.article-content{padding-inline:19px}.article-cover{margin-inline:-5px}.article-list li{padding-right:14px}.article-cta{padding:30px 20px}.article-cta h2{font-size:25px}.promotion-list-hero h1{font-size:39px}.promotion-list-hero p{font-size:14px}.promotion-list-heading{flex-direction:column;align-items:flex-start}.promotion-list-heading>p{margin:-13px 0 0}.promotion-list-copy{padding:23px 22px 27px}.promotion-list-copy h2{font-size:21px}.promotion-list-cta .btn{width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.mobile-nav{display:none;position:relative}.mobile-nav summary{border:1px solid var(--border);width:42px;height:42px;color:var(--primary-dark);background:var(--white);cursor:pointer;border-radius:12px;place-content:center;gap:5px;list-style:none;display:grid}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary span{background:currentColor;border-radius:3px;width:20px;height:2px;display:block}.mobile-nav nav{border:1px solid var(--border);background:var(--white);width:min(280px,100vw - 32px);box-shadow:var(--shadow-lg);border-radius:16px;padding:10px;display:grid;position:absolute;top:52px;right:0}.mobile-nav nav a{color:var(--text);border-radius:10px;padding:12px 14px;font-weight:700}.mobile-nav nav a:hover{color:var(--primary-dark);background:var(--primary-soft)}.astro-promos{background:var(--surface)}.astro-promo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.astro-promo-card{border:1px solid var(--border);background:var(--white);box-shadow:var(--shadow);border-radius:20px;transition:transform .25s,box-shadow .25s;overflow:hidden}.astro-promo-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.astro-promo-card img{aspect-ratio:1678/943;object-fit:cover;width:100%;height:auto;display:block}.astro-promo-card>a>div{padding:24px 26px 28px}.astro-promo-card span{color:var(--primary-dark);letter-spacing:.05em;font-size:11px;font-weight:800}.astro-promo-card h3{color:var(--black);margin:9px 0 10px;font-size:21px;line-height:1.45}.astro-promo-card p{min-height:45px;color:var(--muted);margin-bottom:18px;font-size:12px}.astro-promo-card strong{color:var(--primary-dark);align-items:center;gap:7px;font-size:12px;display:inline-flex}.astro-promo-card strong svg{width:17px;height:17px}.final-cta>.container{z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.final-cta>.container>div>span{color:#d8ebff;font-weight:700}.final-cta h2{color:var(--white);margin:8px 0;font-size:clamp(32px,4vw,48px)}.final-cta p{color:#dcecff;margin-bottom:28px;font-size:15px}.article-hero>.container{z-index:1;position:relative}.article-breadcrumb{color:#cae4ff;flex-wrap:wrap;gap:8px;margin-bottom:25px;font-size:11px;display:flex}.article-breadcrumb a:hover{color:var(--white);text-decoration:underline}.article-shell{grid-template-columns:minmax(0,820px);width:min(100% - 48px,820px);margin-inline:auto}.article-content>.article-cover{aspect-ratio:1678/943;object-fit:cover;width:calc(100% + 40px);max-width:none;height:auto;display:block}.article-content section>p{color:#4e6077;margin-bottom:20px;font-size:15px;line-height:1.9}.article-lead{border-left:4px solid var(--primary);background:var(--primary-soft);border-radius:0 12px 12px 0;padding:20px 22px}.article-note{color:#69490d;background:#fff7e6;border:1px solid #f1cf8b;border-radius:12px;margin-top:35px;padding:20px 22px}.article-note strong{margin-bottom:5px;display:block}.article-note p{margin:0;line-height:1.75}.not-found{text-align:center;background:var(--surface);place-items:center;min-height:65vh;padding:100px 0;display:grid}.not-found span{color:var(--primary);opacity:.16;font-size:clamp(80px,15vw,160px);font-weight:800;line-height:1;display:block}.not-found h1{margin:-28px 0 10px;font-size:clamp(32px,5vw,52px)}.not-found p{color:var(--muted);margin-bottom:26px}@media (width<=1050px){.mobile-nav{display:block}}@media (width<=760px){.nav-wrap{gap:10px}.nav-actions .btn-small{display:none}.astro-promo-grid{grid-template-columns:1fr}.article-shell{width:min(100% - 32px,820px)}.article-content>.article-cover{width:calc(100% + 16px)}}
