:root{--page-bg: #f9fafc;--frame-bg: #e7eefb;--header-bg: #1e3563;--text-strong: #1a1f36;--text-muted: #7a8499;--text-faint: #9ca3af;--blue: #2b64f5;--blue-soft: #f0f4ff;--sub-blue: #3c71cf;--club-dark: #1c2333;--club-muted: #a0aec0;--thanks-btn: #101828;--card-radius: 32px;--card-shadow: 0 4px 5.455px rgba(0, 0, 0, .1);--font-inter: "Inter", system-ui, -apple-system, sans-serif;--font-roboto: "Roboto", "Inter", system-ui, sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-inter);background:var(--frame-bg);color:var(--text-strong);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.app{min-height:100vh;display:flex;justify-content:center;background:var(--frame-bg)}.page{width:100%;max-width:393px;background:var(--page-bg);position:relative;display:flex;flex-direction:column;min-height:100vh}.header{position:relative;height:104px;background:var(--header-bg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.header__logo{width:111px;height:41px;display:block}.header__stripe{position:absolute;left:0;bottom:0;width:100%;height:8px;object-fit:fill}.footer{position:relative;height:104px;background:var(--header-bg);flex-shrink:0;margin-top:auto}.footer__stripe{position:absolute;left:0;top:0;width:100%;height:8px;transform:scaleY(-1);object-fit:fill}.content{flex:1;display:flex;flex-direction:column;align-items:center;gap:16px;padding:25px 25px 32px}.welcome{text-align:center;width:100%}.welcome__title{margin:0;font-weight:700;font-size:24px;line-height:40px;color:var(--text-strong)}.welcome__subtitle{margin:6px 0 0;font-weight:400;font-size:14px;line-height:24px;color:var(--text-muted)}.card{width:100%;background:#fff;border-radius:var(--card-radius);box-shadow:var(--card-shadow)}.confirm-card{padding:28px;display:flex;flex-direction:column;gap:16px}.confirm-card__row{display:flex;gap:16px;align-items:center}.icon-badge{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:18px;background:var(--blue-soft)}.icon-badge img{width:24px;height:24px}.confirm-card__heading{margin:0 0 8px;font-weight:700;font-size:16px;line-height:25px;color:var(--text-strong)}.confirm-card__text{margin:0;font-weight:400;font-size:12px;line-height:20px;color:var(--text-muted)}.btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;border-radius:20px;font-weight:700;font-size:15px;line-height:22px;transition:filter .15s ease,opacity .15s ease}.btn:active{filter:brightness(.95)}.btn:disabled{opacity:.7;cursor:default}.btn img{width:20px;height:20px}.btn--primary{height:58.5px;background:var(--blue);color:#fff}.btn--dark{height:58.5px;border-radius:16px;background:var(--thanks-btn);color:#fff}.btn--white{height:51px;border-radius:16px;background:#fff;font-family:var(--font-inter);font-size:15px}.btn--white img{width:16px;height:16px}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.inline-link{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;color:var(--text-faint);font-size:13px;line-height:19px;font-family:var(--font-roboto)}.inline-link img{width:14px;height:14px;flex-shrink:0}.inline-link--center{justify-content:center}.confirm-card__error{margin:0;color:#d32f2f;font-size:12px;line-height:18px;text-align:center}.thanks-card{padding:28px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.thanks-card__icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#d1f5e1}.thanks-card__icon img{width:40px;height:40px}.thanks-card__heading{margin:0 0 6px;font-weight:700;font-size:16px;line-height:25px;color:var(--text-strong)}.thanks-card__text{margin:0;font-weight:400;font-size:12px;line-height:20px;color:var(--text-muted)}.sub-card{width:100%;background:var(--sub-blue);border-radius:20px;overflow:hidden;padding:14px}.sub-card__image{width:100%;height:156px;object-fit:cover;border-radius:19px;display:block}.sub-card__cta{margin-top:12px;color:var(--sub-blue)}.sub-card__cta p{margin:0;color:var(--sub-blue)}.sub-card__legal{margin:8px 0 0;font-weight:300;font-style:italic;font-size:9px;line-height:11px;color:#fff}.sub-card__legal a{text-decoration:underline}.disclaimer{display:flex;align-items:center;gap:6px;margin-top:12px;color:#fff}.disclaimer__age{font-weight:700;font-size:12px;flex-shrink:0}.disclaimer__text{margin:0;font-size:9px;line-height:11px}.club-card{width:100%;background:var(--club-dark);border-radius:var(--card-radius);padding:18px 17px 20px;display:flex;flex-direction:column;gap:8px}.club-card__badge{align-self:flex-start;background:#ffffff1a;border:.5px solid rgba(229,231,235,.13);border-radius:9999px;padding:6px 14px;font-weight:700;font-size:10px;line-height:15px;color:#e2e8f0}.club-card__title{margin:0;font-weight:700;font-size:28px;line-height:42px;color:#fff}.club-card__text{margin:0 0 6px;font-weight:400;font-size:11px;line-height:22px;color:var(--club-muted)}.club-card__cta{color:var(--club-dark)}.club-card__cta p{margin:0;color:var(--club-dark)}.club-card__note{margin:8px 0 0;font-weight:300;font-style:italic;font-size:9px;line-height:13px;color:var(--club-muted)}.section-heading{width:100%;text-align:center;margin:8px 0 0;font-weight:700;font-size:17px;line-height:25px;color:var(--text-strong);font-family:var(--font-roboto)}.info-card{padding:18px}.info-card__row{display:flex;gap:16px;align-items:center}.info-card__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:#f8f9fb}.info-card__icon img{width:20px;height:20px}.info-card__text{margin:0;font-family:var(--font-roboto);font-size:14px;line-height:21px;color:#000}.info-card__divider{margin-top:14px}.support-card{padding:24px 32px;text-align:center}.support-card__title{margin:0;font-family:var(--font-roboto);font-size:15px;line-height:22px;color:var(--text-muted)}.support-card__phone{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px;font-family:var(--font-roboto);font-weight:700;font-size:22px;line-height:33px;color:var(--text-strong)}.support-card__phone img{width:24px;height:24px}.support-card__or{display:flex;align-items:center;gap:12px;margin:12px 0;color:#cbd5e1;font-family:var(--font-roboto);font-weight:700;font-size:11px}.support-card__or:before,.support-card__or:after{content:"";flex:1;height:1px;background:#f3f4f6}.status{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px;padding:40px 28px}.status__spinner{width:44px;height:44px;border:4px solid var(--blue-soft);border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite}.status__title{margin:0;font-weight:700;font-size:20px;line-height:28px;color:var(--text-strong)}.status__text{margin:0;font-size:14px;line-height:22px;color:var(--text-muted);max-width:300px}.status__icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#fde8e8;color:#d32f2f;font-size:32px;font-weight:700}
