body{min-height:100svh;display:flex;flex-direction:column}.checkout-back{font-size:13px;color:#777;transition:color .2s}.checkout-back:hover{color:#222}.site-header .checkout-back{margin-left:auto;padding-left:20px}.checkout-page{flex:1;padding:120px 32px 72px}.checkout-layout{max-width:1010px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);grid-template-areas:"summary payment" "art payment";grid-template-rows:auto 1fr;column-gap:72px;row-gap:36px;align-items:start}.checkout-summary{grid-area:summary;text-align:left;padding-top:24px}.checkout-summary h1{font-size:32px;letter-spacing:-.05em;line-height:1.15;margin:0 0 16px}.checkout-description{font-size:16px;color:#777;line-height:1.5;margin:0 0 30px}.checkout-price{display:flex;align-items:baseline;gap:10px;margin:0 0 9px}.checkout-price strong{font-size:56px;letter-spacing:-.06em;font-weight:600;line-height:1}.checkout-price span{font-size:15px;color:#777}.checkout-lifetime{font-size:14px;margin:0}.checkout-small{font-size:12px;color:#888;margin:16px 0 0}.checkout-art{grid-area:art;align-self:start;width:calc(100% + 32px);max-width:460px;aspect-ratio:380/350;margin:0 -24px -16px}.checkout-flower{display:block;width:100%;height:auto;overflow:visible}.checkout-payment{grid-area:payment;min-width:0;padding:28px;border:1px solid #e9e9e9;border-radius:24px;box-shadow:0 14px 48px -32px #0002}.checkout-payment-head{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px;font-weight:600;margin-bottom:24px}.checkout-provider{color:#8b8b8b;font-size:10px;font-weight:400}.checkout-paused{color:#777;background:#f5f5f5;border-radius:8px;padding:10px 12px;font-size:12px;margin:0 0 18px}.checkout-form{position:relative;min-height:600px}#whop-checkout{width:100%;opacity:0;pointer-events:none;transition:opacity .22s ease}#whop-checkout.is-loaded{opacity:1;pointer-events:auto}#whop-checkout iframe{border:0;width:100%}#checkout-status{padding:12px 0;font-size:12px;color:#888}#checkout-status:not([hidden]){position:absolute;inset:0;z-index:1;background:#fff}#checkout-status p{margin:16px 0}.checkout-form:has(#checkout-status.has-error){min-height:150px}.checkout-skeleton{display:grid;gap:14px}.checkout-skeleton span{height:42px;border-radius:9px;background:linear-gradient(100deg,#f3f3f3 25%,#fafafa,#f3f3f3 65%);background-size:250% 100%;animation:checkout-shimmer 1.6s ease-in-out infinite}.checkout-skeleton span:first-child{width:45%;height:14px}.has-error .checkout-skeleton{display:none}.checkout-fallback{display:inline-flex;align-items:center;gap:5px;color:#777;font-size:12px;margin-top:18px;transition:color .2s}.checkout-fallback:hover{color:#222}.checkout-fallback span{transition:transform .3s cubic-bezier(.2,1,.3,1)}.checkout-fallback:hover span{transform:translate(2px,-2px)}.checkout-footer{display:flex;justify-content:space-between;gap:20px;padding:24px 40px;font-size:11px;color:#999}@keyframes checkout-shimmer{to{background-position:-150% 0}}@media(max-width:700px){.checkout-page{padding:106px 24px 36px}.checkout-layout{grid-template-columns:minmax(0,1fr);grid-template-rows:auto;grid-template-areas:"summary" "payment" "art";gap:32px;max-width:460px}.checkout-summary{padding:0}.checkout-summary h1{font-size:28px;margin-bottom:12px}.checkout-description{margin-bottom:24px;font-size:15px}.checkout-price strong{font-size:48px}.checkout-small{margin-top:12px}.checkout-payment{padding:24px 20px}.checkout-art{width:260px;max-width:100%;margin:-8px 0 -24px -24px;justify-self:start}.checkout-footer{padding:24px}}@media(prefers-reduced-motion:reduce){.checkout-skeleton span{animation:none}#whop-checkout{transition:none}}
