.categories-module__85yMYq__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin-top:3rem;display:grid}.categories-module__85yMYq__categoryCard{background:var(--surface);text-align:center;border:1px solid var(--border);box-shadow:var(--shadow-sm);cursor:pointer;border-radius:1.5rem;flex-direction:column;align-items:center;padding:3rem 2rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.categories-module__85yMYq__categoryCard:before{content:"";background:linear-gradient(90deg, var(--primary), var(--secondary));transform-origin:0;height:4px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.categories-module__85yMYq__categoryCard:hover:before{transform:scaleX(1)}.categories-module__85yMYq__categoryCard:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-light);transform:translateY(-8px)}.categories-module__85yMYq__iconWrapper{width:80px;height:80px;color:var(--primary);background:#6366f10d;border-radius:24px;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:2.5rem;transition:all .3s;display:flex}.categories-module__85yMYq__categoryCard:hover .categories-module__85yMYq__iconWrapper{background:var(--primary);color:#fff;transform:scale(1.1)rotate(-5deg)}.categories-module__85yMYq__catName{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:900}.categories-module__85yMYq__catCount{color:var(--text-muted);background:var(--background);border-radius:999px;padding:.25rem 1rem;font-size:.95rem;font-weight:700}
.Header-module__hBw1pG__header{background:var(--surface);border-bottom:1px solid var(--border);z-index:1000;width:100%;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1.5rem 24px;display:flex}.Header-module__hBw1pG__logo{color:var(--primary);font-size:1.8rem;font-weight:900;text-decoration:none}.Header-module__hBw1pG__menuButton{color:var(--foreground);cursor:pointer;background:0 0;border:none;padding:0;font-size:2rem;display:none}.Header-module__hBw1pG__nav{align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__navLink{color:var(--foreground);font-size:1.1rem;font-weight:700;text-decoration:none;transition:color .2s}.Header-module__hBw1pG__navLink:hover{color:var(--primary)}@media (max-width:768px){.Header-module__hBw1pG__header{padding:0}.Header-module__hBw1pG__container{padding:1rem 24px}.Header-module__hBw1pG__menuButton{display:block}.Header-module__hBw1pG__nav{background:var(--surface);border-bottom:1px solid var(--border);opacity:0;visibility:hidden;flex-direction:column;gap:0;padding:0;transition:all .3s ease-in-out;position:absolute;top:100%;left:0;right:0;transform:translateY(-10px);box-shadow:0 4px 6px -1px #0000001a}.Header-module__hBw1pG__nav.Header-module__hBw1pG__navOpen{opacity:1;visibility:visible;padding:1rem 0;transform:translateY(0)}.Header-module__hBw1pG__navLink{text-align:center;border-bottom:1px solid var(--border);width:100%;padding:1rem 24px}.Header-module__hBw1pG__navLink:last-child{border-bottom:none}}
.stores-module__963OGq__storesGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2rem;display:grid}.stores-module__963OGq__storeCard{background:var(--surface);text-align:center;border:1px solid var(--border);box-shadow:var(--shadow-sm);cursor:pointer;border-radius:1.5rem;flex-direction:column;align-items:center;height:100%;padding:2.5rem 1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.stores-module__963OGq__storeCard:hover{box-shadow:var(--shadow-xl);border-color:var(--primary-light);transform:translateY(-8px)}.stores-module__963OGq__iconBox{background:var(--background);width:90px;height:90px;box-shadow:var(--shadow-md);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:3rem;transition:transform .3s;display:flex}.stores-module__963OGq__storeCard:hover .stores-module__963OGq__iconBox{transform:scale(1.1)rotate(5deg)}.stores-module__963OGq__storeName{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:900}.stores-module__963OGq__storeDiscount{color:var(--primary);flex-grow:1;margin-bottom:1.5rem;font-size:1rem;font-weight:700}.stores-module__963OGq__visitArrow{color:var(--secondary);opacity:.8;font-size:1.1rem;font-weight:700;transition:all .3s}.stores-module__963OGq__storeCard:hover .stores-module__963OGq__visitArrow{opacity:1;transform:translate(-5px)}@keyframes stores-module__963OGq__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.stores-module__963OGq__shimmerBox{background:linear-gradient(90deg, var(--border) 25%, var(--background) 50%, var(--border) 75%);background-size:200% 100%;animation:1.5s linear infinite stores-module__963OGq__shimmer}.stores-module__963OGq__skeletonCard{background:var(--surface);border:1px solid var(--border);border-radius:1.5rem;flex-direction:column;align-items:center;height:270px;padding:2.5rem 1.5rem;display:flex}.stores-module__963OGq__skeletonIcon{border-radius:50%;width:90px;height:90px;margin-bottom:1.5rem}.stores-module__963OGq__skeletonName{border-radius:4px;width:60%;height:1.5rem;margin-bottom:.75rem}.stores-module__963OGq__skeletonDesc{border-radius:4px;width:40%;height:1rem;margin-bottom:1.5rem}.stores-module__963OGq__skeletonArrow{border-radius:4px;width:50%;height:1.2rem}
