
/* PRO SPORTS V30 — precise public fixes + OTP UI */
:root{--v30navy:#071f3b;--v30blue:#326cff;--v30muted:#66758a;--v30line:#dce5ef;--v30soft:#f4f7fb}

/* Reviews: explicit card styling, no carousel */
.v28-reviews-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;overflow:visible!important}
.v28-review{display:flex!important;flex-direction:column!important;min-width:0!important;min-height:270px!important;padding:26px!important;background:#fff!important;border:1px solid var(--v30line)!important;border-radius:22px!important;box-shadow:0 12px 30px rgba(7,31,59,.055)!important;color:#101828!important}
.v28-review .stars{display:block!important;color:#ff9d00!important;font-size:18px!important;letter-spacing:.08em!important;margin-bottom:18px!important}
.v28-review p{display:block!important;flex:1!important;margin:0 0 22px!important;font-size:15px!important;line-height:1.7!important;color:#46566b!important}
.v28-review b{display:block!important;font-size:15px!important;line-height:1.25!important;color:#101828!important;margin:0!important}
.v28-review small{display:block!important;font-size:12px!important;line-height:1.35!important;color:#7c8999!important;margin-top:4px!important}
.v30-review-person{display:flex!important;align-items:center!important;gap:11px!important;margin-top:auto!important}
.v30-review-avatar{display:grid!important;place-items:center!important;width:42px!important;height:42px!important;flex:0 0 42px!important;border-radius:12px!important;background:#edf3ff!important;color:#326cff!important;font-size:12px!important;font-weight:950!important}
.v30-review-person>div:last-child{min-width:0!important}.v30-review-person b,.v30-review-person small{white-space:normal!important;overflow-wrap:anywhere!important}

/* Process cards: always clean vertical reading on mobile */
@media(max-width:760px){
 .split-intro{margin-bottom:24px!important}.split-intro h2{font-size:31px!important;line-height:1.08!important;margin:10px 0 14px!important}.split-intro>p{font-size:14px!important;line-height:1.65!important;margin:0!important}
 .v28-process-row,.v28-process-row:nth-child(even){display:block!important;width:100%!important;min-height:0!important;border-radius:22px!important;overflow:hidden!important;background:#fff!important}
 .v28-process-media{display:block!important;position:relative!important;width:100%!important;height:250px!important;min-height:250px!important;overflow:hidden!important;order:initial!important}
 .v28-process-media img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
 .v28-process-copy{display:block!important;width:100%!important;padding:21px 20px 24px!important;background:#fff!important;position:relative!important;z-index:2!important}
 .v28-process-copy small{display:inline-flex!important;align-items:center!important;min-height:28px!important;padding:0 9px!important;border-radius:999px!important;background:#edf3ff!important;color:#326cff!important;font-size:10px!important;font-weight:950!important;letter-spacing:.12em!important;margin:0 0 11px!important}
 .v28-process-copy h3{display:block!important;margin:0 0 9px!important;font-size:25px!important;line-height:1.12!important;color:#101828!important;overflow-wrap:normal!important;word-break:normal!important}
 .v28-process-copy p{display:block!important;margin:0!important;font-size:14px!important;line-height:1.6!important;color:#66758a!important}
}

/* Sports carousel: 4 photos only, centered indicators */
.v28-sports-viewport{position:relative!important;width:100%!important;overflow:hidden!important}
.v28-sports-track{display:flex!important;gap:16px!important;align-items:stretch!important}
.v28-sport-card{flex:0 0 calc((100% - 32px)/3)!important}
.v28-sports-dots{display:flex!important;width:100%!important;min-height:28px!important;align-items:center!important;justify-content:center!important;gap:7px!important;margin:15px auto 0!important;padding:0!important;text-align:center!important}
.v28-sports-dot{display:block!important;flex:0 0 8px!important;width:8px!important;height:8px!important;min-width:8px!important;border:0!important;border-radius:999px!important;background:#c5cfdb!important;padding:0!important;margin:0!important;appearance:none!important}
.v28-sports-dot.active{flex-basis:26px!important;width:26px!important;background:#326cff!important}
@media(max-width:980px){.v28-sport-card{flex-basis:calc((100% - 16px)/2)!important}}
@media(max-width:760px){.v28-sport-card{flex:0 0 86%!important;height:330px!important}.v28-sports-dots{margin-top:13px!important}}

/* Review responsive */
@media(max-width:980px){.v28-reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:760px){.v28-reviews-grid{grid-template-columns:1fr!important;gap:12px!important}.v28-review{min-height:0!important;padding:22px!important}.v28-review p{font-size:15px!important;margin-bottom:19px!important}}

/* V30 Auth */
.v30-auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(360px,.92fr) minmax(520px,1.08fr);background:#f4f7fb}
.v30-auth-visual{position:relative;overflow:hidden;background:linear-gradient(145deg,#061a31,#0d3d70);color:#fff;padding:54px;display:flex;flex-direction:column;justify-content:space-between}
.v30-auth-visual:before{content:'';position:absolute;inset:auto -150px -180px auto;width:520px;height:520px;border-radius:50%;background:rgba(50,108,255,.19)}
.v30-auth-brand,.v30-auth-hero,.v30-auth-foot{position:relative;z-index:2}.v30-auth-brand{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:950}.v30-auth-brand img{width:52px;height:52px;border-radius:12px;background:#050505}.v30-auth-brand small{display:block;font-size:8px;letter-spacing:.16em;color:#9eb4ca;margin-top:3px}
.v30-auth-hero span{font-size:10px;font-weight:950;letter-spacing:.17em;color:#88a8ff}.v30-auth-hero h1{font-size:58px;line-height:1;margin:15px 0 20px;letter-spacing:-.04em}.v30-auth-hero p{max-width:520px;color:#c4d2e1;font-size:16px;line-height:1.7}.v30-auth-points{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:24px}.v30-auth-points b{padding:10px;border:1px solid rgba(255,255,255,.18);border-radius:11px;text-align:center;font-size:11px}
.v30-auth-foot{font-size:11px;color:#8fa6be}
.v30-auth-main{display:grid;place-items:center;padding:40px}.v30-auth-card{width:min(540px,100%);background:#fff;border:1px solid #dce5ef;border-radius:28px;padding:34px;box-shadow:0 25px 70px rgba(7,31,59,.09)}
.v30-back{font-size:12px;font-weight:850;color:#66758a;text-decoration:none}.v30-auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#f0f4f8;border-radius:13px;padding:4px;margin:23px 0}.v30-auth-tabs button{border:0;background:transparent;border-radius:10px;padding:11px;font-weight:900;color:#748196}.v30-auth-tabs button.active{background:#fff;color:#071f3b;box-shadow:0 3px 12px rgba(7,31,59,.08)}
.v30-kicker{display:block;font-size:10px;font-weight:950;letter-spacing:.17em;color:#326cff;margin-bottom:7px}.v30-auth-pane h2{font-size:36px;line-height:1.08;margin:0 0 9px;color:#101828}.v30-auth-pane>p{color:#66758a;line-height:1.55;margin:0 0 22px}
.v30-grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.v30-field{margin:0 0 14px}.v30-field label{display:block;font-size:12px;font-weight:900;color:#1b293b;margin-bottom:7px}.v30-field input{display:block;width:100%;height:48px;border:1px solid #d8e1eb;border-radius:12px;padding:0 13px;outline:0;background:#fff;color:#101828;font-size:14px}.v30-field input:focus{border-color:#326cff;box-shadow:0 0 0 3px #edf3ff}.v30-helper{font-size:10px;color:#98a2b3;margin-top:5px}
.v30-auth-submit{width:100%;min-height:50px;border:0;border-radius:12px;background:#326cff;color:#fff;font-weight:950;font-size:14px;box-shadow:0 12px 28px rgba(50,108,255,.22)}.v30-auth-submit:disabled{opacity:.55}.v30-auth-secondary{width:100%;min-height:46px;border:1px solid #dce5ef;border-radius:12px;background:#fff;color:#071f3b;font-weight:900}
.v30-status{display:none;padding:11px 12px;border-radius:11px;margin:12px 0;font-size:12px;line-height:1.45}.v30-status.show{display:block}.v30-status.error{background:#fff1f2;color:#9d1830}.v30-status.ok{background:#ecfdf5;color:#087a56}

/* OTP produced experience */
.v30-otp-view{display:none}.v30-otp-view.active{display:block;animation:v30FadeIn .35s ease both}.v30-otp-orb{width:82px;height:82px;margin:6px auto 19px;border-radius:24px;background:linear-gradient(145deg,#eaf0ff,#fff);display:grid;place-items:center;position:relative;box-shadow:0 18px 45px rgba(50,108,255,.14)}.v30-otp-orb:before{content:'✉';font-size:34px}.v30-otp-orb:after{content:'';position:absolute;inset:-7px;border:1px solid #cbd8ff;border-radius:29px;animation:v30Pulse 1.8s ease-in-out infinite}.v30-otp-title{text-align:center}.v30-otp-title h2{font-size:32px;margin:0 0 8px}.v30-otp-title p{color:#66758a;line-height:1.55;margin:0}.v30-otp-title b{color:#071f3b}
.v30-otp-boxes{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin:26px 0 17px}.v30-otp-box{width:100%;height:58px;border:1px solid #d4deea;border-radius:13px;text-align:center;font-size:24px;font-weight:950;color:#071f3b;outline:0;transform:translateY(10px);opacity:0;animation:v30OtpEnter .36s ease forwards;background:#fff}.v30-otp-box:nth-child(2){animation-delay:.05s}.v30-otp-box:nth-child(3){animation-delay:.1s}.v30-otp-box:nth-child(4){animation-delay:.15s}.v30-otp-box:nth-child(5){animation-delay:.2s}.v30-otp-box:nth-child(6){animation-delay:.25s}.v30-otp-box:focus{border-color:#326cff;box-shadow:0 0 0 4px #edf3ff;transform:translateY(-2px)}
.v30-otp-meta{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:14px 0 18px;font-size:11px;color:#7d8999}.v30-resend{border:0;background:transparent;padding:0;color:#326cff;font-weight:900}.v30-resend:disabled{color:#aab3bf}.v30-change-email{display:block;text-align:center;margin-top:13px;color:#66758a;font-size:11px;font-weight:850;text-decoration:none}
.v30-verifying{display:none;text-align:center;padding:25px 0}.v30-verifying.active{display:block}.v30-spinner{width:58px;height:58px;margin:0 auto 16px;border-radius:50%;border:4px solid #e8eef7;border-top-color:#326cff;animation:v30Spin .8s linear infinite}.v30-success{display:none;text-align:center;padding:22px 0}.v30-success.active{display:block;animation:v30Success .48s cubic-bezier(.2,.9,.25,1.2) both}.v30-success-icon{width:92px;height:92px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:#eafbf4;color:#0aa374;font-size:44px;position:relative}.v30-success-icon:after{content:'';position:absolute;inset:-8px;border:2px solid #b9eedc;border-radius:50%;animation:v30Pulse 1.4s ease-in-out 2}.v30-success h2{font-size:31px;margin:0 0 8px}.v30-success p{color:#66758a;margin:0}
.v30-auth-note{text-align:center;color:#98a2b3;font-size:10px;margin-top:18px;line-height:1.5}
@keyframes v30FadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes v30Pulse{0%,100%{opacity:.35;transform:scale(.96)}50%{opacity:1;transform:scale(1.04)}}@keyframes v30OtpEnter{to{opacity:1;transform:none}}@keyframes v30Spin{to{transform:rotate(360deg)}}@keyframes v30Success{from{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}
@media(max-width:900px){.v30-auth-shell{grid-template-columns:1fr}.v30-auth-visual{display:none}.v30-auth-main{min-height:100vh;padding:28px 18px}.v30-auth-card{box-shadow:none}}
@media(max-width:560px){.v30-auth-main{padding:18px 14px}.v30-auth-card{padding:23px 17px;border-radius:21px}.v30-auth-pane h2{font-size:30px}.v30-grid2{grid-template-columns:1fr}.v30-otp-boxes{gap:5px}.v30-otp-box{height:52px;font-size:21px}.v30-otp-meta{display:block;text-align:center}.v30-resend{margin-top:8px}.v28-review{padding:20px!important}}
