.MenuGrid-module__UYwG9q__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.MenuGrid-module__UYwG9q__card{background:#fff;border-radius:20px;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.6s ease-out both MenuGrid-module__UYwG9q__cardFadeIn;display:flex;overflow:hidden;box-shadow:0 4px 20px #3c241514}.MenuGrid-module__UYwG9q__productLink{color:inherit;flex-direction:column;flex:1;width:100%;text-decoration:none;display:flex}.MenuGrid-module__UYwG9q__card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #3c241526}.MenuGrid-module__UYwG9q__cardAdded{animation:.6s ease-out MenuGrid-module__UYwG9q__cardPulse}@keyframes MenuGrid-module__UYwG9q__cardFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes MenuGrid-module__UYwG9q__cardPulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.MenuGrid-module__UYwG9q__imageWrapper{height:200px;position:relative;overflow:hidden}.MenuGrid-module__UYwG9q__image{object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.MenuGrid-module__UYwG9q__card:hover .MenuGrid-module__UYwG9q__image{transform:scale(1.08)}.MenuGrid-module__UYwG9q__imageOverlay{pointer-events:none;background:linear-gradient(#0000 50%,#3c241566 100%);position:absolute;inset:0}.MenuGrid-module__UYwG9q__quantityBadge{background:var(--color-gold);width:32px;height:32px;color:var(--color-espresso);border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;animation:.3s ease-out MenuGrid-module__UYwG9q__badgePop;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #c9a22766}@keyframes MenuGrid-module__UYwG9q__badgePop{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.MenuGrid-module__UYwG9q__cardContent{flex:1;padding:1.25rem 1.5rem}.MenuGrid-module__UYwG9q__cardHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.MenuGrid-module__UYwG9q__productName{font-family:var(--font-family-heading);color:var(--color-espresso);margin:0;font-size:1.125rem;font-weight:600;line-height:1.3}.MenuGrid-module__UYwG9q__productPrice{font-family:var(--font-family-heading);color:var(--color-gold-dark);white-space:nowrap;font-size:1.125rem;font-weight:700}.MenuGrid-module__UYwG9q__productDescription{color:var(--text-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.MenuGrid-module__UYwG9q__cardActions{padding:1rem 1.5rem 1.5rem}.MenuGrid-module__UYwG9q__addButton{color:#fff;background:var(--color-espresso);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.MenuGrid-module__UYwG9q__addButton:hover{background:var(--color-espresso-light);transform:translateY(-2px);box-shadow:0 8px 20px #3c241540}.MenuGrid-module__UYwG9q__addButton:active{transform:translateY(0)}.MenuGrid-module__UYwG9q__quantityControls{background:#f5ecd4;border-radius:12px;justify-content:center;align-items:center;gap:1rem;padding:.5rem;display:flex}.MenuGrid-module__UYwG9q__quantityButton{cursor:pointer;width:40px;height:40px;color:var(--color-espresso);background:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex;box-shadow:0 2px 8px #3c24151a}.MenuGrid-module__UYwG9q__quantityButton:hover{background:var(--color-espresso);color:#fff;transform:scale(1.1)}.MenuGrid-module__UYwG9q__quantityButton:active{transform:scale(.95)}.MenuGrid-module__UYwG9q__quantity{color:var(--color-espresso);text-align:center;min-width:2rem;font-size:1.125rem;font-weight:700}.MenuGrid-module__UYwG9q__cartBar{z-index:200;padding:1rem;animation:.4s cubic-bezier(.4,0,.2,1) MenuGrid-module__UYwG9q__slideUp;position:fixed;bottom:0;left:0;right:0}@keyframes MenuGrid-module__UYwG9q__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.MenuGrid-module__UYwG9q__cartBarContent{background:var(--color-espresso);border-radius:20px;justify-content:space-between;align-items:center;max-width:600px;margin:0 auto;padding:1rem 1.25rem;display:flex;box-shadow:0 10px 40px #3c241566}.MenuGrid-module__UYwG9q__cartInfo{align-items:center;gap:1rem;display:flex}.MenuGrid-module__UYwG9q__cartIcon{color:#fdf6e3cc;position:relative}.MenuGrid-module__UYwG9q__cartBadge{background:var(--color-gold);width:20px;height:20px;color:var(--color-espresso);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.MenuGrid-module__UYwG9q__cartDetails{flex-direction:column;gap:.125rem;display:flex}.MenuGrid-module__UYwG9q__cartLabel{color:#fdf6e399;font-size:.75rem}.MenuGrid-module__UYwG9q__cartTotal{color:var(--color-mascarpone);font-size:1.125rem;font-weight:700}.MenuGrid-module__UYwG9q__viewCartButton{color:var(--color-espresso);background:var(--color-gold);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:600;transition:all .3s;display:flex}.MenuGrid-module__UYwG9q__viewCartButton:hover{background:var(--color-gold-light);transform:translateY(-2px)}.MenuGrid-module__UYwG9q__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:300;background:#3c241599;justify-content:center;align-items:flex-end;padding:1rem;animation:.3s MenuGrid-module__UYwG9q__fadeIn;display:flex;position:fixed;inset:0}@keyframes MenuGrid-module__UYwG9q__fadeIn{0%{opacity:0}to{opacity:1}}.MenuGrid-module__UYwG9q__modal{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:500px;max-height:85vh;animation:.4s cubic-bezier(.4,0,.2,1) MenuGrid-module__UYwG9q__modalSlideUp;overflow-y:auto}@keyframes MenuGrid-module__UYwG9q__modalSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (min-width:640px){.MenuGrid-module__UYwG9q__modalOverlay{align-items:center}.MenuGrid-module__UYwG9q__modal{border-radius:24px}}.MenuGrid-module__UYwG9q__modalHeader{z-index:1;background:#fff;border-bottom:1px solid #3c241514;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex;position:sticky;top:0}.MenuGrid-module__UYwG9q__modalTitle{font-family:var(--font-family-heading);color:var(--color-espresso);margin:0;font-size:1.25rem;font-weight:700}.MenuGrid-module__UYwG9q__closeButton{cursor:pointer;width:40px;height:40px;color:var(--color-espresso);background:#f5ecd4;border:none;border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex}.MenuGrid-module__UYwG9q__closeButton:hover{background:var(--color-espresso);color:#fff}.MenuGrid-module__UYwG9q__cartItems{flex-direction:column;gap:.75rem;padding:1rem 1.5rem;display:flex}.MenuGrid-module__UYwG9q__cartItem{background:#fdfbf7;border-radius:16px;align-items:center;gap:1rem;padding:.75rem;transition:all .2s;display:flex}.MenuGrid-module__UYwG9q__cartItem:hover{background:#f5ecd4}.MenuGrid-module__UYwG9q__cartItemImage{border-radius:12px;flex-shrink:0;width:56px;height:56px;position:relative;overflow:hidden}.MenuGrid-module__UYwG9q__cartItemImg{object-fit:cover}.MenuGrid-module__UYwG9q__cartItemInfo{flex:1;min-width:0}.MenuGrid-module__UYwG9q__cartItemName{color:var(--color-espresso);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.125rem;font-size:.9375rem;font-weight:600;display:block;overflow:hidden}.MenuGrid-module__UYwG9q__cartItemPrice{color:var(--text-muted);font-size:.8125rem}.MenuGrid-module__UYwG9q__cartItemControls{align-items:center;gap:.5rem;display:flex}.MenuGrid-module__UYwG9q__cartQuantityBtn{cursor:pointer;width:28px;height:28px;color:var(--color-espresso);background:#fff;border:1px solid #3c241526;border-radius:8px;justify-content:center;align-items:center;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.MenuGrid-module__UYwG9q__cartQuantityBtn:hover{background:var(--color-espresso);color:#fff;border-color:var(--color-espresso)}.MenuGrid-module__UYwG9q__cartItemQty{text-align:center;min-width:1.5rem;font-size:.875rem;font-weight:600}.MenuGrid-module__UYwG9q__cartItemTotal{color:var(--color-gold-dark);text-align:right;min-width:60px;font-size:.9375rem;font-weight:700}.MenuGrid-module__UYwG9q__cartFooter{background:#fff;border-top:1px solid #3c241514;padding:1.25rem 1.5rem 1.5rem;position:sticky;bottom:0}.MenuGrid-module__UYwG9q__cartTotalRow{color:var(--text-muted);justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1rem;display:flex}.MenuGrid-module__UYwG9q__cartTotalAmount{font-family:var(--font-family-heading);color:var(--color-espresso);font-size:1.5rem;font-weight:700}.MenuGrid-module__UYwG9q__placeOrderButton{color:#fff;background:var(--color-espresso);cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.MenuGrid-module__UYwG9q__placeOrderButton:hover:not(:disabled){background:var(--color-espresso-light);transform:translateY(-2px);box-shadow:0 8px 24px #3c24154d}.MenuGrid-module__UYwG9q__placeOrderButton:disabled{opacity:.7;cursor:not-allowed}.MenuGrid-module__UYwG9q__loadingSpinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite MenuGrid-module__UYwG9q__spin}@keyframes MenuGrid-module__UYwG9q__spin{to{transform:rotate(360deg)}}.MenuGrid-module__UYwG9q__orderResult{text-align:center;padding:3rem 2rem}.MenuGrid-module__UYwG9q__successAnimation{margin-bottom:1.5rem}.MenuGrid-module__UYwG9q__checkmark{width:80px;height:80px}.MenuGrid-module__UYwG9q__checkmarkCircle{stroke-dasharray:166;stroke-dashoffset:166px;stroke-width:2px;stroke-miterlimit:10;stroke:var(--color-success);animation:.6s cubic-bezier(.65,0,.45,1) forwards MenuGrid-module__UYwG9q__stroke}.MenuGrid-module__UYwG9q__checkmarkCheck{transform-origin:50%;stroke-dasharray:48;stroke-dashoffset:48px;stroke:var(--color-success);stroke-width:3px;animation:.3s cubic-bezier(.65,0,.45,1) .6s forwards MenuGrid-module__UYwG9q__stroke}@keyframes MenuGrid-module__UYwG9q__stroke{to{stroke-dashoffset:0}}.MenuGrid-module__UYwG9q__errorAnimation{color:var(--color-error);margin-bottom:1.5rem;animation:.5s ease-in-out MenuGrid-module__UYwG9q__shake}@keyframes MenuGrid-module__UYwG9q__shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.MenuGrid-module__UYwG9q__resultTitle{font-family:var(--font-family-heading);color:var(--color-espresso);margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.MenuGrid-module__UYwG9q__orderNumber{font-family:var(--font-family-heading);color:var(--color-gold-dark);letter-spacing:.05em;margin:.5rem 0 1rem;font-size:2.5rem;font-weight:700}.MenuGrid-module__UYwG9q__resultMessage{color:var(--text-muted);margin:0 0 1.5rem;font-size:.9375rem}.MenuGrid-module__UYwG9q__doneButton,.MenuGrid-module__UYwG9q__retryButton{color:#fff;background:var(--color-espresso);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.MenuGrid-module__UYwG9q__doneButton:hover,.MenuGrid-module__UYwG9q__retryButton:hover{background:var(--color-espresso-light);transform:translateY(-2px)}
.styles-module__uaGKoG__page{background-color:#fdfbf7;flex-direction:column;min-height:100vh;display:flex}.styles-module__uaGKoG__header{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fdfbf7e6;border-bottom:1px solid #3c241514;position:fixed;top:0;left:0;right:0}.styles-module__uaGKoG__headerContent{max-width:1400px;padding:var(--space-md)var(--space-xl);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.styles-module__uaGKoG__logo{align-items:center;gap:var(--space-sm);text-decoration:none;display:flex}.styles-module__uaGKoG__logoIcon{font-size:1.75rem;animation:3s ease-in-out infinite styles-module__uaGKoG__float}.styles-module__uaGKoG__logoText{font-family:var(--font-family-heading);color:var(--color-espresso);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.styles-module__uaGKoG__adminLink{color:var(--text-muted);border:1px solid #3c241526;border-radius:100px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.styles-module__uaGKoG__adminLink:hover{background:var(--color-espresso);color:#fff;border-color:var(--color-espresso);transform:translateY(-1px)}.styles-module__uaGKoG__hero{background:linear-gradient(#fdfbf7 0%,#f5ecd4 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.styles-module__uaGKoG__heroOverlay{pointer-events:none;background:radial-gradient(circle at 20% 80%,#c9a2271a 0%,#0000 50%),radial-gradient(circle at 80% 20%,#3c24150d 0%,#0000 50%);position:absolute;inset:0}.styles-module__uaGKoG__heroContent{text-align:center;padding:0 var(--space-xl);max-width:800px;animation:1s ease-out styles-module__uaGKoG__fadeInUp;position:relative}.styles-module__uaGKoG__heroBadge{text-transform:uppercase;letter-spacing:.15em;color:var(--color-gold-dark);margin-bottom:var(--space-lg);background:#c9a22726;border-radius:100px;padding:.5rem 1.25rem;font-size:.75rem;font-weight:600;display:inline-block}.styles-module__uaGKoG__heroTitle{font-family:var(--font-family-heading);color:var(--color-espresso);margin:0 0 var(--space-lg)0;letter-spacing:-.03em;font-size:clamp(2.5rem,8vw,5rem);font-weight:700;line-height:1.1}.styles-module__uaGKoG__heroAccent{background:linear-gradient(135deg,var(--color-gold)0%,var(--color-gold-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.styles-module__uaGKoG__heroSubtitle{color:var(--text-muted);margin:0 0 var(--space-xl)0;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6}.styles-module__uaGKoG__heroActions{gap:var(--space-md);justify-content:center;display:flex}.styles-module__uaGKoG__heroButton{color:#fff;background:var(--color-espresso);border-radius:100px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 20px #3c241540}.styles-module__uaGKoG__heroButton:hover{transform:translateY(-2px);box-shadow:0 8px 30px #3c241559}.styles-module__uaGKoG__heroScroll{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;flex-direction:column;align-items:center;gap:.75rem;font-size:.75rem;animation:1s ease-out .5s both styles-module__uaGKoG__fadeIn;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.styles-module__uaGKoG__scrollIndicator{border:2px solid var(--border-medium);border-radius:100px;width:24px;height:40px;position:relative}.styles-module__uaGKoG__scrollIndicator:after{content:"";background:var(--color-gold);border-radius:100px;width:4px;height:8px;animation:2s ease-in-out infinite styles-module__uaGKoG__scrollBounce;position:absolute;top:8px;left:50%;transform:translate(-50%)}.styles-module__uaGKoG__main{padding:var(--space-3xl)0 calc(var(--space-3xl) + 100px);flex:1}.styles-module__uaGKoG__container{max-width:1400px;padding:0 var(--space-xl);margin:0 auto}.styles-module__uaGKoG__sectionHeader{text-align:center;margin-bottom:var(--space-2xl);padding-top:var(--space-2xl)}.styles-module__uaGKoG__sectionBadge{text-transform:uppercase;letter-spacing:.15em;color:var(--color-gold-dark);margin-bottom:var(--space-md);background:#c9a2271f;border-radius:100px;padding:.375rem 1rem;font-size:.7rem;font-weight:600;display:inline-block}.styles-module__uaGKoG__sectionTitle{font-family:var(--font-family-heading);color:var(--color-espresso);margin:0 0 var(--space-sm)0;letter-spacing:-.02em;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.styles-module__uaGKoG__sectionDescription{color:var(--text-muted);margin:0;font-size:1rem}.styles-module__uaGKoG__footer{background:var(--color-espresso);padding:var(--space-2xl);text-align:center}.styles-module__uaGKoG__footerContent{color:#fdf6e3b3}.styles-module__uaGKoG__footerContent p{margin:var(--space-sm)0 0;font-size:.875rem}.styles-module__uaGKoG__footerLogo{font-family:var(--font-family-heading);color:var(--color-mascarpone);font-size:1.25rem;font-weight:700}@keyframes styles-module__uaGKoG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes styles-module__uaGKoG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes styles-module__uaGKoG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes styles-module__uaGKoG__scrollBounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(12px)}}
