:root{
  --canvas-w:864;
  --canvas-h:1821;
  --scale:min(1,calc(100vw / (var(--canvas-w) * 1px)));
  --primary:#5b2dee;
  --accent:#16c79a;
  --ink:#081633;
  --muted:#5e6b82;
  --surface:#ffffff;
  --soft:#f4f7fb;
  --line:#dce4ef;
  --page:#f7f9fc;
  --header:#ffffff;
  --hero:#eef3ff;
  --success:#0ea65a;
  --danger:#ed3852;
  --shadow:0 10px 28px rgba(22,41,78,.10);
  color-scheme:light;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif
}
*{box-sizing:border-box}
html,body{margin:0;min-width:320px;overflow-x:hidden;background:#dfe5ee;color:var(--ink)}
button,input,select{font:inherit}
button,a{color:inherit}
a{text-decoration:none}
button{cursor:pointer}
[hidden]{display:none!important}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.viewport{width:calc(864px * var(--scale));height:calc(1821px * var(--scale));margin:0 auto}
.phone{position:relative;width:864px;height:1821px;overflow:hidden;transform:scale(var(--scale));transform-origin:top left;background:var(--page)}
.site-header{height:86px;padding:0 26px;display:flex;align-items:center;border-bottom:1px solid var(--line);background:var(--header);position:relative;z-index:20}
.icon-button{width:46px;height:46px;display:grid;place-items:center;border:1px solid transparent;border-radius:12px;background:transparent}
.icon-button img{width:34px;height:34px;object-fit:contain}
.menu-bars{display:grid;gap:6px;width:28px}
.menu-bars i{display:block;height:3px;border-radius:4px;background:currentColor}
.brand-link{display:flex;align-items:center;min-width:280px;margin-left:8px}
.brand-link>img{width:52px;height:52px;object-fit:contain;margin-right:10px}
.brand-copy{display:flex;flex-direction:column}
.brand-name{font-size:29px;line-height:1;font-weight:900;letter-spacing:-1px}
.brand-name em{color:var(--primary);font-style:normal}
.brand-tagline{margin-top:4px;color:var(--muted);font-size:11px}
.header-actions{margin-left:auto;display:flex;align-items:center;gap:9px}
.header-register{width:118px;height:45px;border:0;border-radius:10px;color:#fff;background:var(--page-primary,var(--primary));font-size:16px;font-weight:900;box-shadow:0 5px 12px rgba(14,166,90,.22)}
.locale{height:48px;padding:0 15px;display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:15px;background:var(--surface);font-weight:800}
.flag{display:inline-grid;width:26px;height:20px;place-items:center;border-radius:4px;color:#fff;background:linear-gradient(180deg,#1368d4 0 50%,#d52d35 50%);font-size:9px}
.page-content{position:relative;height:1735px;padding-bottom:116px;overflow:hidden}
.hero{position:relative;min-height:365px;padding:36px 36px 28px;overflow:hidden;border-radius:0 0 28px 28px;background:var(--hero)}
.hero-copy{position:relative;z-index:3;width:54%}
.eyebrow{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;color:#fff;background:var(--primary);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.4px}
.hero h1{margin:15px 0 12px;max-width:500px;font-size:43px;line-height:1.08;letter-spacing:-1.6px}
.hero h1 em{color:var(--primary);font-style:normal}
.hero p{max-width:470px;margin:0;color:var(--muted);font-size:18px;line-height:1.55}
.hero-art{position:absolute;z-index:1;right:0;top:0;width:53%;height:100%;object-fit:cover;object-position:center}
.hero:after{position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,var(--hero) 0,var(--hero) 43%,transparent 70%);content:"";pointer-events:none}
.hero-actions{display:flex;gap:13px;margin-top:23px}
.btn{min-height:48px;padding:0 22px;border:1px solid var(--primary);border-radius:9px;background:transparent;color:var(--primary);font-weight:900}
.btn.primary{color:#fff;background:var(--primary)}
.btn.soft{border-color:var(--line);color:var(--ink);background:var(--surface)}
.btn.success{border-color:var(--success);color:#fff;background:var(--success)}
.btn.small{min-height:38px;padding:0 15px;font-size:13px}
.search-form{display:flex;width:490px;height:51px;margin-top:22px;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--surface)}
.search-form input{flex:1;min-width:0;padding:0 18px;border:0;outline:0;color:var(--ink);background:transparent}
.search-form button{width:66px;border:0;color:#fff;background:var(--primary);font-weight:900}
.hero-points{position:relative;z-index:3;display:flex;gap:22px;margin-top:20px;font-size:13px;font-weight:800}
.hero-points span{display:flex;align-items:center;gap:6px}
.hero-points i{width:9px;height:9px;border-radius:50%;background:var(--accent)}
.content-pad{padding:0 26px}
.panel{border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:var(--shadow)}
.trust-strip{position:relative;z-index:5;height:112px;margin:-16px 26px 0;display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{display:flex;align-items:center;justify-content:center;flex-direction:column;border-right:1px solid var(--line);text-align:center}
.trust-item:last-child{border-right:0}
.ui-icon{width:38px;height:38px;object-fit:contain}
.trust-item b{margin-top:7px;font-size:15px}
.trust-item span{margin-top:3px;color:var(--muted);font-size:11px}
.section{margin-top:17px}
.section-head{height:48px;display:flex;align-items:center;justify-content:space-between}
.section-head h2{margin:0;font-size:24px;letter-spacing:-.4px}
.section-head button,.section-head a{border:0;background:transparent;color:var(--primary);font-size:14px;font-weight:900}
.quick-links{display:grid;grid-template-columns:repeat(6,1fr);height:125px}
.quick-link{display:flex;align-items:center;justify-content:center;flex-direction:column;border:0;border-right:1px solid var(--line);background:transparent}
.quick-link:last-child{border-right:0}
.quick-link img{width:36px;height:36px;object-fit:contain}
.quick-link b{margin-top:8px;font-size:13px}
.quick-link span{margin-top:4px;color:var(--muted);font-size:10px}
.operator-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:11px}
.operator-card{min-height:230px;padding:15px;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:var(--shadow)}
.operator-logo{height:50px;display:flex;align-items:center;justify-content:center;border-radius:9px;color:#fff;background:#071326;font-size:19px;font-style:italic;font-weight:1000}
.operator-card:nth-child(2) .operator-logo{background:#1267c5}
.operator-card:nth-child(3) .operator-logo{background:#07914b}
.operator-card:nth-child(4) .operator-logo{background:#6624a9}
.operator-card:nth-child(5) .operator-logo{background:#191925}
.stars{margin-top:10px;color:#f5a400;font-size:16px;letter-spacing:1px}
.operator-card h3{margin:10px 0 4px;font-size:15px}
.operator-card p{min-height:32px;margin:0;color:var(--muted);font-size:11px;line-height:1.35}
.operator-card .btn{width:100%;min-height:37px;margin-top:10px;padding:0 7px;font-size:12px}
.guide-list{overflow:hidden}
.guide-row{height:82px;padding:10px 15px;display:grid;grid-template-columns:90px 1fr 32px;align-items:center;border-bottom:1px solid var(--line)}
.guide-row{width:100%;border-top:0;border-left:0;border-right:0;background:transparent;text-align:left}
.guide-row:last-child{border-bottom:0}
.guide-thumb{height:58px;display:grid;place-items:center;border-radius:9px;background:var(--hero)}
.guide-thumb img{width:38px;height:38px;object-fit:contain}
.guide-row h3{margin:0;font-size:15px}
.guide-row p{margin:4px 0 0;color:var(--muted);font-size:11px}
.chev{color:var(--primary);font-size:24px}
.info-banner{min-height:124px;padding:20px 24px;display:grid;grid-template-columns:1fr 190px;align-items:center;background:linear-gradient(105deg,var(--surface),var(--hero))}
.info-banner h2{margin:0;font-size:22px}
.info-banner p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.5}
.score-badge{justify-self:end;text-align:center}
.score-badge strong{display:block;color:var(--success);font-size:42px}
.score-badge span{color:var(--success);font-weight:900}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list details:last-child{border-bottom:0}
.faq-list summary{padding:13px 17px;cursor:pointer;font-size:14px;font-weight:800}
.faq-list p{padding:0 17px 14px;margin:0;color:var(--muted);font-size:13px;line-height:1.5}
.metrics{height:118px;display:grid;grid-template-columns:repeat(6,1fr);margin:0 26px}
.metric{display:flex;align-items:center;justify-content:center;flex-direction:column;border-right:1px solid var(--line)}
.metric:last-child{border:0}
.metric img{width:34px;height:34px;object-fit:contain}
.metric b{margin-top:7px;font-size:13px}
.metric strong{margin-top:4px;font-size:16px}
.anchor-grid{padding:15px;display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.anchor-grid button{min-height:36px;border:0;border-radius:8px;background:var(--soft);text-align:left;font-size:12px;font-weight:800}
.overview{padding:20px}
.overview>p{margin:8px 0 15px;color:var(--muted);font-size:13px;line-height:1.5}
.procon{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.procon article{min-height:150px;padding:15px;border:1px solid #bde7d0;border-radius:12px;background:#f4fcf7}
.procon article:last-child{border-color:#f1c9cf;background:#fff7f8}
.procon h3{margin:0 0 10px;color:var(--success)}
.procon article:last-child h3{color:var(--danger)}
.procon ul{margin:0;padding-left:19px;font-size:12px;line-height:1.75}
.verdict{min-height:95px;padding:16px 20px;display:grid;grid-template-columns:1fr 120px;align-items:center;border-color:#bee5d1;background:#f3fbf6}
.verdict h3{margin:0;color:var(--success)}
.verdict p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.45}
.bonus-tabs,.device-tabs,.filter-tabs{height:58px;padding:6px;display:flex;gap:6px}
.tab-btn{flex:1;border:0;border-radius:9px;background:transparent;color:var(--muted);font-weight:900}
.tab-btn.active{color:#fff;background:var(--primary)}
.bonus-rows{overflow:hidden}
.bonus-row{min-height:92px;padding:13px 16px;display:grid;grid-template-columns:150px 1fr 150px;align-items:center;border-bottom:1px solid var(--line)}
.bonus-row:last-child{border:0}
.bonus-row h3{margin:0;font-size:16px}
.bonus-row p{margin:4px 0 0;color:var(--muted);font-size:11px}
.bonus-value{font-size:16px;font-weight:900}
.bonus-code{color:var(--primary);font-size:11px}
.claim-steps,.install-grid,.benefit-grid,.tool-grid{display:grid;grid-template-columns:repeat(5,1fr)}
.step-card,.benefit-card,.tool-card{min-height:120px;padding:14px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-right:1px solid var(--line);text-align:center}
.step-card:last-child,.benefit-card:last-child,.tool-card:last-child{border:0}
.step-number{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;color:#fff;background:var(--primary);font-weight:900}
.step-card b,.benefit-card b,.tool-card b{margin-top:10px;font-size:13px}
.step-card span,.benefit-card span,.tool-card span{margin-top:5px;color:var(--muted);font-size:10px;line-height:1.3}
.app-rows{overflow:hidden}
.app-row{min-height:104px;padding:13px 16px;display:grid;grid-template-columns:130px 1fr 170px;align-items:center;border-bottom:1px solid var(--line)}
.app-row{column-gap:16px}
.app-row:last-child{border:0}
.app-row h3{margin:0}
.app-row p{margin:5px 0 0;color:var(--muted);font-size:11px}
.download-options{padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:14px}
.download-option{min-height:126px;padding:16px;border:1px solid var(--line);border-radius:12px}
.download-option h3{margin:0}
.download-option p{margin:8px 0;color:var(--muted);font-size:12px}
.account-panel{min-height:150px;padding:22px;display:grid;grid-template-columns:90px 1fr 230px;align-items:center}
.avatar{display:grid;width:70px;height:70px;place-items:center;border-radius:50%;color:#fff;background:var(--primary);font-size:24px;font-weight:900}
.account-panel h2{margin:0}
.account-panel p{margin:7px 0 0;color:var(--muted)}
.account-actions{display:flex;gap:8px}
.settings-list{overflow:hidden}
.settings-row{height:68px;padding:0 18px;display:grid;grid-template-columns:48px 1fr 30px;align-items:center;border-bottom:1px solid var(--line)}
.settings-row{width:100%;border-top:0;border-left:0;border-right:0;background:transparent;text-align:left}
.settings-row:last-child{border-bottom:0}
.settings-row img{width:30px;height:30px;object-fit:contain}
.settings-row b{display:block;font-size:14px}
.settings-row span{display:block;margin-top:3px;color:var(--muted);font-size:10px}
.social-row{display:flex;gap:10px}
.social-row button{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:var(--surface);font-weight:900}
.tool-card{border-top:0;border-bottom:0;background:transparent}
.fixed-nav{position:fixed;z-index:70;left:50%;bottom:0;transform:translateX(-50%);width:calc(864px * var(--scale));height:calc(96px * var(--scale));display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);background:var(--header);box-shadow:0 -8px 26px rgba(18,32,60,.10)}
.fixed-nav a,.fixed-nav button{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:calc(4px * var(--scale));padding-bottom:calc(8px * var(--scale));border:0;background:transparent;color:var(--muted);font-size:calc(13px * var(--scale));font-weight:800}
.fixed-nav .ui-icon{width:calc(27px * var(--scale));height:calc(27px * var(--scale))}
.fixed-nav .active{color:var(--page-primary,var(--primary))}
body[data-template="25"] .fixed-nav:after{position:absolute;left:50%;bottom:calc(4px * var(--scale));width:calc(200px * var(--scale));height:calc(5px * var(--scale));transform:translateX(-50%);border-radius:999px;background:#050b14;content:""}
.drawer{position:absolute;z-index:80;inset:0 0 0 42%;padding:90px 26px 30px;border-left:1px solid var(--line);background:var(--surface);box-shadow:-20px 0 60px rgba(0,0,0,.25)}
.drawer h2{margin:0 0 18px}
.drawer a,.drawer button{width:100%;height:55px;display:flex;align-items:center;padding:0 12px;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left;font-weight:800}
.drawer-close{position:absolute;right:18px;top:18px;width:45px!important;height:45px!important;justify-content:center!important;border:1px solid var(--line)!important;border-radius:50%}
.locale-menu{position:absolute;z-index:90;right:82px;top:74px;width:170px;padding:8px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:var(--shadow)}
.locale-menu button{width:100%;height:40px;border:0;border-radius:8px;background:transparent;text-align:left}
.locale-menu button:hover{background:var(--soft)}
.toast{position:fixed;z-index:100;left:50%;bottom:clamp(78px,calc(116px * var(--scale)),116px);transform:translate(-50%,12px);max-width:min(78vw,560px);padding:12px 18px;border-radius:999px;color:#fff;background:rgba(7,18,37,.94);font-size:14px;font-weight:900;opacity:0;pointer-events:none;transition:.18s ease}
.toast.show{opacity:1;transform:translate(-50%,0)}
.modal{position:absolute;z-index:95;inset:0;display:grid;place-items:center;background:rgba(4,12,27,.66)}
.modal-card{width:520px;padding:26px;border-radius:18px;background:var(--surface);box-shadow:0 25px 70px rgba(0,0,0,.35)}
.modal-card h2{margin:0}
.modal-card p{color:var(--muted)}
.modal-card input{width:100%;height:50px;margin:8px 0;padding:0 14px;border:1px solid var(--line);border-radius:9px;background:var(--soft)}
.modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:12px}
.is-dark{--ink:#f3f6fb;--muted:#a9b4c4;--surface:#0c1628;--soft:#121f34;--line:#24334b;--page:#030a14;--header:#030b17;--hero:#071426;--shadow:0 12px 30px rgba(0,0,0,.32);color-scheme:dark}
.is-dark .operator-logo{background:#020711}
.is-dark .procon article{border-color:#18563c;background:#081f19}
.is-dark .procon article:last-child{border-color:#5b2530;background:#231018}
.is-dark .verdict{border-color:#26412f;background:#0e2118}
.is-dark .info-banner{background:linear-gradient(105deg,var(--surface),var(--hero))}
.is-dark .flag{color:#fff}
.is-dark .hero:after{background:linear-gradient(90deg,var(--hero) 0,var(--hero) 43%,transparent 70%)}
body[data-page="home"] .hero{min-height:410px}
body[data-page="home"] .trust-strip{margin-top:-25px}
body[data-page="home"] .operator-grid{gap:9px}
body[data-page="reviews"] .hero{min-height:410px}
body[data-page="reviews"] .section{margin-top:13px}
body[data-page="bonus"] .hero,body[data-page="app"] .hero{min-height:350px}
@media(prefers-reduced-motion:reduce){.toast{transition:none}}

/* Template 25 — source-board matched component system */
body[data-template="25"]:not([data-page="app"]) .site-header{height:82px;color:#fff;border-color:#173148;background:#031426}
body[data-template="25"]:not([data-page="app"]) .site-header .brand-link{min-width:230px}
body[data-template="25"]:not([data-page="app"]) .site-header .brand-logo-image{width:187px;height:65px;margin:0;object-fit:contain}
body[data-template="25"]:not([data-page="app"]) .site-header .icon-button,body[data-template="25"]:not([data-page="app"]) .site-header .locale{color:#fff}
body[data-template="25"]:not([data-page="app"]) .site-header .locale{border-color:#173148;background:#0b2035}
body[data-template="25"]:not([data-page="app"]) .site-header+.page-content{height:1739px;padding-bottom:96px}
body[data-page="app"] .site-header{height:96px;color:#fff;border-color:#173148;background:#031426}
body[data-page="app"] .site-header .brand-logo-image{width:182px;height:64px;margin:0;object-fit:contain}
body[data-page="app"] .site-header .brand-link{min-width:230px}
body[data-page="app"] .site-header .locale{color:#fff;border-color:#173148;background:#0b2035}
body[data-page="app"] .site-header .icon-button{color:#fff}
body[data-page="app"] .site-header+.page-content{height:1629px;padding-bottom:96px}
body:not([data-template="25"]) .site-header .brand-link{min-width:230px}
body:not([data-template="25"]) .site-header .brand-logo-image{width:210px;height:63px;margin:0;object-fit:contain}
.t25-page{--primary:var(--page-primary);--success:var(--page-primary);min-height:100%;background:#fff}
.t25-page .content-pad{padding:0 30px}
.t25-page .section{margin-top:12px}
.t25-page .section.compact{margin-top:8px}
.t25-page .section-head{height:37px}
.t25-page .section-head h2{font-size:18px;letter-spacing:-.2px}
.t25-page .section-head button{font-size:11px}
.t25-page .panel{border-radius:10px;box-shadow:0 5px 14px rgba(22,41,78,.05)}
.t25-page .hero{min-height:300px;padding:38px 32px 24px;border-radius:0;background:#f3f8fc}
.t25-page .hero-copy{width:52%}
.t25-page .hero-art{width:56%;height:100%;object-fit:cover;object-position:center}
body[data-template="25"] .t25-home .hero-art{object-position:center 20%}
.t25-page .hero:after{background:linear-gradient(90deg,#f3f8fc 0,#f3f8fc 40%,rgba(243,248,252,.88) 51%,transparent 70%)}
.t25-page .hero .eyebrow:empty{display:none}
.t25-page .hero h1{margin:7px 0 12px;font-size:36px;line-height:1.06;letter-spacing:-1.3px}
.t25-page .hero h1 em{color:var(--page-primary)}
.t25-page .hero p{max-width:400px;color:#243951;font-size:15px;line-height:1.48}
.t25-page .hero-points{gap:17px;margin-top:16px;color:#237014;font-size:10px}
.t25-page .hero-points i{width:7px;height:7px;background:var(--page-primary)}
.t25-page .search-form{width:420px;height:45px;margin-top:18px;border-color:#cbd7e2}
.t25-page .search-form button{width:58px;background:var(--page-primary)}
.t25-page .search-form .ui-icon{width:20px;height:20px;color:#fff}
.t25-quick{height:112px;display:grid;grid-template-columns:repeat(6,1fr);overflow:hidden}
.t25-quick button{padding:9px 8px;display:flex;align-items:center;justify-content:center;flex-direction:column;border:0;border-right:1px solid var(--line);background:#fff;text-align:center}
.t25-quick button:last-child{border:0}
.t25-quick .ui-icon{width:26px;height:26px;color:var(--page-primary)}
.t25-quick b{margin-top:5px;font-size:12px}
.t25-quick span{margin-top:4px;color:#5c6e84;font-size:8px;line-height:1.25}
.t25-categories{height:105px;display:grid;grid-template-columns:repeat(6,1fr);overflow:hidden}.t25-categories button{display:flex;align-items:center;justify-content:center;flex-direction:column;border:0;border-right:1px solid var(--line);background:transparent}.t25-categories button:last-child{border:0}.t25-categories .ui-icon{width:27px;height:27px;color:var(--page-primary)}.t25-categories b{margin-top:5px;font-size:10px}.t25-categories span{margin-top:3px;color:var(--muted);font-size:7px}
.t25-operators{display:grid;gap:11px}
.t25-operators.home{grid-template-columns:repeat(4,1fr)}
body:not([data-template="25"]) .t25-operators.home{grid-template-columns:repeat(5,1fr)}
body:not([data-template="25"]) .t25-feature-strip{grid-template-columns:repeat(5,1fr)}
.t25-operators.bonus{grid-template-columns:repeat(5,1fr)}
.t25-operator-card{min-height:194px;padding:11px}
.t25-operator-card .operator-logo{height:49px;font-size:17px}
.t25-operator-card .stars{margin-top:7px;font-size:13px}
.t25-operator-card .stars small{letter-spacing:0}
.t25-operator-card .meta-label{display:block;margin-top:6px;color:#52647a;font-size:9px}
.t25-operator-card .offer-value{display:block;margin-top:2px;font-size:13px}
.operator-actions{display:flex;gap:6px;margin-top:9px}
.operator-actions .btn{flex:1;min-height:31px;padding:0 6px;border-color:var(--page-primary);color:var(--page-primary);font-size:10px}
.operator-actions .btn.primary{color:#fff;background:var(--page-primary)}
.t25-guides{overflow:hidden}
.t25-guides>button{width:100%;height:78px;padding:0 12px;display:grid;grid-template-columns:170px 1fr 25px;align-items:center;gap:13px;border:0;border-bottom:1px solid var(--line);background:#fff;text-align:left}
.t25-guides>button:last-child{border:0}
.t25-guides img{width:160px;height:70px;border-radius:7px;object-fit:cover}
.guide-image-fallback{width:160px;height:70px;display:grid!important;place-items:center;border-radius:7px;background:var(--soft)}
.t25-guides span{display:flex;flex-direction:column}
.t25-guides small{color:var(--page-primary);font-size:9px;font-style:normal}
.t25-guides b{margin-top:4px;font-size:13px}
.t25-guides em{margin-top:4px;color:#63738a;font-size:9px;font-style:normal}
.t25-guides i{color:var(--page-primary);font-size:24px;font-style:normal}
.t25-about{min-height:235px;padding:18px 22px;display:block;background:linear-gradient(100deg,#f3efff,#fff)}
.t25-about h2{margin:0;font-size:17px}
.t25-about p{margin:7px 0 0;color:#4f6476;font-size:10px;line-height:1.5}
.t25-feature-strip{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;box-shadow:none!important}
.t25-feature-strip article{min-height:86px;padding:8px 7px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-right:1px solid var(--line);text-align:center}
.t25-feature-strip article:last-child{border:0}
.t25-feature-strip .ui-icon{width:25px;height:25px;color:var(--page-primary)}
.t25-feature-strip b{margin-top:6px;font-size:10px}
.t25-feature-strip span{margin-top:3px;color:#63748a;font-size:7px;line-height:1.25}
.t25-about .t25-feature-strip{width:100%;margin-top:14px;border:0;background:transparent}
.t25-about .t25-feature-strip article{min-width:0;padding-inline:5px}
.t25-about .t25-feature-strip b,.t25-about .t25-feature-strip span{max-width:100%;overflow-wrap:anywhere}
.t25-page .faq-list summary{padding:9px 13px;font-size:10px}
.t25-page .faq-list p{padding:0 13px 9px;font-size:9px}

/* Review */
.t25-reviews .hero{min-height:318px;color:#081633;background:#fff}
.t25-reviews .hero:after{background:linear-gradient(90deg,#fff 0,#fff 42%,rgba(255,255,255,.90) 53%,transparent 72%)}
.t25-reviews .hero p{color:#43566e}
.t25-reviews .hero .eyebrow{color:#45d2ce;background:#123b38}
.t25-reviews>.content-pad>.t25-feature-strip{position:relative;z-index:5;height:82px;margin-top:-12px;background:#fff}
.t25-review-dashboard{display:grid;grid-template-columns:1.08fr .92fr;gap:12px}
.review-facts{min-height:200px;padding:14px;display:grid;grid-template-columns:125px 1fr;gap:14px}
.review-facts .review-logo .operator-logo{height:118px;font-size:25px}
.reviewed-pill{display:inline-flex;padding:4px 8px;border-radius:99px;color:#fff;background:#16ad69;font-size:8px;font-weight:900}
.review-facts h2{margin:7px 0;font-size:19px}
.review-facts .stars{margin:0;font-size:13px}
.review-facts p{margin:7px 0;color:#51647a;font-size:11px;line-height:1.45}
.review-facts .hero-actions{gap:7px;margin-top:7px}
.review-facts .btn{min-height:34px;padding:0 12px;font-size:10px}
.rating-overview{min-height:200px;padding:13px 15px;background:#f7fbff}
.rating-overview header{display:flex;align-items:end;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid var(--line);font-size:11px}
.rating-overview header strong{color:#13ad6c;font-size:25px}.rating-overview header small{font-size:11px}
.rating-row{height:27px;display:grid;grid-template-columns:120px 1fr 25px;align-items:center;gap:8px;font-size:9.5px}
.rating-row i{height:5px;overflow:hidden;border-radius:9px;background:#e2eaf1}.rating-row i b{display:block;height:100%;background:#13ab68}
.rating-row strong{text-align:right}
.t25-anchor-grid{padding:10px;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.t25-anchor-grid button{height:31px;display:flex;align-items:center;gap:7px;border:0;border-radius:6px;background:#f4f7fb;font-size:10.5px;font-weight:800;text-align:left}
.t25-anchor-grid span{display:grid;width:18px;height:18px;place-items:center;border-radius:50%;color:#fff;background:#12a969;font-size:8px}
.t25-review-copy{padding:15px 18px}
.t25-review-copy h2{margin:0 0 6px;font-size:17px}
.t25-review-copy>p{margin:0 0 10px;color:#485e76;font-size:10.5px;line-height:1.5}
.t25-review-copy .procon{gap:9px}.t25-review-copy .procon article{min-height:118px;padding:11px}.t25-review-copy .procon h3{margin-bottom:6px;font-size:13px}.t25-review-copy .procon ul{font-size:9.5px;line-height:1.58}
.t25-editor-verdict{min-height:67px;margin:9px 0;padding:9px 12px;display:grid;grid-template-columns:1fr 70px;align-items:center;border:1px solid #c5e8d5;border-radius:8px;background:#f0faf4}
.t25-editor-verdict>div{display:flex;align-items:center;gap:9px}.t25-editor-verdict .ui-icon{color:#0ea65a}.t25-editor-verdict span{display:flex;flex-direction:column}.t25-editor-verdict b{color:#0b9d5d;font-size:12px}.t25-editor-verdict small{margin-top:3px;color:#445c70;font-size:8.5px;line-height:1.4}.t25-editor-verdict>strong{color:#0b9f5d;font-size:25px;text-align:center}.t25-editor-verdict>strong small{display:block;font-size:8px}
.t25-article-columns{display:grid;grid-template-columns:1fr 210px;gap:14px;margin-top:8px}.t25-article-columns article{margin-top:8px}.t25-article-columns article h2{margin:0 0 3px;font-size:13.5px}.t25-article-columns article p{margin:0;color:#4b6076;font-size:9.5px;line-height:1.45}.t25-article-columns aside{padding:9px;border:1px solid var(--line);border-radius:8px}.t25-article-columns aside>h2{font-size:13px}.t25-article-columns aside button{width:100%;height:52px;padding:5px;display:grid;grid-template-columns:1fr 45px;align-items:center;border:0;border-bottom:1px solid var(--line);background:#fff}.t25-article-columns aside button:last-child{border:0}.t25-article-columns aside .operator-logo{height:34px;font-size:9px}.t25-article-columns aside span{display:flex;flex-direction:column}.t25-article-columns aside b{font-size:10px}.t25-article-columns aside small{color:var(--page-primary);font-size:8px}
.source-review-detail-grid{display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.source-review-detail-grid article{min-height:58px;padding:8px 12px;display:grid;grid-template-columns:28px 1fr 60px;align-items:center;gap:8px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.source-review-detail-grid article:nth-child(2n){border-right:0}.source-review-detail-grid article:nth-last-child(-n+2){border-bottom:0}.source-review-detail-grid .ui-icon{width:20px;height:20px;color:var(--page-primary)}.source-review-detail-grid span{display:flex;flex-direction:column}.source-review-detail-grid b{font-size:9px}.source-review-detail-grid small{margin-top:3px;color:var(--muted);font-size:7px}.source-review-detail-grid strong{color:var(--page-primary);font-size:8px;text-align:right}.source-review-bonus-grid{margin-top:9px;display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.source-review-bonus-grid article{min-height:112px;padding:10px}.source-review-bonus-grid .operator-logo{height:38px;font-size:10px}.source-review-bonus-grid span{display:flex;flex-direction:column;margin:7px 0}.source-review-bonus-grid b{font-size:9px}.source-review-bonus-grid small{margin-top:3px;color:var(--muted);font-size:7px}.source-review-bonus-grid .btn{width:100%;min-height:29px;font-size:8px}
body[data-template="27"] .source-review-detail-grid article,body[data-template="29"] .source-review-detail-grid article{min-height:67px}body[data-template="27"] .source-review-detail-grid,body[data-template="29"] .source-review-detail-grid,body[data-template="27"] .source-review-bonus-grid article,body[data-template="29"] .source-review-bonus-grid article{color:var(--ink);background:var(--surface)}

/* Bonus */
.t25-bonus .hero{min-height:290px}
.t25-app .hero{min-height:370px;color:#fff;background:#032041}
.t25-app .hero:after{background:linear-gradient(90deg,#032041 0,#032041 42%,rgba(3,32,65,.88) 55%,transparent 74%)}
.t25-app .hero p{color:#d8e4f1}.t25-app .hero h1{font-size:38px}.t25-app .hero-points{color:#fff}
.t25-category-tabs{height:48px;padding:5px;display:flex;gap:4px}
.t25-category-tabs .tab-btn{font-size:9px}
.t25-filter-row{height:40px;display:grid;grid-template-columns:repeat(4,1fr);gap:7px}
.t25-filter-row button{padding:0 10px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:7px;background:#fff;font-size:9px;font-weight:800}
.t25-bonus-list{overflow:hidden}
.t25-bonus-offer{min-height:133px;padding:11px 13px;display:grid;grid-template-columns:120px 1fr 170px;align-items:center;gap:14px;border-bottom:1px solid var(--line)}
.t25-bonus-offer:last-child{border:0}
.bonus-brand .operator-logo{height:54px;font-size:15px}.bonus-brand .stars{margin-top:6px;font-size:11px}
.bonus-details small{color:var(--page-primary);font-size:8px;font-weight:900}.bonus-details h3{margin:3px 0;font-size:14px}.bonus-details p{margin:0;color:#5f7083;font-size:8px}.bonus-tags{display:flex;gap:4px;margin-top:7px}.bonus-tags span{padding:3px 5px;border-radius:4px;color:var(--page-primary);background:#eaf8f1;font-size:7px}
.bonus-claim{display:flex;flex-direction:column;gap:5px}.bonus-claim>span{color:#6a788a;font-size:8px}.bonus-claim .bonus-code{height:24px;border:0;border-radius:5px;color:#17283c;background:#f0f4f8;font-size:9px;font-weight:900}.bonus-claim .btn{min-height:32px;font-size:9px}.text-button{border:0;color:#607086;background:transparent;font-size:8px}
.source-featured-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.source-featured-grid.count-4{grid-template-columns:repeat(4,1fr)}.source-featured-grid article{position:relative;min-height:205px;padding:12px}.source-featured-grid .rank{position:absolute;left:7px;top:7px;display:grid;width:20px;height:20px;place-items:center;border-radius:50%;color:#fff;background:var(--page-primary);font-size:8px;font-weight:900}.source-featured-grid .operator-logo{height:51px;font-size:14px}.source-featured-grid .stars{margin-top:8px;font-size:11px}.source-featured-grid h3{margin:8px 0 3px;font-size:11px}.source-featured-grid strong{display:block;min-height:30px;font-size:11px;line-height:1.3}.source-featured-grid .btn{width:100%;min-height:33px;margin-top:9px;padding:0 7px;font-size:9px}
.source-compact-offers{overflow:hidden}.source-compact-offers article{min-height:65px;padding:8px 12px;display:grid;grid-template-columns:1fr 220px 150px;align-items:center;gap:12px;border-bottom:1px solid var(--line)}.source-compact-offers article:last-child{border:0}.source-compact-offers article>div{display:flex;align-items:center;gap:9px}.source-compact-offers .ui-icon{width:24px;height:24px;color:var(--page-primary)}.source-compact-offers span{display:flex;flex-direction:column}.source-compact-offers b{font-size:10px}.source-compact-offers small{margin-top:3px;color:var(--muted);font-size:8px}.source-compact-offers>article>strong{font-size:11px}.source-compact-offers .btn{min-height:31px;font-size:8px}
.source-bonus-types{display:grid;grid-template-columns:repeat(6,1fr);overflow:hidden}.source-bonus-types button{min-height:112px;padding:10px;display:flex;align-items:center;justify-content:center;flex-direction:column;border:0;border-right:1px solid var(--line);background:transparent}.source-bonus-types button:last-child{border:0}.source-bonus-types .ui-icon{width:28px;height:28px;color:var(--page-primary)}.source-bonus-types b{margin-top:7px;font-size:10px}.source-bonus-types span{margin-top:3px;color:var(--muted);font-size:7px}
body[data-template="26"] .source-bonus-26 .hero{min-height:410px}.source-bonus-26 .source-featured-grid article{min-height:275px}.source-bonus-26 .source-compact-offers article{min-height:98px}.source-bonus-26 .faq-list details{min-height:48px}
body[data-template="27"] .source-bonus-27 .hero{min-height:370px}.source-bonus-27 .source-featured-grid article{min-height:255px}.source-bonus-27 .source-bonus-types button{min-height:145px}.source-bonus-27 .source-compact-offers article{min-height:86px}.source-bonus-27 .t25-install article{min-height:175px}

/* Apps */
.t25-app-list{overflow:hidden}
.t25-app-offer{min-height:132px;padding:10px 13px;display:grid;grid-template-columns:120px 1fr 230px;align-items:center;gap:14px;border-bottom:1px solid var(--line)}
.t25-app-offer:last-child{border:0}.t25-app-offer>.operator-logo{height:62px;font-size:16px}.t25-app-offer h3{margin:0;font-size:14px}.t25-app-offer .stars{margin-top:3px;font-size:11px}.t25-app-offer p{margin:3px 0;color:#53667c;font-size:8px}.t25-app-offer span{color:#189d5d;font-size:8px}.t25-app-offer>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:6px}.t25-app-offer .btn{min-height:34px;padding:0 8px;font-size:8px}
.source-app-features{display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden}.source-app-features.six{grid-template-columns:repeat(6,1fr)}.source-app-features article{min-height:125px;padding:12px 8px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-right:1px solid var(--line);text-align:center}.source-app-features article:last-child{border:0}.source-app-features .ui-icon{width:30px;height:30px;color:var(--page-primary)}.source-app-features b{margin-top:8px;font-size:10px;line-height:1.2}.source-app-features span{margin-top:5px;color:var(--muted);font-size:8px;line-height:1.35}
.source-app-install{display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden}.source-app-install.count-4{grid-template-columns:repeat(4,1fr)}.source-app-install article{position:relative;min-height:165px;padding:15px 10px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-right:1px solid var(--line);text-align:center}.source-app-install article:last-child{border:0}.source-app-install article>span{position:absolute;left:12px;top:12px;display:grid;width:24px;height:24px;place-items:center;border-radius:50%;color:#fff;background:var(--page-primary);font-size:9px;font-weight:900}.source-app-install .ui-icon{width:35px;height:35px;color:var(--page-primary)}.source-app-install b{margin-top:11px;font-size:10px}.source-app-install small{margin-top:6px;color:var(--muted);font-size:8px;line-height:1.45}
.source-app-download-cards{padding:12px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.source-app-download-cards article{min-height:185px;padding:16px;display:grid;grid-template-columns:70px 1fr;grid-template-rows:auto auto auto;align-items:center;gap:8px;border:1px solid var(--line);border-radius:10px}.source-app-download-cards article>.ui-icon{grid-row:1/3;width:53px;height:53px;padding:10px;border-radius:50%;color:var(--page-primary);background:color-mix(in srgb,var(--page-primary) 10%,transparent)}.source-app-download-cards h3{margin:0;font-size:16px}.source-app-download-cards p{margin:4px 0 0;font-size:9px}.source-app-download-cards span{display:block;margin-top:4px;color:var(--muted);font-size:9px}.source-app-download-cards .btn{grid-column:1/3;min-height:40px;font-size:11px}.source-app-download-cards .text-button{grid-column:1/3;color:var(--page-primary);font-size:9px}
.source-recommend{min-height:60px;margin-top:9px;padding:10px 16px;display:flex;align-items:center;gap:10px;color:#21483a;background:color-mix(in srgb,var(--page-primary) 8%,#fff)}.source-recommend .ui-icon{color:var(--page-primary)}.source-recommend span{font-size:9px;line-height:1.4}
.source-app-preview{padding:12px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;background:#061427}.source-app-preview img{width:100%;height:330px;object-fit:cover;object-position:top;border:1px solid #526478;border-radius:14px}
.source-app-note{min-height:34px;margin-top:8px;display:grid;place-items:center;color:var(--muted);font-size:9px}
.source-platform-rows{padding:12px 18px}.source-platform-rows article{min-height:100px;padding:8px 12px;display:grid;grid-template-columns:85px 1fr 280px;align-items:center;gap:16px;border:1px solid var(--line);border-radius:10px}.source-platform-rows article+article{margin-top:5px}.source-platform-rows .ui-icon{width:48px;height:48px;justify-self:center;color:var(--page-primary)}.source-platform-rows h3{margin:0;font-size:15px}.source-platform-rows p{margin:5px 0 0;color:var(--muted);font-size:10px;line-height:1.35}.source-platform-rows .btn{min-height:43px;font-size:11px}
.source-app-qr{min-height:115px;padding:10px 180px;display:flex;align-items:center;justify-content:space-between}.source-app-qr>div{display:flex;flex-direction:column;text-align:center}.source-app-qr b{font-size:15px}.source-app-qr span{margin-top:5px;color:var(--muted);font-size:11px}.source-app-qr img{width:92px;height:92px;object-fit:contain;border-radius:4px}
.source-app-26 .hero{min-height:410px}.source-app-26 .t25-app-list{box-shadow:none}.source-app-26 .t25-app-offer{min-height:145px}.source-app-26 .source-app-features article{min-height:135px}
.source-app-27{color:#eef4ff;background:#020f20}.source-app-27 .hero{min-height:535px;background:#020d1d}.source-app-27 .hero:after{background:linear-gradient(90deg,#020d1d 0,#020d1d 39%,rgba(2,13,29,.9) 52%,transparent 72%)}.source-app-27 .hero h1{font-size:42px}.source-app-27 .hero p{color:#dce6f5}.source-app-27 .content-pad{background:#020f20}.source-app-27 .section-head h2{color:#f3f6fb}.source-app-27 .panel{border-color:#203146;color:#eef4ff;background:#07172a}.source-app-27 .source-app-features,.source-app-27 .source-app-install{background:#07172a}.source-app-27 .t25-vip{background:linear-gradient(90deg,#a20d48,#df1f67)}.source-app-27 .source-app-preview{background:#07172a}.source-app-27 .source-app-note{background:#07172a}.source-app-27 .source-app-features span,.source-app-27 .source-app-install small,.source-app-27 .t25-vip small{color:#c4d0df}
.source-app-28 .hero{min-height:455px;color:#fff!important;background:#032041!important}.source-app-28 .hero:after{background:linear-gradient(90deg,#032041 0,#032041 40%,rgba(3,32,65,.88) 55%,transparent 74%)!important}.source-app-28 .hero p{color:#d9e6f1!important}.source-app-28>.content-pad>.home-trust{position:relative;z-index:4;margin-top:-24px}.source-app-28>.content-pad>.home-trust .t25-feature-strip{background:#fff}.source-app-28 .source-app-download-cards .success{background:var(--page-primary)}
.source-app-29{color:#f5f5f5;background:#050505}.source-app-29 .hero{min-height:500px;background:#000}.source-app-29 .hero:after{background:linear-gradient(90deg,#000 0,#000 40%,rgba(0,0,0,.9) 54%,transparent 73%)}.source-app-29 .hero p{color:#efefef}.source-app-29 .content-pad{background:#050505}.source-app-29 .section-head h2{color:#f5f5f5}.source-app-29 .panel{border-color:#2a2a2a;color:#f5f5f5;background:#101010}.source-app-29 .source-app-features span,.source-app-29 .source-app-install small,.source-app-29 .source-platform-rows p,.source-app-29 .source-app-qr span{color:#c7c7c7}.source-app-29 .source-app-install article>span{color:#000}.source-app-29 .source-app-qr img{background:#fff}.source-app-29 .btn.primary{color:#050505}
.t25-install{display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden}.t25-install article{min-height:145px;padding:9px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-right:1px solid var(--line);text-align:center}.t25-install article:last-child{border:0}.t25-install article>span{display:grid;width:20px;height:20px;place-items:center;border-radius:50%;color:#fff;background:var(--page-primary);font-size:8px;font-weight:900}.t25-install .ui-icon{width:26px;height:26px;margin-top:8px;color:var(--page-primary)}.t25-install b{margin-top:6px;font-size:9px}.t25-install small{margin-top:4px;color:#65758a;font-size:7px}
.t25-tools{display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden}.t25-tools button{min-height:105px;padding:10px;display:flex;align-items:center;justify-content:center;flex-direction:column;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:transparent;text-align:center}.t25-tools button:nth-child(5n){border-right:0}.t25-tools button:nth-last-child(-n+5){border-bottom:0}.t25-tools .ui-icon{width:28px;height:28px;color:var(--page-primary)}.t25-tools b{margin-top:6px;font-size:10px}.t25-tools span{margin-top:3px;color:var(--muted);font-size:7px;line-height:1.3}
.t25-settings{display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.t25-settings button{height:56px;padding:0 13px;display:grid;grid-template-columns:32px 1fr 18px;align-items:center;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:transparent;text-align:left}.t25-settings button:nth-child(2n){border-right:0}.t25-settings button:nth-last-child(-n+2){border-bottom:0}.t25-settings .ui-icon{width:21px;height:21px;color:var(--page-primary)}.t25-settings b{display:block;font-size:10px}.t25-settings small{display:block;margin-top:2px;color:var(--muted);font-size:7px}.t25-settings i{color:var(--page-primary);font-size:19px;font-style:normal}.t25-connect{min-height:90px;padding:12px 18px;display:grid;grid-template-columns:1fr 190px 140px;align-items:center}.t25-connect h2{margin:0;font-size:15px}.t25-connect p{margin:4px 0 0;color:var(--muted);font-size:9px}.t25-connect .social-row button{width:30px;height:30px}.t25-connect .btn{min-height:36px;padding:0 10px;font-size:9px}
.t25-vip{min-height:72px;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;color:var(--ink);background:linear-gradient(105deg,var(--surface),var(--hero))}.t25-vip>div{display:flex;align-items:center;gap:10px}.t25-vip .ui-icon{width:27px;height:27px;color:var(--page-primary)}.t25-vip span{display:flex;flex-direction:column}.t25-vip b{font-size:11px}.t25-vip small{margin-top:3px;color:var(--muted);font-size:8px}.t25-vip .btn{min-height:34px;font-size:9px}
.t25-help{display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.t25-help button{height:43px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:transparent}.t25-help button:nth-child(2n){border-right:0}.t25-help button:nth-last-child(-n+2){border-bottom:0}.t25-help b{font-size:9px}.t25-help span{color:var(--page-primary)}
.source-more-list{display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.source-more-list button{min-height:58px;padding:8px 13px;display:grid;grid-template-columns:32px 1fr 15px;align-items:center;gap:7px;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--ink);background:transparent;text-align:left}.source-more-list button:nth-child(2n){border-right:0}.source-more-list button:nth-last-child(-n+2){border-bottom:0}.source-more-list .ui-icon{width:20px;height:20px;color:var(--page-primary)}.source-more-list span{display:flex;flex-direction:column}.source-more-list b{font-size:9px}.source-more-list small{margin-top:3px;color:var(--muted);font-size:7px}.source-more-list i{color:var(--page-primary);font-size:17px;font-style:normal}
.source-more-account{height:285px;padding:0;display:grid;grid-template-columns:1.2fr .8fr;overflow:hidden}.source-more-account>div{padding:20px}.source-more-account .account-panel{height:100%;margin:0;padding:10px;grid-template-columns:70px 1fr;border:0;box-shadow:none}.source-more-account .account-actions{grid-column:1/3;justify-content:start}.source-more-account>img{width:100%;height:100%;object-fit:cover;object-position:center}.source-more-title{margin:0;padding:20px 0 4px;font-size:28px}
body[data-template="25"][data-page="more"] .section-head h2{font-size:22px}
body[data-template="25"][data-page="more"] .t25-tools button{min-height:118px;padding:12px 8px}
body[data-template="25"][data-page="more"] .t25-tools b{font-size:14px;line-height:1.2}
body[data-template="25"][data-page="more"] .t25-tools span{font-size:10px;line-height:1.35}
body[data-template="25"][data-page="more"] .t25-settings button{height:68px}
body[data-template="25"][data-page="more"] .t25-settings b{font-size:13px}
body[data-template="25"][data-page="more"] .t25-settings small{font-size:10px;line-height:1.3}
body[data-template="25"][data-page="more"] .t25-help button{height:52px}
body[data-template="25"][data-page="more"] .t25-help b{font-size:12px}
body[data-template="25"][data-page="more"] .t25-vip{min-height:82px}
body[data-template="25"][data-page="more"] .t25-vip b{font-size:14px}
body[data-template="25"][data-page="more"] .t25-vip small{font-size:10px}
body[data-template="25"][data-page="more"] .t25-vip .btn{font-size:11px}
body[data-template="25"][data-page="more"] .info-banner p{font-size:14px}
body[data-template="25"][data-page="more"] .t25-connect h2{font-size:18px}
body[data-template="25"][data-page="more"] .t25-connect p{font-size:11px}
body[data-template="25"][data-page="more"] .t25-connect .btn{font-size:11px}
.source-more-26 .source-more-account{height:320px}.source-more-26 .content-pad{padding-top:20px}.source-more-26 .t25-vip{min-height:125px;color:#fff;background:#071a38}.source-more-26 .t25-tools{grid-template-columns:repeat(3,1fr)}.source-more-26 .t25-tools button{min-height:190px}.source-more-26 .t25-tools button:nth-child(3n){border-right:0}.source-more-26 .t25-tools button:nth-child(5n){border-right:1px solid var(--line)}.source-more-26 .t25-settings button{height:105px}.source-more-26 .source-more-list button{min-height:110px}.source-more-26 .t25-tools b,.source-more-26 .t25-settings b,.source-more-26 .source-more-list b{font-size:12px}.source-more-26 .t25-tools span,.source-more-26 .t25-settings small,.source-more-26 .source-more-list small{font-size:9px}
.source-more-27{color:#edf3ff;background:#020f20}.source-more-27 .hero{min-height:255px;background:#07152a}.source-more-27 .hero:after{background:linear-gradient(90deg,#07152a 0,#07152a 38%,rgba(7,21,42,.88) 54%,transparent 75%)}.source-more-27 .hero p{color:#ccd8e6}.source-more-27 .content-pad{background:#020f20}.source-more-27 .section-head h2{color:#f3f6fb}.source-more-27 .panel{border-color:#203146;color:#eef4ff;background:#07172a}.source-more-27 .source-more-list{grid-template-columns:1fr}.source-more-27 .source-more-list button{min-height:62px;color:#eef4ff;border-right:0}.source-more-27 .source-more-list button:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.source-more-27 .source-more-list button:last-child{border-bottom:0}.source-more-27 .source-more-list b{font-size:11px}.source-more-27 .source-more-list small{font-size:8px}.source-more-27 .account-panel{min-height:110px;background:#07172a}.source-more-27 .account-panel p,.source-more-27 .source-more-list small{color:#bcc9d8}.source-more-27 .t25-vip{min-height:95px;background:linear-gradient(90deg,#a20d48,#df1f67)}
.source-more-28 .hero{min-height:390px;color:#fff;background:#032041}.source-more-28 .hero:after{background:linear-gradient(90deg,#032041 0,#032041 42%,rgba(3,32,65,.88) 55%,transparent 74%)}.source-more-28 .hero p{color:#d9e6f1}.source-more-28>.content-pad>.home-trust{position:relative;z-index:4;margin-top:-24px}.source-more-28>.content-pad>.home-trust .t25-feature-strip article{min-height:155px}.source-more-28 .source-more-list button{min-height:105px}.source-more-28 .source-more-list b{font-size:11px}.source-more-28 .source-more-list small{font-size:8px}.source-more-28 .t25-tools{grid-template-columns:repeat(4,1fr)}.source-more-28 .t25-tools button{min-height:140px}.source-more-28 .t25-tools button:nth-child(4n){border-right:0}.source-more-28 .t25-tools button:nth-child(5n){border-right:1px solid var(--line)}.source-more-28 .info-banner{min-height:130px}.source-more-28 .t25-connect{min-height:125px}
.source-more-29{min-height:1705px;color:#f5f5f5;background:#050505}.source-more-29 .content-pad{padding-top:12px;background:#050505}.source-more-29 .section-head h2{color:#f5f5f5}.source-more-29 .panel{border-color:#2a2a2a;color:#f5f5f5;background:#101010}.source-more-29 .source-more-list{grid-template-columns:1fr}.source-more-29 .source-more-list button{min-height:76px;color:#f5f5f5;border-right:0}.source-more-29 .source-more-list button:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.source-more-29 .source-more-list button:last-child{border-bottom:0}.source-more-29 .source-more-list b{font-size:11px}.source-more-29 .source-more-list small,.source-more-29 .t25-tools span,.source-more-29 .t25-connect p,.source-more-29 .t25-vip small{color:#bcbcbc}.source-more-29 .source-more-list small{font-size:8px}.source-more-29 .t25-tools{grid-template-columns:repeat(4,1fr)}.source-more-29 .t25-tools button{min-height:145px}.source-more-29 .t25-tools button:nth-child(4n){border-right:0}.source-more-29 .t25-tools button:nth-child(5n){border-right:1px solid var(--line)}.source-more-29 .t25-connect{min-height:110px;grid-template-columns:1fr 250px}.source-more-29 .t25-vip{min-height:100px;background:#101010}
.source-more-29 .source-more-list button{min-height:98px}.source-more-29 .t25-tools button{min-height:165px}.source-more-29 .t25-connect{min-height:130px}.source-more-29 .t25-vip{min-height:115px}
body[data-template="27"] .site-header{color:#081633;background:#fff;border-bottom:1px solid #e7eaf0}body[data-template="27"] .site-header .menu-bars i{background:#081633}body[data-template="27"] .site-header .icon-button{color:#081633}body[data-template="27"] .site-header .locale{color:#081633;background:#fff;border-color:#dbe1e9}

body[data-template="26"] .t25-home .hero,body[data-template="27"] .t25-home .hero{min-height:500px}
body[data-template="28"] .t25-home .hero,body[data-template="29"] .t25-home .hero{min-height:460px}
body:not([data-template="25"]) .t25-home .hero h1{font-size:43px}
body:not([data-template="25"]) .home-trust .t25-feature-strip article{min-height:150px}
body:not([data-template="25"]) .t25-operator-card{min-height:235px}
body:not([data-template="25"]) .t25-categories{height:135px}
body:not([data-template="25"]) .t25-guides>button{height:96px}
body:not([data-template="25"]) .t25-bonus-offer{min-height:140px}
body:not([data-template="25"]) .t25-app-offer{min-height:145px}
body:not([data-template="25"]) .t25-feature-strip article{min-height:110px}
body:not([data-template="25"]) .t25-page .faq-list summary{padding:12px 14px}

/* Other approved source-board variants reuse the dense components with their own tokens. */
body[data-template="26"] .t25-app .hero,body[data-template="28"] .t25-app .hero{color:var(--ink);background:#f7fafc}
body[data-template="26"] .t25-app .hero:after,body[data-template="28"] .t25-app .hero:after{background:linear-gradient(90deg,#f7fafc 0,#f7fafc 42%,rgba(247,250,252,.9) 55%,transparent 74%)}
body[data-template="26"] .t25-app .hero p,body[data-template="28"] .t25-app .hero p{color:#43566e}
body[data-template="27"] .t25-reviews .hero,body[data-template="28"] .t25-reviews .hero,body[data-template="29"] .t25-reviews .hero{color:var(--ink);background:var(--hero)}
body[data-template="27"] .t25-reviews .hero:after,body[data-template="28"] .t25-reviews .hero:after,body[data-template="29"] .t25-reviews .hero:after{background:linear-gradient(90deg,var(--hero) 0,var(--hero) 42%,color-mix(in srgb,var(--hero) 90%,transparent) 55%,transparent 74%)}
body[data-template="27"] .t25-reviews .hero p,body[data-template="28"] .t25-reviews .hero p,body[data-template="29"] .t25-reviews .hero p{color:var(--muted)}
.is-dark .t25-page{background:var(--page)}
.is-dark .t25-home .hero,.is-dark .t25-bonus .hero{background:var(--hero)}
.is-dark .t25-home .hero:after,.is-dark .t25-bonus .hero:after{background:linear-gradient(90deg,var(--hero) 0,var(--hero) 40%,color-mix(in srgb,var(--hero) 88%,transparent) 53%,transparent 73%)}
.is-dark .t25-quick button,.is-dark .t25-guides>button,.is-dark .t25-filter-row button,.is-dark .t25-article-columns aside button{color:var(--ink);background:var(--surface)}
.is-dark .t25-about{background:linear-gradient(100deg,var(--surface),var(--hero))}
.is-dark .bonus-tags span{background:var(--soft)}
.is-dark .rating-overview{background:var(--soft)}
.is-dark .reviewed-pill{background:var(--page-primary)}

/* Template 25 — source-matched typography scale */
body[data-template="25"] .t25-page .hero h1{font-size:42px;line-height:1.08}
body[data-template="25"] .t25-page .hero p{font-size:17px;line-height:1.5}
body[data-template="25"] .t25-page .hero-points{font-size:12px}
body[data-template="25"] .t25-page .section-head h2{font-size:20px}
body[data-template="25"] .t25-page .section-head button{font-size:13px}

body[data-template="25"] .t25-quick b{font-size:14px}
body[data-template="25"] .t25-quick span{font-size:10px;line-height:1.3}
body[data-template="25"] .t25-operator-card .stars{font-size:14px}
body[data-template="25"] .t25-operator-card .meta-label{font-size:11px}
body[data-template="25"] .t25-operator-card .offer-value{font-size:15px}
body[data-template="25"] .operator-actions .btn{font-size:11px}
body[data-template="25"] .t25-guides small{font-size:10px}
body[data-template="25"] .t25-guides b{font-size:15px}
body[data-template="25"] .t25-guides em{font-size:11px}
body[data-template="25"] .t25-about h2{font-size:20px}
body[data-template="25"] .t25-about p{font-size:13px;line-height:1.55}
body[data-template="25"] .t25-about .t25-feature-strip b{font-size:12px}
body[data-template="25"] .t25-about .t25-feature-strip span{font-size:10px;line-height:1.35}
body[data-template="25"] .t25-page .faq-list summary{font-size:12.5px}
body[data-template="25"] .t25-page .faq-list p{font-size:11px;line-height:1.5}

body[data-template="25"] .review-facts h2{font-size:20px}
body[data-template="25"] .review-facts .stars{font-size:14px}
body[data-template="25"] .review-facts p{font-size:12px}
body[data-template="25"] .review-facts .btn{font-size:11px}
body[data-template="25"] .rating-overview header{font-size:12px}
body[data-template="25"] .rating-row{font-size:10.5px}
body[data-template="25"] .t25-anchor-grid button{font-size:11px}
body[data-template="25"] .t25-review-copy h2{font-size:18px}
body[data-template="25"] .t25-review-copy>p{font-size:12px}
body[data-template="25"] .t25-review-copy .procon h3{font-size:14px}
body[data-template="25"] .t25-review-copy .procon ul{font-size:10.5px}
body[data-template="25"] .t25-editor-verdict b{font-size:13px}
body[data-template="25"] .t25-editor-verdict small{font-size:9.5px}
body[data-template="25"] .t25-article-columns article h2{font-size:15px}
body[data-template="25"] .t25-article-columns article p{font-size:10.5px}
body[data-template="25"] .t25-article-columns aside>h2{font-size:14px}
body[data-template="25"] .t25-article-columns aside b{font-size:11px}
body[data-template="25"] .t25-article-columns aside small{font-size:9px}

body[data-template="25"] .t25-category-tabs .tab-btn{font-size:11.5px}
body[data-template="25"] .t25-filter-row button{font-size:11px}
body[data-template="25"] .bonus-brand .stars{font-size:12px}
body[data-template="25"] .bonus-details small{font-size:10px}
body[data-template="25"] .bonus-details h3{font-size:16px}
body[data-template="25"] .bonus-details p{font-size:10.5px}
body[data-template="25"] .bonus-tags span{font-size:9px}
body[data-template="25"] .bonus-claim>span{font-size:10px}
body[data-template="25"] .bonus-claim .bonus-code{font-size:10.5px}
body[data-template="25"] .bonus-claim .btn{font-size:11px}
body[data-template="25"] .text-button{font-size:10px}

body[data-template="25"] .t25-app-offer h3{font-size:16px}
body[data-template="25"] .t25-app-offer .stars{font-size:12px}
body[data-template="25"] .t25-app-offer p{font-size:10.5px;line-height:1.4}
body[data-template="25"] .t25-app-offer span{font-size:10px}
body[data-template="25"] .t25-app-offer .btn{font-size:10.5px}
body[data-template="25"] .source-app-features b{font-size:12px}
body[data-template="25"] .source-app-features span{font-size:10px}
body[data-template="25"] .source-app-install b{font-size:11px}
body[data-template="25"] .source-app-install small{font-size:9.5px}
body[data-template="25"] .t25-install b{font-size:11px}
body[data-template="25"] .t25-install small{font-size:9px}
