@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.navbar{background:linear-gradient(135deg, var(--muted) 0%, var(--primary-light) 100%);color:var(--foreground);z-index:50;box-shadow:var(--shadow-md);position:sticky;top:0}.nav-content{justify-content:space-between;align-items:center;height:4rem;display:flex}.logo{align-items:center;gap:.5rem;display:flex}.logo h1{color:var(--foreground);margin:0;font-size:1.25rem;font-weight:700}.desktop-menu{gap:1.5rem;display:flex}.desktop-menu a{opacity:.9;font-weight:500;transition:opacity .2s}.desktop-menu a:hover{opacity:1}.admin-link{background-color:#0000000d;border-radius:4px;padding:.2rem .6rem;font-size:.85rem}.mobile-menu-btn{color:var(--foreground);display:none}.mobile-menu{background-color:var(--primary-light);flex-direction:column;gap:1rem;padding:1rem;display:flex}.hero{text-align:center;background:0 0;border-bottom:none;padding:1.5rem 1rem 1rem}.hero h2{color:var(--foreground);letter-spacing:-.02em;margin-bottom:.5rem;font-size:2.2rem;font-weight:700}.hero p{color:var(--muted-foreground);font-size:1.1rem}.categories-container{-ms-overflow-style:none;scrollbar-width:none;width:100%;margin:2rem 0;padding:1rem 0;overflow-x:auto}.categories-container::-webkit-scrollbar{display:none}.categories-wrapper{gap:.75rem;width:max-content;margin:0 auto;display:flex}.category-pill{white-space:nowrap;background-color:var(--muted);border:1px solid var(--border);color:var(--muted-foreground);border-radius:9999px;padding:.4rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.category-pill:hover{background-color:#f0f0f0}.category-pill.active{background-color:var(--primary);color:var(--primary-foreground);border-color:var(--primary);box-shadow:var(--shadow-sm)}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding-bottom:4rem;display:grid}.product-card{background-color:var(--card);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--border);flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-image-container{aspect-ratio:1;background-color:var(--muted);width:100%;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card:hover .product-image{transform:scale(1.05)}.product-image-placeholder{width:100%;height:100%;color:var(--muted-foreground);justify-content:center;align-items:center;display:flex}.product-badge{background-color:var(--primary);color:var(--primary-foreground);box-shadow:var(--shadow-sm);border-radius:9999px;padding:.2rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem}.product-info{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.product-info h3{margin-bottom:.5rem;font-size:1.125rem;line-height:1.3}.product-desc{color:var(--muted-foreground);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:1.5rem;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.product-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.price{color:var(--foreground);font-size:1.25rem;font-weight:700}.price-wrapper{flex-direction:column;line-height:1.2;display:flex}.price-original{color:#dc2626;font-size:.85rem;text-decoration:line-through}.price.price-offer{color:#16a34a}.ws-btn{background-color:var(--primary-dark);gap:.5rem;padding:.6rem 1rem;display:flex}.ws-btn:hover{background-color:#f7cb15}.loading-state,.empty-state{text-align:center;color:var(--muted-foreground);padding:4rem 1rem}.footer{color:#9ca3af;background:linear-gradient(160deg,#2a2d34 0%,#151619 100%);border-top:none;margin-top:5rem}.footer-top{text-align:left;grid-template-columns:1fr;gap:2rem;padding:1rem 1rem 3rem;display:grid}@media (width>=768px){.footer-top{grid-template-columns:repeat(3,1fr)}#about,#delivery{margin-top:2rem}#contact{margin-top:2rem;margin-bottom:2rem}}.footer-section h4{color:#f9fafb;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1.15rem;display:flex}.footer-section p{opacity:.9;font-size:.95rem;line-height:1.7}.footer-bottom{background-color:#00000040;border-top:1px solid #ffffff0d;padding:1rem 0;font-size:.85rem}.footer-bottom-inner{text-align:center;background:0 0;flex-direction:column;align-items:center;gap:1rem;display:flex}.copyright{font-size:.75rem;line-height:1.4}@media (width>=768px){.footer-bottom-inner{text-align:left;flex-direction:row;justify-content:space-between}.copyright{font-size:.85rem}}.dev-link{color:#e5e7eb;font-weight:600;text-decoration:none;transition:color .3s}.dev-link:hover{color:var(--primary)}@media (width<=768px){#about{padding-top:4rem}#contact{padding-bottom:2rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.product-info{padding:1rem}.product-footer{flex-direction:column;align-items:stretch;gap:.75rem}.desktop-menu{display:none}.mobile-menu-btn{display:block}.ws-btn{width:100%}.price{text-align:center}}.admin-layout{background-color:var(--muted);min-height:100vh}.admin-header{background-color:var(--card);border-bottom:1px solid var(--border);z-index:40;position:sticky;top:0}.admin-nav{justify-content:space-between;align-items:center;height:4rem;display:flex}.signout-btn{gap:.5rem;font-size:.875rem}.admin-tabs-container{background-color:var(--card);border-bottom:1px solid var(--border);margin-bottom:2rem}.admin-tabs{gap:2rem;display:flex}.tab-btn{color:var(--muted-foreground);border-bottom:2px solid #0000;padding:1rem 0;font-size:.95rem;font-weight:500;transition:all .2s}.tab-btn:hover{color:var(--foreground)}.tab-btn.active{color:var(--primary-dark);border-bottom-color:var(--primary-dark)}.admin-main{grid-template-columns:1fr;gap:2rem;padding:0 1rem 4rem;display:grid}@media (width>=992px){.admin-main{grid-template-columns:480px 1fr;align-items:start}}.form-section,.list-section{background-color:var(--card);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--border);padding:1.5rem}.form-section h3,.list-section h3{border-bottom:1px solid var(--border);align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.25rem;display:flex}.inline-icon{margin-right:.5rem}.product-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=576px){.form-row{grid-template-columns:1fr 1fr}}.checkbox-group{align-items:center;gap:.5rem;display:flex}.checkbox-group label{cursor:pointer;margin-bottom:0}.checkbox-group input{cursor:pointer;width:1.25rem;height:1.25rem;accent-color:var(--primary)}.form-actions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.category-form{gap:.5rem;margin-bottom:1rem;display:flex}.category-form .form-group{flex-grow:1}.category-list{flex-direction:column;gap:.75rem;display:flex}.category-item{background-color:var(--muted);border:1px solid #0000;border-radius:6px;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.95rem;display:flex}.category-item:hover{border-color:var(--border)}.delete-icon{color:var(--muted-foreground);border-radius:4px;justify-content:center;align-items:center;padding:.25rem;display:flex}.delete-icon:hover{color:#ef4444;background-color:#fee2e2}.admin-product-list{flex-direction:column;gap:1rem;display:flex}.admin-product-item{border:1px solid var(--border);border-radius:var(--radius);background-color:var(--card);flex-direction:column;gap:1rem;padding:1rem;transition:border-color .2s;display:flex}.admin-product-item:hover{border-color:var(--primary-light)}@media (width>=576px){.admin-product-item{flex-direction:row;justify-content:space-between;align-items:center}}.item-details{align-items:center;gap:1rem;display:flex}.item-img{background-color:var(--muted);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex;overflow:hidden}.item-img img{object-fit:cover;width:100%;height:100%}.no-img{color:var(--muted-foreground);opacity:.5}.item-meta{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.25rem;font-size:.875rem;display:flex}.badge{background-color:var(--muted);color:var(--muted-foreground);border-radius:9999px;padding:.1rem .5rem;font-size:.75rem}.meta-price{font-weight:600}.status-dot{align-items:center;gap:.25rem;font-size:.75rem;display:flex}.status-dot:before{content:"";border-radius:50%;width:8px;height:8px;display:inline-block}.status-dot.active:before{background-color:#22c55e}.status-dot.inactive:before{background-color:#ef4444}.item-actions{gap:.5rem;display:flex}.action-btn{color:var(--muted-foreground);background-color:var(--muted);border-radius:6px;padding:.5rem;transition:all .2s}.action-btn:hover{color:var(--foreground);background-color:#e5e5e5}.action-btn.delete:hover{color:#ef4444;background-color:#fee2e2}.text-green-600{color:#16a34a}.text-sm{font-size:.875rem}.text-muted{color:var(--muted-foreground)}.login-container{background:linear-gradient(135deg, var(--muted) 0%, var(--primary-light) 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow-lg);text-align:center;width:100%;max-width:400px;padding:2.5rem 2rem}.login-card h2{margin-bottom:.25rem;font-size:1.5rem}.login-subtitle{color:var(--muted-foreground);margin-bottom:2rem;font-size:.875rem}.login-form{text-align:left;flex-direction:column;gap:1.25rem;display:flex}.form-group label{color:var(--foreground);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.login-btn{width:100%;margin-top:1rem;padding:.75rem;font-size:1rem}.error-message{color:#b91c1c;border-radius:var(--radius);background-color:#fee2e2;margin-bottom:1.5rem;padding:.75rem;font-size:.875rem}.back-link{color:var(--muted-foreground);margin-top:2rem;font-size:.875rem;transition:color .2s;display:inline-block}.back-link:hover{color:var(--foreground)}:root{--primary:#ffd54f;--primary-light:#ffe082;--primary-dark:#ffca28;--primary-foreground:#424242;--background:#fff;--foreground:#212121;--muted:#f5f5f5;--muted-foreground:#757575;--border:#e0e0e0;--card:#fff;--font-sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--radius:.75rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a}*{box-sizing:border-box;font-family:var(--font-sans);margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:var(--foreground);font-weight:600}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.btn{border-radius:var(--radius);justify-content:center;align-items:center;padding:.5rem 1rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary);color:var(--primary-foreground);box-shadow:var(--shadow-sm)}.btn-primary:hover{background-color:var(--primary-light);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-outline{border:1px solid var(--border);background-color:#0000}.btn-outline:hover{background-color:var(--muted)}.form-control{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);outline:none;width:100%;padding:.75rem;transition:border-color .2s}.form-control:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-light)}ul{list-style:none}
