*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;color:#1a1a1a;background:#f7f8fa;-webkit-font-smoothing:antialiased}#checkout-root{min-height:100vh}.checkout-shell{min-height:100vh;display:flex;align-items:stretch;justify-content:center;padding:0;background:#eef1f6}.checkout-frame{width:100%;max-width:420px}.checkout-frame-wide{max-width:none;min-height:100vh}.checkout-layout{display:flex;flex-direction:column;min-height:100vh;width:100%}.checkout-aside{background:linear-gradient(165deg,#f8f9fb,#eef1f6);border-bottom:1px solid #dde3ea;padding:28px 24px}.checkout-aside-inner{max-width:360px;margin:0 auto}.checkout-content{flex:1;display:flex;flex-direction:column;background:#fff}.checkout-summary-card{margin-top:24px;padding:18px 20px;background:#fff;border:1px solid #dde3ea;border-radius:12px;box-shadow:0 1px 2px #1018280a}.checkout-summary-label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin-bottom:6px}.checkout-summary-amount{display:block;font-size:32px;font-weight:600;letter-spacing:-.03em;color:#0a0a0a;line-height:1.1}.checkout-summary-hint{display:block;margin-top:8px;font-size:12px;color:#8898aa}.checkout-steps{list-style:none;margin:28px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.checkout-step-item{display:flex;align-items:center;gap:12px;font-size:14px;color:#8898aa;font-weight:500}.checkout-step-item.is-active{color:#0a0a0a;font-weight:600}.checkout-step-item.is-done{color:#525252}.checkout-step-num{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;font-size:12px;font-weight:700;background:#e5e9ef;color:#6b7280;flex-shrink:0}.checkout-step-item.is-active .checkout-step-num{background:#0a0a0a;color:#fff}.checkout-step-item.is-done .checkout-step-num{background:#ecfdf5;color:#059669}.checkout-trust-list{list-style:none;margin:24px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.checkout-trust-list li{display:flex;align-items:center;gap:10px;font-size:13px;color:#525252}.checkout-header{margin-bottom:28px}.checkout-brand{display:flex;align-items:flex-start;gap:14px}.checkout-brand-mark{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#fff;border:1px solid #e3e8ee;color:#525252;flex-shrink:0}.checkout-merchant{margin:0 0 4px;font-size:13px;font-weight:500;color:#6b7280;letter-spacing:.01em}.checkout-title{margin:0;font-size:22px;font-weight:600;letter-spacing:-.02em;color:#0a0a0a;line-height:1.25}.checkout-amount-pill{margin-top:16px;display:inline-block;font-size:28px;font-weight:600;letter-spacing:-.03em;color:#0a0a0a}.checkout-main{background:#fff;border:none;border-radius:0;padding:28px 24px 20px;box-shadow:none;flex:1}.checkout-footer{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:0;padding:16px 24px 24px;font-size:12px;color:#8898aa;background:#fff}.checkout-footer-inline{justify-content:flex-start;border-top:1px solid #eef2f6}.checkout-form{display:flex;flex-direction:column;gap:0}.checkout-step-label{margin:0 0 16px;font-size:12px;font-weight:600;color:#525252;text-transform:uppercase;letter-spacing:.06em}.checkout-step-hidden{display:none}.checkout-hidden{display:none!important}.checkout-card-pending,.checkout-panel-pending{display:none}.checkout-field{margin-bottom:0}.checkout-form-grid{display:grid;gap:14px 16px;grid-template-columns:1fr;margin-bottom:18px}.checkout-span-2{grid-column:1 / -1}.checkout-row{display:grid;gap:14px 16px;grid-template-columns:1fr}@media(min-width:480px){.checkout-row{grid-template-columns:1fr 1fr}.checkout-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.checkout-label{display:block;margin-bottom:6px;font-size:13px;font-weight:500;color:#374151}.checkout-input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font:inherit;font-size:14px;color:#111827;background:#fff;transition:border-color .15s ease,box-shadow .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.checkout-input:focus{outline:none;border-color:#0a0a0a;box-shadow:0 0 0 3px #0a0a0a14}.checkout-input::placeholder{color:#9ca3af}.checkout-input.is-invalid{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441f}.checkout-input.is-valid{border-color:#22c55e}.checkout-help{display:block;margin-top:6px;font-size:12px;color:#8898aa}.checkout-field-error{display:none;margin-top:6px;font-size:12px;color:#dc2626;line-height:1.35}.checkout-field-error.show,.checkout-field-error-block:not(:empty){display:block}.checkout-field-ok{display:none;margin-top:6px;font-size:12px;color:#16a34a}.checkout-field-ok.show{display:block}.checkout-hint-banner{display:none;margin-top:8px;padding:10px 12px;border-radius:8px;border:1px solid #fde68a;background:#fffbeb;color:#92400e;font-size:12px}.checkout-hint-banner.show{display:block}.checkout-alert{display:none;margin-bottom:16px;padding:12px 14px;border-radius:8px;border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;font-size:13px;line-height:1.45}.checkout-help-inline{margin-top:4px;font-size:11px}.checkout-divider{display:none}.checkout-btn{width:100%;margin-top:0;padding:12px 16px;border:none;border-radius:8px;background:#0a0a0a;color:#fff;font:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s ease,opacity .15s ease}.checkout-btn-inline{max-width:280px}.checkout-btn:hover:not(:disabled){background:#262626}.checkout-btn:disabled{opacity:.45;cursor:not-allowed}.checkout-card-mount{min-height:48px;padding:4px 0;border:1px solid #d1d5db;border-radius:8px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.checkout-card-mount:focus-within{border-color:#0a0a0a;box-shadow:0 0 0 3px #0a0a0a14}.checkout-init-status{display:flex;align-items:center;justify-content:center;gap:10px;padding:20px 12px;color:#6b7280;font-size:14px}.checkout-loading,.checkout-loading-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px;gap:14px}.checkout-loading-text{margin:0;font-size:14px;color:#525252;font-weight:500}.checkout-spinner{width:36px;height:36px;border:2px solid #e5e7eb;border-top-color:#0a0a0a;border-radius:50%;animation:checkout-spin .75s linear infinite}.checkout-spinner-sm{width:22px;height:22px}@keyframes checkout-spin{to{transform:rotate(360deg)}}.dob-input-wrap{display:flex;gap:8px;align-items:stretch}.dob-input-wrap-compact{flex-wrap:nowrap}.checkout-input-dob{flex:1;min-width:0}.dob-input-wrap-compact .dob-picker-toggle{padding:10px;flex-shrink:0}.dob-input-wrap-compact .dob-picker-toggle span,.dob-input-wrap-compact .dob-picker-toggle:not(:has(svg)){display:none}.dob-picker-toggle{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-size:12px;font-weight:500;cursor:pointer}.dob-picker-toggle:hover{background:#f9fafb}.dob-picker-toggle svg{width:16px;height:16px}.d-none{display:none!important}.checkout-status-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:#f7f8fa}.checkout-status-card{width:100%;max-width:420px;background:#fff;border:1px solid #e3e8ee;border-radius:12px;padding:32px 28px;text-align:center;box-shadow:0 1px 2px #1018280a}.checkout-status-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.checkout-status-icon.success{background:#ecfdf5;color:#059669}.checkout-status-icon.error{background:#fef2f2;color:#dc2626}.checkout-status-title{margin:0 0 8px;font-size:20px;font-weight:600;color:#0a0a0a}.checkout-status-text{margin:0 0 24px;font-size:14px;color:#6b7280}.checkout-details{text-align:left;background:#f9fafb;border-radius:8px;padding:16px;margin-bottom:24px}.checkout-details h3{margin:0 0 12px;font-size:13px;font-weight:600;color:#374151}.checkout-detail-row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #eef2f6;font-size:13px}.checkout-detail-row:last-child{border-bottom:none}.checkout-detail-label{color:#6b7280}.checkout-detail-value{font-weight:500;color:#111827;text-align:right}.checkout-link-btn{display:inline-block;padding:12px 20px;border-radius:8px;background:#0a0a0a;color:#fff!important;text-decoration:none;font-size:14px;font-weight:600}.checkout-link-btn:hover{background:#262626}.checkout-link-btn-secondary{display:inline-block;padding:12px 20px;border-radius:8px;background:#fff;color:#374151!important;border:1px solid #d1d5db;text-decoration:none;font-size:14px;font-weight:600}.checkout-link-btn-secondary:hover{background:#f9fafb}.checkout-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.checkout-error-box{text-align:left;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:8px;padding:14px 16px;font-size:14px;line-height:1.5;margin-bottom:20px;word-break:break-word}.checkout-error-box-label{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#dc2626;margin-bottom:6px}.checkout-meta-line{color:#6b7280;font-size:13px;margin-bottom:16px}.checkout-meta-line code{font-family:ui-monospace,monospace;font-size:12px;color:#111827}.checkout-brand-footer{margin-top:20px;font-size:11px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:#8898aa}.checkout-page-header{margin-bottom:20px;text-align:left}.checkout-page-header .checkout-merchant{margin-bottom:4px}.checkout-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:16px;text-align:left}.checkout-grid-item{background:#f9fafb;border:1px solid #eef2f6;border-radius:8px;padding:12px}.checkout-grid-label{font-size:11px;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.checkout-grid-value{margin-top:4px;font-size:14px;font-weight:600;color:#111827;word-break:break-word}.checkout-grid-value.mono{font-family:ui-monospace,monospace;font-size:12px;font-weight:500}.checkout-status-pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600}.checkout-status-pill .dot{width:7px;height:7px;border-radius:50%}.checkout-status-pill.ok{background:#ecfdf5;color:#065f46}.checkout-status-pill.ok .dot{background:#10b981}.checkout-status-pill.fail{background:#fef2f2;color:#991b1b}.checkout-status-pill.fail .dot{background:#ef4444}.checkout-status-pill.wait{background:#fffbeb;color:#92400e}.checkout-status-pill.wait .dot{background:#f59e0b}.checkout-status-pill.other{background:#f3f4f6;color:#374151}.checkout-status-pill.other .dot{background:#6b7280}.checkout-state-box{border:1px solid #eef2f6;border-radius:8px;background:#fff;text-align:center;padding:20px 16px;min-height:100px}.checkout-state-box .checkout-status-text{margin:0}.checkout-script-error{position:fixed;bottom:16px;left:50%;transform:translate(-50%);max-width:90%;padding:12px 16px;border-radius:8px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:13px;z-index:100}@media(min-width:900px){.checkout-layout{flex-direction:row;align-items:stretch}.checkout-aside{flex:0 0 360px;width:360px;min-height:100vh;padding:36px 32px;border-bottom:none;border-right:1px solid #dde3ea;display:flex;flex-direction:column;justify-content:flex-start}.checkout-aside-inner{max-width:none;margin:0}.checkout-content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.checkout-main{padding:32px 40px 16px;max-width:820px}.checkout-footer-inline{max-width:820px;padding-left:40px;padding-right:40px}.checkout-title{font-size:26px}.checkout-summary-card{margin-top:28px}.checkout-summary-amount{font-size:36px}.checkout-form-grid{gap:12px 18px;margin-bottom:16px}.checkout-step-label{margin-bottom:12px}.checkout-btn-inline{max-width:240px;margin-top:4px}}@media(min-width:1200px){.checkout-aside{flex-basis:400px;width:400px;padding:40px 36px}.checkout-main{padding:36px 48px 20px;max-width:920px}.checkout-footer-inline{max-width:920px;padding-left:48px;padding-right:48px}.checkout-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 20px}.checkout-span-2{grid-column:1 / -1}}@media(max-width:480px){.checkout-aside{padding:24px 18px}.checkout-main{padding:20px 18px 16px}.checkout-title{font-size:20px}.checkout-summary-amount{font-size:28px}.checkout-grid{grid-template-columns:1fr}.checkout-btn-inline{max-width:none}}
