*{box-sizing:border-box;margin:0;padding:0}html,body{height:100vh;font-family:Inter,Arial,sans-serif;background-color:#000;color:#fff;overflow-x:hidden}#root{width:100%;height:100%;display:flex;justify-content:center;align-items:stretch}.home{width:100%;min-height:100vh;display:flex;flex-direction:column;background-color:#000;color:#fff;padding:2%;overflow-x:hidden}.header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem;height:100px;width:100%;position:relative}.logo{height:7vh;max-height:70px;object-fit:contain;filter:drop-shadow(0 0 5px rgba(255,0,0,.5))}.title{font-size:1rem;color:#fff;text-align:center}.cart-icon{font-size:2rem;color:#ff1e1e;cursor:pointer}.cart-icon:hover{transform:scale(1.1)}.badge{position:absolute;top:5px;left:20px;background-color:#fff;color:red;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;z-index:1}.search-bar{display:flex;align-items:center;background-color:#f3f3f3;border-radius:25px;padding:.6rem 1rem;margin:0 auto 1.5rem;width:100%;max-width:600px;box-shadow:0 0 8px #f003;transition:box-shadow .2s ease}.search-bar:focus-within{box-shadow:0 0 10px #ff000080}.search-bar input{flex:1;border:none;outline:none;background:transparent;font-size:1rem;color:#333}.categories{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:1.5rem;width:100%}.category{display:flex;align-items:center;gap:.4em;border:1px solid #ddd;border-radius:25px;padding:.5em 1.1em;background-color:#fff;color:#111;cursor:pointer;font-size:.9rem;transition:all .2s ease;white-space:nowrap}.category:hover,.category.active{background-color:red;color:#fff;border-color:red;transform:scale(1.05)}.section{flex:1;display:flex;flex-direction:column;width:100%;padding:1%}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.section-header h2{font-size:1.2rem;font-weight:600}.section-header span{font-size:.9rem;color:#ddd;cursor:pointer;transition:color .2s ease}.section-header span:hover{color:#ff4d4d}.star-icon{position:absolute;top:8px;right:10px;cursor:pointer}.star{font-size:1.3rem;color:red;cursor:pointer}.products{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;align-items:stretch}.products::-webkit-scrollbar{width:6px}.products::-webkit-scrollbar-thumb{background:red;border-radius:3px}.products::-webkit-scrollbar-track{background:transparent}.product-card{position:relative;background-color:#fff;border-radius:20px;box-shadow:0 3px 6px #ff000026;padding:1rem;text-align:center;transition:all .2s ease-in-out;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;height:100%}.product-card:hover{transform:translateY(-4px);box-shadow:0 6px 12px #ff00004d}.img-wrapper{display:flex;justify-content:center;margin-bottom:.8rem}.img-wrapper img{height:90px;max-width:90%;object-fit:contain;filter:drop-shadow(0 0 5px rgba(255,0,0,.7))}.product-card h3{font-weight:600;font-size:1rem;margin-bottom:.3rem;color:#000}.desc{color:#555;font-size:.85rem;min-height:2em}.price{color:#e11d48;font-weight:700;font-size:1rem;margin-top:.4rem}.no-results{grid-column:1 / -1;text-align:center;color:#888;font-size:1rem;margin-top:1rem}.dashboard{width:100%;min-height:100vh;padding:2%;background-color:#0d0d0d;color:#fff;display:flex;flex-direction:column;gap:40px}h1{text-align:center;font-size:1.8rem;margin-bottom:10px}.section h2{font-size:1.4rem;margin-bottom:10px;color:#ff5252}.table-wrapper{overflow-x:auto}table{width:100%;border-collapse:collapse;background-color:#1a1a1a;color:#fff}th,td{padding:10px;border:1px solid #333;text-align:center}th{background-color:#222;font-weight:700}button{padding:6px 10px;margin:0 3px;border:none;border-radius:5px;cursor:pointer;color:#fff}.btn-add{background-color:green}.btn-edit{background-color:#ff9800}.btn-save{background-color:#2196f3}.btn-delete{background-color:red}.add-form{display:flex;gap:10px;margin-bottom:10px;flex-wrap:wrap}.add-form input,select{padding:8px;border-radius:5px;border:1px solid #444;background-color:#222;color:#fff;flex:1;min-width:150px}.arrow-back{cursor:pointer;display:flex;align-items:center;justify-content:start}.prodotto-page{max-width:600px;padding:20px;background:transparent;border-radius:12px;box-shadow:0 8px 20px #0000001a;text-align:center;font-family:Arial,sans-serif}.prodotto-page img{width:100%;max-height:300px;object-fit:cover;border-radius:12px;margin-bottom:20px}.prodotto-page h1{font-size:28px;margin-bottom:10px;color:#e10000}.prodotto-page p{font-size:16px;margin-bottom:10px;color:#868585}.unit-selection{display:flex;justify-content:center;gap:20px;margin:20px 0}.unit-selection label{font-size:16px;cursor:pointer}.unit-selection input{margin-right:8px;cursor:pointer}.prodotto-page select{padding:10px;font-size:16px;margin-bottom:20px;width:60%;border-radius:8px;border:1px solid #ccc}.btn-prodotto{padding:12px 24px;font-size:16px;background-color:#ff1500;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:.3s}.btn-prodotto:disabled{background-color:#cbb;color:#888;cursor:not-allowed}.btn-prodotto:hover:not(:disabled){background-color:#ff4c3b}.checkbox-cotto{display:flex;justify-content:center;align-items:center;gap:10px;height:31px;width:100%;color:#fff;font-size:16px;cursor:pointer}.checkbox-cotto input[type=checkbox]{appearance:none;-webkit-appearance:none;width:20px;height:20px;border:2px solid #ff0000;border-radius:4px;background-color:#fff;cursor:pointer;position:relative;transition:all .2s ease}.checkbox-cotto input[type=checkbox]:hover{box-shadow:0 0 6px #f006}.checkbox-cotto input[type=checkbox]:checked{background-color:#ff1500;border-color:#ff1500}.checkbox-cotto input[type=checkbox]:checked:after{content:"✔";color:#fff;font-size:14px;position:absolute;top:1px;left:4px}.checkbox-cotto label{font-size:16px;color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;height:100%;display:flex;align-items:center;justify-content:center}.arrow-back{width:100%;cursor:pointer;display:flex;align-items:center;justify-content:start}.carrello-vuoto{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;font-family:Poppins,sans-serif;font-weight:700;box-sizing:border-box;padding:20px}.carrello-page{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;padding:20px;font-family:Poppins,sans-serif;font-weight:700;box-sizing:border-box}.carrello-page h1{text-align:center;margin-bottom:20px;width:100%}.carrello-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow-y:auto;width:100%;max-width:800px;gap:15px;margin-bottom:100px}.prodotto-carrello{width:90%;max-width:700px;display:flex;align-items:center;justify-content:space-between;gap:15px;background-color:#fff;border:1px solid #ddd;border-radius:14px;padding:10px 15px;box-shadow:0 3px 8px #00000014;transition:transform .2s ease,box-shadow .2s ease}.prodotto-carrello:hover{transform:translateY(-2px);box-shadow:0 5px 14px #00000026}.prodotto-carrello img{width:90px;height:90px;object-fit:contain;border-radius:12px}.dettagli-prodotto{flex:1}.dettagli-prodotto h2{margin:0;font-size:18px;color:#111}.dettagli-prodotto p{margin:4px 0;font-size:14px;color:#555}.icon-trash{cursor:pointer;color:#ff4d4d;transition:transform .2s ease}.icon-trash:hover{transform:scale(1.2)}.btn-riepilogo{position:fixed;bottom:25px;right:25px;background-color:red;color:#fff;border:none;padding:14px 22px;border-radius:50px;font-size:16px;cursor:pointer;display:flex;align-items:center;gap:8px;box-shadow:0 4px 10px #00000040;transition:background-color .3s ease}.btn-riepilogo:hover{background-color:#f33}.riepilogo{position:fixed;bottom:80px;right:20px;width:320px;max-height:80vh;overflow-y:auto;background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #0000004d;padding:20px;z-index:1000;color:#000}.riepilogo input[type=text],.riepilogo input[type=date],.riepilogo input[type=time]{width:100%;margin:5px 0 10px;padding:8px;border-radius:5px;border:1px solid #ccc;box-sizing:border-box}.btn-conferma{background-color:#28a745;border:none;padding:10px 15px;border-radius:5px;cursor:pointer;width:100%;font-size:16px;color:#fff}.btn-conferma:disabled{background-color:#ccc;cursor:not-allowed}.popup,.popup-pdf{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;padding:30px 20px;box-shadow:0 8px 30px #0003;width:300px;text-align:center;z-index:1000}.popup-buttons{display:flex;justify-content:space-between;margin-top:20px}.text-pdf{font-size:18px;margin-bottom:20px;color:#000}.popup-pdf button{padding:10px 16px;margin:5px;border:none;border-radius:8px;cursor:pointer;font-size:14px;transition:.3s;background-color:red;color:#fff}.popular-products{display:flex;gap:16px;overflow-x:auto;padding:10px 0;scroll-snap-type:x mandatory}.popular-products::-webkit-scrollbar{height:8px}.popular-products::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.product-card-popular{flex:0 0 220px;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;text-align:center;background-color:#f8f8f8;color:#000;border-radius:12px;box-shadow:0 3px 6px #ff000026;padding:16px;transition:transform .25s ease;scroll-snap-align:start;height:100%}.product-card-popular:hover{transform:translateY(-5px);box-shadow:0 6px 10px #ff000040}.product-card-popular img{width:100%;height:140px;object-fit:contain;margin-bottom:10px;filter:drop-shadow(0 0 5px rgba(255,0,0,.3))}.product-card-popular .info{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;min-height:120px}.product-card-popular h3{font-size:1rem;font-weight:600;color:#000;margin-bottom:6px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.product-card-popular .desc{font-size:.85rem;color:#555;margin-bottom:8px;min-height:40px;line-height:1.3em;overflow:hidden;text-overflow:ellipsis}.product-card-popular .price{color:#e11d48;font-weight:700;font-size:1rem;margin:6px 0}.product-card-popular button{background-color:#ff1500;color:#fff;border:none;border-radius:8px;padding:8px 12px;cursor:pointer;transition:background-color .3s;font-size:.9rem;margin-top:auto}.product-card-popular button:hover{background-color:#ff4c3b}.product-card-popular .star-icon{position:absolute;top:8px;right:10px;cursor:pointer}.product-card-popular .star{font-size:1.3rem;color:red;cursor:pointer}.product-card-popular .img-wrapper{position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:10px}@media (max-width: 768px){.home{padding:4%}.categories{gap:.5rem}.products{grid-template-columns:repeat(2,1fr);gap:.8rem}.product-card h3{font-size:.9rem}.prodotto-carrello{align-items:center;padding:.5rem 1rem}.riepilogo{width:90%;right:5%}}@media (min-width: 1024px){.products{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.product-card{padding:1.2rem}.section-header h2{font-size:1.4rem}}
