@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Caveat:wght@400;600&display=swap";:root{--green-primary:#76c839;--green-dark:#5aa52b;--green-darker:#4a8c22;--green-light:#8fd65a;--green-bg:#f5faf0;--white:#fff;--text-dark:#2d3b25;--text-muted:#6b7a63;--text-light:#94a88c;--border:#d4e8c8;--border-light:#e8f3e0;--shadow:0 2px 8px #2d3b2514;--shadow-lg:0 8px 24px #2d3b251f;--radius:12px;--radius-sm:8px;--radius-lg:16px;--font-body:"Nunito", sans-serif;--font-accent:"Caveat", cursive;--danger:#e74c3c;--warning:#f39c12;--success:#27ae60}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text-dark);background:var(--green-bg);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none}input,textarea,select{font-family:var(--font-body);outline:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background:var(--green-primary);color:var(--white);z-index:100;box-shadow:var(--shadow);position:sticky;top:0}.navbar .container{justify-content:space-between;align-items:center;height:80px;display:flex}.navbar-brand{justify-content:center;align-items:center;gap:12px;font-size:1.5rem;font-weight:800;display:flex}.navbar-brand img{height:45px}.navbar-brand span{font-family:var(--font-accent);opacity:.9;margin-top:-4px;font-size:.85rem;font-weight:400;display:block}.navbar-links{align-items:center;gap:24px;display:flex}.navbar-links a{font-weight:600;transition:opacity .2s}.navbar-links a:hover{opacity:.85}.cart-link{align-items:center;gap:6px;display:flex;position:relative}.cart-badge{background:var(--white);color:var(--green-dark);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:800;display:flex;position:absolute;top:-8px;right:-10px}.btn{border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:8px;padding:10px 24px;font-size:.95rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-primary{background:var(--green-primary);color:var(--white)}.btn-primary:hover{background:var(--green-dark)}.btn-secondary{background:var(--white);color:var(--green-dark);border:2px solid var(--green-primary)}.btn-secondary:hover{background:var(--green-bg)}.btn-danger{background:var(--danger);color:var(--white)}.btn-danger:hover{background:#c0392b}.btn-sm{padding:6px 14px;font-size:.85rem}.btn-lg{padding:14px 32px;font-size:1.05rem}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s;overflow:hidden}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.product-card{flex-direction:column;display:flex}.product-card .product-image{aspect-ratio:1;background:var(--green-bg);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.product-card .product-image img{object-fit:cover;width:100%;height:100%}.product-card .product-image .placeholder{color:var(--text-light);font-size:3rem}.product-card .product-info{flex-direction:column;flex:1;padding:16px;display:flex}.product-card .product-category{color:var(--green-primary);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:600}.product-card .product-name{flex:1;margin:6px 0;font-size:1rem;font-weight:700}.product-card .product-name a:hover{color:var(--green-dark)}.product-card .product-price{align-items:center;gap:10px;margin-top:8px;display:flex}.product-card .price-current{color:var(--green-dark);font-size:1.2rem;font-weight:800}.product-card .price-old{color:var(--text-light);font-size:.9rem;text-decoration:line-through}.sale-badge{background:var(--danger);color:var(--white);border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:700;position:absolute;top:10px;right:10px}.search-bar{gap:12px;margin-bottom:24px;display:flex}.search-bar input{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--white);flex:1;padding:12px 16px;font-size:1rem;transition:border-color .2s}.search-bar input:focus{border-color:var(--green-primary)}.category-tabs{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.category-tab{background:var(--white);color:var(--text-muted);border:2px solid var(--border);cursor:pointer;border-radius:20px;padding:8px 20px;font-size:.9rem;font-weight:600;transition:all .2s}.category-tab:hover,.category-tab.active{background:var(--green-primary);color:var(--white);border-color:var(--green-primary)}.products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;display:grid}.hero{background:var(--green-primary);color:var(--white);text-align:center;padding:60px 0}.hero h1{margin-bottom:12px;font-size:2.5rem;font-weight:800}.hero p{font-family:var(--font-accent);opacity:.9;font-size:1.4rem}.hero .btn{background:var(--white);color:var(--green-dark);margin-top:24px}.hero .btn:hover{background:var(--green-bg)}.product-detail{grid-template-columns:1fr 1fr;gap:40px;padding:40px 0;display:grid}.product-detail .product-image-lg{background:var(--white);border-radius:var(--radius);aspect-ratio:1;justify-content:center;align-items:center;display:flex;overflow:hidden}.product-detail .product-image-lg img{object-fit:cover;width:100%;height:100%}.product-detail .product-meta h1{margin-bottom:8px;font-size:1.8rem}.product-detail .product-meta .category{color:var(--green-primary);font-size:.9rem;font-weight:600}.product-detail .product-meta .price-block{margin:20px 0}.product-detail .product-meta .price-big{color:var(--green-dark);font-size:2rem;font-weight:800}.product-detail .product-meta .price-old-big{color:var(--text-light);margin-left:12px;font-size:1.2rem;text-decoration:line-through}.product-detail .product-meta .description{color:var(--text-muted);margin:20px 0;line-height:1.8}.quantity-selector{align-items:center;gap:12px;margin:20px 0;display:flex}.quantity-selector button{background:var(--green-bg);border:2px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;transition:all .2s;display:flex}.quantity-selector button:hover{background:var(--green-primary);color:var(--white);border-color:var(--green-primary)}.quantity-selector span{text-align:center;min-width:30px;font-size:1.2rem;font-weight:700}.cart-page{padding:40px 0}.cart-page h1{margin-bottom:24px}.cart-item{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);align-items:center;gap:20px;margin-bottom:12px;padding:20px;display:flex}.cart-item .item-image{border-radius:var(--radius-sm);background:var(--green-bg);flex-shrink:0;width:80px;height:80px;overflow:hidden}.cart-item .item-image img{object-fit:cover;width:100%;height:100%}.cart-item .item-details{flex:1}.cart-item .item-name{margin-bottom:4px;font-weight:700}.cart-item .item-price{color:var(--green-dark);font-weight:700}.cart-item .item-actions{align-items:center;gap:12px;display:flex}.cart-item .remove-btn{color:var(--danger);padding:4px;font-size:1.2rem}.cart-item .remove-btn:hover{opacity:.7}.cart-summary{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);margin-top:24px;padding:24px}.cart-summary .total{color:var(--green-dark);justify-content:space-between;align-items:center;font-size:1.5rem;font-weight:800;display:flex}.empty-state{text-align:center;color:var(--text-muted);padding:60px 0}.empty-state h2{margin-bottom:12px}.form-group{margin-bottom:16px}.form-group label{margin-bottom:6px;font-size:.9rem;font-weight:600;display:block}.form-group input,.form-group textarea,.form-group select{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--white);width:100%;padding:10px 14px;font-size:.95rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--green-primary)}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.checkout-page{max-width:600px;margin:0 auto;padding:40px 0}.checkout-page h1{margin-bottom:24px}.checkout-form{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:32px}.order-success{text-align:center;padding:60px 0}.order-success h2{color:var(--success);margin-bottom:12px}.admin-layout{min-height:calc(100vh - 70px);display:flex}.admin-sidebar{background:var(--white);border-right:1px solid var(--border);width:240px;padding:24px 0}.admin-sidebar a{color:var(--text-muted);padding:12px 24px;font-weight:600;transition:all .2s;display:block}.admin-sidebar a:hover,.admin-sidebar a.active{color:var(--green-dark);background:var(--green-bg);border-right:3px solid var(--green-primary)}.admin-content{flex:1;padding:32px}.admin-content h1{margin-bottom:24px}.table-wrapper{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--border-light);padding:12px 16px}th{background:var(--green-bg);text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);font-size:.85rem;font-weight:700}tr:hover td{background:var(--green-bg)}.status-badge{border-radius:20px;padding:4px 12px;font-size:.8rem;font-weight:700}.status-new{color:#856404;background:#fff3cd}.status-processing{color:#0c5460;background:#d1ecf1}.status-shipped{color:#155724;background:#d4edda}.status-delivered{color:#155724;background:#c3e6cb}.modal-overlay{z-index:200;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--white);border-radius:var(--radius-lg);width:90%;max-width:600px;max-height:90vh;padding:32px;overflow-y:auto}.modal h2{margin-bottom:20px}.modal-actions{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.login-page{justify-content:center;align-items:center;min-height:calc(100vh - 70px);display:flex}.login-form{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:400px;padding:40px}.login-form h1{text-align:center;margin-bottom:8px}.login-form .subtitle{text-align:center;color:var(--text-muted);margin-bottom:24px}.login-form .btn{width:100%}.error-msg{color:var(--danger);border-radius:var(--radius-sm);background:#fde8e8;margin-bottom:16px;padding:10px 16px;font-size:.9rem}.footer{background:var(--text-dark);color:var(--white);margin-top:60px;padding:40px 0 20px}.footer-content{grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:30px;display:grid}.footer-brand h3{margin-bottom:8px;font-size:1.3rem}.footer-brand p{opacity:.7;font-size:.9rem}.footer h4{margin-bottom:12px}.footer ul{list-style:none}.footer ul li{margin-bottom:8px}.footer ul a{opacity:.7;font-size:.9rem;transition:opacity .2s}.footer ul a:hover{opacity:1}.footer-bottom{text-align:center;opacity:.5;border-top:1px solid #ffffff1a;padding-top:20px;font-size:.85rem}@media (width<=768px){.navbar .container{flex-wrap:wrap;height:auto;padding:12px 20px}.navbar-links{gap:16px;font-size:.9rem}.hero h1{font-size:1.8rem}.product-detail{grid-template-columns:1fr;gap:24px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.cart-item{flex-wrap:wrap}.footer-content{grid-template-columns:1fr;gap:24px}.form-row{grid-template-columns:1fr}.admin-sidebar{width:200px}}.admin-sidebar a.active{color:var(--green-dark);background:var(--green-bg);border-right:3px solid var(--green-primary);font-weight:700}.category-badge{background:var(--green-bg);color:var(--green-dark);border-radius:20px;padding:4px 10px;font-size:.8rem;font-weight:600;display:inline-block}code{background:var(--green-bg);color:var(--text-muted);border-radius:4px;padding:2px 8px;font-size:.85rem}
