@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:Helvetica Neue,Arial,sans-serif;font-weight:600;letter-spacing:-.02em;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}.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}.admin-layout{display:flex;min-height:100vh;background:#f5f5f5;position:relative;transition:all .3s ease}.admin-sidebar{position:fixed;left:0;top:0;height:100vh;background:linear-gradient(180deg,#1a1a2e,#16213e);color:#fff;z-index:1000;display:flex;flex-direction:column;transition:width .3s cubic-bezier(.4,0,.2,1);box-shadow:2px 0 10px #0000001a;overflow:hidden}.admin-sidebar.open{width:260px}.admin-sidebar.collapsed{width:80px}.admin-sidebar.collapsed .sidebar-title,.admin-sidebar.collapsed .nav-label{opacity:0;visibility:hidden}.admin-sidebar.collapsed .sidebar-logo{transform:scale(.7)}.sidebar-header{display:flex;align-items:center;gap:12px;padding:24px 20px;border-bottom:1px solid rgba(255,255,255,.1);min-height:80px}.sidebar-logo{width:45px;height:45px;object-fit:contain;transition:all .3s ease}.sidebar-logo-small{width:40px;height:40px;object-fit:contain;margin:0 auto}.sidebar-title{font-size:1.3rem;font-weight:700;white-space:nowrap;transition:opacity .3s ease,visibility .3s ease;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sidebar-nav{flex:1;padding:20px 0;overflow-y:auto;overflow-x:hidden}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.sidebar-nav-item{position:relative;display:flex;align-items:center;gap:16px;padding:16px 20px;color:#ffffffb3;text-decoration:none;transition:all .2s ease;margin:4px 12px;border-radius:12px;cursor:pointer}.sidebar-nav-item:hover{background:#ffffff14;color:#fff;transform:translate(4px)}.sidebar-nav-item:hover .nav-icon{transform:scale(1.1)}.sidebar-nav-item.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;box-shadow:0 4px 12px #667eea66}.sidebar-nav-item.active .nav-icon{transform:scale(1.15)}.sidebar-nav-item .nav-icon{flex-shrink:0;transition:transform .2s ease}.sidebar-nav-item .nav-label{white-space:nowrap;transition:opacity .3s ease,visibility .3s ease;font-size:.95rem}.sidebar-nav-item .active-indicator{position:absolute;right:0;top:50%;transform:translateY(-50%);width:4px;height:60%;background:#fff;border-radius:4px 0 0 4px}.sidebar-footer{padding:20px;border-top:1px solid rgba(255,255,255,.1)}.sidebar-logout-btn{display:flex;align-items:center;gap:16px;width:100%;padding:14px 16px;background:#ff3b3026;border:1px solid rgba(255,59,48,.3);border-radius:10px;color:#ff6b6b;font-size:.95rem;cursor:pointer;transition:all .2s ease}.sidebar-logout-btn:hover{background:#ff3b3040;border-color:#ff3b3080;transform:translateY(-2px);box-shadow:0 4px 12px #ff3b3033}.sidebar-logout-btn svg{flex-shrink:0}.sidebar-logout-btn span{white-space:nowrap;transition:opacity .3s ease,visibility .3s ease}.sidebar-toggle-btn{position:absolute;right:9px;bottom:15%;transform:translateY(-50%);width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #667eea66,0 2px 6px #0000001a,inset 0 -2px 4px #0000001a,inset 0 2px 4px #fff3;z-index:100}.sidebar-toggle-btn:before{content:"";position:absolute;inset:-4px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);opacity:0;filter:blur(8px);transition:opacity .3s ease;z-index:-1}.sidebar-toggle-btn:hover{transform:translateY(-50%) scale(1.15);box-shadow:0 6px 20px #667eea80,0 4px 12px #764ba24d,inset 0 -2px 4px #00000026,inset 0 2px 4px #ffffff4d}.sidebar-toggle-btn:hover:before{opacity:.6}.sidebar-toggle-btn:hover .toggle-icon{transform:scale(1.1)}.sidebar-toggle-btn:active{transform:translateY(-50%) scale(1.05);box-shadow:0 2px 8px #667eea66,inset 0 2px 6px #0003}.sidebar-toggle-btn .toggle-icon{transition:all .3s cubic-bezier(.4,0,.2,1);color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.sidebar-toggle-btn .toggle-icon.rotated{transform:rotate(180deg)}.sidebar-toggle-btn:focus-visible{outline:2px solid #667eea;outline-offset:2px}@media(prefers-reduced-motion:reduce){.sidebar-toggle-btn{transition:none}.sidebar-toggle-btn:before{display:none}.sidebar-toggle-btn .toggle-icon{transition:none}}.admin-main-content{flex:1;transition:margin-left .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1);min-height:100vh;overflow-x:hidden;width:100%}.admin-layout.sidebar-open .admin-main-content{margin-left:260px;width:calc(100% - 260px)}.admin-layout.sidebar-collapsed .admin-main-content{margin-left:80px;width:calc(100% - 80px)}.admin-mobile-header{display:none;position:fixed;top:0;left:0;right:0;height:60px;background:linear-gradient(180deg,#1a1a2e,#16213e);color:#fff;align-items:center;justify-content:space-between;padding:0 16px;z-index:999;box-shadow:0 2px 8px #0000001a}.mobile-menu-btn,.mobile-logout-btn{background:none;border:none;color:#fff;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s ease}.mobile-menu-btn:hover,.mobile-logout-btn:hover{background:#ffffff1a}.mobile-header-center{display:flex;align-items:center;gap:12px}.mobile-logo{width:35px;height:35px;object-fit:contain}.mobile-title{font-size:1.1rem;font-weight:700;margin:0}.mobile-menu-overlay{display:none;position:fixed;inset:60px 0 0;background:#00000080;z-index:998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-menu{display:none;position:fixed;top:60px;left:0;right:0;background:#fff;z-index:999;padding:12px;box-shadow:0 4px 12px #00000026;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-item{display:flex;align-items:center;gap:16px;padding:14px 16px;color:#333;text-decoration:none;border-radius:10px;transition:all .2s ease;margin-bottom:4px}.mobile-menu-item:hover{background:#f5f5f5}.mobile-menu-item.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600}.mobile-menu-item svg{flex-shrink:0}.mobile-menu-item span{font-size:.95rem}@media(max-width:1024px){.admin-sidebar.open{width:220px}.admin-sidebar.collapsed{width:70px}.admin-layout.sidebar-open .admin-main-content{margin-left:220px;width:calc(100% - 220px)}.admin-layout.sidebar-collapsed .admin-main-content{margin-left:70px;width:calc(100% - 70px)}.sidebar-header{padding:20px 16px;min-height:70px}.sidebar-title{font-size:1.15rem}.sidebar-nav-item{padding:14px 16px;margin:3px 10px}.sidebar-nav-item .nav-label{font-size:.9rem}}@media(max-width:768px)and (min-width:481px){.admin-sidebar.open{width:200px}.admin-sidebar.collapsed{width:65px}.admin-layout.sidebar-open .admin-main-content{margin-left:200px;width:calc(100% - 200px)}.admin-layout.sidebar-collapsed .admin-main-content{margin-left:65px;width:calc(100% - 65px)}.sidebar-header{padding:18px 14px;min-height:65px}.sidebar-logo{width:38px;height:38px}.sidebar-title{font-size:1.05rem}.sidebar-nav-item{padding:12px 14px;margin:3px 8px}.sidebar-nav-item .nav-label{font-size:.85rem}.sidebar-logout-btn{padding:12px 14px;font-size:.85rem}.sidebar-toggle-btn{width:22px;height:22px;right:3px}.sidebar-toggle-btn svg{width:18px;height:18px}}@media(max-width:480px){.admin-sidebar,.sidebar-toggle-btn{display:none}.admin-mobile-header{display:flex}.mobile-menu-overlay,.mobile-menu{display:block}.admin-main-content{margin-left:0!important;width:100%!important;padding-top:60px}.admin-layout.sidebar-open .admin-main-content,.admin-layout.sidebar-collapsed .admin-main-content{margin-left:0;width:100%}}@media(max-width:480px){.admin-mobile-header{height:56px;padding:0 12px}.mobile-header-center{gap:10px}.mobile-logo{width:30px;height:30px}.mobile-title{font-size:1rem}.mobile-menu-btn,.mobile-logout-btn{padding:6px}.mobile-menu-btn svg,.mobile-logout-btn svg{width:22px;height:22px}.mobile-menu{top:56px;padding:8px}.mobile-menu-overlay{top:56px}.mobile-menu-item{padding:12px 14px;gap:12px}.mobile-menu-item svg{width:20px;height:20px}.mobile-menu-item span{font-size:.9rem}.admin-main-content{padding-top:56px}}@media(max-width:375px){.admin-mobile-header{height:52px;padding:0 10px}.mobile-header-center{gap:8px}.mobile-logo{width:28px;height:28px}.mobile-title{font-size:.95rem}.mobile-menu{top:52px;padding:6px}.mobile-menu-overlay{top:52px}.mobile-menu-item{padding:10px 12px;gap:10px}.mobile-menu-item svg{width:18px;height:18px}.mobile-menu-item span{font-size:.85rem}.admin-main-content{padding-top:52px}}@media(max-width:480px)and (max-height:600px)and (orientation:landscape){.admin-mobile-header{height:48px}.mobile-menu{top:48px;max-height:calc(100vh - 48px);overflow-y:auto}.mobile-menu-overlay{top:48px}.mobile-menu-item{padding:8px 12px}.admin-main-content{padding-top:48px}}@media(min-width:1440px){.admin-sidebar.open{width:280px}.admin-layout.sidebar-open .admin-main-content{margin-left:280px;width:calc(100% - 280px)}.sidebar-header{padding:28px 24px;min-height:90px}.sidebar-logo{width:50px;height:50px}.sidebar-title{font-size:1.4rem}.sidebar-nav-item{padding:18px 24px;margin:5px 16px;gap:18px}.sidebar-nav-item .nav-icon{width:24px;height:24px}.sidebar-nav-item .nav-label{font-size:1rem}.sidebar-logout-btn{padding:16px 20px;font-size:1rem}.sidebar-logout-btn svg{width:24px;height:24px}}@media(prefers-reduced-motion:reduce){.admin-sidebar,.admin-main-content,.sidebar-nav-item,.sidebar-toggle-btn,.mobile-menu{transition:none;animation:none}.toggle-icon{transition:none}.sidebar-nav-item:hover,.sidebar-logout-btn:hover{transform:none}}.navbar{position:sticky;top:0;z-index:1000;background-color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05);height:70px;display:flex;align-items:center;transition:all .3s ease}.navbar__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}.navbar__logo{display:flex;align-items:center;transition:transform .2s ease}.navbar__logo:hover{transform:scale(1.05)}.navbar__logo img{height:40px;width:auto;object-fit:contain}.navbar--scrolled{box-shadow:0 4px 20px #00000014;height:60px}.navbar__cart-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:transparent;border:none;cursor:pointer;padding:8px;border-radius:12px;position:relative;transition:all .2s ease;color:#1a1a1a}.navbar__cart-link:hover{background-color:#0000000a}.navbar__cart-link:hover svg{transform:scale(1.1)}.navbar__cart-link svg{width:32px;height:32px;transition:transform .2s ease;stroke-width:1.5px}.navbar__cart-link span:not(.navbar__cart-badge){font-size:.7rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600;opacity:.7}.navbar__cart-link .navbar__cart-badge{position:absolute;top:4px;right:4px;background-color:#000;color:#fff;font-size:.65rem;font-weight:700;min-width:20px;height:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;border:2px solid #ffffff;box-shadow:0 2px 8px #00000026}.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}}.cart-item__image--placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f5f5,#e0e0e0)}.cart-item__image--placeholder .placeholder-icon{font-size:2.5rem;color:#999;opacity:.5}.cart-item--no-image .cart-item__details{flex:1}.cart-item__image-loader{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#f5f5f5}.cart-item__image-loader .spinner{width:30px;height:30px;border:3px solid #f3f3f3;border-top:3px solid var(--primary-color, #c8102e);border-radius:50%;animation:spin 1s linear infinite}.footer{background-color:#1a1a1a;color:#e0e0e0;padding:4rem 0 2rem}.footer__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer__main{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer__section{display:flex;flex-direction:column;gap:1.2rem}.footer__logo{display:flex;flex-direction:column;gap:.5rem}.footer__logo-image{height:60px;width:auto;object-fit:contain}.footer__logo-subtitle{font-size:.8rem;text-transform:uppercase;letter-spacing:2px;color:#d4a373;font-weight:600}.footer__contact{display:flex;flex-direction:column;gap:.8rem}.footer__contact-item{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#999;transition:color all .3s ease}.footer__contact-item:hover{color:#fff}.footer__icon{color:#d4a373}.footer__title{font-size:1.1rem;font-weight:600;color:#fff;display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.footer__title-icon{color:#d4a373}.footer__schedule-item{display:flex;justify-content:space-between;max-width:200px;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1);gap:1rem}.footer__schedule .footer__days{font-weight:500}.footer__schedule .footer__hours{color:#d4a373}.footer__social{display:flex;gap:1rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff0d;color:#fff;transition:all .3s ease}.footer__social-link:hover{background:#d4a373;color:#1a1a1a;transform:translateY(-3px)}.footer__bottom{text-align:center}.footer__divider{height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.1),transparent);margin-bottom:2rem}.footer__copyright{font-size:.85rem;color:#999;line-height:1.6}.footer__copyright p{margin:.3rem 0}.footer__copyright .supaco{color:#fff;text-decoration:none;font-weight:600;transition:color all .3s ease}.footer__copyright .supaco:hover{color:#d4a373}.footer__heart{display:inline-block;margin:0 4px;color:#e63946;vertical-align:middle}@media(max-width:900px){.footer__main{grid-template-columns:1fr 1fr}}@media(max-width:600px){.footer{padding:3rem 0 1.5rem}.footer__main{grid-template-columns:1fr;text-align:center;gap:2.5rem}.footer__logo,.footer__title,.footer__contact-item,.footer__schedule-item{justify-content:center;margin:0 auto}.footer__social{justify-content:center}}.hero{position:relative;height:100vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.hero{height:100svh;min-height:600px}}@media(max-width:480px){.hero{min-height:550px}}@media(max-width:360px){.hero{min-height:500px}}@media(max-height:500px)and (orientation:landscape){.hero{height:auto;min-height:100vh;padding:2rem 0}}.hero .home__hero{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero__video{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:0;transition:opacity 1.5s ease}.hero__video.ready{opacity:1}.hero__video video{width:100%;height:100%;object-fit:cover}.hero__video:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#00000080,#0000004d,#0009)}.hero .container__hero{position:relative;z-index:2;text-align:center;padding:0 20px;max-width:350px;display:flex;flex-direction:column;align-items:center;gap:2rem}@media(min-width:769px)and (max-width:1024px){.hero .container__hero{max-width:450px;padding:0 30px;gap:2.5rem}}@media(min-width:1025px){.hero .container__hero{max-width:600px;padding:0 40px;gap:3rem}}@media(max-width:480px){.hero .container__hero{max-width:300px;padding:0 15px;gap:1.5rem}}@media(max-width:360px){.hero .container__hero{max-width:280px;gap:1.2rem}}.hero__logo-wrapper{animation:fadeInUp 1s ease-out}.hero__logo{max-width:280px;height:auto;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3))}@media(min-width:769px)and (max-width:1024px){.hero__logo{max-width:320px}}@media(min-width:1025px){.hero__logo{max-width:400px}}@media(max-width:768px){.hero__logo{max-width:250px}}@media(max-width:480px){.hero__logo{max-width:220px}}@media(max-width:360px){.hero__logo{max-width:180px}}.hero .home__hero-subtitle{color:#fff;font-size:1.25rem;line-height:1.6;font-weight:600;letter-spacing:.5px;text-shadow:0 2px 10px rgba(0,0,0,.5);animation:fadeInUp 1s ease-out .2s backwards}@media(min-width:769px)and (max-width:1024px){.hero .home__hero-subtitle{font-size:1.35rem;line-height:1.7}}@media(min-width:1025px){.hero .home__hero-subtitle{font-size:1.5rem;line-height:1.8;max-width:90%}}@media(max-width:768px){.hero .home__hero-subtitle{font-size:1.1rem}}@media(max-width:480px){.hero .home__hero-subtitle{font-size:1rem;line-height:1.5;letter-spacing:.3px}}@media(max-width:360px){.hero .home__hero-subtitle{font-size:.95rem;line-height:1.4}}.hero__cta{display:inline-block;padding:1.2rem 3rem;background-color:#222;color:#fff;text-decoration:none;font-weight:700;letter-spacing:2px;border-radius:2rem;transition:all .3s ease;border:2px solid transparent;animation:fadeInUp 1s ease-out .4s backwards}@media(min-width:769px)and (max-width:1024px){.hero__cta{padding:1.3rem 3.5rem;font-size:1.05rem}}@media(min-width:1025px){.hero__cta{padding:1.5rem 4rem;font-size:1.1rem;letter-spacing:2.5px}}@media(max-width:480px){.hero__cta{padding:1rem 2.5rem;font-size:.9rem;letter-spacing:1.5px}}@media(max-width:360px){.hero__cta{padding:.9rem 2rem;font-size:.85rem;letter-spacing:1px}}.hero__cta:hover{background-color:transparent;border-color:#fff;transform:translateY(-5px);box-shadow:0 10px 20px #0003}@media(max-width:768px){.hero__cta:hover{transform:translateY(-3px)}}.hero__cta:active{transform:translateY(-2px)}@media(max-width:768px){.hero__cta:active{transform:translateY(-1px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.optimized-image{position:relative;overflow:hidden;background:#f5f5f5}.optimized-image__skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s infinite}.optimized-image__img{width:100%;height:100%;object-fit:cover;display:block}.optimized-image__img--loading{opacity:0}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#f5f7fa,#fff)}.error-boundary__content{max-width:600px;text-align:center;animation:fadeIn .5s ease-out}.error-boundary__icon{font-size:5rem;color:#ef4444;margin-bottom:2rem;animation:bounce 1s ease-in-out infinite}.error-boundary__title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.error-boundary__message{font-size:1.1rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.error-boundary__details{text-align:left;margin:2rem 0;padding:1rem;background:#fef2f2;border:2px solid #fee2e2;border-radius:8px}.error-boundary__details summary{cursor:pointer;font-weight:600;color:#991b1b;padding:.5rem}.error-boundary__details summary:hover{text-decoration:underline}.error-boundary__stack{margin-top:1rem;padding:1rem;background:#fff;border-radius:6px;overflow-x:auto;font-size:.85rem;color:#374151;line-height:1.4;max-height:300px;overflow-y:auto}.error-boundary__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-boundary__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;border:none}.error-boundary__btn--primary{background:#ef4444;color:#fff;box-shadow:0 4px 12px #ef44444d}.error-boundary__btn--primary:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 6px 16px #ef444466}.error-boundary__btn--secondary{background:#fff;color:#1f2937;border:2px solid #e5e7eb}.error-boundary__btn--secondary:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-2px)}.error-boundary__btn:active{transform:translateY(0)}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:768px){.error-boundary{padding:1rem}.error-boundary__icon{font-size:3.5rem}.error-boundary__title{font-size:1.5rem}.error-boundary__message{font-size:1rem}.error-boundary__actions{flex-direction:column;width:100%}.error-boundary__actions button{width:100%}}.notfound-container{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center;background:radial-gradient(circle at center,#fff,#f9f9f9)}.notfound-container .notfound-content{max-width:500px;animation:fadeIn .6s ease-out}.notfound-container .notfound-illustration{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem}.notfound-container .notfound-illustration .notfound-number{font-size:clamp(6rem,15vw,10rem);font-weight:900;color:#1a1a1a;line-height:1;letter-spacing:-5px}.notfound-container .notfound-illustration .notfound-bowl{font-size:clamp(5rem,12vw,8rem);display:inline-block;animation:bowlBounce 2s infinite ease-in-out;filter:drop-shadow(0 10px 15px rgba(0,0,0,.1))}.notfound-container .notfound-title{font-size:2rem;font-weight:850;color:#1a1a1a;margin-bottom:1rem;letter-spacing:-.5px}.notfound-container .notfound-text{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2.5rem}.notfound-container .notfound-actions{display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width:480px){.notfound-container .notfound-actions{flex-direction:row;justify-content:center}}.notfound-container .notfound-actions .btn-primary,.notfound-container .notfound-actions .btn-secondary{padding:1rem 2rem;border-radius:50px;font-weight:700;text-decoration:none;transition:all .3s ease;min-width:200px}.notfound-container .notfound-actions .btn-primary{background:#1a1a1a;color:#fff;box-shadow:0 10px 20px #0000001a}.notfound-container .notfound-actions .btn-primary:hover{background:#a1161a;transform:translateY(-3px)}.notfound-container .notfound-actions .btn-secondary{background:#f0f0f0;color:#444}.notfound-container .notfound-actions .btn-secondary:hover{background:#e5e5e5;color:#000}@keyframes bowlBounce{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-15px) rotate(-5deg)}75%{transform:translateY(-5px) rotate(5deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.notification-settings{position:relative}.notification-settings .settings-trigger{background:#f0f0f0;border:none;width:45px;height:45px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#444;transition:all .2s}.notification-settings .settings-trigger:active{transform:scale(.9);background:#e0e0e0}.notification-settings .modal-backdrop{position:fixed;inset:0;background:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:999;animation:fadeIn .3s ease-out}.notification-settings .settings-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:400px;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;z-index:1000;overflow:hidden;animation:modalSlideIn .3s cubic-bezier(.165,.84,.44,1);border:1px solid rgba(0,0,0,.1)}@media(max-width:480px){.notification-settings .settings-modal{width:85%;max-width:350px}}.notification-settings .settings-header{background:#f8f9fa;padding:1.2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee}.notification-settings .settings-header h3{font-size:.95rem;font-weight:800;margin:0;text-transform:uppercase;letter-spacing:.5px}.notification-settings .settings-header .close-btn{background:none;border:none;color:#999;padding:5px}.notification-settings .settings-body{padding:1.5rem;display:flex;flex-direction:column;gap:1.2rem}.notification-settings .setting-item{display:flex;justify-content:space-between;align-items:center}.notification-settings .setting-item.volume-control{flex-direction:column;align-items:flex-start;gap:1rem}.notification-settings .setting-label{display:flex;align-items:center;gap:.8rem;font-weight:700;font-size:.95rem}.notification-settings .setting-label .volume-percentage{font-size:.8rem;color:#999;background:#f0f0f0;padding:2px 6px;border-radius:4px}.notification-settings .setting-label .text-success{color:#2a9d8f}.notification-settings .setting-label .text-danger{color:#e63946}.notification-settings .status-badge{font-size:.75rem;font-weight:800;padding:.4rem .8rem;border-radius:50px;text-transform:uppercase}.notification-settings .status-badge.connected{background:#2a9d8f1a;color:#2a9d8f}.notification-settings .status-badge.disconnected{background:#e639461a;color:#e63946}.notification-settings .toggle-switch{position:relative;display:inline-block;width:55px;height:30px}.notification-settings .toggle-switch input{opacity:0;width:0;height:0}.notification-settings .toggle-switch .toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:34px}.notification-settings .toggle-switch .toggle-slider:before{position:absolute;content:"";height:22px;width:22px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}.notification-settings .toggle-switch input:checked+.toggle-slider{background-color:#2a9d8f}.notification-settings .toggle-switch input:checked+.toggle-slider:before{transform:translate(25px)}.notification-settings .volume-slider{width:100%;-webkit-appearance:none;height:12px;border-radius:10px;background:#eee;outline:none}.notification-settings .volume-slider::-webkit-slider-thumb{-webkit-appearance:none;width:24px;height:24px;border-radius:50%;background:#1a1a1a;cursor:pointer;border:4px solid #fff;box-shadow:0 2px 5px #0003}.notification-settings .test-sound-btn{width:100%;padding:1rem;border-radius:12px;border:2px solid #eee;background:#fff;font-weight:700;color:#1a1a1a;transition:all .2s}.notification-settings .test-sound-btn:active{background:#f9f9f9;border-color:#ddd;transform:scale(.98)}.notification-settings .divider{height:1px;background:#f0f0f0;margin:.5rem 0}.notification-modal-backdrop{position:fixed;inset:0;background:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9999;animation:fadeIn .3s ease-out}.notification-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:450px;background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d;z-index:10000;overflow:hidden;animation:modalSlideIn .3s cubic-bezier(.165,.84,.44,1);border:2px solid #10b981;max-height:90vh;overflow-y:auto}@media(max-width:768px){.notification-modal{width:92%;max-width:400px;border-radius:20px}}@media(max-width:480px){.notification-modal{width:90%;max-width:360px;border-radius:16px;max-height:85vh}}@media(max-width:375px){.notification-modal{width:92%;max-width:320px;border-radius:14px}}@media(max-width:320px){.notification-modal{width:95%;border-radius:12px}}@media(max-height:600px)and (orientation:landscape){.notification-modal{max-height:95vh;top:50%;transform:translate(-50%,-50%);overflow-y:auto}}@media(max-height:500px)and (orientation:landscape){.notification-modal{max-height:90vh;border-radius:12px}}.notification-modal__header{background:linear-gradient(135deg,#10b981,#059669);padding:1.5rem;display:flex;justify-content:space-between;align-items:center;color:#fff}@media(max-width:480px){.notification-modal__header{padding:1.25rem 1rem}}@media(max-width:375px){.notification-modal__header{padding:1rem .875rem}}@media(max-height:600px)and (orientation:landscape){.notification-modal__header{padding:1rem}}.notification-modal__title{font-size:1.2rem;font-weight:800;margin:0;display:flex;align-items:center;gap:.75rem;text-transform:uppercase;letter-spacing:.5px;flex:1;min-width:0;word-break:break-word}@media(max-width:480px){.notification-modal__title{font-size:1rem;gap:.5rem;letter-spacing:.3px}}@media(max-width:375px){.notification-modal__title{font-size:.9rem;gap:.4rem}}.notification-modal__icon{font-size:1.5rem;flex-shrink:0}@media(max-width:480px){.notification-modal__icon{font-size:1.3rem}}@media(max-width:375px){.notification-modal__icon{font-size:1.2rem}}.notification-modal__close{background:#fff3;border:none;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0;margin-left:.5rem}@media(max-width:480px){.notification-modal__close{width:32px;height:32px;margin-left:.375rem}.notification-modal__close svg{width:18px;height:18px}}@media(max-width:375px){.notification-modal__close{width:28px;height:28px}.notification-modal__close svg{width:16px;height:16px}}.notification-modal__close:hover{background:#ffffff4d}.notification-modal__close:active{transform:scale(.9)}.notification-modal__body{padding:2rem;text-align:center}@media(max-width:480px){.notification-modal__body{padding:1.5rem 1.25rem}}@media(max-width:375px){.notification-modal__body{padding:1.25rem 1rem}}@media(max-width:320px){.notification-modal__body{padding:1rem .875rem}}@media(max-height:600px)and (orientation:landscape){.notification-modal__body{padding:1.25rem 1.5rem}}.notification-modal__message{font-size:1.05rem;color:#333;line-height:1.6;margin:0 0 1.5rem;word-wrap:break-word;overflow-wrap:break-word}@media(max-width:480px){.notification-modal__message{font-size:.95rem;line-height:1.5;margin:0 0 1.25rem}}@media(max-width:375px){.notification-modal__message{font-size:.9rem;margin:0 0 1rem}}.notification-modal__button{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-weight:700;font-size:1.1rem;cursor:pointer;width:100%;transition:all .3s;box-shadow:0 4px 15px #10b9814d;white-space:normal;word-wrap:break-word;min-height:48px}@media(max-width:480px){.notification-modal__button{padding:.875rem 1.5rem;font-size:1rem;border-radius:10px}}@media(max-width:375px){.notification-modal__button{padding:.75rem 1.25rem;font-size:.95rem;border-radius:8px}}@media(max-width:320px){.notification-modal__button{padding:.625rem 1rem;font-size:.9rem}}@media(min-width:769px){.notification-modal__button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}}.notification-modal__button:active{transform:translateY(0);box-shadow:0 2px 10px #10b9814d}.notification-modal--warning{border-color:#f59e0b}.notification-modal--warning .notification-modal__header{background:linear-gradient(135deg,#f59e0b,#f97316)}.notification-modal--warning .notification-modal__button{background:linear-gradient(135deg,#f59e0b,#f97316);box-shadow:0 4px 15px #f59e0b4d}.notification-modal--warning .notification-modal__button:hover{box-shadow:0 6px 20px #f59e0b66}.notification-modal--warning .notification-modal__button:active{box-shadow:0 2px 10px #f59e0b4d}.notification-modal__close:focus-visible,.notification-modal__button:focus-visible{outline:3px solid rgba(255,255,255,.8);outline-offset:2px}.notification-modal__button:focus-visible{outline-color:#10b981}.notification-modal--warning .notification-modal__button:focus-visible{outline-color:#f59e0b}@keyframes modalSlideIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media(prefers-reduced-motion:reduce){.notification-modal-backdrop,.notification-modal{animation:none}.notification-modal,.notification-modal__button,.notification-modal__close{transition:none}.notification-modal__button:hover,.notification-modal__close:hover,.notification-modal__button:active,.notification-modal__close:active{transform:none}}.container__home{position:relative}.container__home h1{font-size:2.5rem;font-weight:700;color:#222;margin:1rem}.container__home h1 span{color:#10b981}@media screen and (min-width:768px){.container__home h1{font-size:3.5rem;text-align:center}}.home__filters{position:sticky;top:4.3rem;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;scroll-behavior:smooth}.home__filters::-webkit-scrollbar{display:none}@media(max-width:480px){.home__filters{padding:.6rem .5rem;gap:.4rem;top:4.3rem}}@media(min-width:481px)and (max-width:767px){.home__filters{padding:.7rem .5rem;gap:.45rem}}@media(min-width:768px)and (max-width:1023px){.home__filters{padding:.8rem .75rem;gap:.5rem;justify-content:flex-start;flex-wrap:nowrap}}@media(min-width:1024px){.home__filters{justify-content:center;flex-wrap:wrap;gap:.8rem;padding:1.2rem 2rem;overflow-x:visible}}@media(min-width:1280px){.home__filters{gap:1rem}}.home__filter-btn{flex:0 0 auto;display:flex;align-items:center;gap:.5rem;padding:.8rem 1.2rem;font-size:.9rem;font-weight:600;border:none;border-radius:8px;background:transparent;color:#222;cursor:pointer;white-space:nowrap;transition:background .25s ease,color .25s ease,transform .25s ease,box-shadow .25s ease;letter-spacing:.5px}@media(max-width:360px){.home__filter-btn{padding:.6rem .8rem;font-size:.75rem;letter-spacing:.3px}}@media(min-width:361px)and (max-width:480px){.home__filter-btn{padding:.65rem .9rem;font-size:.8rem;letter-spacing:.4px}}@media(min-width:481px)and (max-width:767px){.home__filter-btn{padding:.75rem 1rem;font-size:.85rem}}@media(min-width:768px)and (max-width:1023px){.home__filter-btn{padding:.85rem 1.3rem;font-size:.95rem}}@media(min-width:1024px){.home__filter-btn{font-size:1rem;padding:1rem 1.5rem;letter-spacing:.8px}}@media(min-width:1280px){.home__filter-btn{padding:1.1rem 1.8rem;font-size:1.05rem}}@media(min-width:1024px){.home__filter-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 2px 6px #00000014}}.home__filter-btn:active{transform:scale(.98)}.home__filter-btn--active{background:#222;color:#fff!important;box-shadow:0 3px 10px #00000026;transform:translateY(-2px)}.home__filter-btn--active .filter-btn__count{background:#fff3;color:#fff}.filter-btn__label{position:relative;z-index:1}.home__results{animation:fadeIn .4s ease-in}.home__results--filtering{opacity:.6;pointer-events:none;transition:opacity .3s ease}#menu{scroll-margin-top:90px}.home__category-section{animation:slideUp .6s ease-out;scroll-margin-top:180px;transition:opacity .3s ease,transform .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.home__category-section{scroll-margin-top:140px}}@media(min-width:481px)and (max-width:767px){.home__category-section{scroll-margin-top:160px}}@media(min-width:1024px){.home__category-section{scroll-margin-top:200px}}.home__category-section:last-of-type{margin-bottom:2rem}@media(max-width:480px){.home__category-section:last-of-type{margin-bottom:2rem}}@media(min-width:1024px){.home__category-section:last-of-type{margin-bottom:4rem}}.home__category-section .home__products{padding-top:.25rem}.home__category-section .product-card{animation:fadeInScale .5s ease-out backwards}.home__category-section .product-card:nth-child(1){animation-delay:.05s}.home__category-section .product-card:nth-child(2){animation-delay:.1s}.home__category-section .product-card:nth-child(3){animation-delay:.15s}.home__category-section .product-card:nth-child(4){animation-delay:.2s}.home__category-section .product-card:nth-child(5){animation-delay:.25s}.home__category-section .product-card:nth-child(6){animation-delay:.3s}.home__category-section .product-card:nth-child(7){animation-delay:.35s}.home__category-section .product-card:nth-child(8){animation-delay:.4s}.home__category-section .product-card:nth-child(9){animation-delay:.45s}.home__category-section .product-card:nth-child(10){animation-delay:.5s}.home__category-section .product-card:nth-child(11){animation-delay:.55s}.home__category-section .product-card:nth-child(12){animation-delay:.6s}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.home__category-header{display:flex;align-items:center;justify-content:space-between;margin:2rem 1rem;gap:1rem}@media(max-width:360px){.home__category-header{margin:1rem .5rem}}@media(min-width:361px)and (max-width:480px){.home__category-header{margin:1.2rem .75rem}}@media(min-width:481px)and (max-width:767px){.home__category-header{margin:1.5rem 1rem}}@media(min-width:768px)and (max-width:1023px){.home__category-header{margin:2rem 1.5rem}}@media(min-width:1024px){.home__category-header{margin:2.5rem 2rem}}.home__category-title{font-size:clamp(1.4rem,4vw,2.2rem);color:#fff;padding-left:.5rem;position:relative;margin:0}@media(max-width:360px){.home__category-title{font-size:1.1rem;padding-left:.3rem}}@media(min-width:361px)and (max-width:480px){.home__category-title{font-size:1.25rem;padding-left:.4rem}}@media(min-width:481px)and (max-width:767px){.home__category-title{font-size:1.4rem}}@media(min-width:1024px){.home__category-title{font-size:2rem}}@media(min-width:1280px){.home__category-title{font-size:2.2rem}}.home__products{display:flex;flex-direction:column;gap:.9rem;padding:2rem 0;margin:2rem 1rem}@media(max-width:360px){.home__products{gap:.7rem;margin:1rem .5rem;padding:1rem 0}}@media(min-width:361px)and (max-width:480px){.home__products{gap:.8rem;margin:1.5rem .75rem;padding:1.5rem 0}}@media(min-width:481px)and (max-width:767px){.home__products{gap:1rem;margin:1.75rem 1rem}}@media(min-width:768px)and (max-width:1023px){.home__products{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:2rem 1.5rem}}@media(min-width:1024px)and (max-width:1279px){.home__products{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:2.5rem 2rem}}@media(min-width:1280px){.home__products{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin:3rem 2.5rem}}@media(min-width:1536px){.home__products{grid-template-columns:repeat(4,1fr);max-width:1600px;margin:3rem auto}}.product-card{display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(110deg,#fff6,#fffc);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:0 0 1rem 0rem;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d;padding:.5rem}.product-card--closed{opacity:.7;filter:grayscale(.5);cursor:not-allowed;background:#fafafa}.product-card__content{display:flex;flex-direction:column;gap:.5rem;flex-grow:1}.product-card__title{margin:0;font-size:1.25rem;font-weight:800;color:#1a1a1a;line-height:1.3;letter-spacing:.02em;text-transform:capitalize;transition:color .2s ease}@media(max-width:360px){.product-card__title{font-size:1rem;line-height:1.2}}@media(min-width:361px)and (max-width:480px){.product-card__title{font-size:1.1rem}}@media(min-width:481px)and (max-width:767px){.product-card__title{font-size:1.15rem}}@media(min-width:768px){.product-card__title{font-size:1.3rem;line-height:1.4}}@media(min-width:1024px){.product-card__title{font-size:1.35rem}}@media(min-width:1280px){.product-card__title{font-size:1.4rem}}.product-card__description{margin:0;font-size:.9rem;color:#666;line-height:1.6;letter-spacing:.01em;font-weight:400;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:360px){.product-card__description{font-size:.8rem;line-height:1.5;-webkit-line-clamp:2}}@media(min-width:361px)and (max-width:480px){.product-card__description{font-size:.85rem;line-height:1.55}}@media(min-width:768px){.product-card__description{font-size:.95rem;line-height:1.65}}@media(min-width:1024px){.product-card__description{font-size:1rem;line-height:1.7}}.product-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid #ddd}.product-card__price{font-size:1.15rem;font-weight:800;color:#1a1a1a;margin-bottom:0;letter-spacing:.03em;text-shadow:0 1px 2px rgba(0,0,0,.05)}@media(max-width:360px){.product-card__price{font-size:1rem}}@media(min-width:361px)and (max-width:480px){.product-card__price{font-size:1.05rem}}@media(min-width:768px){.product-card__price{font-size:1.2rem}}@media(min-width:1024px){.product-card__price{font-size:1.3rem}}.product-card__button{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;border:none;background:#000;color:#fff;cursor:pointer;transition:transform .2s,background-color .2s}@media(min-width:1024px){.product-card__button:hover:not(:disabled){background:#333;transform:scale(1.05)}}.product-card__button:active:not(:disabled){transform:scale(.95)}.product-card__button.btn-disabled{background:#e0e0e0;color:#a0a0a0;cursor:not-allowed;font-size:.75rem;font-weight:600;width:auto;padding:0 1rem}.product-card__stock-info{margin-top:.75rem}.product-card__stock-warning{margin:0;font-size:.8rem;font-weight:600;color:#d63031;display:flex;align-items:center;gap:.25rem}.product-card__stock-warning:before{content:"•";font-size:1.2rem}.product-card__image{order:-1;width:100%;height:180px;object-fit:cover;border-radius:12px;margin-bottom:1rem;background:#f8f9fa}.home__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;margin-top:1rem}.home__empty p{font-size:1rem;color:#666;opacity:.7;margin-bottom:1.5rem}.home__empty .btn{padding:.75rem 2rem;font-size:.95rem}.menu__overlay-image{position:absolute;top:45px;right:5%;width:clamp(100px,10vw,150px);pointer-events:none;opacity:.9;transition:all .3s ease}@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%}}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem}.loading .spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #222;border-radius:50%;animation:spin 1s linear infinite}.loading p{font-size:1.1rem;color:#666}.home__category-section,.home__products>*{transition:opacity .3s ease,transform .3s ease}.home .container__home h1{font-size:2.5rem;font-weight:800;color:#1a1a1a;margin-bottom:2rem;text-align:center;text-transform:uppercase;letter-spacing:.05em;text-shadow:0 2px 8px rgba(0,0,0,.08);line-height:1.2}@media(max-width:360px){.home .container__home h1{font-size:1.5rem;margin-bottom:1.2rem;letter-spacing:.03em}}@media(min-width:361px)and (max-width:480px){.home .container__home h1{font-size:1.75rem;margin-bottom:1.4rem}}@media(min-width:481px)and (max-width:767px){.home .container__home h1{font-size:2rem;margin-bottom:1.6rem}}@media(min-width:768px)and (max-width:1023px){.home .container__home h1{font-size:2.5rem;margin-bottom:1.8rem}}@media(min-width:1024px){.home .container__home h1{font-size:3rem;letter-spacing:.08em}}@media(min-width:1280px){.home .container__home h1{font-size:3.5rem;letter-spacing:.1em}}.home__category-section{scroll-margin-top:160px}.home__category-header{display:flex;align-items:center;justify-content:center;gap:1.5rem;border-radius:12px;padding:.5rem 0}@media(max-width:480px){.home__category-header{gap:1rem;padding:.3rem 0}}@media(min-width:768px)and (max-width:1023px){.home__category-header{gap:1.8rem}}@media(min-width:1024px){.home__category-header{gap:2rem;padding:1rem 0}}.home__category-title{font-size:1.5rem;font-weight:800;color:#1a1a1a;text-transform:uppercase;letter-spacing:.1em;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.1);position:relative}@media(max-width:360px){.home__category-title{font-size:1.1rem;letter-spacing:.05em}}@media(min-width:361px)and (max-width:480px){.home__category-title{font-size:1.25rem;letter-spacing:.08em}}@media(min-width:481px)and (max-width:767px){.home__category-title{font-size:1.35rem}}@media(min-width:768px)and (max-width:1023px){.home__category-title{font-size:1.6rem;letter-spacing:.12em}}@media(min-width:1024px){.home__category-title{font-size:1.8rem;letter-spacing:.15em}}@media(min-width:1280px){.home__category-title{font-size:2rem}}.home__category-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:40px;height:3px;background:linear-gradient(90deg,transparent,#335A1F,transparent);border-radius:2px;transition:width .3s ease}@media(max-width:480px){.home__category-title:after{width:30px;height:2px;bottom:-6px}}@media(min-width:1024px){.home__category-title:after{width:60px;height:4px;bottom:-10px}}@media(min-width:1024px){.home__category-title:hover:after{width:80px}}.home .loading,.home .error,.home__empty{text-align:center;padding:5rem 2rem}.home .loading p,.home .error p,.home__empty p{font-size:1.2rem;color:#666;margin-bottom:1.5rem}.home .spinner{width:40px;height:40px;border:3px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#1a1a1a;animation:spin .8s linear infinite;margin:0 auto 1rem}.container__cart{max-width:1100px;margin:10px auto 50px;padding:0 1rem;min-height:70vh}.cart__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;border-bottom:1px solid #eee;padding-bottom:1.5rem}@media(max-width:768px){.cart__header{flex-direction:column;gap:1.5rem;text-align:center}}.cart__return{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#1a1a1a;font-weight:500;cursor:pointer;transition:transform .2s ease}.cart__return:hover{transform:translate(-5px);color:#d4a373}.cart__title{font-size:1.8rem;font-weight:800}.cart__count{color:#d4a373;font-weight:400;font-size:1.2rem}.cart__content{display:grid;grid-template-columns:1.6fr 1fr;gap:3rem;align-items:flex-start}@media(max-width:992px){.cart__content{grid-template-columns:1fr}}.cart__items{display:flex;flex-direction:column;gap:1.5rem}.cart__trash{display:flex;align-items:center;gap:.5rem;margin-top:1rem;background:none;border:none;color:#999;font-size:.9rem;cursor:pointer;align-self:flex-start;transition:color .2s}.cart__trash:hover{color:#e63946}.cart__btn{width:100%;padding:1.2rem;background:#1a1a1a;color:#fff;border:none;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease}.cart__btn:hover:not(:disabled){background:#d4a373;transform:translateY(-2px);box-shadow:0 5px 15px #d4a3734d}.cart__btn:disabled{background:#ccc;cursor:not-allowed}.cart-summary{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000000d;position:sticky;top:100px}.cart-summary__title{font-size:1.3rem;margin-bottom:1.5rem;font-weight:700}.cart-summary__line{display:flex;justify-content:space-between;margin-bottom:1rem;color:#666}.cart-summary__divider{height:1px;background:#eee;margin:1.5rem 0}.cart-summary__total{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;font-weight:800;font-size:1.4rem}.cart-summary__total-amount{color:#d4a373}.cart-summary__rules{background:#f9f9f9;padding:1rem;border-radius:12px;margin-bottom:1.5rem}.cart-summary__rules-title{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;margin-bottom:.8rem}.cart-summary__rules-list{list-style:none;font-size:.85rem}.cart-summary__rules-list li{margin-bottom:.5rem}.cart-summary__rules-warning{color:#e63946;font-size:.75rem;display:block;margin-top:2px}.cart-summary__min-alert{display:flex;align-items:center;gap:.7rem;background:#e639460d;color:#e63946;padding:1rem;border-radius:10px;font-size:.85rem;margin-bottom:1.5rem;border:1px solid rgba(230,57,70,.1)}.cart-summary__info{margin-top:1.5rem;text-align:center;font-size:.8rem;color:#999}.cart-summary__info p{display:flex;align-items:center;justify-content:center;gap:4px}.cart-empty{text-align:center;padding:5rem 0}.cart-empty__icon{color:#ddd;margin-bottom:1.5rem}.cart-empty__title{font-size:2rem;margin-bottom:1rem}.cart-empty__text{color:#888;margin-bottom:2rem}.cart__btntwo{padding:1rem 2rem;background:#d4a373;color:#fff;border:none;border-radius:50px;font-weight:600;display:inline-flex;align-items:center;cursor:pointer;transition:.3s}.cart__btntwo:hover{background:#c8894c}.cart-sidebar__overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:all .3s ease;z-index:1100}.cart-sidebar__overlay--active{opacity:1;visibility:visible}.cart-sidebar{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:380px;background:#fff;z-index:1200;box-shadow:-10px 0 30px #0000001a;display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s cubic-bezier(.165,.84,.44,1)}.cart-sidebar--open{transform:translate(0)}.cart-sidebar .cart-sidebar__header{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0}.cart-sidebar .cart-sidebar__header .cart-sidebar__header-content{display:flex;align-items:center;gap:.8rem;color:#1a1a1a}.cart-sidebar .cart-sidebar__header .cart-sidebar__header-content .cart-sidebar__title{font-size:1.25rem;font-weight:850;margin:0;display:flex;align-items:center;gap:.5rem}.cart-sidebar .cart-sidebar__header .cart-sidebar__header-content .cart-sidebar__title .cart-sidebar__count{color:#d4a373;font-weight:600}.cart-sidebar .cart-sidebar__header .cart-sidebar__close{background:#f5f5f5;border:none;padding:.5rem;border-radius:50%;cursor:pointer;color:#999;display:flex;transition:all .2s}.cart-sidebar .cart-sidebar__header .cart-sidebar__close:hover{background:#1a1a1a;color:#fff}.cart-sidebar .cart-sidebar__items{flex:1;overflow-y:auto;padding:1rem}.cart-sidebar .cart-sidebar__items::-webkit-scrollbar{width:5px}.cart-sidebar .cart-sidebar__items::-webkit-scrollbar-thumb{background:#eee;border-radius:10px}.cart-sidebar .cart-sidebar__items .cart-sidebar__item{display:flex;gap:1rem;padding:1rem;border-bottom:1px solid #f0f0f0;transition:all .3s ease}.cart-sidebar .cart-sidebar__items .cart-sidebar__item--removing{opacity:0;transform:translate(30px)}.cart-sidebar .cart-sidebar__items .cart-sidebar__item .cart-sidebar__item-image{width:80px;height:80px;border-radius:12px;object-fit:cover;background:#f0f0f0}.cart-sidebar .cart-sidebar__items .cart-sidebar__item .cart-sidebar__item-placeholder{width:80px;height:80px;border-radius:12px;background:#f9f9f9;display:flex;align-items:center;justify-content:center;color:#ccc}.cart-sidebar .cart-sidebar__items .cart-sidebar__item .cart-sidebar__item-info{flex:1}.cart-sidebar .cart-sidebar__items .cart-sidebar__item .cart-sidebar__item-info .cart-sidebar__item-name{font-size:.95rem;font-weight:700;margin:0 0 .3rem;color:#1a1a1a}.cart-sidebar .cart-sidebar__items .cart-sidebar__item .cart-sidebar__item-info .cart-sidebar__item-price{font-size:.9rem;color:#666;margin-bottom:.8rem}.cart-sidebar .cart-sidebar__items .cart-sidebar__item .cart-sidebar__item-info .cart-sidebar__item-controls{display:inline-flex;align-items:center;background:#f5f5f5;padding:3px;border-radius:8px}.cart-sidebar .cart-sidebar__items .cart-sidebar__item .cart-sidebar__item-info .cart-sidebar__item-controls .cart-sidebar__qty-btn{background:#fff;border:none;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0000000d}.cart-sidebar .cart-sidebar__items .cart-sidebar__item .cart-sidebar__item-info .cart-sidebar__item-controls .cart-sidebar__qty-btn:disabled{opacity:.4;cursor:not-allowed}.cart-sidebar .cart-sidebar__items .cart-sidebar__item .cart-sidebar__item-info .cart-sidebar__item-controls .cart-sidebar__qty{padding:0 .8rem;font-weight:800;font-size:.9rem}.cart-sidebar .cart-sidebar__items .cart-sidebar__item .cart-sidebar__item-actions{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.cart-sidebar .cart-sidebar__items .cart-sidebar__item .cart-sidebar__item-actions .cart-sidebar__item-subtotal{font-weight:800;font-size:.95rem;color:#1a1a1a}.cart-sidebar .cart-sidebar__items .cart-sidebar__item .cart-sidebar__item-actions .cart-sidebar__item-remove{background:none;border:none;color:#bbb;cursor:pointer;padding:4px}.cart-sidebar .cart-sidebar__items .cart-sidebar__item .cart-sidebar__item-actions .cart-sidebar__item-remove:hover{color:#e63946}.cart-sidebar .cart-sidebar__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.cart-sidebar .cart-sidebar__empty .cart-sidebar__empty-icon{color:#eee;margin-bottom:1.5rem}.cart-sidebar .cart-sidebar__empty .cart-sidebar__empty-text{font-size:1.5rem;color:#999;font-weight:600;margin-bottom:1.5rem}.cart-sidebar .cart-sidebar__empty .cart-sidebar__empty-btn{background:#1a1a1a;color:#fff;border:none;padding:1rem 1.5rem;border-radius:50px;font-weight:700;font-size:1rem}.cart-sidebar .cart-sidebar__footer{padding:1.5rem;border-top:1px solid #f0f0f0;background:#fff}.cart-sidebar .cart-sidebar__footer .cart-sidebar__total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.cart-sidebar .cart-sidebar__footer .cart-sidebar__total .cart-sidebar__total-amount{font-size:1.4rem;font-weight:900;color:#1a1a1a}.cart-sidebar .cart-sidebar__footer .cart-sidebar__checkout-btn{width:100%;background:#1a1a1a;color:#fff;border:none;padding:1.2rem;border-radius:14px;font-weight:800;font-size:1.1rem;display:flex;align-items:center;justify-content:center;gap:.8rem;margin-bottom:.8rem;transition:transform .2s}.cart-sidebar .cart-sidebar__footer .cart-sidebar__checkout-btn:active{transform:scale(.98)}.cart-sidebar .cart-sidebar__footer .cart-sidebar__view-btn{width:100%;background:none;border:2px solid #eee;padding:.8rem;border-radius:12px;font-weight:700;color:#666;cursor:pointer}@media(max-width:480px){.cart-sidebar{max-width:100%}}.container__checkout{margin:15px auto 60px;padding:0 1rem}.checkout__form{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 40px #0000000a;display:flex;flex-direction:column;gap:1.5rem}@media(max-width:600px){.checkout__form{padding:1.5rem}}.checkout__form-title{font-size:1.1rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.checkout .order-type__options{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.checkout .order-type__option{border:2px solid #eee;background:#fff;padding:1.5rem;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.checkout .order-type__option.active{border-color:#d4a373;background:#d4a3730d}.checkout .order-type__option.active .order-type__icon{color:#d4a373}.checkout .order-type__option:hover:not(.checkout .order-type__option--disabled){border-color:#d4a373}.checkout .order-type__option--disabled{opacity:.5;cursor:not-allowed;background:#f5f5f5}.checkout .order-type__label{font-weight:700;font-size:1.1rem}.checkout .order-type__description{font-size:.85rem;color:#777}.checkout .order-type__icon{color:#ccc;transition:all .3s ease}.checkout .form-field{display:flex;flex-direction:column;gap:.5rem}.checkout .form-field__label{font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:.5rem;color:#1a1a1a}.checkout .form-field__input,.checkout .form-field__select,.checkout .form-field__textarea{padding:.9rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:all .3s ease}.checkout .form-field__input:focus,.checkout .form-field__select:focus,.checkout .form-field__textarea:focus{outline:none;border-color:#d4a373;box-shadow:0 0 0 3px #d4a3731a}.checkout .form-field__textarea{resize:vertical}.checkout__summary{background:#fdf8f3;padding:1.5rem;border-radius:12px;margin-top:1rem}.checkout__summary .summary-line{display:flex;justify-content:space-between;margin-bottom:.5rem}.checkout__summary .summary-line--total{margin-top:1rem;padding-top:1rem;border-top:1px dashed #ccc;font-weight:800;font-size:1.3rem;color:#d4a373}.checkout__min-warning,.checkout .delivery-disabled-alert{display:flex;align-items:center;gap:.7rem;background:#e6394614;color:#e63946;padding:1rem;border-radius:8px;font-size:.85rem;font-weight:500}.checkout__submit{width:100%;padding:1.2rem;background:#1a1a1a;color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.checkout__submit:hover:not(:disabled){background:#d4a373;transform:translateY(-2px)}.checkout__submit:disabled{background:#ccc;cursor:not-allowed}.checkout__stripe{text-align:center;color:#999;font-size:.85rem;display:flex;justify-content:center;align-items:center;gap:5px}.error{background:#e639461a;color:#e63946;padding:1rem;border-radius:8px;font-weight:600;text-align:center}.checkout__order-type{margin-bottom:2.5rem;animation:fadeIn .5s ease-out}.checkout__order-type .checkout__form-title{font-size:1.4rem;font-weight:850;color:#222;margin-bottom:1.5rem;letter-spacing:-.5px}.checkout__order-type .order-type__options{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-bottom:1.5rem}@media(max-width:480px){.checkout__order-type .order-type__options{grid-template-columns:1fr}}.checkout__order-type .order-type__option{background:#fff;border:2px solid #e0e0e0;border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;outline:none}.checkout__order-type .order-type__option.active{border-color:#222;background:#222;color:#fff;box-shadow:0 10px 20px #00000026}.checkout__order-type .order-type__option.active .order-type__icon{color:#fff;transform:scale(1.1)}.checkout__order-type .order-type__option.active .order-type__description{color:#ffffffb3}.checkout__order-type .order-type__option--disabled{cursor:not-allowed;background:#fdfdfd;border-color:#eee;opacity:.7;filter:grayscale(1)}.checkout__order-type .order-type__option--disabled .order-type__label{color:#999}.checkout__order-type .order-type__option--disabled .order-type__description{color:#e63946;display:flex;align-items:center;justify-content:center;font-weight:700}.checkout__order-type .order-type__option .order-type__icon{margin-bottom:1rem;color:#222;transition:all .3s ease}.checkout__order-type .order-type__option .order-type__label{font-size:1.1rem;font-weight:800;margin-bottom:.4rem}.checkout__order-type .order-type__option .order-type__description{font-size:.85rem;color:#666;font-weight:500}.checkout__order-type .delivery-disabled-alert{background:#e639460d;border:1px solid rgba(230,57,70,.2);border-radius:12px;padding:1rem 1.2rem;display:flex;align-items:flex-start;gap:.8rem;color:#d21a28;font-size:.9rem;line-height:1.4;font-weight:600}.checkout__order-type .delivery-disabled-alert svg{color:#e63946;flex-shrink:0}.checkout__order-type .error{margin-top:1rem;background:#fff5f5;color:#e63946;padding:.8rem;border-radius:8px;font-size:.9rem;font-weight:700;text-align:center;border:1px solid rgba(230,57,70,.1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.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{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:#fcfaf8}.checkout-success__content{background:#fff;max-width:500px;width:100%;padding:3rem 2rem;border-radius:24px;box-shadow:0 15px 35px #0000000d;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.checkout-success__icon-loading{color:#d4a373;margin-bottom:1rem}.checkout-success .animate-spin{animation:spin 1s linear infinite}.checkout-success__icon-success{color:#2a9d8f;filter:drop-shadow(0 4px 10px rgba(42,157,143,.2));animation:scaleUp .5s cubic-bezier(.175,.885,.32,1.275)}.checkout-success__title-success{font-size:2rem;font-weight:800;color:#1a1a1a}.checkout-success__subtitle{font-size:1.1rem;color:#666}.checkout-success__order-box{background:#fcfaf8;padding:1.5rem;border-radius:16px;width:100%;border:1px dashed #ddd;margin:1rem 0}.checkout-success__order-label{font-size:.85rem;text-transform:uppercase;letter-spacing:1px;color:#888;margin-bottom:.5rem}.checkout-success__order-id{font-size:1.5rem;font-weight:700;color:#1a1a1a;font-family:monospace}.checkout-success__icon-error{color:#e63946}.checkout-success__title-error{font-size:1.8rem;color:#e63946}.checkout-success__confirmation{font-size:.9rem;color:#999;margin-bottom:1.5rem}.checkout-success__button{width:100%;padding:1.1rem;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none}.checkout-success__button--home{background:#1a1a1a;color:#fff}.checkout-success__button--home:hover{background:#d4a373;transform:translateY(-2px)}.checkout-success__button--return{background:#f0f0f0;color:#1a1a1a}.checkout-success__button--return:hover{background:#e0e0e0}@keyframes scaleUp{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:480px){.checkout-success__content{padding:2rem 1.5rem}}.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:#f4f6f9;padding:1rem}.admin-login__card{width:100%;max-width:420px;background:#fff;border-radius:12px;padding:2rem 2.5rem;box-shadow:0 20px 40px #00000014}.admin-login__header{display:flex;justify-content:center;margin-bottom:1.5rem}.admin-login__icon{width:72px;height:auto;object-fit:contain}.admin-login__form{display:flex;flex-direction:column;gap:1.25rem}.admin-login__submit{margin-top:.5rem}.form-field{display:flex;flex-direction:column;gap:.35rem}.form-field__label{font-size:.85rem;font-weight:600;color:#333}.form-field__input{height:44px;padding:0 .75rem;border-radius:8px;border:1px solid #d0d5dd;font-size:.9rem;color:#111;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.form-field__input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.form-field__input::placeholder{color:#9ca3af}.error{margin-bottom:1rem;padding:.75rem 1rem;background:#fdecea;color:#b42318;border:1px solid #f5c2c7;border-radius:8px;font-size:.85rem}.btn{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 1.25rem;font-size:.9rem;font-weight:600;border-radius:8px;cursor:pointer;border:none;transition:background-color .2s ease,box-shadow .2s ease,transform .1s ease}.btn--primary{background:#2563eb;color:#fff}.btn--primary:hover:not(:disabled){background:#1e40af;box-shadow:0 8px 20px #2563eb59}.btn--primary:active:not(:disabled){transform:translateY(1px)}.btn--large{height:48px}.btn--full-width{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:480px){.admin-login__card{padding:1.5rem}}.admin-dashboard{padding:20px;background-color:#f4f7f6;min-height:100vh;color:#333}.admin-dashboard .dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.admin-dashboard .dashboard-loading__spinner{width:50px;height:50px;border:5px solid #e0e0e0;border-top:5px solid #2563eb;border-radius:50%;animation:spin 1s linear infinite}.admin-dashboard .dashboard-loading__text{margin-top:15px;color:#666;font-weight:500}.dashboard-header{margin-bottom:30px}.dashboard-header__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.dashboard-header__title{font-size:28px;font-weight:700;color:#1f2937;margin:0}.dashboard-header__controls{display:grid;grid-template-columns:1fr 1fr;gap:15px}@media(max-width:640px){.dashboard-header__controls{grid-template-columns:1fr}}.service-toggle{display:flex;align-items:center;padding:15px 20px;border-radius:12px;border:none;cursor:pointer;transition:all .2s ease;text-align:left;box-shadow:0 2px 4px #0000000d}.service-toggle--open{background-color:#ecfdf5;color:#065f46;border:1px solid #10b981}.service-toggle--closed{background-color:#fef2f2;color:#991b1b;border:1px solid #ef4444}.service-toggle:disabled{opacity:.6;cursor:not-allowed;filter:grayscale(.5)}.service-toggle__icon{margin-right:15px;display:flex;align-items:center}.service-toggle__content{display:flex;flex-direction:column}.service-toggle__label{font-size:14px;text-transform:uppercase;letter-spacing:.5px;opacity:.8}.service-toggle__status{font-size:18px;font-weight:800}.quick-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:40px}.quick-actions__item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;background:#fff;border-radius:12px;text-decoration:none;color:#4b5563;position:relative;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s ease}.quick-actions__item:hover{transform:translateY(-3px);color:#2563eb}.quick-actions__item--primary{background:#2563eb;color:#fff}.quick-actions__item--primary:hover{color:#fff;background:#1d4ed8}.quick-actions__icon{margin-bottom:10px}.quick-actions__label{font-weight:600;font-size:15px}.quick-actions__badge{position:absolute;top:-8px;right:-8px;background:#ef4444;color:#fff;font-size:12px;font-weight:700;padding:4px 8px;border-radius:20px;border:2px solid #f4f7f6}.recent-orders__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.recent-orders__title{font-size:20px;font-weight:700;color:#374151}.recent-orders__view-all{color:#2563eb;text-decoration:none;font-weight:600;font-size:14px}.recent-orders__view-all:hover{text-decoration:underline}.recent-orders__empty{text-align:center;padding:60px;background:#fff;border-radius:15px;color:#9ca3af}.recent-orders__empty-icon{margin-bottom:10px}.recent-orders__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:15px}.order-card{background:#fff;border-radius:12px;padding:16px;text-decoration:none;color:inherit;box-shadow:0 1px 3px #0000001a;border-left:5px solid #d1d5db;position:relative;transition:box-shadow .2s ease}.order-card:hover{box-shadow:0 10px 15px -3px #0000001a}.order-card__header{display:flex;justify-content:space-between;margin-bottom:12px}.order-card__number{font-weight:800;color:#111827}.order-card__status{font-size:12px;font-weight:700;padding:4px 10px;border-radius:6px;text-transform:uppercase}.order-card__status--pending{background:#fef3c7;color:#92400e}.order-card__status--confirmed{background:#e0e7ff;color:#3730a3}.order-card__status--preparing{background:#e0f2fe;color:#075985}.order-card__status--ready{background:#d1fae5;color:#065f46}.order-card__status--delivering{background:#f3e8ff;color:#6b21a8}.order-card__status--completed{background:#f3f4f6;color:#374151}.order-card__status--cancelled{background:#fee2e2;color:#991b1b}.order-card__body{display:flex;justify-content:space-between;align-items:flex-end}.order-card__customer{font-weight:600;font-size:16px;margin-bottom:4px}.order-card__type{display:flex;align-items:center;gap:6px;font-size:13px;color:#6b7280}.order-card__meta{text-align:right}.order-card__amount{font-size:18px;font-weight:800;color:#059669}.order-card__time{font-size:12px;color:#9ca3af}.order-card__urgent{position:absolute;top:-5px;right:-5px;background:#ef4444;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:pulse 2s infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #ef4444b3}70%{transform:scale(1.1);box-shadow:0 0 0 10px #ef444400}to{transform:scale(1);box-shadow:0 0 #ef444400}}@media(max-width:1024px){.admin-dashboard{padding:18px}.dashboard-header{margin-bottom:25px}.dashboard-header__title{font-size:24px}.dashboard-header__controls{gap:12px}.service-toggle{padding:14px 18px}.service-toggle__icon{margin-right:12px}.service-toggle__icon svg{width:28px;height:28px}.service-toggle__label{font-size:13px}.service-toggle__status{font-size:16px}.quick-actions{gap:12px;margin-bottom:35px}.quick-actions__item{padding:18px}.quick-actions__icon svg{width:28px;height:28px}.quick-actions__label{font-size:14px}.recent-orders__title{font-size:18px}.recent-orders__list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.order-card{padding:14px}.order-card__customer{font-size:15px}.order-card__amount{font-size:17px}}@media(max-width:768px){.admin-dashboard{padding:16px}.dashboard-header{margin-bottom:20px}.dashboard-header__top{flex-direction:column;align-items:flex-start;gap:15px}.dashboard-header__title{font-size:22px}.dashboard-header__actions{width:100%;display:flex;justify-content:flex-end}.dashboard-header__controls{width:100%;grid-template-columns:1fr;gap:10px}.service-toggle{padding:12px 16px}.service-toggle__icon{margin-right:10px}.service-toggle__icon svg{width:26px;height:26px}.service-toggle__label{font-size:12px}.service-toggle__status{font-size:15px}.quick-actions{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:30px}.quick-actions__item{padding:16px 12px}.quick-actions__icon{margin-bottom:8px}.quick-actions__icon svg{width:26px;height:26px}.quick-actions__label{font-size:13px}.recent-orders__title{font-size:17px}.recent-orders__view-all{font-size:13px}.recent-orders__list{grid-template-columns:1fr;gap:10px}.order-card{padding:12px}}@media(max-width:480px){.admin-dashboard{padding:12px}.dashboard-header{margin-bottom:16px}.dashboard-header__top{gap:12px}.dashboard-header__title{font-size:20px}.dashboard-header__controls{gap:8px}.service-toggle{padding:10px 14px}.service-toggle__icon{margin-right:8px}.service-toggle__icon svg{width:24px;height:24px}.service-toggle__label{font-size:11px}.service-toggle__status{font-size:14px}.quick-actions{grid-template-columns:1fr;gap:8px;margin-bottom:24px}.quick-actions__item{padding:14px;flex-direction:row;justify-content:flex-start;gap:12px}.quick-actions__icon{margin-bottom:0}.quick-actions__icon svg{width:24px;height:24px}.quick-actions__label{font-size:14px;flex:1;text-align:left}.quick-actions__badge{position:static;margin-left:auto;border:none}.recent-orders__header{margin-bottom:16px}.recent-orders__title{font-size:16px}.recent-orders__view-all{font-size:12px}.recent-orders__empty{padding:40px 20px}.recent-orders__list{gap:8px}.order-card{padding:10px}.order-card__header{margin-bottom:10px}.order-card__number{font-size:14px}.order-card__status{font-size:11px;padding:3px 8px}.order-card__customer{font-size:14px}.order-card__type{font-size:12px}.order-card__type svg{width:14px;height:14px}.order-card__amount{font-size:16px}.order-card__time{font-size:11px}.order-card__urgent{width:20px;height:20px}.order-card__urgent svg{width:12px;height:12px}}@media(max-width:375px){.admin-dashboard{padding:10px}.dashboard-header{margin-bottom:14px}.dashboard-header__top{gap:10px}.dashboard-header__title{font-size:18px}.service-toggle{padding:9px 12px}.service-toggle__icon{margin-right:7px}.service-toggle__icon svg{width:22px;height:22px}.service-toggle__label{font-size:10px}.service-toggle__status{font-size:13px}.quick-actions{gap:6px;margin-bottom:20px}.quick-actions__item{padding:12px;gap:10px}.quick-actions__icon svg{width:22px;height:22px}.quick-actions__label{font-size:13px}.recent-orders__title{font-size:15px}.recent-orders__view-all{font-size:11px}.order-card{padding:9px}.order-card__customer{font-size:13px}.order-card__amount{font-size:15px}}@media(max-width:768px)and (max-height:600px)and (orientation:landscape){.dashboard-header__top{flex-direction:row;justify-content:space-between;align-items:center}.dashboard-header__controls{grid-template-columns:1fr 1fr;max-width:500px}.quick-actions{grid-template-columns:repeat(3,1fr)}.recent-orders__list{grid-template-columns:repeat(2,1fr)}}@media(min-width:1440px){.admin-dashboard{padding:24px;max-width:1600px}.dashboard-header{margin-bottom:35px}.dashboard-header__title{font-size:32px}.dashboard-header__controls{gap:18px}.service-toggle{padding:18px 24px}.service-toggle__icon{margin-right:18px}.service-toggle__icon svg{width:36px;height:36px}.service-toggle__label{font-size:15px}.service-toggle__status{font-size:20px}.quick-actions{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:45px}.quick-actions__item{padding:24px}.quick-actions__icon{margin-bottom:12px}.quick-actions__icon svg{width:36px;height:36px}.quick-actions__label{font-size:16px}.recent-orders__title{font-size:22px}.recent-orders__view-all{font-size:15px}.recent-orders__list{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:18px}.order-card{padding:18px}.order-card__customer{font-size:17px}.order-card__amount{font-size:19px}}@media(prefers-reduced-motion:reduce){.service-toggle,.quick-actions__item,.order-card{transition:none}.quick-actions__item:hover{transform:none}.order-card__urgent{animation:none}.dashboard-loading__spinner{animation:none;border-top-color:#2563eb;opacity:.7}}.admin-orders{padding:20px;background-color:#f1f5f9;min-height:100vh}.admin-orders__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;color:#64748b}.admin-orders__loading .spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:12px}.admin-orders__empty{text-align:center;padding:80px 20px;color:#94a3b8;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d}.admin-orders__empty svg{margin-bottom:16px;opacity:.5}.admin-orders__empty p{font-size:18px;font-weight:500}.admin-orders__header{display:flex;align-items:center;gap:16px;margin-bottom:30px}.admin-orders__back-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border-radius:10px;color:#1e293b;text-decoration:none;box-shadow:0 2px 4px #0000000d;transition:all .2s}.admin-orders__back-button:hover{background:#f8fafc;transform:translate(-3px)}.admin-orders__title{font-size:26px;font-weight:800;color:#0f172a;margin:0;flex:1}.admin-orders__badge{display:flex;align-items:center;gap:8px;background:#ef4444;color:#fff;padding:8px 16px;border-radius:50px;font-weight:700;font-size:14px;box-shadow:0 4px 12px #ef44444d}.admin-orders__list{display:flex;flex-direction:column;gap:20px;max-width:850px;margin:0 auto}.order-card{background:#fff;border-radius:16px;padding:24px;position:relative;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s}.order-card--new{border:2px solid #ef4444;animation:pulse-border 2s infinite}.order-card__new-indicator{position:absolute;top:-12px;left:24px;background:#ef4444;color:#fff;padding:4px 12px;border-radius:6px;display:flex;align-items:center;gap:6px;font-size:12px;font-weight:800;box-shadow:0 2px 8px #ef444466}.order-card__header{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px}.order-card__number{font-size:20px;font-weight:800;color:#1e293b}.order-card__type,.order-card__status{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;font-size:12px;font-weight:700;text-transform:uppercase}.order-card__type--delivery{background:#f3e8ff;color:#7e22ce}.order-card__type--takeaway{background:#e0f2fe;color:#0369a1}.order-card__status--warning{background:#fef3c7;color:#92400e}.order-card__status--info{background:#e0f2fe;color:#0369a1}.order-card__status--success{background:#dcfce7;color:#15803d}.order-card__status--purple{background:#f3e8ff;color:#7e22ce}.order-card__status--neutral{background:#f1f5f9;color:#475569}.order-card__status--danger{background:#fee2e2;color:#b91c1c}.order-card__time{margin-left:auto;display:flex;align-items:center;gap:6px;color:#64748b;font-weight:600}.order-card__customer{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;padding:16px 0;border-top:1px solid #f1f5f9}.order-card__customer-row{display:flex;align-items:center;gap:10px;color:#334155;font-size:14px}.order-card__customer-row svg{color:#94a3b8}.order-card__customer-row a{color:#2563eb;text-decoration:none;font-weight:600}.order-card__items{background:#f8fafc;padding:16px;border-radius:12px;margin:12px 0}.order-card__items-label{display:block;font-size:12px;color:#64748b;text-transform:uppercase;margin-bottom:4px}.order-card__items-content{font-size:15px;line-height:1.5;color:#1e293b;margin:0;white-space:pre-wrap}.order-card__notes{display:flex;gap:10px;background:#fffbeb;padding:12px;border-radius:10px;color:#92400e;font-size:14px;margin-top:12px;border:1px dashed #fcd34d}.order-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:24px;padding-top:20px;border-top:1px solid #f1f5f9}.order-card__total{font-size:26px;font-weight:900;color:#0f172a}.order-card__actions{display:flex;gap:10px;flex-wrap:wrap}.order-card__action-button{display:flex;align-items:center;gap:8px;border:none;padding:12px 20px;border-radius:10px;font-weight:700;font-size:14px;cursor:pointer;transition:all .2s;color:#fff}.order-card__action-button:hover{opacity:.9;transform:translateY(-2px)}.order-card__action-button:active{transform:translateY(0)}.order-card__action-button--warning{background:#f59e0b}.order-card__action-button--info{background:#3b82f6}.order-card__action-button--success{background:#22c55e}.order-card__action-button--purple{background:#a855f7}.order-card__action-button--neutral{background:#64748b}.order-card__action-button--danger{background:#ef4444}.order-card__timestamp{display:block;text-align:right;font-size:11px;color:#cbd5e1;margin-top:16px}@keyframes pulse-border{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 12px #ef444400}to{box-shadow:0 0 #ef444400}}@media(min-width:1440px){.admin-orders{padding:28px}.admin-orders__header{margin-bottom:35px;gap:20px}.admin-orders__title{font-size:30px}.admin-orders__badge{padding:10px 20px;font-size:15px}.admin-orders__list{max-width:1000px;gap:24px}.order-card{padding:28px}.order-card__number{font-size:22px}.order-card__total{font-size:28px}.order-card__action-button{padding:14px 24px;font-size:15px}}@media(max-width:1024px){.admin-orders{padding:18px}.admin-orders__header{margin-bottom:25px}.admin-orders__title{font-size:24px}.admin-orders__list{max-width:780px;gap:18px}.order-card{padding:20px}.order-card__header{gap:10px}.order-card__number{font-size:18px}.order-card__type,.order-card__status{font-size:11px;padding:5px 10px}.order-card__customer{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.order-card__customer-row{font-size:13px}.order-card__items{padding:14px}.order-card__items-content{font-size:14px}.order-card__total{font-size:24px}.order-card__action-button{padding:10px 18px;font-size:13px}}@media(max-width:768px){.admin-orders{padding:16px}.admin-orders__header{gap:12px;margin-bottom:20px}.admin-orders__back-button{width:36px;height:36px}.admin-orders__back-button svg{width:18px;height:18px}.admin-orders__title{font-size:22px}.admin-orders__badge{padding:7px 14px;font-size:13px}.admin-orders__badge svg{width:16px;height:16px}.admin-orders__list{gap:16px}.order-card{padding:18px}.order-card__header{gap:8px}.order-card__number{font-size:17px}.order-card__type,.order-card__status{font-size:11px;padding:5px 10px}.order-card__type svg,.order-card__status svg{width:12px;height:12px}.order-card__time svg{width:14px;height:14px}.order-card__customer{grid-template-columns:1fr;gap:10px}.order-card__customer-row{font-size:13px}.order-card__customer-row svg{width:16px;height:16px}.order-card__items{padding:12px;margin:10px 0}.order-card__items-content{font-size:13px}.order-card__notes{padding:10px;font-size:13px}.order-card__notes svg{width:16px;height:16px}.order-card__footer{margin-top:20px;padding-top:16px}.order-card__total{font-size:22px}.order-card__action-button{padding:10px 16px;font-size:13px}.order-card__action-button svg{width:14px;height:14px}}@media(max-width:640px){.admin-orders{padding:14px}.admin-orders__header{flex-wrap:wrap;gap:10px;margin-bottom:18px}.admin-orders__back-button{width:34px;height:34px}.admin-orders__title{font-size:20px;flex-basis:calc(100% - 50px)}.admin-orders__badge{flex-basis:100%;justify-content:center;padding:8px 16px;font-size:12px}.admin-orders__list{gap:14px}.order-card{padding:16px}.order-card__new-indicator{top:-10px;left:16px;padding:3px 10px;font-size:11px}.order-card__header{flex-direction:column;align-items:flex-start;gap:8px}.order-card__number{font-size:16px}.order-card__time{margin-left:0;font-size:13px}.order-card__customer{padding:12px 0}.order-card__customer-row{font-size:12px}.order-card__items{padding:10px}.order-card__items-label{font-size:11px}.order-card__items__content{font-size:12px}.order-card__notes{padding:8px;font-size:12px}.order-card__footer{flex-direction:column;gap:16px;align-items:stretch;margin-top:16px;padding-top:14px}.order-card__total{font-size:20px;text-align:center}.order-card__actions{justify-content:center;gap:8px}.order-card__action-button{padding:10px 16px;font-size:12px;flex:1;min-width:0;justify-content:center}.order-card__action-button svg{width:14px;height:14px}.order-card__timestamp{text-align:center;margin-top:12px;font-size:10px}}@media(max-width:480px){.admin-orders{padding:12px}.admin-orders__header{gap:8px;margin-bottom:16px}.admin-orders__back-button{width:32px;height:32px}.admin-orders__back-button svg{width:16px;height:16px}.admin-orders__title{font-size:18px}.admin-orders__badge{padding:6px 12px;font-size:11px;gap:6px}.admin-orders__badge svg{width:14px;height:14px}.admin-orders__list{gap:12px}.admin-orders__empty{padding:60px 16px}.admin-orders__empty svg{width:48px;height:48px}.admin-orders__empty p{font-size:16px}.order-card{padding:14px;border-radius:12px}.order-card__new-indicator{top:-8px;left:14px;padding:2px 8px;font-size:10px}.order-card__new-indicator svg{width:12px;height:12px}.order-card__header{gap:6px;margin-bottom:14px}.order-card__number{font-size:15px}.order-card__type,.order-card__status{font-size:10px;padding:4px 8px;gap:4px}.order-card__type svg,.order-card__status svg{width:11px;height:11px}.order-card__time{font-size:12px;gap:4px}.order-card__time svg{width:13px;height:13px}.order-card__customer{padding:10px 0;gap:8px}.order-card__customer-row{font-size:12px;gap:8px}.order-card__customer-row svg{width:15px;height:15px;flex-shrink:0}.order-card__items{padding:10px;margin:8px 0;border-radius:8px}.order-card__items-label{font-size:10px;margin-bottom:3px}.order-card__items-content{font-size:12px;line-height:1.4}.order-card__notes{padding:8px;font-size:11px;gap:6px;margin-top:8px}.order-card__notes svg{width:14px;height:14px;flex-shrink:0}.order-card__footer{gap:12px;margin-top:14px;padding-top:12px}.order-card__total{font-size:18px}.order-card__actions{width:100%;gap:6px}.order-card__action-button{padding:9px 12px;font-size:11px;border-radius:8px;gap:6px}.order-card__action-button svg{width:13px;height:13px}.order-card__timestamp{font-size:9px;margin-top:10px}}@media(max-width:375px){.admin-orders{padding:10px}.admin-orders__header{gap:8px;margin-bottom:14px}.admin-orders__title{font-size:17px}.admin-orders__badge{padding:6px 10px;font-size:10px}.admin-orders__list{gap:10px}.order-card{padding:12px}.order-card__number{font-size:14px}.order-card__type,.order-card__status{font-size:9px;padding:3px 7px}.order-card__total{font-size:17px}.order-card__action-button{padding:8px 10px;font-size:10px;gap:4px}}@media(max-width:768px)and (max-height:600px)and (orientation:landscape){.admin-orders__header{flex-direction:row;flex-wrap:nowrap;align-items:center;margin-bottom:16px}.admin-orders__badge{flex-basis:auto}.order-card__header{flex-direction:row;flex-wrap:wrap;align-items:center}.order-card__footer{flex-direction:row;align-items:center}.order-card__total{text-align:left}.order-card__timestamp{text-align:right}}@media(prefers-reduced-motion:reduce){.admin-orders__back-button,.order-card,.order-card__action-button{transition:none}.admin-orders__back-button:hover,.order-card__action-button:hover{transform:none}.order-card--new{animation:none}.spinner{animation:none;border-top-color:#3b82f6;opacity:.7}}.admin-products{padding:24px;background-color:#f8fafc;min-height:100vh}.admin-products__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;color:#64748b}.admin-products__loading .spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:12px}.admin-products__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.admin-products__title{font-size:28px;font-weight:800;color:#0f172a;margin:0}.admin-products__badges{display:flex;gap:10px}.admin-products__badge{padding:6px 12px;border-radius:8px;font-weight:700;font-size:14px;display:flex;align-items:center;gap:6px}.admin-products__badge--connected{background:#dcfce7;color:#15803d}.admin-products__badge--count{background:#e2e8f0;color:#475569}.admin-products__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;margin-bottom:32px}.admin-products__filters{display:flex;gap:10px;overflow-x:auto;padding-bottom:12px;margin-bottom:24px;scrollbar-width:none}.admin-products__filters::-webkit-scrollbar{display:none}.admin-products__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.admin-products__empty{text-align:center;padding:100px 0;color:#94a3b8;background:#fff;border-radius:16px}.admin-products__empty svg{margin-bottom:16px;opacity:.3}.stat-card{background:#fff;padding:20px;border-radius:16px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;align-items:center}.stat-card__value{font-size:24px;font-weight:800;color:#1e293b}.stat-card__label{font-size:12px;color:#64748b;text-transform:uppercase;font-weight:600}.stat-card--warning{border-bottom:4px solid #f59e0b}.stat-card--danger{border-bottom:4px solid #ef4444}.stat-card--success{border-bottom:4px solid #22c55e}.category-filter{padding:8px 18px;background:#fff;border:1px solid #e2e8f0;border-radius:50px;color:#64748b;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s}.category-filter:hover{background:#f1f5f9}.category-filter--active{background:#1e293b;color:#fff;border-color:#1e293b}.products-card{background:#fff;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d;display:flex;flex-direction:column;transition:transform .2s}.products-card:hover{transform:translateY(-4px)}.products-card--stock-out{border:2px solid #fee2e2}.products-card--stock-low{border:2px solid #fef3c7}.products-card__image{position:relative;height:180px;background:#f1f5f9}.products-card__img{width:100%;height:100%;object-fit:cover}.products-card__no-image{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#94a3b8}.products-card__no-image span{font-size:12px;margin-top:8px}.products-card__upload-button{position:absolute;bottom:12px;right:12px;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:6px 12px;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:6px;box-shadow:0 2px 4px #0000001a}.products-card__upload-input{display:none}.products-card__content{padding:20px;flex:1;display:flex;flex-direction:column}.products-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.products-card__name{font-size:18px;font-weight:700;color:#1e293b;margin:0}.products-card__category{font-size:11px;font-weight:800;background:#f1f5f9;color:#64748b;padding:2px 8px;border-radius:4px;text-transform:uppercase}.products-card__price{font-size:20px;font-weight:800;color:#0f172a}.products-card__stock{margin-bottom:20px}.products-card .stock-display{display:flex;align-items:center;justify-content:space-between}.products-card .stock-display__badge{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:10px;font-weight:700}.products-card .stock-display__badge--ok{background:#f1f5f9;color:#475569}.products-card .stock-display__badge--medium{background:#e0f2fe;color:#0369a1}.products-card .stock-display__badge--low{background:#fffbeb;color:#92400e;animation:pulse-soft 2s infinite}.products-card .stock-display__badge--out{background:#fee2e2;color:#b91c1c}.products-card .stock-display__value{font-size:16px}.products-card .stock-display__label{font-size:10px;opacity:.8}.products-card .stock-display__edit-button{background:none;border:none;color:#3b82f6;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:4px}.products-card .stock-display__edit-button:hover{text-decoration:underline}.products-card .stock-editor{display:flex;gap:8px}.products-card .stock-editor__input{width:70px;padding:8px;border:2px solid #3b82f6;border-radius:8px;font-weight:700}.products-card .stock-editor__button{width:40px;height:40px;border-radius:8px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff}.products-card .stock-editor__button--confirm{background:#22c55e}.products-card .stock-editor__button--cancel{background:#ef4444}.products-card__actions{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;border-top:1px solid #f1f5f9}.availability-toggle{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;font-weight:700;font-size:14px;transition:color .2s}.availability-toggle--available{color:#22c55e}.availability-toggle--unavailable{color:#94a3b8}.delete-button{background:#f1f5f9;border:none;width:40px;height:40px;border-radius:10px;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.delete-button:hover{background:#fee2e2;color:#ef4444}.delete-button--confirm{width:auto;padding:0 16px;background:#ef4444;color:#fff;font-weight:700;animation:shake .4s}.delete-button--confirm:hover{background:#dc2626;color:#fff}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.7}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}@media(max-width:640px){.admin-products{padding:16px}.admin-products__grid{grid-template-columns:1fr}.admin-products__stats{grid-template-columns:1fr 1fr}}.service-hours{padding:24px;max-width:1200px;margin:0 auto;background-color:#f8fafc;min-height:100vh}.service-hours__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;color:#64748b}.service-hours__loading .spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:12px}.service-hours__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.service-hours__title{font-size:28px;font-weight:800;color:#0f172a;margin:0}.service-hours__badge--connected{background:#dcfce7;color:#15803d;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center}.service-hours__tabs{display:flex;gap:12px;margin-bottom:32px;background:#f1f5f9;padding:6px;border-radius:12px}.service-hours .tab-button{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;border:none;background:transparent;color:#64748b;font-weight:600;cursor:pointer;border-radius:8px;transition:all .2s}.service-hours .tab-button--active{background:#fff;color:#3b82f6;box-shadow:0 4px 6px -1px #0000001a}.service-hours .tab-button:hover:not(.service-hours .tab-button--active){background:#ffffff80}.hours-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.day-card{background:#fff;border-radius:16px;padding:20px;border:1px solid #e2e8f0;transition:all .2s}.day-card--inactive{opacity:.7;background:#f8fafc}.day-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.day-card__name{font-size:18px;font-weight:700;color:#1e293b;margin:0}.day-card__times{display:flex;gap:12px;margin-bottom:20px}.day-card__save-button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;background:#3b82f6;color:#fff;border:none;padding:10px;border-radius:8px;font-weight:600;cursor:pointer}.day-card__save-button:hover{background:#2563eb}.time-field{flex:1}.time-field__label{display:block;font-size:12px;color:#64748b;margin-bottom:4px;font-weight:600}.time-field__input{width:100%;padding:8px;border:1px solid #cbd5e1;border-radius:6px;font-weight:600;color:#1e293b}.time-field__input:focus{outline:none;border-color:#3b82f6}.closure-form{background:#fff;padding:24px;border-radius:16px;margin-bottom:32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;align-items:flex-end;box-shadow:0 1px 3px #0000001a}.closure-form__submit{grid-column:1/-1;background:#0f172a;color:#fff;padding:12px;border:none;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.closure-form__submit:hover{background:#1e293b}.form-field{display:flex;flex-direction:column;gap:6px}.form-field__label{font-size:14px;font-weight:600;color:#475569}.form-field__input{padding:10px;border:1px solid #e2e8f0;border-radius:8px}.checkbox-field{display:flex;align-items:center;gap:10px;cursor:pointer;padding-bottom:12px}.checkbox-field__label{font-size:14px;font-weight:600;color:#475569}.closures-list{display:flex;flex-direction:column;gap:12px}.closures-list__empty{text-align:center;padding:60px;background:#fff;border-radius:16px;color:#94a3b8}.closures-list__empty svg{margin-bottom:16px;opacity:.3}.closure-card{background:#fff;padding:16px 20px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;border-left:4px solid #ef4444}.closure-card__date{font-weight:700;color:#1e293b;display:block}.closure-card__reason{color:#64748b;font-size:14px;margin:4px 0}.closure-card__time{font-size:13px;font-weight:600;color:#3b82f6}.closure-card__delete-button{background:#fee2e2;color:#ef4444;border:none;padding:8px;border-radius:8px;cursor:pointer}.closure-card__delete-button:hover{background:#fecaca}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.setting-card{background:#fff;padding:24px;border-radius:16px;display:flex;justify-content:space-between;align-items:center;border:1px solid #e2e8f0}.setting-card--full{grid-column:1/-1;flex-direction:column;align-items:flex-start;gap:16px}.setting-card__title{font-size:16px;color:#1e293b;display:block}.setting-card__description{font-size:13px;color:#64748b;margin-top:4px}.setting-card__label{font-weight:600;color:#475569}.setting-card__input{width:100%;padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:18px;font-weight:700}.status-toggle{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:50px;border:none;cursor:pointer;font-weight:700;font-size:13px;transition:all .2s}.status-toggle--on{background:#dcfce7;color:#15803d}.status-toggle--off{background:#f1f5f9;color:#64748b}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:640px){.service-hours{padding:16px}.service-hours__tabs{overflow-x:auto;flex-wrap:nowrap}.tab-button span{display:none}.closure-form{grid-template-columns:1fr}}
