:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#0f172a;background:#f8fafc}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#f8fafc 0,#fff 42%);min-height:100vh}.store-header{height:76px;display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:auto;padding:0 24px;border-bottom:1px solid #e2e8f0}.store-brand{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none}.store-brand img{height:38px;width:auto}.store-brand span{display:flex;flex-direction:column}.store-brand small,.eyebrow{color:#64748b;text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:700}.store-login{color:#334155;text-decoration:none;font-weight:700}.store-main{max-width:1180px;margin:auto;padding:60px 24px 90px}.store-hero{max-width:780px;margin-bottom:44px}.store-hero h1{font-size:clamp(38px,6vw,68px);line-height:1.02;margin:10px 0 20px;letter-spacing:-.04em}.store-hero p{font-size:20px;line-height:1.6;color:#475569}.store-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.store-card,.checkout-card,.checkout-copy{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:28px;box-shadow:0 12px 32px rgba(15,23,42,.05)}.store-card{display:flex;flex-direction:column;min-height:310px}.store-card h2{font-size:22px;margin:14px 0 8px}.store-card p{color:#64748b;line-height:1.55;flex:1}.store-pill{align-self:flex-start;background:#f1f5f9;color:#475569;padding:6px 10px;border-radius:999px;font-weight:700;font-size:12px}.store-price{display:flex;align-items:baseline;gap:8px;margin:20px 0}.store-price strong{font-size:28px}.store-price span{color:#64748b;font-size:13px}.store-button{display:inline-flex;align-items:center;justify-content:center;background:#334155;color:#fff;text-decoration:none;border:0;border-radius:10px;padding:12px 17px;font-weight:800;cursor:pointer}.store-button.full{width:100%;font-size:16px}.store-footer{max-width:1180px;margin:auto;border-top:1px solid #e2e8f0;padding:24px;display:flex;justify-content:space-between;color:#64748b;font-size:13px}.checkout-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,480px);gap:26px;align-items:start;max-width:1000px;margin:auto}.checkout-copy h1{font-size:42px;margin:10px 0}.checkout-copy p{color:#64748b;line-height:1.6}.checkout-total{border-top:1px solid #e2e8f0;margin-top:25px;padding-top:22px;display:flex;justify-content:space-between;align-items:center}.checkout-total strong{font-size:28px}.checkout-card form{display:grid;gap:16px}.checkout-card label:not(.pay-choice){display:grid;gap:6px;font-size:13px;font-weight:700}.checkout-card input:not([type=radio]){width:100%;border:1px solid #cbd5e1;border-radius:9px;padding:11px 12px;font:inherit}.checkout-card fieldset{border:0;padding:0;margin:5px 0;display:grid;gap:10px}.checkout-card legend{font-weight:800;margin-bottom:10px}.pay-choice{border:1px solid #cbd5e1;border-radius:12px;padding:14px;display:flex;gap:12px;align-items:flex-start;cursor:pointer}.pay-choice span{display:flex;flex-direction:column;gap:3px}.pay-choice small{color:#64748b;line-height:1.4}.checkout-note{font-size:12px!important;color:#64748b;text-align:center}.completion{text-align:center;grid-column:1/-1;max-width:650px;margin:auto}.success-mark{display:inline-grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#dcfce7;color:#166534;font-size:30px}.store-empty{grid-column:1/-1;text-align:center;padding:50px;color:#64748b}@media(max-width:760px){.checkout-shell{grid-template-columns:1fr}.store-footer{flex-direction:column;gap:8px}.store-header{height:auto;padding-top:18px;padding-bottom:18px}.store-login{font-size:13px}.store-main{padding-top:36px}}
