:root{--paper:#10151c;--white:#19212b;--ink:#f1f4f7;--muted:#bac3cd;--green:#243447;--line:#334254;--gold:#ffab3d;--radius:20px;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;font-size:16px;line-height:1.75}a{color:inherit}img{display:block;max-width:100%;height:auto}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #ad7320;outline-offset:5px}.container{width:min(1160px,calc(100% - 48px));margin-inline:auto}.skip{position:fixed;left:20px;top:-90px;padding:12px 20px;background:var(--white);z-index:10}.skip:focus{top:12px}.topbar{background:var(--white);border-bottom:1px solid var(--line)}.header-inner{width:min(1320px,calc(100% - 48px));margin:auto;min-height:90px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand img{width:155px;height:auto}.header-inner nav{display:flex;gap:32px}.header-inner nav a{text-decoration:none;font-size:14px;font-weight:700}.header-inner nav a:hover{text-decoration:underline;text-underline-offset:6px}.account{display:flex;gap:10px}.button{position:relative;isolation:isolate;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:12px 30px;border:1px solid #a97c32;border-radius:8px 22px 8px 22px;background:linear-gradient(120deg,#ebce8f,#d9ae5d 65%,#eccf92);box-shadow:0 4px 0 #b28d48;color:#20382a;font-size:14px;font-weight:800;line-height:1.4;letter-spacing:.025em;text-decoration:none;text-align:center;transition:transform .2s,box-shadow .2s}.button:after,.game b:after{content:"";position:absolute;inset:-50% auto -50% -65%;width:45%;background:linear-gradient(90deg,transparent,#fff8,transparent);transform:translateX(-180%) skewX(-20deg);pointer-events:none;animation:shine 5s ease-in-out infinite}.button:hover{transform:translateY(-3px);box-shadow:0 7px 0 #b28d48}.button:active{transform:translateY(1px)}.button.outline{background:var(--green);color:var(--white);border-color:var(--green);box-shadow:0 4px 0 #0f2a23}.account .button{min-height:42px;padding:9px 24px}.actions{display:flex;justify-content:center;margin:28px 0 12px}.pulse{animation:pulse 4s ease-in-out infinite}@keyframes shine{0%,60%{transform:translateX(-180%) skewX(-20deg)}88%,100%{transform:translateX(560%) skewX(-20deg)}}@keyframes pulse{0%,100%{box-shadow:0 4px 0 #b28d48,0 0 0 0 #ffab3d00}50%{box-shadow:0 4px 0 #b28d48,0 0 0 9px #ffab3d2c}}.hero{position:relative;min-height:590px;display:grid;align-items:center;isolation:isolate;background:#769380;overflow:hidden}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-2}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#050c15b5,#07122010 55%,transparent);z-index:-1}.hero-inner{display:flex;align-items:center;padding:55px 0}.hero-panel{width:440px;padding:34px;background:#1b2632f5;border:1px solid #fff9;border-radius:10px 64px 10px 10px;box-shadow:0 20px 65px #112e2930;text-align:center}.hero h1{font:500 clamp(40px,4.2vw,60px)/1.06 Georgia,'Times New Roman',serif;letter-spacing:-.05em;margin:5px 0 24px}.hero-offer{font-size:27px;line-height:1.35;margin:0;color:var(--green)}.hero-offer strong{font-size:39px;font-weight:800;letter-spacing:-.04em}.hero .actions{margin:25px 0 18px}.fine{font-size:11px;line-height:1.7;color:var(--muted);margin:0}.quick-strip{background:var(--green);color:#fcf7e7;display:flex;justify-content:center;gap:65px;padding:17px 24px;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.games{padding-top:52px;padding-bottom:36px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.section-head h2{margin:0;font-size:31px}.section-head>span{font-size:12px;color:var(--muted)}h2,h3{line-height:1.2;letter-spacing:-.035em}h2{font:500 clamp(30px,3.2vw,44px)/1.17 Georgia,'Times New Roman',serif;margin:0 0 26px}h3{font-size:23px;margin:36px 0 16px}p{margin:0 0 20px;color:var(--muted)}p strong{color:var(--ink)}.game-track{display:flex;gap:17px;overflow-x:auto;list-style:none;scroll-snap-type:x mandatory;padding:24px 0 20px;margin:0;scrollbar-width:thin;scrollbar-color:#adbb9d transparent}.game{flex:0 0 150px;scroll-snap-align:start}.game a{display:block;text-decoration:none}.game img{width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:11px;box-shadow:0 8px 15px #163c3012;transition:transform .2s}.game:hover img{transform:translateY(-4px)}.game span{display:block;font-size:11px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:12px 0 8px}.game b{display:block;position:relative;overflow:hidden;padding:6px 12px;border:1px solid #b7c4b6;border-radius:7px;background:var(--green);text-align:center;color:#1b2632;font-size:12px;font-weight:600}.contents{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:8px;padding:20px;background:#202c39;border-radius:14px;font-size:12px}.contents strong{margin-right:10px}.contents a{text-decoration:none;background:#1b2632;padding:6px 13px;border-radius:5px}.contents a:hover{background:var(--green);color:white}.article{padding-top:25px;padding-bottom:70px}.content-section{padding:60px 0;border-bottom:0}.content-section:last-child{border:0;padding-bottom:0}.content-section>h2{text-align:center}.content-section>p{max-width:940px;margin-left:auto;margin-right:auto}.feature{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:44px;margin:32px 0}.feature figure{margin:0;position:relative}.feature figure:before{content:"";position:absolute;inset:14px -12px -12px 14px;border:1px solid #c7b17d;border-radius:20px 70px 20px 20px;z-index:-1}.feature figure img{border-radius:18px 66px 18px 18px;width:100%;aspect-ratio:4/3;object-fit:cover}.feature.reverse figure{order:2}.feature.reverse figure:before{inset:14px 14px -12px -12px;border-radius:70px 20px 20px 20px}.feature.reverse figure img{border-radius:66px 18px 18px 18px}.feature p{font-size:15px}.table-scroll{overflow-x:auto;margin:30px 0;border:1px solid var(--line);border-radius:14px;background:var(--white)}table{width:100%;border-collapse:collapse;text-align:left;font-size:14px;line-height:1.6}th,td{padding:17px 22px;vertical-align:top}thead{background:var(--green);color:var(--white);font-size:12px;letter-spacing:.04em}tbody th{font-weight:700;width:29%;color:var(--ink)}tbody td{color:var(--muted)}tbody tr+tr{border-top:1px solid var(--line)}tbody tr:nth-child(even){background:#202b38}.steps{counter-reset:steps;list-style:none;padding:0;display:grid;gap:12px;margin:28px 0}.steps li{counter-increment:steps;position:relative;padding:20px 24px 20px 80px;background:var(--white);border:1px solid var(--line);border-radius:12px;min-height:86px}.steps li:before{content:counter(steps,decimal-leading-zero);position:absolute;left:22px;top:23px;font:24px/1 Georgia,serif;color:#8e7039;border-bottom:2px solid #d4b374;padding-bottom:7px}.steps strong,.steps span{display:block}.steps strong{font-size:15px}.steps span{font-size:14px;color:var(--muted);margin-top:4px}.checklist{list-style:none;padding:0;display:grid;gap:12px;margin:28px 0}.checklist li{padding:16px 20px 16px 46px;position:relative;border-left:3px solid #c9a558;background:#202d39;border-radius:0 9px 9px 0;font-size:14px}.checklist li:before{content:"";width:8px;height:8px;position:absolute;left:20px;top:25px;transform:rotate(45deg);background:var(--green)}.install-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:42px}.install-card{padding:28px;background:#192431;border-radius:20px}.install-card h3{margin-top:0;text-align:center}.install-card .steps li{padding:16px 16px 16px 62px}.install-card .steps li:before{left:17px;top:22px}.support-panel{padding:28px 36px;border-radius:18px;background:var(--green);display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:28px}.support-panel p{color:#e5ecde;margin:0;font-size:14px;max-width:600px}.support-panel strong{color:#fff9e8;font:26px/1.4 Georgia,serif}.support-panel .actions{flex-shrink:0;margin:0}details{margin:12px 0;border:1px solid var(--line);border-radius:13px;background:var(--white);overflow:hidden}summary{padding:22px 60px 22px 24px;font-size:16px;font-weight:700;cursor:pointer;position:relative;list-style:none}summary::-webkit-details-marker{display:none}summary:after{content:"+";position:absolute;right:24px;top:15px;font-size:28px;font-weight:400;color:#927037}details[open] summary:after{content:"−"}details[open] summary{background:#25394c}details p{padding:22px 24px;margin:0;font-size:15px}footer{border-top:1px solid var(--line);background:#121b25;padding:40px 0 22px}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:35px}.footer-inner p{font-size:12px;margin:0;max-width:640px}.age{border:1px solid #a5af9c;border-radius:50%;width:46px;height:46px;display:grid;place-items:center;flex-shrink:0;font-size:14px}.copyright{border-top:1px solid #354454;margin-top:26px;padding-top:18px;font-size:11px;color:var(--muted)}.error-page{min-height:100vh;display:flex;flex-direction:column}.error-main{flex:1;display:grid;place-items:center;padding:65px 24px;background:radial-gradient(ellipse at 50% 30%,#22364a,transparent 70%)}.error-card{text-align:center;max-width:620px}.error-code{font:140px/1 Georgia,serif;color:#a58b4c}.error-card h1{font:44px/1.1 Georgia,serif}.error-card p{max-width:430px;margin-inline:auto}@media(min-width:1500px){.hero{min-height:660px}}@media(max-width:900px){.header-inner nav{display:none}.hero{min-height:530px}.hero-panel{width:390px;padding:30px}.hero-image{object-position:60% center}.feature{gap:28px}.support-panel{flex-direction:column;text-align:center}.footer-inner{gap:20px}.quick-strip{gap:30px}.install-card{padding:20px}}@media(max-width:760px){html{scroll-padding-top:20px}.container{width:calc(100% - 36px)}.header-inner{width:calc(100% - 32px);min-height:76px;gap:14px}.brand img{width:122px}.account{gap:8px}.account .button{padding:8px 16px;font-size:12px;min-height:39px}.hero{min-height:650px;align-items:end}.hero-image{height:100%;object-position:68% top}.hero:before{background:linear-gradient(0deg,#071120c9,transparent 80%)}.hero-inner{padding:280px 0 26px;justify-content:center}.hero-panel{width:min(440px,100%);padding:25px 24px;border-radius:10px 44px 10px 10px}.hero h1{font-size:43px;margin-bottom:14px}.hero-offer{font-size:24px}.hero-offer strong{font-size:34px}.hero .actions{margin:18px 0 14px}.quick-strip{gap:14px;font-size:9px;letter-spacing:.05em;padding:15px 12px}.games{padding-top:34px;padding-bottom:28px}.section-head h2{font-size:27px}.section-head>span{font-size:10px}.game{flex-basis:132px}.game-track{gap:13px}.contents{gap:7px;padding:14px}.contents strong{width:100%;text-align:center;margin:0 0 4px}.contents a{padding:5px 9px;font-size:11px}.article{padding-top:4px;padding-bottom:48px}.content-section{padding:42px 0}.content-section>h2{font-size:33px}.feature{grid-template-columns:1fr;gap:26px;margin:24px 0}.feature figure{max-width:540px;margin:0 auto;width:calc(100% - 14px)}.feature.reverse figure{order:0}.feature p{font-size:15px}.table-scroll{margin:24px 0}table{font-size:12px}th,td{padding:13px 12px}thead{font-size:11px}.steps li{padding:17px 18px 17px 68px}.steps li:before{left:18px;font-size:22px}.install-grid{grid-template-columns:1fr;gap:20px}.install-card{padding:22px}.support-panel{padding:26px}.footer-inner{flex-wrap:wrap;justify-content:space-between}.footer-inner p{order:3;width:100%}.error-code{font-size:110px}.error-card h1{font-size:34px}}@media(max-width:360px){.brand img{width:104px}.account .button{padding:8px 12px}.hero h1{font-size:37px}.hero-offer strong{font-size:31px}.quick-strip{gap:8px;font-size:8px}.section-head h2{font-size:24px}.button{padding:12px 23px}.contents a{font-size:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.game-track{scroll-snap-type:none}}:root{--radius:10px}h2{font-family:Arial,Helvetica,sans-serif;font-weight:850;letter-spacing:-.045em}.header-inner{min-height:86px}.brand img{width:104px;height:auto}.topbar{background:#0d131b}.header-inner nav a{color:#c9d4e1}.button{color:#251006;background:linear-gradient(110deg,#ffc562,#ff9a30 60%,#ffd173);border-color:#db8228;border-radius:7px;box-shadow:0 4px 0 #a74817;letter-spacing:.01em}.button.outline{background:#213044;border-color:#a86335;box-shadow:0 4px 0 #101b27;color:#e8eff9}.button:hover{box-shadow:0 7px 0 #a74817}.hero-panel{background:linear-gradient(135deg,#152130f5,#0b1420ed);border-color:#5f88aa70;border-radius:12px;box-shadow:0 18px 70px #0007;border-top:3px solid #ffac41}.hero h1{font-family:Arial,Helvetica,sans-serif;font-weight:900;font-size:clamp(38px,4vw,57px);letter-spacing:-.065em}.hero-offer{color:#ffe1ad}.hero-offer strong{color:#ffb34d}.fine{color:#d1b9a8}.quick-strip{background:#28150e;border-top:1px solid #b6633260;border-bottom:1px solid #b6633260;color:#ffcb89}.game b{background:#572615;color:#ffe7be;border-color:#a75427}.game img{border:1px solid #385271}.game span{color:#d5dfeb}.contents{background:#152331;border:1px solid #344c62;border-radius:9px}.contents a{background:#25374b;color:#d6e0ed}.contents a:hover{background:#ffae49;color:#231409}.content-section{padding:54px 0}.content-section>h2{text-align:left;border-left:4px solid #ffac42;padding-left:20px}.feature figure img,.feature.reverse figure img{border-radius:12px}.feature figure:before,.feature.reverse figure:before{border-radius:12px;border-color:#b16b36}.table-scroll{border-radius:8px}thead{background:#273e54;color:#fff1df}tbody th{color:#e4edf8}.steps li{border-radius:8px;background:linear-gradient(100deg,#213347,#19212b)}.steps li:before{font-family:Arial,sans-serif;font-weight:800;font-size:22px;color:#ffb54c;border-bottom-color:#e57e2d}.checklist li{border-left-color:#e58c34}.checklist li:before{background:#fca43b}.install-card{border:1px solid #634029;border-radius:12px}.support-panel{background:#182b40;border:1px solid #3b566d;border-radius:12px}.support-panel p{color:#c5d2e0}.support-panel strong{font:700 23px/1.4 Arial,sans-serif;color:#e6effb}summary:after{color:#ffb04a}details{border-radius:8px}footer{background:#0d131b}.footer-inner p{color:#aebecf}.age{border-color:#587187}.copyright{color:#95a8bb}.error-code{color:#ffab46;font-family:Arial,sans-serif;font-weight:900}.error-card h1{font-family:Arial,sans-serif;font-weight:800}.footer-logos{padding-top:28px;margin-top:28px;border-top:1px solid #334557}.payment-logos,.resource-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:15px}.payment-logos img{width:55px;height:38px;object-fit:contain}.payment-logos img.wide{width:78px}.resource-logos{margin-top:24px;gap:18px}.resource-logos a{display:flex;align-items:center;justify-content:center;min-width:96px;min-height:56px;padding:4px 12px;border:1px solid #3b4c60;border-radius:6px;background:#182534;transition:background .2s}.resource-logos a:hover{background:#283d55}.resource-logos img{width:96px;height:56px;object-fit:contain}.resource-logos img.dmca{width:56px}.footer-note{text-align:center;font-size:11px;margin:18px auto 0;color:#a6b7c9;max-width:670px}@keyframes pulse{0%,100%{box-shadow:0 4px 0 #a74817,0 0 0 0 #ffae3900}50%{box-shadow:0 4px 0 #a74817,0 0 0 8px #ffae3928}}@media(max-width:760px){.brand img{width:86px}.header-inner{min-height:72px}.hero h1{font-size:42px}.hero-panel{border-radius:12px}.content-section>h2{font-size:30px;padding-left:14px}.feature figure img,.feature.reverse figure img{border-radius:10px}.resource-logos{gap:10px}.resource-logos a{padding:4px 8px;min-width:100px}.footer-logos{padding-top:22px}.payment-logos{gap:12px}}@media(max-width:360px){.hero h1{font-size:36px}.brand img{width:79px}.hero-offer strong{font-size:30px}.content-section>h2{font-size:27px}}:root{font-family:Arial,Helvetica,sans-serif}.header-inner{min-height:90px}.brand img{width:164px;height:auto;max-height:64px;object-fit:contain}.button{border-radius:30px;padding-inline:30px;background:linear-gradient(115deg,#ffbd69,#ff8a26 55%,#ffc06d);border-color:#ffab4f;box-shadow:0 3px 0 #9a4b18}.button.outline{border-color:#607b97;background:#182838;box-shadow:none}.hero-inner{justify-content:flex-start}.hero-panel{width:465px;border-radius:24px;padding:38px;border-top:1px solid #6385aa85;box-shadow:0 24px 70px #0006}.hero:before{background:linear-gradient(90deg,transparent,#07101c20 45%,#07101cbd)}.hero h1{font-weight:800;letter-spacing:-.05em}.hero-offer strong{font-size:41px}.quick-strip{background:#152332;border-color:#3a4d62;color:#ccdae9}.content-section>h2{text-align:center;border:0;padding-left:0}.feature figure img,.feature.reverse figure img{border-radius:20px}.feature figure:before,.feature.reverse figure:before{border-color:#425e79;border-radius:20px}.table-scroll{border-radius:16px;border-color:#3e5267}thead{background:#293f56}thead th{padding-block:20px}tbody tr:nth-child(even){background:#1e2d3b}.steps li{border-radius:14px;border-color:#364b60;padding-left:88px}.steps li:before{border:1px solid #536d86;border-radius:50%;width:40px;height:40px;display:grid;place-items:center;padding:0;font-size:16px;background:#203b50;color:#ffb366;top:24px}.checklist li{border-left:0;border-bottom:1px solid #42586d;background:#192b3a;border-radius:12px}.checklist li:before{border-radius:50%;width:7px;height:7px}.contents{border-radius:18px;padding:20px}.contents a{border-radius:20px}.game img{border-radius:15px}.game b{border-radius:18px;background:#2e445b;border-color:#5a7288;color:#eef3f9}.install-card{border-color:#425b71;border-radius:20px}.install-card .steps li{padding-left:74px}.install-card .steps li:before{width:34px;height:34px;top:19px;left:20px}.support-panel{border-radius:18px}.error-main{background:radial-gradient(ellipse at 50% 30%,#293d51,transparent 70%)}.resource-logos a{border-radius:10px}.copyright{border-color:#334557}@media(max-width:760px){.brand img{width:125px;max-height:51px}.header-inner{min-height:76px}.hero-inner{justify-content:center}.hero-panel{padding:25px 20px;width:100%;border-radius:19px}.hero h1{font-size:40px}.hero-offer strong{font-size:35px}.hero:before{background:linear-gradient(0deg,#07101ce0,transparent 85%)}.hero-image{object-position:60% top}.content-section>h2{padding-left:0;font-size:30px}.steps li{padding-left:77px}.steps li:before{left:18px;top:21px;width:37px;height:37px}.feature figure img,.feature.reverse figure img{border-radius:16px}.account .button{padding-inline:16px}}@media(max-width:360px){.brand img{width:103px}.account .button{padding-inline:13px}.hero h1{font-size:35px}.hero-offer strong{font-size:31px}}