.cart-overlay{z-index:999;background:#00000080;animation:.3s fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-sidebar{z-index:1000;background:#fff;flex-direction:column;width:400px;height:100vh;transition:right .3s;display:flex;position:fixed;top:0;right:-400px;box-shadow:-2px 0 8px #00000026}.cart-sidebar.open{right:0}.cart-header{border-bottom:1px solid #eee;align-items:center;gap:1rem;padding:1.5rem;display:flex}.cart-close{cursor:pointer;color:#666;background:0 0;border:none;padding:.5rem;transition:color .3s}.cart-close:hover{color:#333}.cart-title{flex:1;align-items:center;gap:.5rem;display:flex}.cart-title h2{color:#333;margin:0;font-size:1.5rem;font-weight:600}.cart-content{flex:1;padding:2rem;overflow-y:auto}.cart-checkout-panel{flex-direction:column;gap:1rem;display:flex}.cart-step-copy h3{color:#111827;margin:0 0 .35rem;font-size:1.35rem}.cart-step-copy p{color:#6b7280;margin:0;line-height:1.5}.cart-checkout-error,.cart-checkout-note{margin:.75rem 0 0;font-size:.9rem;line-height:1.5}.cart-checkout-error{color:#be123c}.cart-checkout-note{color:#6b7280}.cart-success-state{text-align:center;flex-direction:column;justify-content:center;gap:.75rem;min-height:100%;display:flex}.cart-success-state h3{color:#111827;margin:0;font-size:1.4rem}.cart-success-state p{color:#4b5563;margin:0 0 .5rem;line-height:1.6}.cart-success-warning{text-align:left;background:#fff7f7;border:1px solid #fecaca;border-radius:12px;padding:1rem}.cart-warning-list{color:#991b1b;margin:.75rem 0;padding-left:1.2rem}.cart-warning-list li+li{margin-top:.4rem}.cart-session-list{flex-direction:column;gap:1rem;display:flex}.cart-session-card{background:#fff;border:1px solid #ececec;border-radius:14px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.cart-session-card h4{color:#111827;margin:0 0 .25rem;font-size:1rem}.cart-session-card p{color:#6b7280;margin:0;line-height:1.5}.cart-session-select{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:10px;width:100%;padding:.85rem 1rem;font-size:.95rem}.cart-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;display:flex}.cart-empty p{color:#999;margin:0;font-size:1rem}.cart-items{flex-direction:column;gap:1rem;display:flex}.cart-item{background:#fff;border:1px solid #ececec;border-radius:14px;justify-content:space-between;gap:1rem;padding:1rem;display:flex}.cart-item-copy{min-width:0}.cart-item-type{color:#be123c;text-transform:uppercase;background:#fff1f2;border-radius:999px;margin-bottom:.35rem;padding:.2rem .55rem;font-size:.75rem;font-weight:700;display:inline-block}.cart-item-title{color:#1f2937;margin:0 0 .35rem;font-size:1rem;line-height:1.4}.cart-item-meta{color:#6b7280;margin:0;font-size:.9rem}.cart-item-actions{flex-direction:column;justify-content:space-between;align-items:flex-end;gap:.75rem;display:flex}.cart-item-price{color:#111827;white-space:nowrap;font-size:1rem;font-weight:700}.cart-remove-btn{color:#e63946;cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;font-weight:600}.cart-remove-btn:hover{color:#be123c}.cart-footer{background:#f9f9f9;border-top:1px solid #eee;padding:1.5rem}.cart-totals{margin-bottom:1.5rem}.cart-subtotal,.cart-total{justify-content:space-between;margin-bottom:.5rem;display:flex}.cart-subtotal{color:#666;font-size:.95rem}.cart-total{color:#333;font-size:1.3rem;font-weight:700}.checkout-btn{color:#fff;cursor:pointer;background:#e63946;border:none;border-radius:4px;width:100%;margin-bottom:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:opacity .3s}.checkout-btn:hover{opacity:.9}.checkout-btn:disabled{opacity:.6;cursor:not-allowed}.view-cart-btn{color:#666;cursor:pointer;background:0 0;border:none;width:100%;padding:1rem;font-size:.95rem;transition:color .3s}.view-cart-btn:hover{color:#333}@media (max-width:768px){.cart-sidebar{width:100%;right:-100%}.cart-content{padding:1.25rem}.cart-item{flex-direction:column}.cart-item-actions{align-items:flex-start}}
