.navbar{background:linear-gradient(135deg,#1e3a5f,#0f1f33);padding:.75rem 1.5rem;position:sticky;top:0;z-index:100;box-shadow:0 4px 20px #0000004d}.navbar-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.navbar-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}.navbar-logo-img{height:60px;width:auto;object-fit:contain}.navbar-title{display:flex;flex-direction:column}.navbar-name{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-.5px}.navbar-tagline{font-size:.75rem;color:#94a3b8;text-transform:uppercase;letter-spacing:1px}.navbar-links{display:flex;gap:2rem}.navbar-link{color:#cbd5e1;text-decoration:none;font-weight:500;padding:.5rem 0;position:relative;transition:color .3s}.navbar-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#f97316,#facc15);transition:width .3s}.navbar-link:hover,.navbar-link.active{color:#fff}.navbar-link:hover:after,.navbar-link.active:after{width:100%}.navbar-actions{display:flex;align-items:center}.cart-button{position:relative;background:#ffffff1a;border:none;padding:.75rem;border-radius:50%;cursor:pointer;transition:background .3s,transform .2s;display:flex;align-items:center;justify-content:center}.cart-button svg{width:24px;height:24px;color:#fff}.cart-button:hover{background:#f973164d;transform:scale(1.1)}.cart-badge{position:absolute;top:-4px;right:-4px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-size:.7rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.navbar-links{display:none}.navbar-name{font-size:1rem}.navbar-tagline{display:none}}.footer{background:linear-gradient(135deg,#1c1917,#0c0a09);color:#e7e5e4;padding:3rem 1.5rem 1rem;margin-top:auto}.footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;padding-bottom:2rem;border-bottom:1px solid #292524}.footer-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#f97316,#facc15);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-text{color:#a8a29e;line-height:1.6}.footer-subtitle{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-nav{display:flex;flex-direction:column;gap:.5rem}.footer-nav a{color:#a8a29e;text-decoration:none;transition:color .3s,padding-left .3s}.footer-nav a:hover{color:#f97316;padding-left:.5rem}.footer-schedule p,.footer-contact p{color:#a8a29e;margin-bottom:.5rem;font-size:.9rem}.footer-bottom{text-align:center;padding-top:1.5rem;color:#57534e;font-size:.85rem}@media(max-width:768px){.footer-container{grid-template-columns:1fr;text-align:center}.footer-nav a:hover{padding-left:0}}.floating-buttons{position:fixed;bottom:2rem;right:2rem;display:flex;flex-direction:column;gap:1rem;z-index:1000}.floating-btn{width:60px;height:60px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #0000004d}.floating-btn svg{width:28px;height:28px}.floating-btn:hover{transform:scale(1.1)}.phone-btn{background:linear-gradient(135deg,#1e3a5f,#2e5a8f);color:#fff}.phone-btn:hover{box-shadow:0 6px 25px #1e3a5f80}.whatsapp-btn{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.whatsapp-btn:hover{box-shadow:0 6px 25px #25d36680}.whatsapp-btn:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:inherit;animation:pulse 2s infinite;z-index:-1}@keyframes pulse{0%{transform:scale(1);opacity:.7}70%{transform:scale(1.3);opacity:0}to{transform:scale(1.3);opacity:0}}@media(max-width:768px){.floating-buttons{bottom:1.5rem;right:1rem}.floating-btn{width:50px;height:50px}.floating-btn svg{width:24px;height:24px}}.product-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;height:100%}.product-image{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:#e7e5e4}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-image img{transform:scale(1.1)}.product-category{position:absolute;top:.75rem;left:.75rem;background:linear-gradient(135deg,#1e3a5f,#2e5a8f);color:#fff;padding:.25rem .75rem;border-radius:2rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.product-info{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.product-name{font-size:1.1rem;font-weight:600;color:#1c1917;margin-bottom:.5rem;line-height:1.3}.product-description{font-size:.875rem;color:#57534e;flex-grow:1;margin-bottom:1rem}.product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.product-price{font-size:1.25rem;font-weight:700;color:#f97316}.add-to-cart-btn{width:40px;height:40px;border-radius:50%;border:none;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s}.add-to-cart-btn svg{width:20px;height:20px}.add-to-cart-btn:hover{transform:scale(1.1);box-shadow:0 4px 15px #f9731666}.add-to-cart-btn:active{transform:scale(.95)}.no-stock-badge{position:absolute;top:1rem;left:1rem;background:#dc2626e6;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;z-index:2}.add-to-cart-btn.disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.add-to-cart-btn.disabled:hover{transform:none;box-shadow:none}.google-map-section{background:linear-gradient(135deg,#1c1917,#292524);padding:4rem 1.5rem}.map-header{text-align:center;max-width:800px;margin:0 auto 2rem}.map-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.map-icon{font-size:2.5rem}.map-address{color:#a8a29e;font-size:1.1rem}.map-container{max-width:1200px;margin:0 auto;border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px #0006;border:3px solid #44403c}.map-container iframe{display:block}.map-info{max-width:1200px;margin:2rem auto 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-card{background:#ffffff0d;border:1px solid #44403c;border-radius:1rem;padding:1.5rem;display:flex;align-items:flex-start;gap:1rem;transition:transform .3s,background .3s}.info-card:hover{background:#f973161a;transform:translateY(-4px)}.info-icon{font-size:2rem;flex-shrink:0}.info-content h4{color:#fff;font-weight:600;margin-bottom:.5rem}.info-content p{color:#a8a29e;font-size:.9rem;margin-bottom:.25rem}.info-content p.closed{color:#ef4444}.info-content a{color:#f97316;text-decoration:none;font-weight:500;transition:color .3s}.info-content a:hover{color:#facc15}@media(max-width:768px){.google-map-section{padding:2rem 1rem}.map-title{font-size:1.5rem}.map-container{border-radius:.5rem}}.home-page{min-height:100vh}.hero{position:relative;min-height:85vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:4rem 1.5rem;background:linear-gradient(135deg,#1e3a5ff2,#0f1f33e6),url(/images/hero-background.png) center/cover;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero-content{position:relative;z-index:2;max-width:800px}.hero-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;color:#cbd5e1;margin-bottom:2.5rem;line-height:1.7}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-features{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;gap:3rem;padding:1.5rem;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-item{display:flex;align-items:center;gap:.5rem;color:#fff}.feature-icon{font-size:1.5rem}.feature-text{font-weight:500;font-size:.9rem}.section-container{max-width:1400px;margin:0 auto;padding:4rem 1.5rem}.section-title{font-size:2rem;font-weight:700;color:#1c1917;text-align:center;margin-bottom:2.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-header .section-title{margin-bottom:0;text-align:left}.view-all-link{color:#f97316;font-weight:600;text-decoration:none;transition:color .3s}.view-all-link:hover{color:#ea580c}.categories-section{background:#fff}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.category-card{background:#fff;border-radius:1rem;text-align:center;text-decoration:none;transition:all .3s;border:1px solid #e7e5e4;overflow:hidden;display:flex;flex-direction:column;align-items:center;padding-bottom:1rem}.category-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0000001a;border-color:#f97316}.category-image-container{width:100%;height:140px;background:#f5f5f4;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;padding:1rem}.category-image{width:100%;height:100%;object-fit:contain;transition:transform .3s}.category-card:hover .category-image{transform:scale(1.05)}.category-card h3{font-size:1.1rem;font-weight:600;color:#1c1917;margin:0}.featured-section{background:#f5f5f4}.products-grid,.loading-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.why-us-section{background:linear-gradient(135deg,#1e3a5f,#0f1f33)}.why-us-section .section-title{color:#fff}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.benefit-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2rem;text-align:center;transition:transform .3s,background .3s}.benefit-card:hover{transform:translateY(-4px);background:#ffffff1a}.benefit-icon{font-size:3rem;margin-bottom:1rem}.benefit-card h3{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.75rem}.benefit-card p{color:#a8a29e;line-height:1.6}@media(max-width:768px){.hero{min-height:70vh;padding:2rem 1rem}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1rem}.hero-features{flex-direction:column;gap:.75rem;padding:1rem}.section-container{padding:2rem 1rem}.section-title{font-size:1.5rem}.section-header{flex-direction:column;align-items:flex-start;gap:.5rem}.categories-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.category-card{padding:1rem .5rem}.category-icon{font-size:2rem}}.catalog-page{min-height:100vh;background:#f5f5f4}.catalog-header{background:linear-gradient(135deg,#1e3a5f,#0f1f33);padding:3rem 1.5rem;text-align:center}.catalog-header h1{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.catalog-header p{color:#94a3b8}.catalog-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:2rem;padding:2rem 1.5rem}.catalog-sidebar{background:#fff;border-radius:1rem;padding:1.5rem;height:fit-content;box-shadow:0 4px 6px -1px #0000001a;position:sticky;top:100px}.search-box{position:relative;margin-bottom:1.5rem}.search-box input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:2px solid #e7e5e4;border-radius:.5rem;font-size:.9rem;transition:border-color .3s}.search-box input:focus{outline:none;border-color:#f97316}.search-box svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#a8a29e}.categories-filter h3{font-size:1rem;font-weight:600;color:#1c1917;margin-bottom:1rem}.categories-filter ul{list-style:none}.categories-filter li{margin-bottom:.25rem}.categories-filter button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border:none;background:transparent;font-size:.9rem;color:#57534e;cursor:pointer;border-radius:.5rem;transition:all .3s}.categories-filter button:hover{background:#f5f5f4;color:#1c1917}.categories-filter button.active{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff}.category-count{background:#0000001a;padding:.125rem .5rem;border-radius:1rem;font-size:.75rem}.categories-filter button.active .category-count{background:#fff3}.catalog-main{min-height:500px}.catalog-info{margin-bottom:1rem;color:#57534e;font-size:.9rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.product-skeleton{background:linear-gradient(90deg,#e7e5e4 25%,#d6d3d1,#e7e5e4 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:1rem;height:350px}.no-products{text-align:center;padding:4rem 2rem;background:#fff;border-radius:1rem}.no-products p{color:#57534e;margin-bottom:1rem}.no-products button{background:#f97316;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-weight:500}@media(max-width:900px){.catalog-container{grid-template-columns:1fr}.catalog-sidebar{position:static}.categories-filter ul{display:flex;flex-wrap:wrap;gap:.5rem}.categories-filter li{margin:0}.categories-filter button{padding:.5rem 1rem;white-space:nowrap}}.product-detail-page{min-height:100vh;background:#f5f5f4;padding:2rem 1.5rem}.breadcrumb{max-width:1200px;margin:0 auto 2rem;display:flex;align-items:center;gap:.5rem;font-size:.9rem}.breadcrumb a{color:#57534e;text-decoration:none;transition:color .3s}.breadcrumb a:hover{color:#f97316}.breadcrumb span:last-child{color:#1c1917;font-weight:500}.product-detail-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.product-gallery{position:relative;border-radius:.75rem;overflow:hidden}.product-gallery img{width:100%;height:auto;display:block}.product-badge{position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,#1e3a5f,#2e5a8f);color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:.85rem;font-weight:600}.product-info{display:flex;flex-direction:column}.product-title{font-size:2rem;font-weight:700;color:#1c1917;margin-bottom:.5rem}.product-price{font-size:2.5rem;font-weight:800;color:#f97316;margin-bottom:1.5rem}.product-description,.product-specs{margin-bottom:1.5rem}.product-description h3,.product-specs h3{font-size:1rem;font-weight:600;color:#1c1917;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #e7e5e4}.product-description p{color:#57534e;line-height:1.7}.product-specs table{width:100%;border-collapse:collapse}.product-specs tr{border-bottom:1px solid #e7e5e4}.product-specs td{padding:.75rem 0}.spec-key{color:#57534e;font-weight:500;text-transform:capitalize}.spec-value{color:#1c1917;font-weight:600;text-align:right}.product-actions{display:flex;gap:1rem;margin-bottom:1.5rem}.quantity-selector{display:flex;align-items:center;border:2px solid #e7e5e4;border-radius:.5rem;overflow:hidden}.quantity-selector button{width:44px;height:44px;border:none;background:transparent;font-size:1.25rem;cursor:pointer;transition:background .3s}.quantity-selector button:hover{background:#f5f5f4}.quantity-selector span{width:50px;text-align:center;font-weight:600;font-size:1.1rem}.add-btn{flex:1;font-size:1rem}.product-meta{margin-top:auto;padding-top:1.5rem;border-top:1px solid #e7e5e4}.product-meta p{color:#57534e;margin-bottom:.5rem;font-size:.9rem}.product-detail-skeleton{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;background:#fff;border-radius:1rem;padding:2rem}.skeleton-image{aspect-ratio:4/3;background:linear-gradient(90deg,#e7e5e4 25%,#d6d3d1,#e7e5e4 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:.75rem}.skeleton-info{display:flex;flex-direction:column;gap:1rem}.skeleton-line{height:20px;background:linear-gradient(90deg,#e7e5e4 25%,#d6d3d1,#e7e5e4 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;width:60%}.skeleton-line.wide{width:80%;height:32px}.skeleton-line.medium{width:40%;height:40px}.product-not-found{text-align:center;padding:4rem;background:#fff;border-radius:1rem;max-width:500px;margin:2rem auto}@media(max-width:900px){.product-detail-container{grid-template-columns:1fr;gap:2rem}.product-title{font-size:1.5rem}.product-price{font-size:2rem}.product-detail-skeleton{grid-template-columns:1fr}}.stock-info{margin-left:1rem;color:#64748b;font-size:.9rem}.add-to-cart-large:disabled{background:#94a3b8;cursor:not-allowed;transform:none}.cart-page{min-height:100vh;background:#f5f5f4;padding:2rem 1.5rem}.cart-header{max-width:1200px;margin:0 auto 2rem;display:flex;justify-content:space-between;align-items:center}.cart-header h1{font-size:2rem;font-weight:700;color:#1c1917}.clear-cart-btn{background:none;border:2px solid #ef4444;color:#ef4444;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .3s}.clear-cart-btn:hover{background:#ef4444;color:#fff}.cart-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 380px;gap:2rem}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{background:#fff;border-radius:1rem;padding:1.25rem;display:flex;align-items:center;gap:1.5rem;box-shadow:0 2px 4px #0000000d}.cart-item img{width:80px;height:80px;object-fit:cover;border-radius:.5rem}.item-info{flex:1}.item-info h3{font-size:1rem;font-weight:600;color:#1c1917;margin-bottom:.25rem}.item-category{font-size:.8rem;color:#57534e}.item-quantity{display:flex;align-items:center;border:2px solid #e7e5e4;border-radius:.5rem;overflow:hidden}.item-quantity button{width:36px;height:36px;border:none;background:transparent;font-size:1.25rem;cursor:pointer;transition:background .3s}.item-quantity button:hover{background:#f5f5f4}.item-quantity span{width:40px;text-align:center;font-weight:600}.item-price{text-align:right;min-width:120px}.unit-price{display:block;font-size:.8rem;color:#57534e}.subtotal{display:block;font-size:1.1rem;font-weight:700;color:#f97316}.remove-btn{width:36px;height:36px;border:none;background:#fef2f2;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s}.remove-btn svg{width:18px;height:18px;color:#ef4444}.remove-btn:hover{background:#ef4444}.remove-btn:hover svg{color:#fff}.cart-summary{background:#fff;border-radius:1rem;padding:1.5rem;height:fit-content;position:sticky;top:100px;box-shadow:0 4px 6px -1px #0000001a}.cart-summary h2{font-size:1.25rem;font-weight:600;color:#1c1917;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e7e5e4}.summary-lines{margin-bottom:1rem}.summary-line{display:flex;justify-content:space-between;padding:.75rem 0;font-size:.95rem;color:#57534e}.shipping{color:#f97316;font-weight:500}.summary-total{display:flex;justify-content:space-between;padding:1rem 0;border-top:2px solid #e7e5e4;font-size:1.25rem;font-weight:700;color:#1c1917}.checkout-btn{width:100%;padding:1rem;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s;margin-top:1rem}.checkout-btn.whatsapp{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.checkout-btn.whatsapp:hover{transform:translateY(-2px);box-shadow:0 10px 25px #25d3664d}.checkout-btn svg{width:24px;height:24px}.checkout-note{text-align:center;font-size:.8rem;color:#78716c;margin-top:1rem}.cart-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:1rem;max-width:500px;margin:2rem auto}.empty-icon{font-size:4rem;margin-bottom:1rem}.cart-empty h2{font-size:1.5rem;color:#1c1917;margin-bottom:.5rem}.cart-empty p{color:#57534e;margin-bottom:1.5rem}@media(max-width:900px){.cart-container{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{flex-wrap:wrap}.item-info{width:calc(100% - 100px)}.item-quantity,.item-price{margin-left:96px}}.contact-page{min-height:100vh;background:#f5f5f4}.contact-header{background:linear-gradient(135deg,#1e3a5f,#0f1f33);padding:3rem 1.5rem;text-align:center}.contact-header h1{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.contact-header p{color:#94a3b8}.contact-container{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.contact-info-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.contact-card{background:#fff;border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s}.contact-card:hover{transform:translateY(-4px)}.contact-icon{font-size:2.5rem;margin-bottom:1rem}.contact-card h3{font-size:1.1rem;font-weight:600;color:#1c1917;margin-bottom:.5rem}.contact-card p,.contact-card a{color:#57534e;text-decoration:none}.contact-card a:hover{color:#f97316}.schedule-section{background:#fff;border-radius:1rem;padding:2rem;max-width:500px;margin:0 auto;box-shadow:0 4px 6px -1px #0000001a}.schedule-section h2{font-size:1.25rem;color:#1c1917;text-align:center;margin-bottom:1.5rem}.schedule-list{display:flex;flex-direction:column;gap:.75rem}.schedule-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e7e5e4}.schedule-item:last-child{border-bottom:none}.schedule-item.closed span:last-child{color:#ef4444;font-weight:600}.admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a5f,#0f1f33);padding:1rem}.login-form{background:#fff;padding:2.5rem;border-radius:1rem;text-align:center;max-width:400px;width:100%;box-shadow:0 20px 40px #0000004d}.login-form h1{font-size:1.5rem;color:#1c1917;margin-bottom:.5rem}.login-form p{color:#57534e;margin-bottom:1.5rem}.login-form input{width:100%;padding:.875rem;border:2px solid #e7e5e4;border-radius:.5rem;font-size:1rem;margin-bottom:1rem}.login-form input:focus{outline:none;border-color:#f97316}.login-form .btn-primary{width:100%}.admin-panel{min-height:100vh;background:#f5f5f4;padding:2rem 1.5rem}.admin-header{max-width:1400px;margin:0 auto 2rem;display:flex;justify-content:space-between;align-items:center}.admin-header h1{font-size:1.75rem;color:#1c1917}.admin-actions{display:flex;gap:1rem}.logout-btn{background:none;border:2px solid #78716c;color:#78716c;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-weight:500;transition:all .3s}.logout-btn:hover{background:#78716c;color:#fff}.message{max-width:1400px;margin:0 auto 1rem;padding:1rem 1.5rem;border-radius:.5rem;display:flex;justify-content:space-between;align-items:center}.message.success{background:#dcfce7;color:#166534}.message.error{background:#fef2f2;color:#991b1b}.message button{background:none;border:none;font-size:1.25rem;cursor:pointer;opacity:.7}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000}.modal-content{background:#fff;border-radius:1rem;padding:2rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.modal-content h2{font-size:1.5rem;color:#1c1917;margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;font-weight:600;color:#44403c;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e7e5e4;border-radius:.5rem;font-size:.95rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#f97316}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.ai-btn{background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff;border:none;padding:.375rem .75rem;border-radius:1rem;font-size:.75rem;cursor:pointer;transition:transform .2s}.ai-btn:hover:not(:disabled){transform:scale(1.05)}.ai-btn:disabled{opacity:.6;cursor:not-allowed}.image-upload{display:flex;align-items:center;gap:1rem}.image-preview{width:80px;height:80px;object-fit:cover;border-radius:.5rem;border:2px solid #e7e5e4}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e7e5e4}.form-actions button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer}.form-actions button:first-child{background:none;border:2px solid #e7e5e4;color:#57534e}.products-table{max-width:1400px;margin:0 auto;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.products-table table{width:100%;border-collapse:collapse}.products-table th,.products-table td{padding:1rem;text-align:left}.products-table th{background:#f5f5f4;font-size:.85rem;text-transform:uppercase;color:#57534e;font-weight:600}.products-table tr:not(:last-child){border-bottom:1px solid #e7e5e4}.table-image{width:50px;height:50px;object-fit:cover;border-radius:.5rem}.edit-btn,.delete-btn{background:none;border:none;padding:.5rem .75rem;border-radius:.375rem;cursor:pointer;font-size:.85rem;transition:background .2s}.edit-btn{color:#1e3a5f}.edit-btn:hover{background:#e0f2fe}.delete-btn{color:#ef4444}.delete-btn:hover{background:#fef2f2}.loading,.no-products{text-align:center;padding:3rem;color:#57534e}@media(max-width:768px){.admin-header{flex-direction:column;gap:1rem;text-align:center}.form-row{grid-template-columns:1fr}.products-table{overflow-x:auto}.products-table table{min-width:600px}}.stock-badge{padding:.25rem .5rem;border-radius:4px;background:#d1fae5;color:#065f46;font-weight:600}.stock-badge.low-stock{background:#fee2e2;color:#991b1b}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.static{position:static}.contents{display:contents}.flex{display:flex}.hidden{display:none}.table{display:table}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.italic{font-style:italic}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}}:root{--color-cement-50:#f5f5f4;--color-cement-100:#e7e5e4;--color-cement-200:#d6d3d1;--color-cement-300:#a8a29e;--color-cement-400:#78716c;--color-cement-500:#57534e;--color-cement-600:#44403c;--color-cement-700:#292524;--color-cement-800:#1c1917;--color-cement-900:#0c0a09;--color-safety-orange:#f97316;--color-safety-yellow:#facc15;--color-professional-blue:#1e3a5f;--color-professional-blue-light:#2e5a8f}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-cement-100);color:var(--color-cement-800);font-family:Inter,Roboto,sans-serif;line-height:1.6}.text-gradient{background:linear-gradient(135deg,var(--color-safety-orange),var(--color-safety-yellow));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn-primary{background:linear-gradient(135deg,var(--color-safety-orange),#ea580c);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:transform .2s,box-shadow .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #f973164d}.btn-secondary{background:var(--color-professional-blue);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:background .2s}.btn-secondary:hover{background:var(--color-professional-blue-light)}.card{background:#fff;border-radius:1rem;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-cement-200)}::-webkit-scrollbar-thumb{background:var(--color-cement-400);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-cement-500)}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
