:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111827;background-color:#f5f6f8;line-height:1.5}*{box-sizing:border-box}body{margin:0;min-height:100vh}img{max-width:100%;display:block}button{font:inherit;border:none;border-radius:999px;padding:.45rem 1.2rem;background:#111827;color:#fff;cursor:pointer;transition:opacity .15s ease}button:hover{opacity:.85}.app-shell{padding:2rem clamp(1rem,5vw,4rem) 4rem}.hero{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2.5rem}.hero__cart{background:#fff;border-radius:1.5rem;padding:1rem 1.5rem;text-align:right;min-width:160px;box-shadow:0 15px 40px #0f172a14}.hero__cart strong{font-size:1.8rem}.hero__cart-label{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}.layout{display:grid;grid-template-columns:2fr 1fr;gap:2.5rem;align-items:start}.section-heading h2{margin:.15rem 0 1rem}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:#6b7280;margin:0}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.product-card{background:#fff;border-radius:1.25rem;padding:1rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 10px 30px #0f172a0d}.product-card__image{border-radius:.9rem;background:#eef2ff;object-fit:cover}.product-card__description{margin:.35rem 0 1rem;color:#4b5563}.product-card__footer{display:flex;justify-content:space-between;align-items:center}.product-card__price{font-size:1.15rem;font-weight:600}.cart-panel{background:#fff;border-radius:1.5rem;padding:1.5rem;box-shadow:0 15px 40px #0f172a14;position:sticky;top:2rem}.cart-panel__empty{color:#6b7280}.cart-panel__list{list-style:none;padding:0;margin:1.25rem 0 0;display:flex;flex-direction:column;gap:1rem}.cart-panel__line{display:flex;justify-content:space-between;align-items:center;gap:1rem}.cart-panel__line-name{margin:0;font-weight:600}.cart-panel__line-price{margin:.25rem 0 0;color:#6b7280}.cart-panel__line-actions{display:flex;align-items:center;gap:.35rem}.cart-panel__line-actions button{min-width:32px;padding:.3rem;border-radius:.75rem}.cart-panel__line-actions span{width:1.5rem;text-align:center}button.link{background:transparent;color:#ef4444;padding:0;min-width:unset}@media (max-width: 900px){.layout{grid-template-columns:1fr}.cart-panel{position:static}.hero{flex-direction:column;align-items:flex-start}}
