.store-page{padding-top:100px;min-height:100vh;background:#f8fafc}.store-header{text-align:center;margin-bottom:3rem}.store-title{font-size:3rem;font-weight:800;color:#0f172a;margin-bottom:.5rem}.store-subtitle{color:#64748b;font-size:1.125rem}.store-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;padding-bottom:4rem}.store-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 4px 20px -8px rgba(0,0,0,.1);border:1px solid #f1f5f9;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.store-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.store-card__carousel{position:relative;height:240px;background:#f1f5f9;overflow:hidden}.store-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:opacity .3s ease}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.4);color:#fff;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;transition:background .2s}.carousel-btn:hover{background:rgba(0,0,0,.6)}.carousel-btn.prev{left:12px}.carousel-btn.next{right:12px}.carousel-dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:2}.dot{width:6px;height:6px;border-radius:50%;background:hsla(0,0%,100%,.5);transition:all .2s}.dot.active{background:#fff;width:16px;border-radius:4px}.store-card__content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.store-card__title{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.store-card__description{font-size:.9375rem;line-height:1.6;color:#475569;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.store-card__footer{padding-top:1rem;border-top:1px solid #f1f5f9;display:flex;justify-content:center}.store-card__cta{color:#6366f1;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:.5rem}.store-card__cta:after{content:"→";transition:transform .2s}.store-card:hover .store-card__cta:after{transform:translateX(4px)}.store-empty{text-align:center;padding:4rem;color:#64748b}.store-loading{display:flex;justify-content:center;align-items:center;min-height:60vh}.spinner{width:40px;height:40px;border:4px solid #f1f5f9;border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:640px){.store-title{font-size:2.25rem}}