@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.6;color:#333;background-color:#faf9f6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem;color:#222}h1{font-size:3rem}h2{font-size:1.5rem}h3{font-size:1.25rem}img{max-width:100%;height:auto;display:block}input,textarea,select{padding:.5rem 1rem;border:1px solid #eee;border-radius:4px;font-size:1rem;width:100%;transition:border-color .3s}input:focus,textarea:focus,select:focus{outline:none;border-color:#a1161a}.container{max-width:1200px;margin-top:4rem}.loading{display:flex;align-items:center;justify-content:center;padding:3rem;color:#ddd}.error{padding:1rem;background-color:#eec8c3;border-left:4px solid #B14234;border-radius:4px;color:#b14234;margin:1rem 0}.navbar{position:fixed;top:0;left:0;right:0;margin:1rem;z-index:1000;border-radius:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(180deg,#ffffffa6,#ffffff73)}.navbar__container{max-width:1200px;margin:0 auto;padding:.5rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.navbar__logo img{height:50px;transition:transform .3s}.navbar__logo img:hover{transform:scale(1.08) rotate(-3deg)}.navbar__actions{display:flex;align-items:center;gap:1rem}.navbar__actions .navbar__cart-link{position:relative;color:#222;font-size:1.25rem;transition:color .3s;margin:.5rem}.navbar__actions .navbar__cart-link:hover{color:#ff6b35}.navbar__actions .navbar__cart-link .navbar__cart-badge{position:absolute;top:-6px;right:-6px;background:#a1161a;color:#faf9f5;font-size:.6rem;font-weight:700;padding:1px 7px;border-radius:9999px;animation:badge-pop .5s ease}.cart-item{display:grid;grid-template-columns:80px 1fr;gap:12px;padding:12px;background:#faf9f5;border-radius:8px;box-shadow:0 2px 6px #00000014;position:relative;transition:transform .3s ease,opacity .3s ease}.cart-item--removing{opacity:0;transform:translate(-12px)}.cart-item--unavailable{opacity:.6}.cart-item--warning{border:1px solid #ffb300}.cart-item__image{width:80px;height:80px;border-radius:6px;overflow:hidden;background:#f2f2f2}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details{display:flex;flex-direction:column;justify-content:flex-start}.cart-item__name{font-size:1rem;font-weight:600;color:#222;margin-bottom:4px}.cart-item__description{font-size:.85rem;color:#666;line-height:1.3;margin-bottom:4px}.cart-item__price-unit{font-size:.85rem;font-weight:500;color:#d62828}.cart-item__alert{display:flex;align-items:center;gap:6px;margin-top:6px;font-size:.8rem}.cart-item__alert--error{color:#d62828}.cart-item__alert--warning{color:#ff9800}.cart-item__alert .alert-icon{font-size:.9rem}.cart-item__actions{grid-column:span 2;display:flex;justify-content:space-between;align-items:center;margin-top:10px}.cart-item__quantity{display:flex;flex-direction:column;align-items:center;gap:6px}.cart-item__quantity .quantity-controls{display:flex;align-items:center;gap:8px}.cart-item__quantity .quantity-btn{width:32px;height:32px;border:none;background:transparent;color:#222;font-size:1rem;border-radius:6px;display:flex;justify-content:center;align-items:center;transition:background .2s ease}.cart-item__quantity .quantity-btn:disabled{opacity:.4;cursor:not-allowed}.cart-item__quantity .quantity-btn:hover:not(:disabled){background:#ddd}.cart-item__quantity .quantity-input{width:48px;padding:6px;font-size:1rem;text-align:center;border:1px solid #ccc;border-radius:6px}.cart-item__subtotal{font-size:1rem;font-weight:600;color:#000}.cart-item__subtotal-amount{white-space:nowrap}@media(min-width:600px){.cart-item{grid-template-columns:100px 1fr auto;align-items:center}.cart-item__actions{grid-column:auto;flex-direction:column;gap:10px;justify-content:center}}.footer{background:#222;color:#faf9f5;padding:2rem 1rem;font-family:Inter,sans-serif}.footer a{color:inherit;text-decoration:none;transition:opacity .15s ease}.footer a:hover{opacity:.7}.footer__container{max-width:1280px;margin:0 auto}.footer__main{display:grid;gap:2rem}.footer__section{display:flex;flex-direction:column;gap:1rem}.footer__logo{display:flex;align-items:center;gap:.5rem}.footer__logo-image{width:50px}.footer__logo-subtitle{font-size:.875rem;color:#faf9f5;letter-spacing:1px}.footer__contact{display:flex;flex-direction:column;gap:.5rem}.footer__contact-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#faf9f5}.footer__icon{font-size:16px;color:#3e8c4a}.footer__title{display:flex;align-items:center;gap:.25rem;font-size:1rem;font-weight:600;color:#faf9f5}.footer__title-icon{color:#3e8c4a;font-size:1.125rem}.footer__schedule{display:flex;flex-direction:column;gap:.5rem}.footer__schedule-item{display:flex;justify-content:space-between;font-size:.875rem;color:#faf9f5}.footer__schedule__days{font-weight:500}.footer__social-text{font-size:.875rem}.footer__social{display:flex;gap:.5rem}.footer__social-link{width:36px;height:36px;display:grid;place-items:center;border-radius:9999px;background:#222;border:1px solid rgba(250,249,245,.1);font-size:1rem;transition:all .15s ease}.footer__social-link:hover{background:#3e8c4a;border-color:#3e8c4a;color:#faf9f5}.footer__divider{width:100%;height:1px;background:#faf9f51a;margin:1.5rem 0}.footer__bottom{text-align:center;font-size:.75rem;color:#faf9f5}.footer__bottom p{display:flex;justify-content:center;align-items:center;gap:.25rem;flex-wrap:wrap}.footer__heart{color:#a1161a}.footer__legal{margin-top:2rem;display:flex;justify-content:center;gap:.25rem;font-size:.75rem}.footer__legal span{opacity:.3}@media(min-width:640px){.footer{padding:3rem 1.5rem}.footer__main{grid-template-columns:repeat(3,1fr);gap:3rem}}@media(min-width:1024px){.footer{padding:4rem 2rem}.footer__logo-image{width:60px}.footer__title,.footer__schedule-item,.footer__contact-item{font-size:1.125rem}}.footer .supaco{font-family:Arial Black,Gadget,sans-serif}.home__hero{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;justify-content:center;align-items:center;text-align:center}.home__hero:after{content:"";position:absolute;inset:0;background:#00000059;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1}.home__hero .hero__video{position:absolute;inset:0;width:100%;height:100%}.home__hero .hero__video .hero__video-file{width:100%;height:100%;object-fit:cover;filter:brightness(.75) saturate(1.05)}.home__hero .container__hero{position:relative;z-index:2;max-width:90%;display:flex;flex-direction:column;align-items:center}.hero__logo-wrapper{display:flex;justify-content:center;margin-bottom:.5rem}.hero__logo-wrapper .hero__logo{width:clamp(250px,35vw,200px);filter:drop-shadow(0 20px 25px rgba(0,0,0,.15));animation:fadeInDown .5s forwards}.home__hero-subtitle{color:#fffffff2;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;text-shadow:0 2px 8px rgba(0,0,0,.35),0 0 12px rgba(0,0,0,.25);animation:fadeInUp 1s ease-out forwards;letter-spacing:.5px}@media(min-width:768px){.home__hero-subtitle{font-size:1.5rem;letter-spacing:.8px}}.hero__cta{background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#faf9f5;padding:1rem 2rem;border-radius:9999px;font-weight:700;text-decoration:none;transition:.3s;animation:fadeInUp 1.4s ease forwards;box-shadow:0 4px 6px #0000001a}@media screen and (min-width:768px){.hero__cta{padding:1rem 3rem;font-size:1.125rem}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-25px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.container__home{position:relative}.container__home h1{font-size:2.5rem;font-weight:700;color:#222;margin:1rem}.container__home h1 span{color:#a1161a}@media screen and (min-width:768px){.container__home h1{font-size:3.5rem;text-align:center}}.home__filters{position:sticky;top:5.5rem;z-index:20;display:flex;gap:.5rem;padding:.8rem .2rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(180deg,#ffffffa6,#ffffff73);border-bottom:1px solid #e5e5e5;overflow-x:auto}.home__filters::-webkit-scrollbar{display:none}.home__filter-btn{flex:0 0 auto;padding:.8rem 1.2rem;font-size:.9rem;font-weight:600;border:none;border-radius:8px;background:transparent;color:#222;cursor:pointer;transition:background .25s ease,color .25s ease,transform .25s ease,box-shadow .25s ease}.home__filter-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 2px 6px #00000014}.home__filter-btn--active{background:#222;color:#fff!important;box-shadow:0 3px 10px #00000026;transform:translateY(-2px)}.home__empty{margin-top:1rem;font-size:1rem;text-align:center;opacity:.7}.home__products{display:flex;flex-direction:column;gap:1.5rem;padding:2rem 0;margin:2rem 1rem}.product-card{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.product-card__content{flex:1;display:flex;flex-direction:column}.product-card__title{font-size:1.2rem;font-weight:700;color:#222}.product-card__description{font-size:.75rem;color:#666;font-weight:500}.product-card__footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between}.product-card__price{font-size:12px;font-weight:700;color:#b14234;margin-top:.25rem}.product-card__button{margin-top:.25rem;padding:.5rem;font-size:.875rem;font-weight:600;background:#222;color:#fff;border-radius:99px;border:none;transition:.3s}.product-card__button:hover{background:#8a3328;transform:translateY(-3px)}.product-card__image{flex:0 0 30%;max-width:120px;border-radius:8px;object-fit:cover}.product-card__stock-info{font-size:10px;color:#e1b857;margin-top:.25rem}#menu{scroll-margin-top:90px}.home__category-section{margin-bottom:3rem}.home__category-section:last-of-type{margin-bottom:2rem}.home__category-title{font-size:clamp(1.4rem,4vw,2.2rem);font-weight:800;color:#222;padding-left:.5rem;position:relative;margin:2rem 1rem}.home__category-title:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:4px;background:#b14234;border-radius:4px}.home__category-section .home__products{padding-top:.25rem}.menu__overlay-image{position:absolute;top:10px;right:5%;width:clamp(80px,10vw,150px);pointer-events:none;z-index:1;opacity:.9}@media(min-width:640px){.menu__overlay-image{top:20px;right:8%}}@media(min-width:768px){.menu__overlay-image{top:20px;right:10%}}@media(min-width:1024px){.menu__overlay-image{top:20px;right:12%}}@media(min-width:1280px){.menu__overlay-image{top:0;right:15%}}@media(min-width:768px){.home__products{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.home__filters{justify-content:center}}@media(min-width:1024px){.home__filter-btn{font-size:1rem;padding:1rem 1.5rem}.home__products{grid-template-columns:repeat(3,1fr)}.product-card{justify-content:space-around}}.container__cart{width:100%;padding:1rem;margin-top:4rem;min-height:calc(100vh - 4rem);background:linear-gradient(160deg,#faf9f5,#c9e7cd)}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem;background:#faf9f5;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-top:3rem}.cart-empty__icon{font-size:4rem;color:#dee2e6;margin-bottom:1.5rem}.cart-empty__icon svg{width:4rem;height:4rem}.cart-empty__title{font-size:1.5rem;font-weight:700;color:#212529;margin-bottom:.75rem}.cart-empty__text{font-size:1rem;color:#6c757d;margin-bottom:2rem}.cart{max-width:1200px;margin:0 auto}.cart__header{display:flex;flex-direction:column;gap:1rem;padding:1rem;border-radius:12px}.cart__header-left,.cart__header-center,.cart__header-right{display:flex;justify-content:center;align-items:center}.cart__return{display:flex;align-items:center;gap:.5rem;background:transparent;border:2px solid #dee2e6;padding:.75rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:600;color:#495057;cursor:pointer;transition:all .3s ease}.cart__return:hover{background:#f8f9fa;border-color:#adb5bd;transform:translate(-4px)}.cart__return svg{font-size:1rem}.cart__return span{display:none}.cart__title{font-size:1.5rem;font-weight:700;color:#212529;text-align:center}.cart__count{font-size:.9rem;font-weight:400;color:#6c757d;margin-left:.5rem}.cart__trash{display:flex;align-items:center;gap:.5rem;background:transparent;border:none;padding:.75rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:600;color:#dc3545}.cart__trash:hover{color:#222}.cart__trash svg{font-size:1rem}.cart__content{display:flex;flex-direction:column;gap:1.5rem}.cart__items{display:flex;flex-direction:column;gap:1rem}.cart__btntwo{background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;border:none;padding:.875rem 1.75rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ff6b354d}.cart__btntwo:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ff6b3566}.cart__btn{width:100%;background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;border:none;padding:1rem;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:1.5rem}.cart__btn:hover:not(:disabled){transform:translateY(-2px)}.cart__btn:disabled{background:#6c757d;cursor:not-allowed;opacity:.65;transform:none;box-shadow:none}.cart-summary{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;background-color:#faf9f5}.cart-summary__title{font-size:1.25rem;font-weight:700;color:#212529;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:2px solid #e9ecef}.cart-summary__content{display:flex;flex-direction:column;gap:.75rem}.cart-summary__line{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:#495057;padding:.5rem 0}.cart-summary__line span:last-child{font-weight:600}.cart-summary__divider{height:1px;background:#e9ecef;margin:.75rem 0}.cart-summary__total{display:flex;justify-content:space-between;align-items:center;font-size:1.25rem;font-weight:700;color:#212529;padding:1rem 0 .5rem;margin-top:.5rem}.cart-summary__total-amount{color:#222;font-size:1.5rem}.cart-summary__delivery-info{color:#ff6b35;font-weight:600}.cart-summary__rules{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:8px;padding:1rem;margin:1.5rem 0 1rem}.cart-summary__rules-title{font-weight:700;color:#2c5530;margin-bottom:.75rem;font-size:.85rem;display:flex;align-items:center;gap:.5rem}.cart-summary__rules-title svg{color:#4caf50;font-size:1.1rem}.cart-summary__rules-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.cart-summary__rules-list li{font-size:.8rem;color:#495057;line-height:1.6;display:flex;align-items:flex-start;gap:.5rem}.cart-summary__rules-list li:not(:last-child){padding-bottom:.75rem;border-bottom:1px solid #dee2e6}.cart-summary__rules-list li svg{margin-top:.2rem;flex-shrink:0}.cart-summary__rules-list li strong{margin-right:.25rem}.cart-summary__rules-warning{color:#d32f2f;font-weight:600;font-size:.75rem;margin-left:.25rem}.cart-summary__min-alert{background:linear-gradient(135deg,#fff3cd,#fff8e1);border-radius:8px;padding:.875rem 1rem;margin:1rem 0;color:#856404;font-weight:600;font-size:.7rem;display:flex;align-items:center;gap:.75rem;animation:pulse-warning 2s ease-in-out infinite}.cart-summary__min-alert svg{font-size:1.1rem;color:#ffc107;flex-shrink:0}.cart-summary__min-alert span{flex:1;line-height:1.5}.cart-summary__info{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e9ecef;display:flex;flex-direction:column;gap:.5rem}.cart-summary__info p{font-size:.75rem;color:#6c757d;display:flex;align-items:center;gap:.5rem;margin:0}.cart-summary__info p svg{color:#222}.cart-summary__info-note{font-size:.8rem;color:#6c757d;font-style:italic;margin-top:.5rem}@keyframes pulse-warning{0%,to{box-shadow:0 2px 8px #ffc10726}50%{box-shadow:0 4px 12px #ffc10740}}@media(min-width:768px){.container__cart{padding:1.5rem;margin-top:5rem}.cart__header{flex-direction:row;justify-content:space-between;align-items:center;padding:1.5rem}.cart__header-left,.cart__header-center{justify-content:flex-start;flex:1}.cart__header-center{justify-content:center}.cart__header-right{justify-content:flex-end}.cart__return span{display:inline}.cart__title{font-size:1.75rem}.cart__content{flex-direction:row;gap:2rem}.cart__items{flex:1}.cart__summary{width:400px;position:sticky;top:6rem;align-self:flex-start}.cart-summary{padding:2rem}.cart-summary__title{font-size:1.5rem}.cart-summary__rules-list li,.cart-summary__min-alert{font-size:.95rem}.cart-empty{padding:4rem 2rem}.cart-empty__icon{font-size:5rem}.cart-empty__icon svg{width:5rem;height:5rem}.cart-empty__title{font-size:2rem}.cart-empty__text{font-size:1.1rem}}@media(min-width:1024px){.container__cart,.cart__header{padding:2rem}.cart__title{font-size:2rem}.cart__return,.cart__trash{padding:.875rem 1.5rem;font-size:1rem}.cart__return svg,.cart__trash svg{font-size:1.1rem}.cart__content{gap:2.5rem}.cart__summary{width:450px}.cart-summary__total{font-size:1.5rem}.cart-summary__total-amount{font-size:1.75rem}.cart-empty{padding:5rem 3rem}.cart-empty__icon{font-size:6rem}.cart-empty__icon svg{width:6rem;height:6rem}.cart-empty__title{font-size:2.25rem}}@media(min-width:1440px){.container__cart{padding:2.5rem}.cart__summary{width:500px}.cart-summary{padding:2.5rem}.cart-summary__rules-list li{font-size:1rem}}.container__checkout{width:100%;padding:20px;margin-top:5rem}.checkout__title{font-weight:800;margin-bottom:20px;text-align:center;font-size:1.5rem}.checkout__content{width:100%;max-width:600px;margin:0 auto}.checkout__form{display:flex;flex-direction:column;gap:20px;background:#faf9f5;padding:20px;border-radius:10px}.checkout__form-title{font-size:18px;font-weight:600;margin-bottom:10px}.error{background:#fdd;padding:10px;border-left:4px solid #ff4d4d;border-radius:5px;font-size:14px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field__label{font-size:14px;font-weight:500;display:flex;align-items:center;gap:6px}.form-field__input,.form-field__select,.form-field__textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:15px}.form-field__input:focus,.form-field__select:focus,.form-field__textarea:focus{border-color:#000;outline:none}.checkout__selected-city{font-size:13px;color:#444;margin-top:-10px}.checkout__delivery-schedule{margin-top:10px}.checkout__submit{border:none;cursor:pointer;padding:14px;border-radius:6px;font-size:16px;font-weight:600;background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#faf9f5}.checkout__stripe{border-top:1px solid #ddd;padding-top:10px}.checkout__stripe p{font-size:12px;color:#666;text-align:center}@media(min-width:768px){.checkout__content{max-width:900px}.checkout__form{padding:30px}.checkout__title{font-size:2.5rem}}.checkout__order-type{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.order-type__options{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem}.order-type__option{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}.order-type__option:hover{border-color:#ff6b35;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b3526}.order-type__option.active{border-color:#ff6b35;background:linear-gradient(135deg,#fff5f2,#fff);box-shadow:0 4px 12px #ff6b3533}.order-type__icon{font-size:2rem;color:#666;transition:color .3s ease}.order-type__option.active .order-type__icon{color:#ff6b35}.order-type__label{font-size:1.1rem;font-weight:600;color:#333}.order-type__description{font-size:.9rem;color:#666}@media(max-width:768px){.order-type__options{grid-template-columns:1fr}}.order-type__option.disabled{opacity:.5;cursor:not-allowed;border-color:#ccc!important;background:#f5f5f5!important}.order-type__option.disabled:hover{transform:none!important;box-shadow:none!important}.order-type__option.disabled .order-type__icon{color:#999!important}.order-type__option.disabled .order-type__description{color:#999;font-style:italic}.order-type__option--disabled{position:relative;opacity:.5;cursor:not-allowed!important;background:linear-gradient(135deg,#f5f5f5,#e0e0e0)!important;border:2px dashed #bdbdbd!important}.order-type__option--disabled .order-type__icon{color:#999!important;filter:grayscale(100%)}.order-type__option--disabled .order-type__label{color:#999!important;text-decoration:line-through}.order-type__option--disabled .order-type__description{color:#d32f2f!important;font-weight:700;font-size:.9rem}.order-type__option--disabled:after{content:"🚫";position:absolute;top:8px;right:8px;font-size:1.2rem}.checkout__summary{background:linear-gradient(135deg,#f8f9fa,#fff);border:2px solid #e9ecef;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.summary-line{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:1rem;color:#495057}.summary-line:not(:last-child){border-bottom:1px solid #e9ecef}.summary-line--total{font-size:1.25rem;font-weight:700;color:#212529;margin-top:.5rem;padding-top:1rem}.checkout__min-warning{margin-top:1rem;padding:.875rem;background:linear-gradient(135deg,#fff3cd,#fff8e1);border-radius:6px;color:#856404;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:8px}.checkout__min-warning{animation:pulse-min-warning 2s ease-in-out infinite}@media(max-width:768px){.checkout__summary{padding:1rem}.summary-line{font-size:.95rem}.summary-line--total{font-size:1.1rem}}.delivery-disabled-alert{margin-top:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#fff3e0,#ffe0b2);border-radius:8px;color:#e65100;font-weight:600;display:flex;align-items:center;gap:10px;font-size:.65rem;box-shadow:0 2px 8px #f57c0026}.delivery-disabled-alert svg{font-size:1.2rem;color:#f57c00}.checkout__min-warning{margin-top:1rem;padding:.875rem;background:linear-gradient(135deg,#fff3cd,#fff8e1);border-radius:6px;color:#856404;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:8px;animation:pulse-min-warning 2s ease-in-out infinite}.checkout__min-warning svg{font-size:1.1rem;color:#ffc107}@keyframes pulse-min-warning{0%,to{box-shadow:0 2px 8px #ffc10726}50%{box-shadow:0 4px 12px #ffc10740}}@keyframes pulse-warning{0%,to{box-shadow:0 2px 8px #f57c0026}50%{box-shadow:0 4px 12px #f57c0040}}.delivery-disabled-alert{animation:pulse-warning 2s ease-in-out infinite}.service-modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease}.service-modal{background-color:#fff;padding:2rem 1.5rem;border-radius:16px;text-align:center;max-width:90%;width:350px;box-shadow:0 8px 25px #00000040;transform:scale(.9);animation:scaleIn .3s forwards}.service-modal img{max-width:100px;margin:0 auto 1rem}.service-modal p{font-size:.85rem;color:#333;font-weight:600;margin-bottom:1.5rem;line-height:1.4}.service-modal .service-modal-close{background-color:#222;color:#fff;border:none;border-radius:10px;padding:.5rem 1.2rem;font-size:.95rem;cursor:pointer;transition:all .2s ease}.service-modal .service-modal-close:hover{background-color:#d9363e;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@media(min-width:768px){.service-modal{max-width:400px}.service-modal p{font-size:1rem}.service-modal .service-modal-close{padding:.6rem 1.5rem;font-size:1rem}}@media(min-width:1024px){.service-modal{max-width:450px}.service-modal p{font-size:1.1rem}.service-modal .service-modal-close{padding:.7rem 1.6rem;font-size:1.05rem}}.checkout-success__container{padding:2rem 1rem;min-height:100vh;background:linear-gradient(160deg,#faf9f5,#c9e7cd);display:flex;justify-content:center;align-items:center;margin-top:2rem}.checkout-success__content{background:#fff;width:100%;max-width:480px;padding:2rem;border-radius:12px;box-shadow:0 10px 15px #0000001a;text-align:center;animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.checkout-success__icon-loading{color:#a1161a;margin-bottom:1rem;margin-top:5rem}.checkout-success__title-loading{font-size:1.125rem;color:#222;margin-bottom:.5rem}.checkout-success__text-loading{font-size:.875rem;color:#666}.checkout-success__icon-error{font-size:4rem;margin-bottom:1rem;color:#b14234}.checkout-success__title-error{color:#b14234;margin-bottom:.5rem;font-size:1.25rem}.checkout-success__text-error{color:#666;margin-bottom:1.5rem;font-size:1rem}.checkout-success__icon-success{color:#3e8c4a;margin-bottom:1.5rem}.checkout-success__title-success{color:#3e8c4a;font-size:1.25rem;margin-bottom:.5rem}.checkout-success__subtitle{font-size:1.125rem;color:#555;margin-bottom:1.5rem}.checkout-success__order-box{background:#fff;padding:1.5rem;border-radius:8px;margin:2rem auto;max-width:360px}.checkout-success__order-label{font-size:.875rem;color:#888;margin-bottom:.25rem}.checkout-success__order-id{font-size:2rem;font-weight:700;color:#222}.checkout-success__actions{margin-top:2rem}.checkout-success__confirmation{font-size:1.3rem;margin-bottom:1rem;color:#3e8c4a}.checkout-success__button{width:100%;padding:1rem;font-size:1rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:background .3s,transform .15s;display:block}.checkout-success__button:hover{transform:translateY(-1px)}.checkout-success__button--home{background:#222;color:#fff}.checkout-success__button--home:hover{background:#2e6937}.conditions-generales{padding:2rem 1rem;max-width:900px;margin:0 auto;line-height:1.6}.conditions-generales h1{font-size:2rem;margin-bottom:1.5rem;text-align:center;margin-top:4rem}.conditions-generales h2{font-size:1.4rem;margin:1.5rem 0 .5rem}.conditions-generales p,.conditions-generales ul{margin-bottom:1rem}.conditions-generales ul{padding-left:1.2rem}.conditions-generales ul li{margin-bottom:.3rem}.politique-confidentialite{padding:2rem 1rem;max-width:900px;margin:0 auto;line-height:1.6}.politique-confidentialite h1{font-size:2rem;margin-bottom:1.5rem;text-align:center;margin-top:4rem}.politique-confidentialite h2{font-size:1.4rem;margin:1.5rem 0 .5rem}.politique-confidentialite p,.politique-confidentialite ul{margin-bottom:1rem}.politique-confidentialite ul{padding-left:1.2rem}.politique-confidentialite ul li{margin-bottom:.3rem}.mentions-legales{padding:2rem 1rem;max-width:900px;margin:0 auto;line-height:1.6}.mentions-legales h1{font-size:2rem;margin-bottom:1.5rem;text-align:center;margin-top:4rem}.mentions-legales h2{font-size:1.4rem;margin:1.5rem 0 .5rem}.mentions-legales p,.mentions-legales ul{margin-bottom:1rem}.mentions-legales ul{padding-left:1.2rem}.mentions-legales ul li{margin-bottom:.3rem}.admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f5f7fa,#fff);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;color:#222;padding:40px}.admin-login__card{width:520px;background:#fff;border-radius:12px;box-shadow:0 8px 30px #22222214;overflow:hidden;border:1px solid rgba(34,34,34,.04);display:flex;flex-direction:column;gap:18px;padding:28px}.admin-login__header{display:flex;align-items:center;gap:16px;padding-bottom:6px;border-bottom:1px dashed rgba(34,34,34,.04)}.admin-login__header .admin-login__icon{width:48px;height:48px;object-fit:contain;border-radius:8px;background:transparent;display:block}.admin-login__header h1,.admin-login__header h2{margin:0;line-height:1;color:#111827;font-weight:600;font-size:18px}.admin-login__header p{margin:0;color:#6b7280;font-size:13px}.admin-login .error{background:#fff5f5;color:#9b1c1c;border:1px solid rgba(153,27,27,.08);padding:12px 14px;border-radius:8px;font-size:14px}.admin-login__form{display:flex;flex-direction:column;gap:14px;padding-top:6px}.admin-login .form-field{display:flex;flex-direction:column;gap:8px}.admin-login .form-field__label{font-size:13px;color:#374151;font-weight:500}.admin-login .form-field__input{height:44px;padding:0 12px;border-radius:8px;border:1px solid rgba(15,23,42,.06);background:#fff;font-size:15px;color:#0f172a;outline:none;transition:box-shadow .18s ease,border-color .18s ease;box-shadow:0 1px #0f172a05,inset 0 0 #0000}.admin-login .form-field__input::placeholder{color:#9ca3af}.admin-login .form-field__input:hover{border-color:#0f172a1f}.admin-login .form-field__input:focus{border-color:#2563eb;box-shadow:0 6px 24px #2563eb0f}.admin-login .form-field__input:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.admin-login .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:48px;padding:0 18px;border-radius:10px;font-weight:600;font-size:15px;cursor:pointer;border:none;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease;-webkit-user-select:none;user-select:none}.admin-login .btn--primary{background:linear-gradient(180deg,#0f172a,#0b1220);color:#fff;box-shadow:0 8px 20px #0f172a1f}.admin-login .btn--large{height:52px;font-size:16px;border-radius:12px}.admin-login .btn--full-width{width:100%}.admin-login .btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 30px #0f172a1f}.admin-login .btn:active:not(:disabled){transform:translateY(0)}.admin-login .btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.admin-login__hint{margin:6px 0 0;color:#6b7280;font-size:13px;background:#0ea5e908;padding:10px 12px;border-radius:8px;display:block;line-height:1.2}.admin-login__hint strong{color:#0f172a;font-weight:600}@media(max-width:900px){.admin-login{padding:28px}.admin-login__card{width:420px;padding:22px;border-radius:10px}}@media(max-width:520px){.admin-login{padding:18px;background:#f7f8fb}.admin-login__card{width:100%;padding:18px;border-radius:10px;box-shadow:0 6px 20px #2222220f}.admin-login__header{gap:12px}.admin-login__header .admin-login__icon{width:40px;height:40px}.admin-login .form-field__input{height:46px}.admin-login .btn{height:50px;font-size:15px}.admin-login__hint{font-size:12px;padding:8px 10px}}@media(prefers-reduced-motion:reduce){.admin-login .btn,.form-field__input{transition:none!important}}.dashboard{max-width:1400px;margin:0 auto;padding:20px}.loading{display:flex;align-items:center;justify-content:center;height:100vh;font-size:24px;color:#7f8c8d}.header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:24px;flex-wrap:wrap;gap:16px}.logodash{height:40px}.header-nav{display:flex;gap:12px;flex:1;justify-content:center}.header-nav a{padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;background:#222;color:#f9f9f9;font-size:14px;text-decoration:none;transition:all .2s;border:2px solid transparent}.header-nav a:hover{transform:translateY(-2px)}.header-right{display:flex;gap:16px;align-items:center}.btn-logout{padding:10px 20px;border:none;border-radius:8px;font-weight:600;cursor:pointer;background:#b14234;color:#f9f9f9;font-size:14px}.controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-bottom:24px}.control-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;align-items:center;justify-content:space-between}.control-info h3{font-size:14px;margin-bottom:8px;color:#7f8c8d;text-transform:uppercase;letter-spacing:.5px}.control-status{font-size:24px;font-weight:700}.control-status--on{color:#27ae60}.control-status--off{color:#95a5a6}.toggle{position:relative;width:60px;height:32px;background:#bdc3c7;border-radius:16px;cursor:pointer;transition:all .3s}.toggle.active{background:#27ae60}.toggle:after{content:"";position:absolute;top:4px;left:4px;width:24px;height:24px;background:#fff;border-radius:50%;transition:all .3s}.toggle.active:after{left:32px}.control-card--count{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.control-card--count h3{color:#ffffffe6}.control-card--count .control-status{color:#fff;font-size:48px}.orders-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014}.orders-header{margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #f8f9fa}.orders-header h2{font-size:20px;font-weight:700}.orders{display:grid;gap:16px}.order{border-radius:12px;padding:20px;transition:all .2s;border-left:6px solid}.order:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.order--pending{background:linear-gradient(135deg,#fff5e6,#ffe4cc);border-left-color:#f39c12}.order--confirmed{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-left-color:#2196f3}.order--preparing{background:linear-gradient(135deg,#f3e5f5,#e1bee7);border-left-color:#9c27b0}.order--delivering{background:linear-gradient(135deg,#fff8e1,#ffecb3);border-left-color:#ff9800}.order--completed{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-left-color:#4caf50}.order--cancelled{background:linear-gradient(135deg,#f5f5f5,#e0e0e0);border-left-color:#9e9e9e}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid rgba(0,0,0,.05)}.order-main{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.order-id{font-size:28px;font-weight:800;color:#2c3e50}.order-type{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;padding:.35rem .7rem;border-radius:.5rem;font-size:.9rem}.order-type--takeaway{background:#764ba2;color:#eee}.order-type--delivery{background:#2196f3;color:#eee}.order-time{font-size:18px;font-weight:700;color:#2c3e50;background:#ffffffb3;padding:6px 12px;border-radius:6px}.order-body{display:grid;gap:12px;margin-bottom:16px}.order-client{background:#ffffffb3;padding:12px;border-radius:8px}.client-name{font-size:18px;font-weight:700;color:#2c3e50;margin-bottom:6px}.client-phone,.client-address{font-size:15px;color:#34495e;margin-top:4px}.order-notes{background:#fff3cdcc;padding:12px;border-radius:8px;font-size:15px;color:#856404;border-left:4px solid #f39c12}.order-notes strong{display:block;margin-bottom:4px}.order-items{background:#ffffffe6;padding:12px;border-radius:8px;font-size:15px;line-height:1.8;white-space:pre-line;color:#2c3e50;font-weight:500}.order-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:2px solid rgba(0,0,0,.05);flex-wrap:wrap;gap:12px}.order-total{font-size:32px;font-weight:800;color:#222}.order-actions{display:flex;gap:8px}.order-btn{padding:14px 24px;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:all .2s;font-size:15px;text-transform:uppercase;letter-spacing:.5px;background:#b14234;color:#fff;box-shadow:0 2px 4px #0000001a}.order-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003;background:#34495e}.order-btn:active{transform:translateY(0)}.empty{text-align:center;padding:60px 20px;color:#95a5a6}.empty-icon{font-size:80px;margin-bottom:16px}@media(min-width:768px)and (orientation:landscape){.orders{grid-template-columns:repeat(2,1fr)}}.admin-orders{min-height:100vh;background:#f5f7fa;padding:2rem}.admin-orders__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-orders__header-left{display:flex;align-items:center;gap:1.5rem}.admin-orders__title{font-size:2rem;font-weight:700;color:#1f2937;margin:0}.admin-orders__summary{display:flex;gap:.75rem}.summary-badge{background:#3b82f6;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.btn-back{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;text-decoration:none;color:#6b7280;font-weight:600;font-size:.9rem;transition:all .2s ease}.btn-back:hover{border-color:#3b82f6;color:#3b82f6}.filters-container{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.filter-group{margin-bottom:1.5rem}.filter-group--primary{padding-bottom:1.5rem;border-bottom:2px solid #e5e7eb}.filter-group__title{font-size:.95rem;font-weight:700;color:#1f2937;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.5px}.filter-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.filter-btn{padding:.625rem 1.25rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;font-weight:600;font-size:.9rem;color:#6b7280;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.filter-btn:hover{background:#f3f4f6;border-color:#d1d5db}.filter-btn--active{background:#3b82f6;border-color:#3b82f6;color:#fff}.filter-btn--active:hover{background:#2563eb;border-color:#2563eb}.filter-btn--secondary{background:#fff}.filter-btn--status-pending.filter-btn--active{background:#f59e0b;border-color:#f59e0b}.filter-btn--status-confirmed.filter-btn--active{background:#3b82f6;border-color:#3b82f6}.filter-btn--status-preparing.filter-btn--active{background:#8b5cf6;border-color:#8b5cf6}.filter-btn--status-delivering.filter-btn--active{background:#06b6d4;border-color:#06b6d4}.filter-btn__count{background:#ffffff4d;padding:.125rem .5rem;border-radius:12px;font-size:.8rem;font-weight:700;min-width:22px;text-align:center}.filter-btn--active .filter-btn__count{background:#ffffff40}.admin-orders__list{display:flex;flex-direction:column;gap:2rem}.empty-state{background:#fff;border-radius:12px;padding:4rem 2rem;text-align:center;box-shadow:0 1px 3px #0000001a}.empty-state__icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state__title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.empty-state__text{font-size:1rem;color:#6b7280;margin:0}.orders-by-date{margin-bottom:2rem}.date-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px 12px 0 0;margin-bottom:1rem}.date-header__left{display:flex;align-items:center;gap:1rem}.date-header__title{font-size:1.25rem;font-weight:700;margin:0;text-transform:capitalize}.date-header__count{background:#ffffff40;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden;transition:all .2s ease}.order-card:hover{box-shadow:0 4px 12px #0000001f}.order-card__header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.order-card__primary-info{display:flex;align-items:center;gap:1rem}.order-card__id{font-size:1.1rem;font-weight:700;color:#1f2937;margin:0}.order-card__delivery-time{display:flex;align-items:center;gap:.375rem;background:#fff;padding:.375rem .75rem;border-radius:6px;font-size:.9rem;font-weight:600;color:#3b82f6}.order-card__status{padding:.375rem .875rem;border-radius:6px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.order-card__status--pending{background:#fef3c7;color:#92400e}.order-card__status--confirmed{background:#dbeafe;color:#1e40af}.order-card__status--preparing{background:#ede9fe;color:#5b21b6}.order-card__status--delivering{background:#cffafe;color:#155e75}.order-card__status--completed{background:#d1fae5;color:#065f46}.order-card__status--cancelled{background:#fee2e2;color:#991b1b}.order-card__total-amount{font-size:1.5rem;font-weight:700;color:#10b981}.order-card__body{padding:1.5rem;display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}.order-card__customer{display:flex;flex-direction:column;gap:.75rem}.customer-info{display:flex;flex-direction:column;gap:.375rem}.customer-info__name{font-size:1rem;font-weight:700;color:#1f2937}.customer-info__phone{font-size:.9rem;color:#6b7280}.customer-info__address{font-size:.9rem;color:#6b7280;padding:.75rem;background:#f9fafb;border-radius:6px;margin-top:.25rem}.order-card__notes{font-size:.9rem;color:#6b7280;font-style:italic;padding:.75rem;background:#fef3c7;border-radius:6px;border-left:3px solid #f59e0b}.order-card__items{font-size:.9rem;color:#6b7280;line-height:1.6;padding:1rem;background:#f9fafb;border-radius:8px;border:1px dashed #d1d5db}.order-card__actions{padding:1rem 1.5rem;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;align-items:center;gap:1rem}.order-card__actions-label{font-size:.9rem;font-weight:600;color:#6b7280}.order-card__status-select{padding:.625rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9rem;font-weight:600;color:#1f2937;background:#fff;cursor:pointer;transition:all .2s ease}.order-card__status-select:hover{border-color:#3b82f6}.order-card__status-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.order-card__footer{padding:.75rem 1.5rem;background:#fff;border-top:1px solid #f3f4f6}.order-card__created-at{font-size:.8rem;color:#9ca3af}@media(max-width:1024px){.order-card__body{grid-template-columns:1fr}.filter-buttons{gap:.5rem}}@media(max-width:768px){.admin-orders{padding:1rem}.admin-orders__header{flex-direction:column;align-items:flex-start;gap:1rem}.admin-orders__header-left{flex-direction:column;align-items:flex-start;gap:.75rem}.admin-orders__title{font-size:1.5rem}.filters-container{padding:1rem}.filter-buttons{flex-direction:column}.filter-buttons .filter-btn{width:100%;justify-content:center}.order-card__header{flex-direction:column;align-items:flex-start;gap:.75rem}.order-card__primary-info{flex-wrap:wrap}.order-card__body{padding:1rem}.date-header{flex-direction:column;align-items:flex-start;gap:.5rem}.order-card__actions{flex-direction:column;align-items:stretch}.order-card__actions .order-card__status-select{width:100%}}.admin-products{max-width:1400px;margin:0 auto;padding:24px;background:#f5f5f5;min-height:100vh}.admin-products__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 24px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001f}.admin-products__header-left{display:flex;align-items:center;gap:16px}.admin-products__title{font-size:24px;font-weight:700;color:#2c3e50;margin:0}.btn-back{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#f8f9fa;color:#2c3e50;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s ease;border:2px solid transparent}.btn-back:hover{background:#2c3e50;color:#fff;transform:translateY(-2px);box-shadow:0 2px 4px #00000014}.btn-back i{font-size:14px}.products-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.stat-mini{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 4px #00000014;text-align:center;transition:all .2s ease}.stat-mini:hover{transform:translateY(-2px);box-shadow:0 2px 8px #0000001f}.stat-mini__value{display:block;font-size:36px;font-weight:800;color:#2c3e50;margin-bottom:8px}.stat-mini__label{display:block;font-size:14px;color:#7f8c8d;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-mini--warning{background:linear-gradient(135deg,#fff8e1,#ffecb3);border-left:4px solid #f39c12}.stat-mini--warning .stat-mini__value{color:#f39c12}.stat-mini--danger{background:linear-gradient(135deg,#ffebee,#ffcdd2);border-left:4px solid #e74c3c}.stat-mini--danger .stat-mini__value{color:#e74c3c}.stat-mini--success{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-left:4px solid #27ae60}.stat-mini--success .stat-mini__value{color:#27ae60}.filters-container{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 4px #00000014;margin-bottom:24px}.filter-group{margin-bottom:24px}.filter-group:last-child{margin-bottom:0}.filter-group__title{font-size:16px;font-weight:700;color:#2c3e50;margin-bottom:16px;display:flex;align-items:center;gap:8px}.filter-group__title i{color:#3498db}.filter-buttons{display:flex;gap:12px;flex-wrap:wrap}.filter-btn{padding:10px 20px;background:#f8f9fa;border:2px solid transparent;border-radius:100px;font-weight:600;font-size:14px;color:#2c3e50;cursor:pointer;transition:all .2s ease;white-space:nowrap}.filter-btn:hover{background:#e9ecef;transform:translateY(-2px)}.filter-btn--active{background:#2c3e50;color:#fff;border-color:#2c3e50}.filter-btn--warning.filter-btn--active{background:#f39c12;border-color:#f39c12}.filter-btn--danger.filter-btn--active{background:#e74c3c;border-color:#e74c3c}.filter-btn--success.filter-btn--active{background:#27ae60;border-color:#27ae60}.results-summary{font-size:16px;font-weight:600;color:#7f8c8d;margin-bottom:16px;padding:12px 16px;background:#f8f9fa;border-radius:8px;display:inline-block}.admin-products__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.product-admin-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 4px #00000014;transition:all .2s ease}.product-admin-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.product-admin-card__image-container{position:relative;width:100%;height:200px;background:#f8f9fa;overflow:hidden}.product-admin-card__image{width:100%;height:100%;object-fit:cover}.product-admin-card__no-image{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#95a5a6;font-size:14px;font-weight:600}.product-admin-card__no-image i{margin-bottom:12px;color:#95a5a6}.product-admin-card__upload-label{position:absolute;bottom:12px;right:12px;padding:8px 16px;background:#000000b3;color:#fff;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px}.product-admin-card__upload-label:hover{background:#000000e6;transform:scale(1.05)}.product-admin-card__upload-label i{font-size:14px}.product-admin-card__info{padding:16px}.product-admin-card__header{display:flex;justify-content:space-between;align-items:start;margin-bottom:12px;gap:12px}.product-admin-card__name{font-size:18px;font-weight:700;color:#2c3e50;margin:0;flex:1}.product-admin-card__category{padding:4px 12px;background:#f8f9fa;color:#7f8c8d;border-radius:100px;font-size:12px;font-weight:600;white-space:nowrap}.product-admin-card__price{font-size:24px;font-weight:800;color:#27ae60;margin-bottom:16px}.product-admin-card__stock-section{margin-bottom:16px;padding:12px;background:#f8f9fa;border-radius:8px}.stock-info__label{font-size:14px;font-weight:700;color:#2c3e50;margin-bottom:8px;display:block}.stock-edit{display:flex;gap:8px;align-items:center}.stock-edit__input{flex:1;padding:8px 12px;border:2px solid #dfe6e9;border-radius:8px;font-size:16px;font-weight:600;text-align:center}.stock-edit__input:focus{outline:none;border-color:#3498db}.stock-display{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.stock-badge{padding:6px 12px;border-radius:8px;font-size:14px;font-weight:700;color:#fff}.stock-badge.product-admin-card__stock--good{background:#27ae60}.stock-badge.product-admin-card__stock--medium{background:#3498db}.stock-badge.product-admin-card__stock--low{background:#f39c12}.stock-badge.product-admin-card__stock--out{background:#e74c3c}.stock-status{font-size:13px;color:#7f8c8d;font-weight:600}.btn-icon{padding:6px 10px;background:#fff;border:2px solid #dfe6e9;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:14px}.btn-icon:hover{background:#3498db;border-color:#3498db;color:#fff;transform:scale(1.1)}.btn-icon i{display:block}.product-admin-card__availability{padding-top:16px;border-top:2px solid #f8f9fa}.toggle-label{display:flex;align-items:center;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.toggle-label__input{display:none}.toggle-label__input:checked+.toggle-label__slider{background:#27ae60}.toggle-label__input:checked+.toggle-label__slider:before{transform:translate(20px)}.toggle-label__slider{position:relative;width:44px;height:24px;background:#95a5a6;border-radius:12px;transition:all .2s ease}.toggle-label__slider:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:all .2s ease}.toggle-label__text{font-size:14px;font-weight:600;color:#2c3e50}.btn{padding:10px 16px;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:all .2s ease;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:6px}.btn:hover{transform:translateY(-2px)}.btn--small{padding:6px 12px;font-size:13px}.btn--success{background:#27ae60;color:#fff}.btn--success:hover{background:#208d4e}.btn--danger{background:#e74c3c;color:#fff}.btn--danger:hover{background:#df2e1b}.loading{text-align:center;padding:60px 20px;font-size:24px;color:#7f8c8d;font-weight:600}.empty-state{text-align:center;padding:80px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 4px #00000014}.empty-state__icon{font-size:60px;margin-bottom:24px;color:#95a5a6}.empty-state__icon i{color:#95a5a6}.empty-state__title{font-size:24px;font-weight:700;color:#2c3e50;margin:0 0 12px}.empty-state__text{font-size:16px;color:#7f8c8d;margin:0}@media(max-width:768px){.admin-products{padding:16px}.admin-products__header{flex-direction:column;align-items:flex-start;gap:16px}.admin-products__header-left{width:100%;flex-direction:column;align-items:flex-start}.products-stats{grid-template-columns:repeat(2,1fr)}.admin-products__grid{grid-template-columns:1fr}.filter-buttons{flex-direction:column}.filter-buttons .filter-btn{width:100%;justify-content:center}.stock-display{flex-direction:column;align-items:flex-start}}@media(min-width:769px)and (max-width:1024px){.admin-products__grid,.products-stats{grid-template-columns:repeat(2,1fr)}}@media(min-width:1025px){.admin-products__grid{grid-template-columns:repeat(3,1fr)}.products-stats{grid-template-columns:repeat(4,1fr)}}.admin-service-hours{min-height:100vh;background:#f5f7fa;padding:2rem}.admin-service-hours__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-service-hours__header-left{display:flex;align-items:center;gap:1.5rem}.admin-service-hours__title{font-size:2rem;font-weight:700;color:#1f2937;margin:0}.alert{padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;font-weight:600}.alert--success{background:#d1fae5;color:#065f46;border:2px solid #10b981}.alert--error{background:#fee2e2;color:#991b1b;border:2px solid #ef4444}.alert__close{background:transparent;border:none;font-size:1.25rem;color:inherit;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s ease}.alert__close:hover{opacity:1}.service-hours-layout{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.service-hours-main,.service-hours-sidebar{display:flex;flex-direction:column;gap:2rem}.service-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.service-section--highlight{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.service-section__header{margin-bottom:1.5rem}.service-section__title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.service-section--highlight .service-section__title{color:#fff}.service-section__subtitle{font-size:.9rem;color:#6b7280;margin:0}.service-toggle__control{display:flex;align-items:center;gap:1.5rem}.switch{position:relative;width:60px;height:32px;flex-shrink:0}.switch input{display:none}.switch__slider{position:absolute;inset:0;background:#ffffff4d;border-radius:32px;cursor:pointer;transition:all .3s ease}.switch__slider:before{content:"";position:absolute;top:4px;left:4px;width:24px;height:24px;background:#fff;border-radius:50%;transition:all .3s ease;box-shadow:0 2px 4px #0003}input:checked+.switch__slider{background:#ffffff80}input:checked+.switch__slider:before{transform:translate(28px)}.service-toggle__info{display:flex;flex-direction:column;gap:.5rem}.service-toggle__status{font-size:1.1rem;font-weight:700;color:#ffffffe6}.service-toggle__status--active{color:#fff}.service-toggle__description{font-size:.9rem;color:#fffc;margin:0}.weekly-hours-table{overflow-x:auto}.weekly-hours-table table{width:100%;border-collapse:collapse}.weekly-hours-table table thead{background:#f9fafb}.weekly-hours-table table thead th{padding:1rem;text-align:left;font-size:.85rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e5e7eb}.weekly-hours-table table tbody tr{border-bottom:1px solid #e5e7eb}.weekly-hours-table table tbody tr:hover{background:#f9fafb}.weekly-hours-table table tbody tr.day-row--inactive{opacity:.6}.weekly-hours-table table tbody td{padding:1rem;font-size:.95rem}.day-row__day{color:#1f2937;font-weight:600}.day-row__time{color:#6b7280}.time-display{font-family:Courier New,monospace;font-weight:600;color:#3b82f6}.time-input{padding:.5rem;border:2px solid #e5e7eb;border-radius:6px;font-size:.9rem;font-weight:600;font-family:Courier New,monospace}.time-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.day-row__status{text-align:center}.status-badge{display:inline-block;padding:.375rem .875rem;border-radius:6px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.status-badge--success{background:#d1fae5;color:#065f46}.status-badge--danger{background:#fee2e2;color:#991b1b}.day-row__actions{text-align:right}.action-buttons{display:flex;gap:.5rem;justify-content:flex-end}.settings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.setting-item{display:flex;flex-direction:column;gap:.75rem}.setting-item__label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;color:#1f2937;text-transform:uppercase;letter-spacing:.5px}.setting-item__icon{font-size:1.25rem}.setting-item__control{display:flex;align-items:center;gap:.5rem}.setting-item__input{flex:1;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-weight:600;color:#1f2937}.setting-item__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.setting-item__unit{font-size:.85rem;color:#6b7280;font-weight:600;white-space:nowrap}.closure-form{background:#f9fafb;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.closure-form__fields{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field__label{font-size:.85rem;font-weight:700;color:#1f2937;text-transform:uppercase;letter-spacing:.5px}.form-field__input{padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;font-weight:500;color:#1f2937}.form-field__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-field__input::placeholder{color:#9ca3af}.form-field--checkbox{flex-direction:row;align-items:center}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#1f2937;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.form-field-group{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.closures-list{display:flex;flex-direction:column;gap:1rem}.closures-list__title{font-size:1rem;font-weight:700;color:#1f2937;margin:0 0 .75rem}.closures-list__empty{text-align:center;padding:2rem;color:#9ca3af;font-size:.95rem;font-style:italic}.closures-list__items{display:flex;flex-direction:column;gap:.75rem}.closure-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;transition:all .2s ease}.closure-item:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}.closure-item__info{display:flex;flex-direction:column;gap:.375rem;flex:1}.closure-item__date{font-size:.95rem;font-weight:700;color:#1f2937;text-transform:capitalize}.closure-item__reason{font-size:.85rem;color:#6b7280;font-style:italic}.closure-item__time{font-size:.85rem;color:#3b82f6;font-weight:600}.closure-item__delete{background:transparent;border:none;font-size:1.25rem;cursor:pointer;padding:.5rem;opacity:.6;transition:all .2s ease;flex-shrink:0}.closure-item__delete:hover{opacity:1;transform:scale(1.1)}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block;text-align:center}.btn--small{padding:.5rem 1rem;font-size:.85rem}.btn--primary{background:#3b82f6;color:#fff}.btn--primary:hover{background:#2563eb}.btn--success{background:#10b981;color:#fff}.btn--success:hover{background:#059669}.btn--danger{background:#ef4444;color:#fff}.btn--danger:hover{background:#dc2626}.btn--secondary{background:#6b7280;color:#fff}.btn--secondary:hover{background:#4b5563}.btn--block{width:100%}.loading{display:flex;align-items:center;justify-content:center;padding:4rem;font-size:1.1rem;color:#6b7280}@media(max-width:1200px){.service-hours-layout{grid-template-columns:1fr}.service-hours-sidebar{order:2}.settings-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.settings-grid{grid-template-columns:1fr}.weekly-hours-table{font-size:.9rem}.weekly-hours-table table thead th,.weekly-hours-table table tbody td{padding:.75rem}.action-buttons{flex-direction:column}.action-buttons .btn{width:100%}}@media(max-width:768px){.admin-service-hours{padding:1rem}.admin-service-hours__header{flex-direction:column;align-items:flex-start;gap:1rem}.admin-service-hours__header-left{flex-direction:column;align-items:flex-start;gap:.75rem}.admin-service-hours__title{font-size:1.5rem}.service-section{padding:1.5rem}.service-toggle__control{flex-direction:column;align-items:flex-start}.weekly-hours-table table{font-size:.85rem}.weekly-hours-table table thead th{padding:.75rem .5rem}.weekly-hours-table table thead th:first-child{position:sticky;left:0;background:#f9fafb;z-index:1}.weekly-hours-table table tbody td{padding:.75rem .5rem}.weekly-hours-table table tbody td:first-child{position:sticky;left:0;background:#fff;z-index:1}.closure-item{flex-direction:column;align-items:flex-start;gap:1rem}.closure-item__delete{align-self:flex-end}}@media(max-width:480px){.form-field-group{grid-template-columns:1fr}}.notfound-container{min-height:calc(100vh - 280px);display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#f5f7fa,#fff)}.notfound-content{text-align:center;max-width:500px;animation:fadeIn .6s ease-out}.notfound-illustration{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem;font-size:6rem;font-weight:700}.notfound-number{color:var(--primary-color, #d32f2f);text-shadow:2px 2px 4px rgba(0,0,0,.1)}.notfound-bowl{font-size:5rem;animation:bounce 2s infinite}.notfound-title{font-size:2rem;font-weight:700;color:#333;margin-bottom:1rem}.notfound-text{font-size:1.1rem;color:#666;margin-bottom:2.5rem;line-height:1.6}.notfound-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:.875rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.btn-primary{background-color:var(--primary-color, #d32f2f);color:#fff;box-shadow:0 4px 12px #d32f2f4d}.btn-primary:hover{background-color:#b71c1c;transform:translateY(-2px);box-shadow:0 6px 16px #d32f2f66}.btn-secondary{background-color:#fff;color:var(--primary-color, #d32f2f);border:2px solid var(--primary-color, #d32f2f)}.btn-secondary:hover{background-color:var(--primary-color, #d32f2f);color:#fff;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@media(max-width:768px){.notfound-illustration{font-size:4rem;gap:.5rem}.notfound-bowl{font-size:3.5rem}.notfound-title{font-size:1.5rem}.notfound-text{font-size:1rem}.notfound-actions{flex-direction:column;width:100%}.notfound-actions .btn-primary,.notfound-actions .btn-secondary{width:100%}}@media(max-width:480px){.notfound-container{padding:1rem}.notfound-illustration{font-size:3rem}.notfound-bowl{font-size:2.5rem}}
