:root{--bg:#08081A;--bg-card:#0F0F2A;--bg-alt:#141432;--accent:#E94560;--accent-dim:rgba(233, 69, 96, 0.15);--cool:#6CA8FF;--cool-dim:rgba(108, 168, 255, 0.14);--green:#27AE60;--green-bg:rgba(39, 174, 96, 0.1);--yellow:#F1C40F;--yellow-bg:rgba(241, 196, 15, 0.1);--red:#E74C3C;--red-bg:rgba(231, 76, 60, 0.1);--blue:#3498DB;--blue-bg:rgba(52, 152, 219, 0.1);--violet:#A78BFA;--violet-bg:rgba(167, 139, 250, 0.10);--text:#E8E8F0;--text-dim:#9999B0;--border:#1E1E40;--mono:'JetBrains Mono', 'Fira Code', 'SF Mono', 'Consolas', monospace;--sans:'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;--display:'Space Grotesk', 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;--header-h:88px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--sans);line-height:1.72;font-feature-settings:'liga' 1,'calt' 1;letter-spacing:-.01em}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.container{max-width:860px;margin:0 auto;padding:0 20px}.container-deal-single{max-width:1240px}.section{padding:40px 0}@media(min-width:1100px){.container-deals-hub{max-width:1240px;padding-left:30px;padding-right:30px}.container-tutos-hub{max-width:1200px;padding-left:30px;padding-right:30px}}h1,h2,h3{font-family:var(--display);font-weight:700;line-height:1.08;letter-spacing:-.035em}h1{font-size:clamp(2rem,4vw,3.1rem);margin-bottom:.65rem}h2{font-size:clamp(1.45rem,2.2vw,2rem);color:var(--accent);margin:2.2rem 0 1rem}h3{font-size:1.12rem;margin:1.5rem 0 .75rem;letter-spacing:-.02em}p{margin-bottom:1rem}.text-dim{color:var(--text-dim)}.text-accent{color:var(--accent)}.text-green{color:var(--green)}.text-sm{font-size:.85rem}.text-xs{font-size:.75rem}.mono{font-family:var(--mono)}.bold{font-weight:700}.site-header{position:sticky;top:0;z-index:60;background:rgba(8,8,26,.82);backdrop-filter:blur(16px);border-bottom:1px solid rgba(233,69,96,.35);box-shadow:0 12px 34px rgba(0,0,0,.18)}.site-header .container{max-width:1280px;padding:0 24px}.site-header-inner{display:grid;grid-template-columns:minmax(240px,1fr)auto minmax(240px,1fr);align-items:center;gap:24px;min-height:var(--header-h)}.brand-lockup{display:inline-flex;align-items:center;gap:14px;color:var(--text);text-decoration:none}.brand-lockup:hover{text-decoration:none}.brand-mark{width:42px;height:42px;border-radius:14px;display:block;box-shadow:0 14px 30px rgba(233,69,96,.14);border:1px solid rgba(255,255,255,5%)}.brand-copy{display:flex;flex-direction:column;gap:1px;min-width:0}.brand-word{font-family:var(--display);font-size:1.02rem;font-weight:700;letter-spacing:.08em;color:#fff;line-height:1}.brand-tagline{font-size:.74rem;color:var(--text-dim);letter-spacing:.02em;line-height:1.2}.site-nav{display:flex;align-items:center;justify-content:center;justify-self:center;gap:8px;flex-wrap:wrap}.site-nav a{color:#c0c1d8;font-size:.92rem;font-weight:650;padding:10px 12px;border-radius:12px;transition:color .18s ease,background-color .18s ease,transform .18s ease}.site-nav a:hover{color:#fff;background:rgba(255,255,255,4%);text-decoration:none}.site-nav a.is-active{color:#fff;background:linear-gradient(180deg,rgba(233,69,96,.18),rgba(233,69,96,8%));box-shadow:inset 0 0 0 1px rgba(233,69,96,.28)}.site-header-badge{justify-self:end;display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;background:rgba(255,255,255,3%);border:1px solid rgba(255,255,255,6%);color:var(--text-dim);font-size:.76rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.site-header-badge::before{content:'';width:8px;height:8px;border-radius:999px;background:linear-gradient(180deg,#ff6b83,var(--accent));box-shadow:0 0 18px rgba(233,69,96,.45)}.site-nav a:focus-visible,.brand-lockup:focus-visible{outline:2px solid rgba(233,69,96,.75);outline-offset:3px}.nav-toggle{display:none;appearance:none;background:0 0;border:none;cursor:pointer;padding:8px;margin:-8px;width:44px;height:44px;flex-direction:column;align-items:center;justify-content:center;gap:5px;border-radius:10px;transition:background-color .18s ease}.nav-toggle:hover{background:rgba(255,255,255,6%)}.nav-toggle:focus-visible{outline:2px solid rgba(233,69,96,.75);outline-offset:2px}.nav-toggle-bar{display:block;width:20px;height:2px;border-radius:2px;background:#e8e8f0;transition:transform .25s ease,opacity .2s ease;pointer-events:none}.is-menu-open .nav-toggle-bar:nth-child(1){transform:translateY(7px)rotate(45deg)}.is-menu-open .nav-toggle-bar:nth-child(2){opacity:0;transform:scaleX(0)}.is-menu-open .nav-toggle-bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media(max-width:768px){.site-header .container{padding:0 14px}.site-header-inner{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:56px;padding:0;gap:12px}.brand-lockup{gap:10px;flex-shrink:0}.brand-mark{width:36px;height:36px;border-radius:11px}.brand-word{font-size:.94rem}.brand-tagline{display:none}.site-header-badge{display:none}.nav-toggle{display:flex}.site-nav{position:absolute;top:calc(100% + 6px);right:0;left:auto;z-index:59;width:min(252px,calc(100vw - 24px));flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:0;background:rgba(8,8,26,.97);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,8%);border-radius:16px;box-shadow:0 16px 34px rgba(0,0,0,.34);max-height:0;overflow:hidden;opacity:0;transform-origin:top right;transition:max-height .28s ease,opacity .2s ease,padding .28s ease}.is-menu-open .site-nav{max-height:288px;opacity:1;padding:6px 0 8px}.site-nav a{display:flex;align-items:center;padding:12px 16px;font-size:.92rem;font-weight:650;color:#c0c1d8;border-radius:0;border-left:3px solid transparent;transition:color .15s ease,background-color .15s ease,border-color .15s ease}.site-nav a:hover,.site-nav a:focus{color:#fff;background:rgba(255,255,255,4%);text-decoration:none}.site-nav a.is-active{color:#fff;border-left-color:var(--accent);background:rgba(233,69,96,8%);box-shadow:none}.site-nav a+a{border-top:1px solid rgba(255,255,255,4%)}.page-home .site-header-inner{min-height:56px}.page-home .site-nav{gap:0}.page-home .site-nav a{color:#cbd0e5;border-radius:0;padding:12px 16px}.page-home .site-nav a.is-active{background:rgba(233,69,96,8%);box-shadow:none;border-left-color:var(--accent)}}@media(max-width:420px){.site-header-inner{min-height:50px}.brand-mark{width:32px;height:32px;border-radius:9px}.brand-word{font-size:.88rem;letter-spacing:.06em}.site-nav{width:min(236px,calc(100vw - 18px));top:calc(100% + 4px)}}@media(max-width:1200px){.site-header .container{max-width:1180px}.site-header-inner{grid-template-columns:auto 1fr auto;gap:18px}}@media(max-width:940px){.site-header .container{padding:0 16px}.site-header-inner{grid-template-columns:auto 1fr;gap:14px;min-height:76px}.site-header-badge{display:none}.brand-tagline{display:none}}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:20px 24px;margin-bottom:16px}.card.prose,.card.prose-card,.guide-content.prose-card{min-width:0;max-width:100%}.card-alt{background:var(--bg-alt)}.tag{display:inline-block;font-size:.75rem;font-weight:700;padding:3px 10px;border-radius:20px;border:1px solid}.tag-accent{color:var(--accent);border-color:rgba(233,69,96,.3);background:var(--accent-dim)}.tag-green{color:var(--green);border-color:rgba(39,174,96,.3);background:var(--green-bg)}.tag-blue{color:var(--blue);border-color:rgba(52,152,219,.3);background:var(--blue-bg)}.tag-yellow{color:var(--yellow);border-color:rgba(241,196,15,.3);background:var(--yellow-bg)}.trust-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:4px;font-size:.7rem;font-weight:700;white-space:nowrap}.trust-high{background:var(--green-bg);color:var(--green)}.trust-mid{background:var(--yellow-bg);color:var(--yellow)}.trust-low{background:var(--red-bg);color:var(--red)}.vendor-badge{font-size:.6rem;font-weight:700;padding:1px 6px;border-radius:3px;text-transform:uppercase;letter-spacing:.5px}.vendor-direct{color:var(--green);background:var(--green-bg)}.vendor-marketplace{color:var(--yellow);background:var(--yellow-bg)}.vendor-comparator{color:var(--blue);background:var(--blue-bg)}.link-badge{font-size:.6rem;color:var(--text-dim);opacity:.8}.offer-row{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid var(--border);flex-wrap:wrap}.offer-row.recommended{background:var(--accent-dim)}.offer-row:last-child{border-bottom:none}.offer-vendor{min-width:120px}.offer-price{font-weight:900;font-size:1.1rem;color:var(--accent);min-width:80px}.offer-details{flex:1;min-width:80px}.offer-row .cta{margin-left:auto}.cta{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;border-radius:4px;font-size:.8rem;font-weight:700;text-decoration:none;cursor:pointer;transition:opacity .15s}.cta:hover{opacity:.85;text-decoration:none}.cta-primary{background:var(--accent);color:#fff}.cta-secondary{background:0 0;color:var(--accent);border:1px solid rgba(233,69,96,.4)}.component-header{padding:18px 24px;cursor:pointer;display:flex;align-items:center;gap:16px}.component-header:hover{background:rgba(255,255,255,2%)}.component-num{background:var(--accent-dim);color:var(--accent);font-weight:900;font-size:.85rem;width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.component-body{padding:0 24px 24px;border-top:1px solid var(--border)}.specs{font-family:var(--mono);font-size:.8rem;color:var(--text-dim);padding:12px 0 16px}.section-label{font-size:.7rem;text-transform:uppercase;letter-spacing:1.5px;color:var(--accent);font-weight:700;margin-bottom:8px}.alert{border-radius:4px;padding:12px 16px;margin:12px 0;font-size:.85rem}.alert-warn{background:var(--yellow-bg);border:1px solid rgba(241,196,15,.3);color:var(--yellow)}.alert-info{background:var(--blue-bg);border:1px solid rgba(52,152,219,.3);color:var(--blue)}.alert-accent{background:var(--accent-dim);border:1px solid rgba(233,69,96,.3)}.freshness{background:var(--accent-dim);border:1px solid rgba(233,69,96,.3);border-radius:4px;padding:8px 14px;display:flex;align-items:center;gap:8px;font-size:.8rem;margin-bottom:20px}.freshness strong{color:var(--accent)}.total-box{background:linear-gradient(135deg,rgba(233,69,96,.12),var(--bg-card));border:2px solid var(--accent);border-radius:8px;padding:24px 28px;margin:32px 0}.total-price{font-size:2.2rem;font-weight:900;color:var(--accent);font-family:var(--sans)}a:focus-visible,button:focus-visible,summary:focus-visible,.cta:focus-visible{outline:2px solid rgba(233,69,96,.85);outline-offset:2px;border-radius:8px}@media(max-width:640px){h1{font-size:1.5rem}.offer-row{gap:6px}.container{padding:0 12px}.total-price{font-size:1.6rem}}.container-guide{max-width:1260px;margin:0 auto;padding:0 20px}.guide-page{padding-bottom:40px}.guide-layout{max-width:1260px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr)336px;gap:28px;align-items:start}.guide-main{min-width:0}.guide-sidebar{position:relative;min-width:0}.guide-sidebar-card{position:sticky;top:calc(var(--header-h) + 18px);background:linear-gradient(180deg,rgba(15,15,42,.98),rgba(8,8,26,.98));border:1px solid var(--border);border-radius:16px;padding:18px;box-shadow:0 14px 36px rgba(0,0,0,.26)}.guide-kicker{font-family:var(--display);font-size:.74rem;text-transform:uppercase;letter-spacing:1.9px;color:var(--accent);font-weight:700;margin-bottom:8px}.guide-subtitle{max-width:65ch}.guide-hero{display:grid;gap:14px}.guide-hero-media{border-radius:16px;overflow:hidden;border:1px solid var(--border);background:radial-gradient(circle at top,rgba(233,69,96,8%),rgba(15,15,42,.96));aspect-ratio:16/5.2}.guide-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}.guide-page--single .guide-hero-media{aspect-ratio:16/4.9}.guide-page--single .guide-hero-media img{object-fit:contain;object-position:center;padding:10px 18px;transform:scale(1.1)}.guide-hero-copy{margin-bottom:0;border-radius:14px}.guide-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}.guide-content.prose-card{padding:24px 28px;border-radius:14px}.guide-content.prose-card h2{margin-top:1.85rem}.guide-content.prose-card ul,.guide-content.prose-card ol{margin:0 0 1rem 1.2rem;color:var(--text)}.guide-content.prose-card li{margin-bottom:.45rem}.guide-content.prose-card strong{color:#fff}.prose pre,.prose-card pre{max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;margin:1rem 0;padding:14px 16px;border:1px solid rgba(233,69,96,.14);border-radius:10px;background:rgba(8,8,26,.92);white-space:pre;word-break:normal;overflow-wrap:normal}.prose pre code,.prose-card pre code{display:block;width:max-content;min-width:100%;font-family:var(--mono);font-size:.84rem;line-height:1.6;white-space:inherit;word-break:inherit;overflow-wrap:inherit}.prose .highlight,.prose-card .highlight{max-width:100%;overflow-x:auto;border-radius:10px}.prose .highlight pre,.prose-card .highlight pre{margin:0;overflow:visible;border:0;border-radius:inherit;background:0 0}.prose :not(pre)>code,.prose-card :not(pre)>code{font-family:var(--mono);font-size:.92em;padding:.16em .42em;border-radius:6px;background:rgba(255,255,255,4%);border:1px solid rgba(255,255,255,6%);white-space:normal;word-break:break-word}@media(max-width:640px){.prose pre,.prose-card pre{padding:12px 14px;border-radius:8px}.prose pre code,.prose-card pre code{font-size:.8rem}}.guide-inline-buy{margin-top:0;border-radius:14px}.hermes-article-page{--hermes-reading-width:68ch}.hermes-article-title{max-width:920px;margin:0 0 1rem}.hermes-article-body{padding:26px 30px}.hermes-article-body,.hermes-article-body li{color:#d6d7e6}.hermes-article-body>*+*{margin-top:1rem}.hermes-article-body>:first-child{margin-top:0}.hermes-article-body h2,.hermes-article-body h3,.hermes-article-body h4,.hermes-article-body p,.hermes-article-body ul,.hermes-article-body ol,.hermes-article-body blockquote{max-width:var(--hermes-reading-width)}.hermes-article-body h2{margin-top:2.65rem;margin-bottom:.9rem}.hermes-article-body h3{font-size:1.22rem;margin-top:1.8rem;margin-bottom:.7rem;color:#f3f3f8}.hermes-article-body p,.hermes-article-body ul,.hermes-article-body ol{font-size:1rem;line-height:1.8}.hermes-article-body p{margin-bottom:1.05rem}.hermes-article-body ul,.hermes-article-body ol{margin:0 0 1.1rem 1.2rem;padding:0}.hermes-article-body li{margin-bottom:.6rem}.hermes-article-body li>ul,.hermes-article-body li>ol{margin-top:.55rem;margin-bottom:.3rem}.hermes-article-body strong{color:#f3f3f8;font-weight:650}.hermes-article-body blockquote{margin:1.3rem 0;padding:1rem 1.1rem 1rem 1.2rem;border-left:3px solid rgba(233,69,96,.7);border-radius:0 12px 12px 0;background:linear-gradient(180deg,rgba(255,255,255,.028),rgba(255,255,255,.018));color:#ececf5}.hermes-article-body blockquote>:last-child{margin-bottom:0}.hermes-article-body blockquote p{color:inherit}.hermes-article-body a{text-underline-offset:.18em;text-decoration-thickness:1px}.hermes-article-body .tek-schema{max-width:100%;margin:2rem 0;padding:1rem;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(255,255,255,.025);overflow-x:auto;-webkit-overflow-scrolling:touch}.hermes-article-body .tek-schema svg{display:block;width:100%;height:auto;min-width:760px}.hermes-article-body .tek-schema figcaption{margin-top:.75rem;color:rgba(243,243,248,.68);font-size:.92rem;line-height:1.45;text-align:center}.hermes-article-body table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-collapse:collapse;border-spacing:0;color:#d6d7e6;font-size:.95rem;line-height:1.55}.hermes-article-body thead{background:rgba(255,255,255,.045)}.hermes-article-body th,.hermes-article-body td{padding:.72rem .82rem;border:1px solid rgba(255,255,255,.1);text-align:left;vertical-align:top}.hermes-article-body th{color:#f3f3f8;font-weight:650}.hermes-article-body tbody tr:nth-child(even){background:rgba(255,255,255,.018)}.hermes-article-body .highlight,.hermes-article-body pre,.hermes-article-body table,.hermes-article-body .table-wrapper{max-width:100%}@media(max-width:768px){.hermes-article-title{max-width:none}.hermes-article-body{padding:20px 18px}.hermes-article-body h2,.hermes-article-body h3,.hermes-article-body h4,.hermes-article-body p,.hermes-article-body ul,.hermes-article-body ol,.hermes-article-body blockquote{max-width:none}.hermes-article-body h2{margin-top:2.3rem}.hermes-article-body h3{font-size:1.16rem}.hermes-article-body p,.hermes-article-body ul,.hermes-article-body ol{line-height:1.75}.hermes-article-body blockquote{padding:.95rem .95rem .95rem 1rem}}@media(max-width:640px){.hermes-article-body .tek-schema{margin:1.5rem 0;padding:.75rem}.hermes-article-body .tek-schema svg{min-width:720px}.hermes-article-body .tek-schema figcaption{font-size:.85rem;text-align:left}.hermes-article-body table{font-size:.88rem}.hermes-article-body th,.hermes-article-body td{padding:.62rem .68rem}}.guide-inline-buy-head{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:8px}.guide-inline-title{margin:0;color:var(--text);font-size:1.08rem}.guide-inline-total{font-family:var(--display);font-weight:700;font-size:1.62rem;color:var(--accent)}.guide-inline-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}.trust-legend{display:inline-flex;align-items:center;gap:6px}.trust-legend-label{font-size:.72rem;color:var(--text-dim)}.component-shell{padding:0;overflow:hidden;border-radius:14px}.component-head-copy{flex:1;min-width:0}.component-cat{text-transform:uppercase;letter-spacing:1.5px}.component-name{font-size:1rem}.component-head-meta{text-align:right;flex-shrink:0}.component-head-vendor{justify-content:flex-end}.component-chevron{color:var(--text-dim);font-size:1rem;transition:transform .18s ease}details[open]>summary .component-chevron{transform:rotate(180deg)}summary::-webkit-details-marker{display:none}.offer-stack{border:1px solid var(--border);border-radius:10px;overflow:hidden}.verdict-card{border-color:rgba(233,69,96,.35);background:linear-gradient(180deg,#0f0f2a,#141432);border-radius:14px}.sidebar-switcher{display:grid;grid-template-columns:auto minmax(0,1fr)auto;gap:8px;align-items:center;margin-bottom:14px}.sidebar-nav-btn{appearance:none;border:1px solid var(--border);background:rgba(255,255,255,2%);color:#fff;width:36px;height:36px;border-radius:10px;cursor:pointer;font-weight:700}.sidebar-nav-btn:hover{border-color:rgba(233,69,96,.45);background:rgba(233,69,96,8%)}.sidebar-chip-row{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.sidebar-chip-row::-webkit-scrollbar{display:none}.sidebar-chip{appearance:none;border:1px solid rgba(52,152,219,.28);background:rgba(52,152,219,6%);color:#9cd4ff;font-size:.72rem;font-weight:700;padding:7px 10px;border-radius:999px;white-space:nowrap;cursor:pointer}.sidebar-chip.is-active{background:rgba(233,69,96,.13);border-color:rgba(233,69,96,.48);color:#ffd9e0}.sidebar-current-cat{margin-bottom:4px}.sidebar-title{margin:0 0 8px;font-size:1.18rem;color:var(--text)}.sidebar-price{font-family:var(--display);font-size:2rem;font-weight:700;color:var(--accent);margin:4px 0 8px;letter-spacing:-.03em}.sidebar-vendor-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.sidebar-meta{margin-bottom:10px}.sidebar-actions{display:grid;gap:10px;margin-top:14px}.sidebar-cta{justify-content:center;width:100%}.sidebar-divider{height:1px;background:var(--border);margin:16px 0}.sidebar-bullets{list-style:none;display:grid;gap:8px;margin:0;padding:0}.sidebar-bullets li{color:var(--text);position:relative;padding-left:16px}.sidebar-bullets li::before{content:"•";position:absolute;left:0;color:var(--accent)}.sidebar-help{margin:0}.sidebar-offers{display:grid;gap:12px}.sidebar-offer-row{display:grid;grid-template-columns:minmax(0,1fr)auto;gap:10px;align-items:center}.sidebar-offer-meta{display:grid;justify-items:end;gap:4px}@media(max-width:1180px){.guide-layout{grid-template-columns:minmax(0,1fr)320px;gap:24px}}@media(max-width:1080px){.container-guide{max-width:960px}.guide-layout{grid-template-columns:1fr}.guide-sidebar{display:none}}@media(max-width:640px){.container-guide{padding:0 12px}.guide-content.prose-card{padding:18px 16px}.guide-hero-copy.card{padding:18px 16px}.guide-inline-buy{padding:18px 16px}.guide-inline-buy-head{align-items:flex-start}.guide-inline-total{font-size:1.35rem}.guide-hero-media{aspect-ratio:16/7.4}.guide-page--single .guide-hero-media{aspect-ratio:16/7.1}.guide-page--single .guide-hero-media img{padding:10px 8px;transform:scale(1.04)}.component-header{padding:16px;gap:12px}.component-body{padding:0 16px 18px}.offer-row{gap:8px}.offer-row .offer-vendor{min-width:0;width:100%}.offer-row .offer-details{min-width:0;width:100%}.offer-row .cta{width:100%;justify-content:center;margin-left:0}}.page-home{background:radial-gradient(circle at 84% 10%,rgba(233,69,96,.16),transparent 30%),radial-gradient(circle at 16% 20%,rgba(108,168,255,8%),transparent 24%),linear-gradient(180deg,rgba(11,12,33,.97),#08081a)}.page-home .site-header{background:rgba(7,8,24,.78);border-bottom-color:rgba(255,255,255,7%);box-shadow:0 14px 34px rgba(0,0,0,.22)}.page-home .site-header-inner{min-height:78px}.page-home .site-nav{gap:6px}.page-home .site-nav a{color:#cbd0e5;padding:10px 13px;border-radius:999px}.page-home .site-nav a:hover{background:rgba(255,255,255,.045)}.page-home .site-nav a.is-active{background:linear-gradient(180deg,rgba(255,255,255,6%),rgba(255,255,255,2%));box-shadow:inset 0 0 0 1px rgba(233,69,96,.22),inset 0 -2px rgba(233,69,96,.65)}.page-home .site-header-badge{background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,2%));border-color:rgba(255,255,255,8%);color:#d5d8e7;padding:9px 12px;font-size:.72rem;letter-spacing:.08em}.page-home .brand-mark{box-shadow:0 16px 34px rgba(233,69,96,.16),0 0 0 1px rgba(255,255,255,5%)}.container-home{max-width:1240px;margin:0 auto;padding:0 24px 80px}.home-shell{padding-top:68px;padding-bottom:68px}.home-shell-tight{padding-top:8px;padding-bottom:8px}.home-hero{padding-top:56px;padding-bottom:26px}.home-hero+.home-shell{padding-top:34px}.home-method{padding-top:82px}.home-moves-section{padding-top:54px;padding-bottom:0}.home-kicker,.home-section-kicker,.signal-band-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.72);font-weight:800}.home-kicker::before,.home-section-kicker::before,.signal-band-kicker::before{content:'';width:30px;height:1px;background:linear-gradient(90deg,rgba(233,69,96,.9),rgba(108,168,255,.35))}.hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr)minmax(360px,.92fr);gap:48px;align-items:center}.hero-copy{min-width:0}.home-title{max-width:10.4ch;font-size:clamp(3.5rem,8vw,6.3rem);line-height:.92;letter-spacing:-.07em;margin-bottom:18px;color:#fcfcff}.home-subtitle{max-width:720px;font-size:clamp(1.12rem,2vw,1.42rem);color:#f1f3ff;margin-bottom:14px}.home-lead{max-width:650px;color:#b8bbd4;font-size:1.03rem;line-height:1.78;margin-bottom:30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}.page-home .cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px 12px 22px;border-radius:10px;font-size:.88rem;font-weight:800;text-decoration:none;transition:transform .18s ease,opacity .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.page-home .cta:hover{opacity:1;transform:translateY(-1px);text-decoration:none}.page-home .cta-primary{background:#c73a52;color:#fff;border:1px solid rgba(255,255,255,9%);box-shadow:0 12px 26px rgba(0,0,0,.42),inset 0 1px rgba(255,255,255,.12)}.page-home .cta-primary:hover{background:#b0304a;box-shadow:0 14px 30px rgba(0,0,0,.48),inset 0 1px rgba(255,255,255,.14)}.page-home .cta-secondary{background:rgba(255,255,255,.045);color:#fff;border:1px solid rgba(255,255,255,.18)}.page-home .cta-secondary:hover{background:rgba(255,255,255,8%);border-color:rgba(255,255,255,.28)}.hero-rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hero-rail-item{position:relative;padding:15px 16px 15px 18px;border-radius:18px;background:rgba(255,255,255,.028);border:1px solid rgba(255,255,255,6%);box-shadow:none}.hero-rail-item::before{content:'';position:absolute;left:0;top:12px;bottom:12px;width:2px;border-radius:999px;background:linear-gradient(180deg,rgba(233,69,96,.95),rgba(108,168,255,.45))}.hero-rail-label,.method-step,.entry-label,.case-study-badge,.move-label,.metric-label{display:inline-flex;margin-bottom:10px;font-size:.71rem;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:rgba(255,255,255,.62)}.hero-rail-item strong{display:block;color:#fff;font-size:.95rem;line-height:1.45}.hero-visual{min-width:0}.case-study-card,.trust-block-v2{border:1px solid rgba(255,255,255,8%);box-shadow:0 28px 80px rgba(0,0,0,.28)}.hero-brand{display:flex;align-items:center;justify-content:center;position:relative;padding:24px 0}.hero-brand::before{content:'';position:absolute;width:72%;aspect-ratio:1;border-radius:999px;background:radial-gradient(circle,rgba(233,69,96,.1),transparent 68%);pointer-events:none}.hero-brand-chip{position:relative;z-index:1;width:min(100%,380px);height:auto;filter:drop-shadow(0 22px 48px rgba(0,0,0,.32))drop-shadow(0 0 80px rgba(233,69,96,8%));opacity:.94}.entry-link::after,.case-study-cta::after,.move-item::after{content:'↗';font-size:.9em}.entry-card-v2:hover,.case-study-link:hover,.move-item:hover{text-decoration:none}.signal-band{display:grid;grid-template-columns:240px minmax(0,1fr);gap:18px;align-items:stretch;padding:18px 20px;border-radius:22px;border:1px solid rgba(255,255,255,8%);background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015)),rgba(9,10,28,.84);box-shadow:0 22px 62px rgba(0,0,0,.22)}.signal-band-intro{padding:8px 8px 8px 4px}.signal-band-intro p{color:var(--text-dim);margin:0;font-size:.94rem}.signal-band-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;align-items:stretch}.signal-band-item{position:relative;padding:8px 18px 8px 20px;border-radius:0;border:0;border-left:1px solid rgba(255,255,255,6%);background:0 0}.signal-band-grid>.signal-band-item:first-child{border-left:0;padding-left:18px}.signal-band-item strong{display:block;color:#fff;font-size:.98rem;margin-bottom:6px}.signal-item-label{display:inline-flex;margin-bottom:8px;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.signal-band-item p{margin:0;color:#c4c7dd;font-size:.84rem;line-height:1.52}.signal-band-item.is-warm .signal-item-label{color:#f6d264}.signal-band-item.is-hot .signal-item-label{color:#ff7997}.signal-band-item.is-cool .signal-item-label{color:#97c0ff}.signal-band-item.is-neutral .signal-item-label{color:#d8d9ea}.signal-band-item::before{content:'';position:absolute;left:0;top:10px;bottom:10px;width:2px;border-radius:999px;opacity:.7}.signal-band-item.is-warm::before{background:rgba(241,196,15,.7)}.signal-band-item.is-hot::before{background:rgba(233,69,96,.78)}.signal-band-item.is-cool::before{background:rgba(108,168,255,.78)}.signal-band-item.is-neutral::before{background:rgba(255,255,255,.35)}.home-section-intro{max-width:760px;margin-bottom:28px}.home-section-intro-wide{max-width:900px}.home-section-intro h2{color:#fff;margin:0 0 10px;font-size:clamp(2rem,3.2vw,3.05rem);letter-spacing:-.04em}.home-section-intro p{color:var(--text-dim);margin:0;font-size:1rem}.home-zone{position:relative;padding:30px;border-radius:30px;border:1px solid rgba(255,255,255,7%);overflow:hidden}.home-zone::before{content:'';position:absolute;inset:0 auto auto 0;width:100%;height:1px;opacity:.75}.home-zone-hermes{background:radial-gradient(circle at 18% 0%,rgba(241,196,15,8%),transparent 26%),radial-gradient(circle at 92% 18%,rgba(108,168,255,.1),transparent 30%),linear-gradient(180deg,rgba(16,18,40,.96),rgba(10,11,28,.94));box-shadow:0 22px 64px rgba(0,0,0,.18)}.home-zone-hermes::before{background:linear-gradient(90deg,rgba(241,196,15,.78),rgba(108,168,255,.28),transparent 82%)}.home-zone-deals{background:radial-gradient(circle at 88% 8%,rgba(233,69,96,.12),transparent 30%),linear-gradient(180deg,rgba(18,12,28,.97),rgba(10,9,23,.95));box-shadow:0 24px 68px rgba(0,0,0,.2)}.home-zone-deals::before{background:linear-gradient(90deg,rgba(233,69,96,.84),rgba(255,255,255,.16),transparent 82%)}.home-zone-guides{background:radial-gradient(circle at 12% 0%,rgba(108,168,255,.1),transparent 28%),linear-gradient(180deg,rgba(12,16,34,.97),rgba(9,12,24,.95));box-shadow:0 22px 64px rgba(0,0,0,.18)}.home-zone-guides::before{background:linear-gradient(90deg,rgba(108,168,255,.82),rgba(233,69,96,.16),transparent 82%)}.home-zone .home-section-intro{margin-bottom:24px}.home-zone-signal{display:inline-flex;flex-wrap:wrap;gap:6px;margin-top:14px;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,8%);background:rgba(255,255,255,3%);color:#d7dbef;font-size:.76rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.home-zone-actions{margin-bottom:0}.home-zone-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.home-zone-card{position:relative;display:flex;flex-direction:column;min-height:100%;padding:22px 20px 18px;border-radius:22px;border:1px solid rgba(255,255,255,7%);overflow:hidden;text-decoration:none}.home-zone-card:hover{text-decoration:none}.home-zone-card::before{content:'';position:absolute;inset:0 auto auto 0;width:100%;height:3px;opacity:.95}.home-zone-card::after{content:'';position:absolute;inset:auto -18% -22% auto;width:140px;aspect-ratio:1;border-radius:999px;opacity:.16;filter:blur(28px);pointer-events:none}.home-zone-card-hermes{background:linear-gradient(180deg,rgba(255,255,255,4%),rgba(255,255,255,2%));box-shadow:0 18px 44px rgba(0,0,0,.16)}.home-zone-card-hermes::before{background:linear-gradient(90deg,rgba(241,196,15,.86),rgba(108,168,255,.4),transparent 84%)}.home-zone-card-hermes::after{background:rgba(108,168,255,.3)}.home-zone-card-deals{background:linear-gradient(180deg,rgba(255,255,255,.032),rgba(255,255,255,.016));box-shadow:0 18px 46px rgba(0,0,0,.2)}.home-zone-card-deals::before{background:linear-gradient(90deg,rgba(233,69,96,.92),rgba(255,255,255,.2),transparent 84%)}.home-zone-card-deals::after{background:rgba(233,69,96,.28)}.home-zone-card-guides{background:linear-gradient(180deg,rgba(255,255,255,.036),rgba(255,255,255,.018));box-shadow:0 18px 44px rgba(0,0,0,.16)}.home-zone-card-guides::before{background:linear-gradient(90deg,rgba(108,168,255,.9),rgba(233,69,96,.22),transparent 84%)}.home-zone-card-guides::after{background:rgba(108,168,255,.26)}.home-card-meta{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}.home-card-pill,.home-card-note{display:inline-flex;align-items:center;min-height:28px;padding:6px 10px;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-card-pill{color:#fff}.home-card-note{color:rgba(255,255,255,.76);background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,6%)}.home-zone-card-hermes .home-card-pill{background:rgba(241,196,15,.14);border:1px solid rgba(241,196,15,.24)}.home-zone-card-deals .home-card-pill{background:rgba(233,69,96,.14);border:1px solid rgba(233,69,96,.24)}.home-zone-card-guides .home-card-pill{background:rgba(108,168,255,.14);border:1px solid rgba(108,168,255,.24)}.home-card-trust{display:flex;align-items:baseline;gap:8px;margin:2px 0 12px}.home-card-trust strong{color:#fff;font-size:.9rem;line-height:1.35}.home-card-trust span{color:rgba(255,255,255,.62);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-card-tail{display:inline-flex;align-self:flex-start;margin-top:auto;padding-top:14px;color:rgba(255,255,255,.66);font-size:.76rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.home-zone-card h3{margin-bottom:10px}.home-zone-card p{margin-bottom:0}.method-grid-v2{display:grid;grid-template-columns:minmax(0,1.06fr)repeat(2,minmax(0,.97fr));gap:18px}.entry-grid-v2{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.method-module,.entry-card-v2{border:1px solid rgba(255,255,255,7%);box-shadow:0 18px 48px rgba(0,0,0,.18)}.method-module{position:relative;padding:24px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018));overflow:hidden}.entry-card-v2{position:relative;display:flex;flex-direction:column;min-height:240px;padding:22px;border-radius:22px;color:inherit;text-decoration:none;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018));overflow:hidden}.method-module::before,.entry-card-v2::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;opacity:.9}.method-module-seller::before,.entry-card-deals::before{background:linear-gradient(90deg,#ff7997,rgba(255,255,255,0))}.method-module-config::before,.entry-card-config::before{background:linear-gradient(90deg,#97c0ff,rgba(255,255,255,0))}.method-module-verdict::before,.entry-card-ai::before{background:linear-gradient(90deg,#f6d264,rgba(255,255,255,0))}.method-module h3,.entry-card-v2 h3,.case-study-card h3{font-size:1.3rem;margin:0 0 10px;color:#fff;line-height:1.18}.method-module p,.entry-card-v2 p,.case-study-desc,.case-study-verdict{margin:0;color:var(--text-dim)}.method-grid-v2>.method-module,.method-grid-v2>.card{margin:0}.method-grid-v2>a.method-module,.method-grid-v2>a.card{display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.method-grid-v2>a.method-module:hover,.method-grid-v2>a.card:hover{transform:translateY(-2px);border-color:rgba(233,69,96,.32);box-shadow:0 22px 56px rgba(0,0,0,.28);text-decoration:none}.method-grid-v2>.card:not(.method-module){position:relative;padding:24px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018));border:1px solid rgba(255,255,255,7%);box-shadow:0 18px 48px rgba(0,0,0,.18);overflow:hidden}.method-grid-v2>.card:not(.method-module)::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,rgba(233,69,96,.7),rgba(255,255,255,0));opacity:.85}.method-grid-v2>.card h3{font-size:1.25rem;line-height:1.2;margin:0 0 10px;color:#fff}.method-grid-v2>.card p{margin:0;color:var(--text-dim);font-size:.92rem;line-height:1.55}.hero-actions+.method-grid-v2,.method-grid-v2+.hero-actions{margin-top:1.75rem}.hero-actions+.hero-rail{margin-top:10px}.method-points,.trust-copy-points{display:grid;gap:10px;margin-top:18px}.method-points{padding-left:0;list-style:none}.method-points li,.trust-copy-point{position:relative;padding:0 0 0 18px;border-radius:0;background:0 0;border:0;color:#dde0f1;font-size:.92rem;line-height:1.6}.method-points li::before,.trust-copy-point::before{content:'';position:absolute;left:0;top:.68em;width:7px;height:7px;border-radius:999px;background:linear-gradient(180deg,#ff6f8f,#6CA8FF)}.entry-card-v2::after{content:'';position:absolute;inset:auto -14% -18% auto;width:150px;aspect-ratio:1;border-radius:999px;opacity:.18;filter:blur(30px)}.entry-card-config::after{background:rgba(108,168,255,.34)}.entry-card-deals::after{background:rgba(233,69,96,.32)}.entry-card-ai::after{background:rgba(241,196,15,.2)}.entry-card-deals .entry-flavour{color:#ffd7df}.entry-card-config .entry-flavour{color:#d9e7ff}.entry-card-ai .entry-flavour{color:#fff2bf}.entry-flavour{display:inline-flex;align-self:flex-start;margin-top:auto;margin-bottom:14px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,6%);font-size:.76rem;font-weight:700}.entry-link,.case-study-cta{display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:800;font-size:.91rem}.case-study-link{display:block;text-decoration:none}.case-study-card{display:grid;grid-template-columns:minmax(0,1.16fr)minmax(280px,.84fr);gap:22px 24px;align-items:start;padding:28px;border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,4%),rgba(255,255,255,.018)),rgba(10,11,29,.9)}.case-study-main{min-width:0;padding-right:4px}.case-study-badge{color:#ff7997}.case-study-desc{margin-bottom:16px;color:#eef0ff;font-size:1rem}.case-study-verdict{padding:16px 18px;border-radius:18px;background:rgba(255,255,255,3%);border:1px solid rgba(255,255,255,5%);line-height:1.65}.case-study-side{display:grid;gap:10px}.case-study-point{padding:13px 15px;border-radius:16px;background:rgba(255,255,255,.028);border:1px solid rgba(255,255,255,5%)}.case-study-point strong{display:block;color:#fff;line-height:1.45}.case-study-cta{grid-column:1/-1;align-self:start;padding-top:2px}.trust-block-v2{display:grid;grid-template-columns:minmax(0,1.16fr)minmax(320px,.84fr);gap:28px;padding:30px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,4%),rgba(255,255,255,.018)),rgba(10,11,29,.88)}.trust-block-copy h2{font-size:clamp(2rem,3vw,2.95rem);margin:0 0 14px;letter-spacing:-.04em;color:#fff}.trust-block-copy p{color:var(--text-dim)}.home-trust-actions{margin-top:22px;margin-bottom:0}.trust-block-scale{display:grid;gap:10px}.trust-scale-row{position:relative;display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:start;padding:16px 16px 16px 18px;border-radius:18px;border:1px solid rgba(255,255,255,6%);background:rgba(255,255,255,.028)}.trust-scale-mark{width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.045);font-size:1.1rem}.trust-scale-row strong{display:block;color:#fff;margin-bottom:6px}.trust-scale-row p{margin:0;color:var(--text-dim);line-height:1.5}.trust-scale-green{box-shadow:inset 2px 0 rgba(39,174,96,.38)}.trust-scale-yellow{box-shadow:inset 2px 0 rgba(241,196,15,.42)}.trust-scale-red{box-shadow:inset 2px 0 rgba(231,76,60,.42)}.home-moves-list.v2{display:grid;gap:8px}.move-item{display:grid;grid-template-columns:132px minmax(0,1fr)auto;gap:16px;align-items:center;padding:16px 18px;color:inherit;text-decoration:none;border-radius:16px;border:1px solid rgba(255,255,255,6%);background:rgba(255,255,255,.018);box-shadow:none}.move-item-accent{border-color:rgba(233,69,96,.2);background:rgba(233,69,96,.045)}.move-title{color:#fff;font-weight:700}.move-meta{color:var(--text-dim);font-size:.84rem;white-space:nowrap}@media(max-width:1180px){.hero-grid,.signal-band,.trust-block-v2,.case-study-card{grid-template-columns:1fr}.signal-band-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.signal-band-item{padding:14px 16px 14px 18px;border:1px solid rgba(255,255,255,6%);border-radius:16px;background:rgba(255,255,255,.028)}.signal-band-grid>.signal-band-item:first-child{border-left:1px solid rgba(255,255,255,6%);padding-left:18px}.signal-band-item::before{left:0}.case-study-cta{grid-column:1/-1}}@media(max-width:980px){.container-home{padding:0 18px 64px}.home-shell{padding-top:54px;padding-bottom:54px}.home-shell-tight{padding-top:14px;padding-bottom:14px}.home-hero{padding-top:52px;padding-bottom:22px}.home-hero+.home-shell{padding-top:30px}.home-method{padding-top:0}.home-zone{padding:24px 22px;border-radius:24px}.home-zone-grid{grid-template-columns:1fr;gap:14px}.hero-grid,.method-grid-v2,.entry-grid-v2,.hero-rail,.move-item{grid-template-columns:1fr}.hero-brand{display:none}.signal-band-grid{grid-template-columns:1fr}.hero-rail{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.hero-rail-item{padding:12px 10px 12px 14px;border-radius:14px}.hero-rail-item strong{font-size:.82rem;line-height:1.35}.hero-rail-label{font-size:.62rem;margin-bottom:6px}}@media(max-width:640px){.container-home{padding:0 14px 52px}.home-shell{padding-top:44px;padding-bottom:44px}.home-hero{padding-bottom:18px}.home-hero+.home-shell{padding-top:24px}.home-zone{padding:20px 16px;border-radius:22px}.home-zone .home-section-intro{margin-bottom:20px}.home-zone-signal{margin-top:12px;padding:7px 10px;font-size:.68rem;letter-spacing:.05em}.home-zone-card{padding:18px 16px 16px;border-radius:18px}.home-card-meta{gap:6px;margin-bottom:10px}.home-card-pill,.home-card-note{min-height:25px;padding:5px 9px;font-size:.64rem;letter-spacing:.07em}.home-card-trust{flex-wrap:wrap;gap:6px;margin-bottom:10px}.home-card-trust strong{font-size:.84rem}.home-card-trust span,.home-card-tail{font-size:.68rem;letter-spacing:.06em}.home-card-tail{padding-top:12px}.home-kicker{margin-bottom:20px}.home-title{max-width:100%;font-size:clamp(2.6rem,12vw,4rem);margin-bottom:22px}.home-subtitle{margin-bottom:20px}.home-lead{font-size:.96rem;line-height:1.72;margin-bottom:28px}.hero-actions{flex-direction:column;align-items:stretch;margin-bottom:22px}.cta{width:100%}.signal-band,.method-module,.entry-card-v2,.case-study-card,.trust-block-v2,.move-item{border-radius:20px}.signal-band{padding:14px}.signal-band-item{padding:12px 14px 12px 16px;border-radius:14px}.signal-band-item p{font-size:.8rem;line-height:1.48}.home-section-intro{margin-bottom:22px}.home-section-intro h2{font-size:clamp(1.7rem,7vw,2.4rem)}.method-module{padding:20px 18px}.method-module h3{font-size:1.15rem}.method-grid-v2>.card:not(.method-module){padding:20px 18px;border-radius:20px}.method-grid-v2>.card h3{font-size:1.15rem}.entry-card-v2{min-height:auto;padding:20px 18px}.entry-card-v2 h3{font-size:1.15rem}.case-study-card{padding:22px}.case-study-card h3{font-size:1.15rem}.case-study-verdict{padding:14px 16px;font-size:.92rem}.trust-block-v2{padding:22px 18px}.trust-block-copy h2{font-size:clamp(1.7rem,7vw,2.4rem)}.trust-scale-row{padding:14px 14px 14px 16px;gap:12px}.move-item{padding:15px 16px}.move-meta{white-space:normal}.hero-rail{gap:6px}.hero-rail-item{padding:10px 9px 10px 12px;border-radius:12px}.hero-rail-item::before{top:8px;bottom:8px}.hero-rail-item strong{font-size:.78rem;line-height:1.3}.hero-rail-label{font-size:.58rem;letter-spacing:.1em;margin-bottom:4px}}.deals-hub{position:relative;isolation:isolate}.deals-hub::before{content:'';position:absolute;inset:-80px calc(50% - 50vw)auto;height:520px;pointer-events:none;background:radial-gradient(circle 330px at 12% 8%,rgba(233,69,96,.11),transparent 70%),radial-gradient(circle 360px at 88% 0%,rgba(108,168,255,9%),transparent 70%),linear-gradient(180deg,rgba(12,12,34,.48),rgba(8,8,26,0));opacity:.9;z-index:-1}.deals-hub>.section-label{letter-spacing:2.2px}.deals-hero-panel{display:grid;grid-template-columns:minmax(0,1fr)minmax(250px,.42fr);gap:24px;align-items:stretch;margin-bottom:34px}.deals-hero-copy{position:relative;padding:28px;border-radius:24px;border:1px solid rgba(255,255,255,7%);background:radial-gradient(circle at 8% 0%,rgba(233,69,96,.12),transparent 32%),linear-gradient(180deg,rgba(15,15,42,.94),rgba(9,9,28,.92));box-shadow:0 22px 64px rgba(0,0,0,.2);overflow:hidden}.deals-hero-copy::before,.deal-media-card::before,.deals-method-card::before,.deals-empty-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,rgba(233,69,96,.9),rgba(108,168,255,.22),transparent 82%);opacity:.95}.deals-hero-copy h1{margin-bottom:.85rem;color:#fff;font-size:clamp(2.15rem,4.8vw,3.55rem);letter-spacing:-.055em}.deals-hero-copy p{max-width:690px;margin:0;font-size:1.02rem;line-height:1.62}.deals-hero-stats{display:grid;gap:10px}.deals-hero-stat{display:grid;align-content:center;min-height:92px;padding:18px;border-radius:20px;border:1px solid rgba(255,255,255,7%);background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.016)),rgba(15,15,42,.78);box-shadow:inset 0 1px rgba(255,255,255,.035)}.deals-hero-stat strong{display:block;color:#fff;font-family:var(--display);font-size:clamp(1.35rem,2.8vw,1.9rem);line-height:1;letter-spacing:-.035em}.deals-hero-stat span{display:block;margin-top:7px;color:var(--text-dim);font-size:.74rem;font-weight:800;letter-spacing:.08em;line-height:1.28;text-transform:uppercase}.deals-list{display:grid;gap:16px}@media(min-width:1100px){.container-deals-hub .deal-media-link{grid-template-columns:minmax(230px,.26fr)minmax(0,1fr)}.container-deals-hub .deal-media-desc,.container-deals-hub .deal-media-verdict{max-width:760px}}.deal-media-card{position:relative;border-radius:24px;border:1px solid rgba(255,255,255,.075);background:radial-gradient(circle at 92% 12%,rgba(233,69,96,.1),transparent 30%),linear-gradient(180deg,rgba(16,17,40,.96),rgba(9,10,26,.94));box-shadow:0 22px 58px rgba(0,0,0,.18);overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.deal-media-card:hover{transform:translateY(-2px);border-color:rgba(233,69,96,.3);box-shadow:0 28px 74px rgba(0,0,0,.26)}.deal-media-link{display:grid;grid-template-columns:190px minmax(0,1fr);gap:22px;min-height:186px;padding:18px;color:inherit;text-decoration:none}.deal-media-link:hover{text-decoration:none}.deal-media-thumb{position:relative;align-self:stretch;min-height:150px;border-radius:20px;border:1px solid rgba(255,255,255,9%);background:radial-gradient(circle at 78% 35%,rgba(233,69,96,.26),transparent 35%),radial-gradient(circle at 16% 78%,rgba(108,168,255,.16),transparent 38%),linear-gradient(135deg,rgba(24,31,60,.96),rgba(9,10,24,.98));box-shadow:inset 0 1px rgba(255,255,255,.055),0 18px 38px rgba(0,0,0,.22);overflow:hidden}.deal-media-thumb::after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,6%),transparent 40%),radial-gradient(circle at 18% 18%,rgba(233,69,96,.14),transparent 36%)}.deal-media-thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.06)contrast(1.06)brightness(.92);transform:scale(1.015);transition:transform .22s ease,filter .22s ease}.deal-media-card:hover .deal-media-thumb img{transform:scale(1.045);filter:saturate(1.1)contrast(1.08)brightness(.95)}.deal-media-thumb.is-empty::before{content:'TB';position:absolute;inset:0;display:grid;place-items:center;color:rgba(255,255,255,.18);font-family:var(--display);font-size:2.4rem;font-weight:900;letter-spacing:-.06em}.deal-media-body{display:flex;flex-direction:column;min-width:0;padding:4px 4px 4px 0}.deal-media-topline{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:12px}.deal-status-pill{display:inline-flex;align-items:center;gap:7px;min-height:28px;padding:5px 11px;border-radius:999px;font-size:.68rem;font-weight:900;letter-spacing:.11em;line-height:1.2;text-transform:uppercase}.deal-status-clean{color:#7ee2a5;background:rgba(39,174,96,.11);border:1px solid rgba(39,174,96,.3)}.deal-status-review{color:#f2c75c;background:rgba(241,196,15,.1);border:1px solid rgba(241,196,15,.3)}.deal-status-dot{display:inline-block;width:7px;height:7px;border-radius:999px;background:currentColor;box-shadow:0 0 14px currentColor}.deal-media-body .trust-badge{min-height:28px;padding:5px 10px;border-radius:999px;font-size:.68rem;letter-spacing:.07em}.deal-media-body h2{margin:0 0 9px;color:#fff;font-size:clamp(1.2rem,2.2vw,1.55rem);line-height:1.16;letter-spacing:-.035em}.deal-media-desc{max-width:650px;margin:0 0 14px;color:#aeb5ca;font-size:.92rem;line-height:1.55}.deal-media-facts{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:14px}.deal-media-price{display:inline-flex;align-items:center;min-height:34px;padding:6px 12px;border-radius:12px;color:#fff;background:rgba(233,69,96,.13);border:1px solid rgba(233,69,96,.27);font-family:var(--display);font-size:1.02rem;font-weight:900;letter-spacing:-.02em}.deal-media-price.is-muted{color:var(--text-dim);background:rgba(255,255,255,.035);border-color:rgba(255,255,255,8%)}.deal-media-vendor{display:inline-flex;align-items:center;min-height:34px;padding:6px 11px;border-radius:12px;color:#e8ebf8;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,7%);font-size:.8rem;font-weight:800}.deal-media-facts .vendor-badge{min-height:34px;display:inline-flex;align-items:center;padding:6px 11px;border-radius:12px;font-size:.66rem;letter-spacing:.07em}.deal-media-bottom{display:grid;grid-template-columns:minmax(0,1fr)auto;gap:14px;align-items:end;margin-top:auto;padding-top:12px;border-top:1px solid rgba(255,255,255,.065)}.deal-media-verdict{color:#cbd1e4;font-size:.83rem;line-height:1.45}.deal-media-cta{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:8px 13px;border-radius:12px;color:#fff;background:var(--accent);border:1px solid rgba(255,255,255,8%);font-size:.78rem;font-weight:900;white-space:nowrap;box-shadow:0 14px 32px rgba(233,69,96,.16)}.deal-media-cta::after{content:'→';opacity:.92}.deals-empty-card{position:relative;text-align:center;padding:42px 28px;margin-top:32px;border-radius:22px;border-color:rgba(233,69,96,.18);background:radial-gradient(circle at 50% 0%,rgba(233,69,96,.12),transparent 36%),linear-gradient(180deg,rgba(15,15,42,.98),rgba(8,8,26,.96));overflow:hidden}.deals-empty-card p:first-child{margin-bottom:8px;color:#fff;font-size:1.05rem;font-weight:800}.deals-empty-card .text-dim{max-width:520px;margin:0 auto 20px}.deals-method-card{position:relative;margin-top:58px!important;padding:30px;border-radius:22px;border-color:rgba(255,255,255,7%);background:linear-gradient(180deg,rgba(255,255,255,.028),rgba(255,255,255,.012)),rgba(15,15,42,.7);box-shadow:0 18px 48px rgba(0,0,0,.16);overflow:hidden}.deals-method-card h2{margin-top:2rem;font-size:clamp(1.2rem,2vw,1.55rem)}.deals-method-card h3{font-size:1rem}@media(max-width:760px){.deals-hero-panel{grid-template-columns:1fr;gap:14px;margin-bottom:24px}.deals-hero-copy{padding:24px 20px;border-radius:22px}.deals-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.deals-hero-stat{min-height:82px;padding:13px 10px;border-radius:16px}.deals-hero-stat strong{font-size:1.1rem}.deals-hero-stat span{font-size:.58rem;letter-spacing:.06em}.deal-media-link{grid-template-columns:1fr;gap:0;padding:0}.deal-media-thumb{min-height:214px;border-width:0 0 1px;border-radius:24px 24px 0 0}.deal-media-body{padding:18px}.deal-media-bottom{grid-template-columns:1fr;align-items:start}.deal-media-cta{width:100%;justify-content:center}.deals-method-card{margin-top:44px!important;padding:24px 20px;border-radius:20px}}@media(max-width:520px){.deals-hub::before{height:420px}.deals-hero-copy{padding:22px 16px;border-radius:20px}.deals-hero-copy h1{font-size:clamp(1.75rem,9vw,2.35rem)}.deals-hero-copy p{font-size:.95rem}.deals-hero-stats{grid-template-columns:1fr}.deals-hero-stat{min-height:auto;padding:14px 16px}.deal-media-card{border-radius:20px}.deal-media-thumb{min-height:188px;border-radius:20px 20px 0 0}.deal-media-body{padding:16px}.deal-media-topline,.deal-media-facts{gap:7px}.deal-status-pill,.deal-media-body .trust-badge,.deal-media-facts .vendor-badge,.deal-media-vendor,.deal-media-price{min-height:31px}.deal-media-body h2{font-size:1.18rem}.deal-media-desc{font-size:.88rem}.deals-empty-card{padding:34px 18px;border-radius:20px}.deals-method-card{padding:22px 16px;border-radius:18px}}.deal-single-page{position:relative;isolation:isolate}.deal-single-page::before{content:'';position:absolute;inset:-80px calc(50% - 50vw)auto;height:560px;pointer-events:none;background:radial-gradient(circle 340px at 12% 4%,rgba(233,69,96,.12),transparent 70%),radial-gradient(circle 390px at 90% 2%,rgba(108,168,255,.1),transparent 72%),linear-gradient(180deg,rgba(12,12,34,.52),rgba(8,8,26,0));opacity:.92;z-index:-1}.deal-single-shell{display:grid;gap:28px}.deal-single-hero{display:grid;grid-template-columns:minmax(420px,.95fr)minmax(0,1.05fr);gap:28px;align-items:start}.deal-single-visual{position:relative;min-height:390px;align-self:start;border-radius:28px;border:1px solid rgba(255,255,255,.085);background:radial-gradient(circle at 78% 26%,rgba(233,69,96,.24),transparent 34%),radial-gradient(circle at 16% 78%,rgba(108,168,255,.16),transparent 38%),linear-gradient(135deg,rgba(24,31,60,.98),rgba(9,10,24,.98));box-shadow:inset 0 1px rgba(255,255,255,.055),0 30px 80px rgba(0,0,0,.26);overflow:hidden}.deal-single-visual::before,.deal-single-brief::before,.deal-single-panel::before,.deal-single-side-card::before,.deal-single-verdict::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,rgba(233,69,96,.9),rgba(108,168,255,.24),transparent 82%);opacity:.95}.deal-single-visual::after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,7%),transparent 38%),radial-gradient(circle at 18% 16%,rgba(233,69,96,.13),transparent 34%)}.deal-single-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.07)contrast(1.06)brightness(.93);transform:scale(1.01)}.deal-single-visual.is-empty::before{content:'TB';position:absolute;inset:0;display:grid;place-items:center;color:rgba(255,255,255,.18);font-family:var(--display);font-size:clamp(3rem,9vw,6rem);font-weight:900;letter-spacing:-.06em;background:0 0;height:auto;opacity:1}.deal-single-brief{position:relative;display:flex;flex-direction:column;align-self:start;min-width:0;padding:32px;border-radius:28px;border:1px solid rgba(255,255,255,.075);background:radial-gradient(circle at 92% 0%,rgba(233,69,96,.1),transparent 28%),linear-gradient(180deg,rgba(16,17,40,.97),rgba(9,10,26,.95));box-shadow:0 24px 70px rgba(0,0,0,.2);overflow:hidden}.deal-single-kicker{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:16px}.deal-single-label{display:inline-flex;align-items:center;min-height:28px;padding:5px 11px;border-radius:999px;color:var(--text-dim);background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,7%);font-size:.68rem;font-weight:900;letter-spacing:.11em;line-height:1.2;text-transform:uppercase}.deal-single-brief h1{margin-bottom:.85rem;color:#fff;font-size:clamp(2rem,4.2vw,3.35rem);letter-spacing:-.055em}.deal-single-desc{max-width:680px;margin:0 0 22px;color:#aeb5ca;font-size:1rem;line-height:1.62}.deal-single-buybox{margin-top:18px;padding:20px;border-radius:22px;border:1px solid rgba(255,255,255,.075);background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.014)),rgba(7,8,23,.48);box-shadow:inset 0 1px rgba(255,255,255,.035)}.deal-single-price{display:grid;gap:4px;margin-bottom:14px}.deal-single-price span,.deal-single-fact span{color:var(--text-dim);font-size:.66rem;font-weight:900;letter-spacing:.11em;line-height:1.2;text-transform:uppercase}.deal-single-price strong{color:#fff;font-family:var(--display);font-size:clamp(2rem,4.2vw,3rem);font-weight:900;letter-spacing:-.055em;line-height:1}.deal-single-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.deal-single-fact{display:grid;gap:7px;min-width:0;padding:12px;border-radius:16px;border:1px solid rgba(255,255,255,7%);background:rgba(255,255,255,.026)}.deal-single-fact strong{min-width:0;color:#eef1ff;font-size:.88rem;font-weight:850;line-height:1.25;word-break:break-word}.deal-single-trust strong.trust-badge{justify-self:start;min-height:28px;padding:5px 10px;border-radius:999px;font-size:.7rem;letter-spacing:.07em}.deal-single-context{margin:0;padding-top:14px;border-top:1px solid rgba(255,255,255,7%);color:#c3c8da;font-size:.84rem;line-height:1.52}.deal-single-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:16px}.deal-single-cta,.deal-single-back{min-height:42px;padding:11px 16px;border-radius:13px;font-size:.82rem;font-weight:900}.deal-single-cta{flex:1 1 220px;justify-content:center}.deal-single-back{flex:none}.deal-single-checked{margin-top:12px;color:var(--text-dim);font-size:.72rem;font-weight:700}.deal-single-grid{display:grid;grid-template-columns:minmax(0,1fr)minmax(280px,320px);gap:26px;align-items:start}.deal-single-main{display:grid;gap:16px;min-width:0}.deal-single-panel,.deal-single-side-card,.deal-single-verdict{position:relative;padding:24px;border-radius:22px;border:1px solid rgba(255,255,255,7%);background:linear-gradient(180deg,rgba(255,255,255,3%),rgba(255,255,255,.012)),rgba(15,15,42,.72);box-shadow:0 18px 48px rgba(0,0,0,.16);overflow:hidden}.deal-single-panel p,.deal-single-verdict p{margin:0;color:#d5daea;line-height:1.68}.deal-single-panel-positive .section-label{color:var(--green)}.deal-single-panel-warning .section-label{color:var(--yellow)}.deal-single-content h2{margin-top:2rem;font-size:clamp(1.25rem,2.1vw,1.65rem)}.deal-single-content h2:first-child{margin-top:0}.deal-single-content ul{margin:.7rem 0 1rem 1.2rem}.deal-single-content li+li{margin-top:.35rem}.deal-single-side{position:sticky;top:calc(var(--header-h) + 18px);display:grid;gap:16px}.deal-single-side-card ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.deal-single-side-card li{position:relative;padding-left:18px;color:#cfd4e6;font-size:.86rem;line-height:1.45}.deal-single-side-card li::before{content:'';position:absolute;left:0;top:.62em;width:7px;height:7px;border-radius:999px;background:var(--accent);box-shadow:0 0 14px rgba(233,69,96,.45)}.deal-single-verdict{border-color:rgba(233,69,96,.2);background:radial-gradient(circle at 0% 0%,rgba(233,69,96,.13),transparent 38%),linear-gradient(180deg,rgba(15,15,42,.94),rgba(9,10,26,.92))}.deal-single-verdict .section-label{color:var(--accent)}.deal-single-verdict p{color:#fff;font-family:var(--display);font-size:1.02rem;font-weight:700;letter-spacing:-.025em;line-height:1.42}@media(min-width:1041px){.deal-single-visual{aspect-ratio:4/3;min-height:0}}@media(max-width:1040px){.deal-single-hero,.deal-single-grid{grid-template-columns:1fr}.deal-single-visual{min-height:330px}.deal-single-side{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.deal-single-hero{gap:14px}.deal-single-visual,.deal-single-brief{border-radius:22px}.deal-single-visual{min-height:260px}.deal-single-brief{padding:22px 18px}.deal-single-brief h1{font-size:clamp(1.72rem,9vw,2.45rem)}.deal-single-desc{font-size:.94rem}.deal-single-buybox{padding:15px;border-radius:18px}.deal-single-facts,.deal-single-side{grid-template-columns:1fr}.deal-single-actions{display:grid;grid-template-columns:1fr}.deal-single-cta,.deal-single-back{width:100%;justify-content:center}.deal-single-panel,.deal-single-side-card,.deal-single-verdict{padding:20px 16px;border-radius:18px}}@media(max-width:460px){.deal-single-page::before{height:430px}.deal-single-visual{min-height:218px}.deal-single-brief{padding:20px 15px}.deal-single-label,.deal-status-pill{min-height:27px;padding:5px 9px;font-size:.62rem;letter-spacing:.09em}.deal-single-price strong{font-size:clamp(1.85rem,11vw,2.55rem)}}.guides-hub{position:relative;isolation:isolate}.guides-hub::before{content:'';position:absolute;inset:-80px calc(50% - 50vw)auto;height:540px;pointer-events:none;background:radial-gradient(circle 340px at 12% 6%,rgba(233,69,96,.11),transparent 70%),radial-gradient(circle 380px at 88% 0%,rgba(108,168,255,.1),transparent 70%),linear-gradient(180deg,rgba(12,12,34,.52),rgba(8,8,26,0));opacity:.92;z-index:-1}.guides-hub>.section-label{letter-spacing:2.2px}.guides-hero-panel{display:grid;grid-template-columns:minmax(0,1fr)minmax(250px,.42fr);gap:24px;align-items:stretch;margin-bottom:34px}.guides-hero-copy{position:relative;padding:28px;border-radius:24px;border:1px solid rgba(255,255,255,7%);background:radial-gradient(circle at 8% 0%,rgba(233,69,96,.12),transparent 34%),radial-gradient(circle at 88% 8%,rgba(108,168,255,8%),transparent 34%),linear-gradient(180deg,rgba(15,15,42,.94),rgba(9,9,28,.92));box-shadow:0 22px 64px rgba(0,0,0,.2);overflow:hidden}.guides-hero-copy::before,.guide-media-card::before,.guides-empty-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,rgba(233,69,96,.9),rgba(108,168,255,.22),transparent 82%);opacity:.95}.guides-hero-kicker{margin-bottom:12px;color:var(--accent);font-size:.7rem;font-weight:900;letter-spacing:.14em;line-height:1.35;text-transform:uppercase}.guides-hero-copy h1{margin-bottom:.85rem;color:#fff;font-size:clamp(2.15rem,4.8vw,3.55rem);letter-spacing:-.055em}.guides-hero-copy p{max-width:690px;margin:0;color:var(--text-dim);font-size:1.02rem;line-height:1.62}.guides-hero-stats{display:grid;gap:10px}.guides-hero-stat{display:grid;align-content:center;min-height:92px;padding:18px;border-radius:20px;border:1px solid rgba(255,255,255,7%);background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.016)),rgba(15,15,42,.78);box-shadow:inset 0 1px rgba(255,255,255,.035)}.guides-hero-stat strong{display:block;color:#fff;font-family:var(--display);font-size:clamp(1.35rem,2.8vw,1.9rem);line-height:1;letter-spacing:-.035em}.guides-hero-stat span{display:block;margin-top:7px;color:var(--text-dim);font-size:.74rem;font-weight:800;letter-spacing:.08em;line-height:1.28;text-transform:uppercase}.guides-list{display:grid;gap:16px}.guide-media-card{position:relative;border-radius:24px;border:1px solid rgba(255,255,255,.075);background:radial-gradient(circle at 92% 12%,rgba(233,69,96,.1),transparent 30%),linear-gradient(180deg,rgba(16,17,40,.96),rgba(9,10,26,.94));box-shadow:0 22px 58px rgba(0,0,0,.18);overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.guide-media-card:hover{transform:translateY(-2px);border-color:rgba(233,69,96,.3);box-shadow:0 28px 74px rgba(0,0,0,.26)}.guide-media-link{display:grid;grid-template-columns:minmax(250px,.42fr)minmax(0,1fr);gap:22px;min-height:236px;padding:18px;color:inherit;text-decoration:none}.guide-media-link:hover{text-decoration:none}.guide-media-thumb{position:relative;align-self:stretch;min-height:200px;border-radius:20px;border:1px solid rgba(255,255,255,9%);background:radial-gradient(circle at 78% 35%,rgba(233,69,96,.26),transparent 35%),radial-gradient(circle at 16% 78%,rgba(108,168,255,.16),transparent 38%),linear-gradient(135deg,rgba(24,31,60,.96),rgba(9,10,24,.98));box-shadow:inset 0 1px rgba(255,255,255,.055),0 18px 38px rgba(0,0,0,.22);overflow:hidden}.guide-media-thumb::after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.055),transparent 44%),radial-gradient(circle at 18% 18%,rgba(233,69,96,.12),transparent 38%)}.guide-media-thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.06)contrast(1.06)brightness(.92);transform:scale(1.012);transition:transform .22s ease,filter .22s ease}.guide-media-card:hover .guide-media-thumb img{transform:scale(1.04);filter:saturate(1.1)contrast(1.08)brightness(.95)}.guide-media-thumb.is-empty::before{content:'TB';position:absolute;inset:0;display:grid;place-items:center;color:rgba(255,255,255,.18);font-family:var(--display);font-size:2.4rem;font-weight:900;letter-spacing:-.06em}.guide-media-body{display:flex;flex-direction:column;min-width:0;padding:4px 4px 4px 0}.guide-media-topline{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:12px}.guide-status-pill,.guide-usage-pill{display:inline-flex;align-items:center;gap:7px;min-height:28px;padding:5px 11px;border-radius:999px;font-size:.68rem;font-weight:900;letter-spacing:.11em;line-height:1.2;text-transform:uppercase}.guide-status-pill{color:#7ee2a5;background:rgba(39,174,96,.11);border:1px solid rgba(39,174,96,.3)}.guide-status-pill--pilier{color:#ff9aae;background:rgba(233,69,96,.13);border-color:rgba(233,69,96,.38)}.guide-usage-pill{color:#b9d5ff;background:rgba(108,168,255,.1);border:1px solid rgba(108,168,255,.24)}.guide-status-dot{display:inline-block;width:7px;height:7px;border-radius:999px;background:currentColor;box-shadow:0 0 14px currentColor}.guide-media-kicker{margin-bottom:8px;color:var(--accent);font-size:.68rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.guide-media-body h2{margin:0 0 9px;color:#fff;font-size:clamp(1.28rem,2.35vw,1.68rem);line-height:1.16;letter-spacing:-.035em}.guide-media-desc{max-width:680px;margin:0 0 14px;color:#aeb5ca;font-size:.92rem;line-height:1.55}.guide-media-signals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:4px 0 14px}.guide-media-signal{min-width:0;padding:10px 11px;border-radius:14px;border:1px solid rgba(255,255,255,7%);background:rgba(255,255,255,.032)}.guide-media-signal.is-price{border-color:rgba(233,69,96,.24);background:rgba(233,69,96,.1)}.guide-media-signal em,.guide-media-signal strong{display:block;font-style:normal}.guide-media-signal em{margin-bottom:4px;color:var(--text-dim);font-size:.62rem;font-weight:900;letter-spacing:.09em;line-height:1.2;text-transform:uppercase}.guide-media-signal strong{color:#fff;font-family:var(--display);font-size:.95rem;line-height:1.2;letter-spacing:-.02em}.guide-media-signal.is-price strong{color:var(--accent)}.guide-media-bottom{display:grid;grid-template-columns:minmax(0,1fr)auto;gap:14px;align-items:end;margin-top:auto;padding-top:12px;border-top:1px solid rgba(255,255,255,.065)}.guide-media-tags{display:flex;flex-wrap:wrap;gap:7px;min-width:0}.guide-media-tags span{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;color:#cbd1e4;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.065);font-size:.7rem;font-weight:800}.guide-media-cta{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:8px 13px;border-radius:12px;color:#fff;background:var(--accent);border:1px solid rgba(255,255,255,8%);font-size:.78rem;font-weight:900;white-space:nowrap;box-shadow:0 14px 32px rgba(233,69,96,.16)}.guide-media-cta::after{content:'→';opacity:.92}.guides-empty-card{position:relative;text-align:center;padding:42px 28px;margin-top:32px;border-radius:22px;border-color:rgba(233,69,96,.18);background:radial-gradient(circle at 50% 0%,rgba(233,69,96,.12),transparent 36%),linear-gradient(180deg,rgba(15,15,42,.98),rgba(8,8,26,.96));overflow:hidden}.guides-empty-card p:first-child{margin-bottom:8px;color:#fff;font-size:1.05rem;font-weight:800}.guides-empty-card .text-dim{max-width:520px;margin:0 auto 20px}@media(max-width:860px){.guides-hero-panel{grid-template-columns:1fr;gap:14px;margin-bottom:24px}.guides-hero-copy{padding:24px 20px;border-radius:22px}.guides-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.guides-hero-stat{min-height:82px;padding:13px 10px;border-radius:16px}.guides-hero-stat strong{font-size:1.1rem}.guides-hero-stat span{font-size:.58rem;letter-spacing:.06em}.guide-media-link{grid-template-columns:1fr;gap:0;padding:0}.guide-media-thumb{min-height:238px;aspect-ratio:16/8.2;border-width:0 0 1px;border-radius:24px 24px 0 0}.guide-media-body{padding:18px}.guide-media-bottom{grid-template-columns:1fr;align-items:start}.guide-media-cta{width:100%;justify-content:center}}@media(max-width:560px){.guides-hub::before{height:420px}.guides-hero-copy{padding:22px 16px;border-radius:20px}.guides-hero-copy h1{font-size:clamp(1.75rem,9vw,2.35rem)}.guides-hero-copy p{font-size:.95rem}.guides-hero-stats{grid-template-columns:1fr}.guides-hero-stat{min-height:auto;padding:14px 16px}.guide-media-card{border-radius:20px}.guide-media-thumb{min-height:190px;aspect-ratio:16/8.8;border-radius:20px 20px 0 0}.guide-media-body{padding:16px}.guide-media-topline,.guide-media-tags{gap:7px}.guide-status-pill,.guide-usage-pill{min-height:27px;padding:5px 9px;font-size:.62rem;letter-spacing:.09em}.guide-media-body h2{font-size:1.18rem}.guide-media-desc{font-size:.88rem}.guide-media-signals{grid-template-columns:1fr}.guides-empty-card{padding:34px 18px;border-radius:20px}}.tutos-hub{position:relative;isolation:isolate}.tutos-hub::before{content:'';position:absolute;inset:-80px calc(50% - 50vw)auto;height:560px;pointer-events:none;background:radial-gradient(circle 340px at 14% 6%,rgba(233,69,96,.1),transparent 70%),radial-gradient(circle 420px at 88% 0%,rgba(108,168,255,.12),transparent 70%),linear-gradient(180deg,rgba(12,12,34,.54),rgba(8,8,26,0));opacity:.94;z-index:-1}.tutos-hub>.section-label{letter-spacing:2.2px}.tutos-hero-panel{display:grid;grid-template-columns:minmax(0,1fr)minmax(250px,.42fr);gap:24px;align-items:stretch;margin-bottom:34px}.tutos-hero-copy{position:relative;padding:28px;border-radius:24px;border:1px solid rgba(255,255,255,7%);background:radial-gradient(circle at 8% 0%,rgba(233,69,96,.11),transparent 34%),radial-gradient(circle at 88% 8%,rgba(108,168,255,.1),transparent 34%),linear-gradient(180deg,rgba(15,15,42,.94),rgba(9,9,28,.92));box-shadow:0 22px 64px rgba(0,0,0,.2);overflow:hidden}.tutos-hero-copy::before,.tutos-series-card::before,.tutos-start-panel::before,.tutos-follow-panel::before,.tutos-quick-panel::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,rgba(233,69,96,.9),rgba(108,168,255,.24),transparent 82%);opacity:.95}.tutos-hero-kicker{margin-bottom:12px;color:var(--accent);font-size:.7rem;font-weight:900;letter-spacing:.14em;line-height:1.35;text-transform:uppercase}.tutos-hero-copy h1{margin-bottom:.85rem;color:#fff;font-size:clamp(2.15rem,4.8vw,3.55rem);letter-spacing:-.055em}.tutos-hero-copy p{max-width:690px;margin:0;color:var(--text-dim);font-size:1.02rem;line-height:1.62}.tutos-hero-stats{display:grid;gap:10px}.tutos-hero-stat{display:grid;align-content:center;min-height:92px;padding:18px;border-radius:20px;border:1px solid rgba(255,255,255,7%);background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.016)),rgba(15,15,42,.78);box-shadow:inset 0 1px rgba(255,255,255,.035)}.tutos-hero-stat strong{display:block;color:#fff;font-family:var(--display);font-size:clamp(1.35rem,2.8vw,1.9rem);line-height:1;letter-spacing:-.035em}.tutos-hero-stat span{display:block;margin-top:7px;color:var(--text-dim);font-size:.74rem;font-weight:800;letter-spacing:.08em;line-height:1.28;text-transform:uppercase}.tutos-series-card,.tutos-start-panel,.tutos-follow-panel,.tutos-quick-panel{position:relative;border-radius:24px;border:1px solid rgba(255,255,255,.075);background:radial-gradient(circle at 92% 12%,rgba(233,69,96,.1),transparent 30%),linear-gradient(180deg,rgba(16,17,40,.96),rgba(9,10,26,.94));box-shadow:0 22px 58px rgba(0,0,0,.18);overflow:hidden}.tutos-series-card{margin-bottom:18px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.tutos-series-card:hover{transform:translateY(-2px);border-color:rgba(233,69,96,.3);box-shadow:0 28px 74px rgba(0,0,0,.26)}.tutos-series-link{display:grid;grid-template-columns:minmax(280px,.46fr)minmax(0,1fr);gap:22px;min-height:282px;padding:18px;color:inherit;text-decoration:none}@media(min-width:1100px){.container-tutos-hub .tutos-series-link{grid-template-columns:minmax(340px,.43fr)minmax(0,1fr)}.container-tutos-hub .tutos-series-desc,.container-tutos-hub .tutos-editorial p,.container-tutos-hub .tutos-follow-panel p,.container-tutos-hub .tutos-quick-panel p{max-width:760px}}.tutos-series-link:hover{text-decoration:none}.tutos-series-visual{position:relative;align-self:stretch;min-height:246px;border-radius:20px;border:1px solid rgba(255,255,255,9%);background:radial-gradient(circle at 74% 28%,rgba(108,168,255,.22),transparent 40%),radial-gradient(circle at 12% 76%,rgba(233,69,96,.18),transparent 38%),linear-gradient(135deg,rgba(24,31,60,.96),rgba(9,10,24,.98));box-shadow:inset 0 1px rgba(255,255,255,.055),0 18px 38px rgba(0,0,0,.22);overflow:hidden}.tutos-series-visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.08)contrast(1.08)brightness(.9);transform:scale(1.012);transition:transform .22s ease,filter .22s ease}.tutos-series-card:hover .tutos-series-visual img{transform:scale(1.04);filter:saturate(1.12)contrast(1.1)brightness(.94)}.tutos-series-visual::after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,6%),transparent 40%),radial-gradient(circle at 18% 18%,rgba(233,69,96,.12),transparent 38%)}.tutos-series-visual-glow{position:absolute;inset:auto -20% -24% 18%;height:52%;background:radial-gradient(circle,rgba(108,168,255,.26),transparent 68%);filter:blur(14px);pointer-events:none}.tutos-series-visual-badge{position:absolute;left:14px;bottom:14px;display:inline-flex;align-items:baseline;gap:6px;padding:8px 11px;border-radius:999px;color:#fff;background:rgba(8,8,26,.7);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px);box-shadow:0 12px 30px rgba(0,0,0,.22)}.tutos-series-visual-badge strong{font-family:var(--display);font-size:1rem;letter-spacing:-.03em}.tutos-series-visual-badge span{color:#cbd1e4;font-size:.66rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.tutos-series-body{display:flex;flex-direction:column;min-width:0;padding:4px 4px 4px 0}.tutos-series-topline{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:12px}.tutos-status-pill,.tutos-theme-pill{display:inline-flex;align-items:center;gap:7px;min-height:28px;padding:5px 11px;border-radius:999px;font-size:.68rem;font-weight:900;letter-spacing:.11em;line-height:1.2;text-transform:uppercase}.tutos-status-pill{color:#7ee2a5;background:rgba(39,174,96,.11);border:1px solid rgba(39,174,96,.3)}.tutos-theme-pill{color:#b9d5ff;background:rgba(108,168,255,.1);border:1px solid rgba(108,168,255,.24)}.tutos-status-dot{display:inline-block;width:7px;height:7px;border-radius:999px;background:currentColor;box-shadow:0 0 14px currentColor}.tutos-series-kicker,.tutos-start-label,.tutos-follow-label{margin-bottom:8px;color:var(--accent);font-size:.68rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.tutos-series-body h2,.tutos-start-head h2,.tutos-follow-panel h2,.tutos-quick-panel h2{margin:0 0 9px;color:#fff;font-size:clamp(1.28rem,2.35vw,1.74rem);line-height:1.16;letter-spacing:-.035em}.tutos-series-desc{max-width:680px;margin:0 0 14px;color:#aeb5ca;font-size:.92rem;line-height:1.55}.tutos-series-signals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:4px 0 14px}.tutos-series-signal{min-width:0;padding:10px 11px;border-radius:14px;border:1px solid rgba(255,255,255,7%);background:rgba(255,255,255,.032)}.tutos-series-signal.is-accent{border-color:rgba(233,69,96,.24);background:rgba(233,69,96,.1)}.tutos-series-signal em,.tutos-series-signal strong{display:block;font-style:normal}.tutos-series-signal em{margin-bottom:4px;color:var(--text-dim);font-size:.62rem;font-weight:900;letter-spacing:.09em;line-height:1.2;text-transform:uppercase}.tutos-series-signal strong{color:#fff;font-family:var(--display);font-size:.95rem;line-height:1.2;letter-spacing:-.02em}.tutos-series-signal.is-accent strong{color:var(--accent)}.tutos-series-bottom{display:grid;grid-template-columns:minmax(0,1fr)auto;gap:14px;align-items:end;margin-top:auto;padding-top:12px;border-top:1px solid rgba(255,255,255,.065)}.tutos-series-tags{display:flex;flex-wrap:wrap;gap:7px;min-width:0}.tutos-series-tags span{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;color:#cbd1e4;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.065);font-size:.7rem;font-weight:800}.tutos-start-link,.tutos-follow-cta{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 13px;border-radius:12px;color:#fff;background:var(--accent);border:1px solid rgba(255,255,255,8%);font-size:.78rem;font-weight:900;line-height:1.2;white-space:nowrap;box-shadow:0 14px 32px rgba(233,69,96,.16);text-decoration:none}.tutos-start-link:hover,.tutos-follow-cta:hover{color:#fff;text-decoration:none;background:#f0526b}.tutos-series-cta{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 13px;border-radius:12px;color:#fff;background:0 0;border:1px solid rgba(233,69,96,.45);font-size:.78rem;font-weight:900;line-height:1.2;white-space:nowrap}.tutos-start-panel{margin:18px 0 34px;padding:24px}.tutos-start-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.tutos-start-list{display:grid;gap:9px;list-style:none;margin:0;padding:0}.tutos-start-item{margin:0}.tutos-start-card{display:grid;grid-template-columns:42px minmax(0,1fr)auto;gap:14px;align-items:center;min-height:72px;padding:12px 14px;border-radius:16px;color:inherit;text-decoration:none;background:rgba(255,255,255,.028);border:1px solid rgba(255,255,255,.065);transition:background .16s ease,border-color .16s ease,transform .16s ease}.tutos-start-card:hover{transform:translateY(-1px);border-color:rgba(233,69,96,.28);background:rgba(233,69,96,.055);text-decoration:none}.tutos-start-num{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;color:var(--accent);background:rgba(233,69,96,.1);border:1px solid rgba(233,69,96,.22);font-family:var(--mono);font-size:.76rem;font-weight:900}.tutos-start-body{min-width:0}.tutos-start-body strong{display:block;color:#fff;font-size:.92rem;line-height:1.35}.tutos-start-body small{display:block;margin-top:3px;color:var(--text-dim);font-size:.76rem;line-height:1.42}.tutos-start-arrow{color:var(--accent);font-weight:900;opacity:.72}.tutos-editorial{margin:34px 0;padding:26px 28px;border-radius:24px;border:1px solid rgba(255,255,255,7%);background:linear-gradient(180deg,rgba(255,255,255,.026),rgba(255,255,255,.012)),rgba(15,15,42,.54)}.tutos-editorial h2{margin:28px 0 10px;color:#fff;font-size:clamp(1.16rem,2vw,1.36rem);letter-spacing:-.025em}.tutos-editorial h2:first-child{margin-top:0}.tutos-editorial p{max-width:700px;margin:0 0 14px;color:var(--text-dim);font-size:.95rem;line-height:1.72}.tutos-editorial strong{color:var(--text)}.tutos-follow-panel,.tutos-quick-panel{margin-top:34px;padding:24px}.tutos-follow-panel h2,.tutos-quick-panel h2{margin-bottom:8px}.tutos-follow-panel p,.tutos-quick-panel p{max-width:690px;margin:0 0 18px;color:var(--text-dim);font-size:.92rem;line-height:1.62}.tutos-quick-list{display:grid;gap:10px}.tutos-quick-card{display:block;padding:13px 14px;border-radius:16px;color:inherit;text-decoration:none;background:rgba(255,255,255,.028);border:1px solid rgba(255,255,255,.065)}.tutos-quick-card:hover{border-color:rgba(233,69,96,.28);background:rgba(233,69,96,.055);text-decoration:none}.tutos-quick-card span{display:block;color:#fff;font-weight:850}.tutos-quick-card small{display:block;margin-top:3px;color:var(--text-dim);font-size:.76rem;line-height:1.42}@media(max-width:860px){.tutos-hero-panel{grid-template-columns:1fr;gap:14px;margin-bottom:24px}.tutos-hero-copy{padding:24px 20px;border-radius:22px}.tutos-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.tutos-hero-stat{min-height:82px;padding:13px 10px;border-radius:16px}.tutos-hero-stat strong{font-size:1.1rem}.tutos-hero-stat span{font-size:.58rem;letter-spacing:.06em}.tutos-series-link{grid-template-columns:1fr;gap:0;padding:0}.tutos-series-visual{min-height:250px;aspect-ratio:16/8.6;border-width:0 0 1px;border-radius:24px 24px 0 0}.tutos-series-body{padding:18px}.tutos-series-bottom{grid-template-columns:1fr;align-items:start}.tutos-series-cta{width:100%}.tutos-start-head{flex-direction:column;align-items:stretch}.tutos-start-link{width:100%}}@media(max-width:560px){.tutos-hub::before{height:430px}.tutos-hero-copy{padding:22px 16px;border-radius:20px}.tutos-hero-copy h1{font-size:clamp(1.75rem,9vw,2.35rem)}.tutos-hero-copy p{font-size:.95rem}.tutos-hero-stats{grid-template-columns:1fr}.tutos-hero-stat{min-height:auto;padding:14px 16px}.tutos-series-card,.tutos-start-panel,.tutos-follow-panel,.tutos-quick-panel,.tutos-editorial{border-radius:20px}.tutos-series-visual{min-height:200px;aspect-ratio:16/9;border-radius:20px 20px 0 0}.tutos-series-body,.tutos-start-panel,.tutos-follow-panel,.tutos-quick-panel,.tutos-editorial{padding:16px}.tutos-series-topline,.tutos-series-tags{gap:7px}.tutos-status-pill,.tutos-theme-pill{min-height:27px;padding:5px 9px;font-size:.62rem;letter-spacing:.09em}.tutos-series-body h2,.tutos-start-head h2,.tutos-follow-panel h2,.tutos-quick-panel h2{font-size:1.18rem}.tutos-series-desc,.tutos-editorial p,.tutos-follow-panel p,.tutos-quick-panel p{font-size:.88rem}.tutos-series-signals{grid-template-columns:1fr}.tutos-start-card{grid-template-columns:38px minmax(0,1fr)auto;gap:10px;min-height:66px;padding:11px 12px}.tutos-start-num{width:38px;height:38px;border-radius:13px}.tutos-start-body small{display:none}}.site-footer{border-top:1px solid var(--border);padding:20px 0;margin-top:40px}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.flex-between{justify-content:space-between}.flex-center{align-items:center}.gap-sm{gap:8px}.gap-md{gap:16px}.gap-lg{gap:24px}.mt-sm{margin-top:8px}.mt-md{margin-top:16px}.mb-md{margin-bottom:16px}.mb-lg{margin-bottom:24px}.guide-v2{padding:0 20px 40px}.guide-v2-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr)320px;gap:28px;padding-top:18px;align-items:start}.guide-v2-main{min-width:0;display:flex;flex-direction:column;gap:16px}.guide-v2-side{position:relative;min-width:0}@media(max-width:1200px){.guide-v2-inner{grid-template-columns:minmax(0,1fr)288px;gap:22px}}@media(max-width:1040px){.guide-v2-inner{grid-template-columns:1fr;gap:14px;padding-top:14px}.guide-v2-side{display:none}}@media(max-width:640px){.guide-v2{padding:0 14px 24px}.guide-v2-main{gap:12px}}.guide-v2-hero{position:relative;padding:22px 0 20px 18px;border-bottom:1px solid var(--border)}.guide-v2-hero::before{content:'';position:absolute;left:0;top:22px;width:3px;height:calc(100% - 42px);background:linear-gradient(180deg,var(--accent),transparent);border-radius:0 2px 2px 0}.guide-v2-kicker{display:inline-flex;align-items:center;gap:8px;font-family:var(--display);font-size:.68rem;text-transform:uppercase;letter-spacing:2.2px;color:var(--accent);font-weight:700;margin-bottom:8px}.guide-v2-kicker-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px var(--accent);animation:guideV2Pulse 2.4s ease-in-out infinite}.guide-v2-title{font-family:var(--display);font-size:clamp(1.65rem,3vw,2.35rem);font-weight:700;line-height:1.05;letter-spacing:-.035em;color:#fff;margin:0 0 8px}.guide-v2-title em{color:var(--accent);font-style:normal}.guide-v2-sub{color:var(--text-dim);font-size:clamp(.88rem,1.05vw,.96rem);line-height:1.55;max-width:58ch;margin:0 0 14px}.guide-v2-stats{display:flex;flex-wrap:wrap;gap:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-top:6px}.guide-v2-stat{flex:1;min-width:140px;padding:10px 16px 10px 0;border-right:1px solid var(--border)}.guide-v2-stat:last-child{border-right:0;padding-right:0}.guide-v2-stat:not(:first-child){padding-left:16px}.guide-v2-stat-label{display:block;font-size:.64rem;text-transform:uppercase;letter-spacing:1.4px;color:var(--text-dim);font-weight:600;margin-bottom:3px}.guide-v2-stat-val{display:block;font-family:var(--display);font-weight:700;color:#fff;font-size:1rem;letter-spacing:-.01em;white-space:nowrap;font-variant-numeric:tabular-nums}.guide-v2-stat-val.is-accent{color:var(--accent);font-size:1.2rem}@media(max-width:640px){.guide-v2-hero{padding:16px 0 14px 12px}.guide-v2-hero::before{top:4px;height:calc(100% - 8px)}.guide-v2-stat{flex:1 1 100%;padding:8px 0;border-right:0;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:baseline;gap:12px}.guide-v2-stat:not(:first-child){padding-left:0}.guide-v2-stat:last-child{border-bottom:0}.guide-v2-stat-label{margin-bottom:0}}.guide-v2-live{display:inline-flex;align-items:center;gap:8px;margin-top:12px;padding:6px 12px;border-radius:999px;background:rgba(39,174,96,.075);border:1px solid rgba(39,174,96,.26);font-size:.75rem;line-height:1.35;color:var(--text-dim);flex-wrap:wrap}.guide-v2-live-dot{position:relative;width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 rgba(39,174,96,.6);animation:guideV2LivePulse 2s ease-out infinite}.guide-v2-live-label{color:var(--green);font-weight:700;font-family:var(--mono);font-size:.68rem;text-transform:uppercase;letter-spacing:.8px}.guide-v2-live-meta{color:rgba(232,232,240,.78)}.guide-v2-hero-total{display:inline-flex;align-items:baseline;gap:10px;margin-top:14px;margin-left:14px;padding:6px 12px;border-radius:10px;background:var(--accent-dim);border:1px solid rgba(233,69,96,.28)}.guide-v2-hero-total-label{font-size:.66rem;text-transform:uppercase;letter-spacing:1.4px;color:var(--accent);font-weight:700}.guide-v2-hero-total-val{font-family:var(--display);font-weight:700;color:var(--accent);font-size:1.1rem;letter-spacing:-.015em;white-space:nowrap;font-variant-numeric:tabular-nums}@media(max-width:640px){.guide-v2-hero-total{margin-left:0;margin-top:10px;display:none}}@keyframes guideV2Pulse{0%,100%{opacity:.55}50%{opacity:1}}@keyframes guideV2LivePulse{0%{box-shadow:0 0 rgba(39,174,96,.55)}70%{box-shadow:0 0 0 8px rgba(39,174,96,0)}100%{box-shadow:0 0 rgba(39,174,96,0)}}.guide-v2-prelude{position:relative;overflow:hidden;isolation:isolate;background:radial-gradient(circle at 7% 0%,rgba(233,69,96,.085),transparent 34%),linear-gradient(135deg,rgba(233,69,96,.035),rgba(15,15,42,.955) 46%,rgba(108,168,255,.035));border:1px solid rgba(233,69,96,.18);border-radius:18px;box-shadow:0 14px 34px rgba(0,0,0,.22),0 0 0 1px rgba(255,255,255,.022)inset,0 0 22px rgba(233,69,96,.035);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background .2s ease}.guide-v2-prelude::before,.guide-v2-prelude::after{content:"";position:absolute;pointer-events:none;z-index:0}.guide-v2-prelude::before{inset:-1px;background:linear-gradient(90deg,rgba(233,69,96,.18),transparent 30%),radial-gradient(circle at 18% 50%,rgba(233,69,96,.12),transparent 40%);opacity:.2;transition:opacity .2s ease}.guide-v2-prelude::after{left:0;top:13px;bottom:13px;width:1px;border-radius:999px;background:linear-gradient(180deg,rgba(255,122,150,0),rgba(233,69,96,.64),rgba(255,122,150,0));box-shadow:0 0 12px rgba(233,69,96,.28);opacity:.78;transition:opacity .2s ease,width .2s ease,box-shadow .2s ease}.guide-v2-prelude[open]{background:radial-gradient(circle at 8% 0%,rgba(233,69,96,.18),transparent 34%),linear-gradient(135deg,rgba(233,69,96,.085),rgba(15,15,42,.96) 42%,rgba(108,168,255,.055));border-color:rgba(233,69,96,.48);box-shadow:0 22px 54px rgba(0,0,0,.3),0 0 0 1px rgba(255,255,255,.035)inset,0 0 44px rgba(233,69,96,.12)}.guide-v2-prelude[open]::before{background:linear-gradient(90deg,rgba(233,69,96,.34),transparent 34%),radial-gradient(circle at 18% 50%,rgba(233,69,96,.22),transparent 42%);opacity:.48}.guide-v2-prelude[open]::after{width:2px;opacity:1;background:linear-gradient(180deg,rgba(255,122,150,0),rgba(233,69,96,.92),rgba(255,122,150,0));box-shadow:0 0 18px rgba(233,69,96,.5)}.guide-v2-prelude>summary{position:relative;z-index:1;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 19px 16px 20px;cursor:pointer;transition:background .16s ease}.guide-v2-prelude>summary::-webkit-details-marker{display:none}@media(hover:hover) and (pointer:fine){.guide-v2-prelude:hover{border-color:rgba(233,69,96,.34);box-shadow:0 18px 42px rgba(0,0,0,.26),0 0 0 1px rgba(255,255,255,.028)inset,0 0 30px rgba(233,69,96,.075);transform:translateY(-1px)}.guide-v2-prelude[open]:hover{border-color:rgba(233,69,96,.52);box-shadow:0 24px 58px rgba(0,0,0,.31),0 0 0 1px rgba(255,255,255,.038)inset,0 0 48px rgba(233,69,96,.14)}.guide-v2-prelude>summary:hover{background:rgba(255,255,255,2%)}.guide-v2-prelude[open]>summary:hover{background:rgba(255,255,255,.025)}}.guide-v2-prelude-head{display:flex;align-items:center;gap:13px;min-width:0;flex:1}.guide-v2-prelude-icon{width:31px;height:31px;flex-shrink:0;display:grid;place-items:center;border:1px solid rgba(233,69,96,.34);background:radial-gradient(circle at 50% 35%,rgba(241,196,15,.14),transparent 52%),rgba(233,69,96,6%);color:#f6d469;border-radius:9px;font-size:.84rem;box-shadow:0 0 16px rgba(233,69,96,9%),0 0 0 1px rgba(255,255,255,.028)inset}.guide-v2-prelude[open] .guide-v2-prelude-icon{border-color:rgba(233,69,96,.42);background:radial-gradient(circle at 50% 35%,rgba(241,196,15,.18),transparent 52%),rgba(233,69,96,9%);box-shadow:0 0 22px rgba(233,69,96,.16),0 0 0 1px rgba(255,255,255,.035)inset}.guide-v2-prelude-copy{min-width:0}.guide-v2-prelude-label{font-family:var(--display);font-weight:750;color:#fff;font-size:1rem;letter-spacing:-.018em;line-height:1.18;text-shadow:0 0 14px rgba(233,69,96,7%)}.guide-v2-prelude[open] .guide-v2-prelude-label{text-shadow:0 0 18px rgba(233,69,96,.1)}.guide-v2-prelude-sub{font-size:.74rem;color:rgba(232,232,240,.72);font-weight:520;margin-top:3px}.guide-v2-prelude-toggle{padding:7px 11px;border:1px solid rgba(233,69,96,.2);border-radius:999px;background:rgba(233,69,96,.055);box-shadow:0 0 14px rgba(233,69,96,4%)inset;font-size:.68rem;color:rgba(245,238,243,.78);font-family:var(--mono);text-transform:uppercase;letter-spacing:1px;display:flex;align-items:center;gap:6px;flex-shrink:0;margin-left:auto}.guide-v2-prelude[open] .guide-v2-prelude-toggle{border-color:rgba(233,69,96,.28);background:rgba(233,69,96,.085);box-shadow:0 0 18px rgba(233,69,96,7%)inset}.guide-v2-prelude-chev{transition:transform .22s ease;font-size:.7rem;display:inline-block;color:var(--accent)}.guide-v2-prelude[open] .guide-v2-prelude-chev{transform:rotate(180deg)}.guide-v2-prelude-body{position:relative;z-index:1;padding:4px 19px 18px;border-top:1px solid rgba(233,69,96,.16);background:rgba(4,5,18,.18)}.guide-v2-prelude-section{padding:15px 0;border-bottom:1px dashed rgba(255,255,255,.075)}.guide-v2-prelude-section:last-child{border-bottom:0}.guide-v2-prelude-section-label{font-size:.66rem;text-transform:uppercase;letter-spacing:1.6px;font-weight:760;margin-bottom:8px;display:flex;align-items:center;gap:8px}.guide-v2-prelude-section-label.is-warn{color:#f5d76e}.guide-v2-prelude-section-label.is-for{color:var(--green)}.guide-v2-prelude-section-label.is-not{color:rgba(232,232,240,.72)}.guide-v2-prelude-section p{color:rgba(232,232,240,.9);font-size:.89rem;line-height:1.62;margin:0}.guide-v2-prelude-section p strong{color:#fff}.guide-v2-prelude-section p+p{margin-top:7px}.guide-v2-prelude-section a{color:#ff6f8a;font-weight:680;text-decoration:underline;text-decoration-color:rgba(233,69,96,.42);text-underline-offset:3px}.guide-v2-prelude-section a:hover{text-decoration-color:rgba(255,111,138,.8)}@media(max-width:640px){.guide-v2-prelude{border-radius:17px;box-shadow:0 14px 32px rgba(0,0,0,.24),0 0 0 1px rgba(255,255,255,.022)inset,0 0 22px rgba(233,69,96,.045)}.guide-v2-prelude[open]{box-shadow:0 18px 42px rgba(0,0,0,.29),0 0 0 1px rgba(255,255,255,.032)inset,0 0 36px rgba(233,69,96,.1)}.guide-v2-prelude::after{top:10px;bottom:10px}.guide-v2-prelude>summary{padding:15px 14px 15px 16px;gap:12px}.guide-v2-prelude-head{gap:11px}.guide-v2-prelude-icon{width:29px;height:29px;border-radius:8px}.guide-v2-prelude-body{padding:4px 14px 15px}.guide-v2-prelude-label{font-size:.92rem}.guide-v2-prelude-sub{font-size:.72rem;line-height:1.4}.guide-v2-prelude-toggle{padding:7px 9px;font-size:.64rem;letter-spacing:.08em;min-width:76px;justify-content:center}}@media(max-width:380px){.guide-v2-prelude>summary{padding-right:12px}.guide-v2-prelude-head{gap:9px}.guide-v2-prelude-icon{width:27px;height:27px}.guide-v2-prelude-toggle{min-width:68px;padding-left:8px;padding-right:8px;letter-spacing:.06em}}.guide-v2-comp-head{display:flex;justify-content:space-between;align-items:flex-end;margin-top:4px;margin-bottom:12px;gap:16px;flex-wrap:wrap}.guide-v2-comp-title{font-family:var(--display);font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-.025em;margin:0}.guide-v2-comp-title em{color:var(--accent);font-style:normal}.guide-v2-comp-sub{font-size:.78rem;line-height:1.45;color:rgba(232,232,240,.72)}.guide-v2-comp-list{display:flex;flex-direction:column;gap:9px}.guide-v2-row{position:relative;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:border-color .18s,transform .18s}.guide-v2-row:hover{border-color:rgba(233,69,96,.3)}.guide-v2-row.is-hero{background:linear-gradient(90deg,rgba(233,69,96,5%),var(--bg-card) 40%)}.guide-v2-row.is-hero::before{content:none;display:none}.guide-v2-row-head{list-style:none;display:grid;grid-template-columns:56px minmax(0,1fr)auto;gap:14px;padding:13px 16px 13px 18px;align-items:center;cursor:pointer;transition:background .15s}.guide-v2-row-head::-webkit-details-marker{display:none}.guide-v2-row-head:hover{background:rgba(255,255,255,2%)}.guide-v2-row.is-hero .guide-v2-row-thumb{width:64px;height:64px}.guide-v2-row-thumb{width:56px;height:56px;border-radius:9px;border:1px solid var(--border);background:radial-gradient(circle at 30% 30%,rgba(255,255,255,4%),rgba(8,8,26,.6)),var(--bg-alt);display:grid;place-items:center;position:relative;overflow:hidden;flex-shrink:0}.guide-v2-row-thumb svg{width:60%;height:60%;opacity:.88}.guide-v2-row-thumb.has-component-image{background:0 0;border-color:transparent}.guide-v2-row-thumb-img{width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit;opacity:.96}.guide-v2-row.is-hero .guide-v2-row-thumb-img{opacity:1}.guide-v2-row-num{display:none}.guide-v2-row-main{min-width:0;display:flex;flex-direction:column;gap:2px}.guide-v2-row-cat{font-size:.64rem;text-transform:uppercase;letter-spacing:1.1px;color:rgba(232,232,240,.66);font-weight:700}.guide-v2-row-name{font-family:var(--display);font-weight:700;color:#fff;font-size:.98rem;line-height:1.24;letter-spacing:-.015em}.guide-v2-row.is-hero .guide-v2-row-name{font-size:1.05rem}.guide-v2-row-why{font-size:.78rem;color:rgba(232,232,240,.68);line-height:1.45;margin-top:3px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.guide-v2-row-meta{display:flex;align-items:center;gap:8px;margin-top:5px;font-size:.74rem;color:rgba(232,232,240,.72);flex-wrap:wrap}.guide-v2-row-vendor{color:var(--text);font-weight:600}.guide-v2-row-trust{display:inline-flex;align-items:center;gap:4px;font-family:var(--mono);font-weight:700;font-size:.68rem;padding:1px 7px;border-radius:4px}.guide-v2-row-trust.is-high{background:var(--green-bg);color:var(--green)}.guide-v2-row-trust.is-mid{background:var(--yellow-bg);color:var(--yellow)}.guide-v2-row-trust.is-low{background:var(--red-bg);color:var(--red)}.guide-v2-row-trust-dot{width:5px;height:5px;border-radius:50%;background:currentColor}.guide-v2-row-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.guide-v2-row-price{font-family:var(--display);font-weight:700;font-size:1.08rem;color:var(--accent);letter-spacing:-.015em;white-space:nowrap;font-variant-numeric:tabular-nums;line-height:1.1}.guide-v2-row.is-hero .guide-v2-row-price{font-size:1.2rem}.guide-v2-row-chev{width:28px;height:28px;flex-shrink:0;display:grid;place-items:center;border:1px solid rgba(233,69,96,.45);background:var(--accent-dim);color:var(--accent);border-radius:999px;font-size:.7rem;font-weight:700;transition:transform .22s ease,background .18s,border-color .18s,color .18s;font-family:var(--mono);line-height:1;pointer-events:none}.guide-v2-row-head:hover .guide-v2-row-chev{background:rgba(233,69,96,.28);border-color:var(--accent)}.guide-v2-row>details[open]>.guide-v2-row-head .guide-v2-row-chev{background:var(--accent);border-color:var(--accent);color:#fff;transform:rotate(180deg)}.guide-v2-row-body{padding:4px 18px 18px;border-top:1px solid var(--border)}@media(max-width:640px){.guide-v2-row-head{grid-template-columns:48px minmax(0,1fr)auto;gap:11px;padding:12px 13px}.guide-v2-row{border-radius:11px}.guide-v2-row-thumb{width:48px;height:48px;border-radius:8px}.guide-v2-row.is-hero .guide-v2-row-thumb{width:54px;height:54px}.guide-v2-row-name{font-size:.92rem;line-height:1.25}.guide-v2-row.is-hero .guide-v2-row-name{font-size:.99rem}.guide-v2-row-why{font-size:.74rem;line-height:1.42;-webkit-line-clamp:2}.guide-v2-row-price{font-size:1.04rem}.guide-v2-row.is-hero .guide-v2-row-price{font-size:1.1rem}.guide-v2-row-chev{width:26px;height:26px;font-size:.66rem}.guide-v2-row-right{gap:8px}.guide-v2-row-body{padding:4px 13px 14px}}.guide-v2-total{position:relative;display:flex;justify-content:space-between;align-items:center;gap:14px;padding:16px 20px;background:linear-gradient(135deg,rgba(233,69,96,.1),var(--bg-card));border:1px solid rgba(233,69,96,.3);border-radius:12px;margin-top:4px;overflow:hidden}.guide-v2-total::after{content:'';position:absolute;top:0;bottom:0;left:-20%;width:30%;background:linear-gradient( 90deg,transparent 0%,rgba(233,69,96,.12) 40%,rgba(233,69,96,.3) 50%,rgba(233,69,96,.12) 60%,transparent 100% );transform:skewX(-18deg);animation:guideV2Scan 1.6s ease-out .25s 1 both;pointer-events:none}@keyframes guideV2Scan{0%{left:-20%;opacity:0}20%{opacity:1}80%{opacity:1}100%{left:120%;opacity:0}}.guide-v2-total-left{min-width:0;flex:1}.guide-v2-total-label{font-size:.66rem;text-transform:uppercase;letter-spacing:1.6px;color:var(--accent);font-weight:700;margin-bottom:2px}.guide-v2-total-sub{font-size:.74rem;color:var(--text-dim);display:flex;align-items:center;gap:6px;flex-wrap:wrap}.guide-v2-total-livedot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 rgba(39,174,96,.6);animation:guideV2LivePulse 2s ease-out infinite}.guide-v2-total-val{font-family:var(--display);font-weight:700;color:var(--accent);font-size:1.7rem;letter-spacing:-.02em;white-space:nowrap;font-variant-numeric:tabular-nums;flex-shrink:0}@media(min-width:1041px){.guide-v2-total{display:none}}@media(max-width:480px){.guide-v2-total{flex-direction:column;align-items:flex-start;gap:10px;padding:14px 16px}.guide-v2-total-val{font-size:1.5rem;align-self:flex-start}}.guide-v2-verdict{position:relative;padding:22px 26px;background:linear-gradient(180deg,#110F26,var(--bg-card));border:1px solid rgba(233,69,96,.3);border-radius:14px;overflow:hidden}.guide-v2-verdict::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent),transparent)}.guide-v2-verdict-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.guide-v2-verdict-badge{font-family:var(--display);font-size:.66rem;text-transform:uppercase;letter-spacing:1.8px;color:var(--accent);font-weight:700;padding:3px 10px;border:1px solid rgba(233,69,96,.4);background:var(--accent-dim);border-radius:999px}.guide-v2-verdict h2{font-family:var(--display);font-size:1.2rem;font-weight:700;color:#fff;margin:0 0 10px;letter-spacing:-.025em;line-height:1.2}.guide-v2-verdict p{color:var(--text);font-size:.9rem;line-height:1.6;margin:0}.guide-v2-verdict p strong{color:#fff}@media(max-width:640px){.guide-v2-verdict{padding:18px}.guide-v2-verdict h2{font-size:1.05rem}.guide-v2-verdict p{font-size:.85rem}}.guide-v2-side-card{position:sticky;top:calc(var(--header-h) + 18px);padding:18px;background:linear-gradient(180deg,rgba(15,15,42,.98),rgba(8,8,26,.98));border:1px solid var(--border);border-radius:14px;box-shadow:0 14px 36px rgba(0,0,0,.26)}@media(max-width:1200px){.guide-v2-side-card{padding:16px}}.guide-v2-side-kicker{font-size:.66rem;text-transform:uppercase;letter-spacing:1.35px;color:var(--accent);font-weight:700;margin-bottom:10px}.guide-v2-side-total-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px;gap:8px}.guide-v2-side-total-label{font-family:var(--display);font-weight:700;color:#fff;font-size:.95rem}.guide-v2-side-total-val{font-family:var(--display);font-weight:700;color:var(--accent);font-size:1.55rem;letter-spacing:-.02em;white-space:nowrap;font-variant-numeric:tabular-nums}@media(max-width:1200px){.guide-v2-side-total-val{font-size:1.4rem}}.guide-v2-side-sub{font-size:.75rem;line-height:1.45;color:rgba(232,232,240,.76);margin-bottom:14px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.guide-v2-side-livedot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 rgba(39,174,96,.6);animation:guideV2LivePulse 2s ease-out infinite}.guide-v2-side .cta,.guide-v2-side .guide-v2-side-cta{justify-content:center;width:100%}.guide-v2-side-divider{height:1px;background:var(--border);margin:16px 0 12px}.guide-v2-side-section-label{font-size:.66rem;text-transform:uppercase;letter-spacing:1.05px;color:rgba(232,232,240,.72);font-weight:700;margin-bottom:8px}.guide-v2-side-map{display:flex;flex-direction:column;gap:2px}.guide-v2-side-map-item{display:flex;align-items:center;gap:10px;padding:7px 8px;border-radius:7px;font-size:.78rem;line-height:1.3;color:rgba(232,232,240,.72);text-decoration:none;transition:background .15s,color .15s}.guide-v2-side-map-item:hover{background:rgba(255,255,255,3%);color:var(--text);text-decoration:none}.guide-v2-side-map-num{font-family:var(--mono);font-size:.68rem;font-weight:700;color:rgba(232,232,240,.62);width:18px;flex-shrink:0}.guide-v2-side-map-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guide-v2-side-map-price{color:rgba(232,232,240,.72);font-family:var(--mono);font-size:.73rem;font-variant-numeric:tabular-nums;flex-shrink:0}.guide-v2-side-map-item.is-active{color:var(--accent);background:var(--accent-dim)}.guide-v2-side-map-item.is-active .guide-v2-side-map-num,.guide-v2-side-map-item.is-active .guide-v2-side-map-price{color:var(--accent)}.guide-v2-side .sidebar-title{line-height:1.28}.guide-v2-side #sidebar-current-vendor{color:#fff;font-size:.84rem;line-height:1.35}.guide-v2-side #sidebar-current-price{font-size:.96rem;line-height:1.2;font-variant-numeric:tabular-nums}.guide-v2-side #sidebar-current-checked{color:rgba(232,232,240,.68);font-size:.72rem;line-height:1.35;text-align:right}.guide-v2-side .sidebar-bullets li{color:rgba(232,232,240,.78);font-size:.8rem;line-height:1.45}.guide-v2-legal{text-align:center;font-size:.7rem;color:var(--text-dim);margin-top:12px;padding:8px}@media(prefers-reduced-motion:reduce){.guide-v2-kicker-dot,.guide-v2-live-dot,.guide-v2-total-livedot,.guide-v2-side-livedot{animation:none}.guide-v2-total::after{animation:none;display:none}.guide-v2-row:hover{transform:none}}.guide-v2 .offer-row .cta{padding:9px 16px;border-radius:10px;font-size:.82rem;font-weight:700;letter-spacing:.01em;line-height:1.2;gap:6px;border:1px solid transparent;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease;white-space:nowrap}.guide-v2 .offer-row .cta:hover{opacity:1;transform:translateY(-1px);text-decoration:none}.guide-v2 .offer-row .cta-primary{background:linear-gradient(180deg,#ef536f,var(--accent));color:#fff;border-color:rgba(255,255,255,8%);box-shadow:0 10px 22px -12px rgba(233,69,96,.55),inset 0 1px rgba(255,255,255,.12)}.guide-v2 .offer-row .cta-primary:hover{background:linear-gradient(180deg,#f46d85,#ea4b64);box-shadow:0 14px 28px -12px rgba(233,69,96,.7),inset 0 1px rgba(255,255,255,.16)}.guide-v2 .offer-row .cta-secondary{background:rgba(255,255,255,.025);color:var(--text);border-color:rgba(255,255,255,.12)}.guide-v2 .offer-row .cta-secondary:hover{background:rgba(233,69,96,7%);border-color:rgba(233,69,96,.45);color:var(--accent)}@media(max-width:640px){.guide-v2 .offer-row .cta{padding:11px 18px;font-size:.85rem}}@media(prefers-reduced-motion:reduce){.guide-v2 .offer-row .cta,.guide-v2 .offer-row .cta:hover{transform:none;transition:none}}.guide-v2 .guide-v2-row-body{padding:0 16px 14px}.guide-v2 .guide-v2-row-body>*+*{margin-top:8px}.guide-v2 .guide-v2-row-body>.mb-md,.guide-v2 .guide-v2-row-body>.alert,.guide-v2 .guide-v2-row-body>details{margin-bottom:0}.guide-v2 .specs{font-size:.74rem;line-height:1.45;color:var(--text-dim);padding:8px 0 6px;opacity:.76}.guide-v2 .guide-v2-row-body .section-label{font-size:.64rem;letter-spacing:.95px;margin-bottom:5px;color:rgba(232,232,240,.72);font-weight:700}.guide-v2 .guide-v2-row-body p.text-sm{font-size:.83rem;line-height:1.52;color:var(--text);margin:0}.guide-v2 .guide-v2-row-body>.mb-md{margin-bottom:0}.guide-v2 .guide-v2-row-body details{margin-top:6px}.guide-v2 .guide-v2-row-body details>summary{list-style:none;display:inline-flex;align-items:center;gap:6px;cursor:pointer;user-select:none}.guide-v2 .guide-v2-row-body details>summary::-webkit-details-marker{display:none}.guide-v2 .guide-v2-row-body details>summary::after{content:'▾';font-size:.7rem;line-height:1;opacity:.78;transform-origin:center;transition:transform .18s ease}.guide-v2 .guide-v2-row-body details[open]>summary::after{transform:rotate(180deg)}.guide-v2 .guide-v2-row-body details>summary.text-xs{font-size:.75rem;line-height:1.35;color:rgba(232,232,240,.74)}.guide-v2 .guide-v2-row-body details>summary.section-label{width:100%;justify-content:space-between;padding-top:1px}.guide-v2 .guide-v2-row-body details>.offer-stack,.guide-v2 .guide-v2-row-body details>p.text-sm{margin-top:8px}.guide-v2 .guide-v2-row-body .alert{padding:10px 12px;margin:0;font-size:.82rem;line-height:1.48;border-radius:8px}.guide-v2 .guide-v2-row-body .alert .section-label{font-size:.62rem;margin-bottom:6px;letter-spacing:.85px}.guide-v2 .guide-v2-row-body .alert p.text-sm,.guide-v2 .guide-v2-row-body .alert p{font-size:.82rem;line-height:1.55;margin:0}.guide-v2 .guide-v2-row-body>.alert.alert-info{background:rgba(52,152,219,.065);border-color:rgba(52,152,219,.26)}.guide-v2 .guide-v2-row-body .alert.alert-info .section-label.guide-v2-inline-accent{color:var(--blue)}.guide-v2 .guide-v2-row-body details>summary.guide-v2-inline-toggle{cursor:pointer;user-select:none}.guide-v2 .guide-v2-row-body details>p.text-sm.guide-v2-inline-copy{margin-top:.5rem}.guide-v2 .guide-v2-row-body .alert p.text-sm.guide-v2-inline-reset{margin:0}.guide-v2 .guide-v2-row-body .offer-stack.guide-v2-offer-stack-spaced{margin-top:.75rem}.guide-v2 .guide-v2-inline-copy.text-dim,.guide-v2 .guide-v2-inline-note{color:rgba(232,232,240,.72);font-size:.75rem;line-height:1.45}.guide-v2 .guide-v2-inline-note{margin-bottom:6px}.guide-v2 .guide-v2-row-body .alert[id^=dynamic-inline-]{background:rgba(52,152,219,.065);border-color:rgba(52,152,219,.26)}.guide-v2 .guide-v2-row-body .alert[id^=dynamic-inline-] .offer-row{margin-top:.6rem;padding:11px 12px;gap:10px;background:rgba(8,8,26,.34);border:1px solid rgba(255,255,255,.075);border-bottom:1px solid rgba(255,255,255,.075);border-radius:8px}.guide-v2 .guide-v2-dynamic-block{padding:9px 0 0}.guide-v2 .guide-v2-dynamic-block .guide-v2-inline-alt{color:rgba(232,232,240,.78)}.guide-v2 .guide-v2-dynamic-block .guide-v2-inline-copy{max-width:680px;margin-bottom:0}.guide-v2 .guide-v2-dynamic-stack{margin-top:.55rem}.guide-v2 .guide-v2-alternatives-block{position:relative;margin-top:-.15rem;padding:11px 12px 12px 14px;background:rgba(255,255,255,.014);border:1px solid rgba(255,255,255,.055);border-left-color:rgba(232,232,240,.16);border-radius:10px}.guide-v2 .guide-v2-alternatives-block::before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:2px;border-radius:999px;background:rgba(232,232,240,.16)}.guide-v2 .guide-v2-alternatives-stack{border-color:rgba(255,255,255,.045);background:rgba(8,8,26,.2)}.guide-v2 .offer-row.guide-v2-dynamic-candidate-row{background:rgba(255,255,255,.014)}.guide-v2 .offer-row.guide-v2-alternative-row{padding:8px 10px;gap:8px;border-bottom-color:rgba(255,255,255,.045)}.guide-v2 .guide-v2-dynamic-kind{margin-bottom:3px;color:rgba(232,232,240,.46);font-size:.56rem;font-weight:720;letter-spacing:.07em;line-height:1.2;text-transform:uppercase}.guide-v2 .guide-v2-dynamic-product-title{display:block;color:rgba(232,232,240,.82);font-size:.82rem;font-weight:620;line-height:1.28}.guide-v2 .guide-v2-alternative-row .guide-v2-dynamic-price{color:rgba(232,232,240,.84);font-size:.9rem;font-weight:690;min-width:66px}.guide-v2 .offer-row.guide-v2-dynamic-candidate-row .guide-v2-dynamic-cta{min-height:30px;padding:6px 10px;border-radius:8px;color:rgba(232,232,240,.86);background:0 0;border-color:rgba(255,255,255,.13);box-shadow:none}.guide-v2 .offer-row.guide-v2-dynamic-candidate-row .guide-v2-dynamic-cta:hover{color:#fff;background:rgba(255,255,255,.045);border-color:rgba(255,255,255,.22);box-shadow:none}.guide-v2 .guide-v2-same-product-block{padding-top:7px}.guide-v2 .guide-v2-same-product-stack{border-color:rgba(255,255,255,4%);background:0 0}.guide-v2 .offer-row.guide-v2-same-product-row{padding:6px 9px;gap:8px;background:rgba(255,255,255,1%);border-bottom-color:rgba(255,255,255,4%)}.guide-v2 .guide-v2-same-product-row .offer-vendor{flex-basis:132px}.guide-v2 .guide-v2-same-product-row .guide-v2-dynamic-price{color:rgba(232,232,240,.82);font-size:.86rem;font-weight:660;min-width:62px}.guide-v2 .guide-v2-same-product-row .offer-details{font-size:.7rem;opacity:.76}.guide-v2 .guide-v2-same-product-row .guide-v2-dynamic-cta{min-height:28px;padding:5px 9px;font-size:.72rem}.guide-v2 .vendor-dynamic{color:rgba(232,232,240,.74);background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,8%)}.guide-v2 .guide-v2-dynamic-chip{display:inline-flex;align-items:center;padding:2px 6px;border-radius:999px;font-size:.58rem;font-weight:680;line-height:1.25;color:rgba(232,232,240,.66);background:rgba(255,255,255,.028);border:1px solid rgba(255,255,255,.065)}@media(max-width:640px){.guide-v2 .guide-v2-alternatives-block{padding:10px 9px 10px 12px}.guide-v2 .offer-row.guide-v2-alternative-row,.guide-v2 .offer-row.guide-v2-same-product-row{align-items:flex-start}.guide-v2 .guide-v2-alternative-row .guide-v2-dynamic-price,.guide-v2 .guide-v2-same-product-row .guide-v2-dynamic-price{min-width:0}.guide-v2 .offer-row.guide-v2-dynamic-candidate-row .guide-v2-dynamic-cta{width:auto;min-width:72px;align-self:stretch;justify-content:center}}.guide-v2 .offer-stack{border-color:rgba(255,255,255,.055);border-radius:9px;overflow:hidden}.guide-v2 .offer-row{padding:9px 12px;gap:9px;align-items:center}.guide-v2 .offer-vendor{min-width:104px;flex:0 1 180px}.guide-v2 .offer-vendor .bold{font-size:.89rem;line-height:1.25}.guide-v2 .offer-vendor .mt-sm{margin-top:3px}.guide-v2 .offer-vendor .vendor-badge{font-size:.6rem;padding:2px 6px;letter-spacing:.25px;line-height:1.25}.guide-v2 .offer-vendor .link-badge{display:none}.guide-v2 .offer-price{font-size:1rem;line-height:1.15;min-width:72px;font-variant-numeric:tabular-nums}.guide-v2 .offer-row .trust-badge{font-size:.67rem;padding:2px 7px}.guide-v2 .offer-row .cta{padding:8px 13px;font-size:.78rem;border-radius:9px}.guide-v2 .offer-details{flex:1 1 160px;min-width:96px;font-size:.72rem;line-height:1.45;color:rgba(232,232,240,.76);opacity:.86}.guide-v2 .offer-details>div{font-size:.72rem}.guide-v2 .offer-details>div+div{margin-top:2px}.guide-v2 .offer-details>div:last-child{opacity:.9;font-size:.69rem}.guide-v2 .offer-row.offer-row--muted{opacity:.62!important}@media(max-width:640px){.guide-v2 .guide-v2-row-body{padding:0 13px 12px}.guide-v2 .guide-v2-row-body>*+*{margin-top:7px}.guide-v2 .offer-row{padding:11px 12px;gap:7px}.guide-v2 .offer-vendor{flex-basis:100%;min-width:0}.guide-v2 .offer-details{min-width:0;width:100%;flex-basis:100%;font-size:.73rem;line-height:1.45}.guide-v2 .offer-details>div:last-child{display:block}.guide-v2 .guide-v2-row-body p.text-sm{font-size:.81rem}.guide-v2 .guide-v2-row-body details>summary.text-xs{font-size:.74rem}.guide-v2 .offer-row .cta{padding:10px 16px;font-size:.83rem}}.guide-v2 .guide-v2-fold-all{appearance:none;display:inline-flex;align-items:center;gap:6px;padding:6px 11px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.025);color:var(--text-dim);font-family:var(--sans);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;cursor:pointer;line-height:1;transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease}.guide-v2 .guide-v2-fold-all:hover{color:var(--text);background:rgba(233,69,96,7%);border-color:rgba(233,69,96,.35)}.guide-v2 .guide-v2-fold-all:active{transform:translateY(1px)}.guide-v2 .guide-v2-fold-all:focus-visible{outline:2px solid rgba(233,69,96,.7);outline-offset:2px}.guide-v2 .guide-v2-fold-all[hidden]{display:none}.guide-v2 .guide-v2-fold-all-icon{display:inline-block;font-size:.7rem;line-height:1;opacity:.85;transform:translateY(-.5px)}@media(max-width:640px){.guide-v2 .guide-v2-fold-all{padding:7px 12px;font-size:.68rem}}@media(prefers-reduced-motion:reduce){.guide-v2 .guide-v2-fold-all,.guide-v2 .guide-v2-fold-all:active{transition:none;transform:none}}@media(min-width:1100px){.container-tuto{max-width:1200px}}.vendor-delayed{color:var(--yellow);background:rgba(241,196,15,.12);border:1px solid rgba(241,196,15,.28)}.alert-delay{background:rgba(241,196,15,8%);border:1px solid rgba(241,196,15,.22);color:var(--text)}.offer-row-delayed{background:rgba(241,196,15,6%);border:1px solid rgba(241,196,15,.16);border-radius:10px}.offer-price-delayed{color:var(--yellow)}.delayed-delivery-chip{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:.62rem;font-weight:700;letter-spacing:.03em;color:#f7e08d;background:rgba(241,196,15,.1);border:1px solid rgba(241,196,15,.22)}.delayed-offer-card,.delayed-offer-panel{margin-top:10px}.delayed-offer-panel{padding-top:12px;border-top:1px solid var(--border)}.delayed-offer-panel-label,.guide-v2-inline-delay{color:var(--yellow)}.delayed-offer-details{min-width:130px}.cta-delay{background:rgba(241,196,15,8%);color:var(--yellow);border:1px solid rgba(241,196,15,.34)}.cta-delay:hover{background:rgba(241,196,15,.14);color:#ffe89c;text-decoration:none}.pool-selection-title{margin-top:.35rem}.pool-selection-intro{margin-top:0}.pool-selection-row{margin-top:1rem}.guide-v2 .guide-v2-row-body .alert-delay .section-label.guide-v2-inline-delay{color:var(--yellow)}.guide-v2 .offer-row.offer-row-delayed .cta-delay{box-shadow:none}@media(max-width:640px){.delayed-offer-panel{padding-top:10px}.delayed-offer-details{min-width:0;width:100%}.delayed-delivery-chip{font-size:.6rem}}@media(min-width:769px){.page-home .site-header .container{max-width:1180px;padding:0 30px}.page-home .site-header-inner{display:grid;grid-template-columns:minmax(210px,1fr)auto minmax(150px,1fr);min-height:76px;gap:18px}.page-home .brand-tagline{display:block}.page-home .site-header-badge{display:inline-flex;justify-self:end;font-size:.66rem;padding:8px 10px}.page-home .nav-toggle{display:none!important}.page-home .site-nav{position:static!important;display:flex!important;flex-direction:row!important;width:auto!important;max-height:none!important;opacity:1!important;overflow:visible!important;padding:0!important;transform:none!important;background:0 0!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;align-items:center!important;justify-content:center!important;gap:6px!important}.page-home .site-nav a{border:0!important;border-radius:999px!important;padding:9px 11px!important;font-size:.82rem!important;white-space:nowrap}}.container-home{max-width:1180px;padding:0 30px 78px}.tbv3-home,.tbv3-home *{box-sizing:border-box;min-width:0}.tbv3-home{--tbv3-panel:rgba(13,18,34,.78);--tbv3-panel-strong:rgba(16,22,42,.94);--tbv3-line:rgba(255,255,255,.088);--tbv3-line-strong:rgba(233,69,96,.34);--tbv3-muted:#a7afc6;--tbv3-soft:#dce2f4;--tbv3-cyan:#78dcff;--tbv3-purple:#a78bfa;position:relative;width:100%;overflow-x:hidden;overflow-x:clip;margin:0;padding:0 0 28px}.tbv3-home::before,.tbv3-home::after{content:none;display:none}.tbv3-hero-zone{position:relative;isolation:isolate}.tbv3-hero-zone::before{content:'';position:absolute;inset:-110px calc(50% - 50vw)-12px;pointer-events:none;z-index:0;background:radial-gradient(circle 380px at 11% 22%,rgba(101,214,255,.12),transparent),radial-gradient(circle 420px at 92% -6%,rgba(233,69,96,.13),transparent),linear-gradient(180deg,rgba(9,10,28,.12),rgba(8,8,26,.92) 78%,rgba(8,8,26,0) 100%);opacity:.88}.tbv3-hero-zone::after{content:'';position:absolute;inset:0 calc(50% - 50vw)-8px;pointer-events:none;z-index:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(180deg,rgba(0,0,0,.62),rgba(0,0,0,.34) 58%,transparent 100%);opacity:.45}.tbv3-hero-zone>.tbv3-hero{position:relative;z-index:1}.tbv3-hero,.tbv3-section{position:relative;z-index:1}.tbv3-hero{display:grid;grid-template-columns:minmax(0,.92fr)minmax(360px,1.08fr);gap:clamp(28px,4vw,54px);align-items:center;padding:54px 0 34px}.tbv3-kicker{display:inline-flex;align-items:center;gap:10px;margin:0 0 16px;color:#ff6f88;font-size:.68rem;font-weight:900;letter-spacing:.17em;text-transform:uppercase}.tbv3-kicker::before{content:'';width:7px;height:7px;border-radius:999px;background:var(--accent);box-shadow:0 0 18px rgba(233,69,96,.85);flex:none}.tbv3-title{margin:0 0 18px;color:#fff;font-family:var(--display);font-size:clamp(2.4rem,5.1vw,3.95rem);line-height:1;letter-spacing:-.055em;text-wrap:balance;max-width:19ch}.tbv3-subtitle{max-width:590px;margin:0 0 26px;color:#c9d0e5;font-size:clamp(1.05rem,1.55vw,1.26rem);line-height:1.58}.tbv3-actions{display:flex;flex-wrap:wrap;gap:12px;margin:0}.tbv3-home .cta{position:relative;min-height:48px;padding:12px 20px 12px 24px;border-radius:10px;font-weight:820;letter-spacing:-.005em}.tbv3-home .cta::before{content:'';position:absolute;left:9px;top:12px;bottom:12px;width:3px;border-radius:2px}.tbv3-home .cta-primary::before{background:rgba(255,255,255,.88)}.tbv3-home .cta-secondary::before{background:var(--accent)}.tbv3-home .cta::after{content:'→';margin-left:6px;color:currentColor}.tbv3-cockpit{position:relative;justify-self:end;width:min(100%,520px);min-height:360px;display:grid;padding:1px;color:inherit;border-radius:28px;overflow:hidden;background:linear-gradient(135deg,rgba(233,69,96,.42),rgba(101,214,255,.16) 46%,rgba(255,255,255,9%));box-shadow:0 34px 90px rgba(0,0,0,.38),0 0 0 1px rgba(255,255,255,.025)inset}.tbv3-cockpit::before{content:'';position:absolute;inset:-34% -18% auto auto;width:280px;height:280px;border-radius:999px;background:radial-gradient(circle,rgba(233,69,96,.26),transparent 66%);pointer-events:none}.tbv3-cockpit::after{content:'';position:absolute;inset:1px;border-radius:27px;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:26px 26px;mask-image:radial-gradient(circle at 50% 42%,rgba(0,0,0,.68),transparent 72%);opacity:.48;pointer-events:none}.tbv3-cockpit-shell{position:relative;z-index:1;min-height:inherit;display:grid;align-content:center;gap:22px;padding:28px;border-radius:27px;overflow:hidden;isolation:isolate;background:radial-gradient(circle at 50% 36%,rgba(233,69,96,.2),transparent 28%),radial-gradient(circle at 78% 76%,rgba(101,214,255,.12),transparent 30%),linear-gradient(145deg,rgba(12,16,34,.97),rgba(6,8,22,.98))}.tbv3-cockpit-shell::before{content:'';position:absolute;inset:28px;border:1px solid rgba(255,255,255,.075);border-radius:24px;transform:skewX(-7deg);opacity:.48;pointer-events:none}.tbv3-cockpit-shell::after{content:'';position:absolute;left:9%;right:9%;top:50%;height:1px;background:linear-gradient(90deg,transparent,rgba(233,69,96,.54),rgba(101,214,255,.34),transparent);opacity:.72;pointer-events:none}.tbv3-cockpit-decor{position:absolute;inset:0;z-index:0;pointer-events:none}.tbv3-cockpit-pulse{position:absolute;left:50%;top:41%;width:188px;height:188px;transform:translate(-50%,-50%);border-radius:999px;border:1px solid rgba(233,69,96,.48);box-shadow:0 0 0 18px rgba(233,69,96,.035),0 0 0 48px rgba(101,214,255,.018),0 0 70px rgba(233,69,96,.18)}.tbv3-cockpit-pulse::before,.tbv3-cockpit-pulse::after{content:'';position:absolute;inset:22px;border-radius:inherit;border:1px solid rgba(255,255,255,.095)}.tbv3-cockpit-pulse::after{inset:48px;background:radial-gradient(circle,rgba(233,69,96,.2),rgba(233,69,96,2%) 62%,transparent);border-color:rgba(233,69,96,.28)}.tbv3-cockpit-rails{position:absolute;inset:18% 8% auto;display:grid;gap:16px;transform:rotate(-8deg);opacity:.72}.tbv3-cockpit-rail{display:block;height:2px;width:min(62vw,360px);border-radius:999px;background:linear-gradient(90deg,transparent,rgba(233,69,96,.46),rgba(101,214,255,.24),transparent)}.tbv3-cockpit-rail:nth-child(2){width:min(50vw,290px);margin-left:58px;opacity:.62}.tbv3-cockpit-rail:nth-child(3){width:min(42vw,240px);margin-left:118px;opacity:.44}.tbv3-cockpit-core{position:relative;z-index:2;justify-self:center;width:clamp(156px,18vw,212px);height:clamp(156px,18vw,212px);display:grid;place-items:center;align-content:center;gap:8px;text-align:center;border-radius:999px;border:1px solid rgba(233,69,96,.38);background:radial-gradient(circle at 50% 36%,rgba(255,255,255,.105),transparent 34%),linear-gradient(180deg,rgba(233,69,96,.18),rgba(13,18,34,.84));box-shadow:inset 0 1px rgba(255,255,255,.13),0 24px 70px rgba(0,0,0,.38)}.tbv3-cockpit-label{color:#ffd3db;font-size:.62rem;font-weight:900;letter-spacing:.13em;line-height:1.2;text-transform:uppercase}.tbv3-cockpit-verdict{color:#fff;font-family:var(--display);font-size:clamp(1.35rem,2.5vw,1.88rem);line-height:.98;letter-spacing:-.045em}.tbv3-cockpit-signals{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.tbv3-cockpit-signal{min-height:70px;display:grid;align-content:center;gap:5px;padding:11px 10px;border-radius:16px;border:1px solid rgba(255,255,255,.085);background:rgba(255,255,255,.045);box-shadow:inset 0 1px rgba(255,255,255,.055);backdrop-filter:blur(10px)}.tbv3-cockpit-signal-label{color:#fff;font-size:.72rem;font-weight:900;line-height:1.12;letter-spacing:-.01em}.tbv3-cockpit-signal-value{color:var(--tbv3-muted);font-size:.58rem;font-weight:780;line-height:1.16;text-transform:uppercase;letter-spacing:.07em}.tbv3-badge-row{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px}.tbv3-badge{display:inline-flex;align-items:center;min-height:26px;padding:5px 9px;border-radius:8px;border:1px solid rgba(233,69,96,.38);background:rgba(233,69,96,.13);color:#ff9aae;font-size:.62rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.tbv3-badge.is-cyan{color:#9beaff;border-color:rgba(101,214,255,.34);background:rgba(101,214,255,.1)}.tbv3-card h3,.tbv3-panel h2{color:#fff;margin:0}.tbv3-section{padding:35px 0}.tbv3-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin:0 0 18px}.tbv3-section-title{margin:0;color:#fff;font-size:clamp(1.35rem,2.15vw,1.75rem);line-height:1.08;letter-spacing:-.04em}.tbv3-section-note{max-width:500px;margin:0;color:var(--tbv3-muted);line-height:1.58;font-size:.94rem}.tbv3-radar-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.tbv3-card,.tbv3-panel{position:relative;border:1px solid var(--tbv3-line);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.016)),var(--tbv3-panel);box-shadow:0 22px 56px rgba(0,0,0,.18);overflow:hidden}a.tbv3-card:hover,a.tbv3-guide:hover,a.tbv3-atelier-card:hover{transform:translateY(-2px);border-color:rgba(233,69,96,.34);text-decoration:none}.tbv3-radar-card{display:grid;grid-template-columns:68px minmax(0,1fr);gap:16px;min-height:148px;padding:20px;color:inherit;transition:transform .18s ease,border-color .18s ease}.tbv3-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;border:1px solid rgba(255,255,255,8%);color:#ff9aae;font-family:var(--display);font-weight:900;font-size:1.85rem;letter-spacing:-.03em;background:radial-gradient(circle at 52% 48%,rgba(233,69,96,.18),transparent 48%),rgba(233,69,96,.1);box-shadow:inset 0 0 26px rgba(233,69,96,.1)}.tbv3-icon.is-cyan{background:rgba(101,214,255,.1);color:#9beaff}.tbv3-icon.is-purple{background:rgba(167,139,250,.12);color:#d2c5ff}.tbv3-radar-card h3{font-size:1.12rem;letter-spacing:-.03em}.tbv3-radar-card p{margin:8px 0 12px;color:var(--tbv3-muted);font-size:.9rem;line-height:1.48}.tbv3-small-pill{display:inline-flex;align-self:start;padding:5px 8px;border-radius:7px;color:#ff96aa;background:rgba(233,69,96,.11);border:1px solid rgba(233,69,96,.28);font-size:.66rem;font-weight:850}.tbv3-small-pill.is-cyan{color:#93eaff;background:rgba(101,214,255,8%);border-color:rgba(101,214,255,.26)}.tbv3-small-pill.is-purple{color:#ccbfff;background:rgba(167,139,250,.1);border-color:rgba(167,139,250,.26)}.tbv3-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tbv3-guide{display:grid;grid-template-columns:38% minmax(0,1fr);min-height:260px;color:inherit;border-radius:18px;transition:transform .18s ease,border-color .18s ease;text-decoration:none}.tbv3-guide-media{min-height:100%;background:radial-gradient(circle at 50% 35%,rgba(233,69,96,.24),transparent 34%),linear-gradient(135deg,rgba(19,25,49,.95),#080a18)}.tbv3-guide.has-image .tbv3-guide-media{background-image:linear-gradient(180deg,rgba(8,9,24,.12),rgba(8,9,24,.38)),var(--tbv3-guide-image);background-size:cover;background-position:50%;filter:saturate(.96)contrast(1.06)brightness(.78)}.tbv3-guide.is-config-1440p.has-image .tbv3-guide-media{background-image:linear-gradient(180deg,rgba(8,9,24,4%),rgba(8,9,24,.3)),var(--tbv3-guide-image);background-position:56%;filter:saturate(1.05)contrast(1.08)brightness(.9)}.tbv3-guide.tbv3-guide--pilier{grid-column:1/-1;grid-template-columns:52% 48%;min-height:340px}.tbv3-guide.tbv3-guide--contain.has-image .tbv3-guide-media{background-image:var(--tbv3-guide-image);background-size:contain;background-repeat:no-repeat;background-position:50%;filter:none}.tbv3-guide-body{display:flex;flex-direction:column;padding:22px}.tbv3-guide h3{margin:0 0 10px;color:#fff;font-size:clamp(1.18rem,1.9vw,1.62rem);letter-spacing:-.045em}.tbv3-guide p{margin:0 0 14px;color:var(--tbv3-muted);line-height:1.52;font-size:.9rem}.tbv3-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto}.tbv3-tag{display:inline-flex;padding:5px 7px;border-radius:8px;border:1px solid rgba(255,255,255,.095);color:#cfd6ea;background:rgba(255,255,255,.035);font-size:.64rem;font-weight:760}.tbv3-card-link{display:inline-flex;align-items:center;gap:8px;margin-top:17px;color:#fff;font-weight:850;font-size:.82rem}.tbv3-card-link::after{content:'→';color:var(--accent)}.tbv3-deals-panel{padding:12px}.tbv3-deals-head,.tbv3-deal-row{display:grid;grid-template-columns:minmax(330px,1.55fr)112px 146px 72px minmax(150px,.85fr);gap:12px;align-items:center}.tbv3-deals-head{padding:9px 14px;color:#7f879e;font-size:.66rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.tbv3-deal-row{color:inherit;padding:13px 14px;border-radius:14px;border-top:1px solid rgba(255,255,255,.055);text-decoration:none;transition:background .18s ease,transform .18s ease}.tbv3-deal-row:hover{background:rgba(255,255,255,.035);text-decoration:none;transform:translateY(-1px)}.tbv3-deal-product{display:flex;align-items:center;gap:13px}.tbv3-deal-thumb{position:relative;width:72px;height:54px;border-radius:14px;border:1px solid rgba(255,255,255,9%);background:radial-gradient(circle at 78% 35%,rgba(233,69,96,.28),transparent 34%),radial-gradient(circle at 14% 80%,rgba(101,214,255,.16),transparent 34%),linear-gradient(135deg,rgba(28,36,68,.95),rgba(9,10,24,.98));box-shadow:inset 0 1px rgba(255,255,255,.055),0 12px 28px rgba(0,0,0,.22);overflow:hidden;flex:none}.tbv3-deal-thumb::after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,6%),transparent 38%),radial-gradient(circle at 18% 18%,rgba(233,69,96,.14),transparent 36%)}.tbv3-deal-thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.05)contrast(1.06)brightness(.92);transform:scale(1.015)}.tbv3-deal-title{color:#e9edfb;font-weight:780;line-height:1.33;font-size:.9rem}.tbv3-deal-price{color:#ff6b84;font-weight:900}.tbv3-deal-vendor,.tbv3-deal-verdict{color:var(--tbv3-muted);font-size:.8rem;line-height:1.38}.tbv3-deal-trust{color:#58d889;font-weight:900}.tbv3-bottom-grid{display:grid;grid-template-columns:minmax(0,.92fr)minmax(0,1.08fr);gap:14px}.tbv3-panel{padding:22px}.tbv3-panel h2{font-size:clamp(1.25rem,2vw,1.72rem);letter-spacing:-.04em}.tbv3-panel p{margin:8px 0 0;color:var(--tbv3-muted);line-height:1.52;font-size:.9rem}.tbv3-panel-atelier{padding:18px;background:radial-gradient(circle at 22% 0%,rgba(233,69,96,.14),transparent 32%),radial-gradient(circle at 82% 18%,rgba(101,214,255,.1),transparent 28%),linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.016)),var(--tbv3-panel)}.tbv3-panel-atelier>*{position:relative;z-index:1}.tbv3-panel-atelier::before{content:'';position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:30px 30px;mask-image:linear-gradient(180deg,rgba(0,0,0,.42),transparent 58%);opacity:.52}.tbv3-atelier-hero{display:block;position:relative;height:190px;margin:16px 0 18px;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.095);background:radial-gradient(circle at 18% 12%,rgba(233,69,96,.26),transparent 36%),rgba(8,10,24,.92);box-shadow:0 22px 58px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.055);text-decoration:none}.tbv3-atelier-hero:hover{text-decoration:none;border-color:rgba(233,69,96,.34)}.tbv3-atelier-hero img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.08)contrast(1.07)brightness(.8);transform:scale(1.015);transition:transform .22s ease,filter .22s ease}.tbv3-atelier-hero:hover img{transform:scale(1.035);filter:saturate(1.12)contrast(1.08)brightness(.84)}.tbv3-atelier-hero::after{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 18% 22%,rgba(233,69,96,.16),transparent 34%),radial-gradient(circle at 90% 78%,rgba(101,214,255,.12),transparent 34%),linear-gradient(180deg,rgba(8,8,26,2%),rgba(8,8,26,.28))}.tbv3-trust-list{display:grid;gap:8px;margin-top:16px}.tbv3-trust-row{display:flex;justify-content:space-between;gap:14px;padding:10px 12px;border-radius:10px;border:1px solid rgba(255,255,255,7%);background:rgba(255,255,255,.026);font-size:.82rem}.tbv3-trust-row strong{color:#fff}.tbv3-trust-row span{color:#7ee2a5;font-weight:850;white-space:nowrap}.tbv3-trust-row.is-warn span{color:#f2c75c}.tbv3-trust-row.is-danger span{color:#ff687c}.tbv3-atelier-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px}.tbv3-atelier-card{min-height:132px;padding:12px;color:inherit;border-radius:14px;border:1px solid var(--tbv3-line);background:rgba(255,255,255,.023);transition:transform .18s ease,border-color .18s ease;text-decoration:none}.tbv3-atelier-art{width:100%;height:50px;margin-bottom:11px;border-radius:12px;position:relative;overflow:hidden;background:radial-gradient(circle at 82% 22%,rgba(233,69,96,.13),transparent 45%),linear-gradient(135deg,rgba(22,28,52,.95),rgba(10,12,26,.98));border:1px solid rgba(255,255,255,7%)}.tbv3-atelier-art::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.038) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.032) 1px,transparent 1px);background-size:14px 14px;opacity:.55;pointer-events:none}.tbv3-atelier-card strong{display:block;color:#fff;font-size:.84rem;line-height:1.25}.tbv3-atelier-card span{display:block;margin-top:8px;color:var(--accent);font-size:.72rem;font-weight:850}.tbv3-newsletter{display:grid;grid-template-columns:auto minmax(0,1fr)auto;gap:16px;align-items:center;padding:22px;border-radius:20px;border:1px solid rgba(233,69,96,.34);background:radial-gradient(circle at 14% 0%,rgba(233,69,96,.26),transparent 32%),linear-gradient(90deg,rgba(233,69,96,.16),rgba(255,255,255,.025));box-shadow:0 24px 68px rgba(0,0,0,.24)}.tbv3-news-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:17px;border:1px solid rgba(233,69,96,.42);background:rgba(233,69,96,.11);color:#fff;font-size:1.34rem}.tbv3-newsletter h2{margin:0 0 6px;color:#fff;font-size:clamp(1.22rem,2vw,1.72rem)}.tbv3-newsletter p{margin:0;color:#d7dcea;line-height:1.45;font-size:.9rem}@media(max-width:900px) and (min-width:761px){.container-home{padding-left:18px;padding-right:18px}.tbv3-hero{grid-template-columns:minmax(0,.92fr)minmax(330px,1.08fr);gap:24px}.tbv3-title{font-size:clamp(2.7rem,5vw,3.35rem)}.tbv3-radar-card{grid-template-columns:52px 1fr;padding:16px}.tbv3-icon{width:46px;height:46px;border-radius:15px;font-size:1.5rem}.tbv3-guide{grid-template-columns:34% 1fr}.tbv3-atelier-hero{height:210px}.tbv3-deals-head,.tbv3-deal-row{grid-template-columns:minmax(240px,1.5fr)96px 116px 60px}.tbv3-deals-head span:last-child{display:none}.tbv3-deal-verdict{display:none}.tbv3-bottom-grid{grid-template-columns:1fr}}@media(max-width:760px){.container-home{padding:0 14px 54px}.tbv3-hero{grid-template-columns:1fr;gap:24px;padding:36px 0 24px}.tbv3-title{font-size:clamp(2.1rem,8.2vw,2.8rem);max-width:14ch}.tbv3-subtitle{font-size:1.02rem;margin-bottom:20px}.tbv3-actions{flex-direction:column}.tbv3-home .cta{width:100%;justify-content:center}.tbv3-section{padding:36px 0}.tbv3-section-head{flex-direction:column;align-items:stretch;gap:14px}.tbv3-radar-grid,.tbv3-guide-grid,.tbv3-bottom-grid{grid-template-columns:1fr}.tbv3-radar-card{grid-template-columns:1fr;min-height:0;padding:22px}.tbv3-guide{grid-template-columns:1fr;min-height:0}.tbv3-guide.tbv3-guide--pilier{grid-template-columns:1fr;min-height:0}.tbv3-guide-media{min-height:182px}.tbv3-guide.tbv3-guide--pilier .tbv3-guide-media{min-height:200px}.tbv3-guide.is-config-1440p.has-image .tbv3-guide-media{min-height:214px;background-position:50%;filter:saturate(1.07)contrast(1.08)brightness(.92)}.tbv3-deals-head{display:none}.tbv3-deal-row{grid-template-columns:1fr;gap:8px;padding:16px 12px}.tbv3-deal-product{gap:14px;align-items:flex-start}.tbv3-deal-thumb{width:86px;height:64px;border-radius:16px}.tbv3-deal-title{font-size:.96rem}.tbv3-deal-price::before{content:'Prix : ';color:#8990a8;font-weight:800}.tbv3-deal-vendor::before{content:'Vendeur : ';color:#8990a8;font-weight:800}.tbv3-deal-trust::before{content:'Trust : ';color:#8990a8;font-weight:800}.tbv3-panel-atelier{padding:20px}.tbv3-atelier-hero{height:220px;margin:14px 0 18px;border-radius:18px}.tbv3-atelier-list{grid-template-columns:1fr}.tbv3-newsletter{grid-template-columns:1fr;padding:20px}}@media(max-width:420px){.tbv3-title{font-size:clamp(1.95rem,7.8vw,2.5rem)}.tbv3-atelier-hero{height:190px}.tbv3-kicker{font-size:.62rem;letter-spacing:.14em}}@media(min-width:1180px){.tbv3-cockpit{max-width:520px}}@media(min-width:992px) and (max-width:1199px){.tbv3-cockpit{min-height:330px;max-width:500px}.tbv3-cockpit-shell{padding:24px;gap:18px}.tbv3-cockpit-core{width:176px;height:176px}.tbv3-cockpit-signal{min-height:62px;padding:10px 8px}}@media(min-width:768px) and (max-width:991px){.tbv3-cockpit{min-height:286px;max-width:450px}.tbv3-cockpit-shell{gap:15px;padding:18px}.tbv3-cockpit-core{width:144px;height:144px}.tbv3-cockpit-signals{grid-template-columns:repeat(2,minmax(0,1fr))}.tbv3-cockpit-signal{min-height:52px}}@media(min-width:680px) and (max-width:767px){.tbv3-cockpit{align-self:stretch;min-height:216px;max-width:none}.tbv3-cockpit-shell{gap:10px;padding:14px}.tbv3-cockpit-shell::before{inset:14px}.tbv3-cockpit-core{width:108px;height:108px}.tbv3-cockpit-verdict{font-size:1.18rem}.tbv3-cockpit-label{font-size:.54rem}.tbv3-cockpit-signals{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.tbv3-cockpit-signal{min-height:42px;padding:6px;border-radius:12px}.tbv3-cockpit-signal-label{font-size:.63rem}.tbv3-cockpit-signal-value{font-size:.49rem}}@media(min-width:480px) and (max-width:679px){.tbv3-cockpit{justify-self:stretch;width:100%;max-width:none;min-height:192px;border-radius:23px}.tbv3-cockpit-shell{gap:10px;padding:14px;border-radius:22px}.tbv3-cockpit-shell::before{inset:14px;border-radius:19px}.tbv3-cockpit-core{width:112px;height:112px}.tbv3-cockpit-verdict{font-size:1.18rem}.tbv3-cockpit-rails{display:none}.tbv3-cockpit-signals{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.tbv3-cockpit-signal{min-height:42px;padding:6px;border-radius:12px}.tbv3-cockpit-signal-label{font-size:.6rem}.tbv3-cockpit-signal-value{font-size:.48rem}}@media(max-width:479px){.tbv3-cockpit{justify-self:stretch;width:100%;max-width:none;min-height:164px;border-radius:21px}.tbv3-cockpit::after{background-size:22px 22px;opacity:.36}.tbv3-cockpit-shell{gap:8px;padding:12px;border-radius:20px}.tbv3-cockpit-shell::before{inset:12px;border-radius:17px;transform:none}.tbv3-cockpit-shell::after{left:13%;right:13%;opacity:.58}.tbv3-cockpit-pulse{width:108px;height:108px;top:38%}.tbv3-cockpit-rails{display:none}.tbv3-cockpit-core{width:96px;height:96px;gap:5px}.tbv3-cockpit-label{font-size:.49rem;letter-spacing:.1em}.tbv3-cockpit-verdict{font-size:1.04rem}.tbv3-cockpit-signals{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.tbv3-cockpit-signal{min-height:34px;padding:5px 6px;border-radius:10px}.tbv3-cockpit-signal-label{font-size:.56rem}.tbv3-cockpit-signal-value{font-size:.44rem}}@media(max-width:359px){.tbv3-cockpit{min-height:146px}.tbv3-cockpit-shell{gap:7px;padding:10px}.tbv3-cockpit-pulse{width:88px;height:88px}.tbv3-cockpit-core{width:82px;height:82px}.tbv3-cockpit-label{font-size:.44rem}.tbv3-cockpit-verdict{font-size:.9rem}.tbv3-cockpit-signal{min-height:28px;padding:4px 5px}.tbv3-cockpit-signal-value{display:none}}@media(min-width:900px) and (max-width:1199px) and (max-height:700px){.tbv3-home .tbv3-hero{padding-top:26px;padding-bottom:24px}.tbv3-home .tbv3-cockpit{min-height:260px;max-width:470px}.tbv3-home .tbv3-cockpit-shell{gap:12px;padding:17px}.tbv3-home .tbv3-cockpit-shell::before{inset:17px}.tbv3-home .tbv3-cockpit-pulse{width:126px;height:126px}.tbv3-home .tbv3-cockpit-core{width:132px;height:132px;gap:6px}.tbv3-home .tbv3-cockpit-verdict{font-size:1.24rem}.tbv3-home .tbv3-cockpit-rails{display:none}.tbv3-home .tbv3-cockpit-signals{gap:7px}.tbv3-home .tbv3-cockpit-signal{min-height:48px;padding:7px;border-radius:12px}.tbv3-home .tbv3-cockpit-signal-label{font-size:.62rem}.tbv3-home .tbv3-cockpit-signal-value{font-size:.48rem}}.hermes-series-hub{position:relative}.hermes-series-hero{display:grid;grid-template-columns:minmax(0,1fr);gap:20px;margin:0 0 22px;padding:18px;border:1px solid rgba(255,255,255,9%);border-radius:18px;background:radial-gradient(circle at 18% 0%,rgba(233,69,96,.18),transparent 34%),radial-gradient(circle at 88% 18%,rgba(69,129,233,.14),transparent 38%),linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.015));box-shadow:0 24px 70px rgba(0,0,0,.26);overflow:hidden}.hermes-series-hero-copy{min-width:0;position:relative;z-index:1}.hermes-series-eyebrow,.hermes-panel-label{display:inline-flex;align-items:center;gap:8px;color:var(--accent);font-size:.72rem;font-weight:800;letter-spacing:1.7px;text-transform:uppercase}.hermes-series-eyebrow::before,.hermes-panel-label::before{content:"";width:8px;height:8px;border-radius:999px;background:var(--accent);box-shadow:0 0 18px rgba(233,69,96,.8)}.hermes-series-hero h1{margin:8px 0 10px;max-width:760px;font-size:clamp(2rem,4vw,3.55rem);line-height:.96;letter-spacing:-.055em}.hermes-series-lede{max-width:680px;margin:0;color:var(--text-dim);font-size:clamp(1rem,1.5vw,1.13rem);line-height:1.65}.hermes-series-meta{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0 0;color:rgba(255,255,255,.54);font-family:var(--mono);font-size:.74rem}.hermes-series-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:18px;max-width:620px}.hermes-series-stat{padding:12px;border:1px solid rgba(255,255,255,8%);border-radius:13px;background:rgba(0,0,0,.2);min-width:0}.hermes-series-stat strong{display:block;color:#fff;font-family:var(--mono);font-size:clamp(1.2rem,2vw,1.55rem);line-height:1}.hermes-series-stat span{display:block;margin-top:5px;color:var(--text-dim);font-size:.76rem;line-height:1.25}.hermes-series-hero-visual{position:relative;min-height:210px;border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;background:#080b16;box-shadow:inset 0 0 0 1px rgba(233,69,96,.12)}.hermes-series-hero-visual img{width:100%;height:100%;min-height:210px;object-fit:cover;display:block;filter:saturate(1.08)contrast(1.04)}.hermes-series-hero-glow{position:absolute;inset:auto 0 0 0;height:46%;background:linear-gradient(180deg,transparent,rgba(8,8,26,.78));pointer-events:none}.hermes-series-hero-badge{position:absolute;left:12px;right:12px;bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid rgba(255,255,255,.11);border-radius:13px;background:rgba(8,8,26,.76);backdrop-filter:blur(12px)}.hermes-series-hero-badge strong{color:#fff;font-size:.86rem}.hermes-series-hero-badge span{color:var(--text-dim);font-family:var(--mono);font-size:.68rem;text-align:right}.hermes-series-intro{margin:0 0 18px;padding:20px;border:1px solid rgba(255,255,255,8%);border-radius:16px;background:rgba(255,255,255,.025)}.hermes-start-panel{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;align-items:center;margin:0 0 26px;padding:18px;border:1px solid rgba(233,69,96,.24);border-radius:16px;background:linear-gradient(135deg,rgba(233,69,96,.12),rgba(255,255,255,2%)),rgba(255,255,255,2%)}.hermes-start-copy h2,.hermes-map-head h2,.hermes-bonus-head h2{margin:7px 0 0;color:#fff;letter-spacing:-.025em}.hermes-start-copy p{margin:8px 0 0;color:var(--text-dim);font-size:.92rem;line-height:1.55}.hermes-start-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:999px;background:var(--accent);color:#fff;font-weight:800;font-size:.9rem;text-decoration:none;box-shadow:0 14px 34px rgba(233,69,96,.24);white-space:nowrap}.hermes-start-cta:hover{text-decoration:none;transform:translateY(-1px)}.hermes-map-head{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;align-items:end;margin:28px 0 16px}.hermes-map-head p,.hermes-bonus-head p{margin:0;color:var(--text-dim);font-size:.9rem;line-height:1.55;max-width:650px}.hermes-map-head-compact{margin-top:0}.hermes-timeline{position:relative;display:grid;gap:16px;margin:0 0 22px}.hermes-timeline::before{content:"";position:absolute;left:18px;top:20px;bottom:20px;width:1px;background:linear-gradient(180deg,rgba(233,69,96,.45),rgba(255,255,255,5%));display:none}.hermes-timeline-step{display:grid;grid-template-columns:1fr;gap:10px;position:relative}.hermes-timeline-marker{display:none}.hermes-timeline-marker span{width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(233,69,96,.15);border:1px solid rgba(233,69,96,.34);color:var(--accent);font-family:var(--mono);font-weight:800;font-size:.78rem;box-shadow:0 0 24px rgba(233,69,96,.12)}.hermes-timeline-card{padding:16px;border:1px solid rgba(255,255,255,8%);border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,4%),rgba(255,255,255,.018))}.hermes-timeline-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 10px;color:var(--text-dim);font-family:var(--mono);font-size:.72rem}.hermes-lane-chip{display:inline-flex;align-items:center;width:fit-content;padding:5px 9px;border-radius:999px;border:1px solid rgba(255,255,255,9%);background:rgba(255,255,255,4%);color:var(--text-dim);font-family:var(--mono);font-size:.66rem;font-weight:800;letter-spacing:.8px;text-transform:uppercase}.hermes-lane-chip.is-main{border-color:rgba(233,69,96,.28);color:var(--accent);background:rgba(233,69,96,.1)}.hermes-lane-chip.is-bridge{border-color:rgba(91,141,239,.3);color:#8fb2ff;background:rgba(91,141,239,.1)}.hermes-lane-chip.is-bonus{border-color:rgba(241,196,15,.3);color:var(--yellow,#f1c40f);background:rgba(241,196,15,.1)}.hermes-timeline-card h3{margin:0;color:#fff;font-size:clamp(1.1rem,1.8vw,1.35rem);letter-spacing:-.02em}.hermes-timeline-intro{margin:8px 0 14px;color:var(--text-dim);font-size:.9rem;line-height:1.6}.hermes-entry-list,.hermes-advanced-grid,.hermes-bonus-grid{list-style:none;padding:0;margin:0}.hermes-entry-list{display:grid;gap:8px}.hermes-entry-row{margin:0}.hermes-entry-card,.hermes-bridge-card,.hermes-bonus-card{display:grid;grid-template-columns:42px minmax(0,1fr)auto;gap:12px;align-items:center;padding:12px;border:1px solid rgba(255,255,255,.075);border-radius:12px;background:rgba(0,0,0,.18);color:inherit;text-decoration:none;transition:transform .15s ease,border-color .15s ease,background .15s ease}.hermes-entry-card:hover,.hermes-bridge-card:hover,.hermes-bonus-card:hover{transform:translateY(-1px);border-color:rgba(233,69,96,.42);background:rgba(233,69,96,.055);text-decoration:none}.hermes-entry-num,.hermes-advanced-num,.hermes-bonus-star{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:rgba(233,69,96,.12);color:var(--accent);font-family:var(--mono);font-weight:800;font-size:.78rem}.hermes-entry-body,.hermes-bonus-body{min-width:0;display:flex;flex-direction:column;gap:3px}.hermes-entry-title,.hermes-advanced-title,.hermes-bonus-title{color:#fff;font-weight:700;font-size:.94rem;line-height:1.35}.hermes-entry-desc,.hermes-advanced-desc,.hermes-bonus-desc{display:none;color:var(--text-dim);font-size:.8rem;line-height:1.45}.hermes-entry-arrow{color:var(--accent);opacity:.72;font-weight:800}.hermes-bridge-panel,.hermes-advanced-panel,.hermes-bonus-panel{margin:22px 0 0;padding:16px;border:1px solid rgba(255,255,255,8%);border-radius:16px;background:rgba(255,255,255,.022)}.hermes-bridge-panel{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;border-color:rgba(91,141,239,.22);background:radial-gradient(circle at 0% 0%,rgba(91,141,239,.13),transparent 36%),rgba(255,255,255,.022)}.hermes-bridge-copy h2,.hermes-advanced-panel h2{margin:8px 0 0;color:#fff;letter-spacing:-.025em}.hermes-bridge-copy p{margin:8px 0 0;color:var(--text-dim);font-size:.9rem;line-height:1.55}.hermes-bridge-card .hermes-entry-num{color:#8fb2ff;background:rgba(91,141,239,.12)}.hermes-advanced-grid{display:grid;grid-template-columns:1fr;gap:10px}.hermes-advanced-card{display:flex;flex-direction:column;gap:8px;min-height:100%;padding:14px;border:1px solid rgba(255,255,255,.075);border-radius:14px;background:rgba(0,0,0,.16);color:inherit;text-decoration:none;transition:transform .15s ease,border-color .15s ease,background .15s ease}.hermes-advanced-card:hover{transform:translateY(-1px);border-color:rgba(233,69,96,.36);background:rgba(233,69,96,.045);text-decoration:none}.hermes-advanced-num{width:auto;height:auto;align-self:flex-start;padding:5px 9px;border-radius:999px}.hermes-bonus-panel{border-color:rgba(241,196,15,.18)}.hermes-bonus-head{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;margin-bottom:12px}.hermes-bonus-grid{display:grid;gap:10px}.hermes-bonus-star{background:rgba(241,196,15,.12);color:var(--yellow,#f1c40f)}.series-start{border-left:3px solid var(--accent)}.series-stage{margin:28px 0 8px}.series-stage-title{font-size:1.15rem;margin:0 0 6px;color:#fff;letter-spacing:.2px}.series-stage-intro{color:var(--text-dim);font-size:.88rem;margin:0 0 14px;max-width:680px}.series-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.series-item{margin:0}.series-item-link{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:12px;padding:12px 14px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;text-decoration:none;color:inherit;transition:border-color .15s,background .15s}.series-item-link:hover{border-color:rgba(233,69,96,.45);background:rgba(233,69,96,4%);text-decoration:none}.series-item-num{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:rgba(233,69,96,.12);color:var(--accent);font-weight:700;font-size:.85rem;font-family:var(--mono)}.series-item-body{display:flex;flex-direction:column;gap:2px;min-width:0}.series-item-title{color:#fff;font-weight:600;font-size:.95rem;line-height:1.35}.series-item-desc{color:var(--text-dim);font-size:.8rem;line-height:1.4;display:none}.series-item-arrow{color:var(--accent);font-weight:700;opacity:.7}.series-stage-bonus{margin-top:36px}.series-item-bonus .series-item-num{background:rgba(241,196,15,.12);color:var(--yellow,#f1c40f)}.series-nav{position:relative;margin-top:34px;padding:18px;background:radial-gradient(circle at 0% 0%,rgba(233,69,96,.12),transparent 34%),radial-gradient(circle at 100% 0%,rgba(108,168,255,8%),transparent 32%),linear-gradient(135deg,rgba(255,255,255,4%),rgba(255,255,255,.018));border:1px solid rgba(255,255,255,9%);border-radius:18px;box-shadow:0 20px 58px rgba(0,0,0,.22);overflow:hidden}.series-nav::before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(180deg,var(--accent),rgba(108,168,255,.55))}.series-nav.is-bonus::before{background:linear-gradient(180deg,var(--yellow,#f1c40f),rgba(233,69,96,.45))}.series-nav-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px;flex-wrap:wrap}.series-nav-subtitle{margin:5px 0 0;color:var(--text-dim);font-size:.84rem;line-height:1.5}.series-nav-pos{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:7px 10px;border:1px solid rgba(255,255,255,.075);border-radius:999px;background:rgba(0,0,0,.18);font-size:.74rem;color:#d8d9e8;font-family:var(--mono);white-space:nowrap}.series-nav-pos-bonus{color:var(--yellow,#f1c40f)}.series-nav-progress{height:4px;margin:0 0 16px;border-radius:999px;background:rgba(255,255,255,6%);overflow:hidden}.series-nav-progress span{display:block;height:100%;min-width:4%;border-radius:inherit;background:linear-gradient(90deg,var(--accent),rgba(108,168,255,.88));box-shadow:0 0 18px rgba(233,69,96,.3)}.series-nav-text{color:var(--text-dim);font-size:.88rem;line-height:1.65;margin:0 0 16px}.series-nav-links{display:grid;grid-template-columns:1fr;gap:9px}.series-nav-links-single{grid-template-columns:1fr}.series-nav-btn{display:flex;flex-direction:column;gap:5px;padding:14px 15px;background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.085);border-radius:14px;text-decoration:none;color:inherit;min-height:68px;transition:transform .15s ease,border-color .15s,background .15s,box-shadow .15s}.series-nav-btn:hover{transform:translateY(-1px);border-color:rgba(233,69,96,.42);background:rgba(233,69,96,.055);box-shadow:0 12px 28px rgba(0,0,0,.18);text-decoration:none}.series-nav-btn-dir{font-size:.68rem;text-transform:uppercase;letter-spacing:1px;color:var(--accent);font-weight:850}.series-nav-btn-title{font-size:.91rem;color:#fff;line-height:1.35}.series-nav-btn-hub{background:rgba(255,255,255,.028)}.series-nav-btn-hub .series-nav-btn-dir{color:#9fb3df}.series-nav-btn-empty{opacity:.34;cursor:default;pointer-events:none}.series-nav-btn-empty:hover{transform:none;border-color:var(--border);background:rgba(255,255,255,2%);box-shadow:none}.hermes-article-head{margin-bottom:22px}.hermes-article-kicker{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 0 14px;padding:8px 10px;border:1px solid rgba(255,255,255,.075);border-radius:999px;background:rgba(255,255,255,.026);font-size:.68rem;font-weight:850;text-transform:uppercase;letter-spacing:1.5px;line-height:1.2}.hermes-kicker-hub{color:var(--accent);text-decoration:none}.hermes-kicker-hub:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.hermes-kicker-sep{color:var(--text-dim);opacity:.55}.hermes-kicker-label{color:#fff}.hermes-kicker-pos{color:var(--text-dim);font-family:var(--mono);font-weight:650;letter-spacing:.4px}.hermes-article-title{margin-bottom:.8rem}.hermes-article-lede{max-width:760px;margin:0 0 18px;color:#c4c8dd;font-size:clamp(1rem,1.4vw,1.08rem);line-height:1.72}.hermes-article-hero{position:relative;width:100%;margin:-2px 0 22px;aspect-ratio:1200/520;max-height:320px;overflow:hidden;border:1px solid rgba(255,255,255,.085);border-radius:18px;background:radial-gradient(circle at 0% 0%,rgba(233,69,96,8%),transparent 34%),rgba(255,255,255,.024);box-shadow:0 22px 58px rgba(0,0,0,.22)}.hermes-article-hero img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}@media(max-width:900px){.hermes-article-hero{max-height:260px;border-radius:16px}}@media(max-width:560px){.hermes-article-hero{height:clamp(150px,46vw,190px);max-height:190px;margin-bottom:18px;border-radius:15px}}.hermes-article-waypoint{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;margin:0 0 20px;padding:16px;border:1px solid rgba(255,255,255,.085);border-radius:16px;background:radial-gradient(circle at 0% 0%,rgba(233,69,96,.11),transparent 34%),radial-gradient(circle at 100% 0%,rgba(108,168,255,7%),transparent 30%),rgba(255,255,255,.024);box-shadow:0 18px 48px rgba(0,0,0,.18)}.hermes-article-waypoint-bonus{background:radial-gradient(circle at 0% 0%,rgba(241,196,15,.1),transparent 34%),radial-gradient(circle at 100% 0%,rgba(233,69,96,8%),transparent 32%),rgba(255,255,255,.024)}.hermes-waypoint-copy{min-width:0}.hermes-waypoint-label{display:inline-flex;align-items:center;gap:6px;margin-bottom:6px;color:var(--accent);font-size:.68rem;font-weight:850;letter-spacing:1.35px;text-transform:uppercase}.hermes-waypoint-label::before{content:"";width:7px;height:7px;border-radius:999px;background:var(--accent);box-shadow:0 0 18px rgba(233,69,96,.42)}.hermes-waypoint-copy strong{display:block;color:#fff;font-family:var(--display);font-size:1rem;line-height:1.25;letter-spacing:-.02em}.hermes-waypoint-copy span:last-child{display:block;margin-top:5px;color:var(--text-dim);font-size:.86rem;line-height:1.55}.hermes-waypoint-meta{display:flex;flex-direction:column;gap:9px;min-width:0}.hermes-waypoint-count{color:#dfe1f0;font-size:.76rem;font-family:var(--mono)}.hermes-waypoint-count-bonus{color:var(--yellow,#f1c40f)}.hermes-waypoint-progress{display:block;width:100%;height:4px;border-radius:999px;background:rgba(255,255,255,.065);overflow:hidden}.hermes-waypoint-progress i{display:block;height:100%;min-width:4%;border-radius:inherit;background:linear-gradient(90deg,var(--accent),rgba(108,168,255,.92))}.hermes-waypoint-progress.is-bonus i{width:100%;background:linear-gradient(90deg,var(--yellow,#f1c40f),rgba(233,69,96,.68))}.hermes-waypoint-link{align-self:flex-start;color:#fff;font-size:.78rem;font-weight:800;text-decoration:none;border-bottom:1px solid rgba(233,69,96,.45)}.hermes-waypoint-link:hover{color:var(--accent);text-decoration:none}.hermes-article-layout{display:grid;grid-template-columns:1fr;gap:0}.hermes-article-main{min-width:0}.hermes-article-aside{display:none}.hermes-toc{padding:16px 18px;background:radial-gradient(circle at 0% 0%,rgba(233,69,96,8%),transparent 32%),var(--bg-card);border:1px solid rgba(255,255,255,.085);border-radius:14px;border-top:2px solid var(--accent)}.hermes-toc-label{font-size:.68rem;font-weight:850;text-transform:uppercase;letter-spacing:1.4px;color:var(--accent);margin:0 0 10px}.hermes-toc nav#TableOfContents>ol,.hermes-toc nav#TableOfContents>ul{list-style:none;margin:0;padding:0;font-size:.82rem;line-height:1.45}.hermes-toc nav#TableOfContents ol,.hermes-toc nav#TableOfContents ul{list-style:none;margin:4px 0 0;padding:0 0 0 12px}.hermes-toc nav#TableOfContents li{margin:6px 0}.hermes-toc nav#TableOfContents a{color:var(--text-dim);text-decoration:none;display:block;padding:2px 0 2px 8px;border-left:2px solid transparent;margin-left:-10px;transition:color .15s,border-color .15s}.hermes-toc nav#TableOfContents a:hover{color:#fff;border-left-color:var(--accent);text-decoration:none}.hermes-toc-footer{margin-top:14px;padding-top:12px;border-top:1px solid rgba(255,255,255,7%)}.hermes-toc-back{display:inline-flex;color:#dfe1f0;font-size:.78rem;font-weight:800;text-decoration:none}.hermes-toc-back:hover{color:var(--accent);text-decoration:none}@media(min-width:720px){.hermes-series-hero{grid-template-columns:minmax(0,1fr)minmax(300px,42%);gap:24px;padding:22px;align-items:stretch}.hermes-series-hero-visual,.hermes-series-hero-visual img{min-height:290px}.hermes-start-panel{grid-template-columns:minmax(0,1fr)auto;padding:20px}.hermes-map-head{grid-template-columns:minmax(0,1fr)minmax(260px,520px)}.hermes-timeline::before{display:block}.hermes-timeline-step{grid-template-columns:38px minmax(0,1fr);gap:18px}.hermes-timeline-marker{display:flex;justify-content:center;padding-top:8px;position:relative;z-index:1}.hermes-entry-desc,.hermes-advanced-desc,.hermes-bonus-desc,.series-item-desc{display:block}.hermes-bridge-panel{grid-template-columns:minmax(0,.85fr)minmax(320px,1.15fr);align-items:center;padding:18px}.hermes-advanced-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hermes-bonus-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.series-nav-links{grid-template-columns:1fr 1fr 1fr;gap:10px}.series-nav-links-single{grid-template-columns:minmax(0,320px);justify-content:center}.hermes-article-waypoint{grid-template-columns:minmax(0,1fr)minmax(210px,260px);align-items:center;padding:18px}.hermes-waypoint-meta{align-items:stretch}}@media(min-width:1020px){.hermes-series-hero{padding:26px}.hermes-timeline-card,.hermes-bridge-panel,.hermes-advanced-panel,.hermes-bonus-panel{padding:20px}.hermes-advanced-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1100px){.hermes-article-layout{grid-template-columns:minmax(0,1fr)240px;gap:40px;align-items:start}.hermes-article-aside{display:block;position:sticky;top:calc(var(--header-h) + 20px);max-height:calc(100vh - var(--header-h) - 40px);overflow-y:auto}.hermes-article-aside::-webkit-scrollbar{width:6px}.hermes-article-aside::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}}@media(max-width:520px){.hermes-series-hero{padding:16px}.hermes-series-stats{grid-template-columns:1fr}.hermes-entry-card,.hermes-bridge-card,.hermes-bonus-card{grid-template-columns:38px minmax(0,1fr)}.hermes-entry-arrow{display:none}}@media(max-width:560px){.tbv3-section{padding:28px 0}.tbv3-actions{gap:10px;margin-bottom:0}.tbv3-home .cta{min-height:44px;padding-top:10px;padding-bottom:10px}.tbv3-radar-card{grid-template-columns:42px minmax(0,1fr);gap:12px;min-height:0;padding:16px}.tbv3-icon{width:42px;height:42px;border-radius:14px;font-size:1.34rem}.tbv3-radar-card h3{font-size:1.02rem}.tbv3-radar-card p{margin:6px 0 10px;font-size:.86rem;line-height:1.42}.tbv3-guide-media{min-height:154px}.tbv3-guide.is-config-1440p.has-image .tbv3-guide-media{min-height:170px}.tbv3-atelier-hero{height:170px;margin:12px 0 14px}.guides-hero-stats,.deals-hero-stats,.tutos-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.guides-hero-stat,.deals-hero-stat,.tutos-hero-stat{min-height:64px;padding:10px 8px;border-radius:14px}.guides-hero-stat strong,.deals-hero-stat strong,.tutos-hero-stat strong{font-size:.98rem}.guides-hero-stat span,.deals-hero-stat span,.tutos-hero-stat span{margin-top:5px;font-size:.54rem;letter-spacing:.05em;line-height:1.16}.guide-media-thumb,.deal-media-thumb,.tutos-series-visual{min-height:156px;aspect-ratio:16/7.8}.guide-media-body,.deal-media-body,.tutos-series-body{padding:14px}.guide-media-topline,.deal-media-topline,.tutos-series-topline{margin-bottom:9px}.guide-media-desc,.deal-media-desc,.tutos-series-desc{margin-bottom:11px;line-height:1.45}.guide-media-signals,.tutos-series-signals{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:2px 0 11px}.guide-media-signal,.tutos-series-signal{padding:8px 7px;border-radius:12px}.guide-media-signal em,.tutos-series-signal em{margin-bottom:3px;font-size:.54rem;letter-spacing:.06em}.guide-media-signal strong,.tutos-series-signal strong{font-size:.84rem}.deal-single-visual{min-height:190px}.deal-single-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-bottom:12px}.deal-single-fact{padding:9px 8px;border-radius:13px}.deal-single-fact span{font-size:.56rem;letter-spacing:.08em}.deal-single-fact strong{font-size:.78rem;line-height:1.22}.hermes-series-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:14px}.hermes-series-stat{padding:9px 7px;border-radius:11px}.hermes-series-stat strong{font-size:1rem}.hermes-series-stat span{margin-top:4px;font-size:.62rem;line-height:1.18}.hermes-series-hero-visual,.hermes-series-hero-visual img{min-height:180px}.guide-v2-stats{margin-top:4px}.guide-v2-stat{padding:7px 0;gap:8px}.guide-v2-stat-label{font-size:.58rem;letter-spacing:1px}.guide-v2-stat-val{font-size:.9rem}.guide-v2-stat-val.is-accent{font-size:1.04rem}}@media(max-width:480px){.tbv3-section{padding:24px 0}.tbv3-actions{gap:8px;margin-bottom:0}.tbv3-radar-card{grid-template-columns:38px minmax(0,1fr);gap:10px;padding:14px}.tbv3-icon{width:38px;height:38px;border-radius:12px;font-size:1.2rem}.tbv3-guide-media{min-height:140px}.tbv3-guide.is-config-1440p.has-image .tbv3-guide-media{min-height:158px}.tbv3-atelier-hero{height:154px;margin:10px 0 12px}.guides-hero-stat,.deals-hero-stat,.tutos-hero-stat{min-height:58px;padding:9px 7px}.guides-hero-stat strong,.deals-hero-stat strong,.tutos-hero-stat strong{font-size:.92rem}.guides-hero-stat span,.deals-hero-stat span,.tutos-hero-stat span{font-size:.5rem}.guide-media-thumb,.deal-media-thumb,.tutos-series-visual{min-height:140px;aspect-ratio:16/7.2}.guide-media-body,.deal-media-body,.tutos-series-body{padding:13px}.guide-media-signals,.tutos-series-signals{gap:5px}.guide-media-signal,.tutos-series-signal{padding:7px 6px;border-radius:11px}.guide-media-signal em,.tutos-series-signal em{font-size:.5rem}.guide-media-signal strong,.tutos-series-signal strong{font-size:.78rem}.deal-single-visual{min-height:172px}.deal-single-facts{gap:6px}.deal-single-fact{padding:8px 7px}.hermes-series-hero-visual,.hermes-series-hero-visual img{min-height:166px}.hermes-series-stat{padding:8px 6px}.hermes-series-stat strong{font-size:.92rem}.hermes-series-stat span{font-size:.58rem}}@media(max-width:380px){.tbv3-radar-card{grid-template-columns:36px minmax(0,1fr);gap:9px;padding:12px}.tbv3-icon{width:36px;height:36px;font-size:1.12rem}.tbv3-guide-media{min-height:128px}.tbv3-guide.is-config-1440p.has-image .tbv3-guide-media{min-height:144px}.tbv3-atelier-hero{height:140px}.guides-hero-stat,.deals-hero-stat,.tutos-hero-stat{min-height:54px;padding:8px 6px}.guides-hero-stat strong,.deals-hero-stat strong,.tutos-hero-stat strong{font-size:.86rem}.guides-hero-stat span,.deals-hero-stat span,.tutos-hero-stat span{font-size:.47rem;letter-spacing:.04em}.guide-media-thumb,.deal-media-thumb,.tutos-series-visual{min-height:126px}.guide-media-signals,.tutos-series-signals{grid-template-columns:repeat(3,minmax(0,1fr))}.guide-media-signal em,.tutos-series-signal em{font-size:.47rem}.guide-media-signal strong,.tutos-series-signal strong{font-size:.72rem}.deal-single-visual{min-height:158px}.deal-single-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.hermes-series-hero-visual,.hermes-series-hero-visual img{min-height:150px}.hermes-series-stat strong{font-size:.86rem}.hermes-series-stat span{font-size:.54rem}}@media(max-width:560px){.tbv3-hero{gap:18px;padding:30px 0 20px}.tbv3-title{font-size:clamp(1.95rem,7.4vw,2.45rem)}.tbv3-subtitle{margin-bottom:15px;font-size:.96rem;line-height:1.46}.tbv3-section{padding:24px 0}.tbv3-section-head{gap:10px;margin-bottom:14px}.tbv3-actions{gap:7px;margin-bottom:0}.tbv3-home .cta{min-height:44px;padding:9px 16px 9px 20px;font-size:.84rem}.tbv3-home .cta::before{top:11px;bottom:11px}.tbv3-home .tbv3-actions .cta{min-height:42px;padding:8px 14px 8px 18px;font-size:.82rem;line-height:1.12}.tbv3-home .tbv3-actions .cta::before{top:10px;bottom:10px;left:7px}.tbv3-badge-row{gap:6px;margin-bottom:10px}.tbv3-badge{min-height:24px;padding:4px 8px;font-size:.58rem}.tbv3-radar-grid,.tbv3-guide-grid,.tbv3-bottom-grid{gap:12px}.tbv3-guide-media{min-height:138px}.tbv3-guide.is-config-1440p.has-image .tbv3-guide-media{min-height:150px}.tbv3-atelier-hero{height:148px;margin:10px 0 12px}.guides-hero-panel,.deals-hero-panel,.tutos-hero-panel{gap:10px;margin-bottom:18px}.guides-hero-copy,.deals-hero-copy,.tutos-hero-copy{padding:18px 14px;border-radius:18px}.guides-hero-kicker,.tutos-hero-kicker{margin-bottom:8px;font-size:.62rem;letter-spacing:.12em}.guides-hero-copy h1,.deals-hero-copy h1,.tutos-hero-copy h1{margin-bottom:.62rem;font-size:clamp(1.55rem,7.4vw,2.05rem);line-height:1.03}.guides-hero-copy p,.deals-hero-copy p,.tutos-hero-copy p{font-size:.88rem;line-height:1.46}.guides-hero-stats,.deals-hero-stats,.tutos-hero-stats{gap:5px}.guides-hero-stat,.deals-hero-stat,.tutos-hero-stat{min-height:52px;padding:8px 6px;border-radius:12px}.guides-hero-stat strong,.deals-hero-stat strong,.tutos-hero-stat strong{font-size:.86rem}.guides-hero-stat span,.deals-hero-stat span,.tutos-hero-stat span{margin-top:4px;font-size:.49rem;letter-spacing:.045em;line-height:1.12}.guides-list,.deals-list{gap:13px}.guide-media-link,.deal-media-link,.tutos-series-link{min-height:0}.guide-media-card,.deal-media-card,.tutos-series-card,.tutos-start-panel,.tutos-follow-panel,.tutos-quick-panel,.tutos-editorial{border-radius:18px}.guide-media-thumb,.deal-media-thumb,.tutos-series-visual{min-height:132px;aspect-ratio:16/6.7;border-radius:18px 18px 0 0}.guide-media-body,.deal-media-body,.tutos-series-body,.tutos-start-panel,.tutos-follow-panel,.tutos-quick-panel,.tutos-editorial{padding:12px}.guide-media-topline,.deal-media-topline,.tutos-series-topline{gap:6px;margin-bottom:7px}.guide-media-kicker,.tutos-series-kicker,.tutos-start-label,.tutos-follow-label{margin-bottom:6px;font-size:.6rem;letter-spacing:.12em}.guide-media-body h2,.deal-media-body h2,.tutos-series-body h2,.tutos-start-head h2,.tutos-follow-panel h2,.tutos-quick-panel h2{margin-bottom:7px;font-size:1.08rem;line-height:1.14;letter-spacing:-.03em}.guide-media-desc,.deal-media-desc,.tutos-series-desc,.tutos-editorial p,.tutos-follow-panel p,.tutos-quick-panel p{margin-bottom:9px;font-size:.84rem;line-height:1.4}.guide-media-signals,.tutos-series-signals{gap:5px;margin:0 0 9px}.guide-media-signal,.tutos-series-signal{padding:6px;border-radius:10px}.guide-media-signal em,.tutos-series-signal em{margin-bottom:2px;font-size:.49rem;letter-spacing:.045em}.guide-media-signal strong,.tutos-series-signal strong{font-size:.76rem;line-height:1.08}.guide-media-tags,.deal-media-facts,.tutos-series-tags{gap:5px}.guide-media-tags span,.tutos-series-tags span{min-height:25px;padding:4px 8px;font-size:.64rem}.deal-status-pill,.guide-status-pill,.guide-usage-pill,.tutos-status-pill,.tutos-theme-pill,.deal-media-body .trust-badge,.deal-media-facts .vendor-badge,.deal-media-vendor,.deal-media-price{min-height:28px;padding-top:4px;padding-bottom:4px;font-size:.62rem}.deal-media-price{font-size:.92rem}.guide-media-bottom,.deal-media-bottom,.tutos-series-bottom{gap:9px;padding-top:9px}.deal-media-verdict{font-size:.78rem;line-height:1.35}.guide-media-cta,.deal-media-cta,.tutos-series-cta,.tutos-start-link,.tutos-follow-cta{min-height:36px;padding:7px 11px;font-size:.74rem}.tutos-series-card{margin-bottom:14px}.tutos-series-visual-badge{left:10px;bottom:10px;padding:6px 9px}.tutos-series-visual-badge strong{font-size:.88rem}.tutos-series-visual-badge span{font-size:.58rem}}@media(max-width:480px){.tbv3-hero{gap:16px;padding:28px 0 18px}.tbv3-title{font-size:clamp(1.82rem,7.2vw,2.28rem)}.tbv3-subtitle{margin-bottom:14px;font-size:.94rem}.tbv3-section{padding:22px 0}.tbv3-home .cta{padding-right:14px;padding-left:18px;font-size:.82rem}.tbv3-home .tbv3-actions .cta{min-height:40px;padding:8px 13px 8px 17px;font-size:.8rem}.tbv3-home .tbv3-actions .cta::before{top:10px;bottom:10px;left:7px}.tbv3-guide-media{min-height:124px}.tbv3-guide.is-config-1440p.has-image .tbv3-guide-media{min-height:136px}.tbv3-atelier-hero{height:134px}.guides-hero-panel,.deals-hero-panel,.tutos-hero-panel{margin-bottom:16px}.guides-hero-copy,.deals-hero-copy,.tutos-hero-copy{padding:16px 13px}.guides-hero-copy h1,.deals-hero-copy h1,.tutos-hero-copy h1{font-size:clamp(1.44rem,7.1vw,1.92rem)}.guides-hero-copy p,.deals-hero-copy p,.tutos-hero-copy p{font-size:.84rem;line-height:1.42}.guides-hero-stat,.deals-hero-stat,.tutos-hero-stat{min-height:48px;padding:7px 5px}.guides-hero-stat strong,.deals-hero-stat strong,.tutos-hero-stat strong{font-size:.8rem}.guides-hero-stat span,.deals-hero-stat span,.tutos-hero-stat span{font-size:.46rem}.guides-list,.deals-list{gap:11px}.guide-media-thumb,.deal-media-thumb,.tutos-series-visual{min-height:120px;aspect-ratio:16/6.25}.guide-media-body,.deal-media-body,.tutos-series-body,.tutos-start-panel,.tutos-follow-panel,.tutos-quick-panel,.tutos-editorial{padding:11px}.guide-media-body h2,.deal-media-body h2,.tutos-series-body h2,.tutos-start-head h2,.tutos-follow-panel h2,.tutos-quick-panel h2{font-size:1.02rem}.guide-media-desc,.deal-media-desc,.tutos-series-desc,.tutos-editorial p,.tutos-follow-panel p,.tutos-quick-panel p{font-size:.81rem;line-height:1.36}.guide-media-signals,.tutos-series-signals{gap:4px;margin-bottom:8px}.guide-media-signal,.tutos-series-signal{padding:6px 5px}.guide-media-signal strong,.tutos-series-signal strong{font-size:.72rem}.deal-status-pill,.guide-status-pill,.guide-usage-pill,.tutos-status-pill,.tutos-theme-pill,.deal-media-body .trust-badge,.deal-media-facts .vendor-badge,.deal-media-vendor,.deal-media-price{min-height:27px;font-size:.59rem}.deal-media-price{font-size:.86rem}.tutos-series-card{margin-bottom:12px}}@media(max-width:380px){.tbv3-hero{padding-top:24px;padding-bottom:17px}.tbv3-title{font-size:clamp(1.72rem,7vw,2.12rem)}.tbv3-guide-media{min-height:116px}.tbv3-guide.is-config-1440p.has-image .tbv3-guide-media{min-height:126px}.tbv3-atelier-hero{height:122px}.guides-hero-copy,.deals-hero-copy,.tutos-hero-copy{padding:15px 12px}.guides-hero-copy h1,.deals-hero-copy h1,.tutos-hero-copy h1{font-size:clamp(1.34rem,6.9vw,1.78rem)}.guides-hero-stat,.deals-hero-stat,.tutos-hero-stat{min-height:46px}.guide-media-thumb,.deal-media-thumb,.tutos-series-visual{min-height:110px;aspect-ratio:16/5.9}.guide-media-body,.deal-media-body,.tutos-series-body,.tutos-start-panel,.tutos-follow-panel,.tutos-quick-panel,.tutos-editorial{padding:10px}.guide-media-body h2,.deal-media-body h2,.tutos-series-body h2,.tutos-start-head h2,.tutos-follow-panel h2,.tutos-quick-panel h2{font-size:.98rem}.guide-media-desc,.deal-media-desc,.tutos-series-desc,.tutos-editorial p,.tutos-follow-panel p,.tutos-quick-panel p{font-size:.79rem}.guide-media-signal em,.tutos-series-signal em{font-size:.46rem}.guide-media-signal strong,.tutos-series-signal strong{font-size:.68rem}}@media(max-width:359px){.tbv3-home .tbv3-actions .cta{min-height:40px;padding-top:7px;padding-bottom:7px}}@media(min-width:561px) and (max-width:899px){.container-home{padding-right:clamp(16px,3vw,24px);padding-left:clamp(16px,3vw,24px);padding-bottom:60px}.tbv3-hero{gap:22px;padding:36px 0 26px}.tbv3-title{font-size:clamp(2.25rem,6vw,3.15rem)}.tbv3-subtitle{max-width:620px;margin-bottom:20px;font-size:1rem;line-height:1.48}.tbv3-section{padding:30px 0}.tbv3-section-head{gap:16px;margin-bottom:16px}.tbv3-radar-grid,.tbv3-guide-grid,.tbv3-bottom-grid{gap:14px}.tbv3-radar-card{grid-template-columns:48px minmax(0,1fr);gap:13px;min-height:0;padding:16px}.tbv3-icon{width:44px;height:44px;border-radius:14px;font-size:1.35rem}.tbv3-radar-card h3{font-size:1.04rem;line-height:1.16}.tbv3-radar-card p{margin:6px 0 10px;font-size:.86rem;line-height:1.42}.tbv3-guide{min-height:0}.tbv3-guide-media{min-height:156px}.tbv3-guide.is-config-1440p.has-image .tbv3-guide-media{min-height:172px}.tbv3-guide-body{padding:18px}.tbv3-guide h3{font-size:clamp(1.08rem,2.4vw,1.38rem);line-height:1.12}.tbv3-guide p{margin-bottom:12px;font-size:.86rem;line-height:1.42}.tbv3-atelier-hero{height:clamp(160px,24vw,210px);margin:12px 0 14px}.guides-hero-panel,.deals-hero-panel,.tutos-hero-panel{gap:14px;margin-bottom:24px}.guides-hero-copy,.deals-hero-copy,.tutos-hero-copy{padding:24px;border-radius:22px}.guides-hero-kicker,.tutos-hero-kicker{margin-bottom:10px;font-size:.66rem;letter-spacing:.13em}.guides-hero-copy h1,.deals-hero-copy h1,.tutos-hero-copy h1{margin-bottom:.72rem;font-size:clamp(1.95rem,5.2vw,2.75rem);line-height:1.03}.guides-hero-copy p,.deals-hero-copy p,.tutos-hero-copy p{font-size:.96rem;line-height:1.5}.guides-hero-stats,.deals-hero-stats,.tutos-hero-stats,.hermes-series-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.guides-hero-stat,.deals-hero-stat,.tutos-hero-stat{min-height:70px;padding:11px 10px;border-radius:15px}.guides-hero-stat strong,.deals-hero-stat strong,.tutos-hero-stat strong{font-size:1.05rem}.guides-hero-stat span,.deals-hero-stat span,.tutos-hero-stat span{margin-top:5px;font-size:.55rem;letter-spacing:.055em;line-height:1.16}.guides-list,.deals-list{gap:14px}.guide-media-card,.deal-media-card,.tutos-series-card,.tutos-start-panel,.tutos-follow-panel,.tutos-quick-panel,.tutos-editorial{border-radius:22px}.guide-media-link,.deal-media-link,.tutos-series-link{min-height:0}.guide-media-thumb,.deal-media-thumb,.tutos-series-visual{min-height:0;aspect-ratio:auto;border-width:0 0 1px;border-radius:22px 22px 0 0}.guide-media-thumb{height:clamp(170px,29vw,204px)}.deal-media-thumb{height:clamp(150px,25vw,184px)}.tutos-series-visual{height:clamp(180px,31vw,220px)}.guide-media-body,.deal-media-body,.tutos-series-body{padding:16px}.guide-media-topline,.deal-media-topline,.tutos-series-topline{gap:7px;margin-bottom:9px}.guide-media-kicker,.tutos-series-kicker,.tutos-start-label,.tutos-follow-label{margin-bottom:7px;font-size:.64rem;letter-spacing:.12em}.guide-media-body h2,.deal-media-body h2,.tutos-series-body h2,.tutos-start-head h2,.tutos-follow-panel h2,.tutos-quick-panel h2{margin-bottom:8px;font-size:clamp(1.12rem,2.6vw,1.36rem);line-height:1.14}.guide-media-desc,.deal-media-desc,.tutos-series-desc,.tutos-editorial p,.tutos-follow-panel p,.tutos-quick-panel p{margin-bottom:11px;font-size:.87rem;line-height:1.43}.guide-media-signals,.tutos-series-signals{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:2px 0 11px}.guide-media-signal,.tutos-series-signal{padding:8px 7px;border-radius:12px}.guide-media-signal em,.tutos-series-signal em{margin-bottom:3px;font-size:.52rem;letter-spacing:.055em}.guide-media-signal strong,.tutos-series-signal strong{font-size:.8rem;line-height:1.12}.guide-media-tags,.deal-media-facts,.tutos-series-tags{gap:6px}.deal-media-facts{margin-bottom:11px}.guide-media-bottom,.deal-media-bottom,.tutos-series-bottom{grid-template-columns:minmax(0,1fr)auto;gap:11px;align-items:end;padding-top:10px}.guide-media-cta,.deal-media-cta,.tutos-series-cta,.tutos-start-link,.tutos-follow-cta{width:auto;min-height:38px;padding:8px 12px;font-size:.76rem}.deal-status-pill,.guide-status-pill,.guide-usage-pill,.tutos-status-pill,.tutos-theme-pill,.deal-media-body .trust-badge,.deal-media-facts .vendor-badge,.deal-media-vendor,.deal-media-price{min-height:30px;padding-top:5px;padding-bottom:5px;font-size:.63rem}.deal-media-price{font-size:.94rem}.deal-media-title,.deal-media-body h2{font-size:clamp(1.08rem,2.45vw,1.3rem)}.deal-media-verdict{font-size:.79rem;line-height:1.38}.tutos-series-card{margin-bottom:16px}.tutos-series-visual-badge{left:12px;bottom:12px;padding:7px 10px}.tutos-series-visual-badge strong{font-size:.92rem}.tutos-series-visual-badge span{font-size:.6rem}.tutos-start-panel,.tutos-follow-panel,.tutos-quick-panel,.tutos-editorial{padding:20px}.tutos-start-panel{margin:16px 0 28px}.tutos-start-head{gap:12px;margin-bottom:14px}.tutos-start-list{gap:8px}.tutos-start-card{min-height:64px;padding:10px 12px;border-radius:14px}.tutos-start-num{width:38px;height:38px;border-radius:12px}.hermes-series-hero{gap:18px;margin-bottom:20px;padding:18px;border-radius:18px}.hermes-series-hero h1{font-size:clamp(2rem,5.4vw,2.9rem)}.hermes-series-lede{font-size:.98rem;line-height:1.55}.hermes-series-stats{margin-top:14px;max-width:none}.hermes-series-stat{padding:9px 8px;border-radius:12px}.hermes-series-stat strong{font-size:1rem}.hermes-series-stat span{margin-top:4px;font-size:.6rem;line-height:1.18}.hermes-series-hero-visual,.hermes-series-hero-visual img{min-height:0}.hermes-series-hero-visual{height:clamp(200px,32vw,240px)}.hermes-series-hero-badge{padding:9px 10px}.hermes-timeline{gap:14px}}@media(min-width:600px) and (max-width:899px){.tbv3-radar-grid,.tbv3-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tbv3-radar-card{grid-template-columns:44px minmax(0,1fr)}}@media(min-width:720px) and (max-width:899px){.guide-media-link,.deal-media-link,.tutos-series-link{gap:18px;padding:16px}.guide-media-link{grid-template-columns:minmax(210px,.36fr)minmax(0,1fr)}.deal-media-link{grid-template-columns:minmax(170px,.3fr)minmax(0,1fr)}.tutos-series-link{grid-template-columns:minmax(230px,.38fr)minmax(0,1fr)}.guide-media-thumb,.deal-media-thumb,.tutos-series-visual{align-self:center;border-width:1px;border-radius:18px}.guide-media-thumb{height:188px}.deal-media-thumb{height:158px}.tutos-series-visual{height:206px}.guide-media-body,.deal-media-body,.tutos-series-body{padding:2px 2px 2px 0}.guide-media-bottom,.deal-media-bottom,.tutos-series-bottom{grid-template-columns:minmax(0,1fr)auto}.guide-media-cta,.deal-media-cta,.tutos-series-cta{width:auto}.tutos-start-list{grid-template-columns:repeat(2,minmax(0,1fr))}.tutos-start-card{grid-template-columns:38px minmax(0,1fr)}.tutos-start-arrow{display:none}.hermes-series-hero{grid-template-columns:minmax(0,1fr)minmax(220px,36%);gap:18px;padding:20px}.hermes-series-hero-visual{height:230px}}@media(min-width:600px) and (max-width:767px){.container-home{padding-right:clamp(18px,3.2vw,24px);padding-left:clamp(18px,3.2vw,24px);padding-bottom:54px}.tbv3-home{padding-bottom:20px}.tbv3-home .tbv3-hero{align-items:stretch;gap:clamp(14px,2.2vw,20px);padding:30px 0 22px}.tbv3-home .tbv3-hero-copy{align-self:center}.tbv3-home .tbv3-kicker{margin-bottom:10px;font-size:.62rem;letter-spacing:.13em}.tbv3-home .tbv3-title{max-width:15ch;margin-bottom:12px;font-size:clamp(2rem,5.15vw,2.48rem);line-height:1.01}.tbv3-home .tbv3-subtitle{max-width:31rem;margin-bottom:14px;font-size:.94rem;line-height:1.42}.tbv3-home .tbv3-actions{flex-direction:row;flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:0}.tbv3-home .tbv3-actions .cta,.tbv3-home .tbv3-section-head>.cta{width:auto;min-height:38px;padding:8px 13px 8px 17px;font-size:.78rem;line-height:1.1}.tbv3-home .cta::before{top:10px;bottom:10px;left:8px}.tbv3-home .tbv3-badge-row{gap:6px;margin-bottom:10px}.tbv3-home .tbv3-badge{min-height:23px;padding:4px 7px;font-size:.55rem;letter-spacing:.08em}.tbv3-home .tbv3-section{padding:24px 0}.tbv3-home .tbv3-hero-zone+.tbv3-section{padding-top:24px}.tbv3-home .tbv3-section-head{display:grid;grid-template-columns:minmax(0,1fr)auto;align-items:end;gap:12px;margin-bottom:14px}.tbv3-home .tbv3-section-note{max-width:22rem;font-size:.86rem;line-height:1.42}.tbv3-home .tbv3-section-title{font-size:clamp(1.2rem,3.2vw,1.48rem);line-height:1.08}.tbv3-home .tbv3-radar-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.tbv3-home .tbv3-radar-card{grid-template-columns:42px minmax(0,1fr);gap:11px;padding:14px}.tbv3-home .tbv3-icon{width:40px;height:40px;border-radius:13px;font-size:1.24rem}.tbv3-home .tbv3-radar-card h3{font-size:.98rem;line-height:1.12}.tbv3-home .tbv3-radar-card p{margin:5px 0 9px;font-size:.8rem;line-height:1.34}.tbv3-home .tbv3-small-pill{min-height:25px;padding:5px 8px;font-size:.58rem}}@media(min-width:680px) and (max-width:767px){.tbv3-home .tbv3-hero{grid-template-columns:minmax(0,1fr)minmax(270px,.95fr);align-items:center;gap:18px;padding-top:32px;padding-bottom:24px}.tbv3-home .tbv3-title{max-width:22ch;font-size:clamp(2.12rem,4.9vw,2.55rem)}.tbv3-home .tbv3-subtitle{font-size:.96rem}.tbv3-home .tbv3-radar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tbv3-home .tbv3-radar-card{grid-template-columns:44px minmax(0,1fr);gap:11px;padding:14px}.tbv3-home .tbv3-icon{width:40px;height:40px}}@media(min-width:600px) and (max-width:679px){.tbv3-home .tbv3-hero{grid-template-columns:1fr;align-items:start;gap:18px;margin-bottom:0;padding:30px 0 22px}.tbv3-home .tbv3-hero-copy{align-self:start}.tbv3-home .tbv3-title{max-width:18ch;font-size:clamp(2rem,4.85vw,2.3rem)}.tbv3-home .tbv3-subtitle{max-width:38rem}.tbv3-home .tbv3-hero-zone+.tbv3-section{padding-top:28px}.tbv3-home .tbv3-section-head{grid-template-columns:1fr;align-items:stretch;gap:10px}.tbv3-home .tbv3-section-head>.cta{justify-self:start}.tbv3-home .tbv3-radar-grid{grid-template-columns:1fr;gap:12px}.tbv3-home .tbv3-radar-card{grid-template-columns:44px minmax(0,1fr);gap:11px;padding:14px}}@media(min-width:680px) and (max-width:767px){.tbv3-home .tbv3-hero{margin-bottom:0}.tbv3-home .tbv3-hero-zone+.tbv3-section{padding-top:30px}.tbv3-home .tbv3-radar-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.tbv3-home .tbv3-radar-card{grid-template-columns:44px minmax(0,1fr);gap:11px;padding:14px}}@media(min-width:768px) and (max-width:1040px){.container-home{padding-bottom:66px}.tbv3-home .tbv3-hero{margin-bottom:0;padding-bottom:32px}.tbv3-home .tbv3-hero-zone+.tbv3-section{padding-top:34px}.tbv3-home .tbv3-section-head{margin-bottom:18px}}@media(min-width:768px) and (max-width:899px){.tbv3-home .tbv3-radar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:900px) and (max-width:1040px){.tbv3-home .tbv3-hero{grid-template-columns:minmax(0,.92fr)minmax(320px,1.08fr);gap:clamp(24px,3vw,36px);padding-top:44px;padding-bottom:34px}.tbv3-home .tbv3-hero-zone+.tbv3-section{padding-top:32px}}@media(min-width:900px) and (max-width:1040px) and (max-height:700px){.tbv3-home .tbv3-hero{gap:22px;padding-top:26px;padding-bottom:24px}.tbv3-home .tbv3-title{margin-bottom:14px;font-size:clamp(2.25rem,4vw,3rem)}.tbv3-home .tbv3-subtitle{margin-bottom:18px;font-size:1rem;line-height:1.48}.tbv3-home .tbv3-actions{margin-bottom:0}.tbv3-home .tbv3-hero-zone+.tbv3-section{padding-top:26px}}.guide-v2-hero--with-visual{display:grid;grid-template-columns:minmax(0,1fr)minmax(280px,42%);gap:clamp(18px,3vw,30px);align-items:center;padding:clamp(20px,3vw,28px);border:1px solid rgba(233,69,96,.18);border-radius:24px;overflow:hidden;background:radial-gradient(circle at 82% 12%,rgba(78,121,255,.16),transparent 34%),radial-gradient(circle at 28% 0%,rgba(233,69,96,.14),transparent 32%),linear-gradient(135deg,rgba(8,8,26,.98),rgba(12,14,34,.96) 48%,rgba(8,8,26,.98));box-shadow:0 24px 70px rgba(0,0,0,.28)}.guide-v2-hero--with-visual::before{top:24px;height:calc(100% - 48px);z-index:1}.guide-v2-hero--with-visual::after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(233,69,96,8%),transparent 28%),repeating-linear-gradient(90deg,rgba(255,255,255,.035) 0 1px,transparent 1px 74px);opacity:.42}.guide-single-hero-copy{position:relative;z-index:2;min-width:0}.guide-v2-hero--with-visual .guide-v2-title{max-width:20ch}.guide-v2-hero--with-visual .guide-v2-sub{max-width:52ch}.guide-v2-hero--with-visual .guide-v2-stats{margin-top:16px;border:1px solid rgba(255,255,255,8%);border-radius:16px;overflow:hidden;background:rgba(255,255,255,.035)}.guide-v2-hero--with-visual .guide-v2-stat{padding:11px 14px;border-right-color:rgba(255,255,255,8%)}.guide-v2-hero--with-visual .guide-v2-stat:not(:first-child){padding-left:14px}.guide-v2-hero--with-visual .guide-v2-live{position:relative;z-index:2;margin-top:14px}.guide-single-hero-visual{position:relative;z-index:2;align-self:center;width:100%;min-height:0;margin:0;border:1px solid rgba(255,255,255,.1);border-radius:22px;overflow:hidden;aspect-ratio:4/3;background:radial-gradient(circle at 50% 28%,rgba(233,69,96,.12),transparent 42%),linear-gradient(180deg,rgba(15,18,45,.94),rgba(5,6,18,.98));box-shadow:inset 0 0 0 1px rgba(233,69,96,6%),0 18px 44px rgba(0,0,0,.32)}.guide-single-hero-visual::after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,6%),transparent 30%,rgba(0,0,0,.16));mix-blend-mode:screen;opacity:.4}.guide-single-hero-visual img{display:block;width:100%;height:100%;padding:0;object-fit:cover;object-position:center;filter:brightness(1.06)contrast(1.04)saturate(1.03)}@media(max-width:1040px){.guide-v2-hero--with-visual{grid-template-columns:1fr;gap:16px}.guide-v2-hero--with-visual .guide-v2-title{max-width:22ch}.guide-single-hero-visual{justify-self:center;max-width:560px;min-height:0;max-height:none}}@media(max-width:640px){.guide-v2-hero--with-visual{padding:16px 14px;border-radius:18px}.guide-v2-hero--with-visual::before{top:16px;height:calc(100% - 32px)}.guide-v2-hero--with-visual .guide-v2-title{max-width:none}.guide-v2-hero--with-visual .guide-v2-stats{margin-top:12px}.guide-v2-hero--with-visual .guide-v2-stat,.guide-v2-hero--with-visual .guide-v2-stat:not(:first-child){padding:9px 11px}.guide-single-hero-visual{max-width:none;border-radius:16px;max-height:none}.guide-single-hero-visual img{padding:0}}:root{--bg:#070816;--bg-card:#0E1326;--bg-alt:#121832;--border:rgba(255, 255, 255, 0.085);--surface-glass:rgba(12, 16, 34, 0.78);--surface-glass-strong:rgba(13, 18, 38, 0.92);--signal-grid:rgba(255, 255, 255, 0.022);--signal-grid-soft:rgba(255, 255, 255, 0.016);--signal-magenta-soft:rgba(233, 69, 96, 0.14);--signal-blue-soft:rgba(108, 168, 255, 0.08)}html{background:var(--bg);overflow-x:hidden}body{min-height:100vh;position:relative;overflow-x:hidden;background-color:var(--bg);background-image:radial-gradient(circle 46rem at 72% -18%,rgba(233,69,96,.1),transparent 58%),radial-gradient(circle 40rem at 15% 8%,rgba(108,168,255,.055),transparent 58%),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px),linear-gradient(180deg,#070816 0%,#090B1D 48%,#08081A 100%);background-size:auto,auto,72px 72px,72px 72px,auto;background-attachment:fixed,fixed,fixed,fixed,fixed}@supports(overflow:clip){html,body{overflow-x:clip}}body::before{content:'';position:fixed;inset:0;z-index:0;pointer-events:none;background:radial-gradient(circle 34rem at 70% 4%,rgba(233,69,96,.105),transparent 64%),radial-gradient(circle 30rem at 14% 10%,rgba(108,168,255,6%),transparent 64%),linear-gradient(rgba(255,255,255,.016) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px),linear-gradient(180deg,rgba(10,13,32,.58),rgba(8,8,26,0));background-size:auto,auto,72px 72px,72px 72px,auto;mask-image:linear-gradient(180deg,rgba(0,0,0,.74) 0,rgba(0,0,0,.36) 360px,transparent 680px);opacity:.48}body>main,body>.site-footer{position:relative;z-index:1}.site-header{background:rgba(6,8,20,.84);border-bottom-color:rgba(255,255,255,.075);box-shadow:0 14px 36px rgba(0,0,0,.28)}.site-header::after{content:'';position:absolute;left:0;right:0;bottom:-1px;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(233,69,96,.4),rgba(108,168,255,.16),transparent);opacity:.65}body:not(.page-home) main.container{position:relative;isolation:auto}body:not(.page-home) main.container::before{content:none;display:none}body.page-list.page-section-guides::before,body.page-list.page-section-deals::before,body.page-list.page-section-tutos::before{opacity:.64;background:radial-gradient(circle 38rem at 68% 3%,rgba(233,69,96,.135),transparent 62%),radial-gradient(circle 34rem at 13% 10%,rgba(108,168,255,.075),transparent 64%),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px),linear-gradient(180deg,rgba(10,13,32,.68),rgba(8,8,26,0));background-size:auto,auto,64px 64px,64px 64px,auto;mask-image:linear-gradient(180deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.42) 420px,transparent 760px)}body.page-single::before{opacity:.38;mask-image:linear-gradient(180deg,rgba(0,0,0,.68) 0,rgba(0,0,0,.3) 300px,transparent 560px)}body.page-single.page-section-deals::before,body.page-single.page-section-guides::before,body.page-single.page-section-tutos::before{opacity:.46;mask-image:linear-gradient(180deg,rgba(0,0,0,.72) 0,rgba(0,0,0,.34) 340px,transparent 620px)}@media(min-width:769px){.page-home .tbv3-home{overflow:visible}}.page-home{background-color:#070816;background-image:radial-gradient(circle 48rem at 66% 18%,rgba(233,69,96,.18),transparent 60%),radial-gradient(circle 42rem at 88% 52%,rgba(108,168,255,.085),transparent 64%),radial-gradient(circle 34rem at 14% 18%,rgba(108,168,255,7%),transparent 62%),linear-gradient(rgba(255,255,255,.021) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.017) 1px,transparent 1px),linear-gradient(180deg,#070816 0%,#090B1D 52%,#08081A 100%);background-size:auto,auto,auto,72px 72px,72px 72px,auto;background-attachment:fixed,fixed,fixed,fixed,fixed,fixed}.page-home::before{opacity:.58;background:radial-gradient(circle 44rem at 66% 18%,rgba(233,69,96,.16),transparent 62%),radial-gradient(circle 36rem at 88% 42%,rgba(108,168,255,8%),transparent 66%),radial-gradient(circle 30rem at 14% 18%,rgba(108,168,255,6%),transparent 68%),linear-gradient(rgba(255,255,255,2%) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.016) 1px,transparent 1px),linear-gradient(180deg,rgba(9,11,29,.18),rgba(8,8,26,.68) 72%,rgba(8,8,26,0) 100%);background-size:auto,auto,auto,72px 72px,72px 72px,auto;mask-image:linear-gradient(180deg,rgba(0,0,0,.86) 0,rgba(0,0,0,.5) 520px,transparent 980px)}.page-home .site-header{background:rgba(6,8,20,.78);border-bottom-color:rgba(255,255,255,.075)}.page-home .tbv3-hero-zone::before{inset:-112px calc(50% - 50vw)-18px;background:radial-gradient(circle 34rem at 68% 34%,rgba(233,69,96,.18),transparent 64%),radial-gradient(circle 28rem at 86% 48%,rgba(108,168,255,.085),transparent 66%),radial-gradient(circle 26rem at 12% 26%,rgba(108,168,255,7%),transparent 68%),linear-gradient(180deg,rgba(9,11,29,.28),rgba(8,8,26,.9) 76%,rgba(8,8,26,0) 100%);opacity:1}.page-home .tbv3-hero-zone::after{inset:-34px calc(50% - 50vw)-8px;background-image:linear-gradient(rgba(255,255,255,.027) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.021) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(180deg,rgba(0,0,0,.68),rgba(0,0,0,.34) 62%,transparent 100%);opacity:.58}.page-home .tbv3-cockpit{background:linear-gradient(135deg,rgba(233,69,96,.48),rgba(101,214,255,.18) 48%,rgba(255,255,255,.1));box-shadow:0 34px 92px rgba(0,0,0,.42),0 0 72px rgba(233,69,96,.075),0 0 0 1px rgba(255,255,255,.025)inset}.page-home .tbv3-cockpit-shell{background:radial-gradient(circle at 50% 36%,rgba(233,69,96,.2),transparent 30%),radial-gradient(circle at 78% 76%,rgba(101,214,255,.12),transparent 32%),linear-gradient(145deg,rgba(12,16,34,.985),rgba(6,8,22,.99))}.page-home .tbv3-card,.page-home .tbv3-panel,.page-home .tbv3-newsletter,.page-home .signal-band,.page-home .method-module,.page-home .entry-card-v2,.page-home .case-study-card,.page-home .trust-block-v2{border-color:rgba(255,255,255,.085);background-color:rgba(10,14,30,.78);box-shadow:0 24px 70px rgba(0,0,0,.24)}.guides-hub::before,.deals-hub::before,.tutos-hub::before{background:radial-gradient(circle 360px at 68% 4%,rgba(233,69,96,.13),transparent 70%),radial-gradient(circle 340px at 14% 8%,rgba(108,168,255,.075),transparent 72%),linear-gradient(rgba(255,255,255,.016) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px),linear-gradient(180deg,rgba(12,14,34,.54),rgba(8,8,26,0));background-size:auto,auto,64px 64px,64px 64px,auto;opacity:.74}.deal-single-page::before{background:radial-gradient(circle 330px at 66% 0%,rgba(233,69,96,.105),transparent 70%),radial-gradient(circle 320px at 14% 6%,rgba(108,168,255,6%),transparent 72%),linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,1%) 1px,transparent 1px),linear-gradient(180deg,rgba(12,14,34,.38),rgba(8,8,26,0));background-size:auto,auto,72px 72px,72px 72px,auto;opacity:.5}.guide-sidebar-card,.guide-content.prose-card,.deal-single-brief,.deal-single-panel,.deal-single-side-card,.deal-single-verdict,.hermes-series-hero,.hermes-start-panel,.hermes-series-intro{border-color:rgba(255,255,255,.085)}@media(max-width:768px){body{background-attachment:scroll;background-size:auto,auto,56px 56px,56px 56px,auto}.page-home{background-attachment:scroll;background-size:auto,auto,auto,56px 56px,56px 56px,auto}body::before{opacity:.34;background-size:auto,auto,56px 56px,56px 56px,auto;mask-image:linear-gradient(180deg,rgba(0,0,0,.64) 0,rgba(0,0,0,.26) 260px,transparent 480px)}body.page-home::before{opacity:.44;background-size:auto,auto,auto,56px 56px,56px 56px,auto}body.page-list.page-section-guides::before,body.page-list.page-section-deals::before,body.page-list.page-section-tutos::before{opacity:.42;background-size:auto,auto,56px 56px,56px 56px,auto}.page-home .tbv3-hero-zone::after,.guides-hub::before,.deals-hub::before,.tutos-hub::before{background-size:56px 56px;opacity:.42}}@media(max-width:760px){.page-home .tbv3-guide-grid{grid-template-columns:1fr}.page-home .tbv3-guide{grid-template-columns:1fr}.page-home .tbv3-guide-media{aspect-ratio:16/10;min-height:0}}@media(min-width:761px) and (max-width:1099px){.page-home .tbv3-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.page-home .tbv3-guide{grid-template-columns:1fr}.page-home .tbv3-guide-media{aspect-ratio:16/10;min-height:0}}@media(min-width:1100px){.page-home main.container{max-width:1320px;padding-left:28px;padding-right:28px}.page-home .tbv3-home{max-width:1260px;margin-left:auto;margin-right:auto}.page-home .tbv3-guide-grid{gap:20px}.page-home .tbv3-guide{grid-template-columns:minmax(240px,40%)minmax(0,1fr);min-height:0}.page-home .tbv3-guide-media{min-height:0;height:auto}.page-home .tbv3-guide-body{padding:22px 24px}.page-home .tbv3-guide h3,.page-home .tbv3-guide-title{font-size:clamp(1.35rem,1.35vw,1.6rem);line-height:1.04}}@media(min-width:1440px){.page-home main.container{max-width:1380px}.page-home .tbv3-home{max-width:1320px}.page-home .tbv3-guide{grid-template-columns:minmax(260px,40%)minmax(0,1fr)}}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{letter-spacing:0}h1,h2,h3{letter-spacing:-.025em;line-height:1.12}@media(min-width:761px){.home-title{font-size:clamp(3.35rem,7.2vw,5.75rem);line-height:.98;letter-spacing:-.045em}.home-lead,.home-subtitle,.tbv3-home p{color:#c2c7d8}.page-home .cta{font-weight:720}}.tbv3-home .tbv3-title{line-height:1.05;letter-spacing:-.038em;font-weight:760}.tbv3-home .tbv3-section-title{line-height:1.14;letter-spacing:-.024em;font-weight:760}.tbv3-home .tbv3-guide h3,.tbv3-home .tbv3-guide-title{line-height:1.09;letter-spacing:-.024em;font-weight:760}.tbv3-home .tbv3-card h3,.tbv3-home strong,.tbv3-home .bold{font-weight:720}.cta,.page-home .cta,.tbv3-home .cta,.guide-v2 .offer-row .cta,.sidebar-cta{font-weight:680;letter-spacing:-.006em;line-height:1.05}.tbv3-home .cta{font-weight:700}.cta-primary{box-shadow:0 10px 26px rgba(233,69,96,.16)}.cta-secondary{color:#eef1ff}.tag,.trust-badge,.vendor-badge,.link-badge,.tbv3-badge,.site-header-badge{font-weight:650}.vendor-badge,.tbv3-badge,.section-label,.guide-v2-prelude-section-label,.guide-v2-side-section-label{letter-spacing:.075em}.tbv3-badge{font-weight:720;border-radius:9px}.trust-badge{font-weight:680;border-radius:6px}.vendor-badge{border-radius:6px}.hermes-waypoint-link,.hermes-toc-back,.series-nav-btn-dir{font-weight:680;letter-spacing:-.006em;text-decoration-thickness:1px;text-underline-offset:4px}.hermes-waypoint-link:hover,.hermes-toc-back:hover{text-decoration-thickness:1px}.page-home .tbv3-hero-copy{position:relative;isolation:isolate}.page-home .tbv3-hero-copy::before{content:'';position:absolute;inset:-24px -36px -22px -28px;z-index:0;pointer-events:none;border-radius:30px;background:radial-gradient(circle at 18% 20%,rgba(120,220,255,.105),transparent 46%),radial-gradient(circle at 72% 44%,rgba(233,69,96,.135),transparent 58%),linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,0) 62%);box-shadow:0 34px 84px rgba(0,0,0,.2);opacity:.72}.page-home .tbv3-hero-copy::after{content:'';position:absolute;left:-22px;right:8%;top:50%;z-index:0;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(233,69,96,.3),rgba(120,220,255,.16),transparent);box-shadow:0 18px 42px rgba(233,69,96,.055);opacity:.45;transform:rotate(-2deg)}.page-home .tbv3-hero-copy>*{position:relative;z-index:1}.page-home .tbv3-title{text-shadow:0 2px 16px rgba(0,0,0,.38),0 0 26px rgba(233,69,96,8%)}@media(hover:hover) and (pointer:fine){.page-home a.tbv3-card,.page-home a.tbv3-guide,.page-home .tbv3-deal-row,.page-home a.tbv3-atelier-card{transition:transform .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.page-home .tbv3-guide-media,.page-home .tbv3-deal-thumb,.page-home .tbv3-atelier-art{transition:transform .22s ease,filter .22s ease,box-shadow .18s ease}.page-home a.tbv3-card:hover,.page-home a.tbv3-guide:hover{transform:translateY(-3px);border-color:rgba(233,69,96,.42);box-shadow:0 28px 82px rgba(0,0,0,.3),0 0 0 1px rgba(233,69,96,.1)inset,0 0 48px rgba(233,69,96,7%)}.page-home a.tbv3-card:hover .tbv3-icon,.page-home a.tbv3-guide:hover .tbv3-badge{box-shadow:inset 0 0 28px rgba(233,69,96,.12),0 0 28px rgba(233,69,96,.065)}.page-home a.tbv3-guide.has-image:hover .tbv3-guide-media{transform:scale(1.008);filter:saturate(1.04)contrast(1.08)brightness(.82)}.page-home a.tbv3-guide.is-config-1440p.has-image:hover .tbv3-guide-media{filter:saturate(1.09)contrast(1.09)brightness(.94)}.page-home .tbv3-deal-row:hover{transform:translateY(-2px);background:rgba(255,255,255,.045);box-shadow:0 16px 42px rgba(0,0,0,.2)}.page-home .tbv3-deal-row:hover .tbv3-deal-thumb{box-shadow:inset 0 1px rgba(255,255,255,.075),0 14px 34px rgba(0,0,0,.26),0 0 24px rgba(101,214,255,.055)}.page-home a.tbv3-atelier-card:hover{transform:translateY(-2px);border-color:rgba(233,69,96,.38);background:rgba(255,255,255,.032);box-shadow:0 18px 46px rgba(0,0,0,.22)}.page-home a.tbv3-atelier-card:hover .tbv3-atelier-art{box-shadow:0 0 30px rgba(233,69,96,.055)}}@media(prefers-reduced-motion:reduce){.page-home a.tbv3-card,.page-home a.tbv3-guide,.page-home .tbv3-deal-row,.page-home a.tbv3-atelier-card,.page-home .tbv3-guide-media,.page-home .tbv3-deal-thumb,.page-home .tbv3-atelier-art{transition:none}.page-home a.tbv3-card:hover,.page-home a.tbv3-guide:hover,.page-home .tbv3-deal-row:hover,.page-home a.tbv3-atelier-card:hover,.page-home a.tbv3-guide.has-image:hover .tbv3-guide-media{transform:none}}.chip-tag{display:inline-flex;align-items:center;gap:7px;min-height:28px;padding:5px 11px;border-radius:999px;font-size:.68rem;font-weight:900;letter-spacing:.11em;line-height:1.2;text-transform:uppercase;white-space:nowrap;color:var(--text);background:rgba(255,255,255,6%);border:1px solid rgba(255,255,255,.1)}.chip-tag--accent{color:#ffb8c4;background:rgba(233,69,96,.14);border-color:rgba(233,69,96,.32)}.chip-tag--cool{color:#b9d5ff;background:rgba(108,168,255,.1);border-color:rgba(108,168,255,.24)}.chip-tag--violet{color:#ccbfff;background:var(--violet-bg);border-color:rgba(167,139,250,.26)}.chip-attr{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;font-size:.7rem;font-weight:800;line-height:1.2;color:#cbd1e4;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.065);white-space:nowrap}.chip-status{display:inline-flex;align-items:center;gap:7px;min-height:28px;padding:5px 11px;border-radius:999px;font-size:.68rem;font-weight:900;letter-spacing:.11em;line-height:1.2;text-transform:uppercase;white-space:nowrap}.chip-status::before{content:"";display:inline-block;width:7px;height:7px;border-radius:999px;background:currentColor;box-shadow:0 0 14px currentColor;flex:none}.chip-status--ok{color:#7ee2a5;background:rgba(39,174,96,.11);border:1px solid rgba(39,174,96,.3)}.chip-status--warn{color:#f2c75c;background:rgba(241,196,15,.1);border:1px solid rgba(241,196,15,.3)}.chip-status--risk{color:#f08e80;background:rgba(231,76,60,.1);border:1px solid rgba(231,76,60,.3)}.fiche-meta-row{display:flex;flex-wrap:wrap;gap:12px}.fiche-meta{display:flex;flex-direction:column;gap:4px;min-width:0;padding:12px 14px;border-radius:12px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,6%);flex:1}.fiche-meta__label{color:var(--text-dim);font-size:.66rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.fiche-meta__value{color:var(--text);font-size:.95rem;font-weight:700;line-height:1.3}.fiche-meta--accent .fiche-meta__value{color:var(--accent)}.eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;font-size:.72rem;font-weight:800;letter-spacing:.16em;line-height:1.2;text-transform:uppercase;color:var(--accent)}.eyebrow::before{content:"";display:inline-block;width:8px;height:8px;border-radius:999px;background:currentColor;box-shadow:0 0 18px currentColor;flex:none}.eyebrow--positive{color:var(--green)}.eyebrow--warning{color:var(--yellow)}.tekbrut-consent[hidden]{display:none!important}.tekbrut-consent{position:fixed;left:max(16px,env(safe-area-inset-left));bottom:max(16px,env(safe-area-inset-bottom));z-index:1000;width:min(520px,calc(100vw - 32px));color:var(--text)}.tekbrut-consent__inner{padding:18px;border:1px solid rgba(233,69,96,.32);border-radius:18px;background:linear-gradient(180deg,rgba(15,15,42,.98),rgba(8,8,26,.98));box-shadow:0 22px 70px rgba(0,0,0,.42);backdrop-filter:blur(16px)}.tekbrut-consent__eyebrow{margin:0 0 5px;font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.tekbrut-consent__title{margin:0 0 8px;font-family:var(--display);font-size:1.06rem;font-weight:800;line-height:1.15;color:#fff}.tekbrut-consent__text{margin:0;color:var(--text-dim);font-size:.9rem;line-height:1.55}.tekbrut-consent__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:14px}.tekbrut-consent__button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 15px;border-radius:999px;border:1px solid rgba(255,255,255,.12);font:inherit;font-size:.86rem;font-weight:800;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.tekbrut-consent__button:hover{transform:translateY(-1px)}.tekbrut-consent__button--primary{border-color:rgba(233,69,96,.7);background:var(--accent);color:#fff}.tekbrut-consent__button--secondary{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,9%);color:#fff}.tekbrut-consent__button--secondary:hover{border-color:rgba(255,255,255,.38);background:rgba(255,255,255,.13)}.tekbrut-consent__link,.tekbrut-consent-reset{color:var(--text-dim);font-size:.82rem;font-weight:700;text-decoration:none}.tekbrut-consent__link:hover,.tekbrut-consent-reset:hover{color:var(--accent);text-decoration:none}@media(max-width:640px){.tekbrut-consent{left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));width:auto}.tekbrut-consent__inner{padding:15px;border-radius:16px}.tekbrut-consent__actions{display:grid;grid-template-columns:1fr;gap:8px}.tekbrut-consent__button,.tekbrut-consent__link{width:100%}.tekbrut-consent__link{display:inline-flex;justify-content:center;min-height:38px;align-items:center}}.guide-v2 .vendor-chip{border-radius:999px;border-width:1px;border-style:solid;box-shadow:inset 0 0 0 1px rgba(255,255,255,.018)}.guide-v2 .vendor-chip-amazon-fr,.guide-v2 .vendor-chip-amazon-fr-direct{color:rgba(255,205,132,.88);background:rgba(255,153,0,.075);border-color:rgba(255,153,0,.18)}.guide-v2 .vendor-chip-ldlc{color:rgba(180,214,255,.9);background:rgba(55,125,255,.075);border-color:rgba(95,160,255,.2)}.guide-v2 .vendor-chip-topachat{color:rgba(255,170,190,.9);background:rgba(233,69,96,.075);border-color:rgba(233,69,96,.2)}.guide-v2 .vendor-chip-cybertek{color:rgba(232,232,240,.9);background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.14)}.guide-v2 .vendor-chip-default{color:rgba(232,232,240,.74);background:rgba(255,255,255,.035);border-color:rgba(255,255,255,8%)}.tbv3-atelier-hero img,.tutos-series-visual img,.hermes-series-hero-visual img{object-position:center center}.tbv3-atelier-hero img{filter:saturate(1.04)contrast(1.05)brightness(.92);transform:scale(1.006)}.tbv3-atelier-hero:hover img{filter:saturate(1.06)contrast(1.06)brightness(.96);transform:scale(1.018)}.tbv3-atelier-hero::after{background:radial-gradient(circle at 18% 22%,rgba(233,69,96,8%),transparent 34%),linear-gradient(180deg,rgba(8,8,26,0),rgba(8,8,26,.12))}.tutos-series-visual img{filter:saturate(1.04)contrast(1.06)brightness(.96);transform:scale(1.006)}.tutos-series-card:hover .tutos-series-visual img{filter:saturate(1.06)contrast(1.07)brightness(.99);transform:scale(1.018)}.tutos-series-visual::after{background:linear-gradient(180deg,rgba(255,255,255,.025),transparent 42%),radial-gradient(circle at 18% 18%,rgba(233,69,96,6%),transparent 38%)}.tutos-series-visual-glow{opacity:.28}.hermes-series-hero-visual img{filter:saturate(1.04)contrast(1.05)brightness(.96)}.hermes-series-hero-glow{height:24%;opacity:.42}@media(max-width:768px){.site-header{--mobile-nav-panel-width:min(236px, calc(100vw - 28px))}.site-header .container{padding-left:14px;padding-right:14px}.site-header-inner,.page-home .site-header-inner{display:flex;align-items:center;justify-content:space-between;min-height:58px;gap:12px}.nav-toggle{width:44px;height:44px;margin:0;padding:0;border-radius:14px;border:1px solid rgba(255,255,255,6%);background:rgba(255,255,255,.035)}.nav-toggle:hover,.nav-toggle:focus{background:rgba(255,255,255,6%)}.site-nav,.page-home .site-nav{position:absolute;top:calc(100% + 8px);right:0;left:auto;z-index:90;display:flex;width:var(--mobile-nav-panel-width);max-height:none;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:3px;padding:6px;overflow:hidden;border:1px solid rgba(255,255,255,8%);border-radius:18px;background:linear-gradient(180deg,rgba(12,12,31,.99),rgba(7,8,24,.99));box-shadow:0 18px 44px rgba(0,0,0,.42),inset 0 0 0 1px rgba(233,69,96,4%);backdrop-filter:blur(18px);opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,-7px,0)scale(.985);transform-origin:top right;transition:opacity .12s ease,transform .16s cubic-bezier(.2,.8,.2,1),visibility 0s linear .16s;will-change:opacity,transform;contain:layout paint}.is-menu-open .site-nav,.page-home .is-menu-open .site-nav{opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(0,0,0)scale(1);transition-delay:0s}.site-nav a,.page-home .site-nav a{position:relative;display:flex;min-height:40px;align-items:center;padding:9px 12px;border:1px solid transparent;border-radius:12px;background:0 0;box-shadow:none;color:#d4d7ea;font-size:.9rem;font-weight:700;line-height:1.1;letter-spacing:-.01em;text-decoration:none;transition:color .14s ease,background-color .14s ease,border-color .14s ease}.site-nav a+a,.page-home .site-nav a+a{border-top:1px solid transparent}.site-nav a:hover,.site-nav a:focus,.page-home .site-nav a:hover,.page-home .site-nav a:focus{color:#fff;background:rgba(255,255,255,.045);border-color:rgba(255,255,255,.055);text-decoration:none}.site-nav a.is-active,.page-home .site-nav a.is-active{color:#fff;background:rgba(233,69,96,.105);border-color:rgba(233,69,96,.2);box-shadow:inset 3px 0 rgba(233,69,96,.82)}}@media(max-width:420px){.site-header{--mobile-nav-panel-width:min(224px, calc(100vw - 18px))}.site-header-inner,.page-home .site-header-inner{min-height:54px}.site-nav,.page-home .site-nav{top:calc(100% + 6px);gap:2px;padding:5px;border-radius:16px}.site-nav a,.page-home .site-nav a{min-height:38px;padding:8px 11px;border-radius:11px;font-size:.88rem}}@media(max-width:768px) and (prefers-reduced-motion:reduce){.site-nav,.page-home .site-nav,.site-nav a,.page-home .site-nav a,.nav-toggle-bar{transition:none}}@media(max-width:760px){.container-guides-hub,.container-deals-hub,.container-tutos-hub{padding-left:16px;padding-right:16px}.guides-hero-panel,.deals-hero-panel,.tutos-hero-panel{margin-bottom:26px}.guides-hero-copy p,.deals-hero-copy p,.tutos-hero-copy p{font-size:clamp(.96rem,3.9vw,1.02rem);line-height:1.62}.guides-hero-stat span,.deals-hero-stat span,.tutos-hero-stat span{line-height:1.24}.guide-media-body,.deal-media-body,.tutos-series-body{padding:18px}.guide-media-body h2,.deal-media-body h2,.tutos-series-body h2{margin-bottom:10px;line-height:1.24}.guide-media-desc,.deal-media-desc,.deal-media-verdict,.tutos-series-desc{margin-bottom:15px;font-size:.94rem;line-height:1.58}.guide-media-topline,.deal-media-topline,.deal-media-facts,.tutos-series-topline,.tutos-series-tags{row-gap:8px}.guide-media-bottom,.deal-media-bottom,.tutos-series-bottom{gap:14px;padding-top:14px}.guide-media-cta,.deal-media-cta,.tutos-series-cta{min-height:44px;justify-content:center}}@media(max-width:520px){.container-guides-hub,.container-deals-hub,.container-tutos-hub{padding-left:15px;padding-right:15px}.guide-media-body,.deal-media-body,.tutos-series-body{padding:16px}.guide-media-body h2,.deal-media-body h2,.tutos-series-body h2{font-size:1.2rem;line-height:1.25}.guide-media-desc,.deal-media-desc,.deal-media-verdict,.tutos-series-desc{font-size:.92rem;line-height:1.58}.guide-media-signal strong,.tutos-series-signal strong{line-height:1.18}}@media(max-width:640px){.guide-v2{padding-left:16px;padding-right:16px}.guide-v2-main{gap:14px}.guide-v2-comp-head{margin-bottom:14px;gap:10px}.guide-v2-comp-title{line-height:1.16}.guide-v2-comp-sub{font-size:.8rem;line-height:1.48}.guide-v2-comp-list{gap:11px}.guide-v2-row{border-radius:14px}.guide-v2-row-head{grid-template-columns:52px minmax(0,1fr)auto;gap:12px;padding:14px}.guide-v2-row-thumb,.guide-v2-row.is-hero .guide-v2-row-thumb{width:52px;height:52px;border-radius:10px}.guide-v2-row-cat{font-size:.62rem;line-height:1.25}.guide-v2-row-name,.guide-v2-row.is-hero .guide-v2-row-name{font-size:1rem;line-height:1.25}.guide-v2-row-why{margin-top:4px;font-size:.8rem;line-height:1.5;-webkit-line-clamp:2}.guide-v2-row-price,.guide-v2-row.is-hero .guide-v2-row-price{font-size:1.07rem;line-height:1.12}.guide-v2-row-body,.guide-v2 .guide-v2-row-body{padding:2px 14px 16px}.guide-v2 .guide-v2-row-body>*+*{margin-top:10px}.guide-v2 .specs{padding:8px 0 6px;font-size:.75rem;line-height:1.5}.guide-v2 .guide-v2-row-body .section-label{margin-bottom:6px;line-height:1.25}.guide-v2 .guide-v2-row-body p.text-sm{font-size:.87rem;line-height:1.64}.guide-v2 .guide-v2-row-body .alert{padding:13px;border-radius:12px;line-height:1.56}.guide-v2 .guide-v2-row-body .alert p,.guide-v2 .guide-v2-row-body .alert p.text-sm{font-size:.86rem;line-height:1.6}.guide-v2 .guide-v2-row-body details>summary.text-xs{font-size:.78rem;line-height:1.45}.guide-v2 .guide-v2-row-body .alert.alert-info[id^=dynamic-inline-] .offer-row,.guide-v2 .guide-v2-row-body .alert[id^=dynamic-inline-] .offer-row{display:grid;grid-template-columns:minmax(0,1fr)auto;grid-template-areas:"vendor price" "trust trust" "details details" "cta cta";align-items:center;gap:9px 10px;padding:12px;border-radius:11px}.guide-v2 .guide-v2-row-body .alert.alert-info[id^=dynamic-inline-] .offer-vendor,.guide-v2 .guide-v2-row-body .alert[id^=dynamic-inline-] .offer-vendor{grid-area:vendor;width:auto;min-width:0;flex-basis:auto}.guide-v2 .guide-v2-row-body .alert.alert-info[id^=dynamic-inline-] .offer-price,.guide-v2 .guide-v2-row-body .alert[id^=dynamic-inline-] .offer-price{grid-area:price;min-width:0;font-size:1.08rem;line-height:1.12;text-align:right}.guide-v2 .guide-v2-row-body .alert.alert-info[id^=dynamic-inline-] .trust-badge,.guide-v2 .guide-v2-row-body .alert[id^=dynamic-inline-] .trust-badge{grid-area:trust;justify-self:start}.guide-v2 .guide-v2-row-body .alert.alert-info[id^=dynamic-inline-] .offer-details,.guide-v2 .guide-v2-row-body .alert[id^=dynamic-inline-] .offer-details{grid-area:details;width:auto;min-width:0;flex-basis:auto;font-size:.76rem;line-height:1.54}.guide-v2 .guide-v2-row-body .alert.alert-info[id^=dynamic-inline-] .cta,.guide-v2 .guide-v2-row-body .alert[id^=dynamic-inline-] .cta{grid-area:cta;width:100%;min-height:44px;justify-content:center;margin-left:0}.guide-v2 .guide-v2-alternatives-block{padding:12px;border-radius:12px}.guide-v2 .offer-row.guide-v2-alternative-row,.guide-v2 .offer-row.guide-v2-same-product-row{padding:12px;gap:9px}}@media(max-width:760px){.guides-hero-panel,.deals-hero-panel,.tutos-hero-panel{gap:14px;margin-bottom:34px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,6%)}.guides-hero-copy,.deals-hero-copy,.tutos-hero-copy{padding:28px 22px;border-radius:24px;border-color:rgba(233,69,96,.18);background:radial-gradient(circle at 10% 0%,rgba(233,69,96,.16),transparent 34%),radial-gradient(circle at 92% 8%,rgba(108,168,255,.1),transparent 36%),linear-gradient(180deg,rgba(12,14,36,.88),rgba(8,9,26,.76));box-shadow:0 22px 64px rgba(0,0,0,.24),inset 0 1px rgba(255,255,255,.045)}.guides-hero-copy::before,.deals-hero-copy::before,.tutos-hero-copy::before{height:4px;background:linear-gradient(90deg,rgba(233,69,96,.98),rgba(108,168,255,.3),transparent 78%)}.guides-hub>.section-label,.tutos-hub>.section-label,.deals-hero-copy .section-label{margin-bottom:14px;color:rgba(233,69,96,.92);font-size:.72rem;letter-spacing:.18em}.guides-hero-kicker,.tutos-hero-kicker{display:block;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.065);color:rgba(255,107,132,.96);font-size:.72rem;letter-spacing:.16em;line-height:1.42}.guides-hero-copy h1,.deals-hero-copy h1,.tutos-hero-copy h1{margin-bottom:14px;font-size:clamp(2rem,8.6vw,2.55rem);line-height:1.02;letter-spacing:-.052em}.guides-hero-copy p,.deals-hero-copy p,.tutos-hero-copy p{color:rgba(217,222,238,.82);font-size:clamp(1rem,4.15vw,1.08rem);line-height:1.72;letter-spacing:-.005em}.guides-hero-stats,.deals-hero-stats,.tutos-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.guides-hero-stat,.deals-hero-stat,.tutos-hero-stat{min-height:72px;padding:12px 10px;border-radius:17px;border-color:rgba(255,255,255,.075);background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012)),rgba(12,14,34,.56)}.guides-hero-stat strong,.deals-hero-stat strong,.tutos-hero-stat strong{font-size:clamp(1.06rem,4.8vw,1.22rem);line-height:1.05}.guides-hero-stat span,.deals-hero-stat span,.tutos-hero-stat span{margin-top:6px;font-size:.58rem;letter-spacing:.075em;line-height:1.25}.guides-list,.deals-list{gap:20px}.guide-media-card,.deal-media-card,.tutos-series-card{border-color:rgba(255,255,255,9%);box-shadow:0 24px 70px rgba(0,0,0,.22)}.guide-media-body,.deal-media-body,.tutos-series-body{padding:20px}.guide-media-body h2,.deal-media-body h2,.tutos-series-body h2{font-size:clamp(1.32rem,5.4vw,1.62rem);line-height:1.22}.guide-media-desc,.deal-media-desc,.deal-media-verdict,.tutos-series-desc{color:rgba(217,222,238,.78);font-size:.98rem;line-height:1.66}}@media(max-width:520px){.guides-hero-copy,.deals-hero-copy,.tutos-hero-copy{padding:26px 20px}.guides-hero-stats,.deals-hero-stats,.tutos-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.guides-hero-stat,.deals-hero-stat,.tutos-hero-stat{padding:12px 8px}.guides-hero-stat strong,.deals-hero-stat strong,.tutos-hero-stat strong{font-size:1.02rem}.guides-hero-stat span,.deals-hero-stat span,.tutos-hero-stat span{font-size:.54rem}.guide-media-body,.deal-media-body,.tutos-series-body{padding:19px 18px 20px}}@media(max-width:380px){.guides-hero-stat span,.deals-hero-stat span,.tutos-hero-stat span{font-size:.5rem;letter-spacing:.045em}}@media(max-width:640px){.guide-v2-comp-head{margin-top:8px;margin-bottom:18px}.guide-v2-comp-title{font-size:clamp(1.45rem,6.2vw,1.74rem);line-height:1.12}.guide-v2-comp-sub{margin-top:5px;font-size:.92rem;line-height:1.58;color:rgba(217,222,238,.78)}.guide-v2-comp-list{gap:16px}.guide-v2-row{border-radius:18px;border-color:rgba(255,255,255,9%);box-shadow:0 18px 48px rgba(0,0,0,.16)}.guide-v2-row-head{grid-template-columns:54px minmax(0,1fr)auto;gap:14px;padding:17px 14px}.guide-v2-row-thumb,.guide-v2-row.is-hero .guide-v2-row-thumb{width:54px;height:54px;border-radius:12px}.guide-v2-row-cat{margin-bottom:3px;color:rgba(217,222,238,.62);font-size:.65rem;letter-spacing:.12em;line-height:1.28}.guide-v2-row-name,.guide-v2-row.is-hero .guide-v2-row-name{font-size:1.05rem;line-height:1.27;letter-spacing:-.02em}.guide-v2-row-why{margin-top:6px;color:rgba(217,222,238,.64);font-size:.82rem;line-height:1.48;-webkit-line-clamp:1}.guide-v2-row-meta{margin-top:8px}.guide-v2-row-vendor{font-size:.82rem}.guide-v2-row-right{gap:8px}.guide-v2-row-price,.guide-v2-row.is-hero .guide-v2-row-price{font-size:1.12rem}.guide-v2-row-chev{width:30px;height:30px}.guide-v2-row-body,.guide-v2 .guide-v2-row-body{padding:2px 15px 20px;border-top-color:rgba(255,255,255,7%)}.guide-v2 .guide-v2-row-body>*+*{margin-top:14px}.guide-v2 .specs{padding:12px 0 4px;color:rgba(217,222,238,.58);font-size:.78rem;line-height:1.62;opacity:1}.guide-v2 .guide-v2-row-body>.mb-md{padding:14px;border-radius:15px;border:1px solid rgba(255,255,255,.065);background:linear-gradient(180deg,rgba(255,255,255,.024),rgba(255,255,255,1%)),rgba(8,10,26,.28)}.guide-v2 .guide-v2-row-body .section-label{margin-bottom:9px;color:rgba(185,198,223,.82);font-size:.68rem;letter-spacing:.12em;line-height:1.28}.guide-v2 .guide-v2-row-body p.text-sm{color:rgba(232,235,248,.9);font-size:.91rem;line-height:1.74}.guide-v2 .guide-v2-row-body .alert{padding:15px;border-radius:16px}.guide-v2 .guide-v2-row-body .alert.alert-info[id^=dynamic-inline-],.guide-v2 .guide-v2-row-body .alert[id^=dynamic-inline-]{margin-top:16px;padding:16px;border-radius:17px;background:radial-gradient(circle at 8% 0%,rgba(52,152,219,.13),transparent 40%),rgba(7,15,34,.58);border-color:rgba(52,152,219,.32)}.guide-v2 .guide-v2-row-body .alert.alert-info[id^=dynamic-inline-] .section-label,.guide-v2 .guide-v2-row-body .alert[id^=dynamic-inline-] .section-label{color:rgba(119,201,255,.96);font-size:.7rem;margin-bottom:12px}.guide-v2 .guide-v2-dynamic-block{padding-top:4px}.guide-v2 .guide-v2-row-body .alert.alert-info[id^=dynamic-inline-] .offer-row,.guide-v2 .guide-v2-row-body .alert[id^=dynamic-inline-] .offer-row{gap:11px 12px;padding:16px;border-radius:15px;background:rgba(8,8,26,.46);border-color:rgba(255,255,255,9%)}.guide-v2 .guide-v2-row-body .alert.alert-info[id^=dynamic-inline-] .offer-vendor .bold,.guide-v2 .guide-v2-row-body .alert[id^=dynamic-inline-] .offer-vendor .bold{font-size:1rem;line-height:1.28}.guide-v2 .guide-v2-row-body .alert.alert-info[id^=dynamic-inline-] .offer-price,.guide-v2 .guide-v2-row-body .alert[id^=dynamic-inline-] .offer-price{font-size:1.18rem}.guide-v2 .guide-v2-row-body .alert.alert-info[id^=dynamic-inline-] .offer-details,.guide-v2 .guide-v2-row-body .alert[id^=dynamic-inline-] .offer-details{color:rgba(217,222,238,.68);font-size:.8rem;line-height:1.6}.guide-v2 .guide-v2-row-body .alert.alert-info[id^=dynamic-inline-] .cta,.guide-v2 .guide-v2-row-body .alert[id^=dynamic-inline-] .cta{min-height:48px;border-radius:13px}.guide-v2 .guide-v2-same-product-block{margin-top:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,7%)}.guide-v2 .guide-v2-same-product-block .section-label,.guide-v2 .guide-v2-alternatives-block .section-label{color:rgba(217,222,238,.76)}.guide-v2 .guide-v2-alternatives-block{margin-top:14px;padding:14px;border-radius:15px;background:rgba(255,255,255,.018)}.guide-v2 .offer-row.guide-v2-alternative-row,.guide-v2 .offer-row.guide-v2-same-product-row{padding:13px;border-radius:12px}}.guide-page--article{padding-bottom:56px}.guide-page--article .guide-article-inner{max-width:1180px;grid-template-columns:minmax(0,800px)280px;gap:44px;padding-top:28px}.guide-page--article .guide-article-main{gap:0}.guide-page--article .guide-article-hero{padding:34px 0 30px;border-bottom:1px solid rgba(255,255,255,.075)}.guide-page--article .guide-article-hero::before{display:none}.guide-page--article .guide-v2-kicker{margin-bottom:12px;letter-spacing:.18em}.guide-page--article .guide-article-title{max-width:900px;margin-bottom:12px;font-size:clamp(2rem,3.7vw,3rem);line-height:1.02;letter-spacing:-.05em}.guide-page--article .guide-article-sub{max-width:700px;margin-bottom:18px;color:rgba(232,232,240,.72);font-size:clamp(.98rem,1.2vw,1.08rem)}.guide-page--article .guide-article-stats{display:flex;gap:8px;border:0;margin-top:18px}.guide-page--article .guide-article-stat{flex:initial;min-width:0;padding:8px 12px;border:1px solid rgba(255,255,255,.085);border-radius:999px;background:rgba(255,255,255,.022)}.guide-page--article .guide-article-stat:not(:first-child){padding-left:12px}.guide-page--article .guide-article-stat:last-child{padding-right:12px}.guide-page--article .guide-article-stat .guide-v2-stat-label{display:none}.guide-page--article .guide-article-stat .guide-v2-stat-val{color:rgba(232,232,240,.86);font-size:.78rem;font-weight:700;line-height:1.25;letter-spacing:.01em;white-space:normal}.guide-page--article .guide-article-stat .guide-v2-stat-val.is-accent{color:var(--accent);font-size:.78rem}.guide-page--article .guide-article-body{max-width:800px;padding-top:34px;color:rgba(232,232,240,.86);font-size:1rem;line-height:1.82}.guide-page--article .guide-article-body>:first-child{margin-top:0}.guide-page--article .guide-article-body>*+*{margin-top:1.08rem}.guide-page--article .guide-article-body h2{margin:4rem 0 1.2rem;max-width:760px;color:#fff;font-family:var(--display);font-size:clamp(1.55rem,2.5vw,2.2rem);line-height:1.08;letter-spacing:-.035em}.guide-page--article .guide-article-body h2:first-child{margin-top:0}.guide-page--article .guide-article-body h2::before{content:"";display:block;width:42px;height:2px;margin-bottom:14px;border-radius:999px;background:linear-gradient(90deg,var(--accent),transparent)}.guide-page--article .guide-article-body h3{margin:2.3rem 0 .7rem;color:rgba(255,255,255,.94);font-family:var(--display);font-size:clamp(1.08rem,1.6vw,1.34rem);line-height:1.22;letter-spacing:-.02em}.guide-page--article .guide-article-body h4{margin:1.6rem 0 .45rem;color:rgba(255,255,255,.9);font-family:var(--display);font-size:1rem;line-height:1.28}.guide-page--article .guide-article-body p,.guide-page--article .guide-article-body li{max-width:76ch}.guide-page--article .guide-article-body p{margin-bottom:0}.guide-page--article .guide-article-body strong{color:#fff;font-weight:760}.guide-page--article .guide-article-body ul,.guide-page--article .guide-article-body ol{padding-left:1.2rem}.guide-page--article .guide-article-body li+li{margin-top:.45rem}.guide-page--article .guide-article-body table{display:block;width:100%;max-width:100%;margin:1.4rem 0 1.8rem;overflow-x:auto;border-collapse:collapse;border:1px solid rgba(255,255,255,.075);border-radius:14px;background:rgba(10,13,30,.68)}.guide-page--article .guide-article-body thead{background:rgba(233,69,96,8%)}.guide-page--article .guide-article-body th,.guide-page--article .guide-article-body td{min-width:170px;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.062);text-align:left;vertical-align:top;font-size:.92rem;line-height:1.55}.guide-page--article .guide-article-body th{color:#fff;font-family:var(--display);font-weight:760}.guide-page--article .guide-article-body td{color:rgba(232,232,240,.82)}.guide-page--article .guide-article-body tbody tr:last-child td{border-bottom:0}.guide-page--article .guide-article-sidebar{position:sticky;top:96px}.guide-page--article .guide-article-side-card{padding:20px;border-color:rgba(255,255,255,7%);background:radial-gradient(circle at top left,rgba(233,69,96,8%),transparent 42%),rgba(10,13,30,.56);box-shadow:none}.guide-page--article .guide-article-side-title{margin-bottom:10px;font-size:1.15rem;line-height:1.12}.guide-page--article .guide-article-side-verdict{color:rgba(232,232,240,.7);font-size:.82rem;line-height:1.55}.guide-page--article .guide-article-side-list{display:flex;flex-direction:column;gap:8px;margin:0;padding-left:0;list-style:none}.guide-page--article .guide-article-side-list li{color:rgba(232,232,240,.74);font-size:.82rem;line-height:1.48}.guide-page--article .guide-article-side-map .guide-v2-side-map-item{padding:7px 0}.guide-page--article .guide-article-legal{margin-top:34px;color:rgba(232,232,240,.55);font-size:.8rem;line-height:1.55}.guide-page--article .article-pool-card{position:relative;margin:1.35rem 0 2rem;padding:16px;border:1px solid rgba(255,255,255,.085);border-radius:16px;background:linear-gradient(135deg,rgba(15,22,44,.78),rgba(8,8,26,.52)),rgba(8,8,26,.72);box-shadow:0 18px 44px rgba(0,0,0,.18)}.guide-page--article .article-pool-card::before{content:"";position:absolute;inset:0 auto 0 0;width:2px;border-radius:16px 0 0 16px;background:linear-gradient(180deg,var(--accent),rgba(233,69,96,8%))}.guide-page--article .article-pool-head,.guide-page--article .article-pool-current,.guide-page--article .article-pool-alt-row{position:relative;z-index:1}.guide-page--article .article-pool-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:12px}.guide-page--article .article-pool-kicker{color:var(--accent);font-family:var(--mono);font-size:.66rem;font-weight:760;letter-spacing:.12em;line-height:1.3;text-transform:uppercase}.guide-page--article .article-pool-title{margin:4px 0 0;color:#fff;font-family:var(--display);font-size:1rem;line-height:1.25}.guide-page--article .article-pool-stock{flex-shrink:0;padding:4px 8px;border-radius:999px;color:rgba(232,232,240,.72);background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.075);font-size:.68rem;font-weight:720;line-height:1.25}.guide-page--article .article-pool-stock--in_stock{color:var(--green);background:rgba(39,174,96,8%);border-color:rgba(39,174,96,.22)}.guide-page--article .article-pool-current{display:grid;grid-template-columns:minmax(0,1fr)auto auto;gap:14px;align-items:center;padding:13px 14px;border-radius:12px;background:rgba(255,255,255,.032);border:1px solid rgba(255,255,255,7%)}.guide-page--article .article-pool-product-wrap{min-width:0}.guide-page--article .article-pool-product{display:block;color:rgba(255,255,255,.92);font-weight:760;line-height:1.28}.guide-page--article .article-pool-vendor,.guide-page--article .article-pool-alt-vendor{margin-top:7px}.guide-page--article .article-pool-price-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:3px;min-width:92px}.guide-page--article .article-pool-price{color:var(--accent);font-family:var(--display);font-size:1.2rem;font-weight:800;line-height:1.05;white-space:nowrap}.guide-page--article .article-pool-date{color:rgba(232,232,240,.52);font-size:.68rem;line-height:1.3;white-space:nowrap}.guide-page--article .article-pool-cta,.guide-page--article .article-pool-alt-link{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;padding:8px 12px;border-radius:10px;color:#fff;background:linear-gradient(135deg,rgba(233,69,96,.95),rgba(233,69,96,.72));border:1px solid rgba(255,255,255,.12);font-size:.78rem;font-weight:800;line-height:1.2;text-decoration:none;white-space:nowrap}.guide-page--article .article-pool-cta:hover,.guide-page--article .article-pool-alt-link:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(233,69,96,.2)}.guide-page--article .article-pool-note{margin:10px 0 0;color:rgba(232,232,240,.62);font-size:.78rem;line-height:1.45}.guide-page--article .article-pool-more{margin-top:10px}.guide-page--article .article-pool-more>summary{cursor:pointer;color:rgba(232,232,240,.62);font-size:.78rem;font-weight:720;list-style:none}.guide-page--article .article-pool-more>summary::-webkit-details-marker{display:none}.guide-page--article .article-pool-more>summary::after{content:" +";color:var(--accent)}.guide-page--article .article-pool-more[open]>summary::after{content:" −"}.guide-page--article .article-pool-alt-list{margin-top:10px;overflow:hidden;border:1px solid rgba(255,255,255,6%);border-radius:12px}.guide-page--article .article-pool-alt-row{display:grid;grid-template-columns:minmax(0,1fr)auto auto;gap:12px;align-items:center;padding:10px 12px;background:rgba(255,255,255,.014);border-bottom:1px solid rgba(255,255,255,.052)}.guide-page--article .article-pool-alt-row:last-child{border-bottom:0}.guide-page--article .article-pool-alt-main{min-width:0}.guide-page--article .article-pool-alt-label{display:block;color:rgba(232,232,240,.45);font-size:.58rem;font-weight:760;letter-spacing:.1em;line-height:1.2;text-transform:uppercase}.guide-page--article .article-pool-alt-name{display:block;margin-top:3px;color:rgba(232,232,240,.82);font-size:.82rem;font-weight:680;line-height:1.28}.guide-page--article .article-pool-alt-side{display:flex;flex-direction:column;align-items:flex-end;gap:2px;min-width:95px}.guide-page--article .article-pool-alt-price{color:rgba(255,255,255,.88);font-family:var(--display);font-weight:760;line-height:1.15;white-space:nowrap}.guide-page--article .article-pool-alt-reason{color:rgba(232,232,240,.48);font-size:.66rem;line-height:1.25;text-align:right}.guide-page--article .article-pool-alt-link{min-height:30px;padding:6px 10px;background:0 0;color:rgba(232,232,240,.8);border-color:rgba(255,255,255,.12);box-shadow:none}.guide-page--article .article-pool-alt-link:hover{color:#fff;background:rgba(255,255,255,.045);box-shadow:none}@media(max-width:1080px){.guide-page--article .guide-article-inner{grid-template-columns:1fr;max-width:860px}.guide-page--article .guide-article-sidebar{display:none}}@media(max-width:680px){.guide-page--article{padding-left:14px;padding-right:14px}.guide-page--article .guide-article-inner{padding-top:16px}.guide-page--article .guide-article-hero{padding:24px 0 22px}.guide-page--article .guide-article-title{font-size:clamp(1.8rem,8.8vw,2.32rem);line-height:1.06}.guide-page--article .guide-article-stats{gap:7px}.guide-page--article .guide-article-stat{padding:7px 10px}.guide-page--article .guide-article-body{padding-top:26px;font-size:.96rem;line-height:1.74}.guide-page--article .guide-article-body h2{margin-top:3.1rem}.guide-page--article .guide-article-body th,.guide-page--article .guide-article-body td{min-width:155px;padding:10px 11px;font-size:.86rem}.guide-page--article .article-pool-card{padding:13px;border-radius:14px}.guide-page--article .article-pool-current,.guide-page--article .article-pool-alt-row{grid-template-columns:1fr;align-items:stretch}.guide-page--article .article-pool-price-wrap,.guide-page--article .article-pool-alt-side{align-items:flex-start}.guide-page--article .article-pool-cta,.guide-page--article .article-pool-alt-link{width:100%}}.guide-page--article .guide-article-mobile-toc{display:none}.guide-page--article .guide-article-body span[id],.guide-page--article .guide-article-body h2[id]{scroll-margin-top:96px}.guide-page--article .guide-article-body span[id]:target+h2,.guide-page--article .guide-article-body p:has(span[id]:target)+h2,.guide-page--article .guide-article-body h2[id]:target{color:#fff;text-shadow:0 0 26px rgba(233,69,96,.18)}@media(max-width:1080px){.guide-page--article .guide-article-mobile-toc{display:block;position:relative;margin:0 0 28px;padding:14px;border:1px solid rgba(255,255,255,.085);border-radius:20px;background:radial-gradient(circle at 0% 0%,rgba(233,69,96,.1),transparent 38%),linear-gradient(135deg,rgba(15,22,44,.76),rgba(8,8,26,.62));box-shadow:inset 0 1px rgba(255,255,255,.045),0 18px 46px rgba(0,0,0,.2);overflow:hidden}.guide-page--article .guide-article-mobile-toc::after{content:"";position:absolute;inset:42px 0 0 auto;width:34px;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(8,8,26,.86))}.guide-page--article .guide-article-mobile-toc-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:11px}.guide-page--article .guide-article-mobile-toc-kicker{color:var(--accent);font-family:var(--mono);font-size:.66rem;font-weight:780;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.guide-page--article .guide-article-mobile-toc-count{flex:none;color:rgba(232,232,240,.52);font-size:.72rem;font-weight:700;line-height:1.2}.guide-page--article .guide-article-mobile-toc-scroll{display:flex;gap:8px;margin:0 -3px;padding:0 3px 2px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x proximity}.guide-page--article .guide-article-mobile-toc-scroll::-webkit-scrollbar{display:none}.guide-page--article .guide-article-mobile-toc-link{display:inline-flex;flex:none;align-items:center;gap:8px;min-height:38px;padding:8px 11px;border:1px solid rgba(255,255,255,.085);border-radius:999px;background:rgba(255,255,255,.035);color:rgba(232,232,240,.82);text-decoration:none;scroll-snap-align:start;transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease}.guide-page--article .guide-article-mobile-toc-link:hover,.guide-page--article .guide-article-mobile-toc-link:focus-visible{transform:translateY(-1px);border-color:rgba(233,69,96,.36);background:rgba(233,69,96,.075);color:#fff;outline:none}.guide-page--article .guide-article-mobile-toc-num{color:var(--accent);font-family:var(--mono);font-size:.66rem;font-weight:800;letter-spacing:.08em;line-height:1}.guide-page--article .guide-article-mobile-toc-label{font-size:.82rem;font-weight:760;line-height:1.1;white-space:nowrap}}@media(max-width:680px){.guide-page--article .guide-article-mobile-toc{margin-bottom:24px;padding:12px;border-radius:18px}.guide-page--article .guide-article-mobile-toc-head{margin-bottom:10px}.guide-page--article .guide-article-mobile-toc-count{display:none}.guide-page--article .guide-article-mobile-toc-link{min-height:36px;padding:8px 10px}}.guide-page--article .guide-article-visual{position:relative;margin:28px 0 0;aspect-ratio:16/9;border-radius:24px;border:1px solid rgba(255,255,255,.085);background:radial-gradient(circle at 50% 88%,rgba(233,69,96,.18),transparent 38%),linear-gradient(180deg,rgba(16,18,42,.92),rgba(6,8,22,.96));box-shadow:inset 0 1px rgba(255,255,255,.045),0 24px 64px rgba(0,0,0,.26);overflow:hidden}.guide-page--article .guide-article-visual::after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.045),transparent 42%),radial-gradient(circle at 50% 86%,rgba(233,69,96,.1),transparent 36%)}.guide-page--article .guide-article-visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.06)contrast(1.05)brightness(.94)}.guide-media-card--hero-contain .guide-media-thumb{background:radial-gradient(circle at 50% 82%,rgba(233,69,96,.16),transparent 42%),linear-gradient(180deg,rgba(12,17,34,.98),rgba(5,8,18,.98))}.guide-media-card--hero-contain .guide-media-thumb img{object-fit:contain;object-position:center;transform:none;filter:saturate(1.08)contrast(1.06)brightness(.95)}.guide-media-card--hero-contain:hover .guide-media-thumb img{transform:none;filter:saturate(1.1)contrast(1.08)brightness(.98)}@media(max-width:680px){.guide-page--article .guide-article-visual{margin-top:22px;border-radius:20px}}.guide-page--article .guide-article-body h2[id]:target,.guide-page--article .guide-article-body span[id]:target+h2,.guide-page--article .guide-article-body p:has(>span[id]:target)+h2,.guide-page--article .guide-article-body p:has(span[id]:target)+h2{position:relative;border-radius:18px;background:radial-gradient(ellipse at 42% 50%,rgba(233,69,96,.18),rgba(233,69,96,7%) 34%,transparent 72%),linear-gradient(90deg,transparent 0%,rgba(233,69,96,.075) 16%,rgba(233,69,96,.095) 46%,rgba(233,69,96,4%) 74%,transparent 100%);box-shadow:0 0 30px rgba(233,69,96,.1);text-shadow:0 0 18px rgba(233,69,96,.22),0 0 34px rgba(233,69,96,.1)}@media(max-width:680px){.guide-page--article .guide-article-body h2[id]:target,.guide-page--article .guide-article-body span[id]:target+h2,.guide-page--article .guide-article-body p:has(>span[id]:target)+h2,.guide-page--article .guide-article-body p:has(span[id]:target)+h2{border-radius:14px;background:radial-gradient(ellipse at 48% 50%,rgba(233,69,96,.18),rgba(233,69,96,.075) 38%,transparent 76%),linear-gradient(90deg,transparent 0%,rgba(233,69,96,7%) 12%,rgba(233,69,96,.1) 48%,rgba(233,69,96,.045) 82%,transparent 100%);box-shadow:0 0 28px rgba(233,69,96,.11)}}@media(min-width:1024px){.page-home .tbv3-guide-grid{gap:16px}.page-home .tbv3-guide.has-image{display:flex;flex-direction:column;min-height:440px}.page-home .tbv3-guide.has-image .tbv3-guide-media{flex:0 0 218px;min-height:218px;border-bottom:1px solid rgba(255,255,255,.075);background-position:50%;background-size:cover}.page-home .tbv3-guide.is-config-1440p.has-image .tbv3-guide-media{min-height:218px;background-position:50%}.page-home .tbv3-guide.has-image .tbv3-guide-body{flex:auto;padding:20px 22px 22px}.page-home .tbv3-guide.has-image h3{font-size:clamp(1.18rem,1.35vw,1.48rem)}}@media(min-width:1280px){.page-home .tbv3-guide.has-image{min-height:456px}.page-home .tbv3-guide.has-image .tbv3-guide-media,.page-home .tbv3-guide.is-config-1440p.has-image .tbv3-guide-media{flex-basis:230px;min-height:230px}}@media(min-width:761px){.page-home .tbv3-guide.tbv3-guide--pilier.has-image{display:grid;grid-column:1/-1;grid-template-columns:52% 48%;min-height:340px;overflow:hidden}.page-home .tbv3-guide.tbv3-guide--pilier.has-image .tbv3-guide-media{min-height:340px;height:100%;width:100%;background-size:contain;background-position:50%;background-repeat:no-repeat}.page-home .tbv3-guide.tbv3-guide--pilier.has-image .tbv3-guide-body{min-width:0;align-self:center}}@media(max-width:760px){.page-home .tbv3-guide.tbv3-guide--pilier.has-image{display:grid;grid-template-columns:1fr;min-height:0}.page-home .tbv3-guide.tbv3-guide--pilier.has-image .tbv3-guide-media{min-height:200px;height:auto}}.page-home .tbv3-guide.tbv3-guide--pilier.has-image{position:relative;isolation:isolate;border-radius:26px;border:1px solid rgba(233,69,96,.26);background:radial-gradient(circle at 73% 16%,rgba(233,69,96,.12),transparent 38%),radial-gradient(circle at 21% 82%,rgba(101,214,255,.075),transparent 34%),linear-gradient(135deg,rgba(17,22,42,.98),rgba(8,10,26,.98));box-shadow:0 28px 78px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.025),0 0 46px rgba(233,69,96,8%)}.page-home .tbv3-guide.tbv3-guide--pilier.has-image::before,.page-home .tbv3-guide.tbv3-guide--pilier.has-image::after{content:'';position:absolute;pointer-events:none;z-index:0}.page-home .tbv3-guide.tbv3-guide--pilier.has-image::before{inset:0;border-radius:inherit;background-image:linear-gradient(rgba(255,255,255,3%) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(90deg,rgba(0,0,0,.44),rgba(0,0,0,.18) 48%,transparent 88%);opacity:.58}.page-home .tbv3-guide.tbv3-guide--pilier.has-image::after{left:22px;right:22px;top:0;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(233,69,96,.74),rgba(101,214,255,.22),transparent);opacity:.78}.page-home .tbv3-guide.tbv3-guide--pilier.has-image>*{position:relative;z-index:1}.page-home .tbv3-guide.tbv3-guide--pilier.has-image .tbv3-guide-media{border-right:1px solid rgba(255,255,255,.085);background-color:rgba(5,8,20,.72);background-image:radial-gradient(circle at 50% 80%,rgba(233,69,96,.16),transparent 42%),radial-gradient(circle at 18% 16%,rgba(101,214,255,8%),transparent 36%),var(--tbv3-guide-image);background-size:cover,cover,contain;background-position:50%,50%,50%;background-repeat:no-repeat;filter:saturate(1.04)contrast(1.06)brightness(.95)}.page-home .tbv3-guide.tbv3-guide--pilier.has-image .tbv3-guide-body{justify-content:center;padding:clamp(34px,3.4vw,42px);background:radial-gradient(circle at 82% 14%,rgba(233,69,96,.1),transparent 42%),linear-gradient(135deg,rgba(15,17,35,.96),rgba(18,16,34,.92))}.page-home .tbv3-guide.tbv3-guide--pilier.has-image .tbv3-badge-row{gap:9px;margin-bottom:18px}.page-home .tbv3-guide.tbv3-guide--pilier.has-image .tbv3-badge-row .tbv3-badge:first-child{min-height:28px;padding:6px 10px;border-color:rgba(233,69,96,.46);background:linear-gradient(180deg,rgba(233,69,96,.2),rgba(233,69,96,.1));color:#ffd2dc;box-shadow:inset 0 1px rgba(255,255,255,8%),0 0 22px rgba(233,69,96,.1)}.page-home .tbv3-guide.tbv3-guide--pilier.has-image h3{max-width:15ch;margin-bottom:14px;font-size:clamp(1.55rem,2.1vw,2.05rem);line-height:1.04;letter-spacing:-.04em;text-wrap:balance}.page-home .tbv3-guide.tbv3-guide--pilier.has-image p{max-width:54ch;margin-bottom:18px;color:#c7cee4;font-size:clamp(.96rem,1.05vw,1.03rem);line-height:1.58}.page-home .tbv3-guide.tbv3-guide--pilier.has-image .tbv3-tags{gap:8px;margin-top:0}.page-home .tbv3-guide.tbv3-guide--pilier.has-image .tbv3-tag{padding:6px 8px;border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.045);color:#dde3f5}.page-home .tbv3-guide.tbv3-guide--pilier.has-image .tbv3-card-link{align-self:flex-start;margin-top:20px;color:#ff8ea4;letter-spacing:-.01em}.page-home .tbv3-guide.tbv3-guide--pilier.has-image .tbv3-card-link::after{color:#ff9aae;transition:transform .18s ease}@media(hover:hover) and (pointer:fine){.page-home .tbv3-guide.tbv3-guide--pilier.has-image:hover{transform:translateY(-3px);border-color:rgba(233,69,96,.38);box-shadow:0 34px 86px rgba(0,0,0,.38),0 0 0 1px rgba(255,255,255,3%),0 0 58px rgba(233,69,96,.11)}.page-home .tbv3-guide.tbv3-guide--pilier.has-image:hover .tbv3-card-link::after{transform:translateX(3px)}}@media(min-width:761px){.page-home .tbv3-guide.tbv3-guide--pilier.has-image{grid-template-columns:52% 48%;min-height:clamp(346px,29vw,380px);margin-bottom:12px}.page-home .tbv3-guide.tbv3-guide--pilier.has-image .tbv3-guide-media{min-height:clamp(346px,29vw,380px)}}@media(min-width:1024px){.page-home .tbv3-guide.tbv3-guide--pilier.has-image{min-height:clamp(352px,27vw,380px)}.page-home .tbv3-guide.tbv3-guide--pilier.has-image .tbv3-guide-media{min-height:clamp(352px,27vw,380px);flex-basis:auto}}@media(max-width:760px){.page-home .tbv3-guide.tbv3-guide--pilier.has-image{border-radius:22px;box-shadow:0 24px 62px rgba(0,0,0,.3),0 0 0 1px rgba(255,255,255,.025),0 0 34px rgba(233,69,96,7%)}.page-home .tbv3-guide.tbv3-guide--pilier.has-image::after{left:18px;right:18px}.page-home .tbv3-guide.tbv3-guide--pilier.has-image .tbv3-guide-media{min-height:208px;border-right:0;border-bottom:1px solid rgba(255,255,255,.085);background-size:cover,cover,contain}.page-home .tbv3-guide.tbv3-guide--pilier.has-image .tbv3-guide-body{padding:24px 22px 25px}.page-home .tbv3-guide.tbv3-guide--pilier.has-image .tbv3-badge-row{margin-bottom:15px}.page-home .tbv3-guide.tbv3-guide--pilier.has-image h3{max-width:18ch;margin-bottom:12px;font-size:clamp(1.36rem,6vw,1.72rem);line-height:1.06}.page-home .tbv3-guide.tbv3-guide--pilier.has-image p{margin-bottom:16px;font-size:.94rem;line-height:1.54}.page-home .tbv3-guide.tbv3-guide--pilier.has-image .tbv3-card-link{margin-top:18px}}@media(max-width:420px){.page-home .tbv3-guide.tbv3-guide--pilier.has-image .tbv3-guide-media{min-height:190px}.page-home .tbv3-guide.tbv3-guide--pilier.has-image .tbv3-guide-body{padding:22px 20px 23px}}.guides-list .guide-media-card--pilier{margin-bottom:10px;border-color:rgba(233,69,96,.28);background:radial-gradient(circle at 76% 12%,rgba(233,69,96,.13),transparent 38%),radial-gradient(circle at 12% 86%,rgba(108,168,255,8%),transparent 40%),linear-gradient(135deg,rgba(18,19,44,.98),rgba(13,11,32,.96) 58%,rgba(23,13,35,.92));box-shadow:0 30px 88px rgba(0,0,0,.3),0 0 0 1px rgba(255,255,255,.025),0 0 58px rgba(233,69,96,8%)}.guides-list .guide-media-card--pilier::before{height:4px;background:linear-gradient(90deg,rgba(233,69,96,.96),rgba(233,69,96,.34) 34%,rgba(108,168,255,.2) 64%,transparent 92%)}.guides-list .guide-media-card--pilier::after{content:'';position:absolute;inset:1px;pointer-events:none;border-radius:inherit;background:linear-gradient(90deg,rgba(233,69,96,.1),transparent 18%),linear-gradient(180deg,rgba(255,255,255,.035),transparent 32%);opacity:.88}.guides-list .guide-media-card--pilier .guide-media-link{position:relative;z-index:1;grid-template-columns:minmax(310px,.36fr)minmax(0,1fr);gap:26px;min-height:278px;padding:22px}.guides-list .guide-media-card--pilier .guide-media-thumb{min-height:232px;border-color:rgba(233,69,96,.18);background:radial-gradient(circle at 50% 82%,rgba(233,69,96,.18),transparent 42%),linear-gradient(180deg,rgba(11,16,32,.98),rgba(5,8,18,.99));box-shadow:inset 0 1px rgba(255,255,255,6%),0 20px 44px rgba(0,0,0,.28),0 0 36px rgba(233,69,96,6%)}.guides-list .guide-media-card--pilier .guide-media-body{padding:8px 8px 8px 0}.guides-list .guide-media-card--pilier .guide-media-topline{margin-bottom:14px}.guides-list .guide-media-card--pilier .guide-status-pill--pilier{color:pink;background:linear-gradient(180deg,rgba(233,69,96,.18),rgba(233,69,96,.1));border-color:rgba(233,69,96,.46);box-shadow:inset 0 1px rgba(255,255,255,7%),0 0 18px rgba(233,69,96,8%)}.guides-list .guide-media-card--pilier .guide-media-kicker{margin-bottom:9px;color:#ff6d86;letter-spacing:.16em}.guides-list .guide-media-card--pilier .guide-media-body h2{max-width:860px;margin-bottom:10px;font-size:clamp(1.48rem,2.55vw,2.04rem);line-height:1.08;letter-spacing:-.045em}.guides-list .guide-media-card--pilier .guide-media-desc{max-width:780px;margin-bottom:16px;color:#c2c8d8;font-size:.98rem;line-height:1.58}.guides-list .guide-media-card--pilier .guide-media-signals{grid-template-columns:minmax(0,255px);max-width:255px;margin-top:2px;margin-bottom:15px}.guides-list .guide-media-card--pilier .guide-media-signal{padding:12px 13px;border-color:rgba(255,255,255,8%);background:rgba(255,255,255,.035)}.guides-list .guide-media-card--pilier .guide-media-bottom{padding-top:14px;border-top-color:rgba(255,255,255,.075)}.guides-list .guide-media-card--pilier .guide-media-tags span{min-height:30px;border-color:rgba(255,255,255,8%);background:rgba(255,255,255,.045);color:#d8ddeb}.guides-list .guide-media-card--pilier .guide-media-cta{color:#ffd7df;background:rgba(233,69,96,.14);border-color:rgba(233,69,96,.34);box-shadow:none}@media(hover:hover) and (pointer:fine){.guides-list .guide-media-card--pilier:hover{border-color:rgba(233,69,96,.38);box-shadow:0 34px 96px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,3%),0 0 68px rgba(233,69,96,.11)}.guides-list .guide-media-card--pilier:hover .guide-media-cta{color:#fff;background:rgba(233,69,96,.2);border-color:rgba(233,69,96,.5)}}@media(max-width:980px){.guides-list .guide-media-card--pilier .guide-media-link{grid-template-columns:minmax(270px,.38fr)minmax(0,1fr);gap:22px;min-height:252px}.guides-list .guide-media-card--pilier .guide-media-body h2{font-size:clamp(1.36rem,3vw,1.78rem)}}@media(max-width:860px){.guides-list .guide-media-card--pilier{margin-bottom:8px}.guides-list .guide-media-card--pilier .guide-media-link{grid-template-columns:1fr;gap:0;min-height:0;padding:0}.guides-list .guide-media-card--pilier .guide-media-thumb{min-height:220px;border-width:0 0 1px;border-radius:24px 24px 0 0}.guides-list .guide-media-card--pilier .guide-media-body{padding:20px}.guides-list .guide-media-card--pilier .guide-media-signals{max-width:none}}@media(max-width:560px){.guides-list .guide-media-card--pilier .guide-media-thumb{min-height:190px;border-radius:20px 20px 0 0}.guides-list .guide-media-card--pilier .guide-media-body{padding:17px}.guides-list .guide-media-card--pilier .guide-media-body h2{font-size:clamp(1.24rem,6.2vw,1.52rem);line-height:1.12}.guides-list .guide-media-card--pilier .guide-media-desc{font-size:.9rem}.guides-list .guide-media-card--pilier .guide-media-tags span{min-height:28px}}@media(min-width:861px){.guides-list .guide-media-card--pilier{margin-bottom:18px;border-color:rgba(233,69,96,.24);background:radial-gradient(circle at 74% 10%,rgba(233,69,96,.1),transparent 34%),radial-gradient(circle at 22% 86%,rgba(108,168,255,.055),transparent 38%),linear-gradient(135deg,rgba(18,20,44,.98),rgba(12,12,30,.97) 58%,rgba(22,13,34,.92));box-shadow:0 28px 78px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.024),0 0 42px rgba(233,69,96,.065)}.guides-list .guide-media-card--pilier::before{height:3px;opacity:.86;background:linear-gradient(90deg,rgba(233,69,96,.88),rgba(233,69,96,.26) 32%,rgba(108,168,255,.15) 62%,transparent 92%)}.guides-list .guide-media-card--pilier::after{background:linear-gradient(90deg,rgba(233,69,96,.075),transparent 16%),linear-gradient(180deg,rgba(255,255,255,.028),transparent 30%);opacity:.66}.guides-list .guide-media-card--pilier .guide-media-link{grid-template-columns:minmax(350px,.38fr)minmax(0,1fr);gap:30px;align-items:center;min-height:0;padding:26px 30px 26px 26px}.guides-list .guide-media-card--pilier .guide-media-thumb{align-self:center;min-height:0;aspect-ratio:16/9;border-radius:18px;border-color:rgba(233,69,96,.16);background:radial-gradient(circle at 50% 84%,rgba(233,69,96,.12),transparent 38%),linear-gradient(180deg,rgba(10,15,31,.98),rgba(5,8,18,.99));box-shadow:inset 0 1px rgba(255,255,255,.055),0 18px 38px rgba(0,0,0,.24),0 0 24px rgba(233,69,96,.045)}.guides-list .guide-media-card--pilier.guide-media-card--hero-contain .guide-media-thumb img{transform:scale(1.035)}.guides-list .guide-media-card--pilier.guide-media-card--hero-contain:hover .guide-media-thumb img{transform:scale(1.035)}.guides-list .guide-media-card--pilier .guide-media-body{justify-content:center;padding:0}.guides-list .guide-media-card--pilier .guide-media-kicker{display:none}.guides-list .guide-media-card--pilier .guide-media-topline{margin-bottom:13px}.guides-list .guide-media-card--pilier .guide-media-body h2{max-width:760px;margin-bottom:11px;font-size:clamp(1.52rem,2.35vw,1.94rem);line-height:1.08}.guides-list .guide-media-card--pilier .guide-media-desc{max-width:760px;margin-bottom:15px;color:#c5cad8;font-size:.97rem;line-height:1.54}.guides-list .guide-media-card--pilier .guide-media-signals{max-width:238px;margin-bottom:14px}.guides-list .guide-media-card--pilier .guide-media-signal{padding:11px 13px;background:rgba(255,255,255,3%)}.guides-list .guide-media-card--pilier .guide-media-bottom{padding-top:13px}.guides-list .guide-media-card--pilier .guide-media-cta{min-height:36px;padding:8px 15px;color:#ffb8c7;background:rgba(233,69,96,.085);border-color:rgba(233,69,96,.3)}}@media(min-width:1180px){.guides-list .guide-media-card--pilier .guide-media-link{grid-template-columns:minmax(380px,.38fr)minmax(0,1fr)}}@media(max-width:860px){.guides-list .guide-media-card--pilier .guide-media-kicker{display:none}}@media(max-width:560px){.guides-list .guide-media-card--pilier .guide-media-body h2{font-size:clamp(1.22rem,6vw,1.46rem)}}.guides-hero-copy{background:radial-gradient(circle at 10% 0%,rgba(233,69,96,.13),transparent 34%),radial-gradient(circle at 88% 8%,rgba(108,168,255,8%),transparent 34%),linear-gradient(180deg,rgba(15,15,42,.95),rgba(9,9,28,.92))}.guides-hero-kicker{max-width:720px}.guides-hero-stat:nth-child(2) strong{color:#ffb1c0;text-shadow:0 0 22px rgba(233,69,96,.16)}.guides-hero-stat:nth-child(2){border-color:rgba(233,69,96,.16);background:radial-gradient(circle at 18% 12%,rgba(233,69,96,.1),transparent 42%),linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.016)),rgba(15,15,42,.78)}@media(max-width:720px){.guides-hero-kicker{letter-spacing:.12em}}@media(max-width:860px){.guides-list .guide-media-card--pilier.guide-media-card--hero-contain .guide-media-thumb{aspect-ratio:16/9;min-height:0;height:auto;background:radial-gradient(circle at 50% 86%,rgba(233,69,96,.13),transparent 40%),linear-gradient(180deg,rgba(7,10,22,.98),rgba(5,8,18,.99))}.guides-list .guide-media-card--pilier.guide-media-card--hero-contain .guide-media-thumb img{width:100%;height:100%;object-fit:cover;object-position:50% 50%;transform:none}}@media(max-width:560px){.guides-list .guide-media-card--pilier.guide-media-card--hero-contain .guide-media-thumb{aspect-ratio:16/9;min-height:0}}.page-home .tbv3-guide:not(.tbv3-guide--pilier){border-color:rgba(255,255,255,.092);background:radial-gradient(circle at 82% 8%,rgba(233,69,96,.075),transparent 34%),linear-gradient(180deg,rgba(15,17,37,.98),rgba(8,10,25,.96));box-shadow:0 20px 52px rgba(0,0,0,.22),inset 0 1px rgba(255,255,255,.035)}.page-home .tbv3-guide:not(.tbv3-guide--pilier)::after{content:'';position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.028),transparent 28%);opacity:.55}.page-home .tbv3-guide:not(.tbv3-guide--pilier)>*{position:relative;z-index:1}.page-home .tbv3-guide:not(.tbv3-guide--pilier) .tbv3-guide-media{filter:saturate(1.04)contrast(1.05)brightness(.93)}.page-home .tbv3-guide:not(.tbv3-guide--pilier) h3{letter-spacing:-.035em;text-wrap:balance}.page-home .tbv3-guide:not(.tbv3-guide--pilier) .tbv3-card-link{color:#ff9aae}.guides-list .guide-media-card:not(.guide-media-card--pilier){border-color:rgba(255,255,255,.088);background:radial-gradient(circle at 86% 10%,rgba(233,69,96,.075),transparent 32%),radial-gradient(circle at 14% 84%,rgba(108,168,255,.045),transparent 36%),linear-gradient(180deg,rgba(16,17,40,.97),rgba(9,10,26,.95));box-shadow:0 22px 58px rgba(0,0,0,.21),inset 0 1px rgba(255,255,255,.034)}.guides-list .guide-media-card:not(.guide-media-card--pilier)::after{content:'';position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.026),transparent 28%);opacity:.55}.guides-list .guide-media-card:not(.guide-media-card--pilier) .guide-media-link{position:relative;z-index:1}.guides-list .guide-media-card:not(.guide-media-card--pilier) .guide-media-thumb{border-color:rgba(255,255,255,.105);box-shadow:inset 0 1px rgba(255,255,255,.055),0 16px 34px rgba(0,0,0,.2)}.guides-list .guide-media-card:not(.guide-media-card--pilier) .guide-media-body h2{text-wrap:balance}.guides-list .guide-media-card:not(.guide-media-card--pilier) .guide-media-cta{background:linear-gradient(180deg,rgba(233,69,96,.96),rgba(233,69,96,.88))}@media(min-width:861px){.guides-list .guide-media-card:not(.guide-media-card--pilier) .guide-media-link{align-items:center}.guides-list .guide-media-card:not(.guide-media-card--pilier) .guide-media-thumb{aspect-ratio:16/9;min-height:0}}@media(max-width:560px){.page-home .tbv3-guide:not(.tbv3-guide--pilier){border-color:rgba(255,255,255,.086);box-shadow:0 18px 46px rgba(0,0,0,.2)}.guides-list .guide-media-card:not(.guide-media-card--pilier){border-color:rgba(255,255,255,.086);box-shadow:0 18px 46px rgba(0,0,0,.2)}.guides-list .guide-media-card:not(.guide-media-card--pilier) .guide-media-cta{min-height:42px;border-radius:13px}}@media(min-width:861px){.guides-list .guide-media-card:not(.guide-media-card--pilier) .guide-media-link{grid-template-columns:minmax(250px,.42fr)minmax(0,1fr);align-items:stretch}.guides-list .guide-media-card:not(.guide-media-card--pilier) .guide-media-thumb{width:100%;max-width:100%;min-width:0;min-height:200px;aspect-ratio:auto;align-self:stretch;justify-self:stretch}.guides-list .guide-media-card:not(.guide-media-card--pilier) .guide-media-body{position:relative;z-index:2;min-width:0}}@media(max-width:640px){.guide-page--article{padding-left:12px;padding-right:12px}.guide-page--article .guide-article-inner{padding-top:14px}.guide-page--article .guide-article-hero{padding:22px 0 20px}.guide-page--article .guide-article-title{font-size:clamp(1.64rem,8vw,2.12rem);line-height:1.08;letter-spacing:-.046em}.guide-page--article .guide-article-sub{font-size:.92rem;line-height:1.58}.guide-page--article .guide-article-stats{gap:6px}.guide-page--article .guide-article-stat{padding:7px 10px}.guide-page--article .guide-article-visual{margin-top:20px;border-radius:18px}.guide-page--article .guide-article-mobile-toc{margin-bottom:22px;padding:11px;border-radius:17px}.guide-page--article .guide-article-body{padding-top:22px;font-size:.9rem;line-height:1.64}.guide-page--article .guide-article-body>*+*{margin-top:.92rem}.guide-page--article .guide-article-body h2{margin:2.55rem 0 1rem;font-size:clamp(1.34rem,6.6vw,1.72rem);line-height:1.12}.guide-page--article .guide-article-body h2::before{width:34px;margin-bottom:10px}.guide-page--article .guide-article-body h3{margin:1.75rem 0 .6rem;font-size:clamp(1.02rem,5.2vw,1.18rem);line-height:1.22}.guide-page--article .guide-article-body h4{margin-top:1.25rem;font-size:.96rem}.guide-page--article .guide-article-body p,.guide-page--article .guide-article-body li{max-width:none}.guide-page--article .guide-article-body ul,.guide-page--article .guide-article-body ol{padding-left:1.05rem}.guide-page--article .guide-article-body table{margin:1.1rem 0 1.35rem;border-radius:12px;-webkit-overflow-scrolling:touch}.guide-page--article .guide-article-body th,.guide-page--article .guide-article-body td{min-width:138px;padding:9px 10px;font-size:.78rem;line-height:1.45}.guide-page--article .article-pool-card{margin:1.1rem 0 1.55rem;padding:12px;border-radius:14px}.guide-page--article .article-pool-head{flex-wrap:wrap;gap:10px}.guide-page--article .article-pool-title{font-size:.96rem;line-height:1.25}.guide-page--article .article-pool-current,.guide-page--article .article-pool-alt-row{gap:10px;padding:12px}.guide-page--article .article-pool-product{font-size:.9rem;line-height:1.3}.guide-page--article .article-pool-price{font-size:1.12rem}.guide-page--article .article-pool-date,.guide-page--article .article-pool-note{font-size:.72rem;line-height:1.42}.guide-page--article .article-pool-cta,.guide-page--article .article-pool-alt-link{min-height:44px}.guide-v2{padding-left:12px;padding-right:12px}.guide-v2-prelude-body{padding:4px 13px 13px}.guide-v2-prelude-section{padding:12px 0}.guide-v2-prelude-section p{font-size:.86rem;line-height:1.58}.guide-v2 .guide-v2-row-body,.guide-v2-row-body{padding:2px 14px 18px}.guide-v2 .guide-v2-row-body>*+*{margin-top:12px}.guide-v2 .guide-v2-row-body>.mb-md{padding:12px;border-radius:14px}.guide-v2 .guide-v2-row-body p.text-sm{font-size:.86rem;line-height:1.62}.guide-v2 .specs{padding:10px 0 4px;font-size:.74rem;line-height:1.52}.guide-v2 .guide-v2-row-body .alert{padding:13px;border-radius:14px}.guide-v2 .guide-v2-row-body .alert p,.guide-v2 .guide-v2-row-body .alert p.text-sm{font-size:.84rem;line-height:1.58}.guide-v2 .guide-v2-row-body .alert.alert-info[id^=dynamic-inline-],.guide-v2 .guide-v2-row-body .alert[id^=dynamic-inline-]{margin-top:14px;padding:14px;border-radius:15px}.guide-v2 .guide-v2-row-body .alert.alert-info[id^=dynamic-inline-] .offer-row,.guide-v2 .guide-v2-row-body .alert[id^=dynamic-inline-] .offer-row{padding:14px;gap:10px 11px;border-radius:13px}.guide-v2 .guide-v2-row-body .alert.alert-info[id^=dynamic-inline-] .offer-vendor .bold,.guide-v2 .guide-v2-row-body .alert[id^=dynamic-inline-] .offer-vendor .bold{font-size:.95rem;line-height:1.28}.guide-v2 .guide-v2-row-body .alert.alert-info[id^=dynamic-inline-] .offer-price,.guide-v2 .guide-v2-row-body .alert[id^=dynamic-inline-] .offer-price{font-size:1.1rem}.guide-v2 .guide-v2-row-body .alert.alert-info[id^=dynamic-inline-] .offer-details,.guide-v2 .guide-v2-row-body .alert[id^=dynamic-inline-] .offer-details{font-size:.76rem;line-height:1.52}.guide-v2 .guide-v2-row-body .alert.alert-info[id^=dynamic-inline-] .cta,.guide-v2 .guide-v2-row-body .alert[id^=dynamic-inline-] .cta{min-height:46px}.guide-v2 .guide-v2-alternatives-block{margin-top:12px;padding:12px;border-radius:14px}.guide-v2 .offer-row.guide-v2-alternative-row,.guide-v2 .offer-row.guide-v2-same-product-row{padding:11px;border-radius:11px}}@media(max-width:380px){.guide-page--article .guide-article-body{font-size:.88rem;line-height:1.6}.guide-v2 .guide-v2-row-body p.text-sm,.guide-v2-prelude-section p{font-size:.84rem;line-height:1.56}.guide-page--article .guide-article-body th,.guide-page--article .guide-article-body td{min-width:128px}}