.AuthModal-module__eGxINa__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0006;justify-content:center;align-items:center;padding:16px;animation:.2s ease-out AuthModal-module__eGxINa__fadeIn;display:flex;position:fixed;inset:0}.AuthModal-module__eGxINa__modal{background:var(--card-bg);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);width:100%;max-width:440px;animation:.3s cubic-bezier(.16,1,.3,1) AuthModal-module__eGxINa__slideUp;overflow:hidden}.AuthModal-module__eGxINa__header{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.AuthModal-module__eGxINa__title{color:var(--foreground);font-size:1.15rem;font-weight:700}.AuthModal-module__eGxINa__closeBtn{color:var(--gray-500);border-radius:var(--radius-sm);justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.AuthModal-module__eGxINa__closeBtn:hover{background:var(--gray-100);color:var(--foreground)}.AuthModal-module__eGxINa__body{padding:24px}.AuthModal-module__eGxINa__errorBanner{border-radius:var(--radius-sm);color:#b91c1c;background:#fef2f2;border:1px solid #fee2e2;align-items:center;gap:10px;margin-bottom:16px;padding:12px 16px;font-size:.875rem;display:flex}.AuthModal-module__eGxINa__infoText{color:var(--gray-600);margin-bottom:20px;font-size:.875rem;line-height:1.5}.AuthModal-module__eGxINa__tabs{border-bottom:1px solid var(--gray-100);margin-bottom:20px;display:flex}.AuthModal-module__eGxINa__tabBtn{text-align:center;color:var(--gray-500);border-bottom:2px solid #0000;flex:1;padding:12px;font-size:.95rem;font-weight:600;transition:all .2s}.AuthModal-module__eGxINa__tabActive{color:var(--foreground);border-bottom-color:var(--foreground)}.AuthModal-module__eGxINa__form{flex-direction:column;gap:16px;display:flex}.AuthModal-module__eGxINa__inputGroup{flex-direction:column;gap:6px;display:flex}.AuthModal-module__eGxINa__label{color:var(--gray-700);font-size:.8125rem;font-weight:600}.AuthModal-module__eGxINa__inputWrapper{align-items:center;display:flex;position:relative}.AuthModal-module__eGxINa__inputIcon{color:var(--gray-400);pointer-events:none;position:absolute;left:14px}.AuthModal-module__eGxINa__input{border:1px solid var(--gray-200);border-radius:var(--radius-md);background:var(--gray-50);outline:none;width:100%;padding:12px 14px 12px 42px;font-size:.95rem;transition:all .2s}.AuthModal-module__eGxINa__input:focus{border-color:var(--foreground);background:var(--card-bg);box-shadow:0 0 0 3px #0000000d}.AuthModal-module__eGxINa__submitBtn{border-radius:var(--radius-md);color:#fff;justify-content:center;align-items:center;margin-top:8px;padding:14px;font-weight:600;transition:all .2s;display:flex}.AuthModal-module__eGxINa__submitBtn:hover{filter:brightness(1.1)}.AuthModal-module__eGxINa__submitBtn:disabled{opacity:.7;cursor:not-allowed}.AuthModal-module__eGxINa__divider{justify-content:center;align-items:center;margin:20px 0;display:flex;position:relative}.AuthModal-module__eGxINa__divider:before{content:"";background:var(--gray-200);z-index:1;height:1px;position:absolute;left:0;right:0}.AuthModal-module__eGxINa__dividerText{z-index:2;background:var(--card-bg);color:var(--gray-500);padding:0 12px;font-size:.8125rem;position:relative}.AuthModal-module__eGxINa__googleBtn{border:1px solid var(--gray-200);border-radius:var(--radius-md);width:100%;color:var(--gray-700);justify-content:center;align-items:center;gap:10px;padding:12px;font-weight:600;transition:all .2s;display:flex}.AuthModal-module__eGxINa__googleBtn:hover{background:var(--gray-50);border-color:var(--gray-300)}.AuthModal-module__eGxINa__googleIcon{width:18px;height:18px}@keyframes AuthModal-module__eGxINa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes AuthModal-module__eGxINa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.Header-module__hBw1pG__container{width:100%;position:relative}.Header-module__hBw1pG__cover{background-position:50%;background-repeat:no-repeat;background-size:cover;height:220px;position:relative}@media (min-width:768px){.Header-module__hBw1pG__cover{height:300px}}.Header-module__hBw1pG__cover:after{content:"";background:linear-gradient(#0000001a,#0006);position:absolute;inset:0}.Header-module__hBw1pG__profileSection{max-width:1200px;margin:0 auto;padding:0 16px 24px;position:relative}@media (min-width:768px){.Header-module__hBw1pG__profileSection{padding:0 24px 24px}}.Header-module__hBw1pG__profileCard{background:var(--card-bg);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:10;flex-direction:column;gap:20px;margin-top:-45px;padding:24px 20px;display:flex;position:relative}@media (min-width:768px){.Header-module__hBw1pG__profileCard{flex-direction:row;justify-content:space-between;align-items:center;gap:24px;margin-top:-70px;padding:32px}}.Header-module__hBw1pG__logoAndMeta{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}@media (min-width:768px){.Header-module__hBw1pG__logoAndMeta{text-align:left;flex-direction:row;align-items:center;gap:24px}}.Header-module__hBw1pG__logoWrapper{border:4px solid var(--card-bg);background:var(--card-bg);width:120px;height:120px;box-shadow:var(--shadow-md);z-index:15;border-radius:50%;justify-content:center;align-items:center;margin-top:-64px;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.Header-module__hBw1pG__logoWrapper{width:140px;height:140px;margin-top:0;position:absolute;top:-70px;left:32px}}.Header-module__hBw1pG__logo{object-fit:cover;width:100%;height:100%}.Header-module__hBw1pG__logoFallback{color:var(--primary-color);background:var(--gray-100);justify-content:center;align-items:center;width:100%;height:100%;font-size:40px;font-weight:800;display:flex}.Header-module__hBw1pG__details{flex-direction:column;gap:8px;display:flex}@media (min-width:768px){.Header-module__hBw1pG__details{margin-left:164px}}.Header-module__hBw1pG__nameRow{flex-direction:column;align-items:center;gap:8px;display:flex}@media (min-width:768px){.Header-module__hBw1pG__nameRow{flex-direction:row;align-items:center}}.Header-module__hBw1pG__name{color:var(--gray-900);letter-spacing:-.5px;font-size:24px;font-weight:800}@media (min-width:768px){.Header-module__hBw1pG__name{font-size:32px}}.Header-module__hBw1pG__storeTypeBadge{background:var(--gray-100);color:var(--gray-700);text-transform:uppercase;border:1px solid var(--gray-200);border-radius:100px;padding:4px 10px;font-size:11px;font-weight:700}.Header-module__hBw1pG__metaRow{color:var(--gray-600);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:8px;padding:4px 8px;font-size:13px;transition:background .2s;display:flex;position:relative}.Header-module__hBw1pG__metaRow:hover{background:var(--gray-50)}@media (min-width:768px){.Header-module__hBw1pG__metaRow{justify-content:flex-start}}.Header-module__hBw1pG__icon{color:var(--gray-400)}.Header-module__hBw1pG__openText{color:#10b981;font-weight:600}.Header-module__hBw1pG__closedText{color:#ef4444;font-weight:600}.Header-module__hBw1pG__chevron{color:var(--gray-400);margin-left:-2px}.Header-module__hBw1pG__scheduleBox{background:var(--card-bg);border:1px solid var(--gray-200);border-radius:var(--radius-md);box-shadow:var(--shadow-xl);z-index:100;width:280px;margin-top:8px;padding:16px;animation:.2s ease-out Header-module__hBw1pG__slideDown;position:absolute;top:100%;left:50%;transform:translate(-50%)}@media (min-width:768px){.Header-module__hBw1pG__scheduleBox{left:0;transform:none}}.Header-module__hBw1pG__scheduleTitle{color:var(--gray-900);border-bottom:1px solid var(--gray-100);text-align:left;margin-bottom:12px;padding-bottom:8px;font-size:14px;font-weight:700}.Header-module__hBw1pG__scheduleGrid{flex-direction:column;gap:8px;display:flex}.Header-module__hBw1pG__scheduleRow{justify-content:space-between;font-size:12px;display:flex}.Header-module__hBw1pG__scheduleDay{color:var(--gray-600);font-weight:500}.Header-module__hBw1pG__scheduleTime{color:var(--gray-800);font-weight:600}.Header-module__hBw1pG__socialActions{justify-content:center;align-items:center;gap:10px;display:flex}.Header-module__hBw1pG__socialBtn{background:var(--gray-100);border:1px solid var(--gray-200);width:40px;height:40px;color:var(--gray-700);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.Header-module__hBw1pG__socialBtn:hover{background:var(--secondary-color);color:var(--primary-color);border-color:var(--secondary-color);transform:scale(1.05)}@keyframes Header-module__hBw1pG__slideDown{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}@media (min-width:768px){@keyframes Header-module__hBw1pG__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}}.Header-module__hBw1pG__navbar{z-index:100;-webkit-backdrop-filter:blur(12px);background:#0003;border-bottom:1px solid #ffffff1a;align-items:center;height:64px;display:flex;position:absolute;top:0;left:0;right:0}.Header-module__hBw1pG__navbarContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__hBw1pG__navLogo{color:#fff;letter-spacing:-.5px;font-size:1.15rem;font-weight:800}.Header-module__hBw1pG__navActions{align-items:center;gap:16px;display:flex}.Header-module__hBw1pG__navLink{color:#ffffffd9;border-radius:var(--radius-sm);align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.Header-module__hBw1pG__navLink:hover{color:#fff;background:#ffffff1a}.Header-module__hBw1pG__loginBtn{color:#fff;border-radius:var(--radius-md);background:#ffffff26;border:1px solid #ffffff1a;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.Header-module__hBw1pG__loginBtn:hover{background:#ffffff40;box-shadow:0 0 10px #ffffff1a}.Header-module__hBw1pG__logoutBtn{color:#ffffffb3;border-radius:var(--radius-sm);justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.Header-module__hBw1pG__logoutBtn:hover{color:#ef4444;background:#ef44441a}
.CategoryNav-module__yHXu5G__outerContainer{width:100%;position:relative;overflow:hidden}.CategoryNav-module__yHXu5G__scrollWrapper{white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;align-items:center;gap:10px;max-width:100%;margin:0;padding:8px 0;display:flex;overflow-x:auto}.CategoryNav-module__yHXu5G__scrollWrapper::-webkit-scrollbar{display:none}.CategoryNav-module__yHXu5G__arrowButton{background:var(--card-bg);border:1px solid var(--gray-200);width:32px;height:32px;box-shadow:var(--shadow-md);color:var(--gray-700);cursor:pointer;z-index:10;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.CategoryNav-module__yHXu5G__arrowButton:hover{background:var(--gray-50);color:var(--primary-color);border-color:var(--gray-300);transform:translateY(-50%)scale(1.05)}.CategoryNav-module__yHXu5G__leftArrow{left:0}.CategoryNav-module__yHXu5G__rightArrow{right:0}.CategoryNav-module__yHXu5G__fadeOverlay{pointer-events:none;z-index:5;width:32px;transition:opacity .25s;position:absolute;top:0;bottom:0}.CategoryNav-module__yHXu5G__leftFade{background:linear-gradient(to right, var(--card-bg) 20%, transparent);left:0}.CategoryNav-module__yHXu5G__rightFade{background:linear-gradient(to left, var(--card-bg) 20%, transparent);right:0}.CategoryNav-module__yHXu5G__chip{color:var(--gray-700);background:var(--gray-50);border:1px solid var(--gray-200);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:100px;padding:8px 18px;font-size:14px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1)}.CategoryNav-module__yHXu5G__chip:hover{background:var(--gray-100);border-color:var(--gray-300);transform:translateY(-1px)}.CategoryNav-module__yHXu5G__active{box-shadow:0 4px 10px -2px #00000026}.CategoryNav-module__yHXu5G__active:hover{opacity:.95;transform:none}
.FeaturedProducts-module__HyGnCG__container{width:100%;max-width:1200px;margin:0 auto;padding:24px 24px 8px}.FeaturedProducts-module__HyGnCG__header{margin-bottom:16px}.FeaturedProducts-module__HyGnCG__titleGroup{align-items:center;gap:10px;display:flex}.FeaturedProducts-module__HyGnCG__sparkleBg{background:var(--secondary-color);color:var(--primary-color);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.FeaturedProducts-module__HyGnCG__sparkleIcon{animation:2s infinite FeaturedProducts-module__HyGnCG__pulse}.FeaturedProducts-module__HyGnCG__title{color:var(--gray-900);font-size:20px;font-weight:800}.FeaturedProducts-module__HyGnCG__sliderWrapper{width:100%;position:relative}.FeaturedProducts-module__HyGnCG__slider{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;align-items:stretch;gap:16px;padding-bottom:16px;display:flex;overflow-x:auto}.FeaturedProducts-module__HyGnCG__slider::-webkit-scrollbar{display:none}.FeaturedProducts-module__HyGnCG__arrowButton{background:var(--card-bg);border:1px solid var(--gray-200);width:40px;height:40px;box-shadow:var(--shadow-lg);color:var(--gray-700);cursor:pointer;z-index:10;border-radius:50%;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:50%;transform:translateY(-50%)}.FeaturedProducts-module__HyGnCG__arrowButton:hover{background:var(--gray-50);color:var(--primary-color);border-color:var(--gray-300);transform:translateY(-50%)scale(1.08)}.FeaturedProducts-module__HyGnCG__leftArrow{left:-8px}.FeaturedProducts-module__HyGnCG__rightArrow{right:-8px}.FeaturedProducts-module__HyGnCG__fadeOverlay{pointer-events:none;z-index:5;width:48px;transition:opacity .25s;position:absolute;top:0;bottom:16px}.FeaturedProducts-module__HyGnCG__leftFade{background:linear-gradient(to right, var(--card-bg) 20%, transparent);left:0}.FeaturedProducts-module__HyGnCG__rightFade{background:linear-gradient(to left, var(--card-bg) 20%, transparent);right:0}.FeaturedProducts-module__HyGnCG__card{background:var(--card-bg);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);cursor:pointer;flex-direction:column;flex:0 0 280px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}@media (min-width:768px){.FeaturedProducts-module__HyGnCG__card{flex:0 0 340px}}.FeaturedProducts-module__HyGnCG__card:hover{box-shadow:var(--shadow-lg);border-color:var(--gray-300);transform:translateY(-4px)}.FeaturedProducts-module__HyGnCG__imageWrapper{background:var(--gray-50);width:100%;height:150px;overflow:hidden}@media (min-width:768px){.FeaturedProducts-module__HyGnCG__imageWrapper{height:180px}}.FeaturedProducts-module__HyGnCG__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.FeaturedProducts-module__HyGnCG__card:hover .FeaturedProducts-module__HyGnCG__image{transform:scale(1.03)}.FeaturedProducts-module__HyGnCG__content{flex-direction:column;flex-grow:1;padding:16px;display:flex}.FeaturedProducts-module__HyGnCG__productName{color:var(--gray-900);margin-bottom:6px;font-size:16px;font-weight:700;line-height:1.3}.FeaturedProducts-module__HyGnCG__description{color:var(--gray-500);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:16px;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.FeaturedProducts-module__HyGnCG__footer{border-top:1px solid var(--gray-100);justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px;display:flex}.FeaturedProducts-module__HyGnCG__price{color:var(--primary-color);font-size:16px;font-weight:800}.FeaturedProducts-module__HyGnCG__actionLink{color:var(--gray-700);align-items:center;gap:4px;font-size:12px;font-weight:700;display:flex}.FeaturedProducts-module__HyGnCG__arrow{transition:transform .2s}.FeaturedProducts-module__HyGnCG__card:hover .FeaturedProducts-module__HyGnCG__arrow{transform:translate(3px)}@keyframes FeaturedProducts-module__HyGnCG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}
.ProductCard-module__t53O_a__card{background:var(--card-bg);border:1px solid var(--gray-200);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);cursor:pointer;height:140px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.ProductCard-module__t53O_a__card:hover{box-shadow:var(--shadow-md);border-color:var(--gray-300);transform:translateY(-2px)}.ProductCard-module__t53O_a__details{flex-direction:column;flex:1;justify-content:space-between;min-width:0;padding:16px;display:flex}.ProductCard-module__t53O_a__titleRow{align-items:center;gap:6px;display:flex}.ProductCard-module__t53O_a__name{color:var(--gray-900);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;overflow:hidden}.ProductCard-module__t53O_a__veganBadge{color:#10b981;background:#ecfdf5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.ProductCard-module__t53O_a__leafIcon{fill:currentColor}.ProductCard-module__t53O_a__description{color:var(--gray-500);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:6px 0;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.ProductCard-module__t53O_a__footer{justify-content:space-between;align-items:center;margin-top:6px;display:flex}.ProductCard-module__t53O_a__price{color:var(--gray-900);font-size:15px;font-weight:800}.ProductCard-module__t53O_a__addBtn{box-shadow:var(--shadow-sm);border-radius:100px;align-items:center;gap:4px;padding:6px 14px;font-size:12px;font-weight:700;transition:all .15s;display:flex}.ProductCard-module__t53O_a__addBtn:hover{opacity:.9;transform:scale(1.02)}.ProductCard-module__t53O_a__soldOutBadge{color:var(--gray-500);background:var(--gray-100);text-transform:uppercase;border-radius:100px;padding:4px 10px;font-size:11px;font-weight:700}.ProductCard-module__t53O_a__imageWrapper{background:var(--gray-50);flex-shrink:0;width:100px;height:100%;position:relative}@media (min-width:480px){.ProductCard-module__t53O_a__imageWrapper{width:120px}}.ProductCard-module__t53O_a__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__image{transform:scale(1.04)}.ProductCard-module__t53O_a__disabled{opacity:.65;cursor:not-allowed}.ProductCard-module__t53O_a__disabled:hover{box-shadow:var(--shadow-sm);border-color:var(--gray-200);transform:none}.ProductCard-module__t53O_a__disabled .ProductCard-module__t53O_a__image{filter:grayscale()}
.ProductModal-module__1Pw3YW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0006;justify-content:center;align-items:flex-end;animation:.2s ease-out ProductModal-module__1Pw3YW__fadeIn;display:flex;position:fixed;inset:0}@media (min-width:640px){.ProductModal-module__1Pw3YW__overlay{align-items:center}}.ProductModal-module__1Pw3YW__modal{background:var(--card-bg);border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl);width:100%;max-height:90vh;box-shadow:var(--shadow-xl);flex-direction:column;animation:.3s cubic-bezier(.16,1,.3,1) ProductModal-module__1Pw3YW__slideUp;display:flex;overflow:hidden}@media (min-width:640px){.ProductModal-module__1Pw3YW__modal{border-radius:var(--radius-xl);max-width:520px;max-height:85vh}}.ProductModal-module__1Pw3YW__header{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.ProductModal-module__1Pw3YW__title{color:var(--gray-900);font-size:16px;font-weight:800}.ProductModal-module__1Pw3YW__closeBtn{color:var(--gray-400);border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.ProductModal-module__1Pw3YW__closeBtn:hover{background:var(--gray-100);color:var(--gray-800)}.ProductModal-module__1Pw3YW__body{flex-direction:column;flex-grow:1;gap:20px;padding:24px;display:flex;overflow-y:auto}.ProductModal-module__1Pw3YW__imageContainer{border-radius:var(--radius-md);background:var(--gray-50);width:100%;height:200px;overflow:hidden}.ProductModal-module__1Pw3YW__image{object-fit:cover;width:100%;height:100%}.ProductModal-module__1Pw3YW__info{flex-direction:column;gap:6px;display:flex}.ProductModal-module__1Pw3YW__productName{color:var(--gray-900);font-size:20px;font-weight:800}.ProductModal-module__1Pw3YW__price{color:var(--primary-color);font-size:18px;font-weight:800}.ProductModal-module__1Pw3YW__description{color:var(--gray-500);margin-top:4px;font-size:13px;line-height:1.6}.ProductModal-module__1Pw3YW__divider{background:var(--gray-200);border:0;height:1px;margin:4px 0}.ProductModal-module__1Pw3YW__optionSection{flex-direction:column;gap:12px;display:flex}.ProductModal-module__1Pw3YW__optionHeader{justify-content:space-between;align-items:center;display:flex}.ProductModal-module__1Pw3YW__optionTitle{color:var(--gray-800);font-size:14px;font-weight:700}.ProductModal-module__1Pw3YW__badges{gap:6px;display:flex}.ProductModal-module__1Pw3YW__mandatoryBadge{color:#ef4444;text-transform:uppercase;background:#fef2f2;border-radius:100px;padding:2px 8px;font-size:10px;font-weight:700}.ProductModal-module__1Pw3YW__multiBadge{color:#3b82f6;text-transform:uppercase;background:#eff6ff;border-radius:100px;padding:2px 8px;font-size:10px;font-weight:700}.ProductModal-module__1Pw3YW__choicesList{flex-direction:column;gap:8px;display:flex}.ProductModal-module__1Pw3YW__choiceRow{border:1px solid var(--gray-200);border-radius:var(--radius-md);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;padding:12px 16px;transition:all .15s;display:flex}.ProductModal-module__1Pw3YW__choiceRow:hover{background:var(--gray-50)}.ProductModal-module__1Pw3YW__choiceSelected{border-color:var(--secondary-color);background:#00e67608}.ProductModal-module__1Pw3YW__choiceInput{accent-color:var(--secondary-color);cursor:pointer;width:16px;height:16px}.ProductModal-module__1Pw3YW__choiceDetails{justify-content:space-between;align-items:center;width:100%;display:flex}.ProductModal-module__1Pw3YW__choiceName{color:var(--gray-800);font-size:13px;font-weight:600}.ProductModal-module__1Pw3YW__choicePrice{color:var(--gray-700);font-size:13px;font-weight:700}.ProductModal-module__1Pw3YW__sizesContainer{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.ProductModal-module__1Pw3YW__sizeBtn{border:1px solid var(--gray-200);background:var(--card-bg);border-radius:var(--radius-md);flex-direction:column;justify-content:center;align-items:center;padding:10px 4px;transition:all .15s;display:flex}.ProductModal-module__1Pw3YW__sizeBtn:hover:not(:disabled){background:var(--gray-50);border-color:var(--gray-400)}.ProductModal-module__1Pw3YW__sizeActive{border-color:var(--secondary-color);background:#00e6760d}.ProductModal-module__1Pw3YW__sizeDisabled{opacity:.4;cursor:not-allowed;background:var(--gray-100)}.ProductModal-module__1Pw3YW__sizeName{color:var(--gray-800);font-size:13px;font-weight:700}.ProductModal-module__1Pw3YW__sizePrice{color:var(--gray-500);margin-top:2px;font-size:11px;font-weight:600}.ProductModal-module__1Pw3YW__stockAlert{color:#b45309;border-radius:var(--radius-sm);background:#fffbeb;border:1px solid #fef3c7;align-items:center;gap:8px;padding:10px 14px;font-size:12px;font-weight:550;line-height:1.5;display:flex}.ProductModal-module__1Pw3YW__footer{border-top:1px solid var(--gray-200);background:var(--card-bg);align-items:center;gap:16px;padding:16px 24px;display:flex}.ProductModal-module__1Pw3YW__qtyContainer{border:1px solid var(--gray-200);border-radius:var(--radius-md);background:var(--gray-50);align-items:center;height:48px;display:flex;overflow:hidden}.ProductModal-module__1Pw3YW__qtyBtn{width:40px;height:100%;color:var(--gray-600);justify-content:center;align-items:center;transition:background .15s;display:flex}.ProductModal-module__1Pw3YW__qtyBtn:hover:not(:disabled){background:var(--gray-100);color:var(--gray-900)}.ProductModal-module__1Pw3YW__qtyBtn:disabled{opacity:.4;cursor:not-allowed}.ProductModal-module__1Pw3YW__qtyValue{color:var(--gray-800);text-align:center;min-width:32px;padding:0 12px;font-size:14px;font-weight:700}.ProductModal-module__1Pw3YW__addToCartBtn{border-radius:var(--radius-md);height:48px;box-shadow:var(--shadow-md);flex-grow:1;justify-content:space-between;align-items:center;padding:0 20px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.ProductModal-module__1Pw3YW__addToCartBtn:hover:not(:disabled){box-shadow:var(--shadow-lg);opacity:.95;transform:translateY(-1px)}.ProductModal-module__1Pw3YW__addToCartBtn:disabled{box-shadow:none;cursor:not-allowed;background:var(--gray-200)!important;color:var(--gray-400)!important}.ProductModal-module__1Pw3YW__footerTotal{opacity:.95;background:#ffffff26;border-radius:6px;padding:4px 10px;font-size:14px}@keyframes ProductModal-module__1Pw3YW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ProductModal-module__1Pw3YW__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (min-width:640px){@keyframes ProductModal-module__1Pw3YW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}}
.CartDrawer-module__wN0dRW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:90;background:#0006;justify-content:flex-end;animation:.2s ease-out CartDrawer-module__wN0dRW__fadeIn;display:flex;position:fixed;inset:0}.CartDrawer-module__wN0dRW__drawer{background:var(--card-bg);width:100%;max-width:480px;height:100%;box-shadow:var(--shadow-xl);flex-direction:column;animation:.3s cubic-bezier(.16,1,.3,1) CartDrawer-module__wN0dRW__slideLeft;display:flex;overflow:hidden}.CartDrawer-module__wN0dRW__header{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.CartDrawer-module__wN0dRW__headerTitleGroup{align-items:center;gap:8px;display:flex}.CartDrawer-module__wN0dRW__title{color:var(--gray-900);font-size:18px;font-weight:800}.CartDrawer-module__wN0dRW__itemsCount{color:var(--gray-500);font-size:14px;font-weight:600}.CartDrawer-module__wN0dRW__closeBtn{color:var(--gray-400);border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.CartDrawer-module__wN0dRW__closeBtn:hover{background:var(--gray-100);color:var(--gray-800)}.CartDrawer-module__wN0dRW__emptyState{text-align:center;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;padding:40px 24px;display:flex}.CartDrawer-module__wN0dRW__emptyIconContainer{background:var(--gray-50);color:var(--gray-400);border:1px solid var(--gray-100);border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:24px;display:flex}.CartDrawer-module__wN0dRW__emptyText{color:var(--gray-500);margin-bottom:24px;font-size:15px;font-weight:600}.CartDrawer-module__wN0dRW__emptyAction{background:var(--primary-color,#000);color:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:12px 24px;font-size:14px;font-weight:700;transition:all .2s}.CartDrawer-module__wN0dRW__emptyAction:hover{box-shadow:var(--shadow-lg);opacity:.95;transform:translateY(-1px)}.CartDrawer-module__wN0dRW__itemsList{flex-direction:column;flex-grow:1;gap:20px;padding:24px;display:flex;overflow-y:auto}.CartDrawer-module__wN0dRW__itemRow{border-bottom:1px solid var(--gray-100);gap:16px;padding-bottom:20px;display:flex}.CartDrawer-module__wN0dRW__itemImageWrapper{border-radius:var(--radius-sm);background:var(--gray-50);flex-shrink:0;width:72px;height:72px;overflow:hidden}.CartDrawer-module__wN0dRW__itemImage{object-fit:cover;width:100%;height:100%}.CartDrawer-module__wN0dRW__itemDetails{flex-direction:column;flex-grow:1;justify-content:space-between;display:flex}.CartDrawer-module__wN0dRW__itemHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.CartDrawer-module__wN0dRW__itemName{color:var(--gray-900);font-size:14px;font-weight:700;line-height:1.3}.CartDrawer-module__wN0dRW__deleteBtn{color:var(--gray-400);transition:color .15s}.CartDrawer-module__wN0dRW__deleteBtn:hover{color:#ef4444}.CartDrawer-module__wN0dRW__itemOptions{flex-wrap:wrap;gap:4px;margin:6px 0;display:flex}.CartDrawer-module__wN0dRW__optionTag{background:var(--gray-50);color:var(--gray-600);border:1px solid var(--gray-200);border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600}.CartDrawer-module__wN0dRW__itemFooter{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.CartDrawer-module__wN0dRW__itemPrice{color:var(--gray-900);font-size:14px;font-weight:800}.CartDrawer-module__wN0dRW__qtyContainer{border:1px solid var(--gray-200);border-radius:var(--radius-sm);align-items:center;height:32px;display:flex;overflow:hidden}.CartDrawer-module__wN0dRW__qtyBtn{width:28px;height:100%;color:var(--gray-500);justify-content:center;align-items:center;transition:background .15s;display:flex}.CartDrawer-module__wN0dRW__qtyBtn:hover{background:var(--gray-100);color:var(--gray-900)}.CartDrawer-module__wN0dRW__qtyValue{color:var(--gray-800);text-align:center;min-width:24px;font-size:12px;font-weight:700}.CartDrawer-module__wN0dRW__summaryContainer{border-top:1px solid var(--gray-200);background:var(--gray-50);padding:24px;box-shadow:0 -4px 10px -4px #00000008}.CartDrawer-module__wN0dRW__couponSection{margin-bottom:20px}.CartDrawer-module__wN0dRW__couponInputWrapper{border:1px solid var(--gray-300);border-radius:var(--radius-md);background:#fff;align-items:center;height:44px;padding:8px 12px;display:flex}.CartDrawer-module__wN0dRW__couponIcon{color:var(--gray-400);margin-right:8px}.CartDrawer-module__wN0dRW__couponInput{color:var(--gray-800);border:none;outline:none;flex-grow:1;width:100%;font-size:13px}.CartDrawer-module__wN0dRW__couponInput:disabled{color:var(--gray-500);background:0 0}.CartDrawer-module__wN0dRW__couponApplyBtn{color:var(--secondary-color);padding:4px 8px;font-size:12px;font-weight:700}.CartDrawer-module__wN0dRW__couponApplyBtn:disabled{opacity:.5;cursor:not-allowed}.CartDrawer-module__wN0dRW__couponRemoveBtn{color:#ef4444;padding:4px 8px;font-size:12px;font-weight:700}.CartDrawer-module__wN0dRW__couponFeedbackSuccess{color:#10b981;align-items:center;gap:6px;margin-top:6px;font-size:11px;font-weight:600;display:flex}.CartDrawer-module__wN0dRW__couponFeedbackError{color:#ef4444;align-items:center;gap:6px;margin-top:6px;font-size:11px;font-weight:600;display:flex}.CartDrawer-module__wN0dRW__totalsTable{flex-direction:column;gap:10px;margin-bottom:24px;display:flex}.CartDrawer-module__wN0dRW__totalsRow{color:var(--gray-600);justify-content:space-between;font-size:13px;display:flex}.CartDrawer-module__wN0dRW__discountText{color:#10b981;font-weight:600}.CartDrawer-module__wN0dRW__summaryDivider{background:var(--gray-200);border:0;height:1px;margin:6px 0}.CartDrawer-module__wN0dRW__totalHighlight{color:var(--gray-900);font-size:18px;font-weight:800}.CartDrawer-module__wN0dRW__checkoutBtn{border-radius:var(--radius-md);text-align:center;width:100%;height:48px;box-shadow:var(--shadow-md);font-size:14px;font-weight:700;transition:all .2s}.CartDrawer-module__wN0dRW__checkoutBtn:hover{box-shadow:var(--shadow-lg);opacity:.95;transform:translateY(-1px)}@keyframes CartDrawer-module__wN0dRW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes CartDrawer-module__wN0dRW__slideLeft{0%{transform:translate(100%)}to{transform:translate(0)}}.CartDrawer-module__wN0dRW__benefitsPanel{background:var(--card-bg);border-top:1px solid var(--gray-200);flex-direction:column;gap:16px;max-height:280px;padding:16px 24px;display:flex;overflow-y:auto}.CartDrawer-module__wN0dRW__loyaltySection{flex-direction:column;gap:10px;display:flex}.CartDrawer-module__wN0dRW__loyaltyHeader{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.CartDrawer-module__wN0dRW__loyaltyTitleGroup{align-items:center;gap:6px;display:flex}.CartDrawer-module__wN0dRW__loyaltyIcon{color:var(--secondary-color)}.CartDrawer-module__wN0dRW__loyaltyTitle{color:var(--gray-800);font-size:13px;font-weight:700}.CartDrawer-module__wN0dRW__pointsBadge{color:#fff;background:var(--gray-900);border-radius:50px;padding:3px 8px;font-size:11px;font-weight:700}.CartDrawer-module__wN0dRW__rewardsList{flex-direction:column;gap:8px;display:flex}.CartDrawer-module__wN0dRW__rewardItem{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.CartDrawer-module__wN0dRW__rewardInfo{flex-direction:column;gap:2px;display:flex}.CartDrawer-module__wN0dRW__rewardName{color:var(--gray-800);font-size:12px;font-weight:600}.CartDrawer-module__wN0dRW__rewardCost{color:var(--gray-500);font-size:10px;font-weight:500}.CartDrawer-module__wN0dRW__rewardBtn{border-radius:var(--radius-sm);cursor:pointer;border:none;padding:6px 12px;font-size:11px;font-weight:700;transition:all .2s}.CartDrawer-module__wN0dRW__rewardBtnApplied{border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;padding:6px 12px;font-size:11px;font-weight:700;display:flex}.CartDrawer-module__wN0dRW__couponsGrid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.CartDrawer-module__wN0dRW__couponCard{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-sm);cursor:pointer;flex-direction:column;padding:10px 12px;transition:all .2s;display:flex;position:relative}.CartDrawer-module__wN0dRW__couponCardSelected{background:#00e6760d}.CartDrawer-module__wN0dRW__couponCardInfo{flex-direction:column;gap:2px;display:flex}.CartDrawer-module__wN0dRW__couponCardTitle{color:var(--gray-800);font-size:11px;font-weight:700}.CartDrawer-module__wN0dRW__couponCardValue{color:var(--foreground);font-size:12px;font-weight:800}.CartDrawer-module__wN0dRW__couponCheck{width:16px;height:16px;box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:-6px;right:-6px}
.CheckoutModal-module__E4Wj3q__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0006;justify-content:center;align-items:flex-end;animation:.2s ease-out CheckoutModal-module__E4Wj3q__fadeIn;display:flex;position:fixed;inset:0}@media (min-width:640px){.CheckoutModal-module__E4Wj3q__overlay{align-items:center}}.CheckoutModal-module__E4Wj3q__modal{background:var(--card-bg);border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl);width:100%;max-height:90vh;box-shadow:var(--shadow-xl);flex-direction:column;animation:.3s cubic-bezier(.16,1,.3,1) CheckoutModal-module__E4Wj3q__slideUp;display:flex;overflow:hidden}@media (min-width:640px){.CheckoutModal-module__E4Wj3q__modal{border-radius:var(--radius-xl);max-width:500px;max-height:85vh}}.CheckoutModal-module__E4Wj3q__header{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.CheckoutModal-module__E4Wj3q__title{color:var(--gray-900);font-size:16px;font-weight:800}.CheckoutModal-module__E4Wj3q__closeBtn{color:var(--gray-400);border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.CheckoutModal-module__E4Wj3q__closeBtn:hover{background:var(--gray-100);color:var(--gray-800)}.CheckoutModal-module__E4Wj3q__form{flex-direction:column;flex-grow:1;display:flex;overflow:hidden}.CheckoutModal-module__E4Wj3q__body{flex-direction:column;flex-grow:1;gap:16px;padding:24px;display:flex;overflow-y:auto}.CheckoutModal-module__E4Wj3q__errorBanner{color:#b91c1c;border-radius:var(--radius-sm);background:#fef2f2;border:1px solid #fca5a5;padding:10px 14px;font-size:12px;font-weight:600}.CheckoutModal-module__E4Wj3q__inputGroup{flex-direction:column;gap:6px;display:flex}.CheckoutModal-module__E4Wj3q__label{color:var(--gray-700);font-size:13px;font-weight:700}.CheckoutModal-module__E4Wj3q__input,.CheckoutModal-module__E4Wj3q__textarea{border:1px solid var(--gray-300);border-radius:var(--radius-md);width:100%;color:var(--gray-800);background:#fff;padding:10px 14px;font-size:14px;transition:border-color .2s}.CheckoutModal-module__E4Wj3q__input:focus,.CheckoutModal-module__E4Wj3q__textarea:focus{border-color:var(--secondary-color);outline:none;box-shadow:0 0 0 2px #00e6761a}.CheckoutModal-module__E4Wj3q__addressRow,.CheckoutModal-module__E4Wj3q__dateTimeRow{gap:12px;display:flex}.CheckoutModal-module__E4Wj3q__dateTimeRow>div{flex:1}.CheckoutModal-module__E4Wj3q__radioGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.CheckoutModal-module__E4Wj3q__radioBtn{border:1px solid var(--gray-200);border-radius:var(--radius-md);height:40px;color:var(--gray-600);background:var(--gray-50);font-size:13px;font-weight:600;transition:all .2s}.CheckoutModal-module__E4Wj3q__radioActive{border-color:var(--secondary-color);color:var(--primary-color);box-shadow:var(--shadow-sm);background:#00e6760d}.CheckoutModal-module__E4Wj3q__paymentMethodList{flex-direction:column;gap:8px;display:flex}.CheckoutModal-module__E4Wj3q__paymentRow{border:1px solid var(--gray-200);border-radius:var(--radius-md);-webkit-user-select:none;user-select:none;background:#fff;align-items:center;gap:12px;padding:12px 16px;transition:all .15s;display:flex}.CheckoutModal-module__E4Wj3q__paymentSelected{border-color:var(--secondary-color);background:#00e67608}.CheckoutModal-module__E4Wj3q__paymentLabel{color:var(--gray-800);font-size:13px;font-weight:600}.CheckoutModal-module__E4Wj3q__textarea{resize:none}.CheckoutModal-module__E4Wj3q__footer{border-top:1px solid var(--gray-200);background:var(--card-bg);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.CheckoutModal-module__E4Wj3q__totalBlock{flex-direction:column;gap:2px;display:flex}.CheckoutModal-module__E4Wj3q__totalLabel{color:var(--gray-500);text-transform:uppercase;font-size:11px;font-weight:600}.CheckoutModal-module__E4Wj3q__totalValue{color:var(--gray-900);font-size:20px;font-weight:800}.CheckoutModal-module__E4Wj3q__submitBtn{border-radius:var(--radius-md);height:48px;box-shadow:var(--shadow-md);align-items:center;gap:8px;padding:0 24px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.CheckoutModal-module__E4Wj3q__submitBtn:hover{box-shadow:var(--shadow-lg);opacity:.95;transform:translateY(-1px)}.CheckoutModal-module__E4Wj3q__submitBtn:disabled{box-shadow:none;cursor:not-allowed;background:var(--gray-200)!important;color:var(--gray-400)!important}@keyframes CheckoutModal-module__E4Wj3q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes CheckoutModal-module__E4Wj3q__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (min-width:640px){@keyframes CheckoutModal-module__E4Wj3q__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}}.CheckoutModal-module__E4Wj3q__timeSelectRow{gap:8px;width:100%;display:flex}.CheckoutModal-module__E4Wj3q__select{border:1px solid var(--gray-300);border-radius:var(--radius-md);color:var(--gray-800);cursor:pointer;background:#fff;flex:1;padding:10px 14px;font-size:14px;transition:border-color .2s}.CheckoutModal-module__E4Wj3q__select:focus{border-color:var(--secondary-color);outline:none;box-shadow:0 0 0 2px #00e6761a}
.StoreHome-module__vLCCXa__wrapper{flex-direction:column;min-height:100vh;padding-bottom:96px;display:flex}.StoreHome-module__vLCCXa__mainCatalog{background:var(--background);flex-grow:1}.StoreHome-module__vLCCXa__catalogHeader{margin:24px 0 16px}.StoreHome-module__vLCCXa__stickyHeader{z-index:45;background:var(--card-bg);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-sm);padding:8px 0;transition:all .2s;position:sticky;top:0}.StoreHome-module__vLCCXa__stickyHeaderContainer{flex-direction:column;gap:10px;display:flex}@media (min-width:768px){.StoreHome-module__vLCCXa__stickyHeaderContainer{flex-direction:row;justify-content:space-between;align-items:center;gap:24px}.StoreHome-module__vLCCXa__stickyHeaderContainer>div:first-child{flex-grow:1;min-width:0}}.StoreHome-module__vLCCXa__searchStickyWrapper{flex-shrink:0;width:100%}@media (min-width:768px){.StoreHome-module__vLCCXa__searchStickyWrapper{width:300px}}.StoreHome-module__vLCCXa__sectionTitle{color:var(--gray-900);letter-spacing:-.5px;font-size:20px;font-weight:850}.StoreHome-module__vLCCXa__searchWrapper{border:1px solid var(--gray-200);border-radius:var(--radius-md);background:var(--card-bg);box-shadow:var(--shadow-sm);align-items:center;width:100%;padding:8px 14px;display:flex}.StoreHome-module__vLCCXa__searchIcon{color:var(--gray-400);flex-shrink:0;margin-right:10px}.StoreHome-module__vLCCXa__searchInput{color:var(--gray-800);background:0 0;border:none;outline:none;width:100%;font-size:13px}.StoreHome-module__vLCCXa__productsGrid{grid-template-columns:1fr;gap:16px;margin-bottom:40px;display:grid}@media (min-width:768px){.StoreHome-module__vLCCXa__productsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.StoreHome-module__vLCCXa__productsGrid{grid-template-columns:repeat(3,1fr)}}.StoreHome-module__vLCCXa__emptyProducts{text-align:center;color:var(--gray-500);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 24px;display:flex}.StoreHome-module__vLCCXa__emptyIcon{color:var(--gray-300)}.StoreHome-module__vLCCXa__stickyCartBar{z-index:80;width:calc(100% - 32px);max-width:600px;animation:.35s cubic-bezier(.16,1,.3,1) StoreHome-module__vLCCXa__slideUp;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.StoreHome-module__vLCCXa__cartBarBtn{color:#fff;border-radius:var(--radius-xl);justify-content:space-between;align-items:center;width:100%;height:56px;padding:0 24px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 10px 25px -5px #00000040}.StoreHome-module__vLCCXa__cartBarBtn:hover{transform:scale(1.02);box-shadow:0 12px 30px -5px #0000004d}.StoreHome-module__vLCCXa__cartBarLeft{align-items:center;gap:12px;font-size:15px;font-weight:700;display:flex}.StoreHome-module__vLCCXa__cartBarCount{background:#fff3;border-radius:100px;padding:3px 9px;font-size:12px;font-weight:800}.StoreHome-module__vLCCXa__cartBarPrice{border-radius:var(--radius-sm);background:#ffffff26;padding:4px 12px;font-size:16px;font-weight:800}.StoreHome-module__vLCCXa__successOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:110;background:#0006;justify-content:center;align-items:center;padding:24px;animation:.2s ease-out StoreHome-module__vLCCXa__fadeIn;display:flex;position:fixed;inset:0}.StoreHome-module__vLCCXa__successCard{background:var(--card-bg);border:1px solid var(--gray-200);box-shadow:var(--shadow-xl);border-radius:var(--radius-xl);text-align:center;flex-direction:column;align-items:center;width:100%;max-width:440px;padding:40px 32px;animation:.3s cubic-bezier(.16,1,.3,1) StoreHome-module__vLCCXa__slideUp;display:flex}.StoreHome-module__vLCCXa__successIcon{color:#10b981;margin-bottom:24px}.StoreHome-module__vLCCXa__successTitle{color:var(--gray-900);margin-bottom:12px;font-size:22px;font-weight:850}.StoreHome-module__vLCCXa__successSubtitle{color:var(--gray-600);margin-bottom:24px;font-size:14px;line-height:1.6}.StoreHome-module__vLCCXa__orderIdBox{background:var(--gray-50);border:1px dashed var(--gray-300);border-radius:var(--radius-md);justify-content:space-between;width:100%;margin-bottom:28px;padding:12px 20px;font-size:13px;display:flex}.StoreHome-module__vLCCXa__orderIdLabel{color:var(--gray-500);font-weight:600}.StoreHome-module__vLCCXa__orderIdValue{color:var(--gray-900);font-family:monospace;font-weight:700}.StoreHome-module__vLCCXa__successCloseBtn{color:#fff;border-radius:var(--radius-md);width:100%;height:48px;box-shadow:var(--shadow-md);font-size:14px;font-weight:700;transition:all .2s}.StoreHome-module__vLCCXa__successCloseBtn:hover{opacity:.92;transform:translateY(-1px)}.StoreHome-module__vLCCXa__successActions{flex-direction:column;gap:12px;width:100%;display:flex}.StoreHome-module__vLCCXa__successWhatsappBtn{color:#fff;border-radius:var(--radius-md);width:100%;height:48px;box-shadow:var(--shadow-md);background-color:#25d366;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.StoreHome-module__vLCCXa__successWhatsappBtn:hover{background-color:#20ba5a;transform:translateY(-1px)}.StoreHome-module__vLCCXa__successTrackBtn{border-radius:var(--radius-md);cursor:pointer;justify-content:center;align-items:center;gap:8px;width:100%;height:48px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.StoreHome-module__vLCCXa__successTrackBtn:hover{background:var(--gray-100);transform:translateY(-1px)}@keyframes StoreHome-module__vLCCXa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes StoreHome-module__vLCCXa__slideUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.StoreHome-module__vLCCXa__successCard{animation:.3s cubic-bezier(.16,1,.3,1) StoreHome-module__vLCCXa__slideUpCenter}@keyframes StoreHome-module__vLCCXa__slideUpCenter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.orders-module__HlIdNG__pageWrapper{background-color:var(--background);flex-direction:column;min-height:100vh;display:flex}.orders-module__HlIdNG__loadingScreen{min-height:100vh;color:var(--gray-600);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.orders-module__HlIdNG__spinner{border:3px solid var(--gray-200);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite orders-module__HlIdNG__spin}@keyframes orders-module__HlIdNG__spin{to{transform:rotate(360deg)}}.orders-module__HlIdNG__navigationRow{justify-content:space-between;align-items:center;margin-top:32px;margin-bottom:24px;display:flex}.orders-module__HlIdNG__backBtn{color:var(--gray-700);border-radius:var(--radius-sm);align-items:center;gap:8px;padding:8px 12px;font-weight:600;transition:all .2s;display:flex}.orders-module__HlIdNG__backBtn:hover{background:var(--gray-100);color:var(--foreground)}.orders-module__HlIdNG__unauthorizedCard{background:var(--card-bg);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);text-align:center;flex-direction:column;align-items:center;max-width:500px;margin:80px auto;padding:48px 32px;display:flex}.orders-module__HlIdNG__unauthIcon{color:var(--gray-400);margin-bottom:20px}.orders-module__HlIdNG__unauthTitle{color:var(--foreground);margin-bottom:12px;font-size:1.5rem;font-weight:800}.orders-module__HlIdNG__unauthText{color:var(--gray-600);margin-bottom:32px;font-size:.95rem;line-height:1.6}.orders-module__HlIdNG__unauthActions{flex-direction:column;gap:12px;width:100%;display:flex}.orders-module__HlIdNG__unauthBtnPrimary{border-radius:var(--radius-md);color:#fff;width:100%;padding:14px;font-weight:600;transition:all .2s}.orders-module__HlIdNG__unauthBtnPrimary:hover{filter:brightness(1.1)}.orders-module__HlIdNG__unauthBtnSecondary{border:1px solid var(--gray-200);border-radius:var(--radius-md);width:100%;color:var(--gray-700);justify-content:center;align-items:center;gap:8px;padding:12px;font-weight:600;transition:all .2s;display:flex}.orders-module__HlIdNG__unauthBtnSecondary:hover{background:var(--gray-50)}.orders-module__HlIdNG__pageHeader{margin-bottom:32px}.orders-module__HlIdNG__pageTitle{color:var(--foreground);letter-spacing:-.5px;margin-bottom:6px;font-size:1.75rem;font-weight:800}.orders-module__HlIdNG__pageSubtitle{color:var(--gray-600);font-size:.95rem}.orders-module__HlIdNG__loadingState{color:var(--gray-500);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:64px 0;display:flex}.orders-module__HlIdNG__emptyState{background:var(--card-bg);border:1px dashed var(--gray-300);border-radius:var(--radius-lg);text-align:center;flex-direction:column;align-items:center;max-width:500px;margin:40px auto;padding:48px 24px;display:flex}.orders-module__HlIdNG__emptyStateIcon{color:var(--gray-400);margin-bottom:16px}.orders-module__HlIdNG__emptyState h3{color:var(--foreground);margin-bottom:8px;font-size:1.2rem;font-weight:700}.orders-module__HlIdNG__emptyState p{color:var(--gray-500);margin-bottom:24px;font-size:.9rem;line-height:1.5}.orders-module__HlIdNG__emptyStateBtn{border-radius:var(--radius-md);color:#fff;padding:12px 24px;font-weight:600;transition:all .2s}.orders-module__HlIdNG__emptyStateBtn:hover{filter:brightness(1.1)}.orders-module__HlIdNG__ordersList{flex-direction:column;gap:16px;margin-bottom:64px;display:flex}.orders-module__HlIdNG__orderCard{background:var(--card-bg);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all .2s;overflow:hidden}.orders-module__HlIdNG__orderCard:hover{box-shadow:var(--shadow-md)}.orders-module__HlIdNG__cardHeader{cursor:pointer;background:var(--gray-50);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.orders-module__HlIdNG__headerInfo{flex-direction:column;gap:4px;display:flex}.orders-module__HlIdNG__orderIdRow{align-items:center;gap:6px;display:flex}.orders-module__HlIdNG__orderIdLabel{color:var(--gray-500);text-transform:uppercase;font-size:.8125rem;font-weight:600}.orders-module__HlIdNG__orderId{color:var(--foreground);font-size:.95rem;font-weight:700}.orders-module__HlIdNG__orderDate{color:var(--gray-500);font-size:.75rem}.orders-module__HlIdNG__headerStatus{align-items:center;gap:16px;display:flex}.orders-module__HlIdNG__statusBadge{text-transform:uppercase;letter-spacing:.5px;border-radius:50px;padding:6px 12px;font-size:.75rem;font-weight:700}.orders-module__HlIdNG__statusReceived{color:#d97706;background:#fef3c7}.orders-module__HlIdNG__statusConfirmed{color:#15803d;background:#dcfce7}.orders-module__HlIdNG__statusCancelled{color:#b91c1c;background:#fee2e2}.orders-module__HlIdNG__toggleBtn{color:var(--gray-400);align-items:center;transition:color .2s;display:flex}.orders-module__HlIdNG__cardHeader:hover .orders-module__HlIdNG__toggleBtn{color:var(--foreground)}.orders-module__HlIdNG__cardBody{padding:24px}.orders-module__HlIdNG__timelineContainer{justify-content:space-between;align-items:center;max-width:320px;margin:12px auto 8px;display:flex;position:relative}.orders-module__HlIdNG__timelineStep{z-index:2;flex-direction:column;align-items:center;width:80px;display:flex}.orders-module__HlIdNG__stepCircle{background:var(--gray-100);width:36px;height:36px;color:var(--gray-400);border:2px solid var(--gray-200);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.orders-module__HlIdNG__stepLabel{color:var(--gray-500);text-align:center;margin-top:8px;font-size:.75rem;font-weight:600}.orders-module__HlIdNG__stepActive .orders-module__HlIdNG__stepCircle{background:var(--foreground);color:#fff;border-color:var(--foreground)}.orders-module__HlIdNG__stepActive .orders-module__HlIdNG__stepLabel{color:var(--foreground)}.orders-module__HlIdNG__stepCancelled .orders-module__HlIdNG__stepCircle{color:#ef4444;background:#fee2e2;border-color:#fca5a5}.orders-module__HlIdNG__stepCancelled .orders-module__HlIdNG__stepLabel{color:#ef4444}.orders-module__HlIdNG__timelineLine{background:var(--gray-200);z-index:1;height:2px;position:absolute;top:18px;left:40px;right:40px}.orders-module__HlIdNG__lineActive{background:var(--foreground)}.orders-module__HlIdNG__expandedDetails{animation:.2s ease-out orders-module__HlIdNG__slideDown}.orders-module__HlIdNG__divider{background:var(--gray-100);border:none;height:1px;margin:20px 0}.orders-module__HlIdNG__infoGrid{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:576px){.orders-module__HlIdNG__infoGrid{grid-template-columns:repeat(3,1fr)}}.orders-module__HlIdNG__infoItem{align-items:flex-start;gap:10px;display:flex}.orders-module__HlIdNG__infoIcon{color:var(--gray-400);margin-top:2px}.orders-module__HlIdNG__infoLabel{color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;font-size:.6875rem;font-weight:600;display:block}.orders-module__HlIdNG__infoVal{color:var(--foreground);font-size:.875rem;font-weight:600}.orders-module__HlIdNG__itemsList{flex-direction:column;gap:12px;display:flex}.orders-module__HlIdNG__itemsTitle{color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;font-size:.8125rem;font-weight:700}.orders-module__HlIdNG__itemRow{justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.orders-module__HlIdNG__itemMain{gap:8px;display:flex}.orders-module__HlIdNG__itemQty{color:var(--gray-500);font-weight:700}.orders-module__HlIdNG__itemName{color:var(--foreground)}.orders-module__HlIdNG__itemPrice{color:var(--foreground);font-weight:600}.orders-module__HlIdNG__totalsTable{flex-direction:column;gap:8px;max-width:280px;margin-left:auto;display:flex}.orders-module__HlIdNG__totalRow{color:var(--gray-600);justify-content:space-between;font-size:.875rem;display:flex}.orders-module__HlIdNG__discountText{color:#ef4444;font-weight:500}.orders-module__HlIdNG__grandTotal{color:var(--foreground);border-top:1px solid var(--gray-100);margin-top:4px;padding-top:8px;font-size:1.05rem;font-weight:800}@keyframes orders-module__HlIdNG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.orders-module__HlIdNG__cancelledAlertBanner{border-radius:var(--radius-md);background:linear-gradient(135deg,#fff5f5 0%,#ffebeb 100%);border:1px dashed #fca5a5;align-items:flex-start;gap:16px;margin-bottom:24px;padding:20px;animation:.25s ease-out orders-module__HlIdNG__slideDown;display:flex;box-shadow:0 4px 6px -1px #ef44440d}@media (max-width:576px){.orders-module__HlIdNG__cancelledAlertBanner{text-align:center;flex-direction:column;align-items:center}}.orders-module__HlIdNG__alertIconContainer{color:#ef4444;background:#fee2e2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:10px;display:flex;box-shadow:inset 0 2px 4px #0000000f}.orders-module__HlIdNG__alertContent{flex-direction:column;flex-grow:1;gap:8px;display:flex}.orders-module__HlIdNG__alertTitle{color:#991b1b;margin:0;font-size:1.05rem;font-weight:700}.orders-module__HlIdNG__alertText{color:#7f1d1d;opacity:.9;margin:0;font-size:.875rem;line-height:1.5}.orders-module__HlIdNG__alertWhatsappBtn{color:#fff;border-radius:var(--radius-md);cursor:pointer;background-color:#25d366;justify-content:center;align-self:flex-start;align-items:center;gap:8px;height:40px;margin-top:8px;padding:0 18px;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 6px #25d36626}.orders-module__HlIdNG__alertWhatsappBtn:hover{background-color:#20ba5a;transform:translateY(-1px);box-shadow:0 6px 12px #25d36640}.orders-module__HlIdNG__alertWhatsappBtn:active{transform:translateY(0)}@media (max-width:576px){.orders-module__HlIdNG__alertWhatsappBtn{align-self:center;width:100%}}.orders-module__HlIdNG__ongoingContactBox{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:16px;margin-top:16px;padding:16px 20px;display:flex}@media (max-width:768px){.orders-module__HlIdNG__ongoingContactBox{text-align:center;flex-direction:column}}.orders-module__HlIdNG__ongoingContactTextContainer{flex-direction:column;gap:4px;display:flex}.orders-module__HlIdNG__ongoingContactTitle{color:var(--foreground);margin:0;font-size:.95rem;font-weight:700}.orders-module__HlIdNG__ongoingContactSubtitle{color:var(--gray-500);margin:0;font-size:.8125rem;line-height:1.4}.orders-module__HlIdNG__ongoingContactBtn{color:#fff;border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;background-color:#25d366;flex-shrink:0;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 20px;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 6px #25d36626}.orders-module__HlIdNG__ongoingContactBtn:hover{background-color:#20ba5a;transform:translateY(-1px);box-shadow:0 6px 12px #25d36640}.orders-module__HlIdNG__ongoingContactBtn:active{transform:translateY(0)}@media (max-width:768px){.orders-module__HlIdNG__ongoingContactBtn{width:100%}}
.profile-module__5FeCNW__pageWrapper{background-color:var(--background);flex-direction:column;min-height:100vh;display:flex}.profile-module__5FeCNW__loadingScreen{min-height:100vh;color:var(--gray-600);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.profile-module__5FeCNW__spinner{border:3px solid var(--gray-200);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite profile-module__5FeCNW__spin}@keyframes profile-module__5FeCNW__spin{to{transform:rotate(360deg)}}.profile-module__5FeCNW__navigationRow{justify-content:space-between;align-items:center;margin-top:32px;margin-bottom:24px;display:flex}.profile-module__5FeCNW__backBtn{color:var(--gray-700);border-radius:var(--radius-sm);align-items:center;gap:8px;padding:8px 12px;font-weight:600;transition:all .2s;display:flex}.profile-module__5FeCNW__backBtn:hover{background:var(--gray-100);color:var(--foreground)}.profile-module__5FeCNW__logoutBtn{color:#ef4444;border-radius:var(--radius-sm);padding:8px 12px;font-weight:600;transition:all .2s}.profile-module__5FeCNW__logoutBtn:hover{background:#fef2f2}.profile-module__5FeCNW__unauthorizedCard{background:var(--card-bg);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);text-align:center;flex-direction:column;align-items:center;max-width:500px;margin:80px auto;padding:48px 32px;display:flex}.profile-module__5FeCNW__unauthIcon{color:var(--secondary-color);margin-bottom:20px}.profile-module__5FeCNW__unauthTitle{color:var(--foreground);margin-bottom:12px;font-size:1.5rem;font-weight:800}.profile-module__5FeCNW__unauthText{color:var(--gray-600);margin-bottom:32px;font-size:.95rem;line-height:1.6}.profile-module__5FeCNW__unauthActions{flex-direction:column;gap:12px;width:100%;display:flex}.profile-module__5FeCNW__unauthBtnPrimary{border-radius:var(--radius-md);color:#fff;width:100%;padding:14px;font-weight:600;transition:all .2s}.profile-module__5FeCNW__unauthBtnPrimary:hover{filter:brightness(1.1)}.profile-module__5FeCNW__unauthBtnSecondary{border:1px solid var(--gray-200);border-radius:var(--radius-md);width:100%;color:var(--gray-700);justify-content:center;align-items:center;gap:8px;padding:12px;font-weight:600;transition:all .2s;display:flex}.profile-module__5FeCNW__unauthBtnSecondary:hover{background:var(--gray-50)}.profile-module__5FeCNW__profileGrid{grid-template-columns:1fr;gap:24px;margin-bottom:48px;display:grid}@media (min-width:992px){.profile-module__5FeCNW__profileGrid{grid-template-columns:380px 1fr;align-items:start}}.profile-module__5FeCNW__loyaltyCard{border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);color:#fff;flex-direction:column;justify-content:space-between;min-height:220px;margin-bottom:24px;padding:28px;display:flex;position:relative;overflow:hidden}.profile-module__5FeCNW__loyaltyCard:before{content:"";pointer-events:none;background:#ffffff08;border-radius:50%;width:150px;height:150px;position:absolute;top:-50px;right:-50px}.profile-module__5FeCNW__cardHeader{justify-content:space-between;align-items:flex-start;display:flex}.profile-module__5FeCNW__cardBusiness{letter-spacing:-.5px;font-size:1.25rem;font-weight:800}.profile-module__5FeCNW__cardSub{opacity:.7;text-transform:uppercase;letter-spacing:1px;font-size:.75rem;font-weight:500}.profile-module__5FeCNW__tierBadge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-transform:uppercase;letter-spacing:1.5px;background:#ffffff26;border:1px solid #ffffff1a;border-radius:50px;padding:6px 12px;font-size:.75rem;font-weight:700}.profile-module__5FeCNW__cardBody{margin:24px 0}.profile-module__5FeCNW__balanceLabel{opacity:.6;text-transform:uppercase;letter-spacing:1px;font-size:.75rem}.profile-module__5FeCNW__balanceValueRow{align-items:baseline;gap:8px;display:flex}.profile-module__5FeCNW__balanceValue{font-size:2.75rem;font-weight:800;line-height:1.1}.profile-module__5FeCNW__balanceUnit{opacity:.9;font-size:1rem;font-weight:600}.profile-module__5FeCNW__cardFooter{border-top:1px solid #ffffff1a;justify-content:space-between;padding-top:16px;display:flex}.profile-module__5FeCNW__cardFooterCol{flex-direction:column;display:flex}.profile-module__5FeCNW__footerLabel{opacity:.5;text-transform:uppercase;letter-spacing:.5px;font-size:.65rem}.profile-module__5FeCNW__footerVal{font-size:.9rem;font-weight:600}.profile-module__5FeCNW__infoCard{background:var(--card-bg);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:24px;padding:24px}.profile-module__5FeCNW__cardTitle{color:var(--foreground);border-bottom:1px solid var(--gray-100);align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;font-size:1rem;font-weight:700;display:flex}.profile-module__5FeCNW__infoCardText{color:var(--gray-600);margin-bottom:20px;font-size:.875rem;line-height:1.6}.profile-module__5FeCNW__barcodeContainer{border:1px solid var(--gray-200);border-radius:var(--radius-md);background:#fff;justify-content:center;padding:16px;display:flex}.profile-module__5FeCNW__profileForm{flex-direction:column;gap:16px;display:flex}.profile-module__5FeCNW__formRow{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:576px){.profile-module__5FeCNW__formRow{grid-template-columns:1fr 1fr}}.profile-module__5FeCNW__formLabel{color:var(--gray-700);margin-bottom:6px;font-size:.8125rem;font-weight:600;display:block}.profile-module__5FeCNW__formInput{border:1px solid var(--gray-200);border-radius:var(--radius-md);background:var(--gray-50);outline:none;width:100%;padding:12px;font-size:.95rem;transition:all .2s}.profile-module__5FeCNW__formInput:focus{border-color:var(--foreground);background:var(--card-bg);box-shadow:0 0 0 3px #0000000d}.profile-module__5FeCNW__saveBtn{border-radius:var(--radius-md);color:#fff;align-self:flex-start;padding:12px 24px;font-weight:600;transition:all .2s}.profile-module__5FeCNW__saveBtn:hover{filter:brightness(1.1)}.profile-module__5FeCNW__successAlert{color:#166534;border-radius:var(--radius-sm);background:#f0fdf4;border:1px solid #bbf7d0;align-items:center;gap:8px;margin-bottom:16px;padding:12px;font-size:.875rem;display:flex}.profile-module__5FeCNW__errorAlert{color:#991b1b;border-radius:var(--radius-sm);background:#fef2f2;border:1px solid #fee2e2;align-items:center;gap:8px;margin-bottom:16px;padding:12px;font-size:.875rem;display:flex}.profile-module__5FeCNW__movementsList{flex-direction:column;gap:12px;display:flex}.profile-module__5FeCNW__movementItem{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding:12px 0;display:flex}.profile-module__5FeCNW__movementItem:last-child{border-bottom:none}.profile-module__5FeCNW__movDetails{flex-direction:column;gap:4px;display:flex}.profile-module__5FeCNW__movTitle{color:var(--foreground);font-size:.9rem;font-weight:600}.profile-module__5FeCNW__movDate{color:var(--gray-500);font-size:.75rem}.profile-module__5FeCNW__movPoints{font-size:1rem;font-weight:700}.profile-module__5FeCNW__pointsPlus{color:#16a34a}.profile-module__5FeCNW__pointsMinus{color:#ef4444}.profile-module__5FeCNW__emptyMovements{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:32px 16px;display:flex}.profile-module__5FeCNW__emptyMovementsIcon{color:var(--gray-400);margin-bottom:12px}.profile-module__5FeCNW__emptyMovements p{color:var(--gray-800);font-size:.95rem;font-weight:600}.profile-module__5FeCNW__emptyMovements span{color:var(--gray-500);margin-top:4px;font-size:.8125rem}
.EmptyState-module__QvXXza__wrapper{background:linear-gradient(135deg,#fdfdfd 0%,#f4f4f5 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.EmptyState-module__QvXXza__card{background:var(--card-bg);border:1px solid var(--gray-200);box-shadow:var(--shadow-xl);border-radius:var(--radius-xl);text-align:center;flex-direction:column;align-items:center;width:100%;max-width:480px;padding:40px 32px;animation:.4s ease-out EmptyState-module__QvXXza__fadeIn;display:flex}.EmptyState-module__QvXXza__logoContainer{margin-bottom:28px}.EmptyState-module__QvXXza__logo{animation:4s ease-in-out infinite EmptyState-module__QvXXza__float}.EmptyState-module__QvXXza__title{color:var(--gray-900);margin-bottom:16px;font-size:24px;font-weight:800;line-height:1.3}.EmptyState-module__QvXXza__subtitle{color:var(--gray-600);margin-bottom:24px;font-size:14px;line-height:1.6}.EmptyState-module__QvXXza__divider{background:var(--gray-200);border:0;width:100%;height:1px;margin-bottom:24px}.EmptyState-module__QvXXza__promoText{color:var(--gray-500);margin-bottom:24px;font-size:12px;line-height:1.5}.EmptyState-module__QvXXza__button{background:var(--primary-color,#000);color:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-md);width:100%;padding:14px 28px;font-size:14px;font-weight:600;transition:all .2s}.EmptyState-module__QvXXza__button:hover{box-shadow:var(--shadow-lg);opacity:.9;transform:translateY(-2px)}@keyframes EmptyState-module__QvXXza__fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes EmptyState-module__QvXXza__float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}
