.horizontal-scrollbar{scrollbar-width:auto!important;scrollbar-color:#888 #fafafa!important}.horizontal-scrollbar::-webkit-scrollbar{height:12px;background:#fafafa}.horizontal-scrollbar::-webkit-scrollbar-thumb{background:#888;border-radius:6px}.horizontal-scrollbar::-webkit-scrollbar-track{background:#fafafa}.company-card{width:100%;max-width:unset;border:1px solid #eee;border-radius:12px;padding:1.2rem 2rem;background:#fafafa;display:flex;flex-direction:row;align-items:center;justify-content:center;box-shadow:0 1px 4px rgba(0,0,0,.03);margin:0 auto;gap:8px;height:80px}.company-card__name{font-weight:600;font-size:20px}.company-card__ig,.company-card__name{word-break:break-word;white-space:normal;line-height:1.1}.company-card__ig{color:#555;font-size:17px;text-decoration:underline;cursor:pointer}.company-card__ig,.company-card__name{text-align:center;width:100%}.categories-navbar{display:flex;flex-wrap:nowrap;gap:16px;justify-content:flex-start;overflow-x:auto;white-space:nowrap;scrollbar-width:none!important;-ms-overflow-style:none}.categories-navbar::-webkit-scrollbar{display:none}.categories-navbar::-webkit-scrollbar-thumb{background:#888;border-radius:6px}.categories-navbar::-webkit-scrollbar-track{background:#fafafa}.category-btn{background:#fff;color:#222;border:1px solid #ddd;border-radius:8px;padding:.7rem 1.2rem;font-weight:600;font-size:16px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;box-shadow:none;transition:all .2s;white-space:nowrap}.category-btn.selected{background:#222;color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08)}.categories-navbar-wrapper{display:flex;align-items:center;position:relative;margin-bottom:32px;gap:8px}.scroll-arrow{background:#fff;border:1px solid #ddd;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#222;cursor:pointer;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:background .2s,color .2s}.scroll-arrow:hover{background:#222;color:#fff}@media (max-width:600px){.scroll-arrow{width:28px;height:28px;font-size:1rem}.category-btn{padding:.4rem .7rem;font-size:13px;gap:5px;border-radius:6px}.categories-navbar{gap:8px}.company-card{min-width:150px;padding:.7rem .8rem;border-radius:6px}.company-card__name{font-size:15px}.company-card__ig{font-size:12px}}.companies-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:16px;padding-bottom:10px;min-height:140px}@media (min-width:500px){.companies-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.companies-grid{grid-template-columns:repeat(3,1fr)}}.load-more-btn{background:#222;color:#fff;border:none;border-radius:8px;padding:.8rem 2.2rem;font-weight:600;font-size:16px;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .2s;margin:2rem auto 0;display:block}.load-more-btn:active{background:#444}.puntos-label{position:relative;right:0;top:50%;transform:translateY(-50%);color:#cd845c;font-size:2.1rem;font-weight:700;pointer-events:none;filter:drop-shadow(0 0 8px #cd845c88);transition:filter .2s;animation:fuego-glow 1.2s infinite alternate;line-height:1;display:flex;align-items:center;height:2.2rem}.stores-search{width:100%;margin:0 0 1.25rem}.stores-search__title{font-size:1.125rem;font-weight:700;margin:0 0 .5rem;color:#111827}.stores-search__form{display:flex;gap:.5rem;align-items:center}.stores-search__input{flex:1;min-width:0;padding:.55rem .75rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem}.stores-search__button{padding:.55rem .9rem;background:#222;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600}.stores-search__button:disabled{opacity:.7;cursor:default}.stores-search__error{margin-top:.5rem;color:#b91c1c;font-size:.9rem}.stores-search__results{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.stores-search__empty{color:#6b7280;font-size:.95rem}.stores-search__item{display:flex;justify-content:space-between;align-items:center;padding:.6rem .75rem;border:1px solid #e5e7eb;border-radius:8px}.stores-search__name{font-weight:600;color:#1f2937}.stores-search__links{display:flex;gap:.75rem}.stores-search__link{color:#4338ca;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:4px}.stores-search__pagination{margin-top:.5rem;display:flex;align-items:center;gap:.75rem}.stores-search__page-btn{padding:.4rem .7rem;border:1px solid #e5e7eb;background:#fff;border-radius:6px;cursor:pointer}.stores-search__page-btn:disabled{opacity:.6;cursor:default}.stores-search__page-info{font-size:.9rem;color:#6b7280}@keyframes fuego-glow{0%{filter:drop-shadow(0 0 8px #cd845c88)}to{filter:drop-shadow(0 0 16px #cd845c)}}