:root{--ink:#101426;--muted:#5e6473;--bg:#f8f9fb;--card:#fff;--line:#e6e8ee;--accent:#079c8c;--accent-soft:#e3f7f3;--nav-h:74px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg);color:var(--ink);padding-bottom:calc(var(--nav-h) + env(safe-area-inset-bottom));line-height:1.45}.theme-dark{--ink:#f6f6f3;--muted:#c3c4c9;--bg:#050505;--card:#0d0d0e;--line:#292722;--accent:#f7c400;--accent-soft:#2e2607}.theme-light-gold{--accent:#f3b900;--accent-soft:#fff4ca}.theme-light-teal{--accent:#079c8c;--accent-soft:#e2f8f4}.app-shell{width:min(100%,860px);margin:auto;padding-bottom:30px}.site-header{height:66px;display:grid;grid-template-columns:52px 1fr auto;align-items:center;padding:0 18px;background:var(--card);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.icon-button{width:36px;height:36px;border:0;background:transparent;display:grid;gap:5px;align-content:center;padding:8px}.icon-button span{height:2px;background:currentColor;border-radius:4px}.brand{position:relative;color:var(--ink);text-decoration:none;font-size:26px;letter-spacing:-1.5px;font-weight:900}.brand strong{color:var(--accent)}.brand i{position:absolute;left:12px;top:-8px;width:10px;height:8px;background:var(--accent);clip-path:polygon(0 100%,15% 0,35% 60%,50% 0,65% 60%,85% 0,100% 100%)}.header-actions{display:flex;gap:8px;align-items:center}.country,.search-trigger{height:36px;border:1px solid var(--line);border-radius:19px;background:var(--card);color:var(--ink);padding:0 12px}.search-trigger{width:38px;padding:0;font-size:25px}.hero{position:relative;min-height:300px;padding:30px 22px;overflow:hidden;background:linear-gradient(125deg,var(--card),var(--accent-soft));border-bottom:1px solid var(--line)}.theme-dark .hero{background:radial-gradient(circle at 70% 40%,#2c2100 0,#080808 48%,#030303 100%)}.hero-copy{position:relative;z-index:2;max-width:56%}.kicker{font-size:10px;font-weight:800;letter-spacing:.08em;color:var(--accent)}h1{font-size:34px;line-height:1.02;letter-spacing:-1.5px;margin:10px 0 12px}h1 em{display:block;color:var(--accent);font-style:normal}.hero p{font-size:14px;margin:0 0 16px;color:var(--muted)}.hero-art{position:absolute;right:-24px;bottom:-10px;width:53%;max-height:270px;object-fit:contain;filter:drop-shadow(0 16px 16px rgba(0,0,0,.14))}.theme-dark .hero-art{filter:drop-shadow(0 16px 20px rgba(247,196,0,.18))}.searchbar{height:47px;display:grid;grid-template-columns:1fr 92px;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--card);box-shadow:0 8px 18px rgba(20,30,42,.08)}.searchbar label{display:flex;align-items:center;gap:8px;padding:0 12px}.searchbar label span{font-size:24px}.searchbar input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font:inherit;font-size:12px}.searchbar button,.button,.newsletter button{border:0;border-radius:8px;background:var(--accent);color:#131313;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;min-height:38px}.theme-light-teal .button,.theme-light-teal .searchbar button,.theme-light-teal .newsletter button{color:#fff}.proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;font-size:11px;font-weight:750}.proof span{color:var(--ink)}.quick-links{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;margin:16px 18px;background:var(--line);border:1px solid var(--line);border-radius:16px;overflow:hidden}.quick-links a{min-height:112px;background:var(--card);text-decoration:none;color:var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:10px 4px;gap:5px}.quick-links img{width:34px;height:34px;object-fit:contain}.quick-links b{font-size:12px}.quick-links small{font-size:9px;color:var(--muted)}.section,.double-section,.trust-panel,.offer-banner,.review-hero,.metrics,.page-tabs,.pros-cons,.why,.feature-row,.detail-copy,.bonus-tabs,.bonus-types,.download-panel,.step-grid,.app-perks,.link-grid,.newsletter{margin:20px 18px}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.section-title h2,h2{margin:0;font-size:21px;letter-spacing:-.5px}.section-title a{font-size:12px;font-weight:800;color:var(--accent);text-decoration:none}.brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.brand-card{position:relative;min-height:210px;border:1px solid var(--line);border-radius:14px;background:var(--card);padding:12px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:7px;box-shadow:0 4px 14px rgba(9,18,31,.04)}.rank{position:absolute;left:8px;top:8px;display:grid;place-items:center;min-width:23px;height:23px;border-radius:6px;background:var(--accent);color:#16130a;font-size:12px;font-weight:900}.brand-logo,.logo-thumb{background:#08162b;color:#fff;border-radius:8px;font-size:18px;font-weight:900;font-style:italic;display:grid;place-items:center}.brand-card .brand-logo{width:100%;height:58px;margin-top:14px}.stars{color:var(--accent);letter-spacing:1px;font-size:16px}.brand-card strong{font-size:13px}.brand-card small{font-size:11px;color:var(--muted)}.brand-card em{font-style:normal;color:var(--accent);font-weight:900;font-size:16px}.button.ghost{margin-top:auto;width:100%;border:1px solid var(--accent);background:transparent;color:var(--accent);min-height:31px}.offer-banner{min-height:138px;padding:20px;border:1px solid var(--line);border-radius:16px;background:var(--accent-soft);display:grid;grid-template-columns:1fr 120px auto;align-items:center;gap:12px}.offer-banner small{color:var(--accent);font-weight:800}.offer-banner h2{font-size:25px;margin:4px 0}.offer-banner p{font-size:12px;margin:0;color:var(--muted)}.offer-banner img{width:118px;height:105px;object-fit:contain}.double-section{display:grid;grid-template-columns:1fr 1fr;gap:16px}.stack-list{border:1px solid var(--line);border-radius:13px;overflow:hidden;background:var(--card)}.stack-list a{min-height:68px;display:grid;grid-template-columns:92px 1fr auto 14px;align-items:center;gap:9px;padding:7px;text-decoration:none;color:var(--ink);border-bottom:1px solid var(--line)}.stack-list a:last-child{border:0}.thumb{width:88px;height:52px;object-fit:contain;border-radius:8px;background:var(--accent-soft);padding:5px}.logo-thumb{font-size:12px}.stack-list span{display:grid;gap:2px}.stack-list b{font-size:12px;line-height:1.25}.stack-list small{font-size:10px;color:var(--accent);font-weight:700}.stack-list time{font-size:9px;color:var(--muted);white-space:nowrap}.stack-list i,.guide-list i,.link-grid i{font-style:normal;font-size:24px}.trust-panel{border:1px solid var(--line);border-radius:16px;background:var(--card);padding:18px}.trust-panel>div{display:grid;grid-template-columns:repeat(4,1fr);margin-top:14px}.trust-panel article{text-align:center;padding:0 10px;border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:center;gap:5px}.trust-panel article:last-child{border:0}.trust-panel img{width:38px;height:38px;object-fit:contain}.trust-panel b{font-size:12px}.trust-panel p{margin:0;font-size:11px;color:var(--muted)}.guides{align-items:stretch}.guide-list{border:1px solid var(--line);border-radius:13px;background:var(--card);overflow:hidden}.guide-list a{display:grid;grid-template-columns:28px 1fr 14px;align-items:center;gap:10px;padding:9px 12px;color:var(--ink);font-size:12px;text-decoration:none;border-bottom:1px solid var(--line)}.guide-list a:last-child{border:0}.guide-list img{width:24px;height:24px;object-fit:contain}.news-card{border:1px solid var(--line);border-radius:13px;background:var(--accent-soft);padding:18px;display:flex;align-items:center;gap:13px}.news-card img{width:90px;height:90px;object-fit:contain}.news-card p{font-size:12px;color:var(--muted)}.news-card a{font-size:12px;font-weight:800;color:var(--accent)}.faq>div{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.faq details{border:1px solid var(--line);background:var(--card);border-radius:9px;overflow:hidden}.faq summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:11px 12px;font-size:12px;font-weight:700;cursor:pointer}.faq summary::-webkit-details-marker{display:none}.faq p{padding:0 12px 11px;margin:0;color:var(--muted);font-size:11px}.bottom-nav{position:fixed;z-index:20;left:50%;bottom:0;transform:translateX(-50%);width:min(100%,860px);height:var(--nav-h);background:color-mix(in srgb,var(--card) 94%,transparent);backdrop-filter:blur(16px);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);padding-bottom:env(safe-area-inset-bottom)}.bottom-nav a{color:var(--muted);text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:10px;font-weight:650}.bottom-nav img{width:25px;height:25px;object-fit:contain}.bottom-nav a.active{color:var(--accent)}.review-hero{padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--card);display:grid;grid-template-columns:145px 1fr 190px;gap:18px;align-items:center}.review-score{border:1px solid var(--line);border-radius:13px;padding:12px;display:grid;place-items:center;gap:8px}.review-score .brand-logo{width:100%;height:76px}.review-score b{font-size:21px}.review-hero h2{font-size:27px}.review-hero p{font-size:13px;color:var(--muted)}.review-hero aside{padding:10px;border:1px solid var(--line);border-radius:13px;text-align:center}.review-hero aside img{height:74px;width:100%;object-fit:contain}.review-hero aside b{display:block;color:var(--accent);font-size:12px}.review-hero aside ul{padding-left:17px;text-align:left;font-size:11px;color:var(--muted);line-height:1.7}.metrics{padding:14px;border:1px solid var(--line);border-radius:14px;background:var(--card);display:grid;grid-template-columns:repeat(5,1fr)}.metrics div{display:grid;gap:2px;padding:0 12px;border-right:1px solid var(--line)}.metrics div:last-child{border:0}.metrics small{font-size:10px;color:var(--muted)}.metrics b{font-size:13px}.page-tabs{display:flex;justify-content:space-around;gap:7px;border-bottom:1px solid var(--line);padding-bottom:11px}.page-tabs a{color:var(--ink);text-decoration:none;font-size:11px;font-weight:750}.page-tabs a:first-child{color:var(--accent);border-bottom:2px solid var(--accent);padding-bottom:11px;margin-bottom:-13px}.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:15px}.pros-cons article{padding:17px;border:1px solid var(--line);border-radius:14px;background:var(--card)}.pros-cons h2{color:var(--accent)}.pros-cons article:last-child h2{color:#e44f55}.pros-cons ul{padding:0;margin:12px 0 0;list-style:none}.pros-cons li{font-size:12px;margin:8px 0;color:var(--muted)}.pros-cons article:first-child li::first-letter{color:#15a95a}.why{padding:18px;border:1px solid var(--line);border-radius:15px;background:var(--card);display:grid;grid-template-columns:1.2fr 1fr;gap:20px}.why p{font-size:13px;color:var(--muted)}.why-items{display:grid;grid-template-columns:repeat(4,1fr)}.why-items article{display:grid;place-items:center;text-align:center;gap:6px}.why-items img{width:36px;height:36px;object-fit:contain}.why-items b{font-size:11px}.feature-row{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:15px;background:var(--card);overflow:hidden}.feature-row article{padding:17px;border-right:1px solid var(--line)}.feature-row article:last-child{border:0}.feature-row img{width:36px;height:36px;object-fit:contain}.feature-row h3{font-size:14px;margin:6px 0}.feature-row p{font-size:11px;color:var(--muted);min-height:40px}.feature-row a{font-size:11px;color:var(--accent);font-weight:800}.detail-copy{padding:18px;border:1px solid var(--line);border-radius:15px;background:var(--card)}.detail-copy p{font-size:13px;color:var(--muted)}.bonus-tabs{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--card)}.bonus-tabs button{padding:11px 5px;border:0;border-right:1px solid var(--line);background:transparent;color:var(--ink);font-size:10px;font-weight:700;display:grid;place-items:center;gap:4px}.bonus-tabs button:last-child{border:0}.bonus-tabs img{width:29px;height:29px;object-fit:contain}.bonus-tabs .active{background:var(--accent-soft);color:var(--accent)}.offer-table{display:grid;gap:0;border:1px solid var(--line);border-radius:14px;padding:0;overflow:hidden;background:var(--card)}.offer-table .section-title{padding:16px 16px 0;margin:0}.offer-table article{min-height:77px;padding:10px 14px;display:grid;grid-template-columns:30px 96px 1fr 70px 110px;align-items:center;gap:10px;border-bottom:1px solid var(--line)}.offer-table article:last-child{border:0}.offer-table .rank{position:static}.offer-table .brand-logo{height:45px;font-size:14px}.offer-table p{margin:2px 0;font-size:11px;color:var(--muted)}.offer-table strong{font-size:13px}.bonus-types{margin:20px 18px}.bonus-types h2{margin-bottom:10px}.bonus-types>div{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--card)}.bonus-types a{min-height:100px;display:grid;place-items:center;text-align:center;padding:10px;text-decoration:none;color:var(--ink);border-right:1px solid var(--line);border-bottom:1px solid var(--line);gap:3px}.bonus-types img{width:34px;height:34px;object-fit:contain}.bonus-types b{font-size:11px}.bonus-types small,.bonus-types span{font-size:9px;color:var(--muted)}.bonus-types span{color:var(--accent);font-weight:800}.download-panel{padding:20px;border:1px solid var(--line);border-radius:16px;background:var(--card);display:grid;grid-template-columns:1fr 180px;gap:15px;align-items:center}.download-panel p{font-size:13px;color:var(--muted)}.download-panel img{height:140px;width:100%;object-fit:contain}.platforms{display:flex;gap:7px;margin:12px 0}.platforms button{border:1px solid var(--line);border-radius:7px;padding:8px;background:var(--card);color:var(--ink);font-weight:700;font-size:11px}.platforms .active{background:var(--accent-soft);color:var(--accent);border-color:var(--accent)}.step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.step-grid article{position:relative;padding:15px;border:1px solid var(--line);border-radius:14px;background:var(--card)}.step-grid article>span{position:absolute;left:9px;top:9px;width:22px;height:22px;border-radius:7px;display:grid;place-items:center;background:var(--accent);font-size:11px;font-weight:900}.step-grid img{width:44px;height:44px;object-fit:contain;margin:18px 0 6px}.step-grid h3{font-size:13px;margin:4px 0}.step-grid p{font-size:11px;color:var(--muted);margin:0}.app-perks{display:grid;grid-template-columns:repeat(4,1fr);padding:15px;border-radius:15px;background:var(--accent-soft)}.app-perks article{display:grid;grid-template-columns:36px 1fr;gap:8px;align-items:center}.app-perks img{width:30px;height:30px;object-fit:contain;grid-row:1/3}.app-perks b{font-size:12px}.app-perks small{font-size:10px;color:var(--muted)}.link-grid>div:last-child{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:15px;overflow:hidden;background:var(--card)}.link-grid a{min-height:92px;padding:12px;display:grid;grid-template-columns:37px 1fr 13px;align-items:center;gap:8px;color:var(--ink);text-decoration:none;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.link-grid img{width:30px;height:30px;object-fit:contain;grid-row:1/3}.link-grid b{font-size:12px}.link-grid small{font-size:10px;color:var(--muted)}.newsletter{padding:20px;border-radius:16px;background:var(--accent-soft);display:grid;grid-template-columns:1fr 140px;align-items:center}.newsletter h2{font-size:23px}.newsletter p{font-size:12px;color:var(--muted)}.newsletter form{display:grid;grid-template-columns:1fr 100px;height:39px}.newsletter input{min-width:0;border:1px solid var(--line);border-radius:8px 0 0 8px;padding:0 10px}.newsletter button{border-radius:0 8px 8px 0}.newsletter img{width:125px;height:105px;object-fit:contain}.search-dialog{width:min(92vw,430px);border:0;border-radius:16px;padding:0;background:var(--card);color:var(--ink);box-shadow:0 20px 70px rgba(0,0,0,.3)}.search-dialog form{padding:22px}.search-dialog form>button{float:right;border:0;background:transparent;color:var(--ink);font-size:22px}.search-dialog h2{margin:18px 0}.search-dialog p{font-size:12px;color:var(--muted)}@media(max-width:0px){.site-header{height:62px}.header-actions .country{font-size:11px}.hero{min-height:288px;padding:25px 20px}.hero-copy{max-width:61%}h1{font-size:30px}.hero p{font-size:13px}.hero-art{width:55%;right:-25px}.quick-links{margin:13px 12px;border-radius:13px}.quick-links a{min-height:96px}.quick-links img{width:28px;height:28px}.quick-links b{font-size:10px}.quick-links small{font-size:8px}.section,.double-section,.trust-panel,.offer-banner,.review-hero,.metrics,.page-tabs,.pros-cons,.why,.feature-row,.detail-copy,.bonus-tabs,.bonus-types,.download-panel,.step-grid,.app-perks,.link-grid,.newsletter{margin:16px 12px}.section-title h2,h2{font-size:19px}.brand-grid{gap:7px}.brand-card{min-height:184px;padding:8px}.brand-card .brand-logo{height:47px;font-size:13px}.brand-card .stars{font-size:12px}.brand-card strong,.brand-card small{font-size:10px}.brand-card em{font-size:13px}.brand-card .button{font-size:10px}.offer-banner{min-height:120px;padding:14px;grid-template-columns:1fr 85px}.offer-banner h2{font-size:20px}.offer-banner p{font-size:10px}.offer-banner img{width:82px;height:80px}.offer-banner .button{grid-column:1/3;width:100%;font-size:11px;min-height:33px}.double-section{grid-template-columns:1fr;gap:14px}.stack-list a{grid-template-columns:72px 1fr auto 12px}.thumb{width:65px}.stack-list time{display:none}.trust-panel{padding:14px}.trust-panel>div{grid-template-columns:repeat(2,1fr);row-gap:14px}.trust-panel article:nth-child(2){border-right:0}.trust-panel article:nth-child(-n+2){border-bottom:1px solid var(--line);padding-bottom:12px}.trust-panel p{font-size:9px}.faq>div{grid-template-columns:1fr}.review-hero{grid-template-columns:100px 1fr;gap:12px;padding:12px}.review-hero aside{grid-column:1/3;display:grid;grid-template-columns:70px 1fr;align-items:center;text-align:left}.review-hero aside img{height:65px}.review-hero aside ul{display:none}.review-score .brand-logo{height:60px;font-size:12px}.review-score b{font-size:16px}.review-hero h2{font-size:21px}.review-hero p{font-size:11px}.metrics{grid-template-columns:repeat(3,1fr);gap:10px}.metrics div{padding:0 7px}.metrics small{font-size:8px}.metrics b{font-size:10px}.page-tabs{overflow-x:auto;justify-content:flex-start;padding-left:6px}.page-tabs a{white-space:nowrap;padding:0 8px}.pros-cons{grid-template-columns:1fr}.why{grid-template-columns:1fr}.why-items{grid-template-columns:repeat(4,1fr)}.feature-row{grid-template-columns:repeat(2,1fr)}.feature-row article:nth-child(2){border-right:0}.bonus-tabs{overflow-x:auto;grid-template-columns:repeat(6,86px)}.offer-table article{grid-template-columns:20px 66px 1fr 64px;gap:7px;padding:9px}.offer-table article .button{display:none}.offer-table .brand-logo{font-size:11px}.offer-table p{font-size:9px}.bonus-types>div{grid-template-columns:repeat(2,1fr)}.download-panel{grid-template-columns:1fr 115px;padding:14px}.download-panel img{height:110px}.platforms{flex-wrap:wrap}.step-grid{grid-template-columns:repeat(2,1fr)}.app-perks{grid-template-columns:repeat(2,1fr);gap:14px}.link-grid>div:last-child{grid-template-columns:repeat(2,1fr)}.newsletter{grid-template-columns:1fr 95px;padding:15px}.newsletter h2{font-size:19px}.newsletter p{font-size:10px}.newsletter img{width:90px;height:78px}.bottom-nav{height:68px}.bottom-nav img{width:22px;height:22px}.bottom-nav a{font-size:9px}}

/* Template-specific source fidelity: responsive DOM layout, no image overlays. */
img{display:block;max-width:100%}.hero-art{top:0;bottom:auto;height:100%;max-height:none;object-fit:cover;object-position:right 58%}.brand i{display:none}.searchbar label{padding:0 14px}.search-trigger{font-size:10px;font-weight:800}.country{font-size:11px}.stack-list .next,.guide-list .next,.link-grid .next{font-size:10px;color:var(--accent);font-weight:800;font-style:normal}.faq summary span{font-size:10px;color:var(--accent);font-weight:800}.theme-dark .site-header,.theme-dark .bottom-nav{background:#090909}.theme-dark .brand-logo{background:#111827}.theme-dark .offer-banner{border-color:#5c4b10}.theme-light-gold .hero{background:linear-gradient(112deg,#fffaf0 5%,#fff3d1 100%)}.theme-light-teal .hero{background:linear-gradient(112deg,#f6fffe 5%,#e0f7f2 100%)}[data-template="34"] .hero-home{min-height:330px;background:linear-gradient(112deg,#060606 0%,#11100b 50%,#2b2001 100%)}[data-template="34"] .hero-art{width:58%;right:-8px;bottom:-21px;max-height:305px;object-fit:contain}[data-template="34"] .brand-card{border-radius:7px}[data-template="34"] .source-logo{padding:0;background:#090909;overflow:hidden}[data-template="34"] .source-logo img{width:100%;height:100%;object-fit:cover}[data-template="35"] .hero-home{min-height:314px}[data-template="35"] .hero-art{width:49%;right:2%;bottom:-3px}[data-template="35"] .offer-banner{background:linear-gradient(105deg,#fff7dc,#fff1bf)}[data-template="36"] .hero-home{min-height:320px;background:linear-gradient(112deg,#effbf8,#e1f8f3)}[data-template="36"] .hero-art{width:56%;right:-1%;bottom:-10px}[data-template="36"] .quick-links{border-radius:4px}[data-template="36"] .offer-banner{background:#e1f8f3}@media(max-width:0px){.site-header{height:54px;padding:0 13px}.brand{font-size:21px}.hero{min-height:198px;padding:17px 16px}.hero-copy{max-width:57%}h1{font-size:25px;line-height:1.02;margin:5px 0 7px}.kicker{font-size:8px}.hero p{font-size:10px;margin-bottom:8px;line-height:1.35}.searchbar{height:35px;border-radius:7px;grid-template-columns:1fr 67px}.searchbar label{padding:0 9px}.searchbar label span{font-size:16px}.searchbar input{font-size:9px}.searchbar button{font-size:10px}.proof{font-size:8px;gap:6px;margin-top:7px}.quick-links{margin:8px 12px;border-radius:4px}.quick-links a{min-height:66px;padding:5px 2px;gap:3px}.quick-links img{width:22px;height:22px}.quick-links b{font-size:8px}.quick-links small{display:none}.section,.double-section,.trust-panel,.offer-banner,.review-hero,.metrics,.page-tabs,.pros-cons,.why,.feature-row,.detail-copy,.bonus-tabs,.bonus-types,.download-panel,.step-grid,.app-perks,.link-grid,.newsletter{margin:12px}.section-title h2,h2{font-size:17px}.brand-grid{gap:6px}.brand-card{min-height:126px;padding:6px;gap:3px}.brand-card .brand-logo{height:36px;margin-top:10px;font-size:11px}.brand-card .stars{font-size:9px;letter-spacing:0}.brand-card strong,.brand-card small{font-size:8px}.brand-card em{font-size:10px}.brand-card .button{font-size:8px;min-height:22px}.brand-card .rank{min-width:17px;height:17px;font-size:8px;left:5px;top:5px}.quick-count-6{overflow:visible;grid-template-columns:repeat(6,1fr)}.quick-count-6 a{min-height:66px}.quick-count-6 img{width:20px;height:20px}[data-template="34"] .hero-home,[data-template="35"] .hero-home,[data-template="36"] .hero-home{min-height:198px}[data-template="34"] .hero-art{width:55%;right:-18px;bottom:-8px}[data-template="35"] .hero-art{width:48%;right:-5px}[data-template="36"] .hero-art{width:55%;right:-10px}.section-title a{font-size:9px}.stack-list .next,.guide-list .next{display:none}.guide-list a{grid-template-columns:44px 1fr}.guide-list img{width:38px;height:32px;border-radius:5px;object-fit:cover}.double-section.guides .news-card{min-height:126px}.bonus-tabs button{font-size:8px}.bonus-tabs img{width:25px;height:25px}.newsletter{min-height:125px}.newsletter img{object-fit:contain}}

.breadcrumbs{margin:14px 18px 0;display:flex;gap:8px;align-items:center;font-size:11px;color:var(--muted)}.breadcrumbs a{color:var(--accent);font-weight:800;text-decoration:none}.breadcrumbs b{color:var(--ink)}.quick-count-6{grid-template-columns:repeat(6,1fr)}.brands-list{display:grid;gap:9px}.brand-list-card{min-height:102px;display:grid;grid-template-columns:28px 145px 1fr 118px 125px;align-items:center;gap:12px;padding:12px 14px;background:var(--card);border:1px solid var(--line);border-radius:14px;position:relative}.brand-list-card .rank{position:static}.brand-list-card .brand-logo{height:62px;font-size:16px}.brand-list-card>div:nth-child(3){display:grid;gap:5px}.brand-list-card small{font-size:11px;color:var(--muted)}.brand-list-card .stars{font-size:12px}.brand-list-card em{font-size:14px;color:var(--accent);font-style:normal;font-weight:800}.brand-list-card .button{min-height:36px}.theme-dark .quick-links img{filter:sepia(1) saturate(4) hue-rotate(355deg)}@media(max-width:0px){.quick-count-6 a{min-height:86px}.quick-count-6{overflow-x:auto;grid-template-columns:repeat(6,76px)}.brand-list-card{grid-template-columns:24px 80px 1fr;gap:8px;min-height:95px;padding:10px}.brand-list-card .brand-logo{height:53px;font-size:12px}.brand-list-card em{grid-column:3;font-size:11px}.brand-list-card .button{grid-column:3;min-height:28px;font-size:10px}.brand-list-card small{font-size:9px}.brand-list-card strong{font-size:11px}.brands-list .section-title{grid-column:1/-1}}

@media(max-width:0px){.brand-card{min-height:104px;padding:5px;gap:2px}.brand-card .brand-logo{height:31px;margin-top:9px;font-size:10px}.brand-card .stars{font-size:8px}.brand-card strong,.brand-card small{font-size:7px}.brand-card em{font-size:9px}.brand-card .button{min-height:20px;font-size:7px}.brand-card .rank{min-width:15px;height:15px;font-size:7px}.quick-count-6 a{min-height:60px}.quick-count-6 img{width:18px;height:18px}}

/* 300UI / Template 35 — white and gold source-specific home page. */
[data-template="35"]{--ink:#111217;--muted:#5f6170;--bg:#fff;--card:#fff;--line:#ececec;--accent:#f6bd00;--accent-soft:#fff7dd;background:#fff}
[data-template="35"] .app-shell{max-width:853px;background:#fff;padding-bottom:42px}.t35-header{height:87px;padding:0 40px;grid-template-columns:58px 1fr auto;border:0;background:#fff}.t35-header .icon-button{width:42px;height:42px;padding:8px;gap:6px}.t35-header .icon-button span{height:3px}.t35-header .brand{font-size:39px;letter-spacing:-3px}.t35-header .brand i{display:block;left:23px;top:-12px;width:19px;height:13px}.t35-header .country{height:50px;border:1px solid #eee;border-radius:28px;background:#fff;padding:0 18px;font-size:15px;color:#171717}.t35-header .search-trigger{height:50px;width:50px;border:1px solid #eee;border-radius:50%;background:#fff;font-size:31px;color:#171717}.t35-hero{height:309px;position:relative;padding:24px 45px;overflow:hidden;background:radial-gradient(circle at 75% 45%,#fff5d3 0,#fff 52%)}.t35-hero>div{position:relative;z-index:1}.t35-hero h1{font-size:42px;line-height:1.04;margin:0 0 14px}.t35-hero h1 em{display:block;color:#f6bd00;font-style:normal}.t35-hero p{font-size:17px;line-height:1.45;margin:0 0 18px}.t35-hero .searchbar{width:385px;height:47px;border-color:#ececec;border-radius:12px;grid-template-columns:1fr 102px}.t35-hero .searchbar input{font-size:13px}.t35-hero .searchbar button{margin:4px;background:#f6bd00;color:#111;border-radius:9px;font-size:14px}.t35-hero>img{position:absolute;right:38px;bottom:0;width:48%;height:305px;object-fit:contain}.t35-proof{display:flex;gap:24px;margin-top:20px}.t35-proof span{font-size:13px;font-weight:700}.t35-proof span::before{content:'◇';font-size:20px;color:#f6bd00;margin-right:6px}.t35-quick{margin:0 41px 18px;border:1px solid #f0f0f0;border-radius:13px;box-shadow:0 8px 22px rgba(0,0,0,.06);display:grid;grid-template-columns:repeat(6,1fr);overflow:hidden}.t35-quick a{height:86px;display:grid;place-items:center;gap:6px;border-right:1px solid #eee;text-decoration:none;color:#161616}.t35-quick a:last-child{border:0}.t35-quick img{width:31px;height:31px;object-fit:contain}.t35-quick b{font-size:13px}.t35-section,.t35-grid,.t35-trust,.t35-offer,.t35-faq{margin:0 41px 20px}.t35-section .section-title,.t35-grid .section-title,.t35-faq .section-title{margin-bottom:10px}.t35-section h2,.t35-grid h2,.t35-trust h2,.t35-faq h2{font-size:22px}.t35-section .section-title a,.t35-grid .section-title a,.t35-faq .section-title a{font-size:14px;color:#f6b900;font-weight:800;text-decoration:none}.t35-brands>div:last-child{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.t35-brands article{height:236px;position:relative;border:1px solid #ededed;border-radius:12px;box-shadow:0 6px 16px rgba(0,0,0,.05);display:flex;flex-direction:column;align-items:center;padding:15px 15px 12px;gap:7px}.t35-brands article>span{position:absolute;left:15px;top:11px;height:24px;min-width:24px;border-radius:5px;background:#f6bd00;display:grid;place-items:center;font-weight:800}.t35-brands article img{height:51px;width:100%;margin-top:20px;object-fit:cover;border-radius:5px}.t35-brands article>b{font-size:19px;letter-spacing:2px;color:#f6bd00;line-height:1}.t35-brands article strong{font-size:15px}.t35-brands article small{font-size:13px}.t35-brands article em{font-size:20px;color:#0b9644;font-style:normal;font-weight:900}.t35-brands article a{height:30px;width:100%;display:grid;place-items:center;text-decoration:none;background:#f6bd00;color:#111;border-radius:5px;font-size:14px;font-weight:800;margin-top:auto}.t35-offer{height:145px;border:1px solid #eee;border-radius:12px;background:linear-gradient(90deg,#fff,#fff9e5);padding:20px 30px;position:relative;overflow:hidden}.t35-offer small{font-size:14px;color:#f4b500}.t35-offer h2{font-size:28px;margin:6px 0}.t35-offer p{font-size:13px;margin:0}.t35-offer img{position:absolute;right:190px;bottom:-50px;width:210px;height:205px;object-fit:contain}.t35-offer>a{position:absolute;right:25px;top:59px;height:42px;padding:0 18px;border-radius:7px;background:#f6bd00;color:#111;text-decoration:none;display:grid;place-items:center;font-size:14px;font-weight:800}.t35-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.t35-review-list,.t35-bonus-list{border:1px solid #eee;border-radius:10px;overflow:hidden}.t35-review-list a,.t35-bonus-list a{height:83px;display:grid;grid-template-columns:112px 1fr 82px 13px;align-items:center;gap:10px;padding:8px;border-bottom:1px solid #eee;color:#171717;text-decoration:none}.t35-review-list a:last-child,.t35-bonus-list a:last-child{border:0}.t35-review-list img{width:107px;height:60px;object-fit:cover;border-radius:6px}.t35-review-list span,.t35-bonus-list span{display:grid;gap:3px}.t35-review-list b{font-size:13px;line-height:1.24}.t35-review-list small{font-size:10px;color:#222;background:#f8d75b;border-radius:3px;padding:2px 5px;width:max-content}.t35-review-list time{font-size:10px;color:#777}.t35-review-list i,.t35-bonus-list i{font-style:normal;font-size:23px}.t35-bonus-list a{grid-template-columns:76px 1fr 13px}.t35-bonus-list img{width:60px;height:60px;object-fit:contain;border-radius:6px;background:#fff7df;padding:8px}.t35-bonus-list small{font-size:10px;color:#f1af00;font-weight:800}.t35-bonus-list b{font-size:14px;line-height:1.22}.t35-trust{border:1px solid #eee;border-radius:12px;padding:18px}.t35-trust>div{display:grid;grid-template-columns:repeat(4,1fr);margin-top:14px}.t35-trust article{display:grid;place-items:center;text-align:center;gap:7px;padding:0 12px;border-right:1px solid #eee}.t35-trust article:last-child{border:0}.t35-trust img{width:44px;height:44px;object-fit:contain}.t35-trust b{font-size:14px}.t35-trust p{font-size:12px;line-height:1.25;color:#5e6170;margin:0}.t35-bottom{margin-bottom:22px}.t35-guides,.t35-news{border:1px solid #eee;border-radius:10px;overflow:hidden}.t35-guides a{height:39px;padding:0 13px;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between;color:#252525;text-decoration:none;font-size:12px}.t35-guides a:last-child{border:0}.t35-guides i{font-style:normal;font-size:20px}.t35-news a{height:52px;padding:6px 8px;display:grid;grid-template-columns:63px 1fr;gap:8px;border-bottom:1px solid #eee;color:#252525;text-decoration:none;font-size:12px;line-height:1.25}.t35-news a:last-child{border:0}.t35-news img{width:60px;height:39px;object-fit:cover;border-radius:4px}.t35-faq{margin-bottom:12px}.t35-faq>div:last-child{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.t35-faq details{border:1px solid #eee;border-radius:8px}.t35-faq summary{font-size:12px;min-height:52px;padding:10px;display:flex;justify-content:space-between;align-items:center;list-style:none}.t35-faq summary::-webkit-details-marker{display:none}.t35-faq summary b{font-size:19px;font-weight:400}.t35-faq p{font-size:11px;padding:0 10px 10px;margin:0;color:#666}.t35-home .bottom-nav{background:#fff;border-color:#eee;max-width:853px;height:75px}.t35-home .bottom-nav a{color:#5e6170;font-size:12px}.t35-home .bottom-nav a.active{color:#f6bd00}.t35-home .bottom-nav img{width:26px;height:26px}
@media(max-width:0px){.t35-header{height:52px;padding:0 20px;grid-template-columns:38px 1fr auto}.t35-header .icon-button{width:29px;height:29px;padding:7px;gap:4px}.t35-header .icon-button span{height:2px}.t35-header .brand{font-size:25px;letter-spacing:-2px}.t35-header .brand i{left:15px;top:-8px;width:13px;height:9px}.t35-header .country{height:34px;font-size:10px;padding:0 10px}.t35-header .search-trigger{height:34px;width:34px;font-size:24px}.t35-hero{height:154px;padding:14px 21px}.t35-hero h1{font-size:23px;margin-bottom:7px}.t35-hero p{font-size:9px;margin-bottom:7px}.t35-hero .searchbar{width:218px;height:31px;grid-template-columns:1fr 60px;border-radius:7px}.t35-hero .searchbar input{font-size:8px}.t35-hero .searchbar button{font-size:9px;border-radius:5px;margin:3px}.t35-hero>img{right:13px;height:151px;width:48%}.t35-proof{gap:9px;margin-top:8px}.t35-proof span{font-size:8px}.t35-proof span::before{font-size:11px;margin-right:2px}.t35-quick{margin:0 20px 12px;border-radius:6px}.t35-quick a{height:51px;gap:3px}.t35-quick img{width:19px;height:19px}.t35-quick b{font-size:8px}.t35-section,.t35-grid,.t35-trust,.t35-offer,.t35-faq{margin:0 20px 12px}.t35-section .section-title,.t35-grid .section-title,.t35-faq .section-title{margin-bottom:5px}.t35-section h2,.t35-grid h2,.t35-trust h2,.t35-faq h2{font-size:16px}.t35-section .section-title a,.t35-grid .section-title a,.t35-faq .section-title a{font-size:9px}.t35-brands>div:last-child{gap:5px}.t35-brands article{height:119px;padding:6px;gap:3px;border-radius:6px}.t35-brands article>span{left:6px;top:5px;width:14px;height:14px;min-width:14px;border-radius:3px;font-size:7px}.t35-brands article img{height:31px;margin-top:10px;border-radius:3px}.t35-brands article>b{font-size:9px}.t35-brands article strong{font-size:8px}.t35-brands article small{font-size:8px}.t35-brands article em{font-size:11px}.t35-brands article a{height:18px;font-size:8px;border-radius:3px}.t35-offer{height:76px;padding:10px 15px;border-radius:6px}.t35-offer small{font-size:8px}.t35-offer h2{font-size:15px;margin:2px 0}.t35-offer p{font-size:7px}.t35-offer img{right:81px;bottom:-20px;width:105px;height:105px}.t35-offer>a{right:10px;top:30px;height:24px;padding:0 9px;border-radius:3px;font-size:8px}.t35-grid{gap:8px}.t35-review-list,.t35-bonus-list{border-radius:6px}.t35-review-list a{height:48px;padding:4px;grid-template-columns:62px 1fr 37px 8px;gap:5px}.t35-review-list img{width:58px;height:37px;border-radius:3px}.t35-review-list b{font-size:8px}.t35-review-list small{font-size:6px;padding:1px 3px}.t35-review-list time{font-size:6px}.t35-review-list i,.t35-bonus-list i{font-size:16px}.t35-bonus-list a{height:48px;padding:4px;grid-template-columns:39px 1fr 8px;gap:4px}.t35-bonus-list img{width:34px;height:34px;padding:3px;border-radius:4px}.t35-bonus-list small{font-size:6px}.t35-bonus-list b{font-size:8px}.t35-trust{padding:10px;border-radius:6px}.t35-trust>div{margin-top:7px}.t35-trust article{gap:4px;padding:0 5px}.t35-trust img{width:27px;height:27px}.t35-trust b{font-size:8px}.t35-trust p{font-size:7px}.t35-bottom{margin-bottom:12px}.t35-guides,.t35-news{border-radius:6px}.t35-guides a{height:22px;padding:0 7px;font-size:7px}.t35-guides i{font-size:13px}.t35-news a{height:29px;padding:3px;grid-template-columns:35px 1fr;gap:4px;font-size:7px}.t35-news img{width:32px;height:23px;border-radius:2px}.t35-faq>div:last-child{gap:4px}.t35-faq summary{min-height:35px;font-size:7px;padding:6px}.t35-faq summary b{font-size:11px}.t35-faq p{font-size:7px;padding:0 6px 6px}.t35-home .bottom-nav{height:67px}.t35-home .bottom-nav a{font-size:9px}.t35-home .bottom-nav img{width:21px;height:21px}}

/* 300UI / Template 35 review page. */
.t35-review-page .breadcrumbs{margin:0 32px 13px;font-size:13px}.t35-review-page .breadcrumbs a{color:#555;text-decoration:none}.t35-review-hero{margin:0 29px 16px;padding:22px 19px 11px;border:1px solid #eee;border-radius:12px;display:grid;grid-template-columns:147px 1fr 222px;gap:23px;position:relative;box-shadow:0 4px 14px rgba(0,0,0,.02)}.t35-review-hero>img{width:144px;height:140px;object-fit:cover;border-radius:10px}.t35-review-hero>div>small{display:inline-block;background:#f6bd00;color:#111;border-radius:5px;padding:4px 7px;font-size:11px;font-weight:850}.t35-review-hero h1{font-size:27px;line-height:1.1;margin:8px 0}.t35-review-hero p{font-size:14px;line-height:1.4;color:#4e5060;margin:0 0 16px}.t35-review-hero a,.t35-review-hero button{height:39px;padding:0 19px;border:0;border-radius:7px;text-decoration:none;font-size:14px;font-weight:800}.t35-review-hero a{background:#f6bd00;color:#111;display:inline-grid;place-items:center;margin-right:12px}.t35-review-hero button{background:#fff;border:1px solid #e7e7e7;color:#222}.t35-review-hero aside{border-left:1px solid #eee;display:grid;place-items:center;align-content:center}.t35-review-hero aside strong{font-size:37px}.t35-review-hero aside strong small{font-size:21px;color:#4b4f5e}.t35-review-hero aside>b{font-size:28px;color:#f6bd00;letter-spacing:2px}.t35-review-hero aside h2{font-size:17px;margin:6px 0 0}.t35-review-hero aside p{font-size:13px;margin:0}.t35-review-hero footer{grid-column:1/4;border:1px solid #eee;border-radius:10px;display:grid;grid-template-columns:repeat(4,1fr);height:68px}.t35-review-hero footer span{padding:13px 18px;color:#6a6d78;font-size:12px;border-right:1px solid #eee}.t35-review-hero footer span:last-child{border:0}.t35-review-hero footer b{display:block;color:#20222b;font-size:15px;margin-top:3px}.t35-onpage{margin:0 29px 16px;height:76px;padding:14px 22px;border:1px solid #eee;border-radius:12px;display:flex;align-items:center;gap:31px}.t35-onpage h2{font-size:22px;margin-right:auto}.t35-onpage a{color:#535663;text-decoration:none;font-size:13px}.t35-pros{margin:0 29px 16px;display:grid;grid-template-columns:1fr 1fr;gap:15px}.t35-pros article{height:218px;border:1px solid #eee;border-radius:12px;padding:19px}.t35-pros h2{font-size:21px}.t35-pros ul{padding:0;list-style:none;margin:13px 0}.t35-pros li{font-size:14px;line-height:1.72}.t35-pros li::before{content:'✓';width:16px;height:16px;display:inline-grid;place-items:center;border-radius:50%;margin-right:9px;background:#65b53b;color:#fff;font-size:10px}.t35-pros article:last-child li::before{content:'−';background:#e73d3d}.t35-overview{margin:0 29px 16px;padding:20px;border:1px solid #eee;border-radius:12px;display:grid;grid-template-columns:1fr 285px;min-height:263px;overflow:hidden;position:relative}.t35-overview h2{font-size:21px}.t35-overview p{font-size:14px;line-height:1.4;color:#333747;max-width:500px}.t35-overview>div>div{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:21px}.t35-overview span{border:1px solid #eee;border-radius:9px;padding:14px 8px;font-size:12px;color:#50525f;text-align:center}.t35-overview span b{display:block;font-size:12px;margin-top:4px}.t35-overview>img{width:285px;height:220px;object-fit:cover;object-position:center;border-radius:6px;align-self:end}.t35-ratings{margin:0 29px 16px;border:1px solid #eee;border-radius:12px;padding:17px}.t35-ratings h2{font-size:21px}.t35-ratings>div{display:grid;grid-template-columns:repeat(6,1fr);margin-top:17px}.t35-ratings span{font-size:12px;text-align:center;border-right:1px solid #eee}.t35-ratings span:last-child{border:0}.t35-ratings b{display:block;font-size:18px;color:#f6bd00;margin-top:7px}.t35-ratings i{display:block;font-size:13px;color:#222;font-style:normal;letter-spacing:0}.t35-promo{margin:0 29px 16px;border:1px solid #eee;border-radius:12px;padding:17px}.t35-promo .section-title{margin-bottom:14px}.t35-promo .section-title h2{font-size:21px}.t35-promo .section-title a{font-size:13px;color:#f6b900;text-decoration:none;font-weight:800}.t35-promo>div:last-child{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.t35-promo article{height:155px;border:1px solid #eee;border-radius:10px;padding:15px;display:flex;flex-direction:column}.t35-promo small{font-size:10px;color:#f4ad00;font-weight:800}.t35-promo article>b{font-size:15px;line-height:1.2;margin-top:9px}.t35-promo strong{display:block;font-size:26px}.t35-promo p{font-size:12px;margin:3px 0}.t35-promo a{height:28px;margin-top:auto;border-radius:5px;background:#f3f3f3;color:#252525;display:grid;place-items:center;text-decoration:none;font-size:12px;font-weight:800}.t35-review-faq{margin:0 29px 17px}.t35-review-faq h2{font-size:21px;margin:0 0 10px}.t35-review-faq details{border:1px solid #eee;border-radius:8px;margin-top:5px}.t35-review-faq summary{list-style:none;min-height:35px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;font-size:12px}.t35-review-faq summary::-webkit-details-marker{display:none}.t35-review-faq p{font-size:11px;margin:0;padding:0 12px 10px}.t35-disclaimer{margin:0 29px 15px;border:1px solid #f8d275;border-radius:8px;background:#fffaf0;padding:11px 14px;font-size:12px;color:#444}.t35-review-page+.bottom-nav{background:#fff}.t35-review-page+.bottom-nav a{color:#5f6170}.t35-review-page+.bottom-nav a.active{color:#f6bd00}
@media(max-width:0px){.t35-review-page .breadcrumbs{margin:0 20px 7px;font-size:8px}.t35-review-hero{margin:0 16px 8px;padding:11px 10px 5px;grid-template-columns:75px 1fr 105px;gap:10px;border-radius:6px}.t35-review-hero>img{width:73px;height:71px;border-radius:5px}.t35-review-hero>div>small{padding:2px 4px;font-size:6px;border-radius:2px}.t35-review-hero h1{font-size:14px;margin:4px 0}.t35-review-hero p{font-size:7px;margin-bottom:7px}.t35-review-hero a,.t35-review-hero button{height:22px;padding:0 7px;font-size:7px;border-radius:3px}.t35-review-hero a{margin-right:4px}.t35-review-hero aside strong{font-size:21px}.t35-review-hero aside strong small{font-size:12px}.t35-review-hero aside>b{font-size:13px}.t35-review-hero aside h2{font-size:9px;margin:2px}.t35-review-hero aside p{font-size:7px}.t35-review-hero footer{height:36px;border-radius:5px}.t35-review-hero footer span{padding:6px 8px;font-size:6px}.t35-review-hero footer b{font-size:8px;margin-top:1px}.t35-onpage{margin:0 16px 8px;height:42px;padding:7px 9px;gap:8px;overflow:hidden}.t35-onpage h2{font-size:13px}.t35-onpage a{font-size:7px;white-space:nowrap}.t35-pros{margin:0 16px 8px;gap:7px}.t35-pros article{height:115px;border-radius:6px;padding:10px}.t35-pros h2{font-size:14px}.t35-pros ul{margin:6px 0}.t35-pros li{font-size:7px;line-height:1.58}.t35-pros li::before{width:9px;height:9px;font-size:6px;margin-right:4px}.t35-overview{margin:0 16px 8px;padding:10px;grid-template-columns:1fr 140px;min-height:141px;border-radius:6px}.t35-overview h2{font-size:14px}.t35-overview p{font-size:8px;margin:6px 0}.t35-overview>div>div{gap:3px;margin-top:9px}.t35-overview span{border-radius:4px;padding:6px 3px;font-size:6px}.t35-overview span b{font-size:6px;margin-top:2px}.t35-overview>img{width:140px;height:110px;border-radius:3px}.t35-ratings{margin:0 16px 8px;padding:10px;border-radius:6px}.t35-ratings h2{font-size:14px}.t35-ratings>div{margin-top:9px}.t35-ratings span{font-size:7px}.t35-ratings b{font-size:9px;margin-top:4px}.t35-ratings i{font-size:7px}.t35-promo{margin:0 16px 8px;padding:10px;border-radius:6px}.t35-promo .section-title{margin-bottom:7px}.t35-promo .section-title h2{font-size:14px}.t35-promo .section-title a{font-size:8px}.t35-promo>div:last-child{gap:6px}.t35-promo article{height:96px;border-radius:5px;padding:8px}.t35-promo small{font-size:6px}.t35-promo article>b{font-size:8px;margin-top:5px}.t35-promo strong{font-size:16px}.t35-promo p{font-size:7px;margin:2px}.t35-promo a{height:17px;border-radius:3px;font-size:7px}.t35-review-faq{margin:0 16px 9px}.t35-review-faq h2{font-size:14px;margin-bottom:5px}.t35-review-faq details{border-radius:4px;margin-top:3px}.t35-review-faq summary{min-height:24px;padding:0 7px;font-size:7px}.t35-review-faq p{font-size:7px;padding:0 7px 7px}.t35-disclaimer{margin:0 16px 9px;padding:6px 8px;border-radius:4px;font-size:7px}}

/* 300UI / Template 35 bonuses page. */
.t35-bonus-hero{height:288px;padding:39px 49px;position:relative;overflow:hidden;background:radial-gradient(circle at 80% 55%,#fff1c9,#fff 59%)}.t35-bonus-hero h1{font-size:38px;margin:0 0 17px;line-height:1.1}.t35-bonus-hero h1 em{display:block;color:#f4b500;font-style:normal}.t35-bonus-hero p{font-size:17px;line-height:1.5;margin:0}.t35-bonus-hero>img{position:absolute;right:22px;bottom:-1px;width:49%;height:286px;object-fit:contain}.t35-bonus-tabs{height:111px;margin:-3px 36px 23px;display:grid;grid-template-columns:repeat(6,1fr);border:1px solid #eee;border-radius:12px;overflow:hidden;box-shadow:0 5px 14px rgba(0,0,0,.04)}.t35-bonus-tabs a{display:grid;place-items:center;gap:6px;text-align:center;border-right:1px solid #eee;color:#111;text-decoration:none;font-size:13px}.t35-bonus-tabs a:last-child{border:0}.t35-bonus-tabs a.active{background:#fff8e5;border-color:#f4cf72}.t35-bonus-tabs img{height:36px;width:36px;object-fit:contain}.t35-top-bonus{margin:0 36px 20px}.t35-top-bonus .section-title{margin-bottom:10px}.t35-top-bonus h2{font-size:25px}.t35-top-bonus .section-title button{height:37px;border:1px solid #eee;border-radius:7px;background:#fff;color:#222;padding:0 15px;font-size:12px}.t35-top-bonus>div:last-child{display:grid;gap:10px}.t35-top-bonus article{height:158px;border:1px solid #eee;border-radius:12px;padding:11px 17px;display:grid;grid-template-columns:143px 1fr 205px;gap:18px;align-items:center;position:relative;box-shadow:0 5px 14px rgba(0,0,0,.03)}.t35-top-bonus article>span{position:absolute;left:8px;top:9px;background:#f6bd00;color:#111;border-radius:4px;width:23px;height:23px;display:grid;place-items:center;font-weight:800}.t35-top-bonus article>img{width:143px;height:120px;border-radius:8px;object-fit:cover}.t35-top-bonus h3{font-size:18px;margin:0 0 9px}.t35-top-bonus h3 small{font-size:11px;color:#e49500;background:#fff1c4;border-radius:5px;padding:4px 7px;margin-left:8px}.t35-top-bonus p{font-size:14px;line-height:1.35;margin:0 0 12px}.t35-top-bonus footer{font-size:12px;color:#646875}.t35-top-bonus aside{border-left:1px solid #eee;padding-left:21px;font-size:12px;display:flex;flex-direction:column}.t35-top-bonus aside>b{font-size:29px}.t35-top-bonus aside p{font-size:14px;margin:0}.t35-top-bonus aside a{height:34px;border-radius:6px;background:#f6bd00;color:#111;display:grid;place-items:center;text-decoration:none;font-weight:800;font-size:14px;margin-top:auto}.t35-top-bonus aside button{border:0;background:#fff;font-size:13px;padding-top:8px}.t35-bonus-how{height:123px;margin:0 36px 18px;border:1px solid #f7daa0;border-radius:12px;background:#fff9e9;display:grid;grid-template-columns:110px 1fr 170px;align-items:center;padding:15px}.t35-bonus-how img{width:72px;height:72px;object-fit:contain;justify-self:center}.t35-bonus-how h2{font-size:22px}.t35-bonus-how p{font-size:14px;line-height:1.3;margin:5px 0}.t35-bonus-how a{height:40px;background:#fff0ba;color:#222;border-radius:7px;text-decoration:none;display:grid;place-items:center;font-weight:800}.t35-bonus-tips{margin:0 36px 18px;display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.t35-bonus-tips article{height:165px;border:1px solid #eee;border-radius:10px;display:grid;place-items:center;text-align:center;padding:14px}.t35-bonus-tips img{width:42px;height:42px;object-fit:contain}.t35-bonus-tips b{font-size:16px}.t35-bonus-tips p{font-size:12px;color:#626673;margin:0}.t35-bonus-page+.bottom-nav{background:#fff}.t35-bonus-page+.bottom-nav a{color:#5f6170}.t35-bonus-page+.bottom-nav a.active{color:#f6bd00}
@media(max-width:0px){.t35-bonus-hero{height:143px;padding:19px 24px}.t35-bonus-hero h1{font-size:20px;margin-bottom:8px}.t35-bonus-hero p{font-size:9px}.t35-bonus-hero>img{right:10px;height:142px}.t35-bonus-tabs{height:57px;margin:-2px 18px 12px;border-radius:6px}.t35-bonus-tabs a{font-size:7px;gap:3px}.t35-bonus-tabs img{height:20px;width:20px}.t35-top-bonus{margin:0 18px 11px}.t35-top-bonus .section-title{margin-bottom:6px}.t35-top-bonus h2{font-size:16px}.t35-top-bonus .section-title button{height:24px;border-radius:4px;padding:0 8px;font-size:7px}.t35-top-bonus>div:last-child{gap:5px}.t35-top-bonus article{height:80px;border-radius:6px;padding:6px 9px;grid-template-columns:73px 1fr 103px;gap:8px}.t35-top-bonus article>span{left:4px;top:4px;width:13px;height:13px;border-radius:2px;font-size:7px}.t35-top-bonus article>img{width:72px;height:61px;border-radius:4px}.t35-top-bonus h3{font-size:9px;margin-bottom:4px}.t35-top-bonus h3 small{font-size:6px;margin-left:3px;padding:2px 3px}.t35-top-bonus p{font-size:7px;margin:0 0 5px}.t35-top-bonus footer{font-size:6px}.t35-top-bonus aside{padding-left:9px;font-size:7px}.t35-top-bonus aside>b{font-size:17px}.t35-top-bonus aside p{font-size:7px}.t35-top-bonus aside a{height:21px;border-radius:3px;font-size:8px}.t35-top-bonus aside button{font-size:7px;padding-top:3px}.t35-bonus-how{height:63px;margin:0 18px 9px;border-radius:6px;grid-template-columns:54px 1fr 86px;padding:7px}.t35-bonus-how img{width:39px;height:39px}.t35-bonus-how h2{font-size:11px}.t35-bonus-how p{font-size:7px;margin:2px 0}.t35-bonus-how a{height:25px;border-radius:4px;font-size:8px}.t35-bonus-tips{margin:0 18px 9px;gap:5px}.t35-bonus-tips article{height:84px;border-radius:5px;padding:7px}.t35-bonus-tips img{width:24px;height:24px}.t35-bonus-tips b{font-size:9px}.t35-bonus-tips p{font-size:7px}}

/* 300UI / Template 35 app page. */
.t35-app-hero{height:600px;padding:48px 50px;position:relative;overflow:hidden;background:radial-gradient(circle at 72% 45%,#fff1bf,#fff 54%)}.t35-app-hero h1{font-size:45px;line-height:1.18;margin:0}.t35-app-hero h1 em{display:block;color:#f6b900;font-style:normal;margin-top:8px}.t35-app-hero p{font-size:18px;line-height:1.5;color:#363846;margin:23px 0}.t35-app-hero ul{list-style:none;padding:0;margin-top:38px}.t35-app-hero li{font-size:17px;margin:19px 0}.t35-app-hero li::before{content:'ϟ';display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#fff5ce;color:#f1b000;font-size:26px;margin-right:13px}.t35-app-hero>img{position:absolute;right:14px;bottom:10px;width:52%;height:545px;object-fit:contain}.t35-qr{height:177px;margin:0 51px 38px;border:1px solid #f6ce68;border-radius:12px;background:#fffdf7;display:grid;grid-template-columns:150px 1fr 190px;gap:15px;padding:20px;align-items:center}.t35-qr img{width:130px;height:130px;object-fit:contain;border-radius:8px}.t35-qr h2{font-size:22px}.t35-qr p{font-size:16px;line-height:1.4}.t35-qr button{height:60px;border:0;border-radius:10px;background:#f6bd00;font-size:17px;font-weight:800}.t35-availability{margin:0 36px 28px;border-radius:20px;background:#f8fafc;padding:25px}.t35-availability>h2,.t35-availability>p{text-align:center}.t35-availability>h2{font-size:24px}.t35-availability>p{font-size:16px}.t35-availability>div{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:29px}.t35-availability>div article{height:260px;border:1px solid #dcefe1;border-radius:14px;padding:25px;display:grid;grid-template-columns:90px 1fr;grid-template-rows:1fr 55px;gap:4px 17px;background:#fbfffb}.t35-availability>div article:last-child{border-color:#d5e5ff;background:#f9fbff}.t35-availability>div article>img{width:80px;height:80px;object-fit:contain;border-radius:50%;background:#dff6df;padding:18px}.t35-availability>div article:last-child>img{background:#e5f0ff}.t35-availability h3{font-size:19px;margin:10px 0}.t35-availability>div article p{font-size:16px;line-height:1.4;margin:0}.t35-availability>div article a{grid-column:1/3;display:grid;place-items:center;border-radius:9px;background:#48bd57;color:#fff;text-decoration:none;font-size:18px;font-weight:800}.t35-availability>div article:last-child a{background:#377af0}.t35-availability>section{height:315px;margin-top:26px;border-radius:17px;background:#eff7ff;display:grid;grid-template-columns:270px 1fr;gap:25px;overflow:hidden}.t35-availability>section>img{width:265px;height:315px;object-fit:cover}.t35-availability>section>div{padding:45px 0}.t35-availability>section h2{font-size:25px}.t35-availability>section ul{list-style:none;padding:0}.t35-availability>section li{font-size:15px;margin:13px 0}.t35-availability>section li::before{content:'✓';color:#2881ee;border:1px solid #2881ee;border-radius:50%;font-size:10px;margin-right:13px;padding:1px 4px}.t35-app-page+.bottom-nav{background:#fff}.t35-app-page+.bottom-nav a{color:#5f6170}.t35-app-page+.bottom-nav a.active{color:#2876ef}
@media(max-width:0px){.t35-app-hero{height:303px;padding:24px 25px}.t35-app-hero h1{font-size:23px}.t35-app-hero h1 em{margin-top:4px}.t35-app-hero p{font-size:9px;margin:12px 0}.t35-app-hero ul{margin-top:18px}.t35-app-hero li{font-size:9px;margin:9px 0}.t35-app-hero li::before{width:20px;height:20px;font-size:15px;margin-right:6px}.t35-app-hero>img{right:6px;bottom:5px;width:52%;height:275px}.t35-qr{height:90px;margin:0 25px 20px;border-radius:6px;grid-template-columns:75px 1fr 95px;gap:7px;padding:10px}.t35-qr img{width:65px;height:65px;border-radius:4px}.t35-qr h2{font-size:12px}.t35-qr p{font-size:8px}.t35-qr button{height:31px;border-radius:5px;font-size:9px}.t35-availability{margin:0 18px 14px;border-radius:10px;padding:13px}.t35-availability>h2{font-size:15px}.t35-availability>p{font-size:9px}.t35-availability>div{gap:12px;margin-top:14px}.t35-availability>div article{height:132px;border-radius:7px;padding:12px;grid-template-columns:44px 1fr;grid-template-rows:1fr 27px;gap:2px 8px}.t35-availability>div article>img{width:40px;height:40px;padding:8px}.t35-availability h3{font-size:10px;margin:4px 0}.t35-availability>div article p{font-size:8px}.t35-availability>div article a{border-radius:4px;font-size:10px}.t35-availability>section{height:159px;margin-top:13px;border-radius:8px;grid-template-columns:135px 1fr;gap:12px}.t35-availability>section>img{width:132px;height:159px}.t35-availability>section>div{padding:20px 0}.t35-availability>section h2{font-size:13px}.t35-availability>section li{font-size:8px;margin:7px 0}.t35-availability>section li::before{font-size:6px;margin-right:5px;padding:1px 2px}}
