: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{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{min-width:112px;height:48px;padding:0 18px;border:0;border-radius:12px;color:#fff;background:var(--page-primary,var(--primary));font-size:15px;font-weight:900;box-shadow:0 5px 12px rgba(0,0,0,.16)}
.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.small{min-height:38px;padding:0 15px;font-size:13px}
.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)}
.ui-icon{width:38px;height:38px;object-fit:contain}
.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}
.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}
.stars{margin-top:10px;color:#f5a400;font-size:16px;letter-spacing:1px}
.overview{padding:20px}
.overview>p{margin:8px 0 15px;color:var(--muted);font-size:13px;line-height:1.5}
.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}
.fixed-nav{position:fixed;z-index:70;left:50%;bottom:0;transform:translateX(-50%);width:min(100vw,864px);height:clamp(64px,calc(96px * var(--scale)),96px);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:4px;border:0;background:transparent;color:var(--muted);font-size:clamp(9px,calc(13px * var(--scale)),13px);font-weight:800}
.fixed-nav img{width:clamp(24px,calc(38px * var(--scale)),38px);height:clamp(24px,calc(38px * var(--scale)),38px);object-fit:contain}
.fixed-nav .active{color:var(--page-primary,var(--primary))}
.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 .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="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}
body[data-page="more"] .hero{min-height:290px}
body[data-page="more"] .hero-copy{width:58%}
@media(prefers-reduced-motion:reduce){.toast{transition:none}}

/* Template 25 — source-board matched component system */
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}
.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-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-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}

/* Review */
.reviewed-pill{display:inline-flex;padding:4px 8px;border-radius:99px;color:#fff;background:#16ad69;font-size:8px;font-weight:900}

/* 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}
.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="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 */
.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-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-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}
.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-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}
.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-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)}
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="27"] .t25-home .hero{min-height:500px}
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-feature-strip article{min-height:110px}

/* Other approved source-board variants reuse the dense components with their own tokens. */
.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-guides>button{color:var(--ink);background:var(--surface)}
.is-dark .reviewed-pill{background:var(--page-primary)}

/* Template 27 — source-board typography, guide crops and navigation */
body[data-template="27"] .t25-home .hero h1{font-size:48px;line-height:1.08}
body[data-template="27"] .t25-home .hero p{font-size:19px;line-height:1.55}
body[data-template="27"] .t25-home .hero .eyebrow{font-size:14px}
body[data-template="27"] .t25-home .hero-points{font-size:14px}
body[data-template="27"] .t25-home .section-head h2{font-size:24px}
body[data-template="27"] .t25-home .section-head button{font-size:15px}
body[data-template="27"] .t25-home .home-trust .t25-feature-strip article{min-height:158px}
body[data-template="27"] .t25-home .home-trust .t25-feature-strip .ui-icon{width:40px;height:40px}
body[data-template="27"] .t25-home .home-trust .t25-feature-strip b{font-size:16px}
body[data-template="27"] .t25-home .home-trust .t25-feature-strip span{font-size:12.5px;line-height:1.4}
body[data-template="27"] .t25-home .t25-operator-card{min-height:248px}
body[data-template="27"] .t25-home .t25-operator-card .operator-logo{font-size:21px}
body[data-template="27"] .t25-home .t25-operator-card .stars{font-size:16px}
body[data-template="27"] .t25-home .t25-operator-card .meta-label{font-size:13px}
body[data-template="27"] .t25-home .t25-operator-card .offer-value{font-size:18px;line-height:1.35}
body[data-template="27"] .t25-home .operator-actions .btn{min-height:36px;font-size:14px}
body[data-template="27"] .t25-home .t25-categories{height:150px}
body[data-template="27"] .t25-home .t25-categories .ui-icon{width:42px;height:42px}
body[data-template="27"] .t25-home .t25-categories b{font-size:15px}
body[data-template="27"] .t25-home .t25-categories span{font-size:12px}
body[data-template="27"] .t25-home .t25-guides>button{height:104px}
body[data-template="27"] .t25-home .t25-guides small{font-size:12px}
body[data-template="27"] .t25-home .t25-guides b{font-size:18px;line-height:1.3}
body[data-template="27"] .t25-home .t25-guides em{font-size:12px}

body[data-template="27"] .t25-guides .guide-media{width:160px;height:70px;display:block;overflow:hidden;border-radius:7px}
body[data-template="27"] .t25-guides .guide-media img{width:100%;height:76px;display:block;border-radius:0;object-fit:cover;transform:translateY(-4px)}

body[data-template="27"] .fixed-nav{height:calc(82px * var(--scale));border-color:#26354c;background:#071224;box-shadow:0 -6px 20px rgba(0,0,0,.22)}
body[data-template="27"] .fixed-nav a,
body[data-template="27"] .fixed-nav button{gap:calc(5px * var(--scale));padding:0 0 calc(5px * var(--scale));color:#f5f7fb;background:transparent;font-size:calc(15px * var(--scale));font-weight:500}
body[data-template="27"] .fixed-nav .ui-icon{width:calc(31px * var(--scale));height:calc(31px * var(--scale));stroke-width:2}
body[data-template="27"] .fixed-nav .active{color:var(--page-primary,var(--primary));font-weight:700}
body[data-template="27"][data-page="home"] .fixed-nav .active .ui-icon{fill:currentColor;stroke:currentColor}
body[data-template="27"][data-page="home"] .fixed-nav{border-color:#e5e9ef;background:#fff;box-shadow:0 -6px 20px rgba(8,22,51,.08)}
body[data-template="27"][data-page="home"] .fixed-nav a,
body[data-template="27"][data-page="home"] .fixed-nav button{color:#24314d;background:#fff}
body[data-template="27"][data-page="home"] .fixed-nav .active{color:var(--page-primary,var(--primary))}

/* Template 27 review — dedicated source-board structure */
.t27-review-page{min-height:1735px;padding:24px 24px 104px;color:#f5f7fb;background:radial-gradient(circle at 100% 0,#331039 0,transparent 30%),#020d1d}
.t27-review-content{max-width:816px;margin:0 auto}
.t27-review-page .panel{border-color:#29364d;background:linear-gradient(110deg,#0b172b,#10172c);box-shadow:none}
.t27-breadcrumb{height:38px;display:flex;align-items:center;gap:13px;font-size:15px}.t27-breadcrumb a:nth-of-type(2){color:var(--page-primary)}.t27-breadcrumb strong{font-weight:500}
.t27-review-hero{min-height:250px;padding:20px;display:grid;grid-template-columns:160px 1fr 220px;align-items:center;gap:22px}
.t27-review-logo .operator-logo{height:160px;border-radius:12px;font-size:28px}.t27-review-intro .reviewed-pill{font-size:11px;background:var(--page-primary)}.t27-review-intro h1{margin:13px 0 10px;font-size:28px}.t27-review-intro p{margin:0;font-size:16px;line-height:1.45}.t27-stars{margin-top:17px;color:var(--page-primary);font-size:23px;letter-spacing:2px}.t27-stars strong{margin-left:18px;color:#fff;font-size:17px;letter-spacing:0}.t27-stars em{margin-left:10px;color:var(--page-primary);font-size:15px;font-style:normal;letter-spacing:0}.t27-tags{display:flex;gap:8px;margin-top:18px}.t27-tags span{padding:8px 11px;border-radius:7px;background:#182238;font-size:12px}
.t27-rating{height:205px;padding-left:20px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-left:1px solid #31405a}.t27-rating>span{font-size:16px}.t27-rating>strong{margin-top:10px;color:var(--page-primary);font-size:52px}.t27-rating>div{color:var(--page-primary);font-size:25px;letter-spacing:4px}.t27-rating .btn{width:175px;margin-top:15px}.t27-rating small{margin-top:10px;font-size:11px}
.t27-review-tabs{height:82px;margin-top:12px;display:grid;grid-template-columns:repeat(7,1fr);overflow:hidden}.t27-review-tabs button{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;border:0;background:transparent;color:#fff;font-size:12px}.t27-review-tabs .ui-icon{width:25px;height:25px}.t27-review-tabs button.active{color:var(--page-primary)}.t27-review-tabs button.active:after{position:absolute;right:18px;bottom:0;left:18px;height:4px;background:var(--page-primary);content:""}
.t27-overview{min-height:380px;margin-top:12px;padding:20px}.t27-overview h2,.t27-detailed h2{margin:0;font-size:20px}.t27-overview>p{margin:12px 0 18px;font-size:14px;line-height:1.65}.t27-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 34px}.t27-overview-grid article{min-height:58px;display:grid;grid-template-columns:44px 1fr;align-items:center;gap:10px}.t27-overview-grid .ui-icon{width:36px;height:36px;padding:7px;border-radius:8px;color:var(--page-primary);background:#1c263c}.t27-overview-grid span{display:flex;flex-direction:column}.t27-overview-grid b{font-size:14px}.t27-overview-grid small{margin-top:4px;font-size:13px}
.t27-procon{min-height:245px;margin-top:12px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.t27-procon article{padding:20px}.t27-procon article+article{border-left:1px solid #29364d;background:linear-gradient(110deg,#10172c,#291629)}.t27-procon h2{margin:0 0 13px;font-size:21px}.t27-procon h2,.t27-procon li{color:#fff}.t27-procon ul{margin:0;padding:0;list-style:none;font-size:13px;line-height:1.85}.t27-procon li::first-letter{color:var(--page-primary)}
.t27-detailed{min-height:285px;margin-top:0;padding:20px}.t27-detailed>div{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:16px}.t27-detailed article{min-height:90px;padding:11px;display:grid;grid-template-columns:46px 1fr;align-items:center;gap:8px;border:1px solid #29364d;border-radius:10px;background:#151f34}.t27-detailed .ui-icon{width:38px;height:38px;padding:7px;border-radius:8px;color:var(--page-primary);background:#222c42}.t27-detailed span{display:flex;flex-direction:column}.t27-detailed b{font-size:11px}.t27-detailed em{margin-top:5px;color:var(--page-primary);font-size:14px;font-style:normal;letter-spacing:1px}.t27-detailed strong{margin-top:3px;font-size:14px}.t27-detailed strong small{font-size:10px}
.t27-latest{margin-top:12px}.t27-latest .section-head{height:38px}.t27-latest .section-head h2{font-size:20px}.t27-latest .section-head button{font-size:13px}.t27-latest .t25-guides>button{height:70px;color:#fff;background:#0b172b}.t27-latest .t25-guides b{font-size:13px}.t27-latest .t25-guides small,.t27-latest .t25-guides em{font-size:9px}
.t27-latest .guide-image-fallback{border:1px solid #29364d;color:var(--page-primary);background:#151f34}
body[data-template="27"][data-page="reviews"] .viewport{height:calc(2030px * var(--scale))}
body[data-template="27"][data-page="reviews"] .phone{height:2030px;overflow:visible}
body[data-template="27"][data-page="reviews"] .page-content{height:auto;min-height:1944px;padding-bottom:0;overflow:visible}
body[data-template="27"][data-page="reviews"] .t27-review-page{min-height:1944px;padding-bottom:210px}

/* Template 27 bonus — source-board typography and density */
body[data-template="27"] .source-bonus-27 .hero h1{font-size:46px;line-height:1.08}
body[data-template="27"] .source-bonus-27 .hero p{font-size:18px;line-height:1.55}
body[data-template="27"] .source-bonus-27 .hero .eyebrow{font-size:13px}
body[data-template="27"] .source-bonus-27 .hero-points{font-size:13px}
body[data-template="27"] .source-bonus-27 .section-head{height:48px}
body[data-template="27"] .source-bonus-27 .section-head h2{font-size:22px}
body[data-template="27"] .source-bonus-27 .section-head button{font-size:14px}
body[data-template="27"] .source-bonus-27 .source-featured-grid article{min-height:278px;padding:14px}
body[data-template="27"] .source-bonus-27 .source-featured-grid .rank{width:25px;height:25px;font-size:11px}
body[data-template="27"] .source-bonus-27 .source-featured-grid .operator-logo{height:58px;font-size:20px}
body[data-template="27"] .source-bonus-27 .source-featured-grid .stars{font-size:14px}
body[data-template="27"] .source-bonus-27 .source-featured-grid h3{font-size:13px}
body[data-template="27"] .source-bonus-27 .source-featured-grid strong{min-height:42px;font-size:16px;line-height:1.35}
body[data-template="27"] .source-bonus-27 .source-featured-grid .btn{min-height:39px;font-size:13px}
body[data-template="27"] .source-bonus-27 .source-bonus-types button{min-height:190px;padding:14px 10px}
body[data-template="27"] .source-bonus-27 .source-bonus-types .ui-icon{width:48px;height:48px}
body[data-template="27"] .source-bonus-27 .source-bonus-types b{margin-top:12px;font-size:14px}
body[data-template="27"] .source-bonus-27 .source-bonus-types span{margin-top:6px;font-size:12px}
body[data-template="27"] .source-bonus-27 .source-compact-offers article{min-height:100px;padding:12px 16px}
body[data-template="27"] .source-bonus-27 .source-compact-offers .ui-icon{width:34px;height:34px}
body[data-template="27"] .source-bonus-27 .source-compact-offers b{font-size:15px}
body[data-template="27"] .source-bonus-27 .source-compact-offers small{font-size:12px}
body[data-template="27"] .source-bonus-27 .source-compact-offers>article>strong{font-size:16px}
body[data-template="27"] .source-bonus-27 .source-compact-offers .btn{min-height:38px;font-size:13px}
body[data-template="27"] .source-bonus-27 .t25-install article{min-height:180px;padding:14px}
body[data-template="27"] .source-bonus-27 .t25-install article>span{width:26px;height:26px;font-size:12px}
body[data-template="27"] .source-bonus-27 .t25-install .ui-icon{width:36px;height:36px;margin-top:10px}
body[data-template="27"] .source-bonus-27 .t25-install b{margin-top:9px;font-size:13px}
body[data-template="27"] .source-bonus-27 .t25-install small{margin-top:6px;font-size:11px;line-height:1.4}

/* Template 27 app — source-board typography and density */
body[data-template="27"] .source-app-27 .hero h1{font-size:46px;line-height:1.08}
body[data-template="27"] .source-app-27 .hero p{font-size:18px;line-height:1.55}
body[data-template="27"] .source-app-27 .hero .btn{min-height:48px;font-size:14px}
body[data-template="27"] .source-app-27 .section-head{height:48px}
body[data-template="27"] .source-app-27 .section-head h2{font-size:22px}
body[data-template="27"] .source-app-27 .source-app-features article{min-height:170px;padding:15px 10px}
body[data-template="27"] .source-app-27 .source-app-features .ui-icon{width:44px;height:44px}
body[data-template="27"] .source-app-27 .source-app-features b{margin-top:11px;font-size:14px}
body[data-template="27"] .source-app-27 .source-app-features span{margin-top:7px;font-size:12px;line-height:1.4}
body[data-template="27"] .source-app-27 .source-app-install article{min-height:205px;padding:18px 14px}
body[data-template="27"] .source-app-27 .source-app-install article>span{width:28px;height:28px;font-size:12px}
body[data-template="27"] .source-app-27 .source-app-install .ui-icon{width:50px;height:50px}
body[data-template="27"] .source-app-27 .source-app-install b{margin-top:14px;font-size:14px}
body[data-template="27"] .source-app-27 .source-app-install small{margin-top:8px;font-size:12px;line-height:1.45}
body[data-template="27"] .source-app-27 .source-app-note{min-height:42px;font-size:12px}
body[data-template="27"] .source-app-27 .source-app-preview{padding:14px;gap:14px}
body[data-template="27"] .source-app-27 .source-app-preview img{height:350px}
body[data-template="27"] .source-app-27 .t25-vip{min-height:110px;padding:16px 22px}
body[data-template="27"] .source-app-27 .t25-vip .ui-icon{width:42px;height:42px}
body[data-template="27"] .source-app-27 .t25-vip b{font-size:18px}
body[data-template="27"] .source-app-27 .t25-vip small{font-size:13px}
body[data-template="27"] .source-app-27 .t25-vip .btn{min-height:44px;font-size:14px}

/* Template 27 more — source-board typography and density */
body[data-template="27"] .source-more-27 .hero h1{font-size:42px;line-height:1.08}
body[data-template="27"] .source-more-27 .hero p{font-size:18px;line-height:1.55}
body[data-template="27"] .source-more-27 .t27-more-hero{position:relative;height:210px;padding:38px 36px;overflow:hidden;background:#07152a}
body[data-template="27"] .source-more-27 .t27-more-hero>div{position:relative;z-index:2;width:48%}
body[data-template="27"] .source-more-27 .t27-more-hero h1{margin:0;font-size:42px;line-height:1.08}
body[data-template="27"] .source-more-27 .t27-more-hero p{margin:15px 0 0;color:#ccd8e6;font-size:18px;line-height:1.55}
body[data-template="27"] .source-more-27 .t27-more-art{position:absolute;right:0;top:0;width:54%;height:210px;overflow:hidden}
body[data-template="27"] .source-more-27 .t27-more-art img{position:absolute;right:-8px;top:-6px;width:500px;height:auto;max-width:none;transform:translateX(22px)}
body[data-template="27"] .source-more-27 .t27-more-hero:after{position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,#07152a 0,#07152a 44%,rgba(7,21,42,.72) 57%,transparent 76%);content:"";pointer-events:none}
body[data-template="27"] .source-more-27 .section-head{height:46px}
body[data-template="27"] .source-more-27 .section-head h2{font-size:22px}
body[data-template="27"] .source-more-27 .account-panel{min-height:150px;padding:20px}
body[data-template="27"] .source-more-27 .account-panel .avatar{width:78px;height:78px;font-size:26px}
body[data-template="27"] .source-more-27 .account-panel h2{font-size:24px}
body[data-template="27"] .source-more-27 .account-panel p{font-size:16px;line-height:1.45}
body[data-template="27"] .source-more-27 .account-panel .btn{min-height:42px;font-size:14px}
body[data-template="27"] .source-more-27 .source-more-list button{min-height:64px;grid-template-columns:45px 1fr 20px;padding:7px 16px}
body[data-template="27"] .source-more-27 .source-more-list .ui-icon{width:31px;height:31px}
body[data-template="27"] .source-more-27 .source-more-list b{font-size:15px}
body[data-template="27"] .source-more-27 .source-more-list small{margin-top:5px;font-size:12px}
body[data-template="27"] .source-more-27 .source-more-list i{font-size:22px}
body[data-template="27"] .source-more-27 .t25-vip{min-height:120px;padding:18px 22px}
body[data-template="27"] .source-more-27 .t25-vip .ui-icon{width:42px;height:42px}
body[data-template="27"] .source-more-27 .t25-vip b{font-size:18px}
body[data-template="27"] .source-more-27 .t25-vip small{margin-top:6px;font-size:13px}
body[data-template="27"] .source-more-27 .t25-vip .btn{min-height:44px;font-size:14px}
.evidence-wrap { padding-top: 0; padding-bottom: 96px; }
.evidence-panel { padding: 22px; border-left: 4px solid var(--accent); }
.evidence-panel h2 { margin: 0 0 10px; font-size: 22px; }
.evidence-panel p { margin: 0; color: var(--muted); line-height: 1.75; }
.evidence-panel small { display: block; margin-top: 12px; color: var(--muted); }
.source-app-preview { display: none !important; }
.ui-icon{font-style:normal;display:inline-grid;place-items:center;font-weight:900;line-height:1}
