/* BEGIN forgot-password-inline-001.css */

    :root{
      --bg:#F5F8FD;
      --navy:#071833;
      --text:#12213A;
      --muted:#65748B;
      --blue:#2563EB;
      --sky:#0EA5E9;
      --card:#fff;
      --soft:#EEF6FF;
      --line:#D9E5F3;
      --err:#DC2626;
      --ok:#16A34A;
      --max:980px;
    }
    *{box-sizing:border-box;}
    body{
      margin:0;
      font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
      background:var(--bg);
      color:var(--text);
      -webkit-font-smoothing:antialiased;
    }
    a{color:inherit;text-decoration:none;}
    button, input{font:inherit;}
    .page{min-height:100vh;display:grid;place-items:center;padding:32px 18px;}
    .shell{width:min(var(--max),100%);display:grid;grid-template-columns:.92fr 1.08fr;gap:26px;align-items:stretch;}
    .panel{background:var(--card);border:1px solid var(--line);border-radius:30px;padding:30px;}
    .brand{display:flex;align-items:center;gap:10px;margin-bottom:28px;}
    .mark{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),var(--sky));color:#fff;font-weight:950;letter-spacing:-.08em;}
    .word{font-size:30px;font-weight:950;letter-spacing:-.06em;color:var(--navy);line-height:1;}
    .word span{color:#139BE8;}
    .left{position:relative;overflow:hidden;background:linear-gradient(135deg,#071833,#123D91 58%,#1765D8);color:#fff;}
    .left:after{content:"";position:absolute;right:-120px;bottom:-140px;width:380px;height:380px;border-radius:50%;background:rgba(255,255,255,.11);}
    .left h1{position:relative;z-index:1;margin:0 0 14px;font-size:44px;line-height:1;letter-spacing:-.06em;}
    .left p{position:relative;z-index:1;margin:0;color:#D6E5FF;line-height:1.65;font-weight:650;}
    .benefits{position:relative;z-index:1;display:grid;gap:12px;margin-top:24px;}
    .benefit{display:flex;gap:10px;align-items:flex-start;padding:13px 14px;border-radius:18px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.13);font-weight:800;color:#EEF5FF;}
    .check{width:22px;height:22px;border-radius:999px;background:rgba(34,197,94,.22);display:grid;place-items:center;flex:0 0 auto;}
    .right{padding:34px;}
    .topline{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;}
    .topline h2{margin:0;color:var(--navy);font-size:34px;letter-spacing:-.055em;line-height:1;}
    .topline a{font-weight:900;color:var(--blue);font-size:13px;}
    .notice{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;border-radius:20px;background:var(--soft);border:1px solid #D6E6FF;color:#183B7A;font-weight:850;line-height:1.45;margin-bottom:22px;}
    .notice-icon{width:25px;height:25px;flex:0 0 25px;border-radius:999px;background:linear-gradient(135deg,var(--blue),var(--sky));color:#fff;display:grid;place-items:center;font-size:14px;font-weight:950;box-shadow:0 8px 18px rgba(37,99,235,.18);}
    .field{margin-bottom:14px;}
    .field label{display:block;margin-bottom:8px;color:#52627A;font-size:12px;font-weight:950;letter-spacing:.07em;text-transform:uppercase;}
    .input{width:100%;height:58px;border:1px solid var(--line);border-radius:18px;background:#fff;padding:0 16px;color:#21314D;font-weight:800;outline:none;}
    .input:focus{border-color:#9CC3FF;box-shadow:0 0 0 4px rgba(37,99,235,.09);}
    .input.error{border-color:#FCA5A5;box-shadow:0 0 0 4px rgba(220,38,38,.08);}
    .input.ok{border-color:#86EFAC;box-shadow:0 0 0 4px rgba(22,163,74,.08);}
    .helper{font-size:12px;color:var(--muted);font-weight:650;margin-top:7px;min-height:18px;}
    .helper.error{color:var(--err);font-weight:850;}
    .helper.ok{color:var(--ok);font-weight:850;}
    .primary{width:100%;height:58px;border:0;border-radius:20px;background:linear-gradient(135deg,var(--blue),var(--sky));color:#fff;font-weight:950;cursor:pointer;margin-top:6px;transition:transform .18s ease,opacity .18s ease;}
    .primary:hover{transform:translateY(-1px);}
    .primary:disabled{opacity:.55;cursor:not-allowed;transform:none;}
    .back-row{display:flex;justify-content:center;gap:8px;margin-top:18px;color:#65748B;font-weight:750;font-size:14px;}
    .back-row a{color:var(--blue);font-weight:950;}
    .success{display:none;text-align:center;padding:8px 0 0;}
    .success.show{display:block;}
    .success-icon{width:66px;height:66px;border-radius:22px;margin:0 auto 16px;display:grid;place-items:center;background:#ECFDF5;color:#16A34A;border:1px solid #BBF7D0;font-size:30px;font-weight:950;}
    .success h3{margin:0 0 8px;color:var(--navy);font-size:26px;letter-spacing:-.045em;}
    .success p{margin:0 auto 18px;color:var(--muted);font-weight:650;line-height:1.6;max-width:440px;}
    .secondary{width:100%;height:54px;border:1px solid var(--line);border-radius:19px;background:#fff;color:var(--navy);font-weight:950;cursor:pointer;}
    @media (max-width:880px){.shell{grid-template-columns:1fr;}.left{display:none;}.right{padding:24px;}.topline h2{font-size:30px;}}
    @media (max-width:560px){.page{padding:14px;}.panel{border-radius:24px;padding:18px;}.topline{display:block;}.topline a{display:inline-block;margin-top:10px;}.input, .primary, .secondary{height:54px;}}


/* END forgot-password-inline-001.css */

/* BEGIN forgot-password-inline-002.css */

/* === SportCV global header + universal footer (clean final) === */
:root{
  
  --scv-header-bg:rgba(255,255,255,.92);
  --scv-border:#D9E5F3;
  --scv-navy:#071833;
  --scv-text:#44546E;
  --scv-blue:#2563EB;
  --scv-sky:#0EA5E9;
  --scv-soft:#EEF6FF;
}
html{
  overflow-y:scroll !important;
  scrollbar-gutter:stable !important;
  min-height:100% !important;
  
}
body{
  min-height:101vh !important;
  overflow-x:hidden !important;
  
}














.scv-global-footer{
  position:static !important;
  margin-top:44px !important;
  background:#06142B !important;
  color:#DCE8FF !important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
}
.scv-global-footer-inner{
  width:min(1180px,calc(100% - 72px)) !important;
  margin:0 auto !important;
  padding:34px 0 !important;
  display:grid !important;
  grid-template-columns:1.1fr .9fr !important;
  align-items:start !important;
  gap:24px !important;
}
.scv-footer-logo{
  display:inline-flex !important;
  align-items:center !important;
  gap:0 !important;
  line-height:0 !important;
  text-decoration:none !important;
}
.scv-footer-logo-img{
  display:block !important;
  width:auto !important;
  height:34px !important;
  max-width:156px !important;
  object-fit:contain !important;
}
.scv-global-footer p{
  margin:10px 0 0 !important;
  max-width:560px !important;
  color:#9FB4D8 !important;
  font-size:15px !important;
  line-height:1.55 !important;
  font-weight:650 !important;
}
.scv-footer-links{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  justify-content:flex-end !important;
}
.scv-footer-links a{
  color:#C9D9F5 !important;
  font-size:14px !important;
  font-weight:800 !important;
  padding:8px 10px !important;
  border-radius:999px !important;
  text-decoration:none !important;
}
.scv-footer-links a:hover{background:rgba(255,255,255,.08) !important;}

@media (max-width:700px){
  
  
  
  
  
  
  .scv-global-footer-inner{width:min(100% - 24px,760px) !important;grid-template-columns:1fr !important;padding:28px 0 !important;}
  .scv-footer-links{justify-content:flex-start !important;}
}
@media (max-width:520px){
  
  
  
  
  .scv-footer-logo-img{height:31px !important;max-width:146px !important;}
}



/* END forgot-password-inline-002.css */

/* BEGIN forgot-password-inline-003.css */

/* === SportCV soft navigation: keeps the fixed global header/footer from visually rebuilding === */
.scv-page-content{
  opacity:1;
  transform:none;
  transition:opacity .14s ease, transform .14s ease;
}
html.scv-soft-loading .scv-page-content{
  opacity:.18;
  transform:translateY(2px);
  pointer-events:none;
}
html.scv-soft-loading .scv-global-footer{
  opacity:1 !important;
  transform:none !important;
}

.scv-global-footer{contain:layout paint style;}
@media (prefers-reduced-motion: reduce){
  .scv-page-content{transition:none !important;}
}


/* END forgot-password-inline-003.css */

/* BEGIN forgot-password-inline-004.css */

/* === SportCV mobile footer polish: match the cleaner profile-page footer spacing === */
@media (max-width:640px){
  .scv-global-footer{
    margin-top:28px !important;
  }
  .scv-global-footer-inner{
    width:min(100% - 24px,760px) !important;
    padding:26px 0 !important;
    gap:18px !important;
  }
  .scv-global-footer p{
    margin-top:9px !important;
    font-size:13.5px !important;
    line-height:1.55 !important;
  }
  .scv-footer-links{
    justify-content:flex-start !important;
    gap:6px 14px !important;
  }
  .scv-footer-links a{
    padding:5px 0 !important;
    font-size:13px !important;
    border-radius:0 !important;
  }
}


/* END forgot-password-inline-004.css */

/* BEGIN forgot-password-inline-005.css */

/* === SportCV v21 mobile polish / small frontend cleanup === */
html, body{max-width:100%;overflow-x:hidden;}
img, video, iframe, canvas, svg{max-width:100%;}
input, select, textarea, button{max-width:100%;}
@media (max-width:700px){
  .container, .wrap, .nf-container, .page-wrap, .page-shell, .shell-wrap{
    width:min(100%,calc(100% - 24px)) !important;
  }
  main, .page, .section{overflow-x:hidden;}
  .page-head, .hero-grid, .results-shell, .dashboard-grid, .content-grid, .profile-grid, .cards-grid, .plan-grid, .plans-grid, .stats-grid, .media-grid, .grid{
    grid-template-columns:1fr !important;
  }
  .quick-search, .search-row, .filter-row, .results-toolbar, .toolbar-actions, .actions, .top-actions, .button-row, .cta-row, .form-actions, .profile-actions, .slug-link-row{
    flex-direction:column !important;
    align-items:stretch !important;
  }
  .quick-search{
    grid-template-columns:1fr !important;
    padding:12px !important;
    gap:10px !important;
  }
  .results-shell{gap:14px !important;}
  .filter-panel{position:static !important;padding:16px !important;border-radius:20px !important;}
  .results-card, .card, .panel, .profile-card, .pricing-card, .request-card, .message-card{
    border-radius:20px !important;
  }
  .results-toolbar{gap:10px !important;margin-bottom:12px !important;}
  .toolbar-actions{width:100% !important;gap:8px !important;}
  .sort-select, .toolbar-actions .btn, .quick-search .btn, .quick-search input{
    width:100% !important;
  }
  .athlete-card{
    grid-template-columns:64px minmax(0,1fr) !important;
    gap:12px !important;
    padding:12px !important;
    border-radius:20px !important;
  }
  .athlete-card .card-side, .card-side{
    grid-column:1 / -1 !important;
  }
  .avatar{
    width:64px !important;
    height:64px !important;
    border-radius:20px !important;
  }
  .fact-grid, .summary-grid, .detail-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }
  h1{font-size:clamp(30px,9vw,40px) !important;line-height:1.02 !important;}
  h2{line-height:1.12 !important;}
  .btn, .primary, .google, .profile-control-btn, .action-grid .btn{
    min-height:44px !important;
  }
  .btn-row .btn, .actions .btn, .button-row .btn, .form-actions .btn{
    width:100% !important;
  }
  .modal, .dialog, .popup, .sheet{
    width:min(100%,calc(100vw - 20px)) !important;
    max-width:calc(100vw - 20px) !important;
  }
  .mobile-tight-hidden{display:none !important;}
}
@media (max-width:430px){
  .container, .wrap, .nf-container, .page-wrap, .page-shell, .shell-wrap{
    width:min(100%,calc(100% - 18px)) !important;
  }
  .fact-grid, .summary-grid, .detail-grid{
    grid-template-columns:1fr !important;
  }
  .athlete-card{grid-template-columns:58px minmax(0,1fr) !important;padding:11px !important;}
  .avatar{width:58px !important;height:58px !important;border-radius:18px !important;}
  .tag-row, .chip-row, .active-filters{gap:6px !important;}
  .tag, .chip{font-size:11px !important;padding:5px 8px !important;}
}


/* END forgot-password-inline-005.css */

/* BEGIN forgot-password-inline-006.css */

/* === SportCV balanced premium footer v6 === */
.scv-global-footer.scv-footer-compact-v4{
  position:static !important;
  margin-top:32px !important;
  padding:0 !important;
  background:
    radial-gradient(circle at 16% 0%, rgba(37,99,235,.16), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(14,165,233,.12), transparent 26%),
    linear-gradient(135deg,#06142B 0%,#071A36 56%,#062640 100%) !important;
  color:#DCE8FF !important;
  border-top:1px solid rgba(148,178,220,.16) !important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
}
.scv-footer-compact-v4 .scv-footer-shell{
  width:min(1180px,calc(100% - 72px)) !important;
  margin:0 auto !important;
  padding:34px 0 18px !important;
}
.scv-footer-compact-v4 .scv-footer-main{
  display:grid !important;
  grid-template-columns:minmax(340px,.95fr) minmax(430px,1.05fr) !important;
  gap:56px !important;
  align-items:start !important;
}
.scv-footer-compact-v4 .scv-footer-brand-block{
  min-width:0 !important;
  max-width:620px !important;
}
.scv-footer-compact-v4 .scv-footer-logo{
  display:block !important;
  width:fit-content !important;
  line-height:0 !important;
  text-decoration:none !important;
  margin:0 0 12px !important;
}
.scv-footer-compact-v4 .scv-footer-logo-img{
  display:block !important;
  width:auto !important;
  height:38px !important;
  max-width:176px !important;
  object-fit:contain !important;
}
.scv-footer-compact-v4 .scv-footer-text{
  display:block !important;
  margin:0 !important;
  max-width:560px !important;
  color:#B8CBEA !important;
  font-size:13.8px !important;
  line-height:1.55 !important;
  font-weight:740 !important;
}
.scv-footer-compact-v4 .scv-footer-chips{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:7px !important;
  margin-top:14px !important;
}
.scv-footer-compact-v4 .scv-footer-chip{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  min-height:27px !important;
  padding:6px 10px !important;
  border-radius:999px !important;
  border:1px solid rgba(170,199,236,.20) !important;
  background:rgba(255,255,255,.055) !important;
  color:#E0ECFF !important;
  font-size:10.7px !important;
  line-height:1 !important;
  font-weight:900 !important;
  white-space:nowrap !important;
}
.scv-footer-compact-v4 .scv-footer-chip:before{
  content:"" !important;
  width:6px !important;
  height:6px !important;
  border-radius:999px !important;
  background:#22C55E !important;
  box-shadow:0 0 0 3px rgba(34,197,94,.11) !important;
}
.scv-footer-compact-v4 .scv-footer-nav{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:36px !important;
  align-items:start !important;
  padding-top:4px !important;
}
.scv-footer-compact-v4 .scv-footer-col{
  min-width:0 !important;
}
.scv-footer-compact-v4 .scv-footer-col h3{
  margin:0 0 11px !important;
  color:#FFFFFF !important;
  font-size:10.7px !important;
  line-height:1 !important;
  font-weight:950 !important;
  letter-spacing:.095em !important;
  text-transform:uppercase !important;
  opacity:.94 !important;
}
.scv-footer-compact-v4 .scv-footer-col a{
  display:block !important;
  width:fit-content !important;
  max-width:100% !important;
  margin:0 0 8px !important;
  padding:0 !important;
  border-radius:0 !important;
  color:#BFD2F1 !important;
  text-decoration:none !important;
  font-size:13.2px !important;
  line-height:1.2 !important;
  font-weight:850 !important;
  transition:color .16s ease, transform .16s ease !important;
}
.scv-footer-compact-v4 .scv-footer-col a:hover{
  color:#FFFFFF !important;
  transform:translateX(2px) !important;
}
.scv-footer-compact-v4 .scv-footer-bottom{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:18px !important;
  margin-top:26px !important;
  padding-top:15px !important;
  border-top:1px solid rgba(170,199,236,.14) !important;
  color:#8FA8CE !important;
  font-size:12px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
.scv-footer-compact-v4 .scv-footer-bottom p{
  margin:0 !important;
  color:#8FA8CE !important;
  font-size:12px !important;
  font-weight:800 !important;
}
@media (max-width:900px){
  .scv-footer-compact-v4 .scv-footer-shell{
    width:min(100% - 28px,760px) !important;
    padding:28px 0 16px !important;
  }
  .scv-footer-compact-v4 .scv-footer-main{
    grid-template-columns:1fr !important;
    gap:24px !important;
  }
  .scv-footer-compact-v4 .scv-footer-nav{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:20px !important;
    padding-top:2px !important;
  }
  .scv-footer-compact-v4 .scv-footer-bottom{
    margin-top:22px !important;
  }
}
@media (max-width:640px){
  .scv-global-footer.scv-footer-compact-v4{margin-top:26px !important;}
  .scv-footer-compact-v4 .scv-footer-shell{
    width:min(100% - 24px,760px) !important;
    padding:24px 0 15px !important;
  }
  .scv-footer-compact-v4 .scv-footer-logo-img{
    height:34px !important;
    max-width:160px !important;
  }
  .scv-footer-compact-v4 .scv-footer-text{
    font-size:13px !important;
    line-height:1.48 !important;
  }
  .scv-footer-compact-v4 .scv-footer-chips{
    gap:6px !important;
    margin-top:12px !important;
  }
  .scv-footer-compact-v4 .scv-footer-chip{
    font-size:10.3px !important;
    min-height:24px !important;
    padding:5px 8px !important;
  }
  .scv-footer-compact-v4 .scv-footer-nav{
    grid-template-columns:1fr 1fr !important;
    gap:18px 24px !important;
  }
  .scv-footer-compact-v4 .scv-footer-col h3{
    margin-bottom:9px !important;
  }
  .scv-footer-compact-v4 .scv-footer-col a{
    font-size:12.8px !important;
    margin-bottom:8px !important;
  }
  .scv-footer-compact-v4 .scv-footer-bottom{
    display:block !important;
    margin-top:20px !important;
    padding-top:13px !important;
    font-size:11.8px !important;
  }
}


/* END forgot-password-inline-006.css */

/* BEGIN forgot-password-inline-007.css */

/* === SportCV homepage bottom/footer polish v41 ===
   Keeps the accepted dark SportCV footer, reduces the empty gap above it,
   and makes the phone footer cleaner with the same Platform / Safety / Legal structure.
*/
main > section.container.section-pad:last-of-type{
  padding-bottom:14px !important;
}
.scv-global-footer.scv-footer-compact-v4{
  margin-top:10px !important;
}
.scv-footer-compact-v4 .scv-footer-main{
  gap:44px !important;
}
.scv-footer-compact-v4 .scv-footer-nav{
  gap:0 !important;
}
.scv-footer-compact-v4 .scv-footer-col{
  min-width:0 !important;
}
.scv-footer-compact-v4 .scv-footer-col + .scv-footer-col{
  border-left:1px solid rgba(170,199,236,.15) !important;
  padding-left:30px !important;
}
.scv-footer-compact-v4 .scv-footer-bottom{
  margin-top:22px !important;
  padding-top:14px !important;
}

@media (max-width:900px){
  main > section.container.section-pad:last-of-type{
    padding-top:20px !important;
    padding-bottom:10px !important;
  }
  .scv-global-footer.scv-footer-compact-v4{
    margin-top:8px !important;
  }
  .scv-footer-compact-v4 .scv-footer-shell{
    padding:24px 0 14px !important;
  }
  .scv-footer-compact-v4 .scv-footer-main{
    gap:18px !important;
  }
  .scv-footer-compact-v4 .scv-footer-nav{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:0 !important;
    padding-top:16px !important;
    border-top:1px solid rgba(170,199,236,.10) !important;
  }
  .scv-footer-compact-v4 .scv-footer-col{
    padding-left:0 !important;
  }
  .scv-footer-compact-v4 .scv-footer-col + .scv-footer-col{
    border-left:1px solid rgba(170,199,236,.16) !important;
    padding-left:22px !important;
  }
  .scv-footer-compact-v4 .scv-footer-bottom{
    margin-top:18px !important;
    padding-top:13px !important;
  }
}

@media (max-width:640px){
  main > section.container.section-pad:last-of-type{
    padding-top:18px !important;
    padding-bottom:8px !important;
  }
  main > section.container.section-pad:last-of-type .final-cta{
    padding:18px 16px !important;
    border-radius:22px !important;
  }
  main > section.container.section-pad:last-of-type .final-cta h2{
    margin-bottom:8px !important;
    font-size:clamp(24px,7vw,30px) !important;
  }
  main > section.container.section-pad:last-of-type .final-cta p{
    margin-bottom:14px !important;
    font-size:13.2px !important;
    line-height:1.45 !important;
  }
  main > section.container.section-pad:last-of-type .final-cta .hero-actions{
    margin-top:0 !important;
    gap:8px !important;
  }

  .scv-global-footer.scv-footer-compact-v4{
    margin-top:8px !important;
  }
  .scv-footer-compact-v4 .scv-footer-shell{
    width:min(100% - 24px,760px) !important;
    padding:22px 0 13px !important;
  }
  .scv-footer-compact-v4 .scv-footer-main{
    gap:16px !important;
  }
  .scv-footer-compact-v4 .scv-footer-logo{
    margin-bottom:10px !important;
  }
  .scv-footer-compact-v4 .scv-footer-logo-img{
    height:34px !important;
    max-width:160px !important;
  }
  .scv-footer-compact-v4 .scv-footer-text{
    max-width:none !important;
    font-size:13.2px !important;
    line-height:1.50 !important;
    font-weight:680 !important;
  }
  .scv-footer-compact-v4 .scv-footer-chips{
    display:none !important;
  }
  .scv-footer-compact-v4 .scv-footer-nav{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:0 !important;
    padding-top:16px !important;
    border-top:1px solid rgba(170,199,236,.09) !important;
  }
  .scv-footer-compact-v4 .scv-footer-col{
    padding-left:0 !important;
  }
  .scv-footer-compact-v4 .scv-footer-col + .scv-footer-col{
    border-left:1px solid rgba(170,199,236,.16) !important;
    padding-left:18px !important;
  }
  .scv-footer-compact-v4 .scv-footer-col h3{
    margin-bottom:10px !important;
    font-size:10.8px !important;
    letter-spacing:.105em !important;
  }
  .scv-footer-compact-v4 .scv-footer-col a{
    margin-bottom:8px !important;
    font-size:12.8px !important;
    line-height:1.25 !important;
    font-weight:760 !important;
  }
  .scv-footer-compact-v4 .scv-footer-bottom{
    display:block !important;
    margin-top:17px !important;
    padding-top:13px !important;
    font-size:11.8px !important;
  }
  .scv-footer-compact-v4 .scv-footer-bottom p{
    font-size:11.8px !important;
    line-height:1.35 !important;
    font-weight:720 !important;
  }
}

@media (max-width:390px){
  .scv-footer-compact-v4 .scv-footer-shell{
    width:min(100% - 20px,760px) !important;
  }
  .scv-footer-compact-v4 .scv-footer-col + .scv-footer-col{
    padding-left:13px !important;
  }
  .scv-footer-compact-v4 .scv-footer-col a{
    font-size:12.2px !important;
  }
  .scv-footer-compact-v4 .scv-footer-col h3{
    font-size:10.3px !important;
  }
}


/* END forgot-password-inline-007.css */

/* BEGIN forgot-password-inline-008.css */

/* === SportCV remaining pages premium typography v504 ===
   CSS-only polish. No content, layout structure, IDs, forms, JS, API, or media logic changed.
   Goal: match the accepted cleaner premium direction across dashboards, profiles, forms, messages, and account flow pages.
*/
:root{
  --scv-v504-title-weight:720;
  --scv-v504-title-strong:760;
  --scv-v504-card-title:700;
  --scv-v504-ui:680;
  --scv-v504-label:660;
  --scv-v504-chip:620;
  --scv-v504-copy:560;
  --scv-v504-title-spacing:-.034em;
  --scv-v504-card-spacing:-.018em;
}
html, body{
  -webkit-font-smoothing:antialiased !important;
  text-rendering:optimizeLegibility !important;
}
body, button, input, select, textarea{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
}

/* Page titles and major hero headings: premium, not cartoon-heavy. */
h1, .hero h1, .hero-card h1, .left h1, .intro-card h1, .page-title h1, .topline h1, .topline h2, .header, .hero-name, .profile-title, .dashboard-title, .owner-title, .public-title, .create-title, .edit-title, #title{
  font-weight:var(--scv-v504-title-weight) !important;
  letter-spacing:var(--scv-v504-title-spacing) !important;
  text-shadow:none !important;
}

/* Section headings and card titles. */
h2, .card h2, .panel h2, .box h2, .section-head h2, .inbox-head h2, .form-head h2, .details-card h2, .flow-card h2, .summary-card h2, .request h3, .action-card h3, .media-card h3, .support-option h3, .safety-card h3, .notice h3, .athlete-mini h2, .parent-mini h2, .requester-invite-title, .requester-account-name, .thread-name, .athlete-name, .feature-title, .setting-row strong, .privacy-row h3, .safety-item strong, .flow-step strong, .later-modal h2, .success h3{
  font-weight:var(--scv-v504-card-title) !important;
  letter-spacing:var(--scv-v504-card-spacing) !important;
  text-shadow:none !important;
}

/* Numeric/stat emphasis: strong, but no ultra-bold effect. */
.media-count, .metric-number, .stat-number, .kpi-number, .hero-stat, .progress-top strong, .match-score, .badge{
  font-weight:var(--scv-v504-title-strong) !important;
  letter-spacing:-.03em !important;
}

/* Buttons and action links: still clear, visually lighter. */
button, .btn, a.btn, .primary, .secondary, .google, .return-btn, .profile-control-btn, .action-grid .btn, .settings-actions .btn, .request-actions .btn, .later-modal button, button[type="button"], button[type="submit"], input[type="button"], input[type="submit"]{
  font-weight:var(--scv-v504-ui) !important;
  letter-spacing:0 !important;
}

/* Labels and small UI captions. */
label, .field label, .filter-control label, .sort-wrap label, .request-target-label, .requester-account-kicker, .muted-title, .settings-subtitle, .athlete-settings-select label, .media-athlete-select label, .password-rules, .helper, .note, .char-counter, .range-note, .small, .footer-note{
  font-weight:var(--scv-v504-label) !important;
  letter-spacing:.012em !important;
}

/* Pills, chips, tags, badges: less bubbly and less loud. */
.pill, .eyebrow, .tag, .chip, .status-pill, .requester-pill, .requester-account-chip, .choice-pill, .preview-tag, .result-tag, .filter-chip, .live-pill, .helper.ok, .helper.err, .status-label, .status-value, .athlete-meta, .athlete-extra, .result-meta, .fact span, .fact strong, .mini-pill, [class*="pill"], [class*="chip"], [class*="tag"], [class*="badge"]{
  font-weight:var(--scv-v504-chip) !important;
  letter-spacing:0 !important;
}

/* Form controls and dropdowns: readable, lighter than the previous heavy weight. */
input, select, textarea, .input, .select, .field, .textarea, .selector-button, .selector-option, .sport-selector-button, .sport-selector-option, .sort-select, .search-wrap input, .quick-search input{
  font-weight:560 !important;
  letter-spacing:0 !important;
}
input::placeholder, textarea::placeholder{
  font-weight:520 !important;
  color:#7A8799 !important;
  opacity:1 !important;
}

/* Body copy: slightly quieter; content unchanged. */
p, li, .notice, .notice p, .hero-card p, .intro-card p, .left p, .page-title p, .section-head p, .form-head p, .support-option p, .safety-card p, .request p, .action-card p, .media-card p, .empty-state p, .setting-row span, .privacy-row p, .flow-step span, .safety-item span, .requester-invite-text, .requester-account-email, .thread-preview, .message-text, .box ul, .fineprint, .switch-note{
  font-weight:var(--scv-v504-copy) !important;
  letter-spacing:normal !important;
}

/* Form/create/edit pages still need labels visible and clear. */
.card label, .field label{
  color:#52627A !important;
}
.card h2, .panel h2{
  color:#10233E !important;
}

/* Redirect fallback cards only: cleaner if the redirect is delayed. */
main.card, .card .hero{
  -webkit-font-smoothing:antialiased !important;
}
@media (max-width:700px){
  h1, .hero h1, .hero-card h1, .left h1, .intro-card h1, .page-title h1, .topline h1, .topline h2, .header, .hero-name, #title{
    font-weight:700 !important;
    letter-spacing:-.03em !important;
  }
  h2, .section-head h2, .form-head h2, .card h2, .panel h2{
    font-weight:690 !important;
    letter-spacing:-.016em !important;
  }
  label, .field label, .helper, .note, .small{
    font-weight:620 !important;
  }
}


/* END forgot-password-inline-008.css */

/* BEGIN forgot-password-inline-009.css */

/* === SportCV remaining pages footer premium polish v504 ===
   Footer typography only. Existing footer layout, links, colors, and structure are preserved.
*/
.scv-global-footer, .scv-global-footer.scv-footer-compact-v4{
  -webkit-font-smoothing:antialiased !important;
  text-rendering:optimizeLegibility !important;
}
.scv-global-footer p, .scv-global-footer .scv-footer-text, .scv-footer-compact-v4 .scv-footer-text{
  font-weight:520 !important;
  letter-spacing:0 !important;
}
.scv-global-footer .scv-footer-col h3, .scv-footer-compact-v4 .scv-footer-col h3{
  font-size:10.5px !important;
  line-height:1 !important;
  font-weight:760 !important;
  letter-spacing:.085em !important;
  opacity:.88 !important;
}
.scv-global-footer .scv-footer-col a, .scv-global-footer .scv-footer-links a, .scv-footer-compact-v4 .scv-footer-col a, .scv-footer-compact-v4 .scv-footer-links a{
  font-size:12.55px !important;
  line-height:1.24 !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
}
.scv-global-footer .scv-footer-chip, .scv-footer-compact-v4 .scv-footer-chip{
  font-size:10.25px !important;
  font-weight:590 !important;
  letter-spacing:0 !important;
}
.scv-global-footer .scv-footer-bottom, .scv-global-footer .scv-footer-bottom p, .scv-footer-compact-v4 .scv-footer-bottom, .scv-footer-compact-v4 .scv-footer-bottom p{
  font-weight:510 !important;
  letter-spacing:0 !important;
}
@media (max-width:640px){
  .scv-global-footer .scv-footer-col h3, .scv-footer-compact-v4 .scv-footer-col h3{
    font-size:10.15px !important;
    font-weight:740 !important;
  }
  .scv-global-footer .scv-footer-col a, .scv-global-footer .scv-footer-links a, .scv-footer-compact-v4 .scv-footer-col a, .scv-footer-compact-v4 .scv-footer-links a{
    font-size:11.9px !important;
    line-height:1.22 !important;
    font-weight:490 !important;
  }
  .scv-global-footer p, .scv-global-footer .scv-footer-text, .scv-footer-compact-v4 .scv-footer-text{
    font-weight:500 !important;
  }
  .scv-global-footer .scv-footer-bottom, .scv-global-footer .scv-footer-bottom p, .scv-footer-compact-v4 .scv-footer-bottom, .scv-footer-compact-v4 .scv-footer-bottom p{
    font-weight:500 !important;
  }
}


/* END forgot-password-inline-009.css */

/* BEGIN forgot-password-inline-010.css */

  /* Compact forgot-password layout — aligned with accepted support.html spacing */
  .page{
    min-height:auto !important;
    display:block !important;
    padding:22px 16px 8px !important;
  }
  .shell{
    width:min(590px,100%) !important;
    display:block !important;
    margin:0 auto !important;
  }
  .shell .left{display:none !important;}
  .panel, .shell .right{
    width:min(590px,100%) !important;
    max-width:590px !important;
    margin:0 auto !important;
    border-radius:24px !important;
    padding:22px !important;
    box-shadow:0 14px 40px rgba(16,42,91,.055) !important;
  }
  .shell .right > .brand, .auth-panel-brand{display:none !important;}
  .topline{
    display:flex !important;
    align-items:flex-start !important;
    justify-content:space-between !important;
    gap:12px !important;
    margin-bottom:14px !important;
  }
  .topline h1, .topline h2{
    font-size:27px !important;
    line-height:1.05 !important;
    letter-spacing:-.045em !important;
    margin:0 !important;
  }
  .topline a{
    font-size:12.5px !important;
    font-weight:900 !important;
    white-space:nowrap !important;
    margin-top:3px !important;
  }
  .notice{
    padding:10px 12px !important;
    border-radius:16px !important;
    gap:8px !important;
    margin-bottom:14px !important;
    font-size:13px !important;
    line-height:1.38 !important;
    font-weight:780 !important;
  }
  .notice-icon{
    width:21px !important;
    height:21px !important;
    flex-basis:21px !important;
    font-size:11px !important;
    box-shadow:none !important;
  }
  .field{margin-bottom:10px !important;}
  .field label{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    overflow:hidden !important;
    clip:rect(0 0 0 0) !important;
    white-space:nowrap !important;
    border:0 !important;
    padding:0 !important;
    margin:-1px !important;
  }
  .input{
    height:50px !important;
    border-radius:15px !important;
    padding:0 14px !important;
    font-size:14px !important;
    font-weight:750 !important;
  }
  .helper{
    min-height:14px !important;
    margin-top:5px !important;
    font-size:11.5px !important;
    line-height:1.25 !important;
    font-weight:650 !important;
  }
  .primary, .secondary{
    height:50px !important;
    border-radius:16px !important;
    font-size:14px !important;
    margin-top:2px !important;
  }
  .back-row, .secondary-row{
    margin-top:12px !important;
    font-size:13px !important;
    line-height:1.35 !important;
  }
  .success{padding-top:0 !important;}
  .success-icon{
    width:48px !important;
    height:48px !important;
    border-radius:16px !important;
    margin-bottom:10px !important;
    font-size:22px !important;
  }
  .success h3{
    font-size:22px !important;
    margin-bottom:6px !important;
  }
  .success p{
    font-size:13px !important;
    line-height:1.45 !important;
    margin-bottom:12px !important;
  }
  .success-box{
    margin-top:12px !important;
    padding:11px 12px !important;
    border-radius:15px !important;
    font-size:12.5px !important;
    line-height:1.4 !important;
  }
  .fineprint{
    margin-top:11px !important;
    font-size:11.5px !important;
    line-height:1.4 !important;
  }
  .scv-global-footer{margin-top:28px !important;}
  @media (max-width:640px){
    .page{padding:14px 12px 4px !important;}
    .panel, .shell .right{
      border-radius:20px !important;
      padding:16px !important;
      box-shadow:0 10px 28px rgba(16,42,91,.045) !important;
    }
    .topline{display:block !important;margin-bottom:12px !important;}
    .topline h1, .topline h2{font-size:24px !important;}
    .topline a{display:inline-block !important;margin-top:7px !important;}
    .notice{font-size:12.5px !important;padding:9px 10px !important;}
    .input, .primary, .secondary{height:48px !important;}
    .secondary-row{gap:6px !important;}
  }


/* END forgot-password-inline-010.css */

/* BEGIN forgot-password-inline-011.css */

  /* Keep the approved compact card, but give the page body enough height
     so the footer does not start too high on average desktop browsers. */
  @media (min-width:901px){
    #scv-page-content{
      min-height:clamp(500px, calc(100vh - var(--scv-header-height) - 240px), 660px) !important;
      display:block !important;
    }
    #scv-page-content .page{
      min-height:clamp(500px, calc(100vh - var(--scv-header-height) - 240px), 660px) !important;
      display:grid !important;
      place-items:center !important;
      padding:2px 16px 70px !important;
    }
    .scv-global-footer.scv-footer-compact-v4{
      margin-top:0 !important;
    }
  }
  @media (min-width:901px) and (max-height:760px){
    #scv-page-content, #scv-page-content .page{
      min-height:500px !important;
    }
    #scv-page-content .page{
      padding-top:30px !important;
      padding-bottom:30px !important;
    }
  }


/* END forgot-password-inline-011.css */
