/* BEGIN youth-safety-parent-policy-inline-001.css */

    :root{
      --bg:#F5F8FD;
      --card:#FFFFFF;
      --navy:#071833;
      --text:#12213A;
      --muted:#65748B;
      --blue:#2563EB;
      --sky:#0EA5E9;
      --soft:#EEF6FF;
      --line:#D9E5F3;
      --line2:#C9D9EA;
      --green:#16A34A;
      --amber:#D97706;
      --red:#DC2626;
      --radius:26px;
      --max:1120px;
      --shadow:0 18px 44px rgba(16,42,91,.10);
    }

    *{box-sizing:border-box;}
    html{scroll-behavior:smooth;}
    body{
      margin:0;
      background:var(--bg);
      color:var(--text);
      font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
      line-height:1.5;
      -webkit-font-smoothing:antialiased;
      text-rendering:optimizeLegibility;
    }
    a{color:inherit;text-decoration:none;}
    button{font:inherit;cursor:pointer;}
    .container{width:min(var(--max),calc(100% - 72px));margin:0 auto;}

    
    
    .brand{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto;}
    
    
    
    
    
    
    

    .btn{
      min-height:42px;
      border-radius:999px;
      border:1px solid transparent;
      padding:11px 17px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      font-size:13.5px;
      font-weight:900;
      white-space:nowrap;
      transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
    }
    .btn:hover{transform:translateY(-1px);}
    .btn-primary{background:linear-gradient(135deg,var(--blue),var(--sky));color:#fff;box-shadow:0 12px 26px rgba(37,99,235,.16);}
    .btn-outline{background:#fff;border-color:var(--line);color:#22324D;}
    .btn-soft{background:#EEF5FF;border-color:#D6E6FF;color:#1D4ED8;}

    main{padding:42px 0 56px;}
    .hero{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:24px;
      align-items:stretch;
      margin-bottom:24px;
    }
    .hero-card{
      position:relative;
      overflow:hidden;
      border:1px solid var(--line);
      border-radius:34px;
      padding:32px;
      background:linear-gradient(135deg,#071833,#123D91 58%,#1765D8);
      color:#fff;
      box-shadow:var(--shadow);
    }
    .hero-card:after{
      content:"";
      position:absolute;
      right:-110px;
      bottom:-130px;
      width:360px;
      height:360px;
      border-radius:50%;
      background:rgba(255,255,255,.11);
      pointer-events:none;
    }
    .hero-card > *{position:relative;z-index:1;}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.16);
      color:#EAF3FF;
      font-size:12px;
      font-weight:950;
    }
    .eyebrow:before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:#22C55E;
    }
    h1{
      margin:18px 0 12px;
      color:#fff;
      font-size:clamp(38px,4.5vw,58px);
      line-height:.96;
      letter-spacing:-.065em;
      font-weight:850;
    }
    .hero-card p{
      margin:0;
      max-width:760px;
      color:#D6E5FF;
      font-size:16px;
      line-height:1.68;
      font-weight:650;
    }
    .hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px;}

    .summary-card{
      background:var(--card);
      border:1px solid var(--line);
      border-radius:34px;
      padding:26px;
      box-shadow:var(--shadow);
      display:grid;
      gap:14px;
    }
    .summary-card h2{
      margin:0;
      color:var(--navy);
      font-size:25px;
      line-height:1.05;
      letter-spacing:-.045em;
    }
    .safety-list{display:grid;gap:10px;margin-top:4px;}
    .safety-item{
      display:grid;
      grid-template-columns:28px 1fr;
      gap:11px;
      align-items:flex-start;
      padding:13px 14px;
      border-radius:18px;
      background:#F8FBFF;
      border:1px solid #E5EEF9;
    }
    .check{
      width:28px;
      height:28px;
      border-radius:999px;
      display:grid;
      place-items:center;
      background:#ECFDF5;
      border:1px solid #BBF7D0;
      color:#166534;
      font-weight:950;
      font-size:13px;
    }
    .safety-item strong{
      display:block;
      color:var(--navy);
      font-size:14px;
      line-height:1.25;
      margin-bottom:2px;
    }
    .safety-item span{
      display:block;
      color:var(--muted);
      font-size:13px;
      font-weight:650;
      line-height:1.45;
    }

    .section-pad{padding:28px 0;}
    .section-head{text-align:center;margin-bottom:18px;}
    .section-head h2{
      margin:0 0 7px;
      color:var(--navy);
      font-size:32px;
      line-height:1.08;
      letter-spacing:-.055em;
    }
    .section-head p{
      margin:0 auto;
      max-width:720px;
      color:var(--muted);
      font-size:15px;
      font-weight:650;
    }

    .cards-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .policy-card{
      background:var(--card);
      border:1px solid var(--line);
      border-radius:26px;
      padding:24px;
      box-shadow:0 12px 28px rgba(16,42,91,.06);
    }
    .icon-box{
      width:48px;
      height:48px;
      border-radius:17px;
      display:grid;
      place-items:center;
      margin-bottom:15px;
      background:var(--soft);
      color:var(--blue);
      border:1px solid #E1ECFA;
      font-size:22px;
      font-weight:950;
    }
    .policy-card h3{
      margin:0 0 9px;
      color:var(--navy);
      font-size:20px;
      letter-spacing:-.025em;
      line-height:1.15;
    }
    .policy-card p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      font-weight:650;
      line-height:1.62;
    }
    .policy-card.full-width{grid-column:1 / -1;}

    .details-grid{
      display:grid;
      grid-template-columns:.95fr 1.05fr;
      gap:22px;
      align-items:start;
    }
    .details-card{
      background:var(--card);
      border:1px solid var(--line);
      border-radius:30px;
      padding:26px;
      box-shadow:var(--shadow);
    }
    .details-card h2{
      margin:0 0 12px;
      color:var(--navy);
      font-size:28px;
      line-height:1.05;
      letter-spacing:-.05em;
    }
    .details-card p{
      margin:0 0 14px;
      color:var(--muted);
      font-size:14.5px;
      font-weight:650;
      line-height:1.68;
    }
    .rule-list{
      display:grid;
      gap:10px;
      margin:14px 0 0;
      padding:0;
      list-style:none;
    }
    .rule-list li{
      padding:13px 14px;
      border-radius:18px;
      background:#F8FBFF;
      border:1px solid #E5EEF9;
      color:#33445F;
      font-size:14px;
      font-weight:720;
      line-height:1.55;
    }
    .rule-list b{color:var(--navy);}

    .flow-card{
      background:linear-gradient(135deg,#FFFFFF 0%,#F8FBFF 100%);
      border:1px solid var(--line);
      border-radius:30px;
      padding:26px;
      box-shadow:var(--shadow);
    }
    .flow-card h2{
      margin:0 0 16px;
      color:var(--navy);
      font-size:28px;
      line-height:1.05;
      letter-spacing:-.05em;
    }
    .flow{
      display:grid;
      gap:12px;
    }
    .flow-step{
      display:grid;
      grid-template-columns:42px 1fr;
      gap:13px;
      align-items:flex-start;
      padding:14px;
      border-radius:20px;
      background:#fff;
      border:1px solid #E1ECFA;
    }
    .step-num{
      width:42px;
      height:42px;
      border-radius:15px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,var(--blue),var(--sky));
      color:#fff;
      font-weight:950;
    }
    .flow-step strong{
      display:block;
      color:var(--navy);
      margin-bottom:3px;
      font-size:15px;
    }
    .flow-step span{
      display:block;
      color:var(--muted);
      font-size:13.5px;
      font-weight:650;
      line-height:1.5;
    }

    .notice-banner{
      display:grid;
      grid-template-columns:1fr auto;
      align-items:center;
      gap:24px;
      padding:30px;
      border-radius:30px;
      color:#fff;
      background:linear-gradient(135deg,#071833,#123D91 58%,#1765D8);
      border:1px solid rgba(255,255,255,.16);
      box-shadow:var(--shadow);
    }
    .notice-banner h2{
      margin:0 0 9px;
      font-size:31px;
      line-height:1.05;
      letter-spacing:-.055em;
    }
    .notice-banner p{
      margin:0;
      max-width:780px;
      color:#D6E5FF;
      font-weight:650;
      line-height:1.65;
    }
    .shield{
      width:104px;
      height:104px;
      border-radius:32px;
      display:grid;
      place-items:center;
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.2);
      font-size:42px;
      font-weight:950;
    }

    
    
    
    
    
    
    
    

    @media (max-width:980px){
      .container{width:min(760px,calc(100% - 36px));}
      
      .hero, .details-grid{grid-template-columns:1fr;}
      .cards-grid{grid-template-columns:1fr;}
      .notice-banner, .shield{display:none;}
      
    }
    @media (max-width:640px){
      .container{width:min(100% - 24px,760px);}
      
      
      
      
      .btn{min-height:40px;padding:10px 13px;font-size:13px;}
      main{padding:30px 0 46px;}
      .hero-card, .summary-card, .details-card, .flow-card, .notice-banner{border-radius:24px;padding:22px;}
      h1{font-size:clamp(38px,12vw,52px);}
      .section-head h2, .details-card h2, .flow-card h2, .notice-banner h2{font-size:26px;}
      
    }


/* END youth-safety-parent-policy-inline-001.css */

/* BEGIN youth-safety-parent-policy-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 youth-safety-parent-policy-inline-002.css */

/* BEGIN youth-safety-parent-policy-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 youth-safety-parent-policy-inline-003.css */

/* BEGIN youth-safety-parent-policy-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 youth-safety-parent-policy-inline-004.css */

/* BEGIN youth-safety-parent-policy-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 youth-safety-parent-policy-inline-005.css */

/* BEGIN youth-safety-parent-policy-inline-006.css */

.scv-safety-label-mobile{display:none!important;}
.scv-safety-label-full{display:inline!important;}
@media (max-width:900px){
  .scv-safety-label-full{display:none!important;}
  .scv-safety-label-mobile{display:inline!important;}
}


/* END youth-safety-parent-policy-inline-006.css */

/* BEGIN youth-safety-parent-policy-inline-007.css */

/* === SportCV global typography polish v2 ===
   CSS-only update. Text/content is unchanged.
   Goal: softer, cleaner SportCV typography across all pages.
*/
:root{
  --scv-type-title:760;
  --scv-type-title-accent:800;
  --scv-type-ui:760;
  --scv-type-label:730;
  --scv-type-card-title:780;
  --scv-type-heading-spacing:-.032em;
  --scv-type-card-spacing:-.018em;
}

html, body{
  -webkit-font-smoothing:antialiased !important;
  text-rendering:optimizeLegibility !important;
}

/* Main headings: softer and less compressed than v1. */
h1, h2, .hero h1, #hero-title, .section-head h2, .search-head h2, .results-toolbar h2, .activity-copy h2, .journey-copy h2, .safety-banner h2, .final-cta h2, .page-title, .section-title, .auth-title, .dashboard-title, .profile-title, .owner-title, .public-title, .create-title, .edit-title, .card-title{
  font-weight:var(--scv-type-title) !important;
  letter-spacing:var(--scv-type-heading-spacing) !important;
}

/* Accent / numeric headline pieces stay confident, but no longer ultra-bold. */
.gradient-text, .hero-one-line, .stat-number, .proof-item strong, .metric-number, .kpi-number{
  font-weight:var(--scv-type-title-accent) !important;
  letter-spacing:-.034em !important;
}

/* Card and section subheadings. */
h3, h4, .step-card h3, .info-card h3, .path-card h3, .audience-card h3, .how-card h3, .journey-point strong, .featured-name, .result-name, .sports-feature-copy strong, .trust-copy strong, .profile-card h3, .stat-card h3, .settings-card h3, .media-card h3, .timeline-card h3, .achievement-card h3, .message-card h3{
  font-weight:var(--scv-type-card-title) !important;
  letter-spacing:var(--scv-type-card-spacing) !important;
}

/* Buttons and action links: clickable, but less thick. */
button, .btn, a.btn, [class~="btn"], .scv-footer-btn-v2, .hero-side-search-btn, .advanced-toggle, button[type="button"], button[type="submit"], input[type="button"], input[type="submit"]{
  font-weight:var(--scv-type-ui) !important;
  letter-spacing:0 !important;
}

/* Header/footer navigation. */
nav a, .scv-footer-links a, .scv-footer-col a, .scv-footer-col-v2 a, .footer-links a, .nav-links a, .mobile-menu a{
  font-weight:740 !important;
  letter-spacing:0 !important;
}

/* Labels, pills, chips, badges, tags, small UI text. */
label, .form-label, .field-label, .filter-control label, .sort-wrap label, .pill, .mini-pill, .badge, .chip, .tag, .status, .kicker, .path-kicker, .audience-kicker, .how-step, .preview-tag, .result-tag, .filter-chip, .live-pill, .sports-count-badge, .sports-feature-status, .launch-badge-under-banner, .scv-footer-chip, .scv-footer-chip-v2, [class*="badge"], [class*="chip"], [class*="pill"], [class*="tag"], [class*="kicker"]{
  font-weight:var(--scv-type-label) !important;
  letter-spacing:.003em !important;
}

/* Form controls and dropdowns: readable, not heavy. */
input, select, textarea, .field, .sort-select, .sport-selector-button, .sport-selector-option, .form-control, .input, .select{
  font-weight:650 !important;
  letter-spacing:0 !important;
}

/* Keep normal reading text natural; no copy/paragraph wording or weight change. */
p, li, small, .help-text, .helper-text, .description, .card-copy, .section-copy{
  letter-spacing:normal !important;
}


/* END youth-safety-parent-policy-inline-007.css */

/* BEGIN youth-safety-parent-policy-inline-008.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{
  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{
    margin-top:20px !important;
    padding-top:13px !important;
    font-size:11.8px !important;
  }
}


/* END youth-safety-parent-policy-inline-008.css */

/* BEGIN youth-safety-parent-policy-inline-009.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{
    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 youth-safety-parent-policy-inline-009.css */

/* BEGIN youth-safety-parent-policy-inline-010.css */

/* === SportCV footer typography softening v3: smaller, quieter footer navigation === */
.scv-global-footer.scv-footer-compact-v4 .scv-footer-col h3, .scv-global-footer .scv-footer-col h3{
  font-size:10.6px !important;
  line-height:1 !important;
  font-weight:800 !important;
  letter-spacing:.09em !important;
}
.scv-global-footer.scv-footer-compact-v4 .scv-footer-col a, .scv-global-footer .scv-footer-col a, .scv-global-footer .scv-footer-links a{
  font-size:12.55px !important;
  line-height:1.23 !important;
  font-weight:520 !important;
  letter-spacing:0 !important;
}
.scv-global-footer.scv-footer-compact-v4 .scv-footer-text, .scv-global-footer p{
  font-weight:540 !important;
}
.scv-global-footer.scv-footer-compact-v4 .scv-footer-chip{
  font-size:10.4px !important;
  font-weight:620 !important;
}
.scv-global-footer.scv-footer-compact-v4 .scv-footer-bottom, .scv-global-footer.scv-footer-compact-v4 .scv-footer-bottom p{
  font-weight:540 !important;
}
@media (max-width:640px){
  .scv-global-footer.scv-footer-compact-v4 .scv-footer-col h3, .scv-global-footer .scv-footer-col h3{
    font-size:10.3px !important;
    font-weight:780 !important;
  }
  .scv-global-footer.scv-footer-compact-v4 .scv-footer-col a, .scv-global-footer .scv-footer-col a, .scv-global-footer .scv-footer-links a{
    font-size:11.95px !important;
    line-height:1.21 !important;
    font-weight:500 !important;
  }
  .scv-global-footer.scv-footer-compact-v4 .scv-footer-text, .scv-global-footer p{
    font-weight:520 !important;
  }
  .scv-global-footer.scv-footer-compact-v4 .scv-footer-chip{
    font-size:10px !important;
    font-weight:600 !important;
  }
  .scv-global-footer.scv-footer-compact-v4 .scv-footer-bottom, .scv-global-footer.scv-footer-compact-v4 .scv-footer-bottom p{
    font-weight:520 !important;
  }
}


/* END youth-safety-parent-policy-inline-010.css */

/* BEGIN youth-safety-parent-policy-inline-011.css */

/* === SportCV v472 legal/info pages compact polish ===
   Keeps the full policy/terms/safety text, but makes the pages feel closer to the compact reference pages:
   smaller hero, tighter cards, shorter vertical gaps, cleaner desktop/mobile rhythm.
*/
@media (min-width:901px){
  main{
    padding:26px 0 42px !important;
  }

  .legal-hero, .hero{
    gap:18px !important;
    margin-bottom:18px !important;
    align-items:stretch !important;
  }

  .legal-hero{
    grid-template-columns:minmax(0,1fr) 312px !important;
  }

  .hero{
    grid-template-columns:minmax(0,1.03fr) minmax(300px,.76fr) !important;
  }

  .hero-card{
    border-radius:26px !important;
    padding:24px !important;
    min-height:0 !important;
    box-shadow:0 14px 34px rgba(16,42,91,.095) !important;
  }

  .hero-card:after{
    right:-120px !important;
    bottom:-160px !important;
    width:300px !important;
    height:300px !important;
  }

  .pill, .eyebrow{
    min-height:28px !important;
    padding:6px 10px !important;
    font-size:10.8px !important;
    line-height:1 !important;
  }

  .pill:before, .eyebrow:before{
    width:7px !important;
    height:7px !important;
  }

  h1, .hero-card h1{
    margin:12px 0 8px !important;
    font-size:clamp(32px,3.3vw,46px) !important;
    line-height:.98 !important;
    letter-spacing:-.055em !important;
  }

  .hero-card p{
    max-width:760px !important;
    font-size:14px !important;
    line-height:1.48 !important;
    font-weight:620 !important;
  }

  .hero-actions{
    margin-top:15px !important;
    gap:8px !important;
  }

  .btn{
    min-height:38px !important;
    padding:9px 14px !important;
    font-size:12.5px !important;
  }

  .summary-card{
    border-radius:26px !important;
    padding:18px !important;
    gap:10px !important;
    box-shadow:0 12px 28px rgba(16,42,91,.07) !important;
  }

  .summary-card h2{
    font-size:20px !important;
    line-height:1.06 !important;
    margin:0 !important;
  }

  .summary-list, .safety-list{
    gap:8px !important;
  }

  .summary-list li, .safety-item{
    padding:10px 12px !important;
    border-radius:15px !important;
    font-size:12.5px !important;
    line-height:1.36 !important;
  }

  .safety-item{
    grid-template-columns:24px 1fr !important;
    gap:9px !important;
  }

  .check{
    width:22px !important;
    height:22px !important;
    font-size:12px !important;
  }

  .safety-item strong{
    font-size:13px !important;
    margin-bottom:1px !important;
  }

  .safety-item span{
    font-size:12.2px !important;
    line-height:1.36 !important;
  }

  .legal-layout{
    grid-template-columns:252px minmax(0,1fr) !important;
    gap:18px !important;
  }

  .toc{
    top:104px !important;
    padding:14px !important;
    border-radius:22px !important;
    box-shadow:0 10px 24px rgba(16,42,91,.06) !important;
  }

  .toc h2{
    margin-bottom:8px !important;
    font-size:18px !important;
  }

  .toc a{
    padding:7px 9px !important;
    border-radius:12px !important;
    font-size:12.1px !important;
    line-height:1.18 !important;
  }

  .legal-card{
    padding:24px !important;
    border-radius:24px !important;
    box-shadow:0 14px 34px rgba(16,42,91,.085) !important;
  }

  .notice{
    margin-bottom:16px !important;
    padding:12px 14px !important;
    border-radius:18px !important;
    font-size:12.5px !important;
    line-height:1.45 !important;
  }

  .section{
    padding:16px 0 !important;
  }

  .section h2{
    margin-bottom:8px !important;
    font-size:21px !important;
    line-height:1.1 !important;
  }

  .section h3{
    margin:16px 0 6px !important;
    font-size:15.5px !important;
  }

  .section p, .section li{
    font-size:13.45px !important;
    line-height:1.55 !important;
    font-weight:610 !important;
  }

  .section p{
    margin-bottom:9px !important;
  }

  .section li{
    margin:6px 0 !important;
  }

  .section ul{
    margin-top:8px !important;
  }

  .callout{
    margin:12px 0 !important;
    padding:12px 14px !important;
    border-radius:18px !important;
    font-size:13px !important;
    line-height:1.46 !important;
  }

  .footer-note{
    margin-top:18px !important;
    padding:16px 18px !important;
    border-radius:20px !important;
  }

  .footer-note p{
    font-size:13px !important;
    line-height:1.45 !important;
  }

  .section-pad{
    padding:18px 0 !important;
  }

  .section-head{
    margin-bottom:14px !important;
  }

  .section-head h2{
    font-size:26px !important;
    line-height:1.08 !important;
    margin-bottom:6px !important;
  }

  .section-head p{
    max-width:680px !important;
    font-size:13.6px !important;
    line-height:1.46 !important;
  }

  .cards-grid{
    gap:12px !important;
  }

  .policy-card{
    padding:18px !important;
    border-radius:22px !important;
    box-shadow:0 10px 22px rgba(16,42,91,.045) !important;
  }

  .icon-box{
    width:40px !important;
    height:40px !important;
    border-radius:14px !important;
    margin-bottom:10px !important;
    font-size:18px !important;
  }

  .policy-card h3{
    margin-bottom:6px !important;
    font-size:17px !important;
  }

  .policy-card p{
    font-size:13px !important;
    line-height:1.5 !important;
  }

  .details-grid{
    gap:16px !important;
  }

  .details-card, .flow-card{
    padding:20px !important;
    border-radius:24px !important;
    box-shadow:0 12px 28px rgba(16,42,91,.075) !important;
  }

  .details-card h2, .flow-card h2{
    margin-bottom:10px !important;
    font-size:22px !important;
    line-height:1.08 !important;
  }

  .details-card p{
    margin-bottom:10px !important;
    font-size:13.4px !important;
    line-height:1.52 !important;
  }

  .rule-list{
    gap:8px !important;
    margin-top:10px !important;
  }

  .rule-list li{
    padding:10px 12px !important;
    border-radius:15px !important;
    font-size:13px !important;
    line-height:1.44 !important;
  }

  .flow{
    gap:9px !important;
  }

  .flow-step{
    grid-template-columns:36px 1fr !important;
    gap:10px !important;
    padding:11px !important;
    border-radius:16px !important;
  }

  .step-num{
    width:36px !important;
    height:36px !important;
    border-radius:13px !important;
  }

  .flow-step strong{
    font-size:13.5px !important;
  }

  .flow-step span{
    font-size:12.6px !important;
    line-height:1.42 !important;
  }

  .notice-banner{
    padding:22px !important;
    border-radius:24px !important;
  }

  .notice-banner h2{
    font-size:24px !important;
    margin-bottom:7px !important;
  }

  .notice-banner p{
    font-size:13.6px !important;
    line-height:1.5 !important;
  }

  .shield{
    width:82px !important;
    height:82px !important;
    border-radius:24px !important;
    font-size:34px !important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  .legal-layout{
    grid-template-columns:230px minmax(0,1fr) !important;
  }

  .legal-hero{
    grid-template-columns:minmax(0,1fr) 288px !important;
  }

  .hero{
    grid-template-columns:1fr !important;
  }
}

@media (max-width:900px){
  main{
    padding:18px 0 34px !important;
  }

  .legal-hero, .hero{
    gap:12px !important;
    margin-bottom:14px !important;
  }

  .hero-card, .summary-card, .legal-card, .details-card, .flow-card, .policy-card{
    border-radius:22px !important;
  }

  .hero-card{
    padding:18px !important;
  }

  h1, .hero-card h1{
    margin:10px 0 7px !important;
    font-size:clamp(28px,8vw,38px) !important;
    line-height:1.02 !important;
  }

  .hero-card p{
    font-size:13px !important;
    line-height:1.45 !important;
  }

  .pill, .eyebrow{
    padding:6px 9px !important;
    font-size:10.5px !important;
  }

  .hero-actions{
    margin-top:12px !important;
  }

  .summary-card{
    padding:15px !important;
    gap:8px !important;
  }

  .summary-card h2{
    font-size:19px !important;
  }

  .summary-list li, .safety-item{
    padding:9px 10px !important;
    border-radius:14px !important;
    font-size:12px !important;
  }

  .legal-card{
    padding:18px !important;
  }

  .toc{
    padding:14px !important;
    border-radius:20px !important;
  }

  .toc h2{
    font-size:18px !important;
    margin-bottom:8px !important;
  }

  .toc a{
    display:inline-flex !important;
    margin:0 5px 6px 0 !important;
    padding:7px 9px !important;
    font-size:12px !important;
  }

  .notice{
    margin-bottom:14px !important;
    padding:11px 13px !important;
    border-radius:16px !important;
    font-size:12.2px !important;
    line-height:1.42 !important;
  }

  .section{
    padding:14px 0 !important;
  }

  .section h2, .details-card h2, .flow-card h2{
    font-size:20px !important;
  }

  .section p, .section li, .details-card p, .rule-list li{
    font-size:12.9px !important;
    line-height:1.48 !important;
  }

  .section-pad{
    padding:14px 0 !important;
  }

  .section-head{
    text-align:left !important;
    margin-bottom:12px !important;
  }

  .section-head h2{
    font-size:22px !important;
  }

  .policy-card, .details-card, .flow-card{
    padding:16px !important;
  }

  .rule-list li{
    padding:9px 10px !important;
    border-radius:14px !important;
  }

  .flow-step{
    grid-template-columns:32px 1fr !important;
    padding:10px !important;
    gap:9px !important;
  }

  .step-num{
    width:32px !important;
    height:32px !important;
    border-radius:12px !important;
  }

  .notice-banner{
    display:none !important;
  }
}

@media (max-width:520px){
  main{
    padding-top:14px !important;
  }

  .container{
    width:min(100% - 18px,760px) !important;
  }

  .hero-card, .summary-card, .legal-card, .details-card, .flow-card, .policy-card{
    border-radius:20px !important;
  }

  .hero-card, .legal-card{
    padding:15px !important;
  }

  h1, .hero-card h1{
    font-size:28px !important;
  }

  .summary-card, .details-card, .flow-card, .policy-card{
    padding:14px !important;
  }

  .cards-grid, .details-grid{
    gap:10px !important;
  }
}


/* END youth-safety-parent-policy-inline-011.css */

/* BEGIN youth-safety-parent-policy-inline-012.css */

/* === SportCV v502 cross-page premium typography ===
   CSS-only polish. Keeps page structure, content, icons, filters, forms, and scripts unchanged.
   Goal: match the quieter premium direction accepted on countries-list and sports-roles.
*/
html, body{
  -webkit-font-smoothing:antialiased !important;
  text-rendering:optimizeLegibility !important;
}

/* Main page headlines: strong but less heavy/cartoonish. */
:where(
  h1,
  .hero h1,
  .hero-card h1,
  .left h1,
  .page-head h1,
  .topline h2,
  .support-form-head h2,
  .final-cta h2
){
  font-weight:760 !important;
  letter-spacing:-.044em !important;
}

/* Section headings and card headings. */
:where(
  h2,
  .section-head h2,
  .section-title h2,
  .compare-head h2,
  .filter-title h2,
  .results-toolbar h2,
  .summary-card h2,
  .details-card h2,
  .flow-card h2,
  .large-card h2,
  .mission-card h2,
  .emotion-card h2,
  .safety-banner h2,
  .future-banner h2,
  .notice-banner h2
){
  font-weight:720 !important;
  letter-spacing:-.030em !important;
}
:where(
  h3,
  .info-card h3,
  .policy-card h3,
  .plan-card h3,
  .faq-item h3,
  .support-option h3,
  .requester-invite-title,
  .featured-name,
  .result-name,
  .athlete-name,
  .preview-card h3,
  .journey-point strong,
  .feature-row strong,
  .safety-item strong,
  .flow-step strong
){
  font-weight:710 !important;
  letter-spacing:-.016em !important;
}

/* Hero/body copy: readable and calm. */
:where(
  .hero-subtitle,
  .hero-card p,
  .lead,
  .section-head p,
  .support-form-head p,
  .info-card p,
  .policy-card p,
  .faq-item p,
  .summary,
  .large-card p,
  .mission-card p,
  .emotion-card p,
  .details-card p,
  .flow-step span,
  .safety-item span,
  .support-option p,
  .requester-invite-text,
  .feature-row span
){
  font-weight:560 !important;
  letter-spacing:0 !important;
}

/* Pills, chips, tags, badges: quieter directory/product feel. */
:where(
  .pill,
  .eyebrow,
  .chip,
  .tag,
  .filter-chip,
  .preview-tag,
  .live-pill,
  .requester-pill,
  .plan-icon,
  .notice-icon,
  .check,
  .mini-check,
  .step-num,
  .icon-box,
  .support-icon,
  .empty-icon,
  .plan-card.featured:before,
  .sports-count-badge,
  .launch-badge-under-banner
){
  font-weight:680 !important;
  letter-spacing:0 !important;
}
:where(.pill,.eyebrow,.chip,.tag,.filter-chip,.preview-tag,.requester-pill){
  box-shadow:none !important;
}
:where(.chip,.tag,.filter-chip,.preview-tag,.requester-pill){
  background:#FFFFFF !important;
  border-color:#E1EAF5 !important;
  color:#344763 !important;
}
:where(.chip:hover,.tag:hover,.filter-chip:hover,.preview-tag:hover,.requester-pill:hover){
  background:#F7FAFE !important;
  border-color:#CFE0F4 !important;
  color:#17345C !important;
}
:where(.tag.green,.live-pill,.btn-green,.requester-pill.green){
  background:#F4FBF7 !important;
  border-color:#D7F0DE !important;
  color:#2B6C42 !important;
}
:where(.tag.amber,.requester-pill.amber,.soon){
  background:#FFF8EF !important;
  border-color:#F8DFBE !important;
  color:#9A5A17 !important;
}
:where(.tag.red,.btn-danger,.danger){
  background:#FFF6F6 !important;
  border-color:#F3D1D1 !important;
  color:#9B2930 !important;
}

/* Buttons and navigation: still clickable, less thick. */




/* Forms and filters: lighter field text, better premium feel. */
:where(label,.field label,.filter-control label,.field-group label,.sort-wrap label){
  font-weight:660 !important;
  letter-spacing:.045em !important;
  color:#60718A !important;
}
:where(input,select,textarea,.input,.field,.select,.textarea,.sort-select,.sport-selector-button,.sport-selector-option){
  font-weight:590 !important;
  letter-spacing:0 !important;
}
:where(input,textarea,.input,.field,.textarea)::placeholder{
  color:#7B8AA2 !important;
  font-weight:560 !important;
}

/* Card rows / benefits / notices: less blocky. */
:where(
  .benefit,
  .mission-item,
  .notice,
  .summary-list li,
  .feature-list li,
  .rule-list li,
  .support-status,
  .filter-note,
  .helper,
  .fineprint,
  .switch-note,
  .remember,
  .summary-row span:first-child,
  .compare-table td,
  .section p,
  .section li,
  .footer-note p
){
  font-weight:560 !important;
  letter-spacing:0 !important;
}
:where(.summary-row span:last-child,.fact strong,.price strong,.proof-item strong,.metric-number,.stat-number,.hero-stat,.match-score,.mini-stat strong,.value-item strong,.summary-card strong){
  font-weight:760 !important;
  letter-spacing:-.030em !important;
}
:where(.fact span,.mini-stat span,.proof-item span,.value-item span,.price span,.price-note,.plan-sub,.result-meta,.athlete-meta,.featured-meta,.featured-extra){
  font-weight:560 !important;
  letter-spacing:0 !important;
}

/* Search/result cards and small directory tags. */
:where(.result-tag,.result-facts,.fact,.match-top,.media-thumb,.save-check){
  font-weight:580 !important;
}
:where(.result-tag){
  background:#FFFFFF !important;
  border-color:#E1EAF5 !important;
  color:#344763 !important;
  box-shadow:none !important;
}

/* Pricing and legal details. */
:where(.compare-table th,.toc h2,.scv-footer-col h3){
  font-weight:700 !important;
  letter-spacing:.055em !important;
}
:where(.section strong,.rule-list b,.info-card strong){
  font-weight:680 !important;
}

@media (max-width:640px){
  :where(h1,.hero h1,.hero-card h1,.left h1,.page-head h1){
    letter-spacing:-.036em !important;
  }
  :where(.pill,.eyebrow,.chip,.tag,.filter-chip,.preview-tag,.requester-pill){
    font-weight:640 !important;
  }
}


/* END youth-safety-parent-policy-inline-012.css */

/* BEGIN youth-safety-parent-policy-inline-013.css */

/* === SportCV footer-only premium typography polish v503 ===
   CSS-only: keeps the accepted footer structure/layout, softens footer type,
   chips, hover states, and mobile footer readability across public pages. */
.scv-global-footer, .scv-global-footer.scv-footer-compact-v4{
  -webkit-font-smoothing:antialiased !important;
  text-rendering:optimizeLegibility !important;
}

/* Brand text: professional, readable, not heavy. */
.scv-global-footer .scv-footer-text, .scv-global-footer.scv-footer-compact-v4 .scv-footer-text, .scv-global-footer p{
  color:#B6C9E7 !important;
  font-size:13.35px !important;
  line-height:1.52 !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
}

/* Column headings: still clear, but less loud. */
.scv-global-footer .scv-footer-col h3, .scv-global-footer.scv-footer-compact-v4 .scv-footer-col h3{
  color:#F2F7FF !important;
  font-size:10.35px !important;
  line-height:1 !important;
  font-weight:720 !important;
  letter-spacing:.078em !important;
  text-transform:uppercase !important;
  opacity:.88 !important;
}

/* Footer links: premium quiet navigation instead of bold buttons. */
.scv-global-footer .scv-footer-col a, .scv-global-footer.scv-footer-compact-v4 .scv-footer-col a, .scv-global-footer .scv-footer-links a{
  color:#B9CBE7 !important;
  font-size:12.45px !important;
  line-height:1.25 !important;
  font-weight:480 !important;
  letter-spacing:0 !important;
  text-decoration:none !important;
  text-underline-offset:3px !important;
}
.scv-global-footer .scv-footer-col a:hover, .scv-global-footer.scv-footer-compact-v4 .scv-footer-col a:hover, .scv-global-footer .scv-footer-links a:hover{
  color:#FFFFFF !important;
  background:transparent !important;
  text-decoration:underline !important;
  transform:translateX(1px) !important;
}

/* Trust chips: softer, smaller, less badge-like. */
.scv-global-footer .scv-footer-chips, .scv-global-footer.scv-footer-compact-v4 .scv-footer-chips{
  gap:6px !important;
}
.scv-global-footer .scv-footer-chip, .scv-global-footer.scv-footer-compact-v4 .scv-footer-chip, .scv-global-footer .scv-footer-chip-v2, .scv-global-footer.scv-footer-compact-v4 .scv-footer-chip-v2{
  min-height:24px !important;
  padding:5px 8px !important;
  border-radius:999px !important;
  border-color:rgba(176,203,240,.16) !important;
  background:rgba(255,255,255,.045) !important;
  color:#D8E6FA !important;
  font-size:10.05px !important;
  line-height:1 !important;
  font-weight:540 !important;
  letter-spacing:0 !important;
}
.scv-global-footer .scv-footer-chip:before, .scv-global-footer.scv-footer-compact-v4 .scv-footer-chip:before, .scv-global-footer .scv-footer-chip-v2:before, .scv-global-footer.scv-footer-compact-v4 .scv-footer-chip-v2:before{
  width:5px !important;
  height:5px !important;
  box-shadow:0 0 0 2px rgba(34,197,94,.10) !important;
  opacity:.9 !important;
}

/* Bottom line: quieter legal/copyright line. */
.scv-global-footer .scv-footer-bottom, .scv-global-footer.scv-footer-compact-v4 .scv-footer-bottom, .scv-global-footer .scv-footer-bottom p, .scv-global-footer.scv-footer-compact-v4 .scv-footer-bottom p{
  color:#8DA7CD !important;
  font-size:11.55px !important;
  line-height:1.35 !important;
  font-weight:480 !important;
  letter-spacing:0 !important;
}

/* Small spacing refinement only; no column/layout rebuild. */
.scv-global-footer.scv-footer-compact-v4 .scv-footer-logo, .scv-global-footer .scv-footer-logo{
  margin-bottom:10px !important;
}
.scv-global-footer.scv-footer-compact-v4 .scv-footer-col a, .scv-global-footer .scv-footer-col a{
  margin-bottom:7px !important;
}

@media (max-width:640px){
  .scv-global-footer .scv-footer-text, .scv-global-footer.scv-footer-compact-v4 .scv-footer-text, .scv-global-footer p{
    font-size:12.7px !important;
    line-height:1.48 !important;
    font-weight:480 !important;
  }
  .scv-global-footer .scv-footer-col h3, .scv-global-footer.scv-footer-compact-v4 .scv-footer-col h3{
    font-size:10.1px !important;
    font-weight:700 !important;
    letter-spacing:.075em !important;
  }
  .scv-global-footer .scv-footer-col a, .scv-global-footer.scv-footer-compact-v4 .scv-footer-col a, .scv-global-footer .scv-footer-links a{
    font-size:11.8px !important;
    line-height:1.23 !important;
    font-weight:470 !important;
  }
  .scv-global-footer .scv-footer-chip, .scv-global-footer.scv-footer-compact-v4 .scv-footer-chip, .scv-global-footer .scv-footer-chip-v2, .scv-global-footer.scv-footer-compact-v4 .scv-footer-chip-v2{
    font-size:9.85px !important;
    min-height:23px !important;
    padding:5px 7px !important;
  }
  .scv-global-footer .scv-footer-bottom, .scv-global-footer.scv-footer-compact-v4 .scv-footer-bottom, .scv-global-footer .scv-footer-bottom p, .scv-global-footer.scv-footer-compact-v4 .scv-footer-bottom p{
    font-size:11.35px !important;
    font-weight:470 !important;
  }
}


/* END youth-safety-parent-policy-inline-013.css */
