@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;600;700&display=swap";:root{font-family:Space Grotesk,system-ui,sans-serif;color:#f8f4ff;background:#120818}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(160deg,#120818,#241033)}.cart-header{padding:1.5rem clamp(1rem,4vw,3rem) .5rem}.back-link{color:#ff9de6}.cart-header h1{margin:.4rem 0 0;font-size:clamp(2rem,5vw,3rem)}.subtitle{margin:0;opacity:.8}.error{text-align:center;color:#ff6b6b;font-weight:700}.cart-layout{max-width:720px;margin:1rem auto 2rem;padding:1.2rem;background:#ffffff10;border:1px solid #ffffff22;border-radius:20px}.cart-items{display:grid;gap:.8rem}.cart-line{display:grid;grid-template-columns:72px 1fr;gap:.8rem;align-items:center;padding:.7rem;border-radius:12px;background:#ffffff0d}.cart-line img{width:72px;height:72px;object-fit:contain}.empty{text-align:center;opacity:.8}.counter,.total{text-align:center;font-weight:700}.total{font-size:1.3rem;color:#ffd86b}.actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1rem}.btn{border:none;border-radius:999px;padding:.7rem 1.2rem;font:inherit;font-weight:700;cursor:pointer;color:#fff}.btn.danger{background:#ef4444}.btn.success{background:#22c55e}
