:root{--tb-ink:#101b2d;--tb-navy:#102b46;--tb-blue:#176b87;--tb-cyan:#4bc7c8;--tb-coral:#f36d5d;--tb-paper:#edf7f6;--tb-line:#d9dedb;--tb-muted:#66727d;--tb-white:#fff;--tb-shadow:0 18px 50px #102b4617;--tb-radius:18px}*{box-sizing:border-box}html{background:var(--tb-paper)!important}body{overflow-x:hidden;background:var(--tb-paper)!important;color:var(--tb-ink)!important;margin:0!important;font-family:Arial,Helvetica,sans-serif!important}a{color:inherit}.tb-hdr{isolation:isolate;z-index:1000;position:sticky;top:0}.tb-hdr-bar{display:none}.tb-hdr-main,.tb-hdr-right,.tb-controls,.tb-theme-wrap{z-index:2;position:relative}.tb-hdr-right,.tb-controls,.tb-theme-wrap,.tb-theme-btn{pointer-events:auto}.tb-hdr-main{background:var(--tb-white);border-bottom:1px solid var(--tb-line);transition:background .2s}.tb-hdr--scrolled .tb-hdr-main{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb}.tb-hdr-inner{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1130px;margin:0 auto;padding:.7rem clamp(1.25rem,4vw,2.5rem);display:flex}.tb-hdr-logo{flex-shrink:0;text-decoration:none}.tb-hdr-logo h1,.tb-hdr-logo h2{font-weight:400;font-size:inherit;align-items:center;margin:0;padding:0;display:flex}.tb-hdr-logo img{height:auto}.tb-hdr-nav{flex:auto;justify-content:center;gap:0;display:flex}.tb-hdr-navlink{color:var(--tb-muted);padding:.5rem .9rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .15s;position:relative}.tb-hdr-navlink:after{background:var(--tb-coral);content:"";opacity:0;height:2px;transition:opacity .15s;position:absolute;bottom:0;left:.9rem;right:.9rem}.tb-hdr-navlink:hover{color:var(--tb-navy)}.tb-hdr-navlink:hover:after{opacity:1}.tb-hdr-strip{border-top:1px solid var(--tb-line);color:var(--tb-muted);letter-spacing:.14em;text-transform:uppercase;max-width:1130px;margin:0 auto;padding:.35rem clamp(1.25rem,4vw,2.5rem);font-size:.62rem;font-weight:600}.tb-hdr-right{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.tb-hdr-resp{color:var(--tb-coral);background:#f36d5d14;border:1px solid #f36d5d40;border-radius:6px;justify-content:center;align-items:center;width:1.8rem;height:1.8rem;font-size:.68rem;font-weight:800;text-decoration:none;transition:background .15s;display:inline-flex}.tb-hdr-resp:hover{background:#f36d5d29}.tb-controls{align-items:center;gap:.5rem;display:flex}.tb-controls .relative>button{color:var(--tb-muted);padding:.35rem}.tb-theme-wrap{position:relative}.tb-theme-btn{border:1px solid var(--tb-line);color:var(--tb-muted);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.35rem;padding:.4rem .6rem;font-size:.72rem;font-weight:700;transition:border-color .15s,color .15s;display:inline-flex}.tb-theme-btn:hover{border-color:var(--tb-coral);color:var(--tb-coral)}.tb-theme-btn-label{line-height:1}.tb-theme-menu{background:var(--tb-white);border:1px solid var(--tb-line);z-index:300;border-radius:10px;min-width:130px;margin-top:.4rem;padding:.3rem;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 10px 32px #102b4629}.tb-theme-item{color:var(--tb-muted);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:.5rem;width:100%;padding:.5rem .6rem;font-size:.8rem;font-weight:600;transition:background .12s,color .12s;display:flex}.tb-theme-item:hover{color:var(--tb-navy);background:#f1f5f9}.tb-theme-item--active{color:var(--tb-coral);font-weight:700}.tb-theme-item span:not(.tb-theme-item-check){flex:1}.tb-theme-item-check{margin-left:auto}.tb-hdr-burger{border:1px solid var(--tb-line);cursor:pointer;background:0 0;border-radius:8px;flex-direction:column;justify-content:center;gap:4px;height:2.1rem;padding:0 .55rem;display:none}.tb-hdr-burger span{background:var(--tb-muted);border-radius:2px;width:18px;height:2px;transition:all .2s}.tb-hdr-burger--open span:first-child{transform:translateY(6px)rotate(45deg)}.tb-hdr-burger--open span:nth-child(2){opacity:0}.tb-hdr-burger--open span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.tb-hdr-mobile{background:var(--tb-white);border-bottom:1px solid var(--tb-line)}.tb-hdr-mobile-nav{flex-direction:column;max-width:1130px;margin:0 auto;padding:.5rem clamp(1.25rem,4vw,2.5rem) 1rem;display:flex}.tb-hdr-mobile-link{border-bottom:1px solid var(--tb-line);color:var(--tb-navy);padding:.85rem 0;font-size:1rem;font-weight:600;text-decoration:none}.tb-hdr-mobile-link:hover{color:var(--tb-coral)}.tb-hdr-mobile-link--accent{color:var(--tb-coral);text-transform:uppercase;letter-spacing:.08em;border-bottom:0;margin-top:.5rem;font-size:.82rem;font-weight:700}.dark .tb-hdr-bar{display:none}.dark .tb-hdr-main{background:#070b12;border-bottom-color:#ffffff14}.dark .tb-hdr--scrolled .tb-hdr-main{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#070b12eb}.dark .tb-hdr-navlink{color:#7a8a9c}.dark .tb-hdr-navlink:after{background:#84cc16}.dark .tb-hdr-navlink:hover{color:#f1f5f9}.dark .tb-hdr-strip{color:#5a6877;border-top-color:#ffffff0f}.dark .tb-hdr-resp{color:var(--tb-coral);background:#f36d5d1a;border-color:#f36d5d33}.dark .tb-controls .relative>button{color:#94a3b8}.dark .tb-theme-btn{color:#7a8a9c;border-color:#ffffff1a}.dark .tb-theme-btn:hover{color:#84cc16;border-color:#84cc16}.dark .tb-theme-menu{background:#0f1620;border-color:#ffffff1a;box-shadow:0 8px 28px #00000080}.dark .tb-theme-item{color:#7a8a9c}.dark .tb-theme-item:hover{color:#e2e8f0;background:#ffffff0f}.dark .tb-theme-item--active{color:#84cc16}.dark .tb-hdr-burger{border-color:#ffffff1a}.dark .tb-hdr-burger span{background:#94a3b8}.dark .tb-hdr-mobile{background:#0f1620;border-bottom-color:#ffffff14}.dark .tb-hdr-mobile-link{color:#e2e8f0;border-bottom-color:#ffffff0f}.dark .tb-hdr-mobile-link:hover{color:#84cc16}.dark .tb-hdr-mobile-link--accent{color:var(--tb-coral)}.tb-footer{background:var(--tb-navy);color:#ecf7f5;margin-top:0;padding:4rem 0 1.25rem}.container{max-width:1180px;margin:0 auto;padding-left:1.25rem;padding-right:1.25rem}.footer-grid{grid-template-columns:1.2fr 1fr 1.2fr;gap:3rem;display:grid}.footer-section h2,.footer-section h4{color:var(--tb-cyan);letter-spacing:.13em;text-transform:uppercase;margin:0 0 1rem;font-size:.76rem}.footer-section p{color:#b8cbd0;max-width:29rem;margin:0;line-height:1.7}.footer-links{margin:1rem 0 0;padding:0;list-style:none}.footer-links li{margin:.55rem 0}.footer-links a{color:#dbe9e8;text-decoration:none}.footer-links a:hover{color:var(--tb-cyan)}.footer-bottom{color:#a9bec3;border-top:1px solid #ffffff26;max-width:1180px;margin:3rem auto 0;padding:1.25rem 1.25rem 0;font-size:.78rem}#main-content{display:block!important}.tb-page{min-height:70vh;padding:2.5rem 0 5rem;background:var(--tb-paper)!important}.eyebrow{color:var(--tb-coral);letter-spacing:.16em;text-transform:uppercase;margin:0 0 .7rem;font-size:.68rem;font-weight:800}.tb-hero{background:var(--tb-navy);color:#fff;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:2.5rem;max-width:1440px;margin:0 auto;padding:clamp(3.5rem,8vw,7rem) max(1.25rem,50% - 565px);display:grid;position:relative;overflow:hidden}.tb-hero:after{background:var(--tb-coral);content:"";opacity:.9;border-radius:50%;width:28rem;height:28rem;position:absolute;top:-12rem;right:-11rem}.tb-hero>*{z-index:1;position:relative}.tb-hero h1{letter-spacing:-.07em;max-width:760px;margin:0;font-size:clamp(2.8rem,7vw,6.4rem);line-height:.95}.tb-hero p{color:#bfd5d8;max-width:620px;margin:1.35rem 0 0;font-size:1.1rem;line-height:1.75}.tb-actions{flex-wrap:wrap;gap:.7rem;margin-top:2rem;display:flex}.tb-button{background:var(--tb-coral);border:1px solid var(--tb-coral);color:#fff;border-radius:999px;padding:.85rem 1.25rem;font-size:.84rem;font-weight:800;text-decoration:none;display:inline-block}.tb-button:hover{filter:brightness(1.07);transform:translateY(-1px)}.tb-button.secondary{color:#e8f5f3;background:0 0;border-color:#8ab4b9}.tb-hero-panel{border-radius:var(--tb-radius);background:#ffffff14;border:1px solid #fff3;align-self:end;padding:1.5rem}.tb-hero-panel h1{color:var(--tb-navy)}.tb-hero-panel strong{color:var(--tb-cyan);letter-spacing:-.08em;font-size:4rem;line-height:1;display:block}.tb-hero-panel span{color:#d4e4e4;margin-top:.5rem;line-height:1.5;display:block}.tb-hero-stat-row{color:#bcd0d1;border-top:1px solid #ffffff2e;justify-content:space-between;margin-top:1.3rem;padding-top:.8rem;font-size:.8rem;display:flex}.tb-hero-stat-row b{color:#fff}.tb-home-page{padding-top:0}.tb-home-hero{background:#d8efed;grid-template-columns:minmax(0,1.1fr) minmax(320px,.75fr);gap:clamp(2rem,6vw,6rem);max-width:1440px;min-height:610px;margin:0 auto;padding:clamp(4rem,9vw,8rem) max(1.25rem,50% - 565px);display:grid;position:relative;overflow:hidden}.tb-home-hero:before{background:var(--tb-coral);content:"";opacity:.95;pointer-events:none;border-radius:50%;width:36rem;height:36rem;position:absolute;top:-14rem;right:-10rem}.tb-home-hero>*{z-index:1;position:relative}.tb-home-hero-copy{align-self:center}.tb-home-hero h2{color:var(--tb-navy);letter-spacing:-.065em;max-width:440px;margin:0;font-size:clamp(2.8rem,5.2vw,5rem);line-height:.92}.tb-home-lede{color:#405d66;max-width:460px;margin:1.5rem 0 0;font-size:clamp(.98rem,1.5vw,1.15rem);line-height:1.65}.tb-home-hero .tb-button{background:var(--tb-navy);border-color:var(--tb-navy)}.tb-home-hero .tb-button.secondary{border-color:var(--tb-navy);color:var(--tb-navy);background:0 0}.tb-proof-line{color:#466d70;flex-wrap:wrap;gap:1rem;margin-top:2rem;font-size:.72rem;font-weight:700;display:flex}.tb-shortlist-card{background:#ffffffe6;border:1px solid #102b4624;border-radius:22px;align-self:center;max-width:430px;padding:1.25rem;transform:rotate(2deg);box-shadow:0 28px 60px #102b4629}.tb-shortlist-top{border-bottom:1px solid var(--tb-line);color:var(--tb-coral);letter-spacing:.14em;justify-content:space-between;padding-bottom:1rem;font-size:.66rem;font-weight:900;display:flex}.tb-shortlist-top b{color:var(--tb-muted);font-weight:800}.tb-shortlist-feature{background:#e3f3f1;border-radius:13px;align-items:center;gap:.8rem;margin:1rem 0 .5rem;padding:.8rem;display:flex}.tb-shortlist-feature img,.tb-shortlist-row img{object-fit:contain;object-position:left center;width:auto}.tb-shortlist-feature img{height:52px}.tb-shortlist-row img{height:38px}.tb-shortlist-feature div{gap:.2rem;display:grid}.tb-shortlist-feature strong{color:var(--tb-navy);font-size:1rem}.tb-shortlist-feature span{color:var(--tb-muted);font-size:.72rem}.tb-shortlist-feature em,.tb-shortlist-row em{color:var(--tb-coral);margin-left:auto;font-size:.72rem;font-style:normal;font-weight:900}.tb-shortlist-row{border-bottom:1px solid #e9edeb;align-items:center;gap:.8rem;padding:.85rem .35rem;display:flex}.tb-shortlist-row span{color:var(--tb-navy);font-size:.85rem;font-weight:800}.tb-shortlist-row b{color:#bd7a20;margin-left:auto;font-size:.78rem}.tb-shortlist-card>p{color:var(--tb-muted);margin:1rem .2rem .2rem;font-size:.78rem;line-height:1.5}.tb-home-marquee{background:var(--tb-navy);color:#fff;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.3rem;padding:.9rem 1rem;display:flex}.tb-home-marquee span{color:var(--tb-cyan);letter-spacing:.13em;font-size:.66rem;font-weight:900}.tb-home-marquee a{color:#c7dcdd;font-size:.78rem;text-decoration:none}.tb-home-marquee a:hover{color:#fff;text-decoration:underline}.region-filter{flex-wrap:wrap;gap:.5rem;margin:0 0 1.5rem;display:flex}.region-filter input{opacity:0;pointer-events:none;position:absolute}.region-filter label{border:1px solid var(--tb-line);color:var(--tb-muted);cursor:pointer;background:0 0;border-radius:99px;padding:.5rem .9rem;font-size:.8rem;font-weight:700;display:block}.region-filter label:hover{border-color:var(--tb-blue);color:var(--tb-blue)}.region-filter input:checked+label{background:var(--tb-navy);border-color:var(--tb-navy);color:#fff}.tb-section{margin:4.5rem auto}.tb-section-heading{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:1.5rem;display:flex}.tb-section-heading h2{color:var(--tb-navy);letter-spacing:-.06em;margin:0;font-size:clamp(1.8rem,4vw,3rem);line-height:1}.tb-section-heading p{color:var(--tb-muted);max-width:420px;margin:0;line-height:1.6}.country-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.country-card{background:var(--tb-white);border:1px solid var(--tb-line);border-radius:var(--tb-radius);color:var(--tb-ink);padding:1.35rem;text-decoration:none;transition:box-shadow .2s,transform .2s;display:block}.country-card:hover{box-shadow:var(--tb-shadow);transform:translateY(-4px)}.country-flag{margin-bottom:1.2rem;font-size:2.4rem}.country-name{color:var(--tb-navy);font-size:1.1rem;font-weight:800}.country-stats{color:var(--tb-muted);gap:.5rem;margin-top:1.2rem;font-size:.72rem;display:flex}.tb-country-card p{color:var(--tb-muted);margin:.75rem 0 0;font-size:.86rem;line-height:1.55}.tb-card-arrow,.review-link{color:#09090b;margin-top:1rem;font-size:.8rem;font-weight:800;text-decoration:none;display:inline-block}.region-filter input[value=""]:checked~.country-grid .country-card{display:block}:is(.region-filter:has(#region-africa:checked)~.country-grid .country-card:not([data-region=africa]),.region-filter:has(#region-europe:checked)~.country-grid .country-card:not([data-region=europe]),.region-filter:has(#region-oceania:checked)~.country-grid .country-card:not([data-region=oceania]),.region-filter:has(#region-asia:checked)~.country-grid .country-card:not([data-region=asia]),.region-filter:has(#region-americas:checked)~.country-grid .country-card:not([data-region=americas])){display:none}.tb-operator-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.tb-operator-card{background:var(--tb-white);border:1px solid var(--tb-line);border-radius:var(--tb-radius);flex-direction:column;padding:1.4rem;display:flex}.tb-operator-card img{object-fit:contain;object-position:left center;width:145px;height:52px}.tb-operator-card h3{color:var(--tb-navy);letter-spacing:-.03em;margin:1.25rem 0 .4rem;font-size:1.35rem}.tb-operator-card h3 a{color:inherit;text-decoration:none}.tb-operator-card h3 a:hover{text-decoration:underline}.tb-operator-card p{color:var(--tb-muted);font-size:.9rem;line-height:1.55}.tb-rating{color:#d48b22;letter-spacing:.08em;margin:.7rem 0;font-size:.88rem;font-weight:800}.tb-rating span{color:var(--tb-muted);letter-spacing:0;margin-left:.4rem;font-size:.75rem}.tb-bonus{font-weight:800;color:#167467!important;font-size:.82rem!important}.tb-offer-filters{flex-wrap:wrap;gap:.5rem;margin:0 0 1.5rem;display:flex}.tb-offer-filters input{opacity:0;pointer-events:none;position:absolute}.tb-offer-filter{background:var(--tb-white);border:1px solid var(--tb-line);color:var(--tb-muted);cursor:pointer;border-radius:99px;padding:.55rem 1.05rem;font-size:.82rem;font-weight:700;transition:border-color .2s,color .2s,background .2s;display:block}.tb-offer-filter:hover{border-color:var(--tb-blue);color:var(--tb-blue)}.tb-offer-filters input:checked+.tb-offer-filter{background:var(--tb-navy);border-color:var(--tb-navy);color:#fff}:is(.tb-offer-filters:has(input[id$=-casino]:checked)~.tb-operator-grid .tb-operator-card:not([data-types~=casino]),.tb-offer-filters:has(input[id$=-sports]:checked)~.tb-operator-grid .tb-operator-card:not([data-types~=sports]),.tb-offer-filters:has(input[id$=-poker]:checked)~.tb-operator-grid .tb-operator-card:not([data-types~=poker])){display:none}.tb-offer-bonus{background:#e6f4f1;border:1px solid #cfe3df;border-radius:13px;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:.55rem;margin:.85rem 0;padding:.7rem .85rem;display:grid}.tb-offer-bonus:before{color:#167467;content:"🎁";grid-row:span 2;font-size:1.1rem}.tb-offer-bonus-label{color:#167467;letter-spacing:.14em;text-transform:uppercase;font-size:.6rem;font-weight:800;display:block}.tb-offer-bonus strong{color:#167467;letter-spacing:-.01em;font-size:1.02rem;font-weight:800;line-height:1.3;display:block}.tb-stars{color:#d48b224d;font-size:inherit;letter-spacing:.04em;vertical-align:middle;line-height:1;display:inline-block;position:relative}.tb-stars .tb-stars-layer{white-space:nowrap;font-size:inherit;letter-spacing:.04em;margin-left:0;display:inline-block}.tb-stars .tb-stars-fill{color:#d48b22;position:absolute;top:0;left:0;overflow:hidden}.dark .tb-stars{color:#d48b2240}.dark .tb-stars .tb-stars-fill{color:#d48b22}.tb-offer-desc{-webkit-line-clamp:5;-webkit-box-orient:vertical;font-weight:700;line-height:1.5;display:-webkit-box;overflow:hidden;color:var(--tb-blue)!important;margin:.4rem 0 .35rem!important;font-size:.82rem!important}.tb-offer-summary{color:var(--tb-muted);-webkit-line-clamp:5;-webkit-box-orient:vertical;margin:.2rem 0 1rem;font-size:.85rem;line-height:1.55;display:-webkit-box;overflow:hidden}.tb-claim{background:var(--tb-navy);color:#fff;cursor:pointer;letter-spacing:.04em;text-align:center;z-index:2;border-radius:10px;width:70%;margin:auto auto .4rem;padding:.7rem 1.1rem;font-size:.78rem;font-weight:800;text-decoration:none;display:block;position:relative}.tb-claim:hover{filter:brightness(1.1)}.tb-review-link{color:#09090b;text-align:center;margin-top:.3rem;font-size:.76rem;font-weight:700;text-decoration:none;display:block}.tb-review-link:hover{color:#000;text-decoration:underline}.tb-trust-panel{border-radius:var(--tb-radius);background:#e7f1ef;border:1px solid #cce1dd;padding:2rem}.tb-trust-panel h2,.tb-trust-panel h3{color:var(--tb-navy);letter-spacing:-.05em;margin:0 0 .7rem;font-size:clamp(1.4rem,2.6vw,2.2rem)}.tb-trust-panel>p:last-child{color:#526a70;max-width:700px;margin:0;line-height:1.75}.tb-breadcrumb{color:var(--tb-muted);margin-bottom:1.5rem;font-size:.78rem}.tb-breadcrumb a{color:#09090b;font-weight:700}.tb-country-hero{background:var(--tb-navy);width:100%;max-width:none;margin:0 0 3rem;position:relative;overflow:hidden}.tb-country-hero-bar{display:none}.tb-country-hero-watermark{opacity:.08;z-index:0;align-items:center;display:flex;position:absolute;top:50%;bottom:-6rem;right:-8rem;transform:translateY(-50%)}.tb-country-hero-watermark img{object-fit:cover;border-radius:50%;width:40rem;height:auto;display:block}.tb-country-hero-watermark span{opacity:.5;font-size:30rem;line-height:1}.tb-country-hero-inner{z-index:1;max-width:1130px;margin:0 auto;padding:clamp(3rem,7vw,5.5rem) clamp(1.25rem,4vw,2.5rem) clamp(2.5rem,5vw,4rem);position:relative}.tb-country-hero-tag{color:var(--tb-cyan);letter-spacing:.12em;text-transform:uppercase;align-items:center;margin:0 0 1.5rem;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.78rem;font-weight:600;display:flex}.tb-country-hero-dot{background:var(--tb-coral);border-radius:50%;width:7px;height:7px;margin-right:.65rem;display:inline-block}.tb-country-hero h1{color:#fff;letter-spacing:-.045em;margin:0;font-size:clamp(2rem,5.5vw,4.4rem);font-weight:900;line-height:.98}.tb-country-hero-desc{color:#a3b8b9;max-width:540px;margin:1.75rem 0 0;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.7}.tb-country-hero-meta{color:#5e7476;letter-spacing:.03em;margin:2.5rem 0 0;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.8rem;font-weight:600}.tb-country-hero-sep{color:var(--tb-coral);margin:0 .6rem}.tb-review-hero{grid-template-columns:1.15fr .85fr;align-items:center;gap:3rem;max-width:1120px;margin:1.5rem auto 2.5rem;display:grid}.tb-review-hero h1{color:#0f172a;letter-spacing:-.04em;margin:.35rem 0 .85rem;font-size:clamp(2.2rem,4.5vw,3.8rem);line-height:1.05}.tb-review-hero-summary{color:#475569;margin:0 0 1.5rem;font-size:1.05rem;line-height:1.7}.tb-review-hero-media img{object-fit:cover;border:1px solid #e2e8f0;border-radius:14px;width:100%;height:340px;box-shadow:0 4px 20px -5px #0f172a0f}.cta-button-single{letter-spacing:.01em;background:#0d9488;border-radius:8px;padding:.85rem 1.75rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex;color:#fff!important}.cta-button-single:hover{background:#0f766e;transform:translateY(-1px)}.tb-review-meta{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:1.75rem;max-width:1120px;margin:0 auto 2rem;padding:1.15rem 1.75rem;display:flex;box-shadow:0 1px 3px #0f172a08}.tb-review-meta-logo img{object-fit:contain;width:130px;height:46px}.tb-review-meta-score p{color:#64748b;margin:.2rem 0 0;font-size:.8rem}.tb-review-meta-bonus{flex-direction:column;align-items:flex-start;gap:.2rem;margin-left:auto;display:flex}.tb-review-meta-bonus-tag{color:#475569;letter-spacing:.08em;text-transform:uppercase;background:#f1f5f9;border-radius:4px;padding:.2rem .55rem;font-size:.65rem;font-weight:800}.tb-review-meta-bonus-text{color:#0f172a;letter-spacing:-.01em;font-size:1.05rem;font-weight:800}.tb-highlights-section{max-width:1120px;margin:0 auto 2rem}.tb-highlight-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.tb-highlight-card{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.35rem 1.25rem;transition:border-color .2s}.tb-highlight-card:hover{border-color:#cbd5e1}.tb-highlight-icon{background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:.75rem;font-size:1.25rem;display:inline-flex}.tb-highlight-card h3{color:#64748b;letter-spacing:.06em;text-transform:uppercase;margin:0 0 .3rem;font-size:.72rem;font-weight:700}.tb-highlight-card p{color:#0f172a;margin:0;font-size:.95rem;font-weight:700;line-height:1.4}.tb-evaluation-section{background:#fff}.tb-evaluation-grid{grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:1.25rem;display:grid}.tb-evaluation-col{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.tb-evaluation-header{align-items:center;gap:.65rem;margin-bottom:1.15rem;display:flex}.tb-eval-badge{border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:800;display:inline-flex}.tb-eval-badge--pro{color:#16a34a;background:#dcfce7}.tb-eval-badge--con{color:#dc2626;background:#fee2e2}.tb-evaluation-header h3{color:#0f172a;margin:0;font-size:1.05rem;font-weight:800}.tb-eval-list{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.tb-eval-list li{color:#334155;align-items:flex-start;gap:.6rem;font-size:.88rem;line-height:1.5;display:flex}.tb-eval-icon--check{color:#16a34a;font-weight:800}.tb-eval-icon--cross{color:#dc2626;font-weight:800}.tb-content-section{background:#fff;border:1px solid #e2e8f0;border-radius:14px;max-width:1120px;margin:0 auto 2rem;padding:2rem}.tb-section-heading{margin-bottom:1.25rem}.tb-section-heading h2{color:#0f172a;letter-spacing:-.03em;margin:0 0 .3rem;font-size:clamp(1.2rem,1.8vw,1.6rem)}.tb-section-subtitle{color:#64748b;margin:0;font-size:.9rem;line-height:1.55}.tb-lead-text{color:#334155;margin:0 0 1.5rem;font-size:1rem;line-height:1.75}.tb-feature-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1rem;display:grid}.tb-feature-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1.15rem;transition:border-color .2s}.tb-feature-card:hover{border-color:#cbd5e1}.tb-feature-card-icon{margin-bottom:.45rem;font-size:1.3rem}.tb-feature-card h4{color:#0f172a;letter-spacing:-.01em;margin:0 0 .25rem;font-size:.92rem;font-weight:700}.tb-feature-card p{color:#64748b;margin:0;font-size:.8rem;line-height:1.5}.tb-key-features-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-top:1.5rem;padding:1.35rem 1.6rem}.tb-key-features-box h3{color:#0f172a;margin:0 0 .9rem;font-size:.95rem;font-weight:800}.tb-key-features-list{grid-template-columns:1fr 1fr;gap:.6rem 2rem;margin:0;padding:0;list-style:none;display:grid}.tb-key-features-list li{color:#334155;align-items:center;gap:.5rem;font-size:.84rem;font-weight:600;display:flex}.tb-check-badge{color:#fff;background:#16a34a;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.7rem;font-weight:800;display:inline-flex}.tb-banking-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.tb-banking-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.4rem}.tb-banking-header{align-items:center;gap:.7rem;margin-bottom:1rem;display:flex}.tb-banking-icon{background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;display:inline-flex}.tb-banking-header h4{color:#0f172a;margin:0;font-size:.95rem;font-weight:800}.tb-banking-header p{color:#64748b;margin:.1rem 0 0;font-size:.76rem}.tb-banking-pill-list{flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.tb-banking-pill-list li{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.tb-mobile-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.tb-mobile-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.4rem}.tb-mobile-card-icon{margin-bottom:.45rem;font-size:1.5rem}.tb-mobile-card h4{color:#0f172a;margin:0 0 .3rem;font-size:1rem;font-weight:800}.tb-mobile-card p{color:#475569;margin:0;font-size:.84rem;line-height:1.55}.tb-bonuses-section{background:#fff}.tb-bonuses-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.tb-promo-card{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;padding:1.6rem;transition:border-color .2s;display:flex}.tb-promo-card:hover{border-color:#cbd5e1}.tb-promo-badge{color:#475569;letter-spacing:.08em;text-transform:uppercase;background:#f1f5f9;border-radius:4px;width:fit-content;margin-bottom:.75rem;padding:.2rem .55rem;font-size:.62rem;font-weight:800}.tb-promo-card h3{color:#0f172a;margin:0 0 .25rem;font-size:1.1rem;font-weight:800}.tb-promo-amount{color:#0f172a;letter-spacing:-.02em;margin:.25rem 0 .4rem;font-size:1.55rem;font-weight:800}.tb-promo-desc{color:#64748b;margin:0 0 1.15rem;font-size:.82rem;font-weight:500;line-height:1.45}.tb-promo-terms{border-top:1px solid #f1f5f9;flex-direction:column;gap:.4rem;margin:0 0 1.35rem;padding:.85rem 0 0;list-style:none;display:flex}.tb-promo-terms li{color:#475569;align-items:center;gap:.4rem;font-size:.78rem;font-weight:500;display:flex}.tb-promo-terms span{color:#16a34a;font-weight:800}.tb-promo-cta{text-align:center;background:#0d9488;border-radius:6px;margin-top:auto;padding:.7rem 1.1rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:background .2s;color:#fff!important}.tb-promo-cta:hover{background:#0f766e}.tb-verdict-section{max-width:1120px;margin:0 auto 2.5rem}.tb-verdict-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;grid-template-columns:minmax(220px,280px) 1fr;align-items:stretch;display:grid;overflow:hidden;box-shadow:0 1px 3px #0f172a0a}.tb-verdict-rating{text-align:center;background:linear-gradient(160deg,#f8fafc 0%,#eef2f7 100%);border-right:1px solid #e2e8f0;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:clamp(1.75rem,4vw,2.75rem) 1.5rem;display:flex}.tb-verdict-eyebrow{color:#0d9488;letter-spacing:.16em;text-transform:uppercase;font-size:.62rem;font-weight:800}.tb-verdict-score{align-items:baseline;gap:.15rem;display:inline-flex}.tb-verdict-num{color:#0f172a;letter-spacing:-.04em;font-size:clamp(2.6rem,5vw,3.4rem);font-weight:800;line-height:1}.tb-verdict-max{color:#64748b;font-size:1.1rem;font-weight:700}.tb-verdict-stars{color:#f59e0b;letter-spacing:.08em;font-size:1.35rem}.tb-verdict-claim{color:#475569;letter-spacing:.12em;text-transform:uppercase;background:#fff;border:1px solid #e2e8f0;border-radius:99px;margin-top:.5rem;padding:.25rem .75rem;font-size:.6rem;font-weight:800}.tb-verdict-body{flex-direction:column;justify-content:center;gap:.5rem;padding:clamp(1.75rem,4vw,2.75rem) clamp(1.5rem,4vw,2.5rem);display:flex}.tb-verdict-body h2{color:#0f172a;letter-spacing:-.03em;margin:0 0 .4rem;font-size:clamp(1.4rem,2.4vw,2rem)}.tb-verdict-p{color:#334155;margin:0 0 .9rem;font-size:.96rem;line-height:1.7}.tb-verdict-p:last-of-type{margin-bottom:0}.tb-terms-notice{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-left:3px solid #f59e0b;border-radius:0 6px 6px 0;margin:1.4rem 0 0;padding:.75rem .9rem;font-size:.82rem;line-height:1.55}.tb-verdict-cta-wrap{margin-top:1.5rem}.tb-verdict-cta-button{letter-spacing:.01em;background:#0d9488;border-radius:10px;padding:.9rem 1.9rem;font-size:.9rem;font-weight:800;text-decoration:none;transition:background .2s,transform .2s;display:inline-block;color:#fff!important}.tb-verdict-cta-button:hover{background:#0f766e;transform:translateY(-1px)}.tb-related-section{margin-bottom:2.5rem}.tb-related-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;display:grid}.tb-related-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;padding:1.25rem;text-decoration:none;transition:border-color .2s;display:flex}.tb-related-card:hover{border-color:#0f172a}.tb-related-card-top{justify-content:space-between;align-items:baseline;margin-bottom:.35rem;display:flex}.tb-related-card-top h4{color:#0f172a;margin:0;font-size:.95rem;font-weight:700}.tb-related-rating{color:#d97706;font-size:.78rem;font-weight:700}.tb-related-desc{color:#64748b;margin:0 0 .75rem;font-size:.8rem;line-height:1.45}.tb-related-link{color:var(--tb-coral);margin-top:auto;font-size:.78rem;font-weight:700}.tb-related-link:hover{text-decoration:underline}@media (max-width:960px){.tb-feature-grid,.tb-highlight-grid,.tb-bonuses-grid{grid-template-columns:repeat(2,1fr)}.tb-key-features-list{grid-template-columns:1fr}}@media (max-width:650px){.tb-review-hero{flex-direction:column-reverse;gap:1.5rem;display:flex}.tb-review-hero-media img{height:220px}.tb-review-meta{flex-direction:column;align-items:flex-start;gap:1rem}.tb-review-meta-bonus{margin-left:0}.tb-highlight-grid,.tb-evaluation-grid,.tb-feature-grid,.tb-banking-grid,.tb-mobile-grid,.tb-bonuses-grid{grid-template-columns:1fr}.tb-content-section,.tb-takeaway-card{border-radius:12px;padding:1.25rem}}.tb-copy-page{background:var(--tb-white);border:1px solid var(--tb-line);border-radius:var(--tb-radius);max-width:850px;margin-top:1rem;padding:clamp(1.5rem,5vw,4rem)}.tb-copy-page h1{color:var(--tb-navy);letter-spacing:-.08em;margin:0 0 1rem;font-size:clamp(2.2rem,5vw,4.6rem);line-height:.98}.tb-copy-page h2{color:var(--tb-navy);margin:2.2rem 0 .6rem}.tb-copy-page p,.tb-article-content{color:var(--tb-muted);line-height:1.8}.tb-copy-page ul{color:var(--tb-muted);margin:1rem 0 1.5rem 1.5rem;line-height:1.7}.tb-copy-page li{margin-bottom:.5rem}.info-section{margin:3rem 0}.section-title{color:var(--tb-navy);letter-spacing:-.04em;text-align:center;margin:0 0 .5rem;font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:800}.section-subtitle{color:var(--tb-muted);text-align:center;max-width:760px;margin:0 auto 2rem;font-size:1.05rem;line-height:1.6}.info-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.info-card{background:var(--tb-white);border:1px solid var(--tb-line);border-radius:16px;flex-direction:column;padding:1.75rem;display:flex;box-shadow:0 4px 20px #0000000a}.info-card-icon{color:var(--tb-coral);width:40px;height:40px;margin-bottom:1rem;font-size:1.8rem}.info-card h3{color:var(--tb-navy);letter-spacing:-.02em;margin:0 0 .75rem;font-size:1.25rem;font-weight:700}.info-card p{color:var(--tb-muted);margin:0;font-size:.92rem;line-height:1.65}.info-card ul{color:var(--tb-muted);margin:0;padding:0;font-size:.92rem;line-height:1.65;list-style:none}.info-card ul li{margin-bottom:.4rem;padding-left:1.2rem;position:relative}.info-card ul li:before{content:"•";color:var(--tb-coral);font-weight:700;position:absolute;left:0}.toc-section{background:var(--tb-white);border:1px solid var(--tb-line);border-radius:16px;margin-bottom:2.5rem;padding:2rem;box-shadow:0 6px 24px #0000000a}.toc-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-top:1.5rem;display:grid}.toc-category{border:1px solid var(--tb-line);background:#102b4605;border-radius:12px;padding:1.25rem;transition:all .2s}.toc-category:hover{background:#102b460d;transform:translateY(-2px)}.toc-category h3{color:var(--tb-navy);align-items:center;gap:.5rem;margin:0 0 .75rem;font-size:1rem;font-weight:700;display:flex}.toc-links{margin:0;padding:0;list-style:none}.toc-links li{margin-bottom:.4rem}.toc-link{color:var(--tb-blue);font-size:.88rem;font-weight:600;text-decoration:none;transition:color .2s}.toc-link:hover{color:var(--tb-coral);text-decoration:underline}.faq-list{flex-direction:column;gap:1rem;max-width:860px;margin:0 auto;display:flex}.faq-accordion-item{background:var(--tb-white);border:1px solid var(--tb-line);border-radius:14px;overflow:hidden;box-shadow:0 4px 16px #00000008}.faq-accordion-summary{color:var(--tb-navy);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1.1rem;font-weight:700;list-style:none;display:flex}.faq-accordion-summary::-webkit-details-marker{display:none}.faq-accordion-summary:hover{color:var(--tb-coral)}.faq-accordion-content{border-top:1px solid var(--tb-line);color:var(--tb-muted);padding:1.25rem 1.5rem;font-size:.95rem;line-height:1.7}.section-divider{border:0;border-top:1px solid var(--tb-line);max-width:860px;margin:3rem auto}.tb-blog-hero{background:var(--tb-navy);border-radius:var(--tb-radius);color:#fff;margin-bottom:2rem;padding:clamp(2.5rem,7vw,5rem)}.tb-breadcrumb+.tb-blog-hero{margin-top:2rem}.tb-blog-hero h1{letter-spacing:-.08em;max-width:800px;margin:0;font-size:clamp(2.4rem,6vw,5.2rem);line-height:.96}.tb-blog-hero p:last-child{color:#c6dbdc;max-width:620px;margin:1.25rem 0 0;font-size:1.05rem;line-height:1.7}.tb-blog-rss{color:#9fd6db;align-items:center;gap:.45rem;margin-top:1.5rem;font-size:.8rem;font-weight:700;display:inline-flex}.tb-blog-rss:hover{color:#c9ecef}.tb-author-hero-row{align-items:flex-start;gap:1.5rem;display:flex}.tb-author-hero-row .tb-article-avatar-lg{flex-shrink:0;width:5rem;height:5rem}.tb-article-avatar-fallback-lg{width:5rem;height:5rem;font-size:1.6rem;font-weight:800}.tb-author-job{color:#9fd6db;letter-spacing:.12em;text-transform:uppercase;margin:.7rem 0 0;font-size:.8rem;font-weight:800}.tb-author-bio{color:#c6dbdc;max-width:620px;margin-top:1rem;font-size:.95rem;line-height:1.7}.tb-author-bio p{margin:0 0 .6rem}.tb-author-bio p:last-child{margin-bottom:0}.tb-author-links{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.tb-author-links a{color:#9fd6db;font-size:.8rem;font-weight:700;text-decoration:none}.tb-author-links a:hover{text-underline-offset:3px;text-decoration:underline}.tb-author-posts-heading{color:var(--tb-navy);letter-spacing:-.04em;margin:2.5rem 0 1.25rem;font-size:clamp(1.3rem,2.4vw,1.9rem)}.tb-blog-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:1.5rem 0;display:flex}.tb-blog-toolbar form{gap:.4rem;display:flex}.tb-blog-toolbar input{border:1px solid var(--tb-line);background:#fff;border-radius:999px;min-width:min(20rem,70vw);padding:.75rem 1rem}.tb-blog-toolbar button{background:var(--tb-blue);color:#fff;border:0;border-radius:999px;padding:.75rem 1rem;font-weight:800}.tb-blog-categories{flex-wrap:wrap;gap:.4rem;display:flex}.tb-blog-categories a{border:1px solid var(--tb-line);color:var(--tb-blue);background:#fff;border-radius:99px;padding:.45rem .7rem;font-size:.75rem;font-weight:700;text-decoration:none}.tb-blog-results{color:#526a70;margin:0 0 1.25rem;font-size:.9rem}.tb-blog-results strong{color:var(--tb-navy)}.tb-blog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.tb-blog-card{background:var(--tb-white);border:1px solid var(--tb-line);border-radius:var(--tb-radius);overflow:hidden}.tb-blog-card>img,.tb-blog-card .tb-card-cover-link img{aspect-ratio:16/9;object-fit:cover;width:100%;height:auto;display:block}.tb-blog-card-body{padding:1.4rem}.tb-blog-card h2{color:var(--tb-navy);letter-spacing:-.04em;margin:.25rem 0 .7rem;font-size:1.3rem;line-height:1.15}.tb-blog-card h2 a{text-decoration:none}.tb-blog-card-body>p:not(.eyebrow){color:var(--tb-muted);line-height:1.6}.tb-blog-card-body>span,.tb-article-meta{color:var(--tb-muted);flex-wrap:wrap;align-items:center;gap:1.1rem;margin-top:1rem;font-size:.8rem;display:flex}.tb-article-excerpt{color:var(--tb-muted);font-size:1.15rem;line-height:1.7}.tb-article-content{margin-top:2rem}.tb-article-content h2,.tb-article-content h3{color:var(--tb-navy);margin:2.2rem 0 .8rem}.tb-article-content h2{letter-spacing:-.02em;font-size:1.25rem;font-weight:800;line-height:1.15}.tb-article-content h3{font-size:1.05rem;font-weight:800;line-height:1.2}.tb-article-content h4{color:var(--tb-navy);margin:1.8rem 0 .6rem;font-size:.93rem;font-weight:700}.tb-article-content a{color:var(--tb-blue)}.tb-article-content img{max-width:100%;height:auto}.tb-article-content ul,.tb-article-content ol{color:var(--tb-muted);padding-left:1.4rem;line-height:1.8}.tb-article-content ul{list-style:outside}.tb-article-content ol{list-style:decimal}.tb-article-content li{margin:.45rem 0}.tb-article-content li::marker{color:var(--tb-blue);font-weight:700}.tb-article-content strong{color:var(--tb-navy);font-weight:700}.tb-article-content blockquote{border-left:3px solid var(--tb-blue);color:var(--tb-muted);margin:1.5rem 0;padding:.25rem 0 .25rem 1.2rem;font-style:italic}.tb-article-content code{background:#f0f5f7;border-radius:4px;padding:.15em .4em;font-size:.88em}.tb-article-content pre{border-radius:var(--tb-radius);color:#e6edf3;background:#0d1b2a;padding:1.1rem 1.3rem;position:relative;overflow-x:auto}.tb-article-content pre code{color:inherit;background:0 0;padding:0}.tb-article-content table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.9rem}.tb-article-content th{color:var(--tb-navy);background:#eaf3f2;font-weight:700}.tb-article-content th,.tb-article-content td{border:1px solid var(--tb-line);text-align:left;padding:.55rem .8rem}.tb-article-content hr{border:0;border-top:1px solid var(--tb-line);margin:2.4rem 0}.dark .tb-article-content strong,.dark .tb-article-content th{color:#f1f5f9}.dark .tb-article-content code,.dark .tb-article-content th{background:#0f1620}.tb-pagination{justify-content:center;gap:1rem;margin-top:2rem;display:flex}.tb-pagination a{color:var(--tb-blue);font-weight:800}.tb-breadcrumb{color:var(--tb-muted);flex-wrap:wrap;align-items:center;gap:.45rem;margin:1.25rem 0 0;font-size:.8rem;display:flex}.tb-breadcrumb a{color:var(--tb-blue);text-decoration:none}.tb-breadcrumb a:hover{text-decoration:underline}.tb-breadcrumb-current{text-overflow:ellipsis;white-space:nowrap;max-width:46ch;overflow:hidden}.tb-article-shell{background:var(--tb-white);border:1px solid var(--tb-line);border-radius:var(--tb-radius);max-width:1140px;margin:1.25rem auto 0;overflow:hidden}.tb-article-shell .tb-breadcrumb{margin:0;padding:clamp(1rem,2.5vw,1.5rem) clamp(1.25rem,5vw,2.75rem) 0}.tb-article-head{padding:1.1rem clamp(1.25rem,5vw,2.75rem) 1.4rem}.tb-article-head h1{color:var(--tb-navy);letter-spacing:-.05em;margin:.4rem 0 .9rem;font-size:clamp(1.9rem,4.5vw,3rem);line-height:1.04}.tb-article-meta{border-top:1px solid var(--tb-line);margin-top:1.5rem;padding-top:1rem}.tb-article-meta-item{align-items:center;gap:.35rem;display:inline-flex}.tb-article-meta-item svg{opacity:.6}.tb-article-author{align-items:center;gap:.5rem;text-decoration:none;display:inline-flex}.tb-article-author-name{color:var(--tb-navy);font-weight:700}a.tb-article-author:hover .tb-article-author-name{text-decoration:underline}.tb-article-avatar{object-fit:cover;border-radius:999px;width:2rem;height:2rem}.tb-article-avatar-lg{border-radius:var(--tb-radius);object-fit:cover;width:4rem;height:4rem}.tb-article-avatar-fallback{border:1px solid var(--tb-line);color:var(--tb-blue);background:#eaf3f2;justify-content:center;align-items:center;display:inline-flex}.tb-article-figure{margin:0;padding:0 clamp(1.25rem,5vw,2.75rem)}.tb-article-figure img{border-radius:var(--tb-radius);object-fit:cover;width:100%;height:clamp(220px,40vw,440px);display:block}.tb-article-body{padding:1.4rem clamp(1.25rem,5vw,2.75rem) clamp(1.5rem,5vw,2.75rem)}.tb-article-body>.tb-article-content{margin-top:0}.tb-article-video{margin-bottom:2rem}.tb-article-video-frame{aspect-ratio:16/9;border-radius:var(--tb-radius);background:#000;overflow:hidden}.tb-article-video-caption{color:var(--tb-muted);text-align:center;margin:.5rem 0 0;font-size:.8rem}.tb-article-faqs{border-top:1px solid var(--tb-line);margin-top:3rem;padding-top:2rem}.tb-article-faqs h2{color:var(--tb-navy);letter-spacing:-.04em;margin:0 0 1.2rem;font-size:1.6rem}.tb-article-faq{border:1px solid var(--tb-line);border-radius:var(--tb-radius);background:#f4f9f8;margin-bottom:.8rem;padding:1.1rem 1.3rem}.tb-article-faq h3{color:var(--tb-navy);margin:0 0 .4rem;font-size:1.05rem;font-weight:800}.tb-article-faq>div{color:var(--tb-muted);font-size:.9rem;line-height:1.65}.tb-article-tags{border-top:1px solid var(--tb-line);margin-top:3rem;padding-top:2rem}.tb-article-tags h2{color:var(--tb-muted);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .8rem;font-size:.8rem}.tb-article-tag-list{flex-wrap:wrap;gap:.5rem;display:flex}.tb-article-tag-list a{border:1px solid var(--tb-line);color:var(--tb-blue);background:#fff;border-radius:99px;padding:.45rem .8rem;font-size:.75rem;font-weight:700;text-decoration:none}.tb-article-tag-list a:hover{border-color:var(--tb-blue)}.tb-article-author-box{border:1px solid var(--tb-line);border-radius:var(--tb-radius);background:#f4f9f8;align-items:flex-start;gap:1.2rem;margin-top:3rem;padding:1.4rem;display:flex}.tb-article-author-box h3{color:var(--tb-navy);margin:0 0 .2rem;font-size:1.1rem}.tb-article-author-job{color:var(--tb-muted);margin:0 0 .5rem;font-size:.8rem}.tb-article-author-box .tb-article-content{margin-top:0;font-size:.9rem}.tb-article-author-link{color:var(--tb-blue);margin-top:.5rem;font-size:.85rem;font-weight:700;display:inline-block}.dark .tb-article-faq,.dark .tb-article-author-box{background:#0f1620}.dark .tb-article-head h1,.dark .tb-article-author-name,.dark .tb-article-faqs h2,.dark .tb-article-faq h3,.dark .tb-article-author-box h3{color:#f1f5f9}.dark .tb-breadcrumb,.dark .tb-article-meta,.dark .tb-article-tags h2,.dark .tb-article-video-caption{color:#9db0c0}.dark .tb-article-content,.dark .tb-article-content ul,.dark .tb-article-content ol,.dark .tb-article-excerpt,.dark .tb-article-faq>div,.dark .tb-article-author-job{color:#adbccc}.dark .tb-article-content a,.dark .tb-breadcrumb a,.dark .tb-article-author-link{color:#6fc3dd}.dark .tb-article-tag-list a,.dark .tb-article-avatar-fallback{color:#6fc3dd;background:#0f1620;border-color:#ffffff24}html.dark{background:#070b12!important}html.dark body,html.dark .tb-page{color:#f1f5f9;background:#070b12!important}.tb-logo-dark{display:none!important}html.dark .tb-logo-dark{display:inline-block!important}html.dark .tb-logo-light{display:none!important}.dark .tb-operator-card,.dark .country-card,.dark .tb-review-meta,.dark .tb-content-section,.dark .tb-highlight-card,.dark .tb-feature-card,.dark .tb-banking-card,.dark .tb-mobile-card,.dark .tb-verdict-card,.dark .tb-related-card,.dark .tb-evaluation-col,.dark .tb-promo-card,.dark .tb-copy-page,.dark .tb-article-shell,.dark .tb-blog-card,.dark .info-card,.dark .toc-section,.dark .faq-accordion-item{background:#0f1620;border-color:#ffffff14}.dark .country-name,.dark .tb-section-heading h2,.dark .tb-operator-card h3,.dark .tb-review-hero h1,.dark .tb-highlight-card p,.dark .tb-feature-card h4,.dark .tb-banking-header h4,.dark .tb-mobile-card h4,.dark .tb-promo-card h3,.dark .tb-related-card-top h4,.dark .tb-copy-page h1,.dark .tb-copy-page h2,.dark .tb-article h1,.dark .tb-blog-card h2,.dark .tb-evaluation-header h3,.dark .section-title,.dark .info-card h3,.dark .toc-category h3,.dark .faq-accordion-summary,.dark .tb-hero-panel h1{color:#f1f5f9}.dark .tb-section-heading p,.dark .tb-operator-card p,.dark .tb-review-hero-summary,.dark .tb-review-meta-score p,.dark .tb-lead-text,.dark .tb-feature-card p,.dark .tb-mobile-card p,.dark .tb-banking-header p,.dark .tb-promo-desc,.dark .tb-verdict-p,.dark .tb-related-desc,.dark .tb-copy-page p,.dark .tb-copy-page ul,.dark .tb-article-content,.dark .tb-blog-card-body>p:not(.eyebrow),.dark .tb-shortlist-row span,.dark .tb-rating span,.dark .section-subtitle,.dark .info-card p,.dark .info-card ul,.dark .faq-accordion-content{color:#7a8a9c}.dark .toc-category{background:#ffffff08;border-color:#ffffff0f}.dark .toc-category:hover{background:#ffffff0f}.dark .toc-link{color:#38bdf8}.dark .toc-link:hover,.dark .faq-accordion-summary:hover{color:#84cc16}.dark .faq-accordion-content,.dark .section-divider{border-top-color:#ffffff14}.dark .tb-highlight-icon{background:#161f2c}.dark .tb-evaluation-col{background:#161f2c;border-color:#ffffff14}.dark .tb-eval-list li{color:#cbd5e1}.dark .tb-feature-card,.dark .tb-key-features-box{background:#161f2c;border-color:#ffffff14}.dark .tb-key-features-box h3{color:#f1f5f9}.dark .tb-key-features-list li{color:#cbd5e1}.dark .tb-banking-card{background:#161f2c;border-color:#ffffff14}.dark .tb-banking-icon{background:#ffffff14}.dark .tb-banking-pill-list li{color:#cbd5e1;background:#ffffff14;border-color:#ffffff24}.dark .tb-mobile-card{background:#161f2c;border-color:#ffffff14}.dark .tb-mobile-card h4{color:#f1f5f9}.dark .tb-mobile-card p{color:#cbd5e1}.dark .tb-promo-card{background:#161f2c;border-color:#ffffff14}.dark .tb-promo-badge{color:#cbd5e1;background:#ffffff14}.dark .tb-promo-amount{color:#f1f5f9}.dark .tb-promo-terms{border-color:#ffffff14}.dark .tb-promo-terms li{color:#cbd5e1}.dark .tb-related-card{background:#161f2c;border-color:#ffffff14}.dark .tb-verdict-rating{background:linear-gradient(160deg,#0f1620 0%,#161f2c 100%);border-color:#ffffff14}.dark .tb-verdict-eyebrow{color:#84cc16}.dark .tb-verdict-num{color:#f1f5f9}.dark .tb-verdict-max{color:#7a8a9c}.dark .tb-verdict-claim{color:#cbd5e1;background:#161f2c;border-color:#ffffff14}.dark .tb-verdict-body h2{color:#f1f5f9}.dark .tb-terms-notice{color:#cbd5e1;background:#161f2c;border-color:#ffffff14}.dark .tb-verdict-cta-button{background:#84cc16}.dark .tb-verdict-cta-button:hover{background:#65a30d}.dark .tb-promo-cta{background:#84cc16}.dark .tb-promo-cta:hover{background:#65a30d}.dark .cta-button-single{background:#84cc16}.dark .cta-button-single:hover{background:#65a30d}.dark .tb-nav-list a:hover{color:#84cc16;background:#ffffff0f}.dark .tb-home-hero{background:#0d1218}.dark .tb-shortlist-card{background:#0f1620;border-color:#ffffff24}.dark .tb-shortlist-feature{background:#161f2c}.dark .tb-shortlist-feature strong,.dark .tb-shortlist-card>p{color:#f1f5f9}.dark .tb-trust-panel{background:#161f2c;border-color:#ffffff24}.dark .tb-trust-panel h2,.dark .tb-trust-panel h3{color:#f1f5f9}.dark .tb-tag-list li{color:#84cc16;background:#161f2c}.dark .tb-blog-toolbar input{color:#fff;background:#0f1620;border-color:#ffffff24}.dark .tb-offer-filter{color:#7a8a9c;background:#0f1620;border-color:#ffffff24}.dark .tb-offer-filter:hover{color:#84cc16;border-color:#84cc16}.dark .tb-offer-filters input:checked+.tb-offer-filter{color:#0a0e14;background:#84cc16;border-color:#84cc16}.dark .tb-offer-bonus-label,.dark .tb-offer-bonus strong{color:#84cc16}.dark .tb-claim{color:#0a0e14;background:#65a30d}.dark .tb-review-link{color:#84cc16}.dark .tb-review-link:hover{color:#f1f5f9}.dark .tb-footer{background:#050810}.dark .tb-home-marquee{background:#0d1218;border-top:1px solid #ffffff14}.dark .tb-country-hero{background:#070b12}.dark .tb-country-hero-bar{display:none}.dark .tb-country-hero-tag{color:#84cc16}.dark .tb-country-hero-dot{background:#fbbf24}.dark .tb-country-hero h1{color:#f1f5f9}.dark .tb-country-hero-desc{color:#cbd5e1}.dark .tb-country-hero-meta{color:#5a6877}.dark .tb-country-hero-sep{color:#84cc16}.dark .eyebrow{color:var(--tb-coral)}.dark .tb-home-hero h2{color:#f1f5f9}.dark .tb-home-lede{color:#cbd5e1}.dark .tb-proof-line{color:#7a8a9c}.dark .tb-home-hero .tb-button{color:#0a0e14;background:#84cc16;border-color:#84cc16}.dark .tb-home-hero .tb-button:hover{background:#65a30d}.dark .tb-home-hero .tb-button.secondary{color:#f1f5f9;background:0 0;border-color:#ffffff4d}.dark .tb-shortlist-top b{color:#7a8a9c}.dark .tb-shortlist-feature strong{color:#f1f5f9}.dark .tb-shortlist-feature span{color:#7a8a9c}.dark .tb-shortlist-row{border-bottom-color:#ffffff14}.dark .tb-shortlist-row span{color:#f1f5f9}.dark .tb-shortlist-row b{color:#fbbf24}.dark .tb-shortlist-card>p{color:#7a8a9c}.dark .tb-home-marquee span{color:#84cc16}.dark .tb-home-marquee a{color:#cbd5e1}.dark .tb-home-marquee a:hover{color:#f1f5f9}.dark .tb-bonus{color:#fbbf24!important}.dark .tb-offer-bonus{background:#84cc161a;border-color:#84cc1640}.dark .tb-offer-bonus:before,.dark .tb-offer-bonus-label,.dark .tb-offer-bonus strong{color:#84cc16}.dark .tb-offer-desc{color:#fbbf24!important}.dark .tb-offer-summary{color:#7a8a9c}.dark .tb-rating{color:#fbbf24}.dark .tb-rating span{color:#7a8a9c}.dark .tb-card-arrow,.dark .review-link,.dark .tb-breadcrumb a{color:#84cc16}.dark .tb-card-arrow:hover,.dark .review-link:hover{color:#f1f5f9}.dark .tb-breadcrumb,.dark .country-stats{color:#7a8a9c}.dark .region-filter label{color:#7a8a9c;border-color:#ffffff24}.dark .region-filter label:hover{color:#84cc16;border-color:#84cc16}.dark .region-filter input:checked+label{color:#0a0e14;background:#84cc16;border-color:#84cc16}.dark .tb-trust-panel>p:last-child{color:#cbd5e1}.dark .tb-shortlist-card{box-shadow:0 28px 60px #0006}@media (max-width:900px){.tb-home-hero:before{width:24rem;height:24rem;top:-9rem;right:-7rem}.country-grid,.tb-operator-grid,.tb-blog-grid,.tb-highlight-grid,.tb-feature-grid,.tb-related-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.tb-hdr-nav{display:none}.tb-hdr-burger{display:flex}.tb-hdr-resp{display:none}.tb-hdr-inner{gap:.75rem}.tb-home-hero:before{opacity:.75;width:13rem;height:13rem;top:-4rem;right:-4rem}}@media (max-width:650px){.tb-hero{display:block}.tb-hero-panel{margin-top:2rem}.tb-home-hero{min-height:0;padding-top:3.5rem;padding-bottom:3.5rem;display:block}.tb-home-hero:before{opacity:.7;width:11rem;height:11rem;top:-3.5rem;right:-3.5rem}.tb-home-hero h2{max-width:100%;font-size:clamp(2.3rem,8.5vw,3.2rem);line-height:.95}.tb-home-lede{max-width:100%;font-size:.95rem}.tb-shortlist-card{margin:3rem auto 0;transform:none}.tb-home-marquee{justify-content:flex-start;gap:.7rem 1rem;overflow:hidden}.tb-home-marquee i{font-size:.7rem}.country-grid,.tb-operator-grid,.tb-blog-grid,.tb-pros-cons,.tb-highlight-grid,.tb-feature-grid,.tb-payment-methods,.tb-related-grid,.tb-verdict-card{grid-template-columns:1fr}.tb-verdict-rating{border-bottom:1px solid #e2e8f0;border-right:0;padding:1.75rem 1.5rem 1.5rem}.dark .tb-verdict-rating{border-bottom-color:#ffffff14}.tb-section-heading{align-items:start;display:block}.tb-section-heading>p{margin-top:.8rem}.tb-review-hero{flex-direction:column-reverse;gap:1.5rem;display:flex}.tb-review-hero>img{height:230px}.tb-review-meta{flex-wrap:wrap;align-items:flex-start}.tb-review-meta .tb-bonus{width:100%;margin-left:0}.tb-country-hero-inner{padding:clamp(2rem,5vw,3rem) clamp(1.25rem,4vw,2rem) 2.5rem}.tb-country-hero-watermark{right:-12rem}.tb-country-hero-watermark img{width:26rem}.tb-country-hero-watermark span{font-size:18rem}.tb-country-hero-meta{font-size:.72rem}.footer-grid{grid-template-columns:1fr}}.rv-review{--rv-ink:#0a0f14;--rv-ink-soft:#1f2a33;--rv-paper:#f7f5f0;--rv-paper-2:#fff;--rv-line:#0a0f141a;--rv-muted:#5a6772;--rv-accent:#0d9488;--rv-accent-deep:#0f766e;--rv-gold:#c8901f;background:var(--rv-paper);color:var(--rv-ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.rv-review .rv-shell{max-width:1180px;margin:0 auto;padding:0 clamp(1.25rem,5vw,3rem)}.rv-review .rv-shell--narrow{max-width:820px}.rv-review .rv-kicker{color:var(--rv-accent);letter-spacing:.22em;text-transform:uppercase;margin:0 0 1rem;font-size:.72rem;font-weight:700}.rv-review .rv-kicker--light{color:var(--rv-gold)}.rv-review .rv-h2{letter-spacing:-.03em;margin:0 0 1.5rem;font-size:clamp(1.9rem,4vw,3.1rem);font-weight:800;line-height:1.02}.rv-review .rv-section-sub{color:var(--rv-muted);max-width:620px;margin:-1rem 0 2.5rem;font-size:1rem;line-height:1.6}.rv-cta{letter-spacing:.01em;border-radius:999px;padding:.85rem 1.6rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s,transform .2s;display:inline-flex}.rv-cta--solid{background:var(--rv-accent);color:#fff}.rv-cta--solid:hover{background:var(--rv-accent-deep);transform:translateY(-2px)}.rv-cta--ghost{color:#fff;background:0 0;border:1px solid #ffffff80}.rv-cta--ghost:hover{background:#ffffff1a}.rv-cta--sm{padding:.6rem 1.1rem;font-size:.8rem}.rv-cta--lg{padding:1rem 2rem;font-size:1rem}.rv-cta--block{text-align:center;width:100%;display:block}.rv-hero{background:#0a0f14;align-items:center;min-height:clamp(520px,86vh,860px);display:flex;position:relative;overflow:hidden}.rv-hero-bg{z-index:0;position:absolute;inset:0}.rv-hero-bg img{object-fit:cover;opacity:.55}.rv-hero-scrim{background:linear-gradient(#0a0f1459 0%,#0a0f14a6 45%,#0a0f14eb 100%);position:absolute;inset:0}.rv-hero-inner{color:#fff;z-index:2;width:100%;max-width:1180px;margin:0 auto;padding:clamp(2rem,8vw,6rem) clamp(1.25rem,5vw,3rem);position:relative}.rv-hero-eyebrow{color:var(--rv-gold);letter-spacing:.26em;text-transform:uppercase;margin:0 0 1.4rem;font-size:.72rem;font-weight:700}.rv-hero-title{letter-spacing:-.045em;margin:0 0 1.5rem;font-size:clamp(2.8rem,8vw,6.5rem);font-weight:900;line-height:.92}.rv-hero-summary{color:#ffffffd1;max-width:640px;margin:0 0 2rem;font-size:clamp(1.05rem,2vw,1.35rem);font-weight:400;line-height:1.5}.rv-hero-meta{flex-wrap:wrap;align-items:center;gap:.85rem;margin-bottom:2rem;display:flex}.rv-hero-stars{color:var(--rv-gold);letter-spacing:.1em;font-size:1.1rem}.rv-hero-rating{color:#ffffffd9;font-size:.9rem}.rv-hero-rating strong{color:#fff;font-size:1.1rem;font-weight:800}.rv-hero-dot{background:#fff6;border-radius:50%;width:5px;height:5px}.rv-hero-bonus{color:var(--rv-gold);font-size:.9rem;font-weight:700}.rv-hero-cta-row{flex-wrap:wrap;gap:.85rem;display:flex}.rv-hero-scroll{color:#ffffff80;letter-spacing:.2em;text-transform:uppercase;z-index:2;font-size:.68rem;position:absolute;bottom:1.5rem;right:clamp(1.25rem,5vw,3rem)}.rv-stickybar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--rv-line);z-index:50;background:#ffffffeb;position:sticky;top:0}.rv-stickybar-inner{justify-content:space-between;align-items:center;gap:1.25rem;max-width:1180px;margin:0 auto;padding:.7rem clamp(1.25rem,5vw,3rem);display:flex}.rv-stickybar-brand{align-items:center;gap:.65rem;display:flex}.rv-stickybar-name{color:var(--rv-ink);letter-spacing:-.02em;font-weight:800}.rv-stickybar-rating{align-items:center;gap:.4rem;display:flex}.rv-stickybar-stars{color:var(--rv-gold);letter-spacing:.08em;font-size:.85rem}.rv-stickybar-num{color:var(--rv-muted);font-size:.82rem;font-weight:700}.rv-stats{background:var(--rv-paper);padding:clamp(2.5rem,5vw,4rem) 0}.rv-stats-row{border-top:1px solid var(--rv-line);grid-template-columns:repeat(4,1fr);display:grid}.rv-stat{border-right:1px solid var(--rv-line);flex-direction:column;gap:.35rem;padding:0 1.5rem;display:flex}.rv-stat:first-child{padding-left:0}.rv-stat:last-child{border-right:0;padding-right:0}.rv-stat-label{color:var(--rv-muted);letter-spacing:.16em;text-transform:uppercase;font-size:.68rem;font-weight:700}.rv-stat-value{color:var(--rv-ink);letter-spacing:-.01em;font-size:1.1rem;font-weight:800;line-height:1.2}.rv-section{padding:clamp(3rem,7vw,6rem) 0}.rv-section+.rv-section{border-top:1px solid var(--rv-line)}.rv-listing--alt,.rv-banking,.rv-bonuses,.rv-related{background:var(--rv-paper-2)}.rv-lead-text{color:var(--rv-ink-soft);margin:0 0 3rem;font-size:clamp(1.15rem,2vw,1.4rem);font-weight:400;line-height:1.65}.rv-credentials{grid-template-columns:repeat(2,1fr);gap:1.75rem;margin-bottom:3rem;display:grid}.rv-credential{align-items:flex-start;gap:1rem;display:flex}.rv-credential-icon{color:var(--rv-accent);background:#0d948814;border-radius:12px;flex-shrink:0;place-items:center;width:3rem;height:3rem;font-size:1.3rem;display:grid}.rv-credential h4{color:var(--rv-ink);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .25rem;font-size:.82rem;font-weight:700}.rv-credential p{color:var(--rv-muted);margin:0;font-size:.95rem;line-height:1.5}.rv-keyfeatures{border-top:1px solid var(--rv-line);grid-template-columns:repeat(2,1fr);gap:.85rem 1.75rem;margin:0;padding:1.75rem 0 0;list-style:none;display:grid}.rv-keyfeatures li{color:var(--rv-ink-soft);font-size:.95rem;line-height:1.5}.rv-tick{color:var(--rv-accent);margin-right:.5rem;font-weight:800}.rv-eval-grid{grid-template-columns:1fr 1px 1fr;gap:clamp(1.5rem,4vw,3.5rem);display:grid}.rv-eval-divider{background:var(--rv-line);width:1px}.rv-eval-h3{letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:.5rem;margin:0 0 1.25rem;font-size:.82rem;font-weight:800;display:flex}.rv-eval-h3--pro{color:var(--rv-accent)}.rv-eval-h3--con{color:#b45309}.rv-eval-list{flex-direction:column;gap:.9rem;margin:0;padding:0;list-style:none;display:flex}.rv-eval-list li{color:var(--rv-ink-soft);font-size:.98rem;line-height:1.5}.rv-eval-mark{vertical-align:middle;border-radius:50%;justify-content:center;align-items:center;width:1.4rem;height:1.4rem;margin-right:.65rem;font-size:.7rem;font-weight:800;display:inline-flex}.rv-eval-mark--pro{color:var(--rv-accent);background:#0d94881f}.rv-eval-mark--con{color:#b45309;background:#b453091f}.rv-listing-grid{grid-template-columns:repeat(2,1fr);gap:0;display:grid}.rv-listing-item{border-top:1px solid var(--rv-line);align-items:flex-start;gap:1.1rem;padding:1.75rem 1.5rem 1.75rem 0;display:flex}.rv-listing-item:nth-child(odd){padding-right:1.75rem}.rv-listing-item:nth-child(2n){border-left:1px solid var(--rv-line);padding-left:1.75rem}.rv-listing-item:nth-last-child(-n+2):not(:nth-last-child(odd)):not(:only-child),.rv-listing-item:last-child{border-bottom:1px solid var(--rv-line)}.rv-listing-index{color:var(--rv-accent);letter-spacing:.1em;flex-shrink:0;margin-top:.25rem;font-size:.72rem;font-weight:700}.rv-listing-icon{background:#0a0f140a;border-radius:10px;flex-shrink:0;place-items:center;width:2.75rem;height:2.75rem;font-size:1.25rem;display:grid}.rv-listing-item h4{color:var(--rv-ink);letter-spacing:-.01em;margin:0 0 .35rem;font-size:1.05rem;font-weight:700}.rv-listing-item p{color:var(--rv-muted);margin:0;font-size:.92rem;line-height:1.55}.rv-banking-grid{grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);display:grid}.rv-banking-h3{color:var(--rv-ink);letter-spacing:-.01em;align-items:center;gap:.65rem;margin:0 0 .5rem;font-size:1.25rem;font-weight:800;display:flex}.rv-banking-h3 span{font-size:1.3rem}.rv-banking-note{color:var(--rv-muted);margin:0 0 1.5rem;font-size:.9rem}.rv-pills{flex-wrap:wrap;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.rv-pills li{border:1px solid var(--rv-line);color:var(--rv-ink-soft);border-radius:999px;padding:.45rem .95rem;font-size:.85rem;font-weight:600}.rv-bonuses-grid{grid-template-columns:repeat(3,1fr);gap:clamp(1rem,3vw,1.75rem);display:grid}.rv-offer{background:var(--rv-paper);border-radius:16px;flex-direction:column;padding:clamp(1.5rem,3vw,2.25rem);display:flex}.rv-offer-tag{background:var(--rv-ink);color:#fff;letter-spacing:.16em;text-transform:uppercase;border-radius:999px;width:max-content;padding:.3rem .8rem;font-size:.62rem;font-weight:700}.rv-offer-title{color:var(--rv-ink);letter-spacing:-.01em;margin:1.25rem 0 .35rem;font-size:1.1rem;font-weight:700}.rv-offer-amount{color:var(--rv-accent);letter-spacing:-.04em;margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:900;line-height:1}.rv-offer-desc{color:var(--rv-muted);margin:0 0 1.5rem;font-size:.9rem;line-height:1.55}.rv-offer-terms{border-top:1px solid var(--rv-line);flex-direction:column;gap:.55rem;margin:0 0 1.5rem;padding-top:1.25rem;list-style:none;display:flex}.rv-offer-terms li{color:var(--rv-ink-soft);font-size:.85rem;line-height:1.4}.rv-offer-terms li span{color:var(--rv-accent);margin-right:.4rem;font-weight:800}.rv-verdict{color:#fff;background:linear-gradient(135deg,#0a0f14 0%,#14201f 100%);padding:clamp(3.5rem,8vw,6.5rem) 0;position:relative}.rv-verdict-inner{grid-template-columns:minmax(180px,240px) 1fr;align-items:center;gap:clamp(2.5rem,6vw,4.5rem);max-width:1100px;margin:0 auto;padding:0 clamp(1.25rem,5vw,3rem);display:grid}.rv-verdict-ring{flex-direction:column;align-items:center;gap:1rem;display:flex}.rv-ring{width:180px;height:auto}.rv-ring-track{fill:none;stroke:#ffffff1a;stroke-width:8px}.rv-ring-prog{fill:none;stroke:var(--rv-gold);stroke-width:8px;transition:stroke-dashoffset 1s}.rv-ring-num{fill:#fff;font-size:30px;font-weight:800}.rv-ring-max{fill:#ffffff8c;letter-spacing:.1em;font-size:11px;font-weight:600}.rv-verdict-stars{color:var(--rv-gold);letter-spacing:.12em;font-size:1.3rem}.rv-verdict-h2{color:#fff;letter-spacing:-.03em;margin:0 0 1.25rem;font-size:clamp(1.7rem,3.5vw,2.6rem);font-weight:800;line-height:1.05}.rv-verdict-p{color:#ffffffc7;margin:0 0 1rem;font-size:1.02rem;line-height:1.65}.rv-verdict-note{border-left:3px solid var(--rv-gold);color:#fffc;background:#c8901f1f;border-radius:0 8px 8px 0;margin:1.5rem 0;padding:.85rem 1rem;font-size:.85rem;line-height:1.5}.rv-verdict-note strong{color:var(--rv-gold)}.rv-related-list{margin:0;padding:0;list-style:none}.rv-related-item{border-top:1px solid var(--rv-line);color:inherit;grid-template-columns:minmax(140px,200px) 1fr auto auto;align-items:center;gap:1rem;padding:1.35rem 0;text-decoration:none;display:grid}.rv-related-item:hover .rv-related-name{color:var(--rv-accent)}.rv-related-item:last-child{border-bottom:1px solid var(--rv-line)}.rv-related-name{color:var(--rv-ink);font-size:1.05rem;font-weight:700;transition:color .2s}.rv-related-desc{color:var(--rv-muted);font-size:.92rem}.rv-related-rating{color:var(--rv-gold);font-size:.85rem;font-weight:700}.rv-related-arrow{color:var(--rv-muted);font-size:1.2rem;transition:transform .2s}.rv-related-item:hover .rv-related-arrow{color:var(--rv-accent);transform:translate(4px)}@media (max-width:860px){.rv-stats-row{grid-template-columns:repeat(2,1fr)}.rv-stat:nth-child(2){border-right:0}.rv-stat:nth-child(3){border-top:1px solid var(--rv-line);padding-top:1.75rem;padding-left:0}.rv-stat:nth-child(4){border-top:1px solid var(--rv-line);border-right:0;padding-top:1.75rem;padding-left:1.5rem}.rv-credentials,.rv-keyfeatures,.rv-eval-grid{grid-template-columns:1fr}.rv-eval-divider{display:none}.rv-listing-grid{grid-template-columns:1fr}.rv-listing-item:nth-child(2n){border-left:0;padding-left:0}.rv-listing-item:nth-child(odd){padding-right:0}.rv-banking-grid,.rv-bonuses-grid{grid-template-columns:1fr}.rv-verdict-inner{text-align:center;grid-template-columns:1fr}.rv-verdict-ring{justify-self:center}.rv-related-item{grid-template-columns:1fr auto}.rv-related-desc{grid-column:1/-1}}@media (max-width:560px){.rv-stickybar-name,.rv-stickybar-rating{display:none}.rv-hero-cta-row{flex-direction:column}.rv-hero-cta-row .rv-cta{text-align:center;width:100%}}.dark .rv-review{--rv-paper:#0c1726;--rv-paper-2:#0f1d31;--rv-ink:#eef3f7;--rv-ink-soft:#cdd9e2;--rv-line:#ffffff1a;--rv-muted:#94a3b8}.dark .rv-stickybar{background:#0f1d31e6}.dark .rv-listing-icon{background:#ffffff0d}.dark .rv-offer{background:#0f1d31}.dark .rv-pills li{color:#cdd9e2;background:#ffffff0a;border-color:#ffffff1f}.dark .rv-verdict{background:linear-gradient(135deg,#060c14 0%,#0c1f1e 100%)}.dark .rv-cta--ghost{border-color:#ffffff4d}.rx-review{--rx-paper:#fff;--rx-ink:#111827;--rx-ink-soft:#1f2937;--rx-muted:#6b7280;--rx-faint:#9ca3af;--rx-line:#eef2f6;--rx-line-strong:#e2e8f0;--rx-accent:#991b1b;--rx-accent-deep:#7f1d1d;--rx-gold:#b8860b;--background:0 0% 100%;--rx-serif:ui-serif, Georgia, "Times New Roman", Cambria, serif;--rx-sans:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;background-color:#fff;background:var(--rx-paper);color:var(--rx-ink);font-family:var(--rx-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;min-height:100vh;background-color:var(--rx-paper)!important;background:var(--rx-paper)!important}.rx-shell{max-width:1180px;margin:0 auto;padding:0 clamp(1.25rem,5vw,2.5rem)}.rx-masthead{background:var(--rx-paper)}.rx-masthead-rule{background:var(--rx-ink);height:2px}.rx-masthead-rule:last-child{opacity:.35;height:1px}.rx-masthead-inner{font-family:var(--rx-serif);letter-spacing:.04em;justify-content:center;align-items:center;gap:.5rem;padding:.55rem 1rem;font-style:italic;display:flex}.rx-masthead-mark{font-weight:700}.rx-masthead-section{color:var(--rx-accent);font-weight:600}.rx-masthead-country{color:var(--rx-muted)}.rx-masthead-sep{color:var(--rx-faint)}.rx-titleblock{text-align:center;padding:clamp(3rem,7vw,5.5rem) 0 clamp(2.5rem,5vw,4rem)}.rx-title-eyebrow{color:var(--rx-faint);font-family:var(--rx-serif);letter-spacing:.04em;margin:0 0 1rem;font-size:1rem;font-style:italic}.rx-title{color:var(--rx-ink);font-family:var(--rx-serif);letter-spacing:-.02em;margin:0 0 1.5rem;font-size:clamp(3.4rem,9vw,7rem);font-weight:700;line-height:.95}.rx-deck{color:var(--rx-ink-soft);font-family:var(--rx-serif);max-width:680px;margin:0 auto 2.5rem;font-size:clamp(1.15rem,2.2vw,1.5rem);font-style:italic;font-weight:400;line-height:1.45}.rx-byline{border-top:1px solid var(--rx-line);border-bottom:1px solid var(--rx-line);grid-template-columns:repeat(4,1fr);max-width:760px;margin:0 auto;padding:1.25rem 0;display:grid}.rx-byline>div{padding:0 1.25rem}.rx-byline>div+div{border-left:1px solid var(--rx-line)}.rx-byline dt{color:var(--rx-faint);letter-spacing:.16em;text-transform:uppercase;margin:0 0 .35rem;font-size:.62rem;font-weight:700}.rx-byline dd{color:var(--rx-ink);margin:0;font-size:.92rem;font-weight:600}.rx-byline-stars{color:var(--rx-gold);letter-spacing:.08em}.rx-cta{letter-spacing:.04em;text-transform:uppercase;border-radius:4px;padding:.8rem 1.4rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s,transform .2s;display:inline-flex}.rx-cta--solid{background:var(--rx-accent);color:#fff}.rx-cta--solid:hover{background:var(--rx-accent-deep);transform:translateY(-1px)}.rx-cta--lg{padding:1rem 2rem;font-size:.9rem}.rx-cta--text{border-bottom:1.5px solid var(--rx-accent);color:var(--rx-accent);background:0 0;border-radius:0;padding:0 0 .15rem}.rx-cta--text:hover{color:var(--rx-accent-deep)}.rx-split{grid-template-columns:minmax(260px,300px) 1fr;gap:clamp(2rem,5vw,4rem);max-width:1180px;margin:0 auto;padding:0 clamp(1.25rem,5vw,2.5rem) 4rem;display:grid}.rx-rail{position:relative}.rx-rail-sticky{position:sticky;top:2rem}.rx-rail-id{border-bottom:1px solid var(--rx-line);padding-bottom:1.25rem}.rx-rail-name{color:var(--rx-ink);font-family:var(--rx-serif);letter-spacing:-.01em;margin:.85rem 0 .35rem;font-size:1.5rem;font-weight:700}.rx-rail-bonus{color:var(--rx-accent);margin:0;font-size:.88rem;font-weight:600;line-height:1.4}.rx-rail-score{align-items:baseline;gap:.15rem;margin:1.25rem 0;display:flex}.rx-rail-scorenum{color:var(--rx-ink);font-family:var(--rx-serif);letter-spacing:-.04em;font-size:3.5rem;font-weight:700;line-height:1}.rx-rail-scoremax{color:var(--rx-faint);font-size:1.1rem;font-weight:600}.rx-rail-scorestars{color:var(--rx-gold);letter-spacing:.1em;margin-top:.25rem;font-size:.95rem;display:block}.rx-rail .rx-cta--solid{text-align:center;width:100%;display:block}.rx-rail-nav{border-top:1px solid var(--rx-line);border-bottom:1px solid var(--rx-line);margin:1.5rem 0;padding:1.25rem 0}.rx-rail-nav ol{margin:0;padding:0;list-style:none}.rx-rail-nav li{margin:0}.rx-rail-nav a{color:var(--rx-muted);align-items:baseline;gap:.75rem;padding:.42rem 0;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .15s;display:flex}.rx-rail-nav a:hover{color:var(--rx-accent)}.rx-rail-navnum{color:var(--rx-faint);font-family:var(--rx-serif);font-size:.75rem;font-style:italic}.rx-rail-navlabel{letter-spacing:.01em}.rx-rail-checked{color:var(--rx-faint);font-family:var(--rx-serif);text-align:center;margin:0;font-size:.78rem;font-style:italic}.rx-main{min-width:0}.rx-section{border-top:1px solid var(--rx-line);padding:clamp(2.5rem,5vw,4rem) 0}.rx-section:first-child{border-top:0;padding-top:0}.rx-section-head{align-items:baseline;gap:1.25rem;margin-bottom:1.75rem;display:flex}.rx-section-num{color:var(--rx-faint);font-family:var(--rx-serif);font-size:1rem;font-style:italic}.rx-section-title{color:var(--rx-ink);font-family:var(--rx-serif);letter-spacing:-.015em;margin:0;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;line-height:1}.rx-section-intro{color:var(--rx-muted);max-width:600px;margin:-1rem 0 2rem;font-size:1rem;line-height:1.6}.rx-prose{margin-bottom:2.5rem}.rx-lead{color:var(--rx-ink-soft);font-family:var(--rx-serif);margin:0;font-size:clamp(1.2rem,2vw,1.45rem);font-weight:400;line-height:1.6}.rx-spec{border-collapse:collapse;width:100%}.rx-spec th{border-bottom:1px solid var(--rx-line);color:var(--rx-faint);letter-spacing:.14em;text-align:left;text-transform:uppercase;vertical-align:top;white-space:nowrap;width:1%;padding:.9rem 1rem .9rem 0;font-size:.68rem;font-weight:700}.rx-spec th span{margin-right:.4rem}.rx-spec td{border-bottom:1px solid var(--rx-line);color:var(--rx-ink);padding:.9rem 0;font-size:.95rem;font-weight:500}.rx-spec tr:last-child th,.rx-spec tr:last-child td{border-bottom:0}.rx-keyfeatures{columns:2;column-gap:2.5rem;margin:2.5rem 0 0;padding:0;list-style:none}.rx-keyfeatures li{break-inside:avoid;color:var(--rx-ink-soft);margin:0 0 .65rem;padding-left:1.25rem;font-size:.95rem;line-height:1.5;position:relative}.rx-tick{color:var(--rx-accent);font-weight:700;position:absolute;left:0}.rx-eval{grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,3.5rem);display:grid}.rx-eval-h3{border-bottom:1px solid var(--rx-line);color:var(--rx-ink);font-family:var(--rx-serif);letter-spacing:-.01em;margin:0 0 1.25rem;padding-bottom:.65rem;font-size:1.15rem;font-weight:700}.rx-eval-list{margin:0;padding:0;list-style:none}.rx-eval-list li{color:var(--rx-ink-soft);margin:0 0 .9rem;padding-left:1.75rem;font-size:.98rem;line-height:1.5;position:relative}.rx-mark{font-family:var(--rx-serif);border-radius:50%;justify-content:center;align-items:center;width:1.3rem;height:1.3rem;font-size:.95rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:.1rem;left:0}.rx-mark--pro{color:#991b1b;background:#991b1b1a}.rx-mark--con{color:#b45309;background:#b453091a}.rx-directory{margin:0;padding:0;list-style:none}.rx-dir-item{border-top:1px solid var(--rx-line);grid-template-columns:auto auto 1fr;gap:1rem;padding:1.5rem 0;display:grid}.rx-dir-item:last-child{border-bottom:1px solid var(--rx-line)}.rx-dir-num{color:var(--rx-faint);font-family:var(--rx-serif);padding-top:.15rem;font-size:.95rem;font-style:italic}.rx-dir-glyph{padding-top:.1rem;font-size:1.4rem;line-height:1}.rx-dir-body h4{color:var(--rx-ink);letter-spacing:-.01em;margin:0 0 .35rem;font-size:1.1rem;font-weight:700}.rx-dir-body p{color:var(--rx-muted);margin:0;font-size:.92rem;line-height:1.55}.rx-banking{grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,3rem);display:grid}.rx-banking-h3{color:var(--rx-ink);font-family:var(--rx-serif);letter-spacing:-.01em;align-items:center;gap:.6rem;margin:0 0 .4rem;font-size:1.3rem;font-weight:700;display:flex}.rx-banking-h3 span{font-size:1.35rem}.rx-banking-note{color:var(--rx-faint);font-family:var(--rx-serif);margin:0 0 1.25rem;font-size:.88rem;font-style:italic}.rx-tags{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.rx-tags li{background:var(--rx-paper);border:1px solid var(--rx-line-strong);color:var(--rx-ink-soft);border-radius:3px;padding:.4rem .85rem;font-size:.85rem;font-weight:500}.rx-promos{flex-direction:column;gap:0;display:flex}.rx-promo{border-top:1px solid var(--rx-line);grid-template-columns:minmax(200px,280px) 1fr;gap:2rem;padding:2.25rem 0;display:grid}.rx-promo:first-child{border-top:0;padding-top:0}.rx-promo-left{border-right:1px solid var(--rx-line);flex-direction:column;align-items:flex-start;gap:.65rem;padding-right:2rem;display:flex}.rx-promo-amount{color:var(--rx-accent);font-family:var(--rx-serif);letter-spacing:-.03em;font-size:clamp(2rem,4vw,2.8rem);font-weight:700;line-height:1}.rx-promo-tag{color:var(--rx-faint);letter-spacing:.16em;text-transform:uppercase;font-size:.62rem;font-weight:700}.rx-promo-title{color:var(--rx-ink);font-family:var(--rx-serif);letter-spacing:-.01em;margin:0 0 .5rem;font-size:1.35rem;font-weight:700}.rx-promo-desc{color:var(--rx-muted);margin:0 0 1.25rem;font-size:.95rem;line-height:1.55}.rx-promo-terms{margin:0 0 1.5rem;padding:0;list-style:none}.rx-promo-terms li{color:var(--rx-ink-soft);margin:0 0 .5rem;padding-left:1.25rem;font-size:.88rem;line-height:1.45;position:relative}.rx-promo-terms .rx-tick{top:0;left:0}.rx-verdict{padding-bottom:clamp(3rem,6vw,5rem)!important}.rx-verdict-quote{border-left:3px solid var(--rx-accent);margin:0 0 1.5rem;padding-left:clamp(1.5rem,4vw,2.5rem)}.rx-verdict-p{color:var(--rx-ink);font-family:var(--rx-serif);margin:0;font-size:clamp(1.3rem,2.6vw,1.9rem);font-weight:400;line-height:1.4}.rx-verdict-line{margin-bottom:.85rem;display:block}.rx-verdict-line:last-child{margin-bottom:0}.rx-verdict-footer{align-items:baseline;gap:1rem;margin-top:1.75rem;display:flex}.rx-verdict-stars{color:var(--rx-gold);letter-spacing:.12em;font-size:1.2rem}.rx-verdict-score{color:var(--rx-ink);font-family:var(--rx-serif);font-size:1.6rem;font-weight:700}.rx-verdict-score small{color:var(--rx-faint);font-size:1rem;font-weight:500}.rx-verdict-note{border-left:3px solid var(--rx-gold);color:var(--rx-ink-soft);background:#b8860b14;margin:0 0 2rem;padding:.85rem 1.1rem;font-size:.85rem;line-height:1.55}.rx-verdict-note strong{color:var(--rx-gold)}.rx-related-list{margin:0;padding:0;list-style:none}.rx-related-item{border-top:1px solid var(--rx-line);color:inherit;grid-template-columns:minmax(120px,180px) 1fr auto auto;align-items:center;gap:1rem;padding:1.25rem 0;text-decoration:none;transition:padding .2s;display:grid}.rx-related-item:hover{padding-left:.75rem}.rx-related-item:hover .rx-related-name{color:var(--rx-accent)}.rx-related-item:last-child{border-bottom:1px solid var(--rx-line)}.rx-related-name{color:var(--rx-ink);font-family:var(--rx-serif);font-size:1.1rem;font-weight:700;transition:color .15s}.rx-related-desc{color:var(--rx-muted);font-size:.9rem;line-height:1.4}.rx-related-meta{color:var(--rx-gold);font-size:.82rem;font-weight:600}.rx-related-arrow{color:var(--rx-faint);font-size:1.1rem;transition:color .15s,transform .15s}.rx-related-item:hover .rx-related-arrow{color:var(--rx-accent);transform:translate(4px)}@media (max-width:900px){.rx-byline{grid-template-columns:repeat(2,1fr)}.rx-byline>div:nth-child(3){border-left:0;border-top:1px solid var(--rx-line);padding-top:1.25rem;padding-left:0}.rx-byline>div:nth-child(4){border-top:1px solid var(--rx-line);padding-top:1.25rem;padding-left:1.25rem}.rx-split{grid-template-columns:1fr}.rx-rail-sticky{position:static}.rx-rail{border-bottom:1px solid var(--rx-line);padding-bottom:2rem}.rx-rail-nav{display:none}.rx-eval,.rx-banking,.rx-promo{grid-template-columns:1fr}.rx-promo-left{border-bottom:1px solid var(--rx-line);border-right:0;padding-bottom:1.25rem;padding-right:0}.rx-keyfeatures{columns:1}.rx-related-item{grid-template-columns:1fr auto}.rx-related-desc{grid-column:1/-1}}@media (max-width:560px){.rx-title{font-size:clamp(2.6rem,12vw,4rem)}.rx-byline{grid-template-columns:1fr}.rx-byline>div{border-top:1px solid var(--rx-line);border-left:0!important;padding:1rem 0!important}.rx-byline>div:first-child{border-top:0;padding-top:0!important}.rx-dir-item{grid-template-columns:auto 1fr}.rx-dir-glyph{display:none}}.dark .rx-review{--rx-paper:#0c1118;--rx-ink:#ece9e3;--rx-ink-soft:#c8c4bc;--rx-muted:#9a958c;--rx-faint:#74706a;--rx-line:#ffffff1a;--rx-line-strong:#ffffff29}.dark .rx-masthead-rule{background:var(--rx-ink)}.dark .rx-tags li{background:#ffffff0a}.dark .rx-verdict-note{background:#b8860b1f}.rb-review{--rb-bg:#edf7f6;--rb-surface:#fff;--rb-surface-2:#f1f5f9;--rb-border:#0f172a14;--rb-border-strong:#0f172a24;--rb-text:#0f172a;--rb-text-soft:#334155;--rb-muted:#64748b;--rb-faint:#94a3b8;--rb-accent:#65a30d;--rb-accent-deep:#4d7c0f;--rb-accent-glow:#65a30d1f;--rb-gold:#d97706;--rb-danger:#dc2626;--rb-hero-overlay-1:#f8fafc80;--rb-hero-overlay-2:#f8fafcbf;--rb-hero-overlay-3:#f8fafcf2;--rb-hero-bg-opacity:.1;--rb-gauge-track:#0f172a0f;--rb-sans:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;background:var(--rb-bg);color:var(--rb-text);font-family:var(--rb-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;min-height:100vh}.dark .rb-review{--rb-bg:#070b12;--rb-surface:#0f1620;--rb-surface-2:#161f2c;--rb-border:#ffffff14;--rb-border-strong:#ffffff24;--rb-text:#f1f5f9;--rb-text-soft:#cbd5e1;--rb-muted:#7a8a9c;--rb-faint:#5a6877;--rb-accent:#84cc16;--rb-accent-deep:#65a30d;--rb-accent-glow:#84cc162e;--rb-gold:#fbbf24;--rb-danger:#f87171;--rb-hero-overlay-1:#070b1299;--rb-hero-overlay-2:#070b12d9;--rb-hero-overlay-3:#070b12;--rb-hero-bg-opacity:.18;--rb-gauge-track:#ffffff0f}.rb-review .rb-wrap{max-width:1140px;margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem)}.rb-btn{letter-spacing:.01em;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:.4rem;padding:.8rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}.rb-btn--accent{background:var(--rb-accent);box-shadow:0 0 24px var(--rb-accent-glow);color:#0a0e14}.rb-btn--accent:hover{background:var(--rb-accent-deep);transform:translateY(-2px);box-shadow:0 0 32px #84cc1652}.rb-btn--ghost{background:var(--rb-surface-2);border:1px solid var(--rb-border-strong);color:var(--rb-text)}.rb-btn--ghost:hover{background:var(--rb-border)}.rb-btn--sm{padding:.55rem 1.1rem;font-size:.82rem}.rb-btn--lg{padding:1.05rem 2.2rem;font-size:1rem}.rb-btn--block{width:100%;display:flex}.rb-sec{padding:clamp(2.5rem,6vw,4.5rem) 0}.rb-sec--panel{background:var(--rb-surface);border-top:1px solid var(--rb-border);border-bottom:1px solid var(--rb-border)}.rb-h2{letter-spacing:-.025em;margin:0 0 2rem;font-size:clamp(1.7rem,3.5vw,2.5rem);font-weight:800;line-height:1.05}.rb-sec-intro{color:var(--rb-muted);max-width:560px;margin:-1.25rem 0 2rem;font-size:.98rem;line-height:1.55}.rb-lead{color:var(--rb-text-soft);max-width:870px;margin:0 0 2.5rem;font-size:1.1rem;line-height:1.65}.rb-hero{background:var(--rb-bg);position:relative;overflow:hidden}.rb-hero-bg{opacity:var(--rb-hero-bg-opacity);z-index:0;position:absolute;inset:0}.rb-hero-bg img{object-fit:cover}.rb-hero-overlay{background:linear-gradient(180deg, var(--rb-hero-overlay-1) 0%, var(--rb-hero-overlay-2) 60%, var(--rb-hero-overlay-3) 100%);z-index:1;position:absolute;inset:0}.rb-hero-inner{z-index:2;max-width:1140px;margin:0 auto;padding:clamp(3.5rem,9vw,7rem) clamp(1.25rem,4vw,2.5rem) clamp(2.5rem,5vw,4rem);position:relative}.rb-hero-pill{color:var(--rb-accent);letter-spacing:.06em;background:#84cc161f;border:1px solid #84cc164d;border-radius:999px;padding:.35rem .85rem;font-size:.72rem;font-weight:700}.rb-hero-title{letter-spacing:-.04em;margin:1.25rem 0 1rem;font-size:clamp(2.8rem,8vw,5.5rem);font-weight:900;line-height:.92}.rb-hero-sub{color:var(--rb-text-soft);max-width:560px;margin:0 0 2rem;font-size:clamp(1rem,2vw,1.2rem);line-height:1.5}.rb-hero-row{flex-wrap:wrap;align-items:center;gap:1.25rem;margin-bottom:2rem;display:flex}.rb-hero-rating{align-items:center;gap:.6rem;display:flex}.rb-hero-stars{color:var(--rb-gold);letter-spacing:.1em;font-size:1.1rem}.rb-hero-ratingnum{color:var(--rb-text);font-size:1.2rem;font-weight:800}.rb-hero-ratingnum small{color:var(--rb-muted);font-size:.9rem;font-weight:600}.rb-hero-offer{color:var(--rb-gold);background:#fbbf241a;border:1px solid #fbbf2440;border-radius:8px;padding:.4rem .85rem;font-size:.85rem;font-weight:700}.rb-hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.rb-sticky{background:color-mix(in srgb, var(--rb-surface) 85%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--rb-border);z-index:50;position:sticky;top:0}.rb-sticky-inner{align-items:center;gap:1.25rem;max-width:1140px;margin:0 auto;padding:.7rem clamp(1.25rem,4vw,2.5rem);display:flex}.rb-sticky-inner .rb-btn{margin-left:auto}.rb-sticky-brand{align-items:center;gap:.65rem;display:flex}.rb-sticky-brand img{object-fit:contain;object-position:left center;width:auto;height:40px}.rb-sticky-name{color:var(--rb-text);font-weight:800}.rb-sticky-stats{align-items:center;gap:.75rem;display:flex}.rb-sticky-star{color:var(--rb-gold);letter-spacing:.06em;font-size:.85rem}.rb-sticky-r{color:var(--rb-muted);font-size:.82rem;font-weight:700}.rb-sticky-sep{background:var(--rb-border-strong);width:1px;height:16px}.rb-sticky-bonus{color:var(--rb-text-soft);font-size:.82rem;font-weight:600}.rb-stat-grid{grid-template-columns:minmax(0,2.2fr) minmax(0,1.1fr) minmax(0,.7fr) minmax(0,1.4fr);display:grid}.rb-stat{border-left:1px solid var(--rb-border);flex-direction:column;gap:.25rem;padding:0 1.5rem;display:flex}.rb-stat:first-child{border-left:0;padding-left:0}.rb-stat:last-child{padding-right:0}.rb-stat-icon{font-size:1.3rem}.rb-stat-val{color:var(--rb-text);letter-spacing:-.01em;font-size:1.05rem;font-weight:800;line-height:1.2}.rb-stat-lbl{color:var(--rb-faint);letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:700}.rb-proscons{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.rb-proscons-card{background:var(--rb-surface);border:1px solid var(--rb-border);border-radius:14px;padding:clamp(1.5rem,3vw,2rem)}.rb-proscons-card--pro{border-left:3px solid var(--rb-accent)}.rb-proscons-card--con{border-left:3px solid var(--rb-danger)}.rb-proscons-card h3{color:var(--rb-text);letter-spacing:.01em;align-items:center;gap:.5rem;margin:0 0 1.25rem;font-size:1rem;font-weight:800;display:flex}.rb-pc-dot{border-radius:50%;width:10px;height:10px;display:inline-block}.rb-pc-dot--pro{background:var(--rb-accent);box-shadow:0 0 10px var(--rb-accent-glow)}.rb-pc-dot--con{background:var(--rb-danger)}.rb-proscons-card ul{margin:0;padding:0;list-style:none}.rb-proscons-card li{color:var(--rb-text-soft);margin:0 0 .75rem;padding-left:1.65rem;font-size:.92rem;line-height:1.5;position:relative}.rb-proscons-card li:last-child{margin-bottom:0}.rb-pc-mark{border-radius:6px;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:.72rem;font-weight:800;display:inline-flex;position:absolute;left:0}.rb-pc-mark--pro{color:var(--rb-accent);background:#84cc1626}.rb-pc-mark--con{color:var(--rb-danger);background:#f8717126}.rb-cred-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.rb-cred{background:var(--rb-surface);border:1px solid var(--rb-border);border-radius:12px;flex-direction:column;align-items:flex-start;gap:.85rem;padding:1.25rem;display:flex}.rb-cred-icon{color:var(--tb-blue);background:#4bc7c824;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;font-size:1.2rem;display:flex}.rb-cred h3,.rb-cred h4{color:var(--rb-faint);letter-spacing:.1em;text-transform:uppercase;margin:0 0 .25rem;font-size:.68rem;font-weight:700}.rb-cred p{color:var(--rb-text);margin:0;font-size:.92rem;font-weight:600;line-height:1.3}.rb-keyfeat{background:var(--rb-surface);border:1px solid var(--rb-border);border-radius:12px;padding:1.5rem 1.75rem}.rb-keyfeat-list{columns:2;column-gap:2rem;margin:0;padding:0;list-style:none}.rb-keyfeat-list li{break-inside:avoid;color:var(--rb-text-soft);margin:0 0 .6rem;padding-left:1.5rem;font-size:.92rem;line-height:1.5;position:relative}.rb-keyfeat-mark{background:var(--rb-accent);color:#0a0e14;border-radius:50%;justify-content:center;align-items:center;width:1.1rem;height:1.1rem;font-size:.65rem;font-weight:800;display:inline-flex;position:absolute;top:.12rem;left:0}.rb-card-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;display:grid}.rb-card{background:var(--rb-surface);border:1px solid var(--rb-border);border-radius:14px;padding:1.5rem;transition:border-color .2s,transform .2s}html:not(.dark) .rb-review #sports .rb-card{background:var(--rb-surface-2)}.rb-card:hover{border-color:var(--rb-border-strong);transform:translateY(-3px)}.rb-card-icon{background:var(--rb-surface-2);border-radius:10px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;margin-bottom:.85rem;font-size:1.35rem;display:flex}.rb-card h3,.rb-card h4{color:var(--rb-text);letter-spacing:-.01em;margin:0 0 .35rem;font-size:1.02rem;font-weight:700}.rb-card p{color:var(--rb-muted);margin:0;font-size:.88rem;line-height:1.5}.rb-banking{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.rb-banking-panel{background:var(--rb-surface-2);border:1px solid var(--rb-border);border-radius:14px;padding:1.5rem}.rb-banking-h{color:var(--rb-text);align-items:center;gap:.5rem;margin:0 0 .4rem;font-size:1.1rem;font-weight:800;display:flex}.rb-banking-h span{font-size:1.25rem}.rb-banking-note{color:var(--rb-faint);margin:0 0 1.25rem;font-size:.85rem}.rb-pills{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.rb-pills li{background:var(--rb-surface);border:1px solid var(--rb-border-strong);color:var(--rb-text-soft);border-radius:8px;padding:.4rem .85rem;font-size:.82rem;font-weight:600}.rb-promo-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.rb-promo{background:var(--rb-surface-2);border:1px solid var(--rb-border);border-radius:16px;flex-direction:column;padding:1.75rem;display:flex}.rb-promo-top{align-items:center;gap:.65rem;display:flex}.rb-promo-tag{background:var(--rb-accent);color:#0a0e14;letter-spacing:.12em;border-radius:4px;padding:.2rem .5rem;font-size:.58rem;font-weight:800}.rb-promo-top h3{color:var(--rb-text);margin:0;font-size:1.05rem;font-weight:700}.rb-promo-amount{color:var(--rb-accent);letter-spacing:-.035em;text-shadow:0 0 30px var(--rb-accent-glow);margin:1.25rem 0 .85rem;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:900;line-height:1}.rb-promo-desc{color:var(--rb-muted);margin:0 0 1.25rem;font-size:.88rem;line-height:1.5}.rb-promo-terms{border-top:1px solid var(--rb-border);flex-direction:column;gap:.5rem;margin:0 0 1.5rem;padding:1.25rem 0 0;list-style:none;display:flex}.rb-promo-terms li{color:var(--rb-text-soft);font-size:.82rem;line-height:1.4}.rb-promo-terms li span{color:var(--rb-accent);margin-right:.35rem;font-weight:800}.rb-verdict{background:var(--rb-surface);border-top:1px solid var(--rb-border);border-bottom:1px solid var(--rb-border);padding:clamp(3.5rem,8vw,6rem) 0}.rb-verdict-inner{grid-template-columns:minmax(180px,240px) 1fr;align-items:center;gap:clamp(2.5rem,6vw,4.5rem);max-width:1040px;margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem);display:grid}.rb-verdict-gauge{flex-direction:column;justify-self:center;align-items:center;gap:1rem;display:flex}.rb-gauge{width:200px;height:auto}.rb-gauge-track{fill:none;stroke:var(--rb-gauge-track);stroke-width:8px}.rb-gauge-prog{fill:none;stroke:var(--rb-accent);stroke-width:8px;transition:stroke-dashoffset 1s}.rb-gauge-num{fill:var(--rb-text);font-size:36px;font-weight:900}.rb-gauge-unit{fill:var(--rb-muted);letter-spacing:.08em;font-size:13px;font-weight:600}.rb-verdict-stars{color:var(--rb-gold);letter-spacing:.12em;font-size:1.25rem}.rb-verdict-eyebrow{color:var(--rb-accent);letter-spacing:.18em;text-transform:uppercase;font-size:.72rem;font-weight:700}.rb-verdict-h2{color:var(--rb-text);letter-spacing:-.025em;margin:.75rem 0 1.25rem;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:800;line-height:1.1}.rb-verdict-p{color:var(--rb-text-soft);margin:0 0 .85rem;font-size:1rem;line-height:1.65}.rb-verdict-note{border-left:3px solid var(--rb-gold);color:var(--rb-text-soft);background:#fbbf2414;border-radius:0 8px 8px 0;margin:1.5rem 0;padding:.85rem 1rem;font-size:.85rem;line-height:1.5}.rb-verdict-note strong{color:var(--rb-gold)}.rb-related{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.rb-related-card{background:var(--rb-surface);border:1px solid var(--rb-border);border-radius:14px;flex-direction:column;padding:1.5rem;text-decoration:none;transition:border-color .2s,transform .2s;display:flex}.rb-related-logo{align-self:flex-start;width:auto;height:30px;margin-bottom:.9rem}.rb-related-card:hover{border-color:var(--rb-accent);transform:translateY(-3px)}.rb-related-top{justify-content:space-between;align-items:baseline;margin-bottom:.5rem;display:flex}.rb-related-top h3,.rb-related-top h4{color:var(--rb-text);margin:0;font-size:1.05rem;font-weight:700}.rb-related-r{color:var(--rb-gold);font-size:.82rem;font-weight:700}.rb-related-card p{color:var(--rb-muted);margin:0 0 1rem;font-size:.88rem;line-height:1.45}.rb-related-link{color:var(--rb-accent);margin-top:auto;font-size:.82rem;font-weight:700}@media (max-width:880px){.rb-stat-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem 1.25rem}.rb-stat{border-left:0;padding:0}.rb-stat:first-child,.rb-stat:nth-child(4){grid-column:1/-1}.rb-stat:first-child .rb-stat-val{font-size:.95rem;font-weight:700;line-height:1.5}.rb-proscons{grid-template-columns:1fr}.rb-cred-grid{grid-template-columns:repeat(2,1fr)}.rb-keyfeat-list{columns:1}.rb-banking,.rb-promo-grid{grid-template-columns:1fr}.rb-verdict-inner{text-align:center;grid-template-columns:1fr}.rb-verdict-gauge{justify-self:center}.rb-related{grid-template-columns:repeat(2,minmax(0,1fr))}.rb-btn{white-space:normal;max-width:100%}}@media (max-width:560px){.rb-sticky-name,.rb-sticky-stats{display:none}.rb-cred-grid{grid-template-columns:1fr}.rb-hero-actions{flex-direction:column}.rb-hero-actions .rb-btn{width:100%}.rb-related{grid-template-columns:1fr}}.dark .tb-article-content,.dark .tb-article-content ul,.dark .tb-article-content ol,.dark .tb-article-content blockquote{color:#b9c7d5}.dark .tb-article-content h2,.dark .tb-article-content h3,.dark .tb-article-content h4{color:#d3dde6}.dark .tb-author-posts-heading{color:#f1f5f9}.tb-news-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:2rem;display:grid}.tb-news-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.tb-news-sidebar{flex-direction:column;gap:1.25rem;display:flex;position:sticky;top:5.5rem}.tb-side-widget{background:var(--tb-white);border:1px solid var(--tb-line);border-radius:var(--tb-radius);padding:1.25rem}.tb-side-widget-title{border-bottom:2px solid var(--tb-navy);color:var(--tb-navy);letter-spacing:-.01em;text-transform:uppercase;margin:0 0 1rem;padding-bottom:.6rem;font-size:.95rem;font-weight:800}.tb-side-list{flex-direction:column;gap:.8rem;margin:0;padding:0;list-style:none;display:flex}.tb-side-list li{border-bottom:1px solid var(--tb-line);padding-bottom:.8rem;font-size:.92rem;line-height:1.45}.tb-side-list li:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.tb-side-list a{color:var(--tb-navy);font-weight:600;text-decoration:none}.tb-side-list a:hover{color:var(--tb-blue)}.tb-side-casinos{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.tb-side-casino{border-bottom:1px solid var(--tb-line);align-items:center;gap:.9rem;padding-bottom:1rem;display:flex}.tb-side-casino:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.tb-side-casino h3,.tb-side-casino h4{margin:0 0 .3rem;font-size:.95rem}.tb-side-casino h3 a,.tb-side-casino h4 a{color:var(--tb-navy);text-decoration:none}.tb-side-casino h3 a:hover{color:var(--tb-blue)}.tb-side-casino .tb-rating{font-size:.78rem}.tb-side-posts{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.tb-side-post{gap:.75rem;display:flex}.tb-side-post-thumb{object-fit:cover;border-radius:10px;flex-shrink:0;width:72px;height:72px}.tb-side-post-title{color:var(--tb-navy);font-size:.88rem;font-weight:700;line-height:1.4;text-decoration:none;display:block}.tb-side-post-title:hover{color:var(--tb-blue)}.tb-side-post-meta{color:var(--tb-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:700}@media (max-width:1024px){.tb-news-layout{grid-template-columns:minmax(0,1fr)}.tb-news-sidebar{position:static}}@media (max-width:760px){.tb-news-grid{grid-template-columns:minmax(0,1fr)}}.tb-news-mast{margin:2.25rem 0 2rem}.tb-breadcrumb+.tb-news-mast{margin-top:1.5rem}.tb-news-mast-row{border-bottom:2px solid var(--tb-navy);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem 1.5rem;padding-bottom:.75rem;display:flex}.tb-news-mast-label{color:var(--tb-coral);letter-spacing:.18em;text-transform:uppercase;align-items:center;margin:0;font-size:.7rem;font-weight:800;display:inline-flex}.tb-news-dot{background:var(--tb-coral);border-radius:50%;width:.55rem;height:.55rem;margin-right:.55rem;animation:2.4s infinite tb-news-pulse;display:inline-block;box-shadow:0 0 #f36d5d66}@keyframes tb-news-pulse{0%{box-shadow:0 0 #f36d5d66}70%{box-shadow:0 0 0 .55rem #f36d5d00}to{box-shadow:0 0 #f36d5d00}}@media (prefers-reduced-motion:reduce){.tb-news-dot{animation:none}}.tb-news-mast-date{color:var(--tb-muted);font-variant-numeric:tabular-nums;letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.7rem;font-weight:700}.tb-news-mast h1{color:var(--tb-navy);letter-spacing:-.05em;max-width:780px;margin:1rem 0 0;font-size:clamp(2.1rem,5vw,3.8rem);font-weight:800;line-height:1.02}.tb-news-mast-end{color:var(--tb-coral)}.tb-news-mast-sub{color:var(--tb-muted);max-width:640px;margin:.9rem 0 0;font-size:1.02rem;line-height:1.65}.tb-news-ticker{border-bottom:1px solid var(--tb-line);border-top:1px solid var(--tb-line);align-items:center;gap:1.1rem;margin-top:1.4rem;padding:.55rem 0;display:flex}.tb-news-ticker-tag{color:var(--tb-coral);letter-spacing:.16em;text-transform:uppercase;flex-shrink:0;font-size:.62rem;font-weight:800}.tb-news-ticker-track{flex:1;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000);mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000)}.tb-news-ticker-run{width:max-content;animation:38s linear infinite tb-news-ticker;display:flex}.tb-news-ticker:hover .tb-news-ticker-run{animation-play-state:paused}.tb-news-ticker-item{color:var(--tb-muted);white-space:nowrap;align-items:center;margin-right:2.4rem;font-size:.8rem;font-weight:600;text-decoration:none;display:inline-flex}.tb-news-ticker-item:hover{color:var(--tb-navy)}.tb-news-ticker-kind{letter-spacing:.12em;text-transform:uppercase;margin-right:.5rem;font-size:.58rem;font-weight:800}.tb-news-ticker-kind-news{color:var(--tb-coral)}.tb-news-ticker-kind-blog{color:var(--tb-blue)}@keyframes tb-news-ticker{to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.tb-news-ticker-run{animation:none}.tb-news-ticker-track{overflow-x:auto;-webkit-mask-image:none;mask-image:none}}.dark .tb-side-widget{background:#0f1620;border-color:#ffffff14}.dark .tb-side-widget-title{color:#f1f5f9;border-bottom-color:#ffffff29}.dark .tb-side-list li{border-bottom-color:#ffffff0f}.dark .tb-side-list a,.dark .tb-side-post-title,.dark .tb-side-casino h3 a,.dark .tb-side-casino h4 a{color:#dbe4ec}.dark .tb-side-list a:hover,.dark .tb-side-post-title:hover,.dark .tb-side-casino h3 a:hover{color:#4bc7c8}.dark .tb-side-post-meta,.dark .tb-side-casino .tb-rating span{color:#5a6877}.dark .tb-news-mast-row{border-bottom-color:#ffffff2e}.dark .tb-news-mast h1{color:#f1f5f9}.dark .tb-news-mast-sub{color:#7a8a9c}.dark .tb-news-mast-date{color:#5a6877}.dark .tb-news-ticker{border-color:#ffffff14}.dark .tb-news-ticker-item{color:#7a8a9c}.dark .tb-news-ticker-item:hover{color:#4bc7c8}.tb-side-casino-logo,.tb-operator-logo-link{align-items:center;display:flex}.tb-side-casino-logo img,.tb-operator-logo-link img{transition:transform .18s}.tb-side-casino-logo:hover img,.tb-operator-logo-link:hover img{transform:scale(1.04)}@media (prefers-reduced-motion:reduce){.tb-side-casino-logo img,.tb-operator-logo-link img{transition:none}.tb-side-casino-logo:hover img,.tb-operator-logo-link:hover img{transform:none}}.tb-author-links a{align-items:center;gap:.4rem;display:inline-flex}.tb-author-links a svg{opacity:.75}.tb-card-cover-link{display:block}.tb-card-cover-link img{transition:opacity .18s}.tb-card-cover-link:hover img{opacity:.88}@media (prefers-reduced-motion:reduce){.tb-card-cover-link img{transition:none}}.tb-article-content p,.tb-copy-page p{margin:0 0 1.15rem}.tb-article-content p:last-child,.tb-copy-page p:last-child{margin-bottom:0}.tb-article-content ul,.tb-article-content ol,.tb-copy-page ul,.tb-copy-page ol{margin:0 0 1.15rem;padding-left:1.4rem}.tb-article-content li,.tb-copy-page li{margin:0 0 .4rem}.tb-article-content ul li,.tb-copy-page ul li{list-style:outside}.tb-article-content ol li,.tb-copy-page ol li{list-style:decimal}.tb-article-content li>ul,.tb-article-content li>ol,.tb-copy-page li>ul,.tb-copy-page li>ol{margin:.4rem 0 0}.tb-article-content img{border-radius:var(--tb-radius);max-width:100%;height:auto;margin:1.75rem 0;display:block}.tb-article-author-box .tb-author-links a{color:var(--tb-blue)}.tb-article-author-box .tb-author-links a:hover{text-underline-offset:3px;text-decoration:underline}.dark .tb-article-author-box .tb-author-links a{color:#9fd6db}
