.checkout-modal_scope__Cco9k .co-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(0,0,0,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.checkout-modal_scope__Cco9k .co-modal{position:relative;width:100%;max-width:480px;max-height:90dvh;overflow-y:auto;border-radius:24px;border:1px solid var(--panel-border);background:var(--bg-elevated);box-shadow:0 32px 80px rgba(0,0,0,.35),0 0 0 1px var(--panel-border);display:flex;flex-direction:column}@media(max-width:calc(640px - 1px)){.checkout-modal_scope__Cco9k .co-modal{max-height:95dvh;border-radius:20px 20px 0 0;align-self:flex-end}}.checkout-modal_scope__Cco9k html[data-theme=dark] .co-modal{background:#0d1220}.checkout-modal_scope__Cco9k .co-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0;flex-shrink:0}.checkout-modal_scope__Cco9k .co-modal-title{font-size:20px;font-weight:800;letter-spacing:-.02em;margin:0;color:var(--text)}.checkout-modal_scope__Cco9k .co-close-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:none;background:var(--bg-muted);color:var(--muted);cursor:pointer;flex-shrink:0;transition:all .15s}.checkout-modal_scope__Cco9k .co-close-btn:hover{background:var(--panel-border);color:var(--text)}.checkout-modal_scope__Cco9k .co-panel{display:flex;flex-direction:column;gap:0;padding:0 24px 24px;flex:1 1;overflow-y:auto}.checkout-modal_scope__Cco9k .co-summary{display:flex;flex-direction:column;gap:12px;padding:20px 0 16px;border-bottom:1px solid var(--panel-border);margin-bottom:20px}.checkout-modal_scope__Cco9k .co-summary-plan{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.checkout-modal_scope__Cco9k .co-plan-name{font-size:17px;font-weight:800;color:var(--text)}.checkout-modal_scope__Cco9k .co-plan-period{font-size:13px;color:var(--muted);font-weight:500}.checkout-modal_scope__Cco9k .co-summary-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.checkout-modal_scope__Cco9k .co-summary-items li{display:flex;justify-content:space-between;align-items:center;font-size:14px}.checkout-modal_scope__Cco9k .co-summary-items li span{color:var(--muted)}.checkout-modal_scope__Cco9k .co-summary-items li strong{color:var(--text);font-weight:600}.checkout-modal_scope__Cco9k .co-summary-note{font-size:12px;color:var(--muted);margin:0;line-height:1.6;opacity:.75}.checkout-modal_scope__Cco9k .co-form,.checkout-modal_scope__Cco9k .co-payment-form{display:flex;flex-direction:column;gap:20px}.checkout-modal_scope__Cco9k .co-section{display:flex;flex-direction:column;gap:10px}.checkout-modal_scope__Cco9k .co-label{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0}.checkout-modal_scope__Cco9k .co-provider-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));grid-gap:8px;gap:8px}.checkout-modal_scope__Cco9k .co-provider-card{display:flex;flex-direction:column;align-items:center;gap:7px;padding:14px 10px;border-radius:14px;border:1.5px solid var(--panel-border);background:rgba(0,0,0,0);cursor:pointer;transition:all .15s ease}.checkout-modal_scope__Cco9k .co-provider-card:hover:not(.active){border-color:color-mix(in srgb,var(--accent) 50%,var(--panel-border));background:var(--accent-soft)}.checkout-modal_scope__Cco9k .co-provider-card.active{border-color:var(--accent);background:var(--accent-soft-strong);box-shadow:inset 0 0 0 1px var(--accent)}.checkout-modal_scope__Cco9k .co-provider-name{font-size:12px;font-weight:700;color:var(--text)}.checkout-modal_scope__Cco9k .co-provider-currency{font-size:11px;color:var(--muted);font-weight:500}.checkout-modal_scope__Cco9k .co-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:20px;border-top:1px solid var(--panel-border);margin-top:4px}@media(max-width:calc(640px - 1px)){.checkout-modal_scope__Cco9k .co-footer{flex-direction:column;align-items:stretch}}.checkout-modal_scope__Cco9k .co-total{display:flex;align-items:baseline;gap:6px}.checkout-modal_scope__Cco9k .co-total span{font-size:13px;color:var(--muted)}.checkout-modal_scope__Cco9k .co-total small{font-size:12px;color:var(--muted)}.checkout-modal_scope__Cco9k .co-total-amount{font-size:26px;font-weight:900;letter-spacing:-.04em;background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.checkout-modal_scope__Cco9k .co-submit-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:13px 28px;border-radius:14px;border:none;background:var(--accent-gradient);color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:all .18s ease;box-shadow:0 4px 16px color-mix(in srgb,var(--accent) 35%,transparent)}.checkout-modal_scope__Cco9k .co-submit-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px);box-shadow:0 8px 24px color-mix(in srgb,var(--accent) 45%,transparent)}.checkout-modal_scope__Cco9k .co-submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}@media(max-width:calc(640px - 1px)){.checkout-modal_scope__Cco9k .co-submit-btn{width:100%}}.checkout-modal_scope__Cco9k .co-error{font-size:13px;color:var(--danger,#ef4444);margin:0;padding:10px 14px;border-radius:10px;background:color-mix(in srgb,#ef4444 10%,transparent);border:1px solid color-mix(in srgb,#ef4444 25%,transparent)}