:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;color:#111827;background-color:#f3f4f6}body{margin:0;padding:0;background-color:#f3f4f6}.app{min-height:100vh;display:flex;flex-direction:column}.navbar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;background-color:#111827;color:#f9fafb}.navbar-left{display:flex;flex-direction:column}.brand{font-size:1.4rem;font-weight:700;text-decoration:none;color:#f9fafb}.tagline{font-size:.8rem;color:#9ca3af}.navbar-links{display:flex;gap:1rem}.nav-link{text-decoration:none;color:#e5e7eb;font-size:.95rem}.nav-link.active{font-weight:600;text-decoration:underline}.main{flex:1;max-width:1200px;margin:1.5rem auto;padding:0 1rem 2rem}.page h1{margin-bottom:.25rem}.page p{margin-top:.25rem;max-width:700px}.home-grid{margin-top:1.5rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.home-card{background-color:#fff;border-radius:.75rem;padding:1rem;box-shadow:0 1px 3px #0f172a1a}.footer{text-align:center;font-size:.8rem;color:#6b7280;padding:.75rem 1rem 1.25rem;border-top:1px solid #e5e7eb}@media(max-width:640px){.navbar{flex-direction:column;align-items:flex-start;gap:.5rem}.navbar-links{width:100%;justify-content:flex-start;flex-wrap:wrap}}.layout{display:grid;grid-template-columns:2fr 1.2fr;gap:1.5rem;margin-top:1rem}.products-section h2,.order-section h2{margin-bottom:.75rem}.products-grid{display:grid;gap:1.5rem;padding:1rem 0}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:640px)and (max-width:1023px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:639px){.products-grid{grid-template-columns:1fr}}.product-card{width:100%;max-width:none;background:#fff;border-radius:.75rem;padding:1rem;box-shadow:0 2px 8px #00000014}.product-image{width:100%;height:140px;object-fit:cover;border-radius:.5rem;margin-bottom:.5rem}.product-price{font-weight:600;margin:.25rem 0}.product-description{font-size:.9rem;color:#4b5563;margin-bottom:.75rem}.quantity-label{display:flex;justify-content:space-between;align-items:center}.quantity-label input{width:80px;padding:.25rem;margin-left:.5rem}.order-form{display:flex;flex-direction:column;gap:.75rem}.order-form input,.order-form textarea{margin-top:.25rem;padding:.5rem;border-radius:4px;border:1px solid #d1d5db}.order-summary{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.order-summary button{padding:.6rem 1.2rem;border-radius:6px;border:none;background:#111827;color:#fff;cursor:pointer}.order-summary button:hover{opacity:.9}.add-to-basket-btn{margin-top:.75rem;width:100%;padding:.5rem .75rem;border-radius:.5rem;border:none;background-color:#111827;color:#fff;font-size:.9rem;cursor:pointer}.add-to-basket-btn:hover{opacity:.9}.basket-link{display:inline-flex;align-items:center;gap:.25rem}.basket-badge{min-width:1.3rem;height:1.3rem;border-radius:999px;background-color:#f97316;color:#fff;font-size:.75rem;display:inline-flex;align-items:center;justify-content:center}
