:root{--primary: #e8005a;--primary-dark: #b80049;--primary-soft: #ffe5ef;--teal: #007c78;--teal-dark: #005f5c;--yellow: #ffd43b;--orange: #ff6a00;--ink: #151515;--body: #3f4147;--muted: #6f737a;--mist: #a9adb4;--line: #e4e5e8;--canvas: #f5f5f6;--paper: #ffffff;--charcoal: #17191f;--radius: 8px;--shadow: 0 1px 2px rgba(21, 21, 21, .06), 0 12px 28px rgba(21, 21, 21, .07);--ui-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--ui-font);color:var(--ink);background:var(--canvas)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0;color:var(--ink);background:var(--canvas);overflow-x:hidden}a{color:inherit}button,input,select{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}.site-header{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:minmax(230px,auto) minmax(0,1fr);align-items:center;gap:clamp(16px,3vw,38px);min-height:66px;padding:10px clamp(18px,4vw,52px);background:#fffffff0;border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:10px;min-width:0;text-decoration:none}.brand-mark{display:block;flex:0 0 auto;width:42px;height:42px;object-fit:contain}.brand-copy{display:grid;gap:1px;min-width:0;line-height:1.05}.brand-name{color:var(--ink);font-size:24px;font-weight:920}.brand-subtitle{overflow:hidden;color:var(--muted);font-size:12px;font-weight:760;text-overflow:ellipsis;white-space:nowrap}.site-header nav{display:flex;flex-wrap:nowrap;justify-content:flex-end;gap:clamp(16px,2.6vw,30px);min-width:0}.site-header nav a{color:var(--body);text-decoration:none;font-size:13px;font-weight:820;white-space:nowrap}.site-header nav a:hover{color:var(--primary)}.hero,.country-hero,.content-section,.method-section,.country-context{max-width:1240px;margin:0 auto;padding-right:clamp(16px,4vw,32px);padding-left:clamp(16px,4vw,32px)}.hero,.country-hero{display:grid;align-items:center;gap:clamp(24px,5vw,60px);padding-top:clamp(26px,4vw,54px);padding-bottom:clamp(22px,4vw,44px)}.hero{grid-template-columns:minmax(320px,1fr) minmax(360px,.82fr)}.country-hero{grid-template-columns:minmax(0,1fr) minmax(300px,390px);align-items:end}.hero-copy,.country-hero-copy{min-width:0}.eyebrow{margin:0 0 10px;color:var(--teal);font-size:12px;font-weight:920;text-transform:uppercase}h1{max-width:840px;margin-bottom:18px;color:var(--ink);font-size:clamp(42px,5vw,64px);font-weight:940;line-height:.96;letter-spacing:0}.hero-title span{display:block}.country-hero h1{max-width:920px;font-size:clamp(40px,4.8vw,62px)}h2{margin-bottom:10px;color:var(--ink);font-size:clamp(30px,3.6vw,46px);font-weight:910;line-height:1.02;letter-spacing:0}h3{margin-bottom:8px;color:var(--ink);font-size:20px;font-weight:900;line-height:1.16}.hero-lede,.section-heading p,.content-section>p{max-width:760px;color:var(--body);font-size:18px;line-height:1.5}.hero-chips{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0 18px}.hero-chips a{display:inline-flex;align-items:center;min-height:38px;padding:8px 12px;color:var(--ink);text-decoration:none;background:var(--paper);border:1px solid var(--line);border-radius:999px;font-size:13px;font-weight:840}.hero-chips a:first-child{background:var(--yellow);border-color:var(--ink)}.hero-chips a:hover{border-color:var(--primary);color:var(--primary)}.verdict-panel,.country-verdict{background:var(--paper);border:1px solid var(--line);border-top:5px solid var(--yellow);border-radius:var(--radius);box-shadow:var(--shadow)}.verdict-panel{display:grid;grid-template-columns:minmax(0,1fr) 118px;gap:14px;max-width:680px;padding:16px}.verdict-copy{min-width:0}.verdict-thumb{display:block;width:118px;height:112px;object-fit:cover;border:1px solid var(--line);border-radius:var(--radius)}.verdict-panel span,.country-verdict span,.country-context span,.country-check span,.shop-list-card span,.pick-card-head span,.pick-card>span,.source-card span,.video-copy span{display:inline-flex;color:var(--teal);font-size:12px;font-weight:920;text-transform:uppercase}.verdict-panel strong{display:block;font-size:28px;font-weight:930;line-height:1.05}.verdict-panel p,.country-verdict p,.country-context p,.country-check p,.shop-list-card p,.source-card p,.video-card p,.channel-card p{margin:0;color:var(--body);line-height:1.5}.verdict-panel p{margin-top:8px}.verdict-panel dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;grid-column:1 / -1;margin:0}.verdict-panel dl div{min-width:0;padding:10px;background:var(--canvas);border:1px solid var(--line);border-radius:var(--radius)}.verdict-panel dt{color:var(--muted);font-size:12px;font-weight:760}.verdict-panel dd{margin:5px 0 0;color:var(--ink);font-size:18px;font-weight:920;font-variant-numeric:tabular-nums}.hero-actions,.country-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.button-primary,.button-secondary,.card-actions a,.card-actions button,.video-card a,.source-card a{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 16px;border-radius:var(--radius);text-decoration:none;font-weight:860}.button-primary{color:var(--paper);background:var(--primary);border:1px solid var(--primary)}.button-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.button-secondary{color:var(--ink);background:var(--paper);border:1px solid var(--line)}.button-secondary:hover{border-color:var(--ink)}.hero-media{margin:0}.hero-media img{display:block;width:100%;height:clamp(300px,40vh,450px);object-fit:cover;border:1px solid var(--line);border-radius:var(--radius);box-shadow:8px 8px 0 var(--primary-soft)}.hero-media figcaption{margin-top:10px;color:var(--muted);font-size:13px;line-height:1.4}.country-verdict{padding:22px}.country-verdict span{margin-bottom:8px}.country-verdict strong{display:block;margin-bottom:10px;font-size:28px;font-weight:930;line-height:1.08}.country-context{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding-top:8px;padding-bottom:18px}.country-context article,.country-check,.shop-list-card,.source-card,.video-card,.channel-card,.product-card,.filter-panel,.recommendation-strip,.compare-drawer,.scenario-card{min-width:0;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius)}.country-context article,.country-check,.shop-list-card{padding:18px}.country-context span,.country-check span,.shop-list-card span{margin-bottom:8px}.content-section,.method-section{padding-top:clamp(34px,5vw,62px);padding-bottom:clamp(34px,5vw,62px);scroll-margin-top:86px}.product-section{padding-top:22px}.section-heading{display:grid;grid-template-columns:minmax(150px,.28fr) minmax(0,.72fr);gap:22px;align-items:start;margin-bottom:20px}.section-heading .eyebrow{margin-top:8px}.pick-grid,.video-grid,.source-grid,.country-check-grid,.country-shop-layout,.channel-grid,.ownership-grid,.market-grid,.decision-path,.scenario-grid,.country-switcher{display:grid;gap:14px}.pick-grid,.video-grid,.source-grid,.country-check-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pick-card{display:grid;gap:12px;padding:14px;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);box-shadow:none}.pick-card:hover{border-color:#e8005a59;box-shadow:var(--shadow)}.pick-image{display:block;width:100%;height:176px;padding:12px;object-fit:contain;object-position:center;background:var(--canvas);border:1px solid var(--line);border-radius:var(--radius)}.pick-card-head,.product-buy-row,.product-signal-row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.pick-card-head strong{flex:0 0 auto;padding:5px 8px;color:var(--ink);background:var(--yellow);border:1px solid var(--ink);border-radius:999px;font-size:12px;font-weight:930}.product-buy-row{padding:10px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.product-buy-row strong{color:var(--primary);font-size:22px;font-weight:940;font-variant-numeric:tabular-nums}.product-buy-row span,.product-signal-row span{color:var(--muted);font-size:12px;font-weight:820}.product-signal-row span{padding:6px 8px;background:var(--canvas);border:1px solid var(--line);border-radius:999px}.pick-usecase{display:grid;gap:10px;margin:0}.pick-usecase div{padding-top:10px;border-top:1px solid var(--line)}.pick-usecase dt,.market-card dt,.metrics dt,.label,.recommendation-strip .label{color:var(--muted);font-size:11px;font-weight:900;text-transform:uppercase}.pick-usecase dd{margin:5px 0 0;color:var(--body);line-height:1.42}.pick-card ul{display:flex;flex-wrap:wrap;gap:6px;padding:0;margin:0;list-style:none}.pick-card li,.market-card li,.channel-card li,.shop-list-card li,.badges span{padding:6px 8px;color:var(--body);background:var(--canvas);border:1px solid var(--line);border-radius:999px;font-size:12px;font-weight:780}.evidence-section{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line);box-shadow:0 0 0 100vmax var(--paper);clip-path:inset(0 -100vmax)}.video-grid{align-items:stretch;margin-bottom:20px}.source-grid{align-items:stretch}.video-card,.source-card,.channel-card{padding:14px}.video-card{display:grid;grid-template-rows:auto minmax(0,1fr);gap:14px;overflow:hidden}.video-copy{display:grid;grid-template-rows:auto minmax(2.35em,auto) minmax(4.5em,auto) auto;gap:8px;min-height:0}.video-frame,.compact-video-frame{position:relative;display:grid;place-items:center;width:100%;overflow:hidden;background:#101114;border:1px solid #101114;border-radius:var(--radius)}.video-frame{height:clamp(620px,54vw,760px)}.compact-video-frame{height:clamp(580px,52vw,720px);margin-bottom:14px}.tiktok-player{display:block;width:min(100%,390px);height:100%;min-height:100%;overflow:hidden;background:var(--paper);border:0}.video-loader{position:relative;display:block;width:min(100%,390px);height:100%;padding:0;overflow:hidden;background:#101114;border:0;border-radius:var(--radius)}.video-loader:after{position:absolute;inset:0;content:"";background:#00000029}.video-poster{display:block;width:100%;height:100%;object-fit:cover}.play-badge{position:absolute;right:14px;bottom:14px;z-index:2;display:inline-flex;align-items:center;min-height:42px;padding:10px 13px;color:var(--paper);background:var(--primary);border:1px solid rgba(255,255,255,.72);border-radius:999px;box-shadow:0 10px 24px #0000003d;font-size:13px;font-weight:920}.play-badge:before{width:0;height:0;margin-right:8px;content:"";border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:9px solid currentColor}.video-fallback-link,.video-card a,.source-card a,.card-actions a{color:var(--paper);background:var(--teal);border:1px solid var(--teal)}.video-card a:hover,.source-card a:hover,.card-actions a:hover{background:var(--teal-dark);border-color:var(--teal-dark)}.video-copy span,.source-card span{margin-bottom:8px}.source-card{display:grid;grid-template-rows:auto minmax(2.35em,auto) minmax(4.5em,auto) auto;gap:8px;min-height:100%}.source-card h3,.video-card h3{margin-bottom:0;display:-webkit-box;min-height:2.35em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.source-card p,.video-card p{display:-webkit-box;min-height:4.5em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3}.source-card a,.video-card a{align-self:end;justify-self:start;margin-top:0}.method-section{display:grid;grid-template-columns:.34fr .66fr;gap:28px;background:var(--canvas)}.method-section ol{display:grid;gap:10px;margin:0;padding-left:24px}.method-section li{padding-left:6px;color:var(--body);line-height:1.5}.country-shop-layout{grid-template-columns:.9fr 1.1fr}.shop-list-card ul{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:0;list-style:none}.site-footer{display:grid;grid-template-columns:minmax(240px,1.45fr) repeat(2,minmax(160px,1fr));gap:clamp(18px,4vw,42px);padding:38px clamp(18px,4vw,52px);color:var(--mist);background:var(--charcoal)}.site-footer p{margin:0;line-height:1.5}.site-footer a{color:var(--paper);text-decoration:none}.site-footer a:hover{color:var(--yellow)}.footer-brand{display:flex;align-items:flex-start}.footer-brand strong,.footer-column span{display:block;margin-bottom:8px;color:var(--paper);font-weight:900}.footer-wordmark{font-size:28px;line-height:1}.footer-wordmark span{color:var(--mist);font-size:13px;font-weight:720}.footer-column{display:grid;align-content:start;gap:7px;font-size:14px}.explorer,.top-picks,.setup-preview,.market-section,.decision-path{max-width:1240px;margin:0 auto;padding:42px clamp(16px,4vw,32px);scroll-margin-top:86px}.explorer-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:16px;align-items:start}.filter-panel,.recommendation-strip,.product-card,.scenario-card,.compare-drawer{padding:16px}.filter-panel{position:sticky;top:86px;display:grid;gap:16px}.panel-title,.mini-heading{display:inline-flex;align-items:center;gap:8px;font-weight:900}.field{display:grid;gap:8px}.field>span,.toggle-row span{color:var(--body);font-size:13px;font-weight:760}select{width:100%;height:44px;padding:0 12px;color:var(--ink);background:var(--paper);border:1px solid var(--line);border-radius:var(--radius)}input[type=range]{width:100%;accent-color:var(--primary)}.toggle-row{display:grid;gap:10px}.toggle-row label{display:flex;align-items:center;gap:9px}.segmented{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.segmented button,.card-actions button{min-height:40px;color:var(--ink);background:var(--paper);border:1px solid var(--line);border-radius:var(--radius)}.segmented button.active,.card-actions button.active{color:var(--paper);background:var(--primary);border-color:var(--primary)}.scenario-note,.best-for{display:flex;gap:10px;padding:12px;background:var(--primary-soft);border-radius:var(--radius)}.scenario-note span,.best-for span,.product-headline,.product-verdict,.watch-outs{color:var(--body)}.recommendation-strip{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,230px);gap:18px;align-items:end;margin-bottom:14px}.recommendation-strip strong{font-size:26px;font-weight:930}.fit-meter{display:grid;gap:10px;padding:12px;background:var(--canvas);border:1px solid var(--line);border-radius:var(--radius)}.fit-meter-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.fit-meter-head span{color:var(--teal);font-weight:860}.fit-meter-head strong{font-size:20px}.fit-track{height:6px;overflow:hidden;background:var(--line);border-radius:999px}.fit-track span{display:block;width:var(--score);height:100%;background:var(--teal)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-card{display:grid;gap:14px}.product-media{position:relative;display:grid;place-items:center;height:176px;overflow:hidden;background:var(--canvas);border:1px solid var(--line);border-radius:var(--radius)}.product-media img{position:absolute;inset:12px;width:calc(100% - 24px);height:calc(100% - 24px);object-fit:contain}.metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0}.metrics div{padding:10px;background:var(--canvas);border:1px solid var(--line);border-radius:var(--radius)}.metrics dd{margin:6px 0 0;font-size:18px;font-weight:900}.badges{display:flex;flex-wrap:wrap;gap:6px}.card-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.scenario-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px}.mini-heading{grid-column:1 / -1}@media(max-width:1040px){.hero,.country-hero,.section-heading,.method-section,.explorer-layout,.recommendation-strip{grid-template-columns:1fr}.site-header{grid-template-columns:auto minmax(0,1fr)}.pick-grid,.video-grid,.source-grid,.country-check-grid,.country-context,.product-grid,.scenario-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.country-shop-layout{grid-template-columns:1fr}.filter-panel{position:static}}@media(max-width:720px){.site-header{grid-template-columns:1fr;gap:10px;padding:10px 16px}.brand{width:100%}.brand-mark{width:38px;height:38px}.brand-name{font-size:23px}.brand-subtitle{font-size:12px}.site-header nav{justify-content:flex-start;gap:18px;width:100%;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.site-header nav::-webkit-scrollbar{display:none}.hero,.country-hero{padding-top:22px;padding-bottom:22px}h1,.country-hero h1{margin-bottom:14px;font-size:38px;line-height:1}h2{font-size:30px}.hero-lede,.section-heading p{font-size:16px;line-height:1.46}.hero-chips{flex-wrap:nowrap;margin-right:-16px;margin-left:-16px;padding:0 16px 4px;overflow-x:auto;scrollbar-width:none}.hero-chips::-webkit-scrollbar{display:none}.hero-chips a{flex:0 0 auto}.hero-media{display:none}.verdict-panel{grid-template-columns:minmax(0,1fr) 86px;padding:12px}.verdict-thumb{width:86px;height:92px}.verdict-panel strong{font-size:23px}.verdict-panel p{font-size:14px}.verdict-panel dl{grid-template-columns:repeat(3,minmax(0,1fr))}.verdict-panel dl div{padding:8px}.verdict-panel dd{font-size:15px}.hero-actions a,.country-actions a{flex:1 1 150px}.country-verdict{padding:18px}.pick-grid,.video-grid,.source-grid,.country-check-grid,.country-context,.product-grid,.scenario-grid,.metrics{grid-template-columns:1fr}.product-section .pick-grid{display:flex;gap:12px;margin-right:-16px;overflow-x:auto;padding:0 16px 6px 0;scroll-snap-type:x mandatory;scrollbar-width:none}.product-section .pick-grid::-webkit-scrollbar{display:none}.product-section .pick-card{flex:0 0 min(84vw,330px);scroll-snap-align:start}.pick-image{height:158px}.product-buy-row strong{font-size:20px}.video-frame,.compact-video-frame{height:min(720px,calc((100vw - 32px)*1.92));min-height:620px}.tiktok-player{width:min(100%,380px)}.method-section{gap:16px}.site-footer{grid-template-columns:1fr}}@media(max-width:420px){h1,.country-hero h1{font-size:34px}.verdict-panel{grid-template-columns:1fr}.verdict-thumb{display:none}.verdict-panel dl{grid-template-columns:1fr}}
