:root{--ink:#10161f;--ink2:#172230;--cream:#f8f6f1;--paper:#fffefa;--gold:#e9b95f;--gold2:#ffdc91;--muted:#667481;--line:#dfe2e0;--green:#174a42;--shadow:0 22px 60px rgba(17,35,47,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}.shell{width:min(1220px,calc(100% - 64px));margin-inline:auto}.site-header{height:76px;background:#10161f;color:#f8f6ef;position:relative;z-index:20;border-bottom:1px solid rgba(255,255,255,.12)}.header-inner{height:100%;display:flex;align-items:center;gap:36px}.brand{font-size:24px;font-weight:800;letter-spacing:-.08em;white-space:nowrap;display:inline-flex;align-items:center;gap:9px}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--gold);border-radius:10px;color:var(--gold);font-size:25px;letter-spacing:0;transform:rotate(-8deg)}.brand-accent{color:var(--gold)}.desktop-nav{display:flex;align-items:center;gap:26px;margin-left:auto;font-size:13px;font-weight:700;color:#dce3e5}.desktop-nav a:hover,.site-footer a:hover{color:var(--gold)}.header-action{display:inline-flex;align-items:center;gap:15px;background:var(--gold);color:#161d23;padding:13px 18px;border-radius:9px;font-size:13px;font-weight:800;white-space:nowrap;transition:background .2s,transform .2s}.header-action:hover,.button-primary:hover{background:var(--gold2);transform:translateY(-2px)}.menu-button{display:none;color:#fff;background:transparent;border:1px solid #54606b;border-radius:8px;padding:7px 12px;font-size:22px}.mobile-nav{display:none}.hero{min-height:680px;background:#101922;color:#fff;position:relative;overflow:hidden}.hero-art{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(11,19,27,.97) 0%,rgba(11,19,27,.83) 35%,rgba(11,19,27,.13) 77%),url('/assets/hero.webp');background-position:center,center 47%;background-size:cover}.hero:after{content:"";position:absolute;inset:auto 0 0;height:150px;background:linear-gradient(transparent,#101922aa);pointer-events:none}.hero-inner{position:relative;z-index:1;display:flex;align-items:center;min-height:680px}.hero-copy{max-width:720px;padding:80px 0 92px}.eyebrow,.kicker{font-size:12px;font-weight:800;letter-spacing:.19em;color:#c58f35;text-transform:uppercase}.eyebrow{display:flex;align-items:center;gap:10px;color:var(--gold2)}.eyebrow span{width:7px;height:7px;background:var(--gold2);border-radius:50%;box-shadow:0 0 13px var(--gold2)}h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(52px,5.7vw,88px);line-height:1.04;letter-spacing:-.075em;margin:25px 0 25px;font-weight:800}.hero h1 em{font-style:normal;color:var(--gold2)}.hero-lead{font-size:17px;line-height:1.75;color:#d3dcdf;max-width:590px;margin-bottom:28px}.hero-actions,.feature-actions,.article-hero-actions{display:flex;align-items:center;gap:13px;flex-wrap:wrap}.button{min-height:52px;display:inline-flex;justify-content:center;align-items:center;gap:14px;padding:14px 22px;border-radius:10px;font-size:14px;font-weight:800;line-height:1.15;transition:background .2s,transform .2s}.button-primary{background:var(--gold);color:#162029}.button-quiet{border:1px solid rgba(255,255,255,.35);color:#fff;background:rgba(12,22,29,.42)}.button-quiet:hover{background:rgba(255,255,255,.12)}.button-dark{background:var(--ink);color:white}.button-dark:hover{background:var(--green)}.hero-proof{display:flex;flex-wrap:wrap;gap:16px;margin-top:42px}.hero-proof span{border-left:1px solid #829197;padding-left:16px;font-size:13px;color:#c6d0d3}.hero-proof b{display:block;color:white;font-size:18px}.hero-caption{position:absolute;right:32px;bottom:18px;z-index:2;color:#acb4bc;font-size:10px}.search-note{position:relative;z-index:3;margin-top:-42px;background:#fff;box-shadow:var(--shadow);border:1px solid #e7e7e1;border-radius:15px;padding:19px 23px;display:flex;align-items:center;gap:18px}.search-note-icon{width:44px;height:44px;flex:none;display:grid;place-items:center;color:#0f4c44;background:#d9ece5;border-radius:11px;font-size:26px}.search-note b{font-size:15px}.search-note p{margin:3px 0 0;color:#5c6a70;font-size:13px;line-height:1.5}.search-note>a{white-space:nowrap;font-weight:800;font-size:13px;color:#176056;margin-left:auto}.section{padding-block:100px}.section-top{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:32px}.section-top h2,.feature h2,.faq-layout h2,.final-panel h2{font-size:clamp(31px,3.6vw,48px);line-height:1.15;letter-spacing:-.055em;margin:11px 0 0}.section-top p{font-size:14px;color:var(--muted);line-height:1.75;max-width:360px;margin-bottom:4px}.route-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.route-card{min-height:180px;background:var(--paper);border:1px solid var(--line);border-radius:15px;padding:28px;display:flex;gap:22px;box-shadow:0 9px 20px rgba(20,34,43,.03);transition:border-color .2s,transform .2s,box-shadow .2s}.route-card:hover{transform:translateY(-4px);border-color:#b79759;box-shadow:var(--shadow)}.route-number{font-family:system-ui,sans-serif;font-size:15px;color:#bd9251;font-weight:700;padding-top:2px}.route-copy{display:flex;flex-direction:column;gap:7px}.route-copy small{color:#7c8b90;font-weight:800;letter-spacing:.13em;font-size:10px}.route-copy strong{font-size:22px;letter-spacing:-.04em;line-height:1.25}.route-copy>span{color:#66767b;font-size:13px;line-height:1.5}.route-arrow{margin-left:auto;color:#97733a;font-size:26px}.section-ink{background:#13212b;color:#fff}.section-ink .section-top p{color:#a7b8be}.section-ink .kicker{color:var(--gold)}.game-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.game-card{min-height:260px;background:linear-gradient(155deg,#22353c,#192731 58%,#17222b);border:1px solid #37515a;border-radius:16px;padding:27px;display:flex;flex-direction:column;transition:transform .2s,border-color .2s}.game-card:hover{transform:translateY(-4px);border-color:var(--gold)}.game-icon{display:grid;place-items:center;width:60px;height:60px;background:#394b4b;border:1px solid #718267;border-radius:15px;color:var(--gold2);font-size:33px;margin-bottom:auto}.game-card strong{display:block;font-size:25px;letter-spacing:-.04em;margin-top:22px}.game-card>span:nth-of-type(2){font-size:13px;color:#bbcad0;line-height:1.6;margin-top:6px}.game-link{font-size:12px;font-weight:800;color:var(--gold2);margin-top:22px}.feature{display:grid;grid-template-columns:.85fr 1.15fr;background:#eceddf;border-radius:22px;overflow:hidden;min-height:480px}.feature-graphic{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;isolation:isolate;background:radial-gradient(circle at 50% 40%,#25473f,#112b2d 58%,#102528);overflow:hidden;color:var(--gold2)}.feature-orbit{position:absolute;width:310px;height:310px;border:1px solid rgba(246,205,127,.35);border-radius:50%;box-shadow:0 0 0 45px rgba(241,198,103,.035),0 0 0 95px rgba(241,198,103,.025);transform:rotate(-25deg)}.feature-graphic:before,.feature-graphic:after{content:"✦";position:absolute;color:#e6bc70;font-size:34px}.feature-graphic:before{left:18%;top:17%}.feature-graphic:after{right:20%;bottom:18%;font-size:18px}.feature-graphic>span{font-family:system-ui,sans-serif;font-weight:700;font-size:clamp(100px,13vw,180px);letter-spacing:-.12em;line-height:1}.feature-graphic>span span{font-size:.42em;vertical-align:top;letter-spacing:0}.feature-graphic small{font-size:13px;font-weight:800;letter-spacing:.27em;color:#b5bda8;margin-top:16px}.feature-copy{padding:70px clamp(32px,5vw,90px);display:flex;flex-direction:column;justify-content:center}.feature-copy p{font-size:15px;line-height:1.8;color:#4c5a5e;margin:22px 0 26px}.text-link{font-size:13px;font-weight:800;color:#116055}.text-link:hover{text-decoration:underline}.verify-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.verify-grid>div{border-top:2px solid #b89a65;padding:24px 14px 20px 0}.verify-grid b{font-family:system-ui;font-size:13px;color:#b38b4a}.verify-grid h3{font-size:21px;letter-spacing:-.04em;margin:21px 0 10px}.verify-grid p{font-size:13px;color:#68767b;line-height:1.7}.inline-action{margin-top:17px;padding:23px 28px;background:#e4ebe7;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:15px;font-weight:800}.section-faq{background:#e7ebe7}.faq-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}.faq-layout>div:first-child p{font-size:14px;line-height:1.7;color:#657378;margin:19px 0}.faq-list{display:flex;flex-direction:column;gap:9px}.faq-list details{background:white;border:1px solid #d8dedb;border-radius:9px;padding:19px 22px}.faq-list summary{cursor:pointer;font-weight:800;font-size:14px;list-style:none;display:flex;justify-content:space-between;gap:20px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';font-size:23px;color:#9c793d;font-weight:400;line-height:.8}.faq-list details[open] summary:after{content:'−'}.faq-list details p{font-size:13px;color:#64737a;line-height:1.8;margin:13px 0 0}.final-panel{background:radial-gradient(circle at right top,#29544a,#15312e 50%,#15222a);border-radius:20px;padding:65px;color:white;text-align:center;display:flex;flex-direction:column;align-items:center}.final-panel h2{margin:13px 0}.final-panel p{max-width:560px;line-height:1.7;color:#cad9d6;font-size:15px;margin:0 0 22px}.final-panel .kicker{color:#d6b06a}.final-panel small{display:block;margin-top:16px;color:#abbdba;font-size:11px}.site-footer{background:#0d151d;color:#f1f2ed;padding-top:65px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:90px;padding-bottom:57px}.footer-brand{font-size:23px;font-weight:800;letter-spacing:-.055em}.footer-brand span{font-size:12px;letter-spacing:.1em;color:var(--gold)}.site-footer p{font-size:12px;line-height:1.75;max-width:450px;color:#a9b3b7;margin:15px 0}.site-footer p.risk{color:#d0bb9c}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:11px}.footer-grid b{font-size:12px;letter-spacing:.13em;text-transform:uppercase;color:#e3b96e;margin-bottom:8px}.footer-grid a{font-size:12px;color:#bac6c9}.footer-bottom{border-top:1px solid #2b3840;padding:20px 0 25px;display:flex;justify-content:space-between;color:#87949a;font-size:11px}.cookie{position:fixed;left:16px;right:16px;bottom:16px;z-index:50;max-width:700px;margin:auto;background:#fffefa;border:1px solid #d5dbd7;box-shadow:0 16px 50px #08151d36;border-radius:12px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px;line-height:1.5;color:#3c4b4f}.cookie[hidden]{display:none}.cookie a{color:#145a50;text-decoration:underline}.cookie button{background:#173d38;color:#fff;border:0;border-radius:7px;padding:10px 15px;white-space:nowrap;font-weight:800;cursor:pointer}.mobile-offer{display:none}.article-hero{background:radial-gradient(circle at 75% 0,#1f4040,#14242c 46%,#101a23);color:white;padding:33px 0 75px;position:relative;overflow:hidden}.breadcrumbs{display:flex;align-items:center;gap:11px;color:#aebfc2;font-size:12px;margin-bottom:54px}.breadcrumbs a:hover{text-decoration:underline}.article-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 250px;align-items:center}.article-hero h1{font-size:clamp(40px,4.8vw,66px);line-height:1.13;letter-spacing:-.065em;max-width:850px;margin:17px 0 20px}.article-hero p{max-width:740px;color:#c3d1d1;font-size:16px;line-height:1.75}.article-hero-actions{margin-top:30px}.article-hero-actions>span{font-size:11px;color:#a9b9ba}.article-star{font-size:240px;color:#b49359;opacity:.37;text-align:center;line-height:1}.article-shell{display:grid;grid-template-columns:245px minmax(0,760px);justify-content:space-between;gap:75px;padding-top:70px;padding-bottom:110px}.article-aside{position:relative}.toc{position:sticky;top:25px;display:flex;flex-direction:column;gap:16px;border-left:2px solid #bdc8c5;padding-left:19px}.toc b{font-size:12px;text-transform:uppercase;letter-spacing:.13em;color:#977747;margin-bottom:3px}.toc a{font-size:13px;color:#637278;line-height:1.5}.toc a:hover{color:#145d52}.aside-offer{margin-top:34px;padding:20px;background:#e7ece6;border-radius:12px;display:flex;flex-direction:column;gap:11px}.aside-offer strong{font-size:15px}.aside-offer>span{font-size:12px;color:#586c6c;line-height:1.5}.aside-offer .button{min-height:42px;padding:10px}.facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:54px}.facts>div{background:#e7eee8;border-radius:8px;padding:17px;display:flex;flex-direction:column;gap:8px}.facts small{font-size:10px;color:#48645c;text-transform:uppercase;letter-spacing:.09em;font-weight:800}.facts strong{font-size:13px;line-height:1.4}.prose-section{border-top:1px solid #d9dfdb;padding:31px 0 34px;scroll-margin-top:25px}.prose-section h2{font-size:clamp(25px,2.5vw,33px);line-height:1.28;letter-spacing:-.05em;margin-bottom:19px}.prose-section p{font-size:15px;line-height:1.85;color:#485b61;margin:0 0 17px}.prose-section p:last-child{margin-bottom:0}.article-cta{margin-top:22px;background:#173a37;color:#fff;padding:35px;border-radius:13px}.article-cta .kicker{color:#ecc37c}.article-cta h2{font-size:29px;margin:10px 0}.article-cta p{font-size:14px;color:#c2d7d1;line-height:1.7}.related{padding-top:35px}.related h2{font-size:22px}.related>a{display:flex;justify-content:space-between;padding:14px 0;border-top:1px solid #dbe1dc;font-size:13px;font-weight:700;color:#375f58}.legal-hero{padding-bottom:60px}.legal-hero .breadcrumbs{margin-bottom:55px}.legal-hero h1{max-width:950px}.legal-body{max-width:780px;padding-top:60px;padding-bottom:100px}.legal-body>p{color:#71817f;font-size:12px}.not-found{min-height:60vh;padding-top:110px;padding-bottom:110px}.not-found h1{font-size:60px;letter-spacing:-.07em;margin:14px 0}.not-found p{color:#667481;margin-bottom:24px}
@media(max-width:1000px){.desktop-nav{gap:13px}.header-inner{gap:18px}.header-action{padding:12px}.feature-copy{padding:45px}.faq-layout{gap:35px}.article-shell{gap:35px;grid-template-columns:220px minmax(0,1fr)}}
@media(max-width:760px){.shell{width:min(100% - 36px,1220px)}.site-header{height:64px}.brand{font-size:21px}.brand-mark{width:29px;height:29px;font-size:21px}.desktop-nav,.header-action{display:none}.menu-button{display:block;margin-left:auto}.mobile-nav:not([hidden]){display:grid;position:absolute;top:64px;left:0;right:0;background:#13222c;padding:14px 18px 20px;box-shadow:0 15px 30px #08151d55;grid-template-columns:repeat(2,1fr);gap:4px}.mobile-nav a{padding:12px;color:#fff;font-size:13px;border-bottom:1px solid #31414a}.hero,.hero-inner{min-height:690px}.hero-art{background-image:linear-gradient(180deg,rgba(11,19,27,.1) 0%,rgba(11,19,27,.8) 32%,#101922 74%),url('/assets/hero.webp');background-position:right top;background-size:auto 45%,auto 45%;background-repeat:no-repeat}.hero-inner{align-items:flex-end}.hero-copy{padding:180px 0 80px}.hero h1{font-size:clamp(44px,9.5vw,68px);margin:18px 0}.hero-lead{font-size:14px;line-height:1.7}.eyebrow{font-size:10px}.hero-proof{margin-top:27px}.hero-caption{bottom:10px;font-size:9px}.search-note{align-items:flex-start;padding:15px;gap:11px;flex-wrap:wrap}.search-note-icon{width:35px;height:35px;font-size:19px}.search-note>div{flex:1;min-width:220px}.search-note>a{margin-left:46px}.section{padding-block:68px}.section-top{display:block;margin-bottom:25px}.section-top p{margin:17px 0 0}.route-grid,.game-grid,.verify-grid{grid-template-columns:1fr}.route-card{min-height:135px;padding:20px;gap:15px}.route-copy strong{font-size:19px}.game-card{min-height:190px}.game-icon{width:48px;height:48px;font-size:25px}.game-card strong{font-size:22px;margin-top:15px}.feature{grid-template-columns:1fr}.feature-graphic{min-height:260px}.feature-orbit{width:200px;height:200px}.feature-graphic>span{font-size:105px}.feature-copy{padding:35px 25px 43px}.feature-copy p{font-size:13px}.inline-action{align-items:flex-start;flex-direction:column}.faq-layout{grid-template-columns:1fr;gap:26px}.final-panel{padding:48px 22px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-grid>div:first-child{grid-column:1/-1}.site-footer{padding-top:52px}.article-hero{padding:22px 0 55px}.breadcrumbs{margin-bottom:35px}.article-hero-grid{grid-template-columns:1fr}.article-star{display:none}.article-hero h1{font-size:clamp(36px,8vw,55px)}.article-hero p{font-size:14px}.article-shell{display:block;padding-top:30px;padding-bottom:65px}.article-aside{display:none}.facts{margin-bottom:35px}.legal-body{padding-top:35px}.mobile-offer{display:flex;align-items:center;justify-content:space-between;position:fixed;z-index:45;left:12px;right:12px;bottom:12px;background:#e9b95f;color:#16212a;border-radius:11px;padding:14px 18px;font-weight:800;font-size:13px;box-shadow:0 10px 30px #0a1b2070}body{padding-bottom:70px}.cookie{bottom:75px;font-size:11px;padding:10px 12px}.cookie button{padding:9px 11px}.footer-bottom{flex-wrap:wrap;gap:8px}}
@media(max-width:460px){.hero,.hero-inner{min-height:730px}.hero-copy{padding-top:205px}.hero h1{font-size:45px}.hero-actions{align-items:stretch}.hero-actions .button{width:100%}.hero-proof{gap:9px}.hero-proof span{padding-left:9px;font-size:10px}.hero-proof b{font-size:15px}.route-card{padding:17px}.route-number{font-size:12px}.route-copy strong{font-size:17px}.route-copy>span{font-size:11px}.section-top h2,.feature h2,.faq-layout h2,.final-panel h2{font-size:31px}.facts{grid-template-columns:repeat(2,minmax(0,1fr))}.facts>div{padding:12px}.facts strong{font-size:11px}.feature-actions{align-items:stretch}.feature-actions .button{width:100%}.article-hero-actions{align-items:flex-start;flex-direction:column}.article-hero h1{font-size:36px}.prose-section p{font-size:14px}.footer-grid{gap:24px}.cookie{gap:8px}}
.review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.review-card{background:#fffefa;border:1px solid #dfe2dc;border-radius:14px;padding:27px;box-shadow:0 8px 20px rgba(20,34,43,.03)}.review-meta{display:flex;justify-content:space-between;gap:12px;align-items:center;color:#6d7b7c;font-size:11px}.review-meta b{white-space:nowrap;color:#a6772e;font-size:13px;letter-spacing:.03em}.review-card h3{font-size:20px;letter-spacing:-.035em;margin:20px 0 8px}.review-card p{font-size:13px;color:#607075;line-height:1.7}.review-card a{display:inline-block;margin-top:5px;font-size:12px;font-weight:800;color:#176056}.review-footnote{font-size:11px;line-height:1.6;color:#788584;margin:15px 0 0}@media(max-width:760px){.review-grid{grid-template-columns:1fr}.review-card{padding:21px}}
