.checkout_wrap__aisDn{max-width:var(--container);margin:0 auto;padding:40px 24px 0}.checkout_title__WXqMP{font-size:2rem;font-weight:600;letter-spacing:-.02em;margin-bottom:28px}.checkout_layout__fxOjP{display:grid;grid-template-columns:1fr 380px;grid-gap:40px;gap:40px;align-items:start}.checkout_form__dhXlk{display:flex;flex-direction:column;gap:24px}.checkout_section__NGYfL{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:24px}.checkout_section__NGYfL h2{font-size:1.1rem;font-weight:600;margin-bottom:16px}.checkout_section__NGYfL label{display:flex;flex-direction:column;gap:6px;font-size:.85rem;font-weight:500;color:var(--ink-2);margin-bottom:14px}.checkout_section__NGYfL label:last-child{margin-bottom:0}.checkout_section__NGYfL input{height:44px;padding:0 14px;border:1px solid var(--line);border-radius:var(--r-md);font-size:.95rem;color:var(--ink);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.checkout_section__NGYfL input:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(var(--brand-rgb),.1)}.checkout_demoNote__HC0wF{font-size:.85rem;line-height:1.5;color:var(--ink-2);background:rgba(var(--brand-rgb),.06);border:1px solid rgba(var(--brand-rgb),.16);border-radius:var(--r-md);padding:12px 14px;margin-bottom:14px}.checkout_fakeCard__hpHKf{display:flex;justify-content:space-between;align-items:center;height:64px;padding:0 18px;border-radius:var(--r-md);color:#fff;font-family:var(--font-family-mono);letter-spacing:.04em;background:var(--ink-deep)}.checkout_error___d9KP{color:#c0392b;font-size:.88rem}.checkout_pay__DlLum{height:52px;border:none;border-radius:var(--r-md);font-size:1rem;font-weight:600;color:#fff;background:var(--brand);box-shadow:var(--sh-md);transition:transform .15s ease}.checkout_pay__DlLum:hover:not(:disabled){transform:translateY(-2px)}.checkout_pay__DlLum:disabled{opacity:.6}.checkout_summary__8i3bX{position:-webkit-sticky;position:sticky;top:calc(var(--header-h) + 24px);background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:24px}.checkout_summary__8i3bX h2{font-size:1.1rem;font-weight:600;margin-bottom:18px}.checkout_items__W0yZg{display:flex;flex-direction:column;gap:14px}.checkout_item__oGhFP{display:grid;grid-template-columns:48px 1fr auto;align-items:center;grid-gap:12px;gap:12px;position:relative}.checkout_item__oGhFP img{width:48px;height:48px;border-radius:5px;object-fit:cover;background:var(--bg-2)}.checkout_qtyBadge__1VY4B{position:absolute;top:-6px;left:36px;min-width:18px;height:18px;padding:0 5px;display:grid;place-items:center;font-size:.68rem;font-weight:700;color:#fff;background:var(--ink-deep);border-radius:5px}.checkout_itemName__00Dsu{font-size:.88rem;font-weight:500;color:var(--ink)}.checkout_itemPrice__AyVKh{font-size:.88rem;font-weight:600}.checkout_total__EMD2X{display:flex;justify-content:space-between;margin-top:18px;padding-top:16px;border-top:1px solid var(--line);font-size:1.2rem;font-weight:700}.checkout_back__BDvzI{display:flex;justify-content:center;margin-top:14px;font-size:.85rem;color:var(--ink-3)}.checkout_back__BDvzI:hover{color:var(--brand)}@media(max-width:820px){.checkout_layout__fxOjP{grid-template-columns:1fr}.checkout_summary__8i3bX{position:static}}