*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,sans-serif;background:#f6f7f9;color:#1a1a1a}button{cursor:pointer}.layout{max-width:1100px;margin:0 auto;padding:1.5rem;display:grid;grid-template-columns:1fr 320px;grid-gap:1.5rem;gap:1.5rem}@media (max-width:900px){.layout{grid-template-columns:1fr}}header{grid-column:1/-1}header h1{margin:0 0 .25rem}header p{margin:0;color:#555}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1rem;gap:1rem}.product-card{background:#fff;border:1px solid #e2e4e8;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.product-card h2{margin:0;font-size:1.1rem}.product-card p{margin:0;color:#555;flex:1 1}.product-meta{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.price{font-weight:600}.availability{color:#2d6a4f}.basket{background:#fff;border:1px solid #e2e4e8;border-radius:8px;padding:1rem;position:-webkit-sticky;position:sticky;top:1rem;align-self:start}.basket h2{margin:0 0 1rem;font-size:1.1rem}.basket-empty{color:#666;margin:0}.basket-items{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.75rem}.basket-item{gap:.5rem;font-size:.95rem}.basket-item,.basket-total{display:flex;justify-content:space-between}.basket-total{font-weight:600;margin-bottom:1rem;padding-top:.75rem;border-top:1px solid #e2e4e8}.primary-button{width:100%;border:none;border-radius:6px;padding:.65rem 1rem;background:#1d4ed8;color:#fff;font-size:.95rem}.primary-button:disabled{opacity:.5;cursor:not-allowed}.secondary-button{border:1px solid #cbd5e1;border-radius:6px;padding:.45rem .75rem;background:#fff}.status{grid-column:1/-1;padding:.75rem 1rem;border-radius:6px}.status.error{background:#fee2e2;color:#991b1b}.status.success{background:#dcfce7;color:#166534}.status.loading{background:#e0e7ff;color:#3730a3}