@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Nunito:wght@400;600;700;800&family=Inter:wght@400;500;600;700&display=swap";.sidebar{width:72px;min-width:72px;height:100vh;background:var(--bg-sidebar);border-right:1px solid var(--border);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transition:width .25s cubic-bezier(.4,0,.2,1),box-shadow .2s ease;position:sticky;top:0;z-index:100}.sidebar:hover{width:240px;box-shadow:4px 0 20px #0000000f}[data-theme=dark] .sidebar:hover{box-shadow:4px 0 20px #0000004d}.sidebar-top{display:flex;flex-direction:column;min-height:0}.sidebar-logo{display:flex;align-items:center;min-height:64px;padding:0 12px;border-bottom:1px solid var(--border);white-space:nowrap;flex-shrink:0}.logo-text{width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:22px;font-weight:800;color:var(--text-primary)}.sidebar-user-info{padding:14px 16px 8px;display:flex;flex-direction:column;overflow:hidden}.sidebar-username,.sidebar-role{opacity:0;transition:opacity .15s ease;white-space:nowrap}.sidebar:hover .sidebar-username,.sidebar:hover .sidebar-role{opacity:1}.sidebar-username{font-size:14px;font-weight:600;color:var(--text-primary)}.sidebar-role{margin-top:2px;font-size:12px;color:var(--text-secondary)}.sidebar-nav{display:flex;flex-direction:column;gap:4px;padding:12px 8px}.nav-item{position:relative;display:flex;align-items:center;min-height:48px;padding:0 14px;border-radius:12px;color:var(--text-secondary);text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease,color .2s ease}.nav-item:hover{background:var(--bg-hover);color:var(--text-primary)}.nav-item.active{background:var(--accent-light);color:var(--accent)}.nav-item.active svg{stroke:var(--accent)}.nav-icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nav-label{overflow:hidden;white-space:nowrap;opacity:0;max-width:0;margin-left:0;transition:opacity .15s ease,max-width .25s ease,margin-left .25s ease}.sidebar:hover .nav-label{opacity:1;max-width:180px;margin-left:14px}.sidebar-bottom{display:flex;flex-direction:column;gap:4px;padding:12px 8px;border-top:1px solid var(--border)}.nav-item.theme-toggle{position:relative}.theme-switch{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:36px;height:18px;border-radius:999px;background:var(--text-secondary);opacity:0;transition:opacity .2s ease}.sidebar:hover .theme-switch{opacity:1}.theme-switch-knob{position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:#fff;transition:transform .2s ease}[data-theme=dark] .theme-switch-knob{transform:translate(18px);background:#1a1d27}.nav-item.logout:hover{background:#fee2e2;color:var(--danger)}.nav-item.logout:hover svg{stroke:var(--danger)}[data-theme=dark] .nav-item.logout:hover{background:#7f1d1d33}.fb-toast-stack{position:fixed;top:18px;right:18px;z-index:3000;display:flex;flex-direction:column;gap:10px;width:min(380px,calc(100vw - 24px))}.fb-toast{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-radius:14px;padding:14px;background:#fff;color:#111827;box-shadow:0 12px 28px #00000024;border:1px solid rgba(0,0,0,.06);animation:fb-toast-in .18s ease-out}.fb-toast--success{border-left:4px solid #10b981}.fb-toast--error{border-left:4px solid #ef4444}.fb-toast--info{border-left:4px solid #3b82f6}.fb-toast--warning{border-left:4px solid #f59e0b}.fb-toast__body{min-width:0;flex:1}.fb-toast__title{font-size:14px;font-weight:700;margin-bottom:2px}.fb-toast__message{font-size:13px;line-height:1.45;color:#4b5563;white-space:pre-line}.fb-toast__close{width:28px;height:28px;flex-shrink:0;border:none;border-radius:8px;background:transparent;cursor:pointer;color:#6b7280;font-size:13px}.fb-toast__close:hover{background:#f3f4f6}.fb-confirm-overlay{position:fixed;inset:0;z-index:3100;display:grid;place-items:center;background:#0f172a73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:16px}.fb-confirm{width:min(460px,100%);background:#fff;border-radius:18px;box-shadow:0 24px 60px #00000038;overflow:hidden;animation:fb-modal-in .18s ease-out}.fb-confirm__header{padding:18px 20px 10px}.fb-confirm__title{margin:0;font-size:18px;font-weight:700;color:#111827}.fb-confirm__content{padding:0 20px 18px}.fb-confirm__message{margin:0;font-size:14px;line-height:1.55;color:#4b5563;white-space:pre-line}.fb-confirm__actions{display:flex;justify-content:flex-end;gap:10px;padding:14px 20px 20px}.fb-btn{min-height:40px;padding:0 16px;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer}.fb-btn--secondary{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.fb-btn--secondary:hover{background:#e5e7eb}.fb-btn--primary{background:#4f46e5;color:#fff}.fb-btn--primary:hover{background:#4338ca}.fb-btn--danger{background:#ef4444;color:#fff}.fb-btn--danger:hover{background:#dc2626}@keyframes fb-toast-in{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fb-modal-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:640px){.fb-toast-stack{left:12px;right:12px;top:12px;width:auto}.fb-confirm__actions{flex-direction:column}.fb-btn{width:100%}}.cart-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.cart-sidebar{position:fixed;top:0;right:-450px;width:450px;max-width:90%;height:100%;background:#fff;box-shadow:-2px 0 12px #0000001a;z-index:1001;display:flex;flex-direction:column;transition:right .3s ease}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;border-bottom:1px solid #e5e7eb;background:#fff;position:sticky;top:0;z-index:10}.cart-header h2{margin:0;font-size:1.3rem;font-weight:700;color:#1f2937}.close-btn{background:none;border:none;cursor:pointer;color:#6b7280;transition:color .2s;display:flex;align-items:center;justify-content:center}.close-btn:hover{color:#ef4444}.close-btn:disabled{opacity:.5;cursor:not-allowed}.toast-notification{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#323232;color:#fff;height:50px;padding:10px 20px;border-radius:8px;font-size:14px;z-index:1100;white-space:pre-line;text-align:center;max-width:80%;box-shadow:0 4px 12px #00000026;transition:opacity .2s ease-in-out;opacity:1}.toast-notification.hide{opacity:0;visibility:hidden}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%) translateY(-10px)}10%{opacity:1;transform:translate(-50%) translateY(0)}90%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-10px);visibility:hidden}}.cart-items{flex:1;overflow-y:auto;padding:.75rem;min-height:0}.cart-item{display:flex;gap:.75rem;padding:.75rem;border-bottom:1px solid #f3f4f6;background:#fff;border-radius:12px;margin-bottom:.5rem}.cart-item-image{width:70px;height:70px;object-fit:cover;border-radius:10px;background:#f9fafb}.cart-item-title{font-weight:600;color:#1f2937;font-size:.95rem;margin-bottom:.2rem}.cart-item-price{color:#f81;font-weight:600;font-size:.85rem;margin:.2rem 0}.cart-item-controls{display:flex;align-items:center;gap:.5rem;margin-top:.35rem}.qty-btn{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:4px 8px;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center}.qty-btn:hover:not(:disabled){background:#f81;border-color:#f81;color:#fff}.delete-btn{margin-left:auto;color:#ef4444;border-color:#ef4444}.delete-btn:hover:not(:disabled){background:#ef4444;color:#fff;border-color:#ef4444}.quantity-display{min-width:30px;text-align:center;font-weight:600;font-size:.9rem}.item-total{font-size:.8rem;color:#6b7280;margin-top:.25rem;text-align:right}.cart-footer{padding:.75rem 1rem;border-top:1px solid #e5e7eb;background:#fff;flex-shrink:0}.bonus-card{margin-bottom:.75rem;padding:.75rem;background:#ffe3cf;border-radius:.75rem;border:1px solid #ff8811}.bonus-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.bonus-label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#2f2f2f;font-size:.9rem}.bonus-value{font-weight:700;font-size:1rem;color:#f81}.bonus-checkbox-label{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#fff;border-radius:.75rem;cursor:pointer;transition:all .2s;margin-top:.25rem}.bonus-checkbox-label.active{border:2px solid #ff8811}.bonus-checkbox-label.inactive{border:1px solid #e5e7eb}.bonus-checkbox{width:18px;height:18px;appearance:none;border-radius:4px;cursor:pointer;transition:all .2s}.bonus-checkbox.active{background-color:#f81;border:1px solid #ff8811}.bonus-checkbox.inactive{border:1px solid #9ca3af}.bonus-checkbox:checked{background-color:#f81;border-color:#f81;position:relative}.bonus-checkbox:checked:after{content:"✓";color:#fff;font-size:12px;display:flex;align-items:center;justify-content:center;height:100%}.bonus-info{flex:1}.bonus-title{font-weight:600;font-size:.85rem;color:#374151}.bonus-title.active{color:#f81}.bonus-max-hint{font-size:.7rem;color:#6b7280;margin-bottom:0}.bonus-controls{display:flex;align-items:center;gap:.5rem;margin-top:.35rem}.bonus-slider{flex:1;height:6px;border-radius:3px;background:linear-gradient(90deg,#ffe3cf,#f81);outline:none;-webkit-appearance:none}.bonus-slider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#f81;cursor:pointer;box-shadow:0 2px 6px #ff88114d}.bonus-input{width:70px;padding:.2rem .4rem;border:1px solid #ffd8b5;border-radius:.5rem;text-align:center;font-size:.8rem}.bonus-currency{font-size:.8rem;color:#767676}.delivery-payment-row{display:flex;gap:.75rem;margin-bottom:.5rem}.delivery-section,.payment-section{flex:1;margin-bottom:.5rem}.section-title{display:block;margin-bottom:.5rem;font-weight:600;color:#2f2f2f;font-size:.85rem}.options-group{display:flex;flex-direction:column;gap:.5rem}.option-card{display:flex;align-items:center;gap:.6rem;padding:.5rem;border-radius:.5rem;cursor:pointer;transition:all .2s}.option-card.selected{background-color:#ffe3cf;border:2px solid #ff8811}.option-card.unselected{background-color:#f9fafb;border:1px solid #e5e7eb}.radio-custom{appearance:none;width:14px;height:14px;border-radius:50%;cursor:pointer}.radio-custom.selected{background-color:#f81;border:1px solid #ff8811}.radio-custom.unselected{border:1px solid #6b7280}.option-text{font-weight:500;font-size:.85rem}.option-subtext{font-size:.7rem;color:#767676}.comment-section{margin-bottom:.5rem}.comment-label{display:block;margin-bottom:.25rem;font-weight:600;font-size:.85rem}.comment-textarea{width:100%;padding:.5rem;border-radius:.6rem;border:1px solid #e5e7eb;resize:vertical;font-family:inherit;font-size:.8rem}.cart-totals{margin:.5rem 0;padding-top:.25rem;border-top:1px solid #e5e7eb}.totals-row{display:flex;justify-content:space-between;margin-bottom:.25rem;font-size:.85rem;color:#6b7280}.totals-row.delivery-free{color:#10b981}.cart-total{display:flex;justify-content:space-between;margin-top:.25rem;padding-top:.25rem;font-weight:600;font-size:.95rem}.cart-total-amount{font-weight:700;font-size:1.1rem;color:#f81}.checkout-btn{width:100%;background:#f81;color:#fff;border:none;padding:.7rem;border-radius:9999px;font-weight:600;font-size:.9rem;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.checkout-btn:hover:not(:disabled){background:#e67a0f}.checkout-btn:disabled{opacity:.6;cursor:not-allowed}.terms-text{text-align:center;margin-top:.5rem;font-size:.7rem;color:#9ca3af}.loader-container{display:flex;justify-content:center;align-items:center;height:200px}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-cart{text-align:center;padding:2rem 1rem;color:#6b7280}.empty-cart-icon{font-size:3rem;margin-bottom:.5rem}.empty-cart-title{font-size:1rem;margin-bottom:.25rem}.empty-cart-text{font-size:.8rem}@media(max-width:640px){.cart-sidebar{width:100%;right:-100%}.delivery-payment-row{flex-direction:column;gap:.5rem}.cart-item{flex-direction:column;align-items:flex-start}.cart-item-image{width:100%;height:auto;max-height:140px}}.abouts-page{min-height:100vh;display:flex;flex-direction:column;background:#fff}.abouts-main{flex:1;padding-bottom:4rem}.abouts-page .container{max-width:1440px;margin:0 auto;padding:0 2rem;width:100%}.abouts-hero{background:linear-gradient(135deg,#fff5eb,#ffebdd);padding:4rem 0;text-align:center;position:relative;overflow:hidden}.abouts-hero:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,103,0,.1) 0%,transparent 70%);border-radius:50%;z-index:1}.abouts-hero-title{font-family:Nunito,sans-serif;font-size:3rem;font-weight:800;color:#2f2f2f;margin-bottom:1rem;position:relative;z-index:2}.abouts-hero-title .gradient-text{background:linear-gradient(90deg,#ff6700,#fa2d35);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.abouts-hero-subtitle{font-family:Inter,sans-serif;font-size:1.25rem;color:#4b5563;max-width:600px;margin:0 auto;position:relative;z-index:2}.abouts-stats{padding:4rem 0;background:#fff}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.stat-card{text-align:center;padding:2rem;background:#f2f2f3;border-radius:1rem;transition:all .3s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 5px 20px -5px #0000001a}.stat-icon{margin-bottom:1rem}.stat-value{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700;color:#2f2f2f;margin-bottom:.5rem}.stat-label{font-family:Inter,sans-serif;font-size:.95rem;color:#6b7280}.abouts-advantages{padding:3rem 0;background:#ffebdd}.about-section-title{font-family:Nunito,sans-serif;font-size:2rem;font-weight:700;color:#3d2914;text-align:center;margin-bottom:2rem;position:relative;border-bottom:none}.about-section-title:after{display:none}.advantages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.advantage-card{background:#fff;padding:2rem;border-radius:2rem;text-align:center;box-shadow:0 1px 3px #0000001a;transition:all .3s ease;border:1px solid #E5E7EB}.advantage-card:hover{transform:translateY(-2px);box-shadow:0 5px 20px -5px #0000001a;border-color:#ff6700}.advantage-icon{margin-bottom:1.5rem}.advantage-title{font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:600;color:#2f2f2f;margin-bottom:1rem}.advantage-text{font-family:Inter,sans-serif;font-size:.95rem;color:#6b7280;line-height:1.6}.abouts-story{padding:4rem 0;background:#fff}.story-content{max-width:800px;margin:0 auto;text-align:center}.story-text{font-family:Inter,sans-serif;font-size:1.1rem;color:#4b5563;line-height:1.8;margin-bottom:1.5rem}.abouts-section{padding:4rem 0;background:#ffebdd;margin-bottom:3rem}.abouts-carousel-container{position:relative;display:flex;align-items:center;gap:1rem;margin:2rem 0}.abouts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;flex:1;transition:opacity .3s ease;animation:fadeIn .3s ease}.about-card{background:#fff;padding:1.5rem;border-radius:2rem;box-shadow:0 1px 3px #0000001a;transition:all .3s ease;border:1px solid #E5E7EB;display:flex;flex-direction:column}.about-card:hover{transform:translateY(-2px);box-shadow:0 5px 20px -5px #0000001a}.about-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.about-author{display:flex;align-items:center;gap:.75rem}.about-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#ff6700,#fa2d35);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;flex-shrink:0}.about-author-name{font-weight:600;color:#2f2f2f}.about-date{font-family:Inter,sans-serif;font-size:.85rem;color:#9ca3af}.about-rating{display:flex;gap:.25rem;margin-bottom:.75rem}.about-text{font-family:Inter,sans-serif;color:#4b5563;line-height:1.6;font-style:italic;margin-top:.75rem;word-break:break-word}.abouts-carousel-container .carousel-nav{width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid #E5E7EB;color:#ff6700;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0;box-shadow:0 4px 6px -1px #0000001a;z-index:2}.abouts-carousel-container .carousel-nav:hover{background:linear-gradient(90deg,#ff6700,#fa2d35);color:#fff;border-color:transparent;transform:scale(1.1)}.abouts-carousel-container .carousel-nav:active{transform:scale(.95)}.abouts-carousel-container .carousel-prev{margin-right:.5rem}.abouts-carousel-container .carousel-next{margin-left:.5rem}.abouts-carousel-container .carousel-dots{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.abouts-carousel-container .carousel-dot{width:10px;height:10px;border-radius:50%;background:#e5e7eb;border:none;padding:0;cursor:pointer;transition:all .3s ease}.abouts-carousel-container .carousel-dot:hover{background:#ff6700;transform:scale(1.2)}.abouts-carousel-container .carousel-dot.active{background:linear-gradient(90deg,#ff6700,#fa2d35);width:30px;border-radius:10px}.abouts-cta{padding:4rem 0;background:#ffebdd;text-align:center}.abouts-cta .cta-title{font-family:Nunito,sans-serif;font-size:3rem;font-weight:700;color:#3d2914;margin-bottom:1rem}.abouts-cta .cta-text{font-family:Inter,sans-serif;font-size:1.1rem;color:#2f2f2f;margin-bottom:2rem}.abouts-cta .cta-btn{background:#ff6700!important;color:#fff!important;font-size:1.125rem!important;padding:1rem 3rem!important;border-radius:3rem!important;box-shadow:0 0 15px 5px #ff6700;border:none;transition:all .3s ease}.abouts-cta .cta-btn:hover{box-shadow:0 0 15px 5px #ff6700;transform:scale(1.02)}.abouts-page .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;gap:1rem;color:#6b7280}.abouts-page .error-message{text-align:center;color:#ef4444;padding:2rem;background:#fef2f2;border-radius:1rem}.abouts-page .empty-state{text-align:center;padding:3rem;background:#f9fafb;border-radius:1rem;color:#6b7280}.abouts-page .empty-state-hint{font-size:.9rem;color:#9ca3af;margin-top:.5rem}@keyframes about-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.abouts-page .animate-spin{animation:about-spin 1s linear infinite}@media(max-width:1024px){.stats-grid,.advantages-grid,.abouts-grid{grid-template-columns:repeat(2,1fr)}.abouts-hero-title{font-size:2.5rem}}@media(max-width:768px){.abouts-page .container{padding:0 1rem}.stats-grid,.advantages-grid,.abouts-grid{grid-template-columns:1fr}.abouts-hero-title{font-size:2rem}.abouts-hero-subtitle{font-size:1rem}.about-section-title{font-size:1.75rem}.story-text{font-size:1rem}.abouts-carousel-container{flex-direction:column}.abouts-carousel-container .carousel-nav{display:none}}@media(max-width:480px){.abouts-hero-title{font-size:1.5rem}.stat-card,.advantage-card,.about-card{padding:1.5rem}.abouts-cta .cta-title{font-size:1.5rem}.abouts-cta .cta-text{font-size:1rem}.abouts-cta .cta-btn{padding:.875rem 2rem!important;font-size:1rem!important}}.profile-container{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#fff5eb,#fff);font-family:Nunito,Segoe UI,sans-serif}.profile-main{flex:1;padding:3rem 1rem;max-width:1440px;margin:0 auto;width:100%}.profile-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem;animation:account-fadeIn .5s ease}.profile-container .gradient-btn,.profile-container .reorder-btn,.profile-container .repeat-btn,.profile-container .profile-edit-btn,.profile-container .cart-btn,.profile-container .subscription-btn{background:linear-gradient(90deg,var(--gradient-start) 0%,var(--gradient-end) 100%)!important;color:#fff!important;border:none!important;transition:all .3s ease!important;font-weight:600!important;position:relative;overflow:hidden;cursor:pointer}.gradient-btn{border-radius:20px}.profile-container .gradient-btn:hover:not(:disabled),.profile-container .reorder-btn:hover:not(:disabled),.profile-container .repeat-btn:hover:not(:disabled),.profile-container .profile-edit-btn:hover:not(:disabled),.profile-container .cart-btn:hover:not(:disabled),.profile-container .subscription-btn:hover:not(:disabled){transform:translateY(-2px)!important;box-shadow:0 4px 12px #ff67004d!important}.profile-container .gradient-btn:active:not(:disabled),.profile-container .reorder-btn:active:not(:disabled),.profile-container .repeat-btn:active:not(:disabled),.profile-container .profile-edit-btn:active:not(:disabled),.profile-container .cart-btn:active:not(:disabled),.profile-container .subscription-btn:active:not(:disabled){transform:translateY(0)!important}.profile-container .gradient-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.profile-left{background:var(--white);border-radius:2rem;padding:2.5rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1.5rem;border:1px solid var(--gray-100);transition:var(--transition)}.profile-left:hover{box-shadow:0 20px 25px -5px #0000001a}.profile-avatar-section{text-align:center;padding-bottom:1.5rem;border-bottom:2px solid var(--gray-100)}.avatar{margin-bottom:1.5rem}.avatar-placeholder{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:800;color:#fff;margin:0 auto;font-family:Montserrat,sans-serif;box-shadow:0 4px 12px #ff67004d;transition:var(--transition)}.avatar-placeholder:hover{transform:scale(1.05);box-shadow:0 6px 16px #ff670066}.profile-name{font-size:1.8rem;font-weight:800;color:var(--text-color);margin:.5rem 0 .25rem;font-family:Nunito,sans-serif}.profile-email{font-size:1rem;color:var(--gray-500);margin:0;font-family:Inter,sans-serif}.profile-edit-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem!important;border-radius:3rem!important;font-size:1rem!important;font-family:Montserrat,sans-serif!important;background:linear-gradient(90deg,var(--gradient-start) 0%,var(--gradient-end) 100%)!important;color:#fff!important;border:none!important}.profile-edit-btn.editing{background:linear-gradient(90deg,#10b981,#059669)!important}.profile-edit-form{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem;background:var(--secondary-color);border-radius:1.5rem;border:1px solid var(--gray-200);animation:account-slideDown .3s ease}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.95rem;font-weight:600;color:var(--text-color);font-family:Montserrat,sans-serif;margin-left:.5rem}.form-group input{padding:1rem 1.25rem;border:2px solid var(--gray-200);border-radius:2rem;font-size:1rem;font-family:Inter,sans-serif;transition:var(--transition);background:var(--white)}.form-group input:focus{outline:none;border-color:var(--gradient-start);box-shadow:0 0 0 3px #ff67001a}.profile-info{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 0;border-bottom:2px solid var(--gray-100)}.info-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--secondary-color);border-radius:1rem;transition:var(--transition)}.info-item:hover{transform:translate(5px);background:#ffe3cf}.info-label{font-weight:600;color:var(--gray-500);font-size:.95rem;font-family:Montserrat,sans-serif}.info-value{color:var(--text-color);font-weight:600;font-size:1rem;font-family:Inter,sans-serif}.bonus-value{background:linear-gradient(90deg,var(--gradient-start),var(--gradient-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;font-size:1.2rem}.subscription-btn,.cart-btn,.logout-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem!important;border-radius:3rem!important;font-size:1rem!important;font-family:Montserrat,sans-serif!important;cursor:pointer;transition:var(--transition);border:none}.subscription-btn{background:var(--white)!important;color:var(--text-color)!important;border:2px solid var(--gray-200)!important}.subscription-btn:hover{border-color:var(--gradient-start)!important;color:var(--gradient-start)!important;transform:translateY(-2px);box-shadow:0 4px 12px #ff670033!important}.subscription-btn.subscribed{background:linear-gradient(90deg,var(--gradient-start) 0%,var(--gradient-end) 100%)!important;color:#fff!important;border:none!important}.cart-btn{background:linear-gradient(90deg,var(--gradient-start) 0%,var(--gradient-end) 100%)!important;color:#fff!important}.logout-btn{background:var(--white)!important;color:#ef4444!important;border:2px solid #ef4444!important}.logout-btn:hover{background:#fee2e2!important;transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d!important}.profile-right{display:flex;flex-direction:column;gap:2rem}.favorite-section{background:var(--white);border-radius:1rem;padding:2rem;box-shadow:var(--shadow);border:1px solid var(--gray-100);transition:var(--transition)}.favorite-section:hover{box-shadow:0 20px 25px -5px #0000001a}.account-section-title{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;color:var(--text-color);margin:0 0 1.5rem;font-family:Nunito,sans-serif;padding-bottom:1rem;border-bottom:2px solid var(--gray-100)}.bonuses-title{display:flex;flex-direction:column;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;color:var(--text-color);margin:0 0 1.5rem;font-family:Nunito,sans-serif;padding-bottom:1rem;border-bottom:2px solid var(--gray-100)}.bonuses-title h3{display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;color:var(--text-color);font-family:Nunito,sans-serif}.bonuses-title p{display:flex;flex-direction:column;align-items:center;font-size:1rem;font-weight:500;color:var(--text-color);font-family:Nunito,sans-serif}.profile-container .empty-state{text-align:center;padding:3rem 2rem;color:var(--gray-500);font-size:1rem;font-family:Inter,sans-serif;background:var(--secondary-color);border-radius:1rem}.favorite-item{display:flex;gap:1.5rem;animation:account-slideIn .3s ease}.favorite-image{flex-shrink:0;width:140px;height:140px;border-radius:1.5rem;overflow:hidden;background:var(--secondary-color);border:2px solid var(--gray-100);transition:var(--transition)}.favorite-image:hover{transform:scale(1.05);border-color:var(--gradient-start)}.favorite-image img{width:100%;height:100%;object-fit:cover}.favorite-info{flex:1;display:flex;flex-direction:column;justify-content:center;gap:.5rem}.favorite-info h4{margin:0;font-size:1.3rem;font-weight:700;color:var(--text-color);font-family:Nunito,sans-serif}.favorite-info p{margin:0;color:var(--gray-500);font-size:.95rem;font-family:Inter,sans-serif}.last-ordered{font-style:italic;color:var(--gray-500)!important;font-size:.9rem!important}.reorder-btn{padding:.75rem 1.5rem!important;border-radius:3rem!important;font-size:.95rem!important;font-family:Montserrat,sans-serif!important;align-self:flex-start;margin-top:.5rem;background:linear-gradient(90deg,var(--gradient-start) 0%,var(--gradient-end) 100%)!important;color:#fff!important;border:none!important}.favorite-order{display:flex;flex-direction:column;gap:1rem}.favorite-order .order-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:var(--secondary-color);border-radius:1rem;border-left:4px solid var(--gradient-start)}.favorite-order .order-id{font-weight:700;color:var(--text-color);font-size:1.1rem;font-family:Montserrat,sans-serif}.favorite-order .order-total{font-size:1.3rem;font-weight:800;background:linear-gradient(90deg,var(--gradient-start),var(--gradient-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Nunito,sans-serif}.favorite-order .order-date{font-size:.9rem;color:var(--gray-500);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px dashed var(--gray-200);font-family:Inter,sans-serif}.favorite-order .order-items{display:flex;flex-direction:column;gap:.5rem}.favorite-order .order-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-left:3px solid var(--gradient-start);background:var(--secondary-color);border-radius:.75rem}.favorite-order .item-name{flex:1;font-size:.95rem;font-weight:500;color:var(--text-color);font-family:Inter,sans-serif}.favorite-order .item-qty{color:var(--gray-500);font-weight:600;margin:0 1rem;font-size:.9rem}.favorite-order .item-price{font-weight:700;color:var(--gradient-start);font-size:1rem;font-family:Montserrat,sans-serif}.repeat-btn{padding:.75rem 1.5rem!important;border-radius:3rem!important;font-size:.95rem!important;font-family:Montserrat,sans-serif!important;background:linear-gradient(90deg,var(--gradient-start) 0%,var(--gradient-end) 100%)!important;color:#fff!important;border:none!important;margin-top:.5rem}.bonus-history{background:var(--white);border-radius:2rem;padding:2rem;box-shadow:var(--shadow);border:1px solid var(--gray-100);transition:var(--transition);margin-top:2rem}.bonus-history:hover{box-shadow:0 20px 25px -5px #0000001a}.bonus-table-wrapper{overflow-x:auto;border-radius:1rem;border:1px solid var(--gray-100)}.bonus-table{width:100%;border-collapse:collapse;font-size:.95rem;font-family:Inter,sans-serif}.bonus-table thead{background:var(--gradient-start);border-bottom:2px solid var(--gray-200)}.bonus-table th{padding:1.25rem 1rem;text-align:left;font-weight:700;color:#fff;font-family:Montserrat,sans-serif;font-size:.95rem}.bonus-table th:first-child{border-top-left-radius:1rem}.bonus-table th:last-child{border-top-right-radius:1rem}.bonus-table th.text-right{text-align:right}.bonus-table tbody tr{border-bottom:1px solid var(--gray-200);transition:var(--transition)}.bonus-table tbody tr:hover{background:var(--secondary-color)}.bonus-table tbody tr:last-child{border-bottom:none}.bonus-table td{padding:1.25rem 1rem;color:var(--text-color);font-weight:500}.bonus-table td.text-right{text-align:right;font-weight:600}.bonus-added{color:#10b981!important;font-weight:700!important}.bonus-subtracted{color:#ef4444!important;font-weight:700!important}.bonus-balance{background:linear-gradient(90deg,var(--gradient-start),var(--gradient-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800!important;font-size:1.1rem!important}.profile-container .loading,.profile-container .error{padding:4rem;text-align:center;font-size:1.1rem;color:var(--gray-500);font-family:Nunito,sans-serif;background:var(--white);border-radius:2rem;box-shadow:var(--shadow)}.profile-container .error{color:#ef4444;font-weight:600}@keyframes account-fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes account-slideIn{0%{opacity:.5;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes account-slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1280px){.profile-main{padding:3rem 2rem}.profile-wrapper{gap:2rem}.profile-left{padding:2rem}.avatar-placeholder{width:100px;height:100px;font-size:2rem}.profile-name{font-size:1.5rem}}@media(max-width:1024px){.profile-wrapper{grid-template-columns:1fr;gap:2rem}.profile-left,.profile-right{max-width:600px;margin:0 auto;width:100%}}@media(max-width:768px){.profile-main{padding:2rem 1rem}.profile-left,.favorite-section,.bonus-history{padding:1.5rem}.favorite-item{flex-direction:column;align-items:center;text-align:center}.favorite-image{width:180px;height:180px}.favorite-info{align-items:center}.reorder-btn,.repeat-btn{align-self:center}.favorite-order .order-header,.favorite-order .order-item{flex-direction:column;gap:.5rem;text-align:center}.favorite-order .item-qty{margin:.25rem 0}.bonus-table{font-size:.85rem}.bonus-table th,.bonus-table td{padding:1rem .75rem}.bonus-table th{font-size:.85rem}}@media(max-width:480px){.profile-main{padding:1.5rem .75rem}.profile-left,.favorite-section,.bonus-history{padding:1.25rem;border-radius:1.5rem}.profile-avatar-section{padding-bottom:1rem}.avatar-placeholder{width:80px;height:80px;font-size:1.5rem}.profile-name{font-size:1.25rem}.profile-email{font-size:.85rem}.profile-edit-btn,.subscription-btn,.cart-btn,.logout-btn{padding:.75rem!important;font-size:.9rem!important}.profile-edit-form{padding:1rem}.form-group input{padding:.75rem 1rem;font-size:.9rem}.info-item{flex-direction:column;gap:.25rem;text-align:center}.info-item:hover{transform:none}.account-section-title{font-size:1.2rem;margin-bottom:1rem}.favorite-image{width:150px;height:150px}.favorite-info h4{font-size:1.1rem}.favorite-info p{font-size:.85rem}.reorder-btn,.repeat-btn{padding:.6rem 1.2rem!important;font-size:.85rem!important}.favorite-order .order-header{padding:1rem}.favorite-order .order-id{font-size:.95rem}.favorite-order .order-total{font-size:1.1rem}.favorite-order .order-item{padding:.6rem .75rem}.favorite-order .item-name{font-size:.85rem}.favorite-order .item-price{font-size:.9rem}.bonus-history{padding:1rem}.bonus-table th,.bonus-table td{padding:.75rem .5rem;font-size:.8rem}.bonus-balance{font-size:.9rem!important}.profile-container .loading,.profile-container .error{padding:2rem;font-size:1rem}}.toast-notification{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:linear-gradient(90deg,#ff6700,#fa2d35);color:#fff;padding:1rem 2rem;border-radius:2rem;font-weight:600;font-family:Nunito,Segoe UI,sans-serif;box-shadow:0 8px 20px #ff670066;z-index:2000;animation:toastFadeIn .3s ease,toastFadeOut .3s ease 2.7s forwards}@keyframes toastFadeIn{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}@keyframes toastFadeOut{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,20px)}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1500;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.modal-cancel-btn{padding:.75rem 2rem!important;border:2px solid #E5E7EB!important;background:#fff!important;color:#4b5563!important;border-radius:2rem!important;font-weight:600;cursor:pointer;transition:all .2s}.modal-confirm-btn{padding:.75rem 2rem!important;border-radius:2rem!important;font-weight:600}:root{--primary-color: #FF6700;--secondary-color: #FFF5EB;--background-color: #FFEBDD;--text-color: #2F2F2F;--white: #FFFFFF;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-500: #6B7280;--transition: all .3s ease;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);--gradient-start: #FF6700;--gradient-end: #FA2D35}html{scroll-padding-top:80px}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#fff;color:var(--text-color);line-height:1.5;overflow-x:hidden;width:100%}button{cursor:pointer;font-family:Montserrat,Segoe UI,sans-serif}ul{list-style:none}a{text-decoration:none;color:inherit}.container{width:100%;max-width:1920px;margin:0 auto;padding:0 40px}.gradient-btn,.order-button,.checkout-btn,.cart-btn,.promotion-card,.category-tab.active{background:linear-gradient(90deg,var(--gradient-start) 0%,var(--gradient-end) 100%)!important;color:#fff!important;border:none!important;transition:all .3s ease!important;font-weight:600!important;position:relative;overflow:hidden}.gradient-btn:hover:not(:disabled),.order-button:hover:not(:disabled),.checkout-btn:hover:not(:disabled),.cart-btn:hover:not(:disabled),.promotion-card:hover{transform:translateY(-2px)!important;box-shadow:0 4px 12px #ff67004d!important}.gradient-btn:active:not(:disabled),.order-button:active:not(:disabled),.checkout-btn:active:not(:disabled){transform:translateY(0)!important}.gradient-btn:disabled,.order-button:disabled,.add-to-cart-btn:disabled,.checkout-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.order-button{padding:1rem 2.5rem!important;font-size:1.125rem!important;border-radius:2rem!important;font-family:Montserrat,sans-serif!important;cursor:pointer!important;margin-top:25px!important}.order-button:hover:not(:disabled){transform:translateY(-2px)!important;box-shadow:0 4px 12px #ff67004d!important}.order-button:active:not(:disabled){transform:translateY(0)!important}.checkout-btn{padding:1rem!important;font-size:1.1rem!important;border-radius:.75rem!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important}.cart-btn{border-radius:9999px!important;display:flex!important;align-items:center!important;gap:.5rem!important;font-size:1rem!important}.promotion-card{border-radius:1rem;padding:2rem;display:flex;flex-direction:column;justify-content:center;min-height:200px;position:relative;overflow:hidden;box-shadow:var(--shadow);transition:all .3s ease}.promotion-card h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;z-index:10;color:#fff}.promotion-card p{z-index:10;color:#fff}.promotion-code{color:#fff;font-weight:600;background:#fff3;padding:.25rem .75rem;border-radius:2rem;display:inline-block;margin-bottom:.5rem}.promotion-description{font-size:1rem;margin-bottom:.5rem}.promotion-expiry{font-size:.875rem;color:#ffffffe6;display:flex;align-items:center;gap:.25rem}.promotion-decoration{position:absolute;right:-20px;bottom:-20px;font-size:8rem;opacity:.2;transform:rotate(-15deg);color:#fff}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-overlay.open{opacity:1;visibility:visible}.cart-sidebar{position:fixed;top:0;right:-400px;width:400px;height:100%;background-color:var(--white);box-shadow:-2px 0 8px #0000001a;z-index:1000;transition:right .3s ease-in-out;display:flex;flex-direction:column}.cart-sidebar.open{right:0}.cart-header{padding:1.5rem;border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;align-items:center}.cart-header h2{font-size:1.5rem;color:var(--text-color);font-weight:700}.close-btn{background:none;border:none;font-size:1.5rem;color:var(--gray-500);cursor:pointer;padding:.5rem;transition:color .2s ease}.close-btn:hover{color:var(--primary-color)}.cart-items{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-100)}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:.5rem}.cart-item-details{flex:1}.cart-item-title{font-weight:600;margin-bottom:.25rem;color:var(--text-color)}.cart-item-price{color:var(--primary-color);font-weight:700}.cart-item-controls{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.qty-btn{width:32px;height:32px;border-radius:50%;border:1px solid var(--gray-200);background:var(--white);display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;transition:all .2s ease}.qty-btn:hover:not(:disabled){border-color:#ff6700;background-color:#fff5eb;transform:scale(1.02)}.qty-btn:disabled{opacity:.5;cursor:not-allowed}.cart-footer{padding:1.5rem;border-top:1px solid var(--gray-200);background-color:#f9fafb}.cart-totals{margin-bottom:1.5rem}.cart-total{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:1.25rem;font-weight:700;padding-top:1rem;border-top:1px solid var(--gray-200)}.home-page{width:100%;overflow-x:hidden}.hero-banner{display:flex;align-items:center;justify-content:center;gap:5rem;padding:3rem 40px;width:100%;min-height:500px;overflow:hidden;background-color:var(--background-color)}.hero-content{flex:1;max-width:600px}.hero-title{font-family:Nunito,sans-serif;font-size:3.263rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#2f2f2f}.hero-title .gradient-text{background:linear-gradient(90deg,#fe4b1d,#fb2d36);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-family:Nunito,sans-serif;font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.hero-subtitle p{margin-bottom:.75rem}.subtitle-primary{color:#4a5565}.subtitle-secondary{color:#3d2914;font-weight:600}.hero-images{position:relative;width:450px;height:450px}.hero-bg-image{width:100%;height:100%;object-fit:contain;opacity:1;z-index:1}.hero-main-image{position:absolute;width:80%;height:80%;left:10%;top:10%;object-fit:contain;z-index:2;filter:drop-shadow(0 15px 30px rgba(0,0,0,.25))}.menu-section{padding:2rem 40px;margin:0 auto;max-width:1440px;width:100%;display:flex;justify-content:center}.menu-section .container{width:100%;padding:0;display:flex;flex-direction:column;align-items:center}.menu-title{color:#3d2914;font-size:2rem;text-align:center;margin-bottom:.5rem}.menu-subtitle{text-align:center;margin-bottom:25px;color:#4a5565;font-size:1rem}.section-title{font-size:2rem;font-weight:800;margin-bottom:1.5rem;text-align:center;color:#3d2914;border-bottom:none}.section-title:after{display:none}.category-title{font-size:1.875rem;font-weight:700;color:#3d2914;margin-bottom:1rem;text-align:left;width:100%;margin-right:45px;max-width:1440px;border-bottom:none}.category-title:after{display:none}.promotions-section .section-title{font-size:2rem;font-weight:800;margin-bottom:2rem;text-align:center;color:#3d2914;border-bottom:none}.promotions-section .section-title:after{display:none}.category-tabs{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem;width:100%}.category-tab{padding:.5rem 1.5rem;background-color:#fff;border:2px solid #E5E7EB;border-radius:2rem;cursor:pointer;font-weight:600;font-size:1rem;transition:all .2s ease;white-space:nowrap;color:#6b7280}.category-tab:hover:not(.active):not(:disabled){border-color:var(--primary-color);color:var(--primary-color);background-color:#fff5eb}.category-tab.active{background:linear-gradient(90deg,var(--gradient-start) 0%,var(--gradient-end) 100%);color:#fff;border:none;box-shadow:0 2px 8px #ff670033}.products-grid{display:grid;grid-template-columns:repeat(4,327px);gap:33px;justify-content:center;margin:0 auto;width:fit-content;max-width:100%;animation:fadeIn .3s ease}.category-section{margin-bottom:1.5rem;width:100%;display:flex;flex-direction:column;align-items:center}.category-section:last-child{margin-bottom:0}.promotions-section{position:relative;max-width:1440px;margin:0 auto 4rem;padding:0 40px}.promotions-carousel-container{position:relative;display:flex;align-items:center;gap:1rem}.promotions-carousel-container .carousel-nav{width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid var(--gray-200);color:var(--primary-color);font-size:1.75rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0;box-shadow:var(--shadow)}.promotions-carousel-container .carousel-nav:hover{background:linear-gradient(90deg,var(--gradient-start) 0%,var(--gradient-end) 100%);color:#fff;border-color:transparent;transform:scale(1.1)}.promotions-carousel-container .carousel-nav:active{transform:scale(.95)}.promotions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;flex:1;transition:opacity .3s ease;animation:slideIn .3s ease}.promotions-carousel-container .carousel-dots{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.promotions-carousel-container .carousel-dot{width:10px;height:10px;border-radius:50%;background:var(--gray-200);border:none;padding:0;cursor:pointer;transition:all .3s ease}.promotions-carousel-container .carousel-dot:hover{background:var(--primary-color);transform:scale(1.2)}.promotions-carousel-container .carousel-dot.active{background:linear-gradient(90deg,var(--gradient-start) 0%,var(--gradient-end) 100%);width:30px;border-radius:10px}.home-page .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;gap:2rem;color:var(--gray-500);min-height:300px}.home-page .error-message{text-align:center;color:#dc2626;padding:2rem;background-color:#fef2f2;border-radius:1rem;margin:2rem 0}.home-page .empty-state{text-align:center;padding:4rem 2rem;background-color:#fff;border-radius:1rem;margin-top:2rem;box-shadow:0 4px 6px -1px #0000001a}.empty-state-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.5}.empty-state h3{color:#374151;font-size:1.25rem;margin-bottom:.5rem}.empty-state p{color:#9ca3af;max-width:400px;margin:0 auto}.spinner{width:50px;height:50px;border:4px solid rgba(255,103,0,.1);border-radius:50%;border-top-color:var(--primary-color);animation:spin 1s ease-in-out infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:.5;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes floatUpDown{0%{transform:translateY(0)}25%{transform:translateY(-5px)}50%{transform:translateY(-10px)}75%{transform:translateY(-5px)}to{transform:translateY(0)}}@keyframes floatAndRotate{0%{transform:translateY(0) rotate(0)}25%{transform:translateY(-5px) rotate(90deg)}50%{transform:translateY(-10px) rotate(180deg)}75%{transform:translateY(-5px) rotate(270deg)}to{transform:translateY(0) rotate(360deg)}}.float-up-down{animation:floatUpDown 6s linear infinite}.rotate-pizza{animation:floatAndRotate 6s linear infinite}input[type=radio]{accent-color:#FF6700}@media(max-width:1440px){.container{padding:0 30px}.products-grid{grid-template-columns:repeat(4,minmax(280px,327px));gap:1.5rem}.category-title{margin-right:0}}@media(max-width:1280px){.container{padding:0 30px}.hero-banner{padding:3rem 4rem}.hero-title{font-size:2.8rem}.hero-images{width:400px;height:400px}.products-grid{grid-template-columns:repeat(3,minmax(280px,327px));gap:1.5rem}.promotions-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.category-title{margin-left:105px}}@media(max-width:1024px){.hero-banner{flex-direction:column;text-align:center;padding:2.5rem 2rem;min-height:auto}.hero-content{max-width:100%;order:2}.hero-title{font-size:2.5rem}.hero-images{width:350px;height:350px;order:1;margin-bottom:2rem}.products-grid{grid-template-columns:repeat(2,minmax(280px,327px));gap:1.5rem}.promotions-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.category-title{margin-left:205px}}@media(max-width:768px){.container{padding:0 20px}.hero-banner{padding:2rem 1.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-images{width:280px;height:280px}.order-button{padding:.875rem 2rem!important;font-size:1rem!important}.menu-section{padding:2rem 20px}.menu-title{font-size:1.75rem}.menu-subtitle{font-size:.95rem;margin-bottom:1.5rem}.category-tabs{gap:.5rem;margin-bottom:1.5rem}.category-tab{padding:.5rem 1.25rem;font-size:.9rem}.category-title{font-size:1.5rem;text-align:center;margin:0 auto;margin-bottom:1rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem;width:100%}.section-title{font-size:1.75rem;margin-bottom:1rem;text-align:center}.promotions-section{padding:0 20px;margin-bottom:3rem}.promotions-carousel-container{flex-direction:column}.promotions-carousel-container .carousel-nav{display:none}.promotions-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.promotion-card{padding:1.5rem;min-height:180px}.promotion-card h3{font-size:1.2rem}.promotion-code{font-size:.85rem}.promotion-description{font-size:.9rem}.promotion-decoration{font-size:6rem}.promotions-carousel-container .carousel-dots{margin-top:1.5rem}.promotions-carousel-container .carousel-dot.active{width:10px}.cart-sidebar{width:100%;right:-100%}}@media(max-width:640px){.container{padding:0 15px}.hero-banner{padding:2rem 15px;gap:2rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-images{width:280px;height:280px}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.category-title{font-size:1.5rem;margin-left:0;text-align:center}.section-title{font-size:1.5rem}.promotions-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.promotion-card{padding:1.5rem;min-height:180px}.promotion-card h3{font-size:1.2rem}.cart-sidebar{width:100%;right:-100%}}@media(max-width:480px){.container{padding:0 12px}.hero-banner{padding:1.5rem 12px;gap:1.5rem}.hero-title{font-size:1.6rem}.hero-subtitle{font-size:.9rem}.hero-images{width:220px;height:220px}.order-button{padding:.75rem 1.5rem!important;font-size:.9rem!important;margin-top:15px!important}.menu-section{padding:1.5rem 12px}.menu-title{font-size:1.35rem}.menu-subtitle{font-size:.85rem;margin-bottom:1rem}.category-tabs{flex-wrap:nowrap;overflow-x:auto;justify-content:space-between;padding-bottom:12px;margin-bottom:1rem;gap:.4rem}.category-tab{padding:.4rem .9rem;font-size:.8rem;flex-shrink:0}.products-grid{grid-template-columns:1fr;gap:1rem}.category-title{font-size:1.35rem;text-align:center;margin:0 auto 1rem}.section-title{font-size:1.35rem;margin-bottom:1rem}.promotions-section{padding:0 12px;margin-bottom:2rem}.promotions-grid{grid-template-columns:1fr;gap:.875rem}.promotion-card{padding:1.25rem;min-height:160px}.promotion-card h3{font-size:1.1rem}.promotion-code{font-size:.8rem;padding:.2rem .6rem}.promotion-description{font-size:.85rem}.promotion-expiry{font-size:.75rem}.promotion-decoration{font-size:5rem;right:-10px;bottom:-10px}.promotions-carousel-container .carousel-dots{gap:.5rem;margin-top:1rem}.promotions-carousel-container .carousel-dot{width:8px;height:8px}.promotions-carousel-container .carousel-dot.active{width:24px}.cart-header{padding:1rem}.cart-header h2{font-size:1.25rem}.cart-items{padding:1rem}.cart-item{flex-direction:column;align-items:center;text-align:center;gap:.5rem}.cart-item-image{width:100px;height:100px}.cart-item-controls{justify-content:center}.cart-footer{padding:1rem}.cart-total{font-size:1.1rem}.checkout-btn{padding:.875rem!important;font-size:.95rem!important}.home-page .loading-container,.home-page .empty-state{padding:2rem 1rem}.empty-state-icon{font-size:3rem}.empty-state h3{font-size:1.1rem}.empty-state p{font-size:.9rem}}.order-history-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#fff5eb,#fff);font-family:Nunito,Segoe UI,sans-serif}.order-history-main{flex:1;padding:3rem 1rem;max-width:1200px;margin:0 auto;width:100%}.order-history-title{font-family:Nunito,sans-serif;font-size:2rem;font-weight:700;color:#3d2914;text-align:center;margin-bottom:3rem;position:relative}.order-history-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;border-radius:2px}.order-history-page .empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:2rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #E5E7EB}.order-history-page .empty-state-icon{font-size:4rem;margin-bottom:1.5rem;color:#ff6700}.order-history-page .empty-state h3{font-size:1.5rem;font-weight:700;color:#2f2f2f;margin-bottom:.5rem}.order-history-page .empty-state p{color:#6b7280;margin-bottom:2rem}.to-menu-btn{padding:1rem 2.5rem!important;border-radius:3rem!important;font-size:1rem!important;display:inline-block!important}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 3px -1px #0000001a;border:1px solid #E5E7EB;transition:all .3s ease}.order-card:hover{transform:translateY(-3px);box-shadow:0 5px 3px #0000001a}.order-card-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;cursor:pointer;flex-wrap:wrap;gap:1rem}.order-main-info{display:flex;flex-direction:column;gap:.5rem;min-width:200px;height:70px}.order-number{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.1rem;color:#2f2f2f}.order-number svg{color:#ff6700}.order-date{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.9rem}.order-status-info{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;flex:1;justify-content:flex-end}.order-status{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.95rem;min-width:110px}.order-delivery{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.95rem;min-width:100px}.order-total-price{display:flex;align-items:center;gap:.75rem;font-weight:700;min-width:120px;justify-content:flex-end}.original-price{color:#9ca3af;font-size:.9rem;text-decoration:line-through}.final-price{color:#ff6700;font-size:1.2rem}.expand-icon{color:#9ca3af;transition:all .3s ease}.expand-icon.expanded{transform:rotate(90deg);color:#ff6700}.order-details{padding:1.5rem;border-top:2px solid #E5E7EB;background:#f9fafb;animation:order-slideDown .3s ease}.order-details .order-items h4{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;color:#2f2f2f;margin-bottom:1rem}.order-details .order-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#fff;border-radius:1rem;margin-bottom:.5rem;border:1px solid #E5E7EB}.order-details .order-item-image{width:60px;height:60px;border-radius:1rem;overflow:hidden;background:#fff5eb;border:1px solid #E5E7EB;flex-shrink:0}.order-details .order-item-image img{width:100%;height:100%;object-fit:cover}.order-details .order-item-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.order-details .order-item-name{font-weight:600;color:#2f2f2f}.order-details .item-size{font-size:.85rem;color:#9ca3af;font-weight:400;margin-left:.5rem}.order-details .order-item-price{font-size:.9rem;color:#6b7280}.order-details .order-item-total{font-weight:700;color:#ff6700;min-width:80px;text-align:right}.order-details .order-bonuses-info{margin-top:1rem;padding:1rem;background:#ffebdd;border-radius:1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.order-details .order-bonuses-info p{display:flex;align-items:center;gap:.5rem;color:#2f2f2f;font-size:1rem}.order-details .order-bonuses-info p span:first-child{color:#6b7280}.order-details .bonus-spent{color:#ef4444;font-weight:600}.order-details .order-actions{margin-top:1.5rem;display:flex;justify-content:flex-end}.repeat-order-btn{padding:.75rem 2rem;background:linear-gradient(90deg,#ff6700,#fa2d35);color:#fff;border:none;border-radius:2rem;font-family:Montserrat,sans-serif;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.repeat-order-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #ff67004d}.repeat-order-btn:active:not(:disabled){transform:translateY(0)}.repeat-order-btn:disabled{opacity:.5;cursor:not-allowed}@keyframes order-slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes order-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:order-spin 1s linear infinite}@media(max-width:768px){.order-history-main{padding:2rem .5rem}.order-history-title{font-size:1.75rem;margin-bottom:2rem}.order-card-header{flex-direction:column;align-items:flex-start}.order-status-info{width:100%;justify-content:space-between}.order-total-price{justify-content:flex-start}.order-details .order-item{flex-wrap:wrap}.order-details .order-item-total{width:100%;text-align:left;margin-left:76px}.order-details .order-bonuses-info{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.order-status-info{flex-wrap:wrap;gap:1rem}.order-status,.order-delivery{min-width:auto}.order-total-price{width:100%;justify-content:space-between}.order-details .order-item{padding:.5rem}.order-details .order-item-image{width:50px;height:50px}.repeat-order-btn{width:100%;justify-content:center}}.product-page{max-width:1280px;margin:2rem auto;padding:2.5rem;background:#fff;border-radius:2.5rem;box-shadow:0 25px 50px -12px #00000026}.product-page-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:2px solid #f0f0f0}.product-page-main{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem}.product-page-back-btn{display:flex;align-items:center;gap:.6rem;padding:.6rem 1.4rem;background:#fff;border:2px solid #e5e7eb;border-radius:3rem;font-weight:700;font-size:.95rem;color:#4b5563;cursor:pointer;transition:all .2s ease}.product-page-breadcrumbs{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.product-page-breadcrumb{font-size:.95rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease}.product-page-breadcrumb-current{color:#ff6700;font-weight:700;cursor:default}.product-page-breadcrumb-separator{color:#d1d5db;font-weight:400;font-size:1.1rem}.product-page-image-container{width:100%;aspect-ratio:1;border-radius:2rem;overflow:hidden;background:#f9fafb;display:flex;align-items:center;justify-content:center;border:1px solid #f0f0f0;position:relative;box-shadow:inset 0 2px 4px #00000005}.product-page-image-wrapper{width:85%;height:85%;display:flex;align-items:center;justify-content:center;transition:transform .5s cubic-bezier(.34,1.56,.64,1)}.product-image{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 20px 30px -10px rgba(0,0,0,.15))}.product-page-size-indicator{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.6rem 1.25rem;border-radius:3rem;box-shadow:0 10px 25px -5px #0000001a;border:1px solid rgba(255,103,0,.15);z-index:2}.product-page-size-indicator-dot{width:10px;height:10px;border-radius:50%;background:#e5e7eb;transition:all .3s ease}.product-page-size-indicator-dot.active{background:#ff6700;transform:scale(1.3);box-shadow:0 0 0 3px #ff670033}.product-page-content{display:flex;flex-direction:column;gap:1.75rem}.product-page-title{font-family:Nunito,sans-serif;font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#1f2937,#374151);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0;line-height:1.2;display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}.product-page-badge{display:inline-block;background:linear-gradient(135deg,#ff4d4d,#ff8c4d);color:#fff;font-size:.8rem;font-weight:700;padding:.35rem 1rem;border-radius:2.5rem;box-shadow:0 4px 12px #ff4d4d40;-webkit-text-fill-color:white}.product-page-description{font-family:Inter,sans-serif;font-size:1.05rem;line-height:1.7;color:#6b7280;margin:0}.product-page-recipe{background:linear-gradient(135deg,#fffaf5,#fff);padding:1.5rem 1.75rem;border-radius:1.5rem;border-left:5px solid #ff6700;box-shadow:0 8px 20px -8px #ff67001f;position:relative;overflow:hidden}.product-page-recipe-label{font-family:Nunito,sans-serif;font-weight:800;font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:#ff6700;display:block;margin-bottom:.75rem}.product-page-recipe-ingredients{display:flex;flex-wrap:wrap;gap:.6rem}.product-page-recipe-ingredient{display:inline-block;background:#fff;padding:.35rem 1.25rem;border-radius:3rem;font-size:.9rem;font-weight:500;color:#4b5563;box-shadow:0 3px 6px -2px #0000000d;border:1px solid #ffebe0}.product-page-section-label{font-family:Nunito,sans-serif;font-weight:800;font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;display:block;margin-bottom:1.25rem}.product-page-size-buttons{display:flex;gap:1rem;flex-wrap:wrap}.product-page-size-btn{flex:1;min-width:110px;padding:1.1rem .5rem;border:2px solid #e5e7eb;background:#fff;border-radius:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.35rem;position:relative;overflow:hidden}.product-page-size-btn.active{background:linear-gradient(135deg,#ff6700,#fa2d35);border-color:transparent;color:#fff;transform:translateY(-2px);box-shadow:0 15px 30px -8px #ff67004d}.product-page-size-btn-text{font-weight:800;font-size:1.2rem;position:relative;z-index:1}.product-page-size-btn-price{font-size:1rem;font-weight:700;position:relative;z-index:1}.product-page-size-btn-weight{font-size:.8rem;opacity:.8;font-weight:500;position:relative;z-index:1}.product-page-toppings-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.product-page-toppings-count{font-size:.9rem;font-weight:600;color:#ff6700;background:#fff2e5;padding:.35rem 1rem;border-radius:2rem}.product-page-toppings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.9rem}.product-page-topping-btn{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1.2rem;border:2px solid #e5e7eb;background:#fff;border-radius:3rem;cursor:pointer;transition:all .25s ease;font-family:Inter,sans-serif;gap:.5rem}.product-page-topping-btn.selected{background:linear-gradient(135deg,#ff6700,#fa2d35);border-color:transparent;color:#fff;box-shadow:0 10px 20px -8px #ff67004d}.product-page-topping-info{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem}.product-page-topping-name{font-weight:700;font-size:.95rem}.product-page-topping-price{font-size:.8rem;font-weight:600;opacity:.9}.product-page-topping-icon{width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff40}.product-page-footer-compact{margin-top:2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-top:2rem;border-top:2px solid #f0f0f0}.product-page-price-block{display:flex;align-items:baseline;gap:.6rem}.product-page-price-label{font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:#6b7280}.product-page-price{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#ff6700,#fa2d35);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1}.product-page-weight{font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;color:#9ca3af;display:flex;align-items:center;gap:.5rem}.product-page-toppings-summary{font-size:.9rem;font-weight:500;color:#6b7280;display:flex;align-items:center;gap:.6rem;margin-top:.35rem;background:#f9fafb;padding:.4rem 1rem;border-radius:2rem}.product-page-toppings-summary-price{font-weight:700;color:#ff6700}.product-page-add-to-cart-btn{padding:1rem 2.8rem!important;border-radius:3.5rem!important;font-size:1.15rem!important;font-weight:800!important;white-space:nowrap;min-width:200px;border:none!important;cursor:pointer;transition:all .3s ease!important;background:linear-gradient(135deg,#ff6700,#fa2d35)!important;color:#fff!important;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 15px 25px -8px #ff67004d}.product-page .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:450px;gap:1.25rem;color:#6b7280}.product-page .spinner{width:48px;height:48px;border:4px solid rgba(255,103,0,.1);border-top-color:#ff6700;border-right-color:#fa2d35;border-radius:50%;animation:product-spin .9s infinite}.spinner-small{display:inline-block;width:22px;height:22px;border:3px solid rgba(255,103,0,.1);border-top-color:#ff6700;border-right-color:#fa2d35;border-radius:50%;animation:product-spin .9s infinite}@keyframes product-spin{to{transform:rotate(360deg)}}.product-page .empty-state{text-align:center;padding:5rem 2rem;color:#9ca3af}.product-page .empty-state-icon{font-size:5rem;margin-bottom:1.5rem;animation:product-float 4s ease-in-out infinite}@keyframes product-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media(max-width:768px){.product-page{padding:1.5rem;margin:1rem}.product-page-main{grid-template-columns:1fr;gap:2rem}.product-page-title{font-size:2rem}.product-page-size-buttons{flex-direction:column}.product-page-size-btn{flex-direction:row;justify-content:space-between;padding:.9rem 1.5rem}.product-page-header{flex-direction:column;align-items:flex-start;gap:1rem}.product-page-footer-compact{flex-direction:column;align-items:stretch}.product-page-price-section{align-items:center;text-align:center}.product-page-add-to-cart-btn{width:100%;min-width:unset}.product-page-toppings-grid{grid-template-columns:1fr}}@media(max-width:480px){.product-page-title{font-size:1.75rem}.product-page-price{font-size:2rem}}.reviews-page{min-height:100vh;display:flex;flex-direction:column;background:#fff}.reviews-main{flex:1}.reviews-page .container{max-width:1440px;margin:0 auto;padding:0 2rem;width:100%}.reviews-section{padding:4rem 0;background:#ffebdd}.reviews-carousel-container{position:relative;display:flex;align-items:center;gap:1rem;margin:2rem 0}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;flex:1;transition:opacity .3s ease;animation:fadeIn .3s ease}.review-card{background:#fff;padding:1.5rem;border-radius:2rem;box-shadow:0 1px 3px #0000001a;transition:all .3s ease;border:1px solid #E5E7EB;display:flex;flex-direction:column}.review-card:hover{transform:translateY(-2px);box-shadow:0 5px 20px -5px #0000001a}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.review-author{display:flex;align-items:center;gap:.75rem}.review-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#ff6700,#fa2d35);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;flex-shrink:0}.review-author-name{font-weight:600;color:#2f2f2f}.review-date{font-family:Inter,sans-serif;font-size:.85rem;color:#9ca3af}.review-rating{display:flex;gap:.25rem;margin-bottom:.75rem}.review-text{font-family:Inter,sans-serif;color:#4b5563;line-height:1.6;font-style:italic;margin-top:.75rem;word-break:break-word}.reviews-carousel-container .carousel-nav{width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid #E5E7EB;color:#ff6700;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0;box-shadow:0 4px 6px -1px #0000001a;z-index:2}.reviews-carousel-container .carousel-nav:hover{background:linear-gradient(90deg,#ff6700,#fa2d35);color:#fff;border-color:transparent;transform:scale(1.1)}.reviews-carousel-container .carousel-nav:active{transform:scale(.95)}.reviews-carousel-container .carousel-prev{margin-right:.5rem}.reviews-carousel-container .carousel-next{margin-left:.5rem}.reviews-carousel-container .carousel-dots{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.reviews-carousel-container .carousel-dot{width:10px;height:10px;border-radius:50%;background:#e5e7eb;border:none;padding:0;cursor:pointer;transition:all .3s ease}.reviews-carousel-container .carousel-dot:hover{background:#ff6700;transform:scale(1.2)}.review-section-title{font-family:Nunito,sans-serif;font-size:2rem;font-weight:700;color:#3d2914;text-align:center;margin-bottom:2rem;position:relative;border-bottom:none;width:100%;display:block}.reviews-carousel-container .carousel-dot.active{background:linear-gradient(90deg,#ff6700,#fa2d35);width:30px;border-radius:10px}.reviews-cta{padding:4rem 0;background:#ffebdd;text-align:center}.reviews-cta .cta-title{font-family:Nunito,sans-serif;font-size:3rem;font-weight:700;color:#3d2914;margin-bottom:1rem}.reviews-cta .cta-text{font-family:Inter,sans-serif;font-size:1.1rem;color:#2f2f2f;margin-bottom:2rem}.reviews-cta .cta-btn{background:#ff6700!important;color:#fff!important;font-size:1.125rem!important;padding:1rem 3rem!important;border-radius:3rem!important;box-shadow:0 0 15px 5px #ff6700;border:none;transition:all .3s ease}.reviews-cta .cta-btn:hover{box-shadow:0 0 15px 5px #ff6700;transform:scale(1.02)}.reviews-page .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;gap:1rem;color:#6b7280}.reviews-page .error-message{text-align:center;color:#ef4444;padding:2rem;background:#fef2f2;border-radius:1rem}.reviews-page .empty-state{text-align:center;padding:3rem;background:#f9fafb;border-radius:1rem;color:#6b7280}.reviews-page .empty-state-hint{font-size:.9rem;color:#9ca3af;margin-top:.5rem}@keyframes review-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.reviews-page .animate-spin{animation:review-spin 1s linear infinite}@media(max-width:1024px){.stats-grid,.advantages-grid,.reviews-grid{grid-template-columns:repeat(2,1fr)}.reviews-hero-title{font-size:2.5rem}}@media(max-width:768px){.reviews-page .container{padding:0 1rem}.stats-grid,.advantages-grid,.reviews-grid{grid-template-columns:1fr}.reviews-hero-title{font-size:2rem}.reviews-hero-subtitle{font-size:1rem}.review-section-title{font-size:1.75rem}.story-text{font-size:1rem}.reviews-carousel-container{flex-direction:column}.reviews-carousel-container .carousel-nav{display:none}}@media(max-width:480px){.reviews-hero-title{font-size:1.5rem}.stat-card,.advantage-card,.review-card{padding:1.5rem}.reviews-cta .cta-title{font-size:1.5rem}.reviews-cta .cta-text{font-size:1rem}.reviews-cta .cta-btn{padding:.875rem 2rem!important;font-size:1rem!important}}.reviews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.add-review-btn{padding:.75rem 2rem!important;border-radius:2rem!important;font-size:1rem!important}.add-review-form-container{background:#fff;border-radius:1rem;padding:2rem;margin-top:2rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #E5E7EB;animation:review-slideDown .3s ease}.add-review-form h3{font-family:Nunito,sans-serif;font-size:1.5rem;font-weight:700;color:#2f2f2f;margin-bottom:1.5rem}.rating-input{display:flex;gap:.5rem;margin:.5rem 0}.star-interactive{transition:all .2s ease}.star-interactive:hover{transform:scale(1.1)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-family:Montserrat,sans-serif;font-weight:600;color:#2f2f2f;margin-bottom:.5rem}.form-group textarea{width:100%;padding:1rem;border:2px solid #E5E7EB;border-radius:.75rem;font-family:Inter,sans-serif;font-size:.95rem;resize:vertical;transition:all .3s ease}.form-group textarea:focus{outline:none;border-color:#ff6700;box-shadow:0 0 0 3px #ff67001a}.form-group textarea.error{border-color:#ef4444}.textarea-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.char-counter{font-size:.85rem;color:#9ca3af}.error-text{color:#ef4444;font-size:.85rem}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.cancel-btn{padding:.75rem 2rem;background:#fff;border:2px solid #E5E7EB;border-radius:2rem;font-family:Montserrat,sans-serif;font-weight:600;color:#6b7280;cursor:pointer;transition:all .3s ease}.cancel-btn:hover:not(:disabled){border-color:#ff6700;color:#ff6700}.submit-btn{padding:.75rem 2rem!important;border-radius:2rem!important;font-size:.95rem!important;display:flex;align-items:center;gap:.5rem}.submit-btn:disabled,.cancel-btn:disabled{opacity:.5;cursor:not-allowed}@keyframes review-slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.reviews-header{flex-direction:column;align-items:stretch}.add-review-btn{width:100%}.form-actions{flex-direction:column}.cancel-btn,.submit-btn{width:100%}}:root{--bg-page: #FFF5EB;--bg-card: #FFFFFF;--border: #E5E7EB;--border-light: #F3F4F6;--accent: #FF6700;--accent-light: #FFF1E6;--text-primary: #1F2937;--text-secondary: #6B7280;--shadow: 0 1px 3px rgba(0,0,0,.1);--shadow-hover: 0 8px 24px rgba(0,0,0,.08);--success-bg: #dcfce7;--success-text: #166534;--error-bg: #fee2e2;--error-text: #991b1b;--warning: #F97316}.cook-page{min-height:100vh;background:var(--bg-page);font-family:Nunito,Segoe UI,sans-serif}.cook-loading,.cook-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:var(--text-secondary);gap:1rem}.cook-tabs{display:flex;justify-content:center;gap:1rem;padding:1.5rem 0;background:var(--bg-card);border-bottom:2px solid var(--border)}.cook-tab{padding:.75rem 2rem;border:1px solid var(--border);border-radius:40px;background:var(--bg-card);font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.cook-tab.active{background:var(--accent);color:#fff;border-color:transparent;box-shadow:0 2px 8px #ff67004d}.cook-tab:hover:not(.active){border-color:var(--accent);color:var(--accent)}.cook-content{padding:30px;max-width:1200px;margin:0 auto;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.inventory-panel{background:var(--bg-card);border-radius:16px;border:1px solid var(--border);box-shadow:var(--shadow);padding:0;overflow:hidden}.inventory-header{padding:20px;border-bottom:1px solid var(--border-light)}.inventory-header h1{font-size:24px;font-weight:800;margin-bottom:8px;color:var(--text-primary)}.inventory-header p{color:var(--text-secondary);font-size:15px}.inventory-section{padding:20px;border-bottom:1px solid var(--border-light)}.inventory-section:last-child{border-bottom:none}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:20px}.section-header h2{font-size:18px;font-weight:700;color:var(--text-primary)}.badge{background:var(--accent);color:#fff;padding:4px 12px;border-radius:30px;font-size:13px;font-weight:600}.inventory-list{display:flex;flex-direction:column;gap:12px}.inventory-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;transition:all .2s}.inventory-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.item-info h3{font-weight:600;color:var(--text-primary);margin-bottom:4px;font-size:16px}.item-info p{color:var(--text-secondary);font-size:13px}.item-stock span{font-weight:800;font-size:18px;background:var(--accent);-webkit-background-clip:text;background-clip:text;color:transparent}.empty{text-align:center;color:var(--text-secondary);padding:2rem}.orders-panel{background:transparent}.orders-panel h1{font-size:28px;font-weight:800;margin-bottom:24px;color:var(--text-primary)}.orders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px}.order-card{background:var(--bg-card);border-radius:16px;border:1px solid var(--border);box-shadow:var(--shadow);padding:20px;transition:all .2s}.order-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.order-card-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:15px 0}.order-status-indicator{width:16px;height:16px;border-radius:50%;flex-shrink:0;background:currentColor}.order-card-header h2{font-weight:700;font-size:18px;color:var(--text-primary)}.order-card-items{margin-bottom:16px}.order-card-items p{font-size:14px;color:var(--text-secondary);margin-bottom:6px}.grouped-item{background:var(--border-light);border-radius:12px;padding:12px;margin-bottom:12px}.item-main{display:flex;align-items:center;gap:12px}.recipe-btn{background:none;border:1px solid var(--accent);border-radius:8px;padding:6px;cursor:pointer;color:var(--accent);transition:all .2s;margin-left:auto;display:flex;align-items:center;justify-content:center}.recipe-btn:hover{background:var(--accent);color:#fff}.recipe-popup{opacity:0;max-height:0;overflow:hidden;transition:opacity .3s ease,max-height .4s ease}.recipe-popup.show{opacity:1;max-height:300px;margin-top:12px;padding:12px;background:#fff;border-radius:12px;border:1px solid var(--border)}.order-card .gradient-btn{margin-top:16px;width:100%;padding:12px!important;border-radius:40px!important}.order-detail{background:var(--bg-card);border-radius:16px;border:1px solid var(--border);box-shadow:var(--shadow);padding:24px}.detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border)}.detail-header h1{font-size:24px;font-weight:800;color:var(--text-primary)}.back-btn{background:none;border:1px solid var(--border);border-radius:40px;padding:8px 20px;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .2s}.back-btn:hover{border-color:var(--accent);color:var(--accent)}.detail-info p{margin-bottom:8px;font-size:15px;color:var(--text-primary)}.detail-actions{margin:24px 0;display:flex;gap:12px;flex-wrap:wrap}.detail-actions .gradient-btn{padding:12px 24px!important;border-radius:40px!important}.order-items{display:flex;flex-direction:column;gap:12px;margin-top:24px}.detail-item{display:flex;align-items:center;gap:16px;padding:12px 16px;background:var(--border-light);border-radius:12px;border-left:4px solid var(--accent)}.item-number{background:var(--accent);color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;font-size:14px}.item-content h3{font-weight:600;color:var(--text-primary);margin-bottom:4px;font-size:16px}.item-content p{font-size:13px;color:var(--text-secondary)}.error-message{color:var(--error-text);font-weight:500}.expiration-warning{display:flex;align-items:center;gap:6px;margin-top:6px;font-size:12px;font-weight:600}.expiration-warning.expired{color:var(--error-text)}.expiration-warning.expiring-soon{color:var(--warning)}.gradient-button{background:var(--accent);border:none;width:100%;height:auto;font-size:1rem;padding:10px;border-radius:20px;color:#fff;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.gradient-button-status{background:var(--accent);border:none;width:auto;height:auto;font-size:1rem;padding:10px;border-radius:20px;color:#fff;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.gradient-btn:hover{transform:scale(1.02);box-shadow:0 4px 12px #ff67004d}.gradient-btn:active{transform:scale(.98)}@media(max-width:768px){.cook-content{padding:20px}.orders-grid{grid-template-columns:1fr}.cook-tab{padding:.5rem 1rem;font-size:14px}.detail-header{flex-direction:column;align-items:flex-start;gap:12px}}.footer{background-color:var(--gradient-start);color:var(--white);padding:3rem 0;margin-top:auto;width:100%}.footer-container{max-width:1440px;margin:0 auto;padding:0 40px;display:flex;justify-content:space-between}.footer-column{display:flex;flex-direction:column;align-items:flex-start}.footer-column h3{color:#fff;font-size:1.25rem;font-weight:800;margin-bottom:.5rem}.footer-links{display:flex;flex-direction:column;gap:.5rem;font-weight:700;font-size:1rem}.footer-link{background:none;border:none;color:#fff;text-decoration:none;transition:all .3s ease;opacity:.9;cursor:pointer;font-size:1rem;font-weight:700;padding:0;text-align:left;font-family:inherit}.footer-link:hover{transform:translate(3px);opacity:1}.footer-bottom{display:flex;align-items:center;justify-content:space-between;text-align:center;padding-top:2rem;margin-top:2rem;border-top:1px solid rgba(255,255,255,.3);color:#fff;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:40px;padding-right:40px}.footer-bottom img{width:150px}@media(max-width:1280px){.footer-container{padding:0 50px}.footer-bottom{padding-left:50px;padding-right:50px}}@media(max-width:768px){.footer-container{text-align:center;flex-direction:column;gap:2rem}.footer-column{align-items:center;width:100%}.footer-links{align-items:center}.footer-bottom{flex-direction:column;gap:1rem;margin-top:1.5rem}}@media(max-width:640px){.footer-container{flex-direction:column;gap:2rem;padding:0 15px}.footer-column{align-items:center;width:100%}.footer-links{align-items:center}.footer-bottom{flex-direction:column;gap:1rem;padding:1.5rem 15px 0}}@media(max-width:480px){.footer{padding:2rem 0}.footer-container{gap:1.5rem;padding:0 12px}.footer-column h3{font-size:1.1rem;margin-bottom:.75rem}.footer-links{gap:.5rem;font-size:.9rem}.footer-bottom{margin-top:1rem;padding:1rem 12px 0;gap:.75rem;font-size:.75rem}.footer-bottom img{width:100px}}.header{background-color:var(--white);box-shadow:var(--shadow);position:sticky;top:0;left:0;width:100%;z-index:1000;display:flex;justify-content:center}.header-container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1440px;padding:.75rem 40px;margin:0 auto;position:relative}.header-logo-container{position:absolute;left:50%;transform:translate(-50%)}.header-logo{font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none;display:flex;align-items:center;gap:.5rem}.header-logo img{height:50px}.header-nav{display:flex;gap:2rem}.nav-link{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#4a4036;font-weight:500;transition:var(--transition);font-size:1rem;text-decoration:none}.nav-link:hover{color:var(--primary-color)}.header-actions{display:flex;align-items:center;gap:1rem}.cart-badge{background:linear-gradient(90deg,var(--gradient-start) 0%,var(--gradient-end) 100%);color:#fff;border-radius:50%;min-width:20px;height:20px;padding:0 4px;font-size:1rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;line-height:1;margin-left:4px}.auth-btn{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:none;color:#4a4036;padding:.5rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;transition:all .3s ease;border:1px solid transparent;text-decoration:none;display:inline-block}.auth-btn:hover{border-color:var(--primary-color);color:var(--primary-color)}.cart-btn{background:linear-gradient(90deg,var(--gradient-start) 0%,var(--gradient-end) 100%)!important;border-radius:9999px!important;display:flex!important;align-items:center!important;gap:.5rem!important;font-size:1rem!important}.cart-text{display:inline}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;left:0;width:280px;height:100%;background-color:#fff;z-index:1001;transform:translate(-100%);transition:transform .3s ease-in-out;box-shadow:2px 0 8px #0000001a;overflow-y:auto;padding:20px;display:flex;flex-direction:column}.mobile-menu.open{transform:translate(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:15px;border-bottom:1px solid #E5E7EB}.mobile-menu-header img{height:40px}.mobile-menu-close-btn{background:none;border:none;cursor:pointer;padding:5px;color:#6b7280}.mobile-nav{display:flex;flex-direction:column;gap:15px}.mobile-nav-link{padding:12px 0;font-size:1.1rem;border-bottom:1px solid #F3F4F6;color:#4a4036;font-weight:500;text-decoration:none;transition:color .2s}.mobile-nav-link:hover{color:var(--primary-color)}.mobile-auth-section{padding-top:20px;display:flex;flex-direction:column;gap:12px}.mobile-logout-btn{padding:12px;background-color:#f9fafb;border:1px solid #FF6700;border-radius:.5rem;color:#ff6700;font-weight:600;cursor:pointer;text-align:left;font-size:1rem;width:100%}.mobile-login-link{padding:12px;background-color:#f9fafb;border-radius:.5rem;color:#374151;text-align:center;font-weight:600;text-decoration:none;display:block}.mobile-register-link{padding:12px;background:linear-gradient(90deg,#ff6700,#fa2d35);border-radius:.5rem;color:#fff;text-align:center;font-weight:600;text-decoration:none;display:block;border:none}.register-desktop-btn{background:none;border:2px solid #FF6700;color:#ff6700;padding:.5rem 1.5rem;border-radius:2rem;font-weight:600;font-size:1rem;transition:all .3s ease;text-decoration:none;cursor:pointer;display:inline-block}.register-desktop-btn:hover{background-color:#ff6700;color:#fff}.logout-desktop-btn{padding:.9rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;color:#4a4036;transition:all .3s ease;border:none;background:none;cursor:pointer}.profile-link{padding:.5rem;color:inherit;text-decoration:none}.auth-desktop-link{padding:.5rem 1.5rem;font-size:1rem;text-decoration:none;color:#4a4036;font-weight:500;transition:all .3s ease}@media(max-width:768px){.header-container{padding:.75rem 20px}.header-logo-container{position:static;transform:none}.header-logo{font-size:1.25rem}.header-nav,.desktop-only{display:none!important}.mobile-menu-btn{display:block!important}.header-actions{gap:.5rem}.auth-btn{padding:.5rem 1rem;font-size:.9rem}.cart-text{display:none}.cart-btn{padding:.5rem!important}.cart-btn span:not(.cart-badge){display:none}}@media(max-width:640px){.header-container{padding:.5rem 15px}.header-logo{font-size:1.25rem}.auth-btn{padding:.4rem 1rem;font-size:.9rem}}@media(max-width:480px){.header-container{padding:.5rem 12px}.header-logo{font-size:1.1rem}.header-actions{gap:.5rem}.auth-btn{padding:.4rem .8rem;font-size:.8rem}.cart-btn{padding:.4rem .8rem!important;font-size:.8rem!important}}@media(min-width:769px){.mobile-menu,.mobile-menu-overlay,.mobile-menu-btn{display:none!important}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:2000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.modal-content{background:#fff;padding:2rem;border-radius:1.5rem;box-shadow:0 20px 25px -5px #0003;max-width:400px;width:90%;text-align:center;animation:slideUp .3s ease}.modal-content h3{font-family:Nunito,sans-serif;font-size:1.5rem;font-weight:800;color:#2f2f2f;margin-bottom:.75rem}.modal-content p{font-family:Inter,sans-serif;color:#6b7280;margin-bottom:1.5rem}.modal-actions{display:flex;gap:1rem;justify-content:center}.modal-cancel-btn{padding:.75rem 2rem;border:2px solid #E5E7EB;background:#fff;color:#4b5563;border-radius:2rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:Montserrat,sans-serif}.modal-cancel-btn:hover{border-color:#ff6700;color:#ff6700}.modal-confirm-btn{padding:.75rem 2rem;border-radius:2rem;font-weight:600;background:linear-gradient(90deg,#ff6700,#fa2d35);color:#fff;border:none;cursor:pointer;font-family:Montserrat,sans-serif;transition:all .2s}.modal-confirm-btn:hover{box-shadow:0 4px 12px #ff67004d;transform:translateY(-1px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.product-card{background-color:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease;display:flex;flex-direction:column;width:327px;height:auto;min-height:auto;position:relative;border:1px solid var(--gray-100)}.product-card:hover{transform:scale(1.01);box-shadow:0 20px 25px -5px #0000001a}.product-image-container{height:260px;width:260px;overflow:hidden;margin:20px auto 10px;display:flex;align-items:center;justify-content:center}.product-image{width:100%;height:100%;object-fit:contain}.product-content{padding:0 20px;display:flex;flex-direction:column;flex:1;background-color:#fff}.product-title{font-size:1.25rem;font-weight:700;color:#2f2f2f;margin-bottom:.25rem;line-height:1.3}.product-recipe{min-height:21px;margin-top:4px}.recipe-loading{font-size:.875rem;color:#767676;display:flex;align-items:center;gap:8px}.recipe-content{font-size:.875rem}.recipe-ingredients{display:inline;color:#767676}.recipe-ingredient{display:inline;font-size:.875rem;color:#767676}.recipe-ingredient:after{content:", "}.recipe-ingredient:last-child:after{content:""}.recipe-more{display:inline;color:#9ca3af;font-size:.75rem;margin-left:.25rem}.spinner-small{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,103,0,.2);border-top-color:var(--primary-color);border-radius:50%;animation:spin .8s linear infinite}.size-selector{display:flex;gap:.5rem;margin:15px 0}.size-btn{padding:8px 12px;border:1px solid #E5E7EB;background-color:#f9f9f9;border-radius:2rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;color:#767676;flex:1;text-align:center;white-space:nowrap}.size-btn:hover{border-color:var(--gradient-start);color:var(--gradient-start)}.size-btn.active{background:linear-gradient(90deg,var(--gradient-start) 0%,var(--gradient-end) 100%);color:#fff;border:none}.product-footer-compact{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding:0 0 10px;border-top:none}.price-section{display:flex;align-items:baseline;gap:.5rem;margin-top:auto}.product-price{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;background:linear-gradient(90deg,var(--gradient-start) 0%,var(--gradient-end) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-weight{font-family:Inter,sans-serif;font-size:.875rem;color:#767676}.add-to-cart-btn{padding:10px 20px;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:300;white-space:nowrap;border-radius:3rem;border:none;cursor:pointer;transition:all .2s ease;background:linear-gradient(90deg,var(--gradient-start) 0%,var(--gradient-end) 100%);color:#fff}.add-to-cart-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 2px 8px #ff67004d}@media(max-width:768px){.product-card{width:100%;max-width:300px;margin:0 auto}.product-image-container{width:220px;height:220px;margin:15px auto}.product-title{font-size:1.1rem}.product-footer-compact{align-items:center;gap:1.25rem}.add-to-cart-btn{width:100%}.price-section{justify-content:center;white-space:nowrap}.product-price{font-size:1.3rem}.size-selector{margin:10px 0;gap:.35rem}.size-btn{padding:8px 5px;font-size:.8rem}}@media(max-width:640px){.product-card{width:100%;max-width:280px}.product-image-container{width:220px;height:220px}.product-title{font-size:1.1rem}.size-btn{padding:6px 8px;font-size:.8rem}.product-price{font-size:1.3rem}}@media(max-width:480px){.product-card{max-width:320px;margin:0 auto}.product-image-container{width:240px;height:240px;margin:15px auto}.product-title{font-size:1rem}.recipe-ingredient,.recipe-loading{font-size:.8rem}.size-selector{flex-wrap:wrap;gap:.4rem}.size-btn{padding:8px 5px;font-size:.75rem}.product-footer-compact{flex-direction:column;gap:.75rem}.price-section{justify-content:center}.product-price{font-size:1.2rem}.add-to-cart-btn{width:100%;padding:8px 16px}}:root,[data-theme=light]{--bg-page: #F3F4F6;--bg-card: #FFFFFF;--bg-sidebar: #FFFFFF;--bg-hover: #F9FAFB;--bg-input: #FFFFFF;--text-primary: #111827;--text-secondary: #6B7280;--text-tertiary: #374151;--text-link: #3B82F6;--border: #E5E7EB;--border-light: #F3F4F6;--input-border: #D1D5DB;--accent: #0048FF;--accent-hover: #003acc;--accent-light: rgba(0, 72, 255, .08);--danger: #EF4444;--success: #10B981;--warning: #F59E0B;--shadow: 0 4px 20px rgba(0,0,0,.05);--overlay-bg: rgba(0,0,0,.4);--toggle-off: #E5E7EB;--toggle-on: #3B82F6;--stat-blue: #3B82F6;--stat-green: #10B981;--stat-orange: #F59E0B;--stat-purple: #8B5CF6}[data-theme=dark]{--bg-page: #121212;--bg-card: #1e1e1e;--bg-sidebar: #181818;--bg-hover: #2a2a2a;--bg-input: #2a2a2a;--text-primary: #e4e4e4;--text-secondary: #a0a0a0;--text-tertiary: #c8c8c8;--text-link: #6cb6ff;--border: #333333;--border-light: #292929;--input-border: #404040;--accent: #4d8eff;--accent-hover: #3a7be8;--accent-light: rgba(77,142,255,.15);--danger: #f87171;--success: #4ade80;--warning: #fbbf24;--shadow: 0 4px 20px rgba(0,0,0,.4);--overlay-bg: rgba(0,0,0,.7);--toggle-off: #404040;--toggle-on: #4d8eff;--stat-blue: #4d8eff;--stat-green: #4ade80;--stat-orange: #fb923c;--stat-purple: #a78bfa}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--bg-page);color:var(--text-primary);transition:background-color .3s,color .3s}.layout{display:flex;min-height:100vh}.main-content{flex:1;margin-left:72px;padding:0;transition:margin-left .3s}.page-header{padding:30px 30px 0}.page-header h1{font-size:24px;font-weight:700;color:var(--text-primary);margin:0 0 4px}.page-header p{color:var(--text-secondary);font-size:14px;margin:0}.table-card{background:var(--bg-card);border-radius:12px;box-shadow:var(--shadow);margin:20px;overflow:hidden}.table-header{display:flex;gap:30px;padding:20px 30px;border-bottom:1px solid var(--border);background:var(--bg-card);flex-wrap:wrap}.header-btn{cursor:pointer;font-size:14px;font-weight:600;color:var(--text-primary);display:flex;align-items:center;gap:8px;transition:opacity .2s}.header-btn:hover{opacity:.7}.plus-icon{font-size:18px;font-weight:400}.table-wrapper{overflow-x:auto}.design-table{width:100%;border-collapse:collapse;text-align:left}.design-table th{padding:20px 10px 20px 30px;font-size:13px;font-weight:500;color:var(--text-primary);border-bottom:1px solid var(--border-light);white-space:nowrap;background:transparent}.design-table td{padding:16px 10px 16px 30px;font-size:14px;color:var(--text-tertiary);border-bottom:1px solid var(--border-light);vertical-align:middle}.design-table tr:last-child td{border-bottom:none}.design-table tbody tr:hover{background-color:var(--bg-hover)}.actions{text-align:right;padding-right:20px!important;white-space:nowrap}.icon-btn{background:none;border:none;cursor:pointer;font-size:16px;margin-left:8px;padding:6px;border-radius:4px;transition:.2s}.icon-btn:hover{background-color:var(--bg-hover)}.overlay{position:fixed;inset:0;background:var(--overlay-bg);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{background:var(--bg-card);border-radius:16px;box-shadow:0 10px 40px #00000026;width:500px;max-width:95vw;max-height:95vh;overflow-y:auto}.modal-form{padding:30px}.form-header{margin-bottom:20px}.form-header h3{color:var(--text-primary);font-weight:700;font-size:18px;margin:0 0 4px}.form-header p{color:var(--text-secondary);font-size:14px;margin:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:24px;row-gap:16px;margin-bottom:30px}.form-group{display:flex;flex-direction:column}.form-group.full{grid-column:1 / -1}.label{color:var(--text-tertiary);font-size:14px;font-weight:500;margin-bottom:8px;display:block}.red-star{color:var(--danger);margin-left:2px}.input{background-color:var(--bg-input);border:1px solid var(--input-border);border-radius:8px;padding:10px 12px;font-size:15px;line-height:24px;color:var(--text-primary);outline:none;transition:border .2s;width:100%;box-sizing:border-box}.input:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-light)}.input::placeholder{color:var(--text-secondary)}textarea.input{resize:vertical;min-height:80px;font-family:inherit}.select-input{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 10px center;background-size:16px}.switch{position:relative;display:inline-block;width:44px;height:24px;margin-top:5px;flex-shrink:0}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:var(--toggle-off);transition:.4s}.slider:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;transition:.4s;box-shadow:0 1px 2px #0003}input:checked+.slider{background-color:var(--toggle-on)}input:checked+.slider:before{transform:translate(20px)}.slider.round{border-radius:24px}.slider.round:before{border-radius:50%}.btn-flex{display:flex;gap:12px;margin-top:10px}.btn-flex button{flex:1;cursor:pointer}.submitBtn{background-color:var(--accent);padding:12px;border:0;color:#fff;border-radius:8px;font-weight:600;font-size:16px;transition:background .2s;cursor:pointer}.submitBtn:hover{background-color:var(--accent-hover)}.submitBtn:disabled{opacity:.6;cursor:not-allowed}.cancelBtn{background-color:var(--bg-card);padding:12px;border:1px solid var(--input-border);color:var(--text-tertiary);border-radius:8px;font-weight:600;font-size:16px;transition:background .2s;cursor:pointer}.cancelBtn:hover{background-color:var(--bg-hover)}.badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500}.badge-green{background:#d1fae5;color:#065f46}.badge-red{background:#fee2e2;color:#991b1b}.badge-blue{background:#dbeafe;color:#1e40af}.badge-yellow{background:#fef3c7;color:#92400e}.badge-gray{background:#f3f4f6;color:#374151}[data-theme=dark] .badge-green{background:#064e3b;color:#6ee7b7}[data-theme=dark] .badge-red{background:#7f1d1d;color:#fca5a5}[data-theme=dark] .badge-blue{background:#1e3a5f;color:#93c5fd}[data-theme=dark] .badge-yellow{background:#78350f;color:#fcd34d}[data-theme=dark] .badge-gray{background:#374151;color:#d1d5db}.loading-center{padding:40px;text-align:center;color:var(--text-secondary);font-size:16px}.empty-row td{text-align:center!important;padding:30px!important;color:var(--text-secondary)}.filter-bar{display:flex;gap:12px;padding:16px 30px;border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center}.filter-bar .input{max-width:250px}.filter-bar select.input{max-width:200px}
