*,::after,::before{margin:0;padding:0;box-sizing:border-box}:root{--accent:#3b82f6;--accent-dark:#2563eb;--accent-light:#dbeafe;--accent-glow:rgba(59, 130, 246, 0.2);--accent-glow-strong:rgba(59, 130, 246, 0.35);--bg:#0d0d0d;--bg-secondary:#141414;--bg-card:#1a1a1a;--bg-card-hover:#222;--surface:#1e1e1e;--surface-light:#2a2a2a;--border:#2a2a2a;--border-light:#333;--text:#f0f0f0;--text-secondary:#a0a0a0;--text-muted:#909090;--white:#ffffff;--shadow-sm:0 1px 3px rgba(0,0,0,.3);--shadow:0 4px 12px rgba(0,0,0,.4);--shadow-md:0 8px 24px rgba(0,0,0,.5);--shadow-lg:0 16px 40px rgba(0,0,0,.5);--shadow-xl:0 24px 60px rgba(0,0,0,.6);--radius-sm:6px;--radius:10px;--radius-lg:14px;--radius-xl:18px;--transition:opacity .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1),filter .25s cubic-bezier(.4,0,.2,1)}html{scroll-behavior:smooth;background:#0d0d0d;margin:0!important;padding:0!important}body{margin:0!important;padding:0!important;font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;max-width:100%;overflow-wrap:break-word;word-wrap:break-word;-webkit-text-size-adjust:100%;text-size-adjust:100%}.skip-link{position:absolute;left:-9999px;top:0;z-index:9999;padding:8px 16px;background:var(--accent);color:#fff;font-size:14px;text-decoration:none;border-radius:0 0 6px 0}.skip-link:focus{left:0}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border-light)}header{background:rgba(13,13,13,.8);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:100;position:sticky;top:0!important;margin:0!important;padding:0!important}.header-inner{max-width:100%;margin:0;padding:0 12px;display:flex;align-items:center;justify-content:space-between;height:64px;gap:16px}.header-left{display:flex;align-items:center;gap:24px;flex-shrink:0}.header-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.logo{font-size:20px;font-weight:900;color:var(--white);text-decoration:none;display:flex;align-items:center;gap:10px;letter-spacing:-.5px;white-space:nowrap}.logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-icon{width:36px;height:36px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-icon img{width:100%!important;height:100%!important;border-radius:8px;object-fit:contain}.header-tagline-bar{text-align:center;font-size:17px;font-weight:500;color:var(--text-muted);letter-spacing:.3px;padding:6px 16px}@media (max-width:768px){.header-tagline-bar{font-size:13px;padding:2px 12px}}.logo span{color:var(--accent)}nav{display:flex;gap:4px;flex:1}.lang-switcher{display:flex;gap:3px;flex-shrink:0;margin-left:8px}.header-social{display:flex;align-items:center;gap:8px}.header-social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;color:var(--text-muted);font-size:15px;transition:transform .25s cubic-bezier(.34, 1.56, .64, 1),opacity .2s;text-decoration:none}.header-social-link:hover{color:var(--white);transform:scale(1.2)}.header-social-link .sb-icon{width:18px;height:18px;opacity:.55;filter:brightness(0) invert(1);transition:opacity .2s,filter .2s}.header-social-link:hover .sb-icon{opacity:1;filter:brightness(0) invert(1)}.header-social-link:hover{color:var(--white);background:rgba(255,255,255,.08)}@media (max-width:768px){.header-social{display:none}}.lang-btn{padding:8px 12px;border-radius:5px;border:1px solid var(--border);background:0 0;color:var(--text-muted);font-size:12px;font-weight:700;font-family:inherit;cursor:pointer;transition:var(--transition);letter-spacing:.3px;text-transform:uppercase}.lang-btn:hover{border-color:var(--accent);color:var(--text)}.lang-btn.active{background:rgba(255,255,255,.1);border-color:var(--white);color:var(--white)}.lang-flag{width:16px;height:12px;vertical-align:middle}.nav-link{padding:8px 14px;border-radius:6px;color:var(--text-secondary);font-size:13px;font-weight:600;cursor:pointer;transition:transform .25s cubic-bezier(.34, 1.56, .64, 1),opacity .2s;white-space:nowrap;background:0 0;border:none;font-family:inherit;letter-spacing:.3px}.nav-link:hover{color:var(--white);background:rgba(255,255,255,.05);transform:scale(1.1)}.nav-link.active{color:var(--accent);background:rgba(59,130,246,.1)}.hero{position:relative;overflow:hidden;padding:0 32px 60px;min-height:calc(100vh - 64px);box-shadow:inset 0 0 120px 60px rgba(0,0,0,.45)}.hero::before{content:'';position:absolute;top:-30%;left:50%;transform:translateX(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(59,130,246,.08) 0,transparent 60%);border-radius:50%}.hero::after{content:'';position:absolute;bottom:-20%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(59,130,246,.05) 0,transparent 60%);border-radius:50%}.hero-inner{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;max-width:900px;margin:0 auto;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 64px)}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(59,130,246,.12);border:1px solid rgba(59,130,246,.25);color:var(--accent);padding:6px 16px;border-radius:50px;font-size:12px;font-weight:700;margin-bottom:16px;letter-spacing:.5px;text-transform:uppercase}.hero h1{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(48px, 8vw, 80px);font-weight:900;line-height:1.1;color:var(--white);margin-bottom:20px;letter-spacing:-1px;text-align:center}.hero h1 span{background:linear-gradient(135deg,var(--accent),#60a5fa,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero .hero-subtitle{font-size:clamp(48px, 8vw, 80px);font-weight:900;line-height:1.1;color:var(--white);margin-bottom:20px;letter-spacing:-1px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-align:center;max-width:none}.hero .hero-subtitle span{background:linear-gradient(135deg,var(--accent),#60a5fa,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(16px, 2vw, 19px);color:var(--text-secondary);text-align:center;max-width:600px;margin:0 auto 32px;line-height:1.7}.hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--accent),#60a5fa);color:#fff;padding:14px 32px;border-radius:50px;font-weight:700;font-size:15px;text-decoration:none;transition:var(--transition);box-shadow:0 4px 20px rgba(59,130,246,.35)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(59,130,246,.5)}.btn-secondary{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.06);color:var(--white);padding:14px 32px;border-radius:50px;font-weight:600;font-size:15px;text-decoration:none;border:1px solid rgba(255,255,255,.1);transition:var(--transition)}.btn-secondary:hover{background:rgba(255,255,255,.1)}.stats-bar{background:rgba(10,10,10,.5);border-bottom:1px solid rgba(255,255,255,.05);padding:28px 32px}.stats-inner{max-width:none;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.stat-item{text-align:center;padding:8px;contain:layout style}.stat-number{font-size:clamp(28px, 4vw, 38px);font-weight:900;background:linear-gradient(135deg,var(--accent),#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1}.stat-label{font-size:14px;color:var(--text-secondary);font-weight:500;margin-top:4px}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px;flex-wrap:wrap;gap:16px}.section-title{scroll-margin-top:80px;font-size:clamp(24px, 3vw, 32px);font-weight:800;letter-spacing:-.5px;color:var(--white)}.cat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:48px}.cat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px 14px;cursor:pointer;transition:var(--transition);display:flex;flex-direction:column;align-items:center;contain:layout style;text-align:center}.cat-card:hover{border-color:rgba(59,130,246,.3);box-shadow:0 0 20px rgba(59,130,246,.08);transform:translateY(-3px);background:var(--bg-card-hover)}.cat-card.active{border-color:var(--accent);background:rgba(59,130,246,.08);box-shadow:0 0 24px rgba(59,130,246,.12)}.cat-card .icon{font-size:28px;margin-bottom:8px;display:block}.cat-card .name{font-weight:700;font-size:13px;color:var(--text)}.cat-card .count{font-size:12px;color:var(--text-muted);margin-top:2px}.sort-bar{display:flex;align-items:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}.sort-bar label{font-weight:600;font-size:13px;color:var(--text-secondary)}.sort-bar select{padding:8px 14px;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:13px;font-family:inherit;background:var(--surface);cursor:pointer;outline:0;color:var(--text)}.sort-bar select:focus{border-color:var(--accent)}.result-count{margin-left:auto;font-size:13px;color:var(--text-muted);font-weight:500}.store-icon-img{width:16px;height:16px;vertical-align:middle;display:inline-block;object-fit:contain;border-radius:2px}.no-results{text-align:center;padding:64px 24px;grid-column:1/-1}.no-results h3{font-size:20px;margin-bottom:8px;color:var(--white)}.no-results p{color:var(--text-muted)}.audio-mini{flex:1;display:flex;justify-content:center}.audio-mini-inner{display:flex;align-items:center;gap:12px;white-space:nowrap}.audio-mini-label{font-size:10px;font-weight:500;color:var(--text-muted);letter-spacing:.3px}.audio-mini audio{width:260px;height:36px;border-radius:6px;filter:invert(1) hue-rotate(180deg)}.audio-mini audio::-webkit-media-controls-panel{background-color:transparent}.audio-mini-player{display:inline-flex;background:rgba(255,255,255,.08);border-radius:6px;padding:2px}@media (max-width:768px){.audio-mini{display:none}}.my-setup{scroll-margin-top:80px;padding:64px 32px}.setup-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-top:32px}.setup-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px;text-align:center;transition:var(--transition)}.setup-item:hover{border-color:rgba(59,130,246,.2);transform:translateY(-2px)}.setup-item-icon{font-size:32px;margin-bottom:10px;display:block}.setup-item-title{font-size:14px;font-weight:700;color:var(--white);margin-bottom:4px}.setup-item-desc{font-size:12px;color:var(--text-muted)}.about-section{scroll-margin-top:80px;padding:80px 32px;position:relative;overflow:hidden}.about-section::before{content:'';position:absolute;top:-30%;left:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(59,130,246,.08) 0,transparent 60%);border-radius:50%}.about-inner{margin:0 auto;position:relative;z-index:1;display:grid;grid-template-columns:240px 1fr;gap:32px;align-items:start}.about-photo-wrapper{width:280px;border-radius:50%;overflow:hidden;border:3px solid rgba(59,130,246,.3);box-shadow:0 0 40px rgba(59,130,246,.15);flex-shrink:0;background:var(--bg-secondary);margin-left:-16px}.about-photo-wrapper img{width:100%;height:280px;object-fit:cover;display:block;border-radius:50%}.about-content h2{font-size:clamp(28px, 4vw, 38px);font-weight:900;color:var(--white);margin-bottom:8px;letter-spacing:-.5px}.about-content h2 span{color:var(--accent)}.about-subtitle{font-size:16px;color:var(--white);font-weight:600;margin-bottom:20px}.about-content p{font-size:15px;color:var(--text-secondary);line-height:1.8;margin-bottom:16px}.about-credits{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.credit-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:rgba(59,130,246,.08);border:1px solid rgba(59,130,246,.2);border-radius:50px;font-size:13px;font-weight:600;color:var(--white)}.credit-badge .icon{font-size:16px}.stores-section{padding:0 32px 64px;max-width:1280px;margin:0 auto}.stores-card{background:rgba(10,10,10,.6);border:1px solid rgba(59,130,246,.15);border-radius:var(--radius-xl);padding:48px 48px;text-align:center;position:relative;overflow:hidden}.stores-card::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(59,130,246,.08) 0,transparent 70%);border-radius:50%}.stores-card h2{font-size:24px;font-weight:800;color:var(--white);margin-bottom:8px;position:relative}.stores-card p{color:var(--text-muted);margin-bottom:28px;position:relative;font-size:14px;max-width:500px;margin-left:auto;margin-right:auto}.stores-logos{display:grid;grid-template-columns:1fr 1fr;gap:8px;max-width:360px;margin:0 auto;position:relative}.store-logo{display:flex;align-items:center;gap:4px;padding:8px 10px;border-radius:var(--radius);background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);font-size:11px;font-weight:700;text-decoration:none;transition:var(--transition);justify-content:center;min-width:0;overflow:hidden}.store-logo:hover{border-color:var(--store-color,var(--accent));color:var(--white);transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.3)}@media (min-width:769px){.stores-logos{display:flex;gap:16px;max-width:none;justify-content:center;flex-wrap:wrap}.store-logo{padding:14px 24px;font-size:14px;gap:8px}}.store-logo i{font-size:18px;color:var(--store-color,var(--accent))}.store-logo-img{width:20px;height:20px;border-radius:4px;object-fit:contain;object-position:center;flex-shrink:0}footer{color:var(--text-muted);padding:56px 32px 24px;content-visibility:auto;contain-intrinsic-size:auto 200px}.footer-grid{display:flex;justify-content:center;gap:80px;flex-wrap:wrap;margin-bottom:40px}footer .footer-col{min-width:140px}footer h3{color:var(--white);font-size:13px;font-weight:600;margin-bottom:14px}footer ul{list-style:none}footer ul li{margin-bottom:8px}footer ul li a{color:var(--text-muted);text-decoration:none;font-size:13px;transition:var(--transition)}footer ul li a:hover{color:var(--accent)}.footer-bottom{padding-top:24px;font-size:13px;text-align:center;color:var(--text-muted);line-height:1.7}.footer-bottom strong{color:var(--text-secondary)}.footer-bottom #disclosureLink{color:var(--accent);text-decoration:underline;cursor:pointer}.toast{position:fixed;bottom:24px;right:24px;background:var(--surface);color:var(--white);padding:14px 24px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;font-family:inherit;box-shadow:var(--shadow-xl);border:1px solid var(--border);transform:translateY(100px);opacity:0;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1);z-index:999}.toast.show{transform:translateY(0);opacity:1}.modal-content{background:var(--surface);border-radius:var(--radius-lg);max-width:480px;width:100%;padding:36px;box-shadow:var(--shadow-xl);border:1px solid var(--border);max-height:90vh;overflow-y:auto}.modal-content h3{font-size:20px;font-weight:800;margin-bottom:12px;color:var(--white)}.modal-content p{color:var(--text-secondary);font-size:14px;line-height:1.7}.modal-content button{margin-top:20px;padding:12px 28px;background:linear-gradient(135deg,var(--accent),#60a5fa);color:#fff;border:none;border-radius:var(--radius-sm);cursor:pointer;font-weight:700;font-family:inherit;font-size:14px;transition:var(--transition)}.modal-content button:hover{opacity:.9}.hamburger{display:none;flex-direction:column;gap:5px;background:0 0;border:none;padding:8px;cursor:pointer;position:relative;z-index:102}.hamburger span{width:22px;height:2px;background:var(--text-secondary);border-radius:2px;transition:var(--transition)}.mobile-nav{display:flex;flex-direction:column;gap:4px;position:fixed!important;top:0;right:16px;padding-top:16px;z-index:101;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-nav.open{opacity:1;pointer-events:auto}.mobile-nav .nav-link{padding:7px 14px;font-size:13px;font-weight:600;color:var(--white);text-decoration:none;display:block;letter-spacing:.3px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.04);backdrop-filter:blur(10px);width:fit-content;margin-left:auto;transform:translateX(30px);opacity:0;transition:transform .4s cubic-bezier(.22, 1, .36, 1),opacity .3s ease}.mobile-nav.open .nav-link{transform:translateX(0);opacity:1}.mobile-nav.open .nav-link:first-child{transition-delay:50ms}.mobile-nav.open .nav-link:nth-child(2){transition-delay:0.15s}.mobile-nav.open .nav-link:nth-child(3){transition-delay:0.25s}.mobile-nav .nav-link:active,.mobile-nav .nav-link:hover{background:rgba(255,255,255,.1);border-color:rgba(59,130,246,.4);color:var(--accent)}.guides-section{scroll-margin-top:80px;padding:64px 32px}.guides-inner{width:100%}.guide-grid{scroll-margin-top:80px;display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px}.guide-card{background:var(--bg-card);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition);cursor:pointer;border:1px solid var(--border);display:flex;flex-direction:column}.guide-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:rgba(59,130,246,.2);background:var(--bg-card-hover)}.guide-card-img{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:var(--bg-secondary)}.guide-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.guide-card:hover .guide-card-img img{transform:scale(1.05)}.guide-card-cat{position:absolute;bottom:10px;left:10px;padding:4px 12px;border-radius:50px;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;background:rgba(0,0,0,.7);color:var(--white);backdrop-filter:blur(4px)}.guide-card-badge{position:absolute;top:10px;right:10px;padding:4px 12px;border-radius:50px;font-size:11px;font-weight:700;letter-spacing:.3px;text-transform:uppercase}.guide-card-badge.bestSeller{background:rgba(59,130,246,.2);color:var(--accent)}.guide-card-badge.legend{background:rgba(255,200,50,.15);color:#ffc832}.guide-card-badge.premium{background:rgba(200,160,255,.15);color:#c8a0ff}.guide-card-badge.topQuality{background:rgba(50,200,120,.15);color:#32c878}.guide-card-badge.recommended{background:rgba(100,150,255,.15);color:#6496ff}.guide-card-body{padding:20px 22px 22px;flex:1;display:flex;flex-direction:column}.guide-card-title{font-size:17px;font-weight:800;line-height:1.3;color:var(--white);margin-bottom:8px}.guide-card-intro{font-size:13px;color:var(--text-secondary);line-height:1.6;flex:1}.guide-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:14px;margin-top:14px;border-top:1px solid var(--border)}.guide-card-meta{font-size:12px;color:var(--text-muted);display:flex;align-items:center;gap:4px}.guide-card-btn{font-size:13px;font-weight:700;color:var(--accent);transition:var(--transition)}.guide-card:hover .guide-card-btn{color:#60a5fa}.guide-breadcrumb{font-size:13px;color:var(--text-muted);margin-bottom:8px}.guide-breadcrumb a{color:var(--accent);text-decoration:none}.guide-breadcrumb a:hover{text-decoration:underline}.guide-breadcrumb span{color:var(--text-secondary)}.guide-back-row{display:flex;align-items:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}.guide-back-btn{display:inline-flex;align-items:center;gap:6px;margin-top:12px;padding:8px 16px;border-radius:20px;background:var(--accent);border:none;color:#fff;cursor:pointer;font-family:inherit;font-size:12px;font-weight:500;transition:opacity .2s;white-space:nowrap}.guide-back-btn:hover{background:#2563eb;color:#fff}.guide-detail-header{margin-bottom:24px}.guide-detail-meta{display:flex;gap:8px;align-items:center;margin-bottom:12px}.guide-detail-title{font-size:clamp(34px, 4.5vw, 56px);font-weight:900;line-height:1.1;color:var(--white);letter-spacing:-.5px;margin-bottom:12px}.guide-detail-img{width:100%;border-radius:var(--radius-lg);overflow:hidden;margin-bottom:32px;border:1px solid var(--border);max-height:500px}.guide-detail-img img{width:100%;display:block;aspect-ratio:21/9;object-fit:cover;max-height:500px}.guide-detail-intro{font-size:18px;color:var(--text);line-height:1.8;margin-bottom:40px;padding:0 0 32px;border-bottom:1px solid var(--border)}.guide-section-heading{font-size:20px;font-weight:800;color:var(--white);margin-bottom:12px;letter-spacing:-.3px}.guide-detail-sections{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:20px}.guide-section{padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.08);contain:layout style}.guide-section-heading{font-size:20px;font-weight:800;color:var(--white);margin-bottom:12px;letter-spacing:-.3px}.guide-section-content{font-size:15px;color:var(--text-secondary);line-height:1.7}@media (max-width:768px){.guide-detail-sections{grid-template-columns:1fr}}.guide-product-card{contain:layout style;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:var(--transition);display:flex;flex-direction:column}.guide-product-card:hover{border-color:rgba(59,130,246,.3);box-shadow:0 4px 20px rgba(0,0,0,.3);transform:translateY(-2px)}.guide-product-card-img{width:100%;aspect-ratio:4/3;overflow:hidden;background:var(--bg-secondary)}.guide-product-card-img img{width:100%;height:100%;object-fit:cover}.guide-product-card-body{padding:16px;display:flex;flex-direction:column;gap:6px;flex:1}.guide-product-card-title{font-size:14px;font-weight:700;color:var(--white);line-height:1.3}.guide-product-card-rating{font-size:13px;color:#f59e0b}.guide-product-card-rating span{font-size:11px;color:var(--text-muted);font-weight:400;margin-left:2px}.guide-product-card-price{font-size:18px;font-weight:800;color:var(--accent)}.guide-product-card-price small{font-size:11px;font-weight:600;color:var(--text-muted)}.guide-product-card-desc{font-size:12px;color:var(--text-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.guide-product-card-stores{display:flex;gap:4px;margin-top:auto;padding-top:8px;flex-wrap:wrap}.chip-store{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:120px;padding:3px 8px;border-radius:4px;font-size:10px;font-weight:700;color:#fff;text-decoration:none;transition:opacity .1s ease;-webkit-tap-highlight-color:transparent}.chip-store:hover{opacity:.85}.chip-store:active{transform:scale(.9);opacity:.6;filter:brightness(1.4);transition:none!important}.chip-store .icon{display:flex;align-items:center}.guide-verdict{display:flex;align-items:center;gap:10px;background:rgba(59,130,246,.08);border:1px solid rgba(59,130,246,.2);border-radius:var(--radius);padding:14px 22px;margin-bottom:40px}.verdict-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--accent);flex-shrink:0;white-space:nowrap}.verdict-text{font-size:15px;font-weight:700;color:var(--white);min-width:0}.guide-conclusion{background:rgba(59,130,246,.08);border:1px solid rgba(59,130,246,.2);border-radius:var(--radius);padding:14px 22px;margin-bottom:20px;contain:layout style}.guide-conclusion-title{font-size:20px;font-weight:800;color:var(--white);margin-bottom:12px}.guide-conclusion p{font-size:15px;color:var(--text-secondary);line-height:1.8}.guide-related{margin-top:40px;padding-top:32px;border-top:1px solid var(--border)}.guide-related-title{font-size:1.2rem;margin-bottom:16px;color:var(--text)}.guide-related-list{display:flex;flex-wrap:wrap;gap:8px}.guide-related-link{display:inline-block;padding:8px 16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);color:var(--accent);font-size:.9rem;text-decoration:none;transition:var(--transition)}.guide-related-link:hover{background:var(--bg-card-hover);border-color:var(--accent);transform:translateY(-1px)}@media (max-width:768px){.product-search-wrap{max-width:180px!important}.product-search-wrap input{font-size:13px!important;padding:8px 10px 8px 30px!important}.product-search-wrap i{font-size:12px!important;left:10px!important}}@media (max-width:600px){.guide-breadcrumb{font-size:12px}}@media (max-width:900px){.about-inner{grid-template-columns:1fr;text-align:center}.about-photo-wrapper{margin:0 auto;width:200px;height:200px}.about-photo-wrapper img{height:100%}.about-credits{justify-content:center}}@media (max-width:768px){.guides-section{padding:48px 20px}.my-setup{padding:48px 20px}.about-section{padding:48px 20px}.header-inner{padding:0 16px;gap:12px}html{overflow-x:hidden;overscroll-behavior-x:none;touch-action:pan-y}::-webkit-scrollbar{width:0!important;height:0!important}body{overscroll-behavior-x:none;touch-action:pan-y;-ms-overflow-style:none;scrollbar-width:none}nav{display:none}.audio-mini{display:none}.hamburger{display:none}.hero{padding:12px 20px 40px;min-height:50vh}.hero h1{font-size:40px;margin-bottom:2px}.hero .hero-subtitle{font-size:40px}.hero p{margin-bottom:12px}.hero-badge{margin-bottom:4px}.hero-inner{gap:4px;min-height:auto;justify-content:flex-start;padding-top:8px}.hero-actions{flex-direction:column;align-items:center}.stats-bar{padding:20px 16px}.stats-inner{grid-template-columns:repeat(3,1fr);gap:8px}.stat-number{font-size:24px}.stat-label{font-size:11px;margin-top:0}.cat-grid{grid-template-columns:repeat(3,1fr);gap:8px}.stores-section{padding:0 20px 48px}.newsletter-section{padding:0 16px 40px}.newsletter-card{padding:32px 20px}.newsletter-form{flex-direction:column}.newsletter-form button{width:100%}footer{padding:40px 16px 0}.footer-bottom{padding:12px 0 0;line-height:1}.footer-grid{gap:12px;justify-content:center;flex-wrap:wrap}footer .footer-col{flex:1 1 33%;text-align:center;overflow-wrap:break-word;min-width:0}footer h3{font-size:11px;margin-bottom:10px}footer ul li{margin-bottom:4px}footer ul li a{font-size:12px}.sort-bar .result-count{margin-left:0;width:100%}}@media (max-width:480px){.cat-grid{grid-template-columns:repeat(2,1fr)}.stats-inner{gap:4px}.stat-number{font-size:20px;line-height:1}.stat-label{margin-top:0}.header-inner{gap:6px;padding:0 8px}.logo{font-size:16px;gap:6px}.logo-icon{width:28px;height:28px}.lang-btn{padding:5px 7px}.lang-flag{width:14px;height:10px}.guides-section{padding:40px 16px}.my-setup{padding:40px 16px}.about-section{padding:40px 16px}.newsletter-section{padding:0 16px 32px}.newsletter-card{padding:24px 16px}.stores-section{padding:0 16px 48px}.stores-card{padding:32px 20px}.stores-logos{gap:4px}.store-logo{padding:6px 6px;font-size:10px}.store-logo i{font-size:14px}.store-logo-img{width:14px;height:14px}.footer-grid{flex-wrap:wrap}footer .footer-col{flex:1;min-width:0;text-align:center}.guide-grid{grid-template-columns:1fr}}@media (max-width:360px){.guides-section{padding:32px 12px}.my-setup{padding:32px 12px}.about-section{padding:32px 12px}.stores-section{padding:0 12px 32px}.stores-card{padding:24px 12px}.guide-card-body{padding:14px 14px 18px}.guide-card-title{font-size:14px}.guide-card-intro{font-size:12px}.guide-card .store-logo{padding:4px 4px;font-size:9px}.hero{padding:8px 12px 32px}.hero h1{font-size:32px}.hero p{font-size:14px}.stat-number{font-size:16px}.stat-label{font-size:10px}.cat-card{padding:8px}.cat-card .name{font-size:11px}footer .footer-col{flex:1;min-width:0;text-align:center}footer{padding:32px 12px 0}header{position:sticky!important}.header-inner{gap:4px;padding:0 4px}.logo{font-size:14px;gap:4px}.logo-icon{width:24px;height:24px}.lang-btn{padding:3px 5px;font-size:9px}.lang-flag{width:12px;height:8px}}@media (max-width:768px){.audio-mini-mobile{display:flex;justify-content:center;padding:24px 16px 0}.audio-mini-mobile .audio-mini-inner{flex-direction:column;align-items:center;gap:8px}.audio-mini-mobile .audio-mini-label{font-size:10px;text-align:center;white-space:normal;max-width:280px}.audio-mini-mobile audio{width:220px;height:32px}}@media (min-width:769px){.audio-mini-mobile{display:none}}.mobile-social{display:none}@media (max-width:768px){.mobile-social{display:flex;justify-content:center;gap:20px;padding:8px 16px 24px}}@media (min-width:769px){.audio-mini-mobile{display:none}}@media (max-width:768px){.mobile-social{display:flex;justify-content:center;gap:20px;padding:8px 16px 24px}}.guide-products-grid{margin-top:48px;padding-top:32px;border-top:1px solid var(--border);content-visibility:auto;contain-intrinsic-size:auto 800px}.guide-products-title{font-size:22px;font-weight:800;color:var(--white);margin-bottom:24px}.guide-products-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.guide-products-cards .guide-product-card-img{aspect-ratio:3/2}@media (max-width:1200px){.guide-products-cards{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.guide-products-cards{grid-template-columns:repeat(2,1fr)}}.product-search-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;width:100%}@media (max-width:768px){.product-search-grid{grid-template-columns:1fr;gap:16px}}.bg-hero{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background-image:url('../img/me-600.webp');background-size:cover;background-position:center;opacity:.12}@media (min-width:900px){.bg-hero{background-image:url('../img/me-900.webp')}}@media (min-width:1455px){.bg-hero{background-image:url('../img/me.webp')}}.about-section,.audio-mini,.audio-mini-mobile,.guides-section,.hero,.mobile-social,.my-setup,.stats-bar,.stores-section,.toast,body>:not(header):not(.skip-link):not(.bg-hero):not(#cookie-banner):not(#cookie-modal):not(#disclosureModal):not(#toast),footer{position:relative;z-index:2}.audio-eq{display:flex;align-items:flex-end;gap:2px;height:20px;opacity:.3;transition:opacity .3s}.playing .audio-eq{opacity:1}.audio-eq i{display:block;width:3px;height:100%;background:var(--accent);border-radius:2px;transform-origin:bottom;animation:eq .8s ease-in-out infinite}.audio-eq i:first-child{transform:scaleY(.6);animation-delay:0s}.audio-eq i:nth-child(2){transform:scaleY(1);animation-delay:.2s}.audio-eq i:nth-child(3){transform:scaleY(.4);animation-delay:.4s}.audio-eq i:nth-child(4){transform:scaleY(.8);animation-delay:.6s}@keyframes eq{0%,100%{transform:scaleY(.4)}50%{transform:scaleY(1)}}.playing .audio-mini-player{box-shadow:0 0 12px rgba(59,130,246,.3);transition:box-shadow .3s}.audio-mini-player{transition:box-shadow .3s}html[lang=en] .lang-show-es{display:none}html[lang=es] .lang-show-en{display:none}.back-to-top{display:inline-flex;align-items:center;gap:6px;margin:8px 0 0;padding:8px 16px;border-radius:20px;background:var(--accent-dark);border:none;color:#fff;cursor:pointer;font-family:inherit;font-size:12px;font-weight:500;line-height:1;transition:opacity .2s}.back-to-top:hover{background:#2563eb;color:#fff}#cookie-banner.cookie-visible{transform:translateY(0)!important}.about-video-circle{margin:24px auto 0;max-width:480px;width:100%;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);display:block}.about-video-circle video{width:100%;display:block;background:#000;transition:opacity .4s ease}.about-video-circle{position:relative}.video-intro-overlay{position:absolute;inset:0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;z-index:5;opacity:0;pointer-events:none;transition:opacity .8s ease;border-radius:var(--radius)}.video-intro-overlay.outro{opacity:0;pointer-events:none}.video-intro-overlay.outro.show{opacity:1}.video-intro-logo{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.video-intro-icon{width:48px;height:48px}.video-intro-brand{font-size:24px;font-weight:800;font-family:Inter,system-ui,-apple-system,sans-serif;letter-spacing:-.5px;color:#111}.video-intro-brand .txt-blue{color:var(--accent)}.about-photo-col{flex-shrink:0;display:flex;flex-direction:column;align-items:center}.stores-video{padding:0 32px;display:flex;justify-content:center;margin-bottom:48px}.stores-video .about-video-circle{max-width:600px;width:100%;margin:0}html.lang-en .cookie-lang-es{display:none!important}html.lang-es .cookie-lang-en{display:none!important}a.chip-store[href*="fender.com"]{display:none!important}