:root{--bg:#f7f5ff;--card:#fff;--accent:#e8452a;--accent-dark:#c43a22;--accent-darker:#912d17;--header-start:#1e0b3a;--header-end:#3d1f8a;--text:#1a1a2a;--text-muted:#5a5a6a;--border:#e2ddf5;--radius:12px;--shadow:0 2px 12px #1e0b3a14;--shadow-hover:0 8px 28px #1e0b3a26}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{background:linear-gradient(135deg, var(--header-start) 0%, var(--header-end) 100%);color:#fff;text-align:center;padding:3rem 1.5rem 2rem}.site-header h1{letter-spacing:-.5px;margin-bottom:.5rem;font-size:clamp(1.8rem,5vw,2.8rem);font-weight:800}.site-header>p{opacity:.82;max-width:580px;margin:0 auto 1.5rem;font-size:1.05rem}.main-nav{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.main-nav a{color:#fff;background:#ffffff26;border:1px solid #fff3;border-radius:50px;padding:.35rem 1rem;font-size:.88rem;font-weight:500;transition:background .2s}.main-nav a:hover{background:#ffffff47}.container{grid-template-columns:1fr 290px;align-items:start;gap:2rem;max-width:1100px;margin:0 auto;padding:2rem 1.5rem;display:grid}.categories h2,.featured h2,.trends h2,.products h2,.top-list h2{color:var(--text);margin-bottom:1rem;font-size:1.3rem;font-weight:700}.category-list{grid-template-columns:repeat(2,1fr);gap:.75rem;list-style:none;display:grid}.category-list li a{background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);align-items:center;gap:.6rem;padding:1rem 1.2rem;font-size:.95rem;font-weight:600;transition:border-color .2s,box-shadow .2s,transform .15s;display:flex}.category-list li a:hover{border-color:var(--accent);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.cat-icon{font-size:1.3rem}.products,.top-list{flex-direction:column;gap:1.25rem;display:flex}.product-card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.product-image{object-fit:contain;object-position:top;background:#f0eef8;flex:0 0 200px;width:200px;height:400px}.product-content{flex-direction:column;flex:1;gap:.5rem;padding:1.25rem 1.5rem;display:flex}.product-content h2,.product-content h3{font-size:1.15rem;font-weight:700;line-height:1.3}.product-desc{color:var(--text-muted);flex:1;font-size:.92rem;line-height:1.55}.price{color:var(--accent);font-size:1.25rem;font-weight:700}.btn{background:var(--accent-dark);color:#fff;white-space:nowrap;border-radius:8px;align-self:flex-start;align-items:center;gap:.35rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;transition:background .2s,transform .15s;display:inline-flex}.btn:after{content:" →"}.btn:hover{background:var(--accent-darker);transform:translateY(-1px)}.note{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);border-left:4px solid var(--accent);color:var(--text-muted);padding:1.25rem;font-size:.9rem}.note h3{color:var(--text);margin-bottom:.5rem;font-size:1rem;font-weight:700}.note p+p{margin-top:.4rem}.featured-article{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);border-top:4px solid var(--accent);padding:1.25rem 1.5rem}.featured-article h3 a{color:var(--accent-dark);font-size:1.05rem;font-weight:700}.featured-article h3 a:hover{text-decoration:underline}.featured-article p{color:var(--text-muted);margin-top:.5rem;font-size:.92rem}.trends{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);color:var(--text-muted);padding:1.25rem 1.5rem;font-size:.92rem}.home-editorial{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);color:var(--text);margin-top:1.5rem;padding:1.5rem;font-size:.97rem;line-height:1.75}.home-editorial h2{margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.home-editorial p+p{margin-top:.75rem}.site-footer{background:var(--header-start);color:#ffffffa6;text-align:center;margin-top:2rem;padding:1.5rem;font-size:.88rem}.site-footer a{color:#ffffffd9;text-decoration:underline}.site-footer a:hover{color:#fff}.affiliate-notice{color:#ffffff8c;margin-top:.4rem;font-size:.75rem}.container>:only-child{grid-column:1/-1}.editorial{max-width:780px;display:block}.editorial-article{flex-direction:column;display:flex}.article-intro{color:var(--text);margin-bottom:2.5rem;font-size:1.08rem;line-height:1.75}.editorial-list{flex-direction:column;display:flex}.product-entry{grid-template:"img header""img content"1fr/240px 1fr;margin-bottom:.5rem;display:grid}.entry-header{grid-area:header;align-items:flex-start;gap:.9rem;padding:1.5rem 1.5rem 0;display:flex}.entry-number{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;margin-top:.15rem;font-size:.9rem;font-weight:800;display:flex}.entry-header h3{font-size:1.35rem;font-weight:800;line-height:1.25}.entry-image{grid-area:img;min-height:320px;object-fit:cover!important;object-position:center top!important;flex:none!important;width:100%!important;height:100%!important}.product-entry .product-content{grid-area:content}.product-entry.entry-ancha{grid-template:"header""img""content"/1fr}.entry-ancha .entry-image{aspect-ratio:3/2;min-height:0;max-height:60vh;margin-top:.75rem;object-position:center!important;height:auto!important}.entry-cta{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:.25rem;display:flex}.entry-verdict{color:var(--text-muted);border-left:3px solid var(--accent);margin-top:.25rem;padding-left:.85rem;font-size:.95rem}.entry-contras{color:var(--text-muted);margin:.4rem 0 0 1.1rem;padding:0;font-size:.88rem}.entry-contras li{margin-top:.15rem}.aviso-afiliados{background:var(--card);border:1px solid var(--border);border-left:4px solid var(--accent);border-radius:var(--radius);color:var(--text-muted);margin-bottom:1.5rem;padding:.85rem 1.1rem;font-size:.85rem}.entry-bridge{color:var(--text-muted);border-radius:var(--radius);background:linear-gradient(90deg,#e8452a0f 0%,#0000 100%);margin:.25rem 0;padding:.9rem 1.5rem;font-size:.97rem;font-style:italic}.article-conclusion{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);border-top:3px solid var(--accent);color:var(--text);margin-top:2rem;padding:1.5rem;font-size:1rem;line-height:1.75}.article-conclusion p+p{margin-top:.75rem}.breadcrumb{color:var(--text-muted);margin-bottom:1.25rem;font-size:.85rem}.breadcrumb a{color:var(--accent-dark);font-weight:600}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span[aria-hidden]{opacity:.6;margin:0 .15rem}.related-guides{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);border-left:4px solid var(--accent);margin-top:2rem;padding:1.5rem}.related-guides h2{margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.related-guides ul{gap:.5rem;list-style:none;display:grid}.related-guides li a{background:var(--bg);border:1px solid var(--border);color:var(--accent-dark);border-radius:8px;padding:.55rem .85rem;font-size:.93rem;font-weight:600;transition:border-color .2s,transform .15s;display:block}.related-guides li a:hover{border-color:var(--accent);transform:translate(3px)}.related-guides>p{color:var(--text-muted);margin-top:.85rem;font-size:.9rem}.related-guides>p a{color:var(--accent-dark);font-weight:600;text-decoration:underline}.faq details{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem}.faq details+details{margin-top:.5rem}.faq summary{cursor:pointer;font-size:.95rem;font-weight:600}.faq details p{color:var(--text-muted);margin-top:.6rem;font-size:.93rem}.guide-index{gap:.6rem;list-style:none;display:grid}.guide-index li{color:var(--text-muted);border-left:2px solid var(--border);padding-left:.85rem;font-size:.93rem;line-height:1.5}.guide-index li a{color:var(--accent-dark);font-weight:700}.guide-index li a:hover{text-decoration:underline}.error-page{text-align:center;padding:3rem 1.5rem}.error-page h2{margin-bottom:.75rem;font-size:1.4rem}.error-page>p{color:var(--text-muted);margin-bottom:1.5rem}@media (width<=900px){.container{grid-template-columns:1fr;padding:1.5rem 1rem}}@media (width<=640px){.product-entry{grid-template:"header""img""content"/1fr}.entry-image{aspect-ratio:4/5;min-height:0;max-height:70vh;margin-top:1rem;object-position:center!important;height:auto!important}.entry-ancha .entry-image{aspect-ratio:3/2}}@media (width<=600px){.site-header{padding:2rem 1rem 1.5rem}.category-list{grid-template-columns:1fr}.product-card{flex-direction:column}.product-image{flex:none;width:100%;height:420px}.product-content{padding:1rem}.container{gap:1.25rem}}
