.header{height:var(--header-height);background-color:var(--color-white);border-bottom:1px solid var(--color-gray-light);z-index:100;box-shadow:var(--shadow-sm);position:sticky;top:0}.header-content{justify-content:space-between;align-items:center;height:100%;display:flex}.menu-btn{color:var(--color-black);justify-content:center;align-items:center;padding:.5rem;display:flex}.menu-btn:hover{color:var(--color-gold)}.logo-container{flex:1;justify-content:center;align-items:center;display:flex}.logo-text{font-family:var(--font-heading);color:var(--color-black);text-transform:uppercase;letter-spacing:.1em;flex-direction:column;align-items:center;font-size:1.5rem;font-weight:700;line-height:1.1;display:flex}.logo-subtext{color:var(--color-gold);letter-spacing:.2em;font-size:.8rem;font-weight:400}.header-actions{align-items:center;display:flex}.cart-btn{color:var(--color-black);justify-content:center;align-items:center;padding:.5rem;display:flex;position:relative}.cart-btn:hover{color:var(--color-gold)}.cart-count{background-color:var(--color-gold);color:var(--color-white);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:600;display:flex;position:absolute;top:0;right:0}@media (width>=768px){.logo-text{font-size:1.8rem}}.mobile-menu-overlay{z-index:1000;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;width:100%;height:100%;transition:all .3s;position:fixed;top:0;left:0}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu-drawer{background:var(--color-white);z-index:1001;flex-direction:column;width:300px;height:100vh;transition:transform .3s ease-out;display:flex;position:fixed;top:0;left:-300px;box-shadow:4px 0 15px #0000001a}.mobile-menu-drawer.open{transform:translate(300px)}.mobile-menu-header{border-bottom:1px solid var(--color-gray-light);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.mobile-menu-header h3{margin:0}.btn-close-menu{color:var(--color-gray)}.mobile-nav{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.mobile-nav a{color:var(--color-black);font-size:1.2rem;font-weight:500;text-decoration:none}.cart-overlay{z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;width:100%;height:100%;position:fixed;top:0;left:0}.cart-drawer{background:var(--color-white);z-index:1000;flex-direction:column;width:100%;max-width:400px;height:100vh;animation:.3s ease-out forwards slideIn;display:flex;position:fixed;top:0;right:0;box-shadow:-4px 0 15px #0000001a}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header{border-bottom:1px solid var(--color-gray-light);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cart-header h2{margin:0;font-size:1.5rem}.btn-close-cart{color:var(--color-gray)}.btn-close-cart:hover{color:var(--color-black)}.cart-items{flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem;display:flex;overflow-y:auto}.cart-empty{height:100%;color:var(--color-gray);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.cart-item{border-bottom:1px solid var(--color-gray-light);gap:1rem;padding-bottom:1.5rem;display:flex}.cart-item:last-child{border-bottom:none;padding-bottom:0}.cart-item-image{background:var(--color-white-off);border-radius:8px;flex-shrink:0;width:80px;height:80px;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%}.cart-item-placeholder{background:var(--color-gray-light);width:100%;height:100%}.cart-item-info{flex-direction:column;flex:1;display:flex}.cart-item-info h4{font-family:var(--font-body);color:var(--color-black);margin:0 0 .25rem;font-size:1rem}.cart-item-price{color:var(--color-gold);margin-bottom:.75rem;font-weight:600}.cart-item-actions{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.cart-item-qty{border:1px solid var(--color-gray-light);border-radius:4px;align-items:center;display:flex}.cart-item-qty button{background:var(--color-white-off);width:28px;height:28px;color:var(--color-black);justify-content:center;align-items:center;display:flex}.cart-item-qty button:disabled{color:var(--color-gray-light)}.cart-item-qty span{text-align:center;width:28px;font-size:.9rem;font-weight:500}.btn-remove-item{color:var(--color-gray)}.btn-remove-item:hover{color:red}.cart-footer{border-top:1px solid var(--color-gray-light);background:var(--color-white-off);padding:1.5rem}.cart-subtotal{justify-content:space-between;margin-bottom:.5rem;font-size:1.2rem;font-weight:600;display:flex}.cart-delivery-note{color:var(--color-gray);text-align:center;margin-bottom:1.5rem;font-size:.85rem}.btn-checkout{width:100%;padding:1rem}.footer{background-color:var(--color-black-light);color:var(--color-gray-light);margin-top:auto;padding-top:4rem}.footer-content{grid-template-columns:1fr;gap:3rem;margin-bottom:4rem;display:grid}@media (width>=768px){.footer-content{grid-template-columns:repeat(3,1fr)}}.footer-section h3{color:var(--color-gold);letter-spacing:.05em;text-transform:uppercase;margin-top:0;margin-bottom:1.5rem;font-size:1.2rem}.footer-logo{color:var(--color-gold);font-family:var(--font-heading);flex-direction:column;margin-bottom:1rem;font-size:1.8rem;line-height:1;text-decoration:none;display:flex}.footer-logo-sub{letter-spacing:.25em;color:var(--color-white);text-transform:uppercase;font-size:.9rem;font-family:var(--font-body);margin-top:.25rem}.footer-desc{font-size:.95rem;line-height:1.6}.footer-links{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:var(--color-gray-light);transition:color var(--transition-fast);text-decoration:none}.footer-links a:hover{color:var(--color-gold)}.footer-contact{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.footer-contact li{align-items:center;gap:.75rem;display:flex}.footer-contact a{color:var(--color-gray-light);transition:color var(--transition-fast);text-decoration:none}.footer-contact a:hover{color:var(--color-gold)}.footer-bottom{text-align:center;color:var(--color-gray);border-top:1px solid #ffffff1a;padding:1.5rem;font-size:.85rem}.admin-layout{background-color:var(--color-white-off);min-height:100vh;display:flex}.admin-sidebar{background-color:var(--color-black);width:260px;color:var(--color-white);flex-direction:column;flex-shrink:0;display:flex}.admin-brand{border-bottom:1px solid var(--color-black-light);padding:1.5rem}.admin-brand h2{color:var(--color-gold);font-size:1.25rem;font-family:var(--font-heading);margin-bottom:.25rem}.admin-brand span{color:var(--color-gray);letter-spacing:.05em;text-transform:uppercase;font-size:.8rem}.admin-nav{flex-direction:column;flex:1;gap:.25rem;padding:1rem 0;display:flex}.admin-nav-item{color:var(--color-gray-light);transition:all var(--transition-fast);align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;display:flex}.admin-nav-item:hover,.admin-nav-item.active{background-color:var(--color-black-light);color:var(--color-gold);border-right:3px solid var(--color-gold)}.admin-footer{border-top:1px solid var(--color-black-light);padding:1rem 1.5rem}.admin-user{color:var(--color-gray);text-overflow:ellipsis;white-space:nowrap;margin-bottom:1rem;font-size:.85rem;overflow:hidden}.admin-logout-btn{color:var(--color-gray-light);align-items:center;gap:.5rem;width:100%;padding:.5rem 0;font-size:.9rem;display:flex}.admin-logout-btn:hover{color:var(--color-white)}.admin-main{flex-direction:column;flex:1;display:flex;overflow:hidden}.admin-header{background-color:var(--color-white);height:var(--header-height);border-bottom:1px solid var(--color-gray-light);box-shadow:var(--shadow-sm);align-items:center;padding:0 2rem;display:flex}.admin-header h1{margin:0;font-size:1.5rem}.admin-content{flex:1;padding:2rem;overflow-y:auto}.admin-mobile-toggle{cursor:pointer;color:var(--color-black);background:0 0;border:none;margin-right:1rem;display:none}.admin-sidebar-overlay{display:none}@media (width<=768px){.admin-sidebar{z-index:1000;height:100vh;transition:left .3s;position:fixed;top:0;left:-260px}.admin-sidebar.open{left:0}.admin-mobile-toggle{display:block}.admin-sidebar-overlay{z-index:999;background:#00000080;width:100vw;height:100vh;display:block;position:fixed;top:0;left:0}.admin-header{padding:0 1rem}.admin-content{padding:1rem}.admin-table-container{overflow-x:auto}.admin-table{min-width:600px}}.product-card{background:var(--color-white);border:1px solid var(--color-gold-light);transition:transform var(--transition-normal), box-shadow var(--transition-normal);border-radius:12px;flex-direction:column;height:100%;display:flex;overflow:hidden;box-shadow:0 10px 30px #00000026}.product-card:hover{border-color:var(--color-gold);transform:translateY(-8px);box-shadow:0 15px 35px #00000040}.product-card-image-link{background-color:var(--color-white-off);width:100%;padding-top:100%;display:block;position:relative;overflow:hidden}.product-card-image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-normal);position:absolute;top:0;left:0}.product-card:hover .product-card-image{transform:scale(1.05)}.product-card-image-placeholder{width:100%;height:100%;color:var(--color-gray);background-color:var(--color-gray-light);justify-content:center;align-items:center;font-size:.9rem;display:flex;position:absolute;top:0;left:0}.product-card-overlay{z-index:2;background:#fffc;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.product-card-overlay span{background:var(--color-black);color:var(--color-white);text-transform:uppercase;border-radius:4px;padding:.5rem 1rem;font-size:.8rem;font-weight:500}.product-card-content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.product-card-title{color:var(--color-black);transition:color var(--transition-fast);margin:0 0 .5rem;font-size:1.15rem}.product-card-title:hover{color:var(--color-gold)}.product-card-description{color:var(--color-gray);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin:0 0 1.5rem;font-size:.9rem;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.product-card-price-container{flex-direction:column;display:flex}.price-old{color:#ef4444;font-size:.85rem;text-decoration:line-through}.price-current{color:#10b981;font-size:1.1rem;font-weight:600}.btn-add-cart{background:var(--color-black);color:var(--color-gold);width:40px;height:40px;transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.btn-add-cart:hover:not(:disabled){background:var(--color-gold);color:var(--color-white);transform:scale(1.05)}.btn-add-cart:disabled{background:var(--color-gray-light);color:var(--color-gray);cursor:not-allowed}.home-page{width:100%}.section-padding{padding:5rem 1.5rem}.section-header{margin-bottom:4rem}.section-title{margin-bottom:1rem;font-size:2.5rem}.section-divider{background-color:var(--color-gold);width:60px;height:2px;margin:0 auto 1rem}.section-subtitle{color:var(--color-gray);max-width:600px;margin:0 auto}.hero-section{background-color:var(--color-black);text-align:center;background-image:url(https://images.unsplash.com/photo-1558961363-fa8fdf82db35?q=80&w=2000&auto=format&fit=crop);background-position:50%;background-size:cover;justify-content:center;align-items:center;height:80vh;min-height:500px;display:flex;position:relative}.hero-overlay{z-index:1;background:#0009;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;color:var(--color-white);max-width:800px;position:relative}.hero-subtitle{color:var(--color-gold);text-transform:uppercase;letter-spacing:.2em;font-size:1.2rem;font-family:var(--font-body);margin-bottom:1rem}.hero-title{color:var(--color-white);margin-bottom:1.5rem;font-size:4rem;line-height:1.1}.hero-description{color:var(--color-gray-light);margin-bottom:2.5rem;font-size:1.2rem;font-weight:300}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-lg{padding:1rem 2rem;font-size:1.1rem}.delivery-section{background-color:var(--color-white);color:var(--color-black);text-align:center;padding:5rem 1.5rem}.delivery-section h2{color:var(--color-gold);margin-bottom:1rem;font-size:2.5rem}.delivery-section p{color:var(--color-black-light);margin-bottom:2rem;font-size:1.2rem}@media (width>=576px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=992px){.products-grid{grid-template-columns:repeat(4,1fr)}.hero-title{font-size:5rem}}.about-content{flex-direction:column;align-items:center;gap:3rem;display:flex}.about-image-wrapper{border-radius:12px;width:100%;max-width:500px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.about-image-wrapper:after{content:"";border:1px solid var(--color-gold);z-index:-1;width:100%;height:100%;transition:transform var(--transition-normal);border-radius:12px;position:absolute;top:0;left:0;transform:translate(15px,15px)}.about-image-wrapper:hover:after{transform:translate(8px,8px)}.about-image{width:100%;height:auto;display:block}.about-text{max-width:600px}.about-text p{color:var(--color-gray);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.featured-section{background-color:var(--color-white);border-top:1px solid var(--color-gray-light);border-bottom:1px solid var(--color-gray-light)}.delivery-section{background-color:var(--color-white-off);background-image:url(https://images.unsplash.com/photo-1578985545062-69928b1d9587?q=80&w=2000&auto=format&fit=crop);background-position:50%;background-size:cover;background-attachment:fixed;padding:6rem 1.5rem;position:relative}.delivery-section:before{content:"";background:#ffffffe6;width:100%;height:100%;position:absolute;top:0;left:0}.delivery-content{z-index:2;justify-content:center;display:flex;position:relative}.delivery-text-box{background:var(--color-white);text-align:center;border:1px solid var(--color-gold-light);border-radius:12px;max-width:600px;padding:4rem 2rem;box-shadow:0 15px 35px #0000001a}.delivery-text-box h2{color:var(--color-black);margin-bottom:1rem;font-size:2.2rem}.delivery-text-box p{color:var(--color-gray);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}@media (width>=992px){.about-content{flex-direction:row;gap:5rem}.about-text,.about-image-wrapper{flex:1}}.shop-page{min-height:80vh;padding-bottom:6rem}.shop-header{margin-bottom:2rem;padding-top:2rem}.shop-search-container{justify-content:center;margin-top:2.5rem;margin-bottom:1rem;display:flex}.shop-search-bar{background:var(--color-white);border:1px solid var(--color-gray-light);width:100%;max-width:500px;box-shadow:var(--shadow-sm);border-radius:50px;align-items:center;padding:.75rem 1.5rem;transition:all .3s;display:flex}.shop-search-bar:focus-within{border-color:var(--color-gold);transform:translateY(-2px);box-shadow:0 4px 12px #c5a05926}.search-icon{color:var(--color-gray);margin-right:.75rem;transition:color .3s}.shop-search-bar:focus-within .search-icon{color:var(--color-gold)}.shop-search-bar input{width:100%;font-family:var(--font-body);color:var(--color-black);background:0 0;border:none;outline:none;font-size:1rem}.shop-search-bar input::placeholder{color:var(--color-gray)}.category-filters{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:4rem;display:flex}.filter-btn{border:1px solid var(--color-gray-light);background:var(--color-white);color:var(--color-gray);transition:all var(--transition-fast);border-radius:30px;padding:.5rem 1.5rem;font-weight:500}.filter-btn:hover{border-color:var(--color-gold);color:var(--color-gold)}.filter-btn.active{background:var(--color-gold);border-color:var(--color-gold);color:var(--color-white)}.empty-state{text-align:center;color:var(--color-gray);background:var(--color-white);border:1px dashed var(--color-gray-light);border-radius:8px;padding:4rem 1rem}.products-grid{grid-template-columns:repeat(1,1fr);gap:2rem;display:grid}@media (width>=576px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=992px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1200px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-details-page{min-height:80vh}.back-link{color:var(--color-gray);transition:color var(--transition-fast);align-items:center;margin-bottom:2rem;font-weight:500;display:inline-flex}.back-link:hover{color:var(--color-gold)}.product-details-grid{background:var(--color-white);box-shadow:var(--shadow-sm);border-radius:12px;grid-template-columns:1fr;gap:3rem;padding:2rem;display:grid}@media (width>=768px){.product-details-grid{grid-template-columns:1fr 1fr;padding:3rem}}.product-image-container{background-color:var(--color-white-off);aspect-ratio:1;border-radius:8px;width:100%;position:relative;overflow:hidden}.product-main-image{object-fit:cover;width:100%;height:100%;display:block}.product-image-placeholder{width:100%;height:100%;color:var(--color-gray);justify-content:center;align-items:center;font-size:1.2rem;display:flex}.product-overlay{z-index:10;background:#ffffffb3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.product-overlay span{background:var(--color-black);color:var(--color-white);text-transform:uppercase;border-radius:4px;padding:.75rem 1.5rem;font-weight:600}.product-info-container{flex-direction:column;display:flex}.product-category{color:var(--color-gold);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.product-title{margin-top:0;margin-bottom:1.5rem;font-size:2.5rem;line-height:1.1}.product-price-block{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.price-old-large{color:#ef4444;font-size:1.2rem;text-decoration:line-through}.price-current-large{color:#10b981;font-size:2rem;font-weight:700}.product-description{color:var(--color-black-light);flex:1;margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.full-description{color:var(--color-gray);margin-top:1.5rem;font-size:1rem}.product-action-block{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.quantity-selector{border:1px solid var(--color-gray-light);border-radius:4px;align-items:center;height:52px;display:flex}.qty-btn{width:40px;height:100%;color:var(--color-black);background:var(--color-white-off);transition:background var(--transition-fast);justify-content:center;align-items:center;font-size:1.2rem;display:flex}.qty-btn:hover:not(:disabled){background:var(--color-gray-light)}.qty-btn:disabled{color:var(--color-gray-light);cursor:not-allowed}.qty-value{text-align:center;width:40px;font-size:1.1rem;font-weight:600}.btn-add-to-cart{flex:1;min-width:200px;height:52px}.checkout-page{min-height:80vh}.checkout-grid{grid-template-columns:1fr;gap:3rem;margin-top:2rem;display:grid}@media (width>=1024px){.checkout-grid{grid-template-columns:1.5fr 1fr}}.checkout-section{background:var(--color-white);box-shadow:var(--shadow-sm);border-radius:8px;margin-bottom:2rem;padding:2rem}.checkout-section h3{border-bottom:1px solid var(--color-gray-light);margin-top:0;margin-bottom:1.5rem;padding-bottom:1rem}.payment-note{color:var(--color-gray);margin-bottom:1rem;font-size:.9rem}.checkout-summary{background:var(--color-white);box-shadow:var(--shadow-md);top:calc(var(--header-height) + 2rem);border-radius:8px;padding:2rem;position:sticky}.checkout-summary h3{border-bottom:1px solid var(--color-gray-light);margin-top:0;margin-bottom:1.5rem;padding-bottom:1rem}.summary-items{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.summary-item{gap:.5rem;font-size:.95rem;display:flex}.summary-qty{color:var(--color-gold);font-weight:600}.summary-name{flex:1}.summary-price{font-weight:500}.coupon-section{border-top:1px dashed var(--color-gray-light);border-bottom:1px dashed var(--color-gray-light);margin-bottom:2rem;padding:1.5rem 0}.coupon-section label{margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.coupon-input-group{gap:.5rem;display:flex}.coupon-input-group input{border:1px solid var(--color-gray);border-radius:4px;flex:1;padding:.75rem}.btn-apply-coupon,.btn-remove-coupon{background:var(--color-black);color:var(--color-white);border-radius:4px;padding:0 1rem;font-weight:500}.btn-remove-coupon{color:#b91c1c;background:#fee2e2}.coupon-error{color:red;margin-top:.5rem;font-size:.8rem}.coupon-success{color:green;align-items:center;gap:.25rem;margin-top:.5rem;font-size:.8rem;display:flex}.summary-totals{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.summary-row{justify-content:space-between;font-size:1rem;display:flex}.summary-total{border-top:1px solid var(--color-black);justify-content:space-between;margin-top:.5rem;padding-top:1rem;font-size:1.5rem;font-weight:700;display:flex}.btn-submit-order{width:100%;padding:1.25rem;font-size:1.1rem}.checkout-error{color:#b91c1c;background:#fee2e2;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:1rem;display:flex}.order-confirmation-page{justify-content:center;align-items:center;min-height:80vh;display:flex}.confirmation-card{background:var(--color-white);box-shadow:var(--shadow-lg);text-align:center;border-radius:12px;flex-direction:column;align-items:center;width:100%;max-width:600px;padding:3rem 2rem;display:flex}.success-icon{color:#16a34a;margin-bottom:1.5rem}.success-title{color:var(--color-black);margin-bottom:.5rem;font-size:2rem}.order-number{color:var(--color-gray);margin-bottom:2rem;font-family:monospace;font-size:1.2rem}.success-message{color:var(--color-black-light);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.5}.btn-whatsapp{color:#fff;background:#25d366;border-radius:30px;align-items:center;gap:.5rem;margin-bottom:2.5rem;padding:1.25rem 2rem;font-size:1.1rem;font-weight:600;display:inline-flex;box-shadow:0 4px 14px #25d36666}.btn-whatsapp:hover{color:#fff;background:#1da851;transform:translateY(-2px);box-shadow:0 6px 20px #25d36680}.order-summary-mini{background:var(--color-white-off);text-align:left;border-radius:8px;width:100%;padding:1.5rem}.order-summary-mini h3{border-bottom:1px solid var(--color-gray-light);margin-top:0;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem}.summary-details p{margin:.5rem 0;font-size:.95rem}.status-badge.new{color:#854d0e;background:#fef08a}.auth-page{background-color:#f3f4f6;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:4rem 2rem;display:flex}.auth-container{background-color:#fff;border-radius:20px;width:100%;max-width:550px;padding:3.5rem;box-shadow:0 20px 40px #0000001a,0 0 0 1px #0000000d}.auth-container h2{text-align:center;color:var(--color-black);margin-bottom:.5rem;font-size:2rem}.auth-subtitle{text-align:center;color:var(--color-gray);margin-bottom:2rem}.auth-error{color:#b91c1c;text-align:center;background-color:#fee2e2;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.9rem}.auth-form{flex-direction:column;gap:1.5rem;display:flex}.form-row{gap:1rem;display:flex}.form-row .form-group{flex:1}.form-group input{box-sizing:border-box;width:100%;color:var(--color-black);background-color:#f9fafb;border:1px solid #d1d5db;border-radius:8px;padding:.9rem 1.2rem;font-size:1rem;transition:all .3s}.form-group input:focus{border-color:var(--color-gold);background-color:#fff;outline:none;box-shadow:0 0 0 4px #c5a05926}.btn-block{width:100%}.mt-4{margin-top:1rem}.auth-footer{text-align:center;color:var(--color-gray);margin-top:2rem;font-size:.9rem}.auth-footer a{color:var(--color-gold);font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.profile-page{padding-top:4rem;padding-bottom:4rem}.profile-layout{align-items:flex-start;gap:2rem;display:flex}.profile-sidebar{background:#fff;border-radius:12px;flex-shrink:0;width:280px;overflow:hidden;box-shadow:0 4px 6px #0000000d}.profile-header{text-align:center;border-bottom:1px solid var(--color-gray-light);padding:2rem}.profile-avatar{background-color:var(--color-gold);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1rem;font-size:2rem;font-weight:700;display:flex}.profile-header h3{color:var(--color-black);margin:0}.profile-header p{color:var(--color-gray);margin-top:.25rem;font-size:.9rem}.profile-nav{flex-direction:column;display:flex}.profile-nav button{border:none;border-bottom:1px solid var(--color-gray-light);cursor:pointer;color:var(--color-black-light);text-align:left;background:0 0;align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:1rem;transition:all .2s;display:flex}.profile-nav button:hover{background-color:#f9fafb}.profile-nav button.active{border-left:4px solid var(--color-gold);color:var(--color-gold);background-color:#f9fafb;font-weight:500}.profile-nav button.logout-btn{color:#ef4444;border-bottom:none}.profile-content{background:#fff;border-radius:12px;flex:1;padding:2rem;box-shadow:0 4px 6px #0000000d}.profile-section h2{color:var(--color-black);border-bottom:1px solid var(--color-gray-light);margin-bottom:1.5rem;padding-bottom:1rem}.input-disabled{cursor:not-allowed;color:#6b7280!important;background-color:#f3f4f6!important}.profile-message{color:#065f46;background-color:#d1fae5;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.addresses-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.address-card{border:1px solid var(--color-gray-light);border-radius:8px;padding:1.5rem;position:relative}.address-card.primary{border-color:var(--color-gold);background-color:#fffbeb}.address-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.address-header h4{margin:0}.badge-primary{background:var(--color-gold);color:#fff;border-radius:12px;padding:.2rem .5rem;font-size:.75rem}.address-card p{color:var(--color-black-light);margin-bottom:.25rem;font-size:.9rem}.address-actions{border-top:1px solid var(--color-gray-light);gap:1rem;margin-top:1.5rem;padding-top:1rem;display:flex}.btn-text{color:var(--color-gold);cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;font-weight:500}.btn-text:hover{text-decoration:underline}.text-danger{color:#ef4444}@media (width<=768px){.profile-layout{flex-direction:column}.profile-sidebar{width:100%}}.image-uploader{width:100%;max-width:300px}.image-dropzone{border:2px dashed var(--color-gray);cursor:pointer;background-color:var(--color-white-off);transition:all var(--transition-fast);color:var(--color-gray);text-align:center;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:150px;padding:2rem;display:flex}.image-dropzone:hover{border-color:var(--color-gold);color:var(--color-gold);background-color:var(--color-white)}.uploading-state{color:var(--color-gold);flex-direction:column;align-items:center;gap:.5rem;display:flex}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.image-preview-container{border:1px solid var(--color-gray-light);background-color:var(--color-white);border-radius:8px;width:100%;position:relative;overflow:hidden}.image-preview{object-fit:cover;width:100%;height:200px;display:block}.image-actions{background:#000000b3;justify-content:space-between;padding:.5rem;display:flex;position:absolute;bottom:0;left:0;right:0}.btn-replace{color:var(--color-white);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;font-size:.8rem;font-weight:500;display:flex}.btn-replace:hover{color:var(--color-gold)}.btn-remove{color:var(--color-white);cursor:pointer;background:#f00c;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.btn-remove:hover{background:red}.upload-error{color:red;margin-top:.5rem;font-size:.8rem}.admin-products-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.admin-products-header h2{margin:0}.admin-form-card{background:var(--color-white);box-shadow:var(--shadow-sm);border-radius:8px;padding:2rem}.admin-form-header{border-bottom:1px solid var(--color-gray-light);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.admin-form-header h3{margin:0}.btn-close{color:var(--color-gray)}.btn-close:hover{color:var(--color-black)}.admin-form{flex-direction:column;gap:1.5rem;display:flex}.form-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--color-black-light);font-size:.9rem;font-weight:500}.form-group input[type=text],.form-group input[type=number],.form-group select,.form-group textarea{border:1px solid var(--color-gray);font-family:var(--font-body);border-radius:4px;padding:.75rem}.checkbox-group{flex-direction:row;align-items:center}.form-actions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.table-responsive{background:var(--color-white);box-shadow:var(--shadow-sm);border-radius:8px;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid var(--color-gray-light);padding:1rem}.admin-table th{color:var(--color-gray);text-transform:uppercase;font-size:.9rem;font-weight:600}.table-img{object-fit:cover;border-radius:4px;width:48px;height:48px}.table-img-placeholder{background:var(--color-gray-light);width:48px;height:48px;color:var(--color-gray);border-radius:4px;justify-content:center;align-items:center;font-size:.7rem;display:flex}.status-badge{border-radius:12px;padding:.25rem .5rem;font-size:.8rem;font-weight:600}.status-badge.active{color:#166534;background:#dcfce7}.status-badge.inactive{color:#991b1b;background:#fee2e2}.table-actions{gap:.5rem;display:flex}.btn-icon{color:var(--color-gray);padding:.25rem}.btn-icon:hover{color:var(--color-gold)}.btn-icon.text-danger:hover{color:red}.admin-orders{flex-direction:column;gap:1.5rem;height:100%;display:flex}.admin-header-bar{justify-content:space-between;align-items:center;display:flex}.admin-header-bar h2{margin:0}.search-box{background:var(--color-white);border:1px solid var(--color-gray-light);border-radius:4px;align-items:center;gap:.5rem;min-width:300px;padding:.5rem 1rem;display:flex}.search-box input{width:100%;font-family:var(--font-body);border:none;outline:none}.orders-layout{align-items:flex-start;gap:1.5rem;display:flex}.orders-list-card{background:var(--color-white);box-shadow:var(--shadow-sm);border-radius:8px;flex:1;overflow-x:auto}.selected-row{background-color:var(--color-white-off)}.status-badge-custom{text-transform:uppercase;border-radius:12px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.status-badge-custom.new{color:#854d0e;background:#fef08a}.status-badge-custom.confirmed{color:#1e40af;background:#dbeafe}.status-badge-custom.preparing{color:#6b21a8;background:#f3e8ff}.status-badge-custom.delivering{color:#3730a3;background:#e0e7ff}.status-badge-custom.delivered{color:#166534;background:#dcfce7}.status-badge-custom.canceled{color:#991b1b;background:#fee2e2}.order-details-sidebar{background:var(--color-white);width:400px;box-shadow:var(--shadow-md);border-radius:8px;position:sticky;top:0}.sidebar-header{border-bottom:1px solid var(--color-gray-light);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.sidebar-header h3{margin:0}.sidebar-content{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.detail-section h4{color:var(--color-gray);text-transform:uppercase;margin-bottom:.75rem;font-size:.9rem}.detail-section p{margin:.25rem 0;font-size:.95rem}.status-select{border:1px solid var(--color-gray);width:100%;font-family:var(--font-body);border-radius:4px;padding:.75rem}.btn-whatsapp-small{color:#fff;background:#25d366;border-radius:4px;align-items:center;gap:.5rem;margin-top:.5rem;padding:.5rem 1rem;font-size:.9rem;text-decoration:none;display:inline-flex}.order-items-list{flex-direction:column;gap:.5rem;display:flex}.order-item-row{justify-content:space-between;font-size:.95rem;display:flex}.flex-between{justify-content:space-between;margin-bottom:.5rem;display:flex}.totals-section{border-top:1px solid var(--color-gray-light);padding-top:1rem}.font-bold{font-size:1.1rem;font-weight:700}.text-sm{font-size:.85rem}.text-gray{color:var(--color-gray)}.mt-2{margin-top:.5rem}.admin-coupons{flex-direction:column;gap:1.5rem;display:flex}.admin-settings{flex-direction:column;gap:2rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.admin-header-bar{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.admin-header-bar h2{color:var(--color-black);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:700}.settings-grid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:1.5rem;display:grid}.settings-card{background:var(--color-white);border:1px solid #0000000a;border-radius:12px;flex-direction:column;padding:2rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 20px #00000008}.settings-card:hover{box-shadow:0 8px 30px #0000000f}.settings-card h3{color:var(--color-black);align-items:center;gap:.5rem;margin-top:0;margin-bottom:.5rem;font-size:1.25rem;font-weight:600;display:flex}.settings-card-desc{color:var(--color-gray);margin-bottom:2rem;font-size:.9rem;line-height:1.5}.form-group{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.form-group label{color:var(--color-gray);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.form-group input[type=text],.form-group input[type=number]{border:1px solid var(--color-gray-light);background:var(--color-white-off);color:var(--color-black);border-radius:8px;outline:none;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.form-group input[type=text]:focus,.form-group input[type=number]:focus{background:var(--color-white);border-color:var(--color-gold);box-shadow:0 0 0 3px #d4af371a}.checkbox-group{background:var(--color-white-off);border:1px solid var(--color-gray-light);border-radius:8px;flex-direction:row;align-items:center;gap:1rem;padding:1rem}.checkbox-group input[type=checkbox]{width:20px;height:20px;accent-color:var(--color-gold);cursor:pointer}.checkbox-group label{text-transform:none;letter-spacing:normal;color:var(--color-black);cursor:pointer;font-size:.95rem}.btn-primary{background:var(--color-black);color:var(--color-white);cursor:pointer;border:none;border-radius:8px;align-self:flex-start;width:fit-content;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.btn-primary:hover{background:var(--color-gold);transform:translateY(-1px)}.neighborhood-list{flex-direction:column;gap:.75rem;max-height:300px;margin-top:1.5rem;padding-right:.5rem;display:flex;overflow-y:auto}.neighborhood-list::-webkit-scrollbar{width:6px}.neighborhood-list::-webkit-scrollbar-thumb{background:var(--color-gray-light);border-radius:10px}.neighborhood-item{background:var(--color-white);border:1px solid var(--color-gray-light);border-radius:8px;justify-content:space-between;align-items:center;padding:1rem 1.25rem;transition:border-color .2s;display:flex;box-shadow:0 2px 4px #00000005}.neighborhood-item:hover{border-color:var(--color-gold)}.neighborhood-info{justify-content:space-between;align-items:center;width:100%;margin-right:1.5rem;display:flex}.neighborhood-name{color:var(--color-black);font-size:1rem;font-weight:600}.neighborhood-price{color:var(--color-gold);background:#d4af371a;border-radius:20px;padding:.25rem .75rem;font-size:.9rem;font-weight:700}.add-neighborhood-form{background:var(--color-white-off);border:1px solid var(--color-gray-light);border-radius:8px;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-top:1rem;padding:1.5rem;display:flex}.btn-outline{color:var(--color-black);border:1px solid var(--color-gray-light);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:flex}.btn-outline:hover{border-color:var(--color-gold);color:var(--color-gold);background:var(--color-white)}.btn-icon{color:#ef4444;cursor:pointer;background:#ef44441a;border:none;border-radius:6px;padding:.5rem;transition:all .2s;display:flex}.btn-icon:hover{color:#fff;background:#ef4444}.admin-page{flex-direction:column;gap:1.5rem;height:100%;display:flex}.admin-page-header{justify-content:space-between;align-items:center;display:flex}.header-title{align-items:center;gap:.75rem;display:flex}.header-title h2{color:var(--color-black);margin:0;font-size:1.5rem;font-weight:700}.admin-filters-container{background:var(--color-white);box-shadow:var(--shadow-sm);border-radius:8px;flex-wrap:wrap;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.search-bar-wrapper{background:var(--color-white-off);border:1px solid var(--color-gray-light);border-radius:8px;flex:300px;align-items:center;gap:.5rem;padding:.6rem 1rem;transition:border-color .2s;display:flex}.search-bar-wrapper:focus-within{border-color:var(--color-gold)}.search-bar-wrapper input{width:100%;font-family:var(--font-body);background:0 0;border:none;outline:none;font-size:.95rem}.admin-select-filter{border:1px solid var(--color-gray-light);font-family:var(--font-body);background:var(--color-white);color:var(--color-black);cursor:pointer;border-radius:8px;outline:none;min-width:200px;padding:.6rem 1rem;font-size:.95rem;transition:border-color .2s}.admin-select-filter:focus{border-color:var(--color-gold)}.admin-table-container{background:var(--color-white);box-shadow:var(--shadow-sm);border-radius:8px;overflow-x:auto}.action-buttons{gap:.5rem;display:flex}.btn-icon{cursor:pointer;color:var(--color-gray);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.btn-icon:hover{background:var(--color-white-off);color:var(--color-gold)}.loading-state{text-align:center;color:var(--color-gray);padding:3rem;font-weight:500}:root{--color-black:#0d0d0d;--color-black-light:#1a1a1a;--color-white:#fff;--color-white-off:#f5f2eb;--color-gray-light:#e5e5e5;--color-gray:#a3a3a3;--color-gold:#c5a059;--color-gold-light:#dfc38a;--color-gold-dark:#a37c35;--font-heading:"Cormorant Garamond", serif;--font-body:"Inter", sans-serif;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--transition-fast:.15s ease-in-out;--transition-normal:.3s ease-in-out;--max-width:1200px;--header-height:80px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-white-off);color:var(--color-black);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-black);margin-bottom:1rem;font-weight:600}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-gold)}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section-padding{padding-top:4rem;padding-bottom:6rem}.btn{transition:all var(--transition-normal);text-transform:uppercase;letter-spacing:.05em;border-radius:4px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;display:inline-flex}.btn-primary{background-color:var(--color-black);color:var(--color-white);box-shadow:0 4px 6px #0000001a}.btn-primary:hover{background-color:var(--color-gold);color:var(--color-white);transform:translateY(-2px);box-shadow:0 6px 12px #c5a0594d}.btn-primary:active{transform:translateY(0)scale(.98);box-shadow:0 2px 4px #0000001a}.btn-outline{border:1px solid var(--color-gold);color:var(--color-gold);background-color:#0000}.btn-outline:hover{background-color:var(--color-gold);color:var(--color-white);transform:translateY(-2px);box-shadow:0 6px 12px #c5a05933}.btn-outline:active{transform:translateY(0)scale(.98)}.text-gold{color:var(--color-gold)}.text-center{text-align:center}.page-transition{animation:.4s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
