:root {
  --rx-deep-navy: #071426;
  --rx-navy: #0b1f3a;
  --rx-navy-2: #102b4f;
  --rx-blue: #2f6fd6;
  --rx-light-blue: #83b9f4;
  --rx-pale-blue: #dceeff;
  --rx-ice: #eef6ff;
  --rx-off-white: #f7f9fc;
  --rx-white: #ffffff;
  --rx-text: #10233f;
  --rx-muted: #61748a;
  --rx-border: #c8dcf2;
  --rx-success: #16846b;
  --rx-warning: #9b6b16;
  --rx-danger: #ad3550;
  --shadow-sm: 0 8px 24px rgba(7, 20, 38, 0.08);
  --shadow-md: 0 18px 45px rgba(7, 20, 38, 0.12);
  --shadow-lg: 0 28px 80px rgba(7, 20, 38, 0.20);
  --radius: 18px;
  --radius-sm: 12px;
}

/* Recruiting tools hub */
.tool-jumpbar { display:flex; flex-wrap:wrap; gap:10px; margin:0 0 22px; padding:10px; border:1px solid var(--rx-border); border-radius:16px; background:rgba(255,255,255,.82); box-shadow:var(--shadow-sm); position:sticky; top:92px; z-index:5; backdrop-filter:blur(14px); }
.tool-jumpbar a { color:var(--rx-navy); text-decoration:none; font-weight:800; font-size:.84rem; padding:10px 14px; border-radius:10px; }
.tool-jumpbar a:hover { background:var(--rx-pale-blue); color:var(--rx-blue); }
.tool-section { scroll-margin-top:160px; margin-bottom:24px; padding:24px; border:1px solid var(--rx-border); border-radius:22px; background:linear-gradient(145deg,#fff,var(--rx-off-white)); box-shadow:var(--shadow-sm); }
.tool-count,.template-tag { color:var(--rx-blue); background:var(--rx-pale-blue); border-radius:999px; padding:7px 10px; font-weight:900; font-size:.7rem; letter-spacing:.07em; }
.template-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.template-card { border:1px solid var(--rx-border); background:#fff; border-radius:18px; padding:20px; box-shadow:0 10px 30px rgba(11,31,58,.07); }
.template-card-top { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.template-card h3 { margin:16px 0 9px; }
.template-card p { white-space:pre-line; color:var(--rx-muted); font-size:.88rem; line-height:1.65; max-height:230px; overflow:auto; padding-right:8px; }
.copy-button { border:1px solid var(--rx-light-blue); border-radius:9px; background:#fff; color:var(--rx-navy); font-weight:850; padding:8px 12px; cursor:pointer; }
.copy-button:hover { background:var(--rx-navy); color:#fff; }
.tools-two-column { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-bottom:20px; }
.tool-panel { scroll-margin-top:160px; }
.response-list details { border-top:1px solid var(--rx-border); padding:15px 2px; }
.response-list summary { color:var(--rx-navy); font-weight:850; cursor:pointer; }
.response-list details p { margin:10px 0 0; color:var(--rx-muted); line-height:1.55; }
.call-checklist { display:grid; gap:10px; margin-bottom:18px; }
.call-checklist label { display:flex; gap:11px; align-items:flex-start; padding:12px; border-radius:12px; background:var(--rx-off-white); color:var(--rx-navy); font-weight:700; line-height:1.4; }
.call-checklist input { margin-top:3px; accent-color:var(--rx-blue); }
.follow-up-panel { scroll-margin-top:160px; display:grid; grid-template-columns:280px 1fr; align-items:center; gap:24px; margin-bottom:30px; }
.cadence-steps { display:flex; align-items:center; justify-content:space-between; gap:10px; }
.cadence-steps span { text-align:center; min-width:105px; }
.cadence-steps strong,.cadence-steps small { display:block; }
.cadence-steps strong { color:var(--rx-blue); margin-bottom:4px; }
.cadence-steps small { color:var(--rx-muted); }
.cadence-steps i { height:2px; flex:1; background:linear-gradient(90deg,var(--rx-light-blue),var(--rx-blue)); }
@media (max-width: 860px) { .template-grid,.tools-two-column,.follow-up-panel { grid-template-columns:1fr; } .cadence-steps { align-items:stretch; flex-direction:column; } .cadence-steps i { width:2px; height:22px; flex:none; align-self:center; } .tool-jumpbar { position:static; } }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--rx-text);
  background: var(--rx-off-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
svg { width: 1.15em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hidden { display: none !important; }

.eyebrow, .kicker {
  margin: 0;
  color: var(--rx-blue);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.kicker { color: var(--rx-light-blue); }
.muted { color: var(--rx-muted); }
.positive { color: var(--rx-success); font-weight: 800; }

.brand-lockup { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 52px;
  border-radius: 15px;
  color: white;
  background:
    linear-gradient(145deg, rgba(255,255,255,.14), transparent 42%),
    linear-gradient(135deg, var(--rx-navy), var(--rx-blue));
  border: 1px solid rgba(131,185,244,.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 14px 32px rgba(7,20,38,.28);
  font-size: 1.55rem;
  font-weight: 950;
  font-style: italic;
  letter-spacing: -0.13em;
}
.brand-mark span:last-child { color: var(--rx-light-blue); }
.brand-mark.small { width: 50px; height: 40px; border-radius: 11px; font-size: 1.1rem; }
.brand-lockup h1, .brand-lockup strong { margin: 3px 0 0; }
.brand-lockup .eyebrow { color: var(--rx-light-blue); }

.login-shell {
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 1.15fr) minmax(440px, .85fr);
  background: var(--rx-white);
}
.login-brand {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(36px, 5vw, 76px);
  color: white;
  background:
    radial-gradient(circle at 80% 15%, rgba(131,185,244,.24), transparent 28%),
    radial-gradient(circle at 16% 85%, rgba(47,111,214,.30), transparent 38%),
    linear-gradient(145deg, var(--rx-deep-navy), var(--rx-navy) 58%, #123865);
}
.login-brand > * { position: relative; z-index: 3; }
.login-copy { max-width: 780px; padding: 80px 0; }
.login-copy h2 {
  max-width: 820px;
  margin: 18px 0 24px;
  font-size: clamp(2.35rem, 5vw, 5.15rem);
  line-height: .98;
  letter-spacing: -0.055em;
}
.login-copy p:last-child { max-width: 680px; color: #d7e7f9; font-size: 1.1rem; line-height: 1.72; }
.login-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.login-proof-grid article {
  min-height: 132px;
  padding: 22px;
  border: 1px solid rgba(131,185,244,.23);
  border-radius: 15px;
  background: rgba(255,255,255,.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}
.login-proof-grid strong, .login-proof-grid span { display: block; }
.login-proof-grid span { margin-top: 8px; color: #bdd2e9; font-size: .9rem; line-height: 1.45; }
.login-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(131,185,244,.22);
  border-radius: 50%;
  transform: rotate(-18deg);
}
.login-orbit::before, .login-orbit::after {
  content: "";
  position: absolute;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--rx-light-blue);
  box-shadow: 0 0 24px var(--rx-light-blue);
}
.login-orbit-one { width: 680px; height: 260px; right: -300px; top: 160px; }
.login-orbit-one::before { left: 12%; top: 12%; }
.login-orbit-two { width: 480px; height: 180px; left: -170px; bottom: 60px; }
.login-orbit-two::after { right: 18%; bottom: 9%; }
.login-glow {
  position: absolute; z-index: 0;
  width: 480px; height: 480px; border-radius: 50%;
  right: -200px; bottom: -180px;
  background: rgba(131,185,244,.14);
  filter: blur(60px);
}
.login-panel { display: grid; place-items: center; padding: 44px; background: linear-gradient(180deg, #fff, var(--rx-ice)); }
.login-card { width: min(100%, 480px); padding: 44px; border: 1px solid var(--rx-border); border-radius: 24px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-lg); }
.login-card h2 { margin: 9px 0 6px; font-size: 2rem; letter-spacing: -.035em; }
.login-card > label { display: block; margin: 25px 0 8px; font-size: .86rem; font-weight: 800; }
input, select {
  min-height: 46px;
  width: 100%;
  border: 1px solid var(--rx-border);
  border-radius: 10px;
  color: var(--rx-text);
  background: white;
  outline: none;
  padding: 0 13px;
  transition: border .18s ease, box-shadow .18s ease;
}
input:focus, select:focus { border-color: var(--rx-blue); box-shadow: 0 0 0 4px rgba(47,111,214,.12); }
.password-row { position: relative; }
.password-row input { padding-right: 46px; }
.icon-button {
  position: absolute; top: 50%; right: 7px; transform: translateY(-50%);
  display: grid; place-items: center; width: 35px; height: 35px;
  border: 0; border-radius: 8px; color: var(--rx-muted); background: transparent;
}
.login-options { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 18px 0 24px; }
.check-row { display: flex; align-items: center; gap: 8px; font-size: .86rem; }
.check-row input { width: 16px; height: 16px; min-height: auto; accent-color: var(--rx-blue); }
.text-button { padding: 0; border: 0; color: var(--rx-blue); background: transparent; font-weight: 800; }
.primary-button, .secondary-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 46px; border-radius: 10px; padding: 0 18px;
  border: 1px solid var(--rx-blue); font-weight: 850;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.primary-button { color: white; background: linear-gradient(135deg, var(--rx-blue), #1d56af); box-shadow: 0 12px 26px rgba(47,111,214,.24); }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 17px 34px rgba(47,111,214,.30); }
.secondary-button { color: var(--rx-navy); background: white; border-color: var(--rx-border); }
.secondary-button:hover { border-color: var(--rx-light-blue); background: var(--rx-ice); }
.full-width { width: 100%; }
.compact { min-height: 38px; padding: 0 13px; font-size: .82rem; }
.button-link { text-decoration: none; }
.security-note { margin: 20px 0 0; color: var(--rx-muted); font-size: .75rem; line-height: 1.5; }
.mobile-brand { display: none; margin-bottom: 28px; }

.app-shell { min-height: 100vh; background: var(--rx-off-white); }
.sidebar {
  position: fixed; inset: 0 auto 0 0; z-index: 50;
  display: flex; flex-direction: column;
  width: 272px; padding: 24px 18px;
  color: white;
  background:
    radial-gradient(circle at 25% 12%, rgba(131,185,244,.13), transparent 24%),
    linear-gradient(180deg, var(--rx-deep-navy), #081a30 62%, #06111f);
  border-right: 1px solid rgba(131,185,244,.18);
  transition: transform .25s ease;
}
.sidebar-brand { padding: 0 8px 26px; border-bottom: 1px solid rgba(131,185,244,.15); }
.sidebar-nav { display: grid; gap: 5px; padding: 23px 0; }
.nav-item {
  display: flex; align-items: center; gap: 12px; width: 100%;
  min-height: 46px; padding: 0 13px; border: 0; border-radius: 11px;
  color: #bcd0e5; background: transparent; text-align: left; font-weight: 720;
}
.nav-item:hover, .nav-item.active { color: white; background: linear-gradient(90deg, rgba(47,111,214,.28), rgba(131,185,244,.08)); }
.nav-item.active { box-shadow: inset 3px 0 0 var(--rx-light-blue); }
.nav-icon { display: grid; place-items: center; width: 23px; color: var(--rx-light-blue); font-size: 1.05rem; }
.nav-badge { margin-left: auto; min-width: 23px; padding: 3px 6px; border-radius: 999px; color: var(--rx-deep-navy); background: var(--rx-light-blue); text-align: center; font-size: .68rem; font-weight: 900; }
.sidebar-progress { margin-top: auto; padding: 16px; border: 1px solid rgba(131,185,244,.19); border-radius: 13px; background: rgba(255,255,255,.045); }
.sidebar-progress-top { display: flex; justify-content: space-between; font-size: .8rem; }
.progress-track { height: 7px; margin: 10px 0; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.09); }
.progress-track span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--rx-blue), var(--rx-light-blue)); }
.sidebar-progress p { margin: 0; color: #92abc5; font-size: .72rem; line-height: 1.45; }
.logout-button { margin-top: 12px; }

.app-main { min-height: 100vh; margin-left: 272px; }
.topbar {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; gap: 22px;
  min-height: 82px; padding: 13px clamp(20px, 3.2vw, 48px);
  background: rgba(247,249,252,.88);
  border-bottom: 1px solid rgba(175,201,232,.72);
  backdrop-filter: blur(18px);
}
.topbar h1 { margin: 2px 0 0; font-size: 1.45rem; letter-spacing: -.03em; }
.topbar-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--rx-success); }
.notification-button {
  position: relative; display: grid; place-items: center; width: 42px; height: 42px;
  border: 1px solid var(--rx-border); border-radius: 11px; color: var(--rx-navy); background: white;
}
.notification-button span {
  position: absolute; top: -6px; right: -5px; display: grid; place-items: center;
  min-width: 20px; height: 20px; padding: 0 5px; border: 2px solid var(--rx-off-white);
  border-radius: 999px; color: white; background: var(--rx-blue); font-size: .64rem; font-weight: 900;
}
.athlete-chip {
  display: flex; align-items: center; gap: 10px; min-height: 48px;
  padding: 5px 10px 5px 6px; border: 1px solid var(--rx-border); border-radius: 13px; background: white;
}
.avatar { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; color: white; background: linear-gradient(135deg, var(--rx-navy), var(--rx-blue)); font-weight: 900; }
.athlete-chip-copy { display: grid; text-align: left; }
.athlete-chip-copy small { color: var(--rx-muted); font-size: .68rem; }
.menu-button { display: none; width: 40px; height: 40px; padding: 9px; border: 0; border-radius: 9px; background: white; }
.menu-button span { display: block; height: 2px; margin: 4px 0; background: var(--rx-navy); }

.demo-banner {
  margin: 18px clamp(20px, 3.2vw, 48px) 0;
  padding: 11px 15px; border: 1px solid rgba(47,111,214,.18); border-radius: 10px;
  color: #35506c; background: var(--rx-ice); font-size: .78rem;
}
.page { display: none; padding: 30px clamp(20px, 3.2vw, 48px) 56px; animation: pageIn .3s ease; }
.page.active { display: block; }
@keyframes pageIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }

.welcome-row, .page-heading {
  display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 26px;
}
.welcome-row h2, .page-heading h2 { margin: 8px 0; font-size: clamp(1.9rem, 3.2vw, 3.15rem); letter-spacing: -.055em; line-height: 1.02; }
.welcome-row p:last-child, .page-heading p:last-child { max-width: 700px; margin: 0; color: var(--rx-muted); line-height: 1.55; }

.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 15px; margin-bottom: 18px; }
.metric-card, .panel, .resource-card, .school-card {
  position: relative; overflow: hidden;
  border: 1px solid var(--rx-border); border-radius: var(--radius); background: white; box-shadow: var(--shadow-sm);
}
.metric-card { min-height: 148px; padding: 21px; }
.metric-card::after {
  content: ""; position: absolute; width: 110px; height: 110px; border-radius: 50%;
  right: -55px; bottom: -70px; background: rgba(131,185,244,.14);
}
.metric-top { display: flex; justify-content: space-between; gap: 10px; color: var(--rx-muted); font-size: .79rem; font-weight: 750; }
.metric-icon { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 9px; color: var(--rx-blue); background: var(--rx-ice); }
.metric-card > strong { display: block; margin: 12px 0 5px; color: var(--rx-navy); font-size: 2.15rem; letter-spacing: -.05em; }
.metric-card small { color: var(--rx-muted); }
.highlight-card { color: white; background: linear-gradient(145deg, var(--rx-navy), var(--rx-navy-2)); border-color: rgba(131,185,244,.35); }
.highlight-card .metric-top, .highlight-card small { color: #c4d7ea; }
.highlight-card > strong { color: white; }
.highlight-card .metric-icon { color: var(--rx-deep-navy); background: var(--rx-light-blue); }

.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .75fr); gap: 18px; }
.panel { padding: 22px; }
.panel-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.panel-header h3, .panel h3 { margin: 5px 0 0; font-size: 1.14rem; letter-spacing: -.025em; }
.panel-header select { width: auto; min-height: 38px; }
.chart-legend { display: flex; gap: 16px; color: var(--rx-muted); font-size: .72rem; }
.chart-legend span { display: flex; align-items: center; gap: 6px; }
.chart-legend i { width: 8px; height: 8px; border-radius: 50%; }
.legend-sent { background: var(--rx-navy); } .legend-open { background: var(--rx-blue); } .legend-reply { background: var(--rx-light-blue); }
.bar-chart {
  display: flex; align-items: end; gap: clamp(12px, 3vw, 32px);
  height: 250px; margin-top: 16px; padding: 20px 8px 0;
  border-bottom: 1px solid var(--rx-border);
  background: repeating-linear-gradient(to top, transparent 0 49px, rgba(175,201,232,.28) 49px 50px);
}
.chart-column { position: relative; display: flex; align-items: end; justify-content: center; gap: 4px; flex: 1; height: 100%; }
.chart-column .bar { width: min(16px, 28%); border-radius: 5px 5px 0 0; }
.bar.sent { background: var(--rx-navy); }.bar.open { background: var(--rx-blue); }.bar.reply { background: var(--rx-light-blue); }
.chart-column small { position: absolute; bottom: -25px; color: var(--rx-muted); font-size: .67rem; }
.readiness-body { display: flex; align-items: center; gap: 23px; padding: 10px 0 23px; }
.readiness-ring {
  --value: 82;
  position: relative; flex: 0 0 auto; display: grid; place-items: center;
  width: 125px; height: 125px; border-radius: 50%;
  background: conic-gradient(var(--rx-blue) calc(var(--value) * 1%), var(--rx-pale-blue) 0);
}
.readiness-ring::after { content: ""; position: absolute; inset: 12px; border-radius: inherit; background: white; }
.readiness-ring span { position: relative; z-index: 1; display: grid; text-align: center; }
.readiness-ring strong { font-size: 1.7rem; }.readiness-ring small { color: var(--rx-muted); }
.readiness-list { display: grid; gap: 8px; color: var(--rx-muted); font-size: .76rem; }
.readiness-list p { margin: 0; padding-left: 19px; position: relative; }
.readiness-list p::before { content: "○"; position: absolute; left: 0; color: var(--rx-border); }
.readiness-list p.complete::before { content: "✓"; color: var(--rx-success); font-weight: 900; }
.action-list { display: grid; }
.task-row {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px;
  padding: 14px 0; border-top: 1px solid #e6eef8;
}
.task-row:first-child { border-top: 0; }
.task-row input { width: 18px; height: 18px; min-height: auto; accent-color: var(--rx-blue); }
.task-row span:nth-child(2) { display: grid; gap: 3px; }
.task-row small { color: var(--rx-muted); }
.priority { padding: 4px 8px; border-radius: 999px; color: #6a4e19; background: #fff4d9; font-size: .65rem; font-weight: 900; }
.priority.high { color: #8d2940; background: #ffe8ed; }.priority.low { color: #176653; background: #e5f7f2; }
.school-list { display: grid; }
.school-list > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 13px 0; border-top: 1px solid #e6eef8; }
.school-list > div:first-child { border-top: 0; }
.school-list span:nth-child(2) { display: grid; gap: 3px; }
.school-list small { color: var(--rx-muted); }
.school-logo { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--rx-border); border-radius: 10px; color: var(--rx-navy); background: var(--rx-ice); font-size: .7rem; font-weight: 950; }
.stage { display: inline-flex; width: max-content; padding: 5px 8px; border-radius: 999px; font-size: .65rem; font-weight: 900; }
.stage.interested { color: #12634f; background: #e0f6ef; }.stage.call { color: #1d5aa5; background: #e3efff; }.stage.follow { color: #875b11; background: #fff2d4; }.stage.research { color: #576779; background: #eef2f6; }

.filter-row { display: flex; gap: 9px; }
.filter-row input { min-width: 260px; }
.filter-row select { min-width: 150px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: .82rem; }
th { color: var(--rx-muted); font-size: .68rem; letter-spacing: .06em; text-align: left; text-transform: uppercase; }
th, td { padding: 14px 12px; border-bottom: 1px solid #e4edf7; white-space: nowrap; }
td:first-child { display: grid; gap: 3px; white-space: normal; min-width: 180px; }
td small { color: var(--rx-muted); }
.engagement { color: var(--rx-blue); font-weight: 800; }

.training-summary { margin-bottom: 18px; }
.training-hero { color: white; background: radial-gradient(circle at 80% 10%, rgba(131,185,244,.18), transparent 33%), linear-gradient(135deg, var(--rx-deep-navy), var(--rx-navy-2)); border-color: rgba(131,185,244,.33); }
.training-hero h3 { font-size: 1.55rem; }
.training-hero p { color: #c8d9e9; }
.training-stat-strip { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 25px; border-top: 1px solid rgba(131,185,244,.22); }
.training-stat-strip span { display: grid; gap: 3px; padding: 20px 18px 4px; border-left: 1px solid rgba(131,185,244,.16); }
.training-stat-strip span:first-child { border-left: 0; }.training-stat-strip strong { font-size: 1.35rem; }.training-stat-strip small { color: #a9c0d6; }
.verification-panel { margin-bottom: 18px; overflow: hidden; }
.verification-summary { display: inline-flex; align-items: baseline; gap: 5px; padding: 8px 11px; border-radius: 999px; color: var(--rx-navy); background: var(--rx-pale-blue); font-size: .76rem; font-weight: 750; }
.verification-summary strong { color: var(--rx-blue); font-size: 1rem; }
.verification-intro { max-width: 820px; margin: -4px 0 20px; color: var(--rx-muted); line-height: 1.55; }
.performance-queue { display: grid; gap: 12px; }
.performance-result { display: grid; grid-template-columns: minmax(260px,1.5fr) minmax(190px,1fr) auto; align-items: center; gap: 18px; padding: 16px; border: 1px solid var(--rx-border); border-radius: 15px; background: var(--rx-white); }
.performance-result.verified { border-color: rgba(22,132,107,.3); background: linear-gradient(90deg,rgba(22,132,107,.05),#fff 34%); }
.performance-result.candidate { border-color: rgba(47,111,214,.32); background: linear-gradient(90deg,rgba(220,238,255,.6),#fff 38%); }
.performance-result.pending { border-color: rgba(155,107,22,.26); background: linear-gradient(90deg,rgba(155,107,22,.05),#fff 38%); }
.result-event { display: flex; align-items: center; gap: 13px; }
.result-event h4,.verification-form h4 { margin: 3px 0 4px; color: var(--rx-navy); font-size: 1rem; }
.result-event small,.result-source small { color: var(--rx-muted); }
.result-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 42px; border-radius: 12px; color: var(--rx-white); background: linear-gradient(145deg,var(--rx-blue),var(--rx-navy)); font-size: .76rem; font-weight: 900; }
.result-source { display: grid; gap: 4px; color: var(--rx-muted); font-size: .76rem; }
.result-source a { color: var(--rx-blue); font-size: .82rem; font-weight: 800; }
.result-status { justify-self: end; border-radius: 999px; padding: 7px 10px; font-size: .72rem; font-weight: 850; }
.verified-status { color: var(--rx-success); background: rgba(22,132,107,.1); }
.pending-status { color: var(--rx-warning); background: rgba(155,107,22,.1); }
.verification-form { margin-top: 16px; padding: 20px; border: 1px solid rgba(47,111,214,.28); border-radius: 16px; background: var(--rx-ice); }
.verification-form-heading,.verification-actions { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.verification-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin: 17px 0; }
.verification-fields label { display: grid; gap: 7px; color: var(--rx-navy); font-size: .78rem; font-weight: 800; }
.verification-fields input { width: 100%; padding: 11px 12px; border: 1px solid var(--rx-border); border-radius: 10px; color: var(--rx-text); background: var(--rx-white); }
.verification-fields input:focus { outline: 2px solid rgba(47,111,214,.22); border-color: var(--rx-blue); }
.verification-attestation { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 17px; color: var(--rx-text); font-size: .82rem; line-height: 1.45; }
.verification-attestation input { margin-top: 3px; accent-color: var(--rx-blue); }
.verification-actions { padding-top: 16px; border-top: 1px solid var(--rx-border); }
.verification-actions > span { color: var(--rx-muted); font-size: .76rem; }
.source-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid var(--rx-border); border-radius: 999px; color: var(--rx-blue); background: var(--rx-white); font-size: .72rem; font-weight: 850; }
.source-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--rx-blue); box-shadow: 0 0 0 4px rgba(47,111,214,.1); }
.data-source-panel { margin-bottom: 18px; }
.source-flow { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px; border-radius: 14px; background: linear-gradient(90deg,var(--rx-ice),var(--rx-off-white)); }
.source-flow span { min-width: 115px; text-align: center; }
.source-flow strong,.source-flow small { display: block; }
.source-flow strong { width: 30px; height: 30px; display: grid; place-items: center; margin: 0 auto 7px; border-radius: 50%; color: var(--rx-white); background: var(--rx-blue); }
.source-flow small { color: var(--rx-navy); font-weight: 750; }
.source-flow i { height: 2px; flex: 1; background: linear-gradient(90deg,var(--rx-light-blue),var(--rx-blue)); }
.embed-panel iframe { width: 100%; min-height: 680px; border: 1px solid var(--rx-border); border-radius: 13px; background: var(--rx-ice); }
.embed-note { margin-bottom: 12px; padding: 12px; border-radius: 10px; color: #3f5872; background: var(--rx-ice); font-size: .76rem; }
.embed-note p { margin: 3px 0 0; }
.live-pill { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; border-radius: 999px; color: var(--rx-success); background: #e2f7f1; font-size: .7rem; font-weight: 850; }
.live-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--rx-success); }

.pipeline-board { display: grid; grid-template-columns: repeat(4, minmax(240px,1fr)); gap: 14px; overflow-x: auto; padding-bottom: 10px; }
.pipeline-column { min-width: 240px; padding: 12px; border: 1px solid var(--rx-border); border-radius: var(--radius); background: #ecf3fb; }
.pipeline-heading { display: flex; justify-content: space-between; padding: 7px 4px 15px; font-size: .8rem; font-weight: 900; }
.pipeline-heading strong { display: grid; place-items: center; min-width: 24px; height: 24px; border-radius: 7px; color: white; background: var(--rx-navy); }
.school-card { margin-bottom: 10px; padding: 16px; border-radius: 13px; box-shadow: none; }
.school-card.strong { border-color: var(--rx-light-blue); box-shadow: 0 8px 20px rgba(47,111,214,.10); }
.school-card h3 { margin: 9px 0 2px; }.school-card > p { margin: 0 0 15px; color: var(--rx-muted); font-size: .75rem; }
.school-card > div { display: flex; justify-content: space-between; gap: 8px; padding: 8px 0; border-top: 1px solid #e7eef7; font-size: .7rem; }
.fit-score { padding: 4px 7px; border-radius: 7px; color: var(--rx-blue); background: var(--rx-ice); font-size: .65rem; font-weight: 900; }

.task-page-grid { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(280px,.6fr); gap: 18px; }
.action-list.large .task-row { padding: 18px 0; }
.weekly-plan { align-self: start; color: white; background: linear-gradient(145deg, var(--rx-navy), var(--rx-navy-2)); border-color: rgba(131,185,244,.3); }
.weekly-plan > p:not(.eyebrow) { color: #c6d8e9; line-height: 1.6; }
.coach-note { margin: 26px 0; padding: 18px; border: 1px solid rgba(131,185,244,.22); border-radius: 13px; background: rgba(255,255,255,.05); }
.coach-note p { margin-bottom: 0; color: #d5e4f2; line-height: 1.55; }

.resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.resource-card { min-height: 250px; padding: 23px; transition: transform .2s ease, box-shadow .2s ease; }
.resource-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.resource-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 26px; border-radius: 15px; color: white; background: linear-gradient(135deg, var(--rx-navy), var(--rx-blue)); font-weight: 950; }
.resource-card h3 { margin: 7px 0 9px; font-size: 1.22rem; }.resource-card > p:not(.eyebrow) { min-height: 68px; color: var(--rx-muted); line-height: 1.5; }

.profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.profile-card { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: white; background: radial-gradient(circle at 80% 10%, rgba(131,185,244,.19), transparent 30%), linear-gradient(135deg, var(--rx-deep-navy), var(--rx-navy-2)); }
.profile-identity { display: flex; align-items: center; gap: 17px; }.profile-identity h3 { margin: 0 0 5px; font-size: 1.5rem; }.profile-identity p { margin: 0 0 9px; color: #c8d8e8; }
.large-avatar { width: 74px; height: 74px; border: 2px solid rgba(131,185,244,.55); border-radius: 18px; font-size: 1.35rem; }
.verified-pill { display: inline-flex; padding: 5px 8px; border-radius: 999px; color: #c9f5e9; background: rgba(22,132,107,.28); font-size: .68rem; font-weight: 850; }
.profile-stats { display: grid; grid-template-columns: repeat(4,auto); gap: 28px; }
.profile-stats span { display: grid; }.profile-stats strong { font-size: 1.4rem; }.profile-stats small { color: #a9c1d7; }
.profile-check { display: flex; align-items: center; gap: 12px; padding: 13px 0; border-top: 1px solid #e5edf6; }
.profile-check input { width: 17px; height: 17px; min-height: auto; accent-color: var(--rx-success); }
.profile-check span { display: grid; gap: 3px; }.profile-check small { color: var(--rx-muted); }
.form-card { grid-column: 1 / -1; }
.form-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.form-grid label { display: grid; gap: 7px; color: var(--rx-muted); font-size: .75rem; font-weight: 750; }

.toast {
  position: fixed; z-index: 100; right: 22px; bottom: 22px;
  max-width: min(380px, calc(100vw - 44px)); padding: 13px 16px;
  border: 1px solid rgba(131,185,244,.35); border-radius: 12px;
  color: white; background: var(--rx-navy); box-shadow: var(--shadow-lg);
  opacity: 0; transform: translateY(12px); pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.toast.show { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .metric-grid { grid-template-columns: repeat(2,1fr); }
  .resource-grid { grid-template-columns: repeat(2,1fr); }
  .profile-stats { gap: 16px; }
}
@media (max-width: 960px) {
  .login-shell { grid-template-columns: 1fr; }
  .login-brand { display: none; }
  .login-panel { min-height: 100vh; padding: 24px; }
  .mobile-brand { display: flex; }
  .sidebar { transform: translateX(-100%); box-shadow: var(--shadow-lg); }
  .sidebar.open { transform: translateX(0); }
  .app-main { margin-left: 0; }
  .menu-button { display: block; }
  .dashboard-grid, .task-page-grid { grid-template-columns: 1fr; }
  .pipeline-board { grid-template-columns: repeat(4, 270px); }
  .profile-card { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 700px) {
  .topbar { min-height: 72px; padding: 10px 16px; }
  .topbar-actions .secondary-button, .athlete-chip-copy, .athlete-chip > span:last-child { display: none; }
  .athlete-chip { padding: 4px; border: 0; background: transparent; }
  .demo-banner { margin: 12px 14px 0; }
  .page { padding: 23px 14px 40px; }
  .welcome-row, .page-heading { align-items: stretch; flex-direction: column; }
  .metric-grid { grid-template-columns: 1fr; }
  .resource-grid, .profile-grid { grid-template-columns: 1fr; }
  .profile-card, .form-card { grid-column: auto; }
  .form-grid { grid-template-columns: 1fr; }
  .training-stat-strip { grid-template-columns: repeat(2,1fr); }
  .performance-result { grid-template-columns: 1fr; }
  .result-status { justify-self: start; }
  .verification-fields { grid-template-columns: 1fr; }
  .verification-actions,.verification-form-heading { align-items: flex-start; flex-direction: column; }
  .source-flow { align-items: stretch; flex-direction: column; }
  .source-flow i { width: 2px; height: 18px; flex: none; align-self: center; }
  .filter-row { width: 100%; flex-direction: column; }
  .filter-row input, .filter-row select { min-width: 0; }
  .panel-header { align-items: flex-start; flex-direction: column; }
  .readiness-body { align-items: flex-start; flex-direction: column; }
  .profile-stats { width: 100%; grid-template-columns: repeat(2,1fr); }
  .embed-panel iframe { min-height: 520px; }
  .login-card { padding: 28px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
