:root{--forest:#1b4332;--forest-mid:#2d6a4f;--forest-soft:#40916c;--leaf:#d8f3dc;--sand:#f7f4ef;--ink:#14231c;--muted:#5c6f66;--line:#1b43321f;--coral:#e85d04;--coral-deep:#c44b00;--gold:#c9a227;--surface:#ffffffdb;--shadow:0 18px 50px #14231c14;--radius:14px;--font-display:"Fraunces", Georgia, serif;--font-body:"Sora", sans-serif}*,:before,:after{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}html,body{overscroll-behavior-y:none}body{font-family:var(--font-body);color:var(--ink);background:radial-gradient(ellipse 80% 50% at 50% -10%, #c9a2272e, transparent 55%), radial-gradient(ellipse 60% 40% at 100% 20%, #40916c24, transparent 50%), radial-gradient(ellipse 50% 35% at 0% 60%, #e85d040f, transparent 45%), linear-gradient(180deg, #eef6f0 0%, var(--sand) 45%, #f3eee6 100%);-webkit-font-smoothing:antialiased;background-attachment:fixed}button,input,select{font:inherit}a{color:inherit}.app-shell{flex-direction:column;min-height:100vh;display:flex}.site-header{z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#ffffffc7;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1180px;margin:0 auto;padding:.85rem 1.25rem;display:flex}.brand{cursor:pointer;background:0 0;border:none;align-items:center;gap:.65rem;padding:0;display:flex}.brand__logo{object-fit:cover;background:#d8f3dc;border-radius:50%;width:44px;height:44px;padding:0;box-shadow:0 2px 8px #1b43321f}.brand__name{font-family:var(--font-display);color:var(--forest);letter-spacing:-.02em;margin:0;font-size:1.35rem;font-weight:700}.nav{align-items:center;gap:.35rem;display:flex}.nav__btn{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.45rem .9rem;font-weight:500;transition:background .2s,color .2s}.nav__btn:hover{color:var(--forest);background:#1b43320f}.nav__btn.is-active{background:var(--forest);color:#fff}.header-actions{align-items:center;gap:.5rem;display:flex}.btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.4rem;padding:.65rem 1.1rem;font-weight:600;transition:transform .15s,background .2s,box-shadow .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn--primary{background:var(--coral);color:#fff;box-shadow:0 8px 20px #e85d0440}.btn--primary:hover{background:var(--coral-deep)}.btn--ghost{color:var(--forest);border:1px solid var(--line);background:0 0}.btn--forest{background:var(--forest);color:#fff}.btn--danger{color:#fff;background:#c1121f}.user-chip{color:var(--ink);align-items:center;gap:.5rem;font-weight:500;display:flex}.label-short{display:none}.label-full{display:inline}.btn--compact{white-space:nowrap}.user-avatar{background:var(--coral);color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:700;display:grid}.site-legal{color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:.5rem 1rem .95rem;font-size:.78rem;display:flex}.site-legal__trust{max-width:28rem;color:var(--muted);margin:0;font-size:.72rem;line-height:1.4}.site-legal__links{flex-wrap:wrap;justify-content:center;align-items:center;gap:.45rem;display:flex}.site-legal a{color:var(--forest);font-weight:600;text-decoration:none}.site-legal a:hover{text-decoration:underline}@media (width<=720px){.site-legal{padding-bottom:calc(4.5rem + env(safe-area-inset-bottom,0px))}}.main{flex:1;width:100%;max-width:1180px;margin:0 auto;padding:0 1.25rem 5.5rem}.bottom-nav{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--line);padding:.35rem .5rem calc(.45rem + env(safe-area-inset-bottom,0px));background:#ffffffeb;display:none;position:fixed;bottom:0;left:0;right:0}.bottom-nav__item{color:var(--muted);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:.15rem;min-height:48px;padding:.55rem .5rem;font-size:.68rem;font-weight:500;transition:color .15s,background .15s;display:flex}.bottom-nav__item.is-active{color:var(--forest);font-weight:700}.bottom-nav__item:hover{color:var(--forest);background:#1b43320d}@media (width<=720px){.site-header__inner{flex-wrap:nowrap;align-items:center;gap:.4rem;padding:.55rem .75rem}.nav--desktop{display:none}.bottom-nav{justify-content:space-around;align-items:center;display:flex}.brand{flex:auto;min-width:0}.brand__logo{width:34px;height:34px}.brand__name{white-space:nowrap;text-overflow:ellipsis;font-size:1rem;overflow:hidden}.header-actions{flex:none;gap:.3rem;margin-left:auto}.header-actions .btn{border-radius:8px;min-height:36px;padding:.45rem .6rem;font-size:.75rem}.label-full{display:none}.label-short{display:inline}.user-chip__name{display:none}.main{padding:0 .7rem 6.25rem}}@media (width>=721px){.main{padding-bottom:3rem}}.hero{text-align:center;padding:1rem 0 .5rem;position:relative;overflow:hidden}.hero__glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#40916c29,#0000 68%);height:260px;position:absolute;inset:8% 18% auto}.hero__content{z-index:1;flex-direction:column;align-items:center;gap:.45rem;max-width:720px;margin:0 auto;animation:.7s both rise-in;display:flex;position:relative}@keyframes rise-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.hero__logo-wrap{aspect-ratio:1;background:0 0;border-radius:50%;place-items:center;width:min(140px,38vw);animation:4.5s ease-in-out infinite soft-float;display:grid;box-shadow:0 14px 32px #1b43321f}.hero__logo{object-fit:contain;border-radius:50%;width:100%;height:100%}@keyframes soft-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero__brand{font-family:var(--font-display);letter-spacing:-.03em;color:var(--forest);margin:0;font-size:clamp(2.4rem,6vw,3.6rem);font-weight:700;line-height:1.05}.hero__slogan{max-width:28rem;font-family:var(--font-display);color:var(--forest-mid);margin:0;font-size:clamp(1rem,2.2vw,1.2rem);font-style:normal;font-weight:600;line-height:1.35}.trust-note{max-width:26rem;color:var(--muted);margin:.15rem 0 0;font-size:.78rem;font-weight:500;line-height:1.35}.how-btn{color:var(--forest-mid);cursor:pointer;background:#d8f3dc8c;border:1px solid #2d6a4f47;border-radius:999px;align-items:center;gap:.35rem;margin-top:.15rem;padding:.45rem .95rem;font-size:.88rem;font-weight:600;transition:background .15s;display:inline-flex}.how-btn:hover{background:var(--leaf)}.search-form{background:var(--surface);border:1px solid var(--line);width:100%;max-width:620px;box-shadow:var(--shadow);border-radius:999px;align-items:center;gap:.35rem;margin-top:.6rem;padding:.4rem .45rem .4rem .55rem;animation:.85s 80ms both rise-in;display:flex}.voice-search{flex-shrink:0;position:relative}.voice-search__btn{width:38px;height:38px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:50%;place-items:center;transition:background .15s,color .15s;display:grid}.voice-search__btn:hover{color:var(--forest);background:#1b433214}.voice-search__btn.is-listening{color:#c1121f;background:#fff1f0;animation:1s ease-in-out infinite soft-float}.voice-search__error{z-index:5;color:#a4161a;width:200px;box-shadow:var(--shadow);text-align:left;background:#fff;border:1px solid #f5c2c0;border-radius:8px;margin:0;padding:.45rem .55rem;font-size:.72rem;position:absolute;top:calc(100% + 6px);left:0}.scan-overlay{z-index:80;background:#0b0b0b;flex-direction:column;display:flex;position:fixed;inset:0}.scan-overlay__camera{flex:1;min-height:60vh;overflow:hidden}.scan-overlay__camera video{object-fit:cover;width:100%;height:100%}.scan-overlay__bar{color:#fff;text-align:center;padding:.85rem 1rem 1.4rem}.scan-overlay__bar p{margin:0 0 .75rem;font-size:.9rem}.scan-overlay__close{color:#111!important;background:#fff!important}.search-form__input{color:var(--ink);background:0 0;border:none;outline:none;flex:1;padding:.85rem 1.1rem}.search-form__textarea{resize:vertical;min-height:5rem;max-height:18rem;font-family:inherit;line-height:1.4;font-size:inherit;padding-bottom:.65rem;overflow-y:auto}.search-form--multiline{flex-wrap:wrap;align-items:flex-end}.search-form--multiline .search-form__textarea{flex:100%;width:100%}.search-form--multiline .btn,.search-form--multiline .search-form__cta{width:100%;max-width:none;margin-top:.15rem}.search-form__input::placeholder{color:#8a9a92;white-space:normal;text-overflow:unset;opacity:1;overflow:visible}.search-form .btn{border-radius:999px;padding-inline:1.4rem}.search-form--wide{flex-wrap:wrap;justify-content:center;max-width:680px}.search-warmup-note{max-width:28rem;color:var(--muted);text-align:center;margin:.55rem 0 0;font-size:.8rem;line-height:1.35}.search-tip-note{max-width:32rem;color:var(--forest-mid,#2d6a4f);text-align:center;z-index:1;clear:both;margin:.55rem 0 .35rem;font-size:.78rem;line-height:1.4;position:relative}.category-search .search-tip-note,.category-search .search-warmup-note{margin-top:.75rem;padding:0 .15rem}.search-form__cta{white-space:normal;max-width:220px;padding:.7rem 1rem;font-size:.88rem;line-height:1.2}.category-active-hint{color:var(--forest-mid);margin:.35rem 0 0;font-size:.9rem}.category-active-hint strong{color:var(--coral-deep)}.filters-toggle{color:var(--coral-deep);cursor:pointer;background:0 0;border:1px solid #e85d0473;border-radius:999px;margin-top:.85rem;padding:.55rem 1.1rem;font-weight:600}.filters-toggle.is-open{background:var(--coral);color:#fff;border-color:var(--coral)}.filters-toggle.is-expanded:not(.is-open){border-color:var(--coral-deep);background:#e85d0414}.filters-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);text-align:left;max-width:900px;box-shadow:var(--shadow);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:1.25rem auto 0;padding:1.25rem;display:grid}.filters-panel label{color:var(--muted);margin-bottom:.4rem;font-size:.8rem;font-weight:600;display:block}.filters-panel select{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:10px;padding:.65rem .75rem}.status-banner{text-align:center;margin:1.25rem 0}.status-banner__pill{border:1px solid var(--line);color:var(--muted);background:#ffffffe6;border-radius:999px;padding:.7rem 1.2rem;display:inline-block}.status-banner__pill--error{color:#a4161a;background:#fff1f0;border-color:#f5c2c0}.status-banner__pill--ok{background:var(--leaf);color:var(--forest);border-color:#2d6a4f33}.status-banner__pill--warn{color:#8a6d1d;white-space:normal;background:#fff8e6;border-color:#f0e0a8;max-width:40rem;line-height:1.4}.results-anchor{scroll-margin-top:72px}.results-block{margin-top:.35rem;padding-bottom:2rem}.results-head{flex-direction:column;align-items:flex-start;gap:.35rem;margin:.75rem 0 1rem;display:flex}.results-head h2{font-family:var(--font-display);color:var(--forest);margin:0;font-size:1.25rem;line-height:1.3}.results-head__hint{color:var(--muted);margin:0;font-size:.85rem}.opinion-wrap{margin:.4rem 0 .2rem}.opinion-btn{color:#065f46;cursor:pointer;background:#fff;border:1px solid #6ee7b7;border-radius:999px;margin:0;padding:.35rem .9rem;font-size:.82rem;font-weight:700;display:inline-block}.opinion-btn:hover{background:#ecfdf5}.analysis-box{background:#ecfdf5;border:2px solid #a7f3d0;border-radius:1rem;margin:.35rem 0 .5rem;padding:.9rem 1rem}.analysis-box strong{color:#065f46;margin-bottom:.35rem;font-size:.95rem;display:block}.analysis-box p{color:#047857;margin:0;font-size:.9rem;line-height:1.45}.results-secondary{margin-top:1.25rem}.results-secondary__toggle{width:100%;margin-bottom:.75rem}.search-back{left:.75rem;bottom:calc(4.55rem + env(safe-area-inset-bottom,0px));z-index:60;pointer-events:none;background:0 0;max-width:none;margin:0;padding:0;position:fixed}.search-back--with-dock{bottom:calc(8.7rem + env(safe-area-inset-bottom,0px))}.search-back__btn{pointer-events:auto;border:2px solid var(--forest);color:var(--forest);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:.4rem;padding:.7rem 1.15rem;font-size:1rem;font-weight:700;display:inline-flex;box-shadow:0 8px 22px #1b433240}.search-back__btn:active{transform:scale(.98)}@media (width>=721px){.search-back,.search-back--with-dock{bottom:1.4rem;left:1.25rem}}.product-list-section__label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:1.25rem 0 .5rem;font-size:.8rem;font-weight:600}.btn--ghost{border:1.5px solid var(--line,#d8e3dc);color:var(--forest);cursor:pointer;background:0 0;border-radius:999px;padding:.65rem 1rem;font-weight:600}.btn--ghost:hover{background:#eef6f0}.product-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.15rem;display:grid}.product-card{border:1px solid var(--line);background:#ffffffeb;border-radius:16px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 10px 28px #14231c0d}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px #14231c1a}.product-card--mejor{border-color:#34d399;box-shadow:0 0 0 2px #10b981}.product-card--alternativa{border-color:#38bdf8;box-shadow:0 0 0 2px #0ea5e9}.product-card__pick{text-align:center;color:#fff;margin:0;padding:.3rem .5rem;font-size:.72rem;font-weight:800}.product-card__pick--mejor{background:#059669}.product-card__pick--alternativa{background:#0284c7}.product-card__media{height:180px;color:inherit;background:#f4f7f5;place-items:center;text-decoration:none;display:grid;position:relative;overflow:hidden}.product-card__media img{object-fit:contain;width:100%;height:100%}.product-card__badge{color:#fff;background:#e85d04eb;border-radius:6px;padding:.25rem .6rem;font-size:.72rem;font-weight:600;position:absolute;top:10px;right:10px}.product-card__match{color:#fff;background:#c2410c;border-radius:6px;max-width:62%;padding:.22rem .5rem;font-size:.65rem;font-weight:700;line-height:1.2;position:absolute;top:10px;left:10px}.product-card__community{color:#fff;background:#1b5e3b;border-radius:6px;max-width:55%;padding:.22rem .5rem;font-size:.65rem;font-weight:700;line-height:1.2;position:absolute;top:10px;left:10px}.product-card__community-inline{color:#1b5e3b;font-weight:700}.product-card__body{flex-direction:column;flex:1;gap:.55rem;padding:1rem 1.05rem 1.15rem;display:flex}.product-card__placeholder{color:#9aa8a1;font-size:.85rem}.product-card__store{color:var(--forest-mid);margin:0;font-size:.75rem;font-weight:600}.product-card__title{color:var(--ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;margin:0;font-size:.95rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.product-card__price{font-family:var(--font-display);color:var(--coral);font-size:1.55rem;font-weight:700}.product-card__actions{gap:.45rem;margin-top:auto;display:flex}.product-card__actions .btn{flex:1;padding:.65rem .7rem;font-size:.85rem;text-decoration:none}.product-card__actions .btn--ghost{flex:none}.product-card__redirect{color:var(--muted);text-align:center;margin:0;font-size:.7rem}.product-list-section{margin-top:1.25rem}.product-list{flex-direction:column;gap:.55rem;display:flex}.product-row{border:1px solid var(--line);background:#ffffffeb;border-radius:12px;align-items:center;gap:.45rem;padding:.55rem .65rem;display:flex;box-shadow:0 4px 14px #14231c0a}.product-row--mejor{border-color:#34d399;box-shadow:0 0 0 2px #10b981}.product-row--alternativa{border-color:#38bdf8;box-shadow:0 0 0 2px #0ea5e9}.product-row__main{min-width:0;color:inherit;flex:1;align-items:center;gap:.65rem;text-decoration:none;display:flex}.product-row__initial{background:var(--leaf);width:32px;height:32px;color:var(--forest);border:1px solid #2d6a4f33;border-radius:8px;flex-shrink:0;place-items:center;font-size:.8rem;font-weight:700;display:grid}.product-row__text{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.product-row__text strong{color:var(--forest);font-size:.78rem}.product-row__text span{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.78rem;display:-webkit-box;overflow:hidden}.product-row__price{color:var(--coral-deep);white-space:nowrap;text-align:right;flex-direction:row;flex-shrink:0;align-items:baseline;gap:.25rem;max-width:42%;font-weight:700;line-height:1.15;display:inline-flex}.product-row__currency{color:var(--muted);font-size:.65rem;font-weight:600;text-decoration:none}.product-row__amount{color:var(--coral-deep);font-size:.92rem;font-weight:700}.product-row__fav{flex-shrink:0;min-width:36px;padding:.4rem .55rem}.loading-panel{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1rem;display:flex}.loading-panel__spinner{border:4px solid #2d6a4f26;border-top-color:var(--forest-soft);border-radius:50%;width:52px;height:52px;animation:.85s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-panel__title{font-family:var(--font-display);color:var(--forest);margin:0;font-size:1.2rem}.loading-panel__hint{color:var(--muted);margin:0;font-size:.9rem}.compare{border:1px solid var(--line);box-shadow:var(--shadow);background:#ffffffeb;border-radius:16px;margin:2rem 0;padding:1.5rem}.compare__head{border-bottom:1px solid var(--line);margin-bottom:1.25rem;padding-bottom:1rem}.compare__head h2{font-family:var(--font-display);color:var(--forest);margin:0 0 .35rem;font-size:1.4rem}.compare__head p{color:var(--muted);margin:0;font-size:.92rem}.compare__table-wrap{overflow-x:auto}.compare__table{border-collapse:collapse;background:#fff;width:100%}.compare__table th{text-align:left;color:var(--muted);background:#f7faf8;border-bottom:2px solid #e8ece9;padding:.85rem 1rem;font-size:.82rem;font-weight:600}.compare__table td{vertical-align:middle;border-bottom:1px solid #f0f0f0;padding:1rem}.compare__table tr.is-best{background:#f0fff4}.compare__store{color:var(--ink);font-weight:600}.compare__product{color:#888;margin-top:.2rem;font-size:.78rem}.compare__badge{background:var(--forest-soft);color:#fff;border-radius:4px;margin-top:.35rem;padding:.2rem .5rem;font-size:.72rem;display:inline-block}.compare__price{color:var(--ink);font-size:1.1rem;font-weight:700}.compare__price.is-best{color:var(--forest-mid)}.compare__diff{color:#c1121f;font-weight:600}.compare__avail{border-radius:999px;padding:.35rem .7rem;font-size:.8rem;font-weight:500;display:inline-block}.compare__avail.is-ok{color:var(--forest);background:#d8f3dc}.compare__avail.is-out{color:#a4161a;background:#fff1f0}.compare__none{color:#999}.compare__summary{border:1px solid var(--line);background:#f7faf8;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;padding:1.25rem;display:flex}.compare__summary h3{color:var(--ink);margin:0 0 .35rem;font-size:1.05rem}.compare__summary p{color:var(--muted);margin:0;font-size:.92rem}.compare__summary strong{color:var(--forest-mid)}.compare__best{text-align:right}.compare__best span{color:var(--muted);margin-bottom:.2rem;font-size:.85rem;display:block}.compare__best strong{font-family:var(--font-display);color:var(--forest-mid);font-size:1.7rem}.empty-state{text-align:center;border:1px dashed var(--line);border-radius:var(--radius);color:var(--muted);background:#ffffffbf;padding:2.5rem 1.5rem}.empty-state h3{font-family:var(--font-display);color:var(--forest);margin:0 0 .4rem}.categories{text-align:center;max-width:980px;margin:.35rem auto .5rem}.categories__title{font-family:var(--font-display);color:var(--forest);margin:0 0 .35rem;font-size:1.35rem}.categories__hint{color:var(--muted);margin:0 0 1.25rem;font-size:.92rem}.home-block-tip{text-align:center;max-width:36rem;color:var(--forest-mid);margin:0 auto .75rem;font-size:.95rem;font-weight:600;line-height:1.4}.home-block-tip--trust{color:var(--muted);max-width:40rem;margin-top:1.25rem;margin-bottom:.5rem;font-size:.82rem;font-weight:500}.home-search-block{flex-direction:column;align-items:center;gap:.45rem;width:100%;max-width:720px;margin:.65rem auto 1rem;display:flex}.categories__grid--super-only{justify-content:center;margin-bottom:.25rem;display:flex}.categories__grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));justify-items:center;gap:1.1rem .85rem;display:grid}.category-search{border:1px solid var(--line);max-width:640px;box-shadow:var(--shadow);text-align:left;background:#ffffffe6;border-radius:18px;margin:1.5rem auto 0;padding:1.1rem 1.15rem 1.25rem;scroll-margin-top:5.5rem;animation:.35s both rise-in}.category-search--sticky{z-index:2;margin:0 auto 1.25rem;position:relative}.category-search__title{color:var(--forest);margin:0 0 .75rem;font-size:.95rem}.category-search__oval{max-width:none;margin:0}.category-search__smart{color:var(--muted);margin:.75rem 0 0;font-size:.85rem}.store-strip{border-top:1px solid var(--line);margin-top:1rem;padding-top:.85rem}.store-strip__title{color:var(--forest);margin:0 0 .55rem;font-size:.82rem;font-weight:600}.store-strip__list{flex-wrap:wrap;gap:.4rem;display:flex;overflow:visible}.store-chip{border:1px solid var(--line);color:var(--forest-mid);background:#fff;border-radius:999px;align-items:center;padding:.35rem .7rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:inline-flex;position:relative}.store-chip:hover{background:var(--leaf);color:var(--forest);border-color:#2d6a4f59}.store-chip[data-tip]:hover:after,.store-chip[data-tip]:focus-visible:after{content:attr(data-tip);color:#fff;text-align:center;z-index:30;pointer-events:none;background:#1b4332;border-radius:8px;width:max-content;max-width:220px;padding:.4rem .65rem;font-size:.72rem;font-weight:500;line-height:1.35;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 8px 18px #14231c2e}.smart-chips{flex-wrap:wrap;gap:.45rem;margin-top:.85rem;display:flex}.smart-chip{border:1px solid var(--line);color:var(--forest);cursor:pointer;background:#f4faf6;border-radius:999px;padding:.4rem .8rem;font-size:.8rem;font-weight:500;transition:background .15s,border-color .15s}.smart-chip:hover{background:var(--leaf);border-color:#2d6a4f59}.category-card{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:.55rem;width:100%;max-width:132px;padding:.35rem;transition:transform .2s;display:flex}.category-card:hover{transform:translateY(-3px)}.category-card.is-active .category-card__icon{box-shadow:0 0 0 3px var(--coral), 0 10px 24px #1b43321f}.category-card.is-active .category-card__label{color:var(--coral-deep)}.category-card__icon{object-fit:cover;background:#e8f5e9;border-radius:50%;width:96px;height:96px;box-shadow:0 10px 24px #1b43321f}.category-card__label{color:var(--forest);min-height:2.4em;font-size:.82rem;font-weight:600;line-height:1.25}.category-card__text{flex-direction:column;align-items:center;display:flex}.category-card--super{background:linear-gradient(135deg,#ecfdf5 0%,#fff 70%);border:1px solid #16a34a;flex-direction:row;grid-column:1/-1;justify-content:flex-start;align-items:center;gap:.75rem;width:100%;max-width:28rem;margin-inline:auto;padding:.7rem .9rem;box-shadow:0 4px 14px #16a34a1a}.category-card--super .category-card__icon{flex-shrink:0;width:56px;height:56px}.category-card--super .category-card__text{text-align:left;align-items:flex-start}.category-card--super .category-card__label{color:#166534;min-height:0;font-size:1rem}.category-card__hint{color:#15803d;margin-top:.1rem;font-size:.72rem;font-weight:600;display:block}.auth-card{border:1px solid var(--line);width:min(420px,100%);box-shadow:var(--shadow);background:#ffffffeb;border-radius:18px;margin:2.5rem auto;padding:2rem}.auth-card h2{text-align:center;font-family:var(--font-display);color:var(--forest);margin:0 0 1.25rem}.auth-card label{color:var(--muted);margin-bottom:.35rem;font-size:.85rem;font-weight:600;display:block}.auth-card input{border:1px solid var(--line);background:#fff;border-radius:10px;width:100%;margin-bottom:1rem;padding:.75rem .9rem}.auth-card .btn{width:100%}.auth-error{color:#a4161a;background:#fff1f0;border-radius:10px;margin-bottom:1rem;padding:.7rem .85rem;font-size:.9rem}.auth-switch{text-align:center;color:var(--muted);margin:1.15rem 0 0;font-size:.9rem}.auth-switch__link{color:var(--coral-deep);cursor:pointer;background:0 0;border:none;padding:0;font-weight:700;text-decoration:underline}.modal-overlay{z-index:80;padding:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom));background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.pwa-install-chip{right:.85rem;bottom:calc(4.75rem + env(safe-area-inset-bottom,0px));z-index:45;font-family:var(--font-body);color:#fff;background:var(--forest);cursor:pointer;border:none;border-radius:999px;padding:.65rem 1rem;font-size:.82rem;font-weight:700;position:fixed;box-shadow:0 8px 20px #1b433247}.pwa-install-chip:active{transform:scale(.98)}@media (width>=721px){.pwa-install-chip{bottom:1.5rem}}.modal-card{text-align:center;background:#fff;border-radius:18px;width:min(420px,100%);padding:1.5rem;animation:.25s both rise-in;box-shadow:0 24px 60px #0003}.modal-card--left{text-align:left}.modal-card__logo{object-fit:cover;border-radius:50%;width:64px;height:64px;margin-bottom:.75rem}.modal-card h3{font-family:var(--font-display);color:var(--forest);margin:0 0 .5rem;font-size:1.35rem}.modal-card>p{color:var(--muted);margin:0 0 1rem;font-size:.92rem;line-height:1.45}.modal-card__actions{gap:.65rem;display:flex}.modal-card__actions .btn{flex:1}.modal-card__top{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.modal-card__close{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:.2rem .45rem;font-size:1.5rem;line-height:1}.modal-card__note{color:#8a6d1d;background:#fff8e6;border:1px solid #f0e0a8;border-radius:10px;padding:.65rem .75rem;font-size:.8rem;font-weight:500}.modal-card__subtitle{font-weight:700;color:var(--forest)!important;margin:.35rem 0 .65rem!important}.modal-card__steps{flex-direction:column;gap:.75rem;margin:0 0 1.15rem;padding:0;list-style:none;display:flex}.modal-card__steps li{color:var(--muted);gap:.65rem;font-size:.88rem;line-height:1.4;display:flex}.modal-card__steps span{background:var(--forest);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:22px;height:22px;font-size:.72rem;font-weight:700;display:grid}.modal-card .btn--forest{width:100%}.page-title{font-family:var(--font-display);color:var(--forest);margin:1.5rem 0}.compare__mobile{display:none}.compare__desktop{display:block}.compare-card{border:1px solid var(--line);background:#fff;border-radius:14px;flex-direction:column;gap:.7rem;padding:.95rem;display:flex}.compare-card.is-best{background:#f0fff4;border-color:#2d6a4f47}.compare-card__top{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.compare-card__meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.compare-card__cta{width:100%;min-height:44px}@media (width<=720px){.hero{padding:.85rem 0 .75rem}.hero__content{gap:.55rem}.hero__logo-wrap{width:min(112px,34vw);box-shadow:0 8px 18px #1b43321a}.hero__brand{font-size:clamp(1.65rem,7vw,2.1rem)}.hero__slogan{max-width:20rem;padding:0 .35rem;font-size:.9rem;line-height:1.35}.how-btn{padding:.35rem .75rem;font-size:.78rem}.search-form{border-radius:16px;flex-wrap:wrap;max-width:none;margin-top:.25rem;padding:.45rem}.search-form__input{flex:calc(100% - 96px);min-width:0;padding:.7rem .55rem;font-size:16px}.search-form__textarea{flex:100%;min-height:5.2rem;max-height:16rem}.search-form .btn,.search-form__cta{width:100%;max-width:none;min-height:46px;font-size:.92rem}.filters-toggle{width:100%;max-width:280px}.filters-panel{grid-template-columns:1fr;padding:1rem}.categories{margin-top:.5rem}.categories__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem .55rem}.category-card{max-width:none}.category-card--super{max-width:22rem}.category-card--super .category-card__icon{width:52px;height:52px}.category-card__icon{width:78px;height:78px}.category-card__label{font-size:.78rem}.category-search{border-radius:16px;margin-top:0;margin-bottom:1.1rem;padding:.95rem;scroll-margin-top:4.5rem}.store-strip__list{gap:.35rem}.store-chip{padding:.4rem .65rem;font-size:.72rem}.product-grid{grid-template-columns:1fr;gap:.85rem}.product-card__media{height:200px}.product-card__actions{flex-direction:column}.product-card__actions .btn,.product-card__actions .btn--ghost{flex:none;width:100%;min-height:44px}.results-head h2{font-size:1.15rem}.compare{border-radius:14px;margin:1.25rem 0;padding:1rem}.compare__head h2{font-size:1.15rem}.compare__desktop{display:none}.compare__mobile{flex-direction:column;gap:.7rem;display:flex}.compare__summary{text-align:left;flex-direction:column;align-items:flex-start}.compare__best{text-align:left}.auth-card{width:100%;margin:1.25rem auto;padding:1.35rem 1.1rem}.modal-card{max-height:min(88vh,640px);overflow-y:auto}.modal-card__actions{flex-direction:column-reverse}}.nearby-map,.grocery-box,.results-tools{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin:0 0 1rem;padding:.9rem 1rem}.nearby-map--closed{padding:0}.nearby-map__open{width:100%;color:var(--forest);cursor:pointer;background:0 0;border:none;padding:.85rem 1rem;font-size:.95rem;font-weight:700}.nearby-map__hide{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;font-weight:600}.nearby-map__title,.grocery-box__head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem;font-weight:700;display:flex}.nearby-map__frame{border:0;border-radius:12px;width:100%;height:220px}.nearby-map__hint,.nearby-map__stores,.grocery-box p,.grocery-box li{color:#475569;margin:.35rem 0 0;font-size:.82rem}.grocery-box__hint{color:#64748b;margin:0 0 .4rem;font-size:.78rem}.grocery-box__store{margin-top:.4rem}.grocery-box__store button{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:100%;padding:.45rem .6rem}.grocery-box__store--best button{background:#ecfdf5;border-color:#6ee7b7}.grocery-box__store--pick button{border-color:var(--forest);background:#f0fdf4}.grocery-box--picker{margin-bottom:.75rem}.grocery-box--warn{background:#fffbeb;border-color:#fcd34d}.super-general-note{color:#92400e;background:#fffbeb;border:1px solid #fcd34d;border-radius:12px;margin:0 0 .75rem;padding:.55rem .75rem;font-size:.78rem;line-height:1.35}.category-search__change-super{color:var(--forest);cursor:pointer;font-weight:700;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.super-modal-backdrop{z-index:120;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a8c;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.super-modal{background:#fff;border-radius:1.5rem 1.5rem 0 0;width:100%;max-width:28rem;max-height:92vh;overflow-y:auto;box-shadow:0 -8px 40px #0f172a2e}@media (width>=640px){.super-modal-backdrop{align-items:center;padding:1rem}.super-modal{border-radius:1.5rem}}.super-modal__head{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffffff5;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1rem 1.1rem;display:flex;position:sticky;top:0}.super-modal__head h2{margin:0;font-size:1.05rem}.super-modal__head p{color:#64748b;margin:.25rem 0 0;font-size:.75rem;line-height:1.35}.super-modal__close{cursor:pointer;background:#f1f5f9;border:none;border-radius:999px;width:2rem;height:2rem;font-size:1.25rem;line-height:1}.super-modal__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;padding:.35rem 0 .15rem;display:grid}.super-modal__group{border:1px solid #e5e7eb;border-radius:1rem;margin:.65rem 1.1rem .25rem;padding:.75rem .75rem .55rem}.super-modal__group--green{background:#f0fdf4;border-color:#bbf7d0}.super-modal__group--amber{background:#fffbeb;border-color:#fde68a}.super-modal__group-title{color:#14532d;margin:0;font-size:.82rem;font-weight:800}.super-modal__group--amber .super-modal__group-title{color:#92400e}.super-modal__group-hint{color:#475569;margin:.25rem 0 .55rem;font-size:.68rem;line-height:1.35}.super-modal__tag{color:#b45309;font-size:.58rem;font-weight:600;display:block}.super-modal__chain{cursor:pointer;background:#f8fafc;border:2px solid #e5e7eb;border-radius:1rem;flex-direction:column;align-items:center;gap:.45rem;padding:.65rem .35rem;transition:transform .15s,border-color .15s;display:flex}.super-modal__chain:hover{transform:scale(1.02)}.super-modal__chain--active{border-color:var(--forest);background:#ecfdf5;box-shadow:0 0 0 2px #16653426}.super-modal__icon{color:#fff;letter-spacing:-.02em;text-shadow:0 1px 2px #00000040;outline-offset:-2px;border-radius:1rem;outline:2px solid #ffffff59;justify-content:center;align-items:center;width:4.5rem;height:4.5rem;padding:0;font-size:.95rem;font-weight:800;display:flex;overflow:hidden;box-shadow:0 4px 12px #0f172a1f}.super-modal__icon-img{object-fit:cover;width:100%;height:100%;display:block}.super-modal__label{text-align:center;color:#1e293b;font-size:.68rem;font-weight:700;line-height:1.2}.super-modal__general{border-top:1px dashed #e5e7eb;margin-top:.35rem;padding:.75rem 1.1rem 1.1rem}.super-modal__general-btn{text-align:left;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:1rem;align-items:flex-start;gap:.75rem;width:100%;padding:.85rem;display:flex}.super-modal__general-btn--active{background:#fffbeb;border-color:#f59e0b}.super-modal__general-icon{background:#fef3c7;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;font-size:1.2rem;display:flex}.super-modal__general-btn strong{color:#1e293b;font-size:.88rem;display:block}.super-modal__general-btn small{color:#92400e;margin-top:.2rem;font-size:.68rem;line-height:1.35;display:block}.super-picker{flex-wrap:wrap;gap:.45rem;margin-top:.35rem;display:flex}.super-picker__btn{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:.4rem .75rem;font-size:.78rem;font-weight:700}.super-picker__btn--active{border-color:var(--forest);background:var(--forest);color:#fff}.admin-panel{max-width:900px;margin:0 auto;padding:1rem 1rem 2rem}.admin-panel__head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.admin-panel__head h2{margin:0;font-size:1.25rem}.admin-panel__head p{color:#64748b;margin:.25rem 0 0;font-size:.85rem}.admin-panel__form{flex-wrap:wrap;gap:.6rem;margin-bottom:1rem;display:flex}.admin-panel__form input,.admin-panel__form select{border:1px solid #e2e8f0;border-radius:12px;flex:1;min-width:140px;padding:.65rem .8rem}.admin-panel__error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:.7rem .9rem;font-size:.9rem}.admin-panel__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1rem 0;display:grid}@media (width>=720px){.admin-panel__cards{grid-template-columns:repeat(4,minmax(0,1fr))}}.admin-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:.9rem}.admin-card span{color:#64748b;font-size:.75rem;display:block}.admin-card strong{margin-top:.25rem;font-size:1.6rem;display:block}.admin-card small{color:#64748b}.admin-panel__health{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:1rem;padding:.9rem 1rem}.admin-panel__health .ok{color:#047857}.admin-panel__health .bad{color:#b91c1c}.admin-panel__list{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:.9rem 1rem}.admin-panel__list h3{margin:0 0 .6rem;font-size:1rem}.admin-panel__list li{border-bottom:1px solid #f1f5f9;justify-content:space-between;gap:.75rem;padding:.45rem 0;font-size:.9rem;display:flex}.alert-dock{left:.75rem;right:.75rem;bottom:calc(4.4rem + env(safe-area-inset-bottom,0px));z-index:45;color:#fff;background:#1b4332;border-radius:16px;padding:.65rem .75rem;position:fixed;box-shadow:0 10px 28px #1b433247}.alert-dock__btn{width:100%}.alert-dock__note{color:#e8f0ea;margin:.45rem 0 0;font-size:.82rem}@media (width>=721px){.alert-dock{max-width:420px;bottom:1.25rem;left:auto;right:1.5rem}}@media (width<=380px){.categories__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-card__icon{width:68px;height:68px}.brand__name{font-size:.98rem}}.preguntar-panel{text-align:center;max-width:40rem;margin:1rem auto .5rem}.preguntar-panel__hint,.preguntar-panel__msg,.preguntar-panel__loading,.preguntar-panel__open p{color:#5b6b63;margin:.45rem 0 0;font-size:.8rem;line-height:1.35}.preguntar-panel__btn{color:#0f766e;border:2px solid #0f766e59;font-weight:700}.preguntar-panel__open{text-align:left;background:#fff;border:1px solid #d7e3db;border-radius:1rem;padding:.9rem 1rem 1rem}.preguntar-panel__head{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.preguntar-panel__head h3{margin:0;font-size:1.05rem}.preguntar-panel__close{cursor:pointer;color:#6b7c74;background:0 0;border:0;font-size:1.4rem;line-height:1}.preguntar-panel__form{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.preguntar-panel__form input{border:2px solid #d7e3db;border-radius:.75rem;flex:12rem;min-width:0;padding:.7rem .85rem}.preguntar-panel__results ul{gap:.5rem;margin:.75rem 0 0;padding:0;list-style:none;display:grid}.preguntar-panel__results li button{text-align:left;cursor:pointer;background:#f7fbf8;border:2px solid #d7e3db;border-radius:.85rem;width:100%;padding:.75rem .85rem}.preguntar-panel__results li button strong{color:#14352c;display:block}.preguntar-panel__results li button span{color:#5b6b63;margin-top:.2rem;font-size:.78rem;display:block}.preguntar-panel__results li button em{color:#0f766e;margin-top:.35rem;font-size:.75rem;font-style:normal;font-weight:700;display:block}
