
:root {
  --pf-bg:#f3f7fc;
  --pf-card:#ffffff;
  --pf-line:#d7e1ef;
  --pf-line-strong:#9fb7d6;
  --pf-text:#132238;
  --pf-muted:#64758c;
  --pf-blue:#123a70;
  --pf-blue-2:#1f5fa8;
  --pf-soft:#eaf3ff;
  --pf-gold:#d59a2f;
}
.npb-prospect-home, .prospect-body { color:var(--pf-text); }
/* top-page header alignment override: this stylesheet is loaded only when prospect UI is present */
.search-toolbar .farm-static-hero__copy { margin-left:32px !important; margin-right:auto !important; max-width:540px !important; }
.search-toolbar { justify-content:flex-start; gap:28px; }
.farm-home-grid .npb-prospect-home { grid-column:1 / -1; }
.npb-prospect-home { padding:20px; border:1px solid var(--pf-line); border-radius:22px; background:linear-gradient(135deg,#fff,#f4f9ff); box-shadow:0 12px 32px rgba(16,38,77,.06); }
.npb-prospect-home a, .prospect-body a { color:inherit; }
.prospect-home-head { display:flex; justify-content:space-between; gap:18px; align-items:flex-end; border-bottom:1px solid var(--pf-line); padding-bottom:14px; margin-bottom:16px; }
.prospect-eyebrow { margin:0 0 4px; color:var(--pf-blue-2); font-size:12px; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.prospect-home-head h2, .prospect-page-title h1, .prospect-player-title h1 { margin:0; color:var(--pf-blue); letter-spacing:-.03em; }
.prospect-home-head h2 { font-size:clamp(26px,3vw,38px); }
.prospect-home-head p { margin:8px 0 0; color:var(--pf-muted); line-height:1.7; }
.prospect-home-actions { display:flex; flex-wrap:wrap; gap:8px; justify-content:flex-end; }
.prospect-button, .prospect-mini-button { display:inline-flex; align-items:center; justify-content:center; min-height:38px; padding:8px 14px; border-radius:999px; border:1px solid var(--pf-line-strong); background:#fff; color:var(--pf-blue); text-decoration:none; font-weight:900; font-size:13px; white-space:nowrap; cursor:pointer; }
.prospect-button.primary, .prospect-mini-button.primary { background:#fff; color:var(--pf-blue); border-color:var(--pf-line-strong); }
.prospect-button.primary:hover, .prospect-mini-button.primary:hover { border-color:var(--pf-blue); box-shadow:0 8px 18px rgba(16,58,112,.08); }
.prospect-tab.is-active, .team-filter-button.is-active { background:var(--pf-blue); color:#fff; border-color:var(--pf-blue); }
.prospect-mini-button.report { background:#fff7e5; border-color:#ebcf8b; color:#7b5200; }
.prospect-home-search { margin:12px 0 18px; padding:14px; border:1px solid var(--pf-line); border-radius:18px; background:#fff; }
.prospect-home-search-title { margin:0 0 8px; color:var(--pf-blue); font-weight:950; font-size:16px; }
.prospect-search-grid { display:grid; grid-template-columns:minmax(220px,1.3fr) minmax(140px,.7fr) minmax(120px,.55fr) auto; gap:10px; align-items:center; }
.prospect-input, .prospect-select { width:100%; border:1px solid var(--pf-line); border-radius:12px; padding:10px 12px; background:#fff; color:var(--pf-text); font:inherit; }
.prospect-search-status { margin-top:8px; color:var(--pf-muted); font-size:12px; min-height:18px; }
.prospect-layout-grid { display:grid; grid-template-columns:minmax(0,1fr); gap:16px; }
.prospect-section-card { padding:16px; border:1px solid var(--pf-line); border-radius:20px; background:#fff; }
.prospect-section-head { display:flex; justify-content:space-between; gap:12px; align-items:flex-end; border-bottom:1px solid var(--pf-line); padding-bottom:10px; margin-bottom:12px; }
.prospect-section-head h3, .prospect-section-head h2 { margin:0; color:var(--pf-blue); font-size:22px; }
.prospect-section-head p { margin:4px 0 0; color:var(--pf-muted); font-size:13px; line-height:1.6; }
.prospect-table-wrap { overflow:auto; border:1px solid var(--pf-line); border-radius:16px; background:#fff; }
.prospect-table { width:100%; min-width:980px; border-collapse:collapse; }
.prospect-ranking-table { min-width:1120px; }
.prospect-table th, .prospect-table td { padding:11px 12px; border-bottom:1px solid #edf2f8; text-align:left; white-space:nowrap; font-size:13px; vertical-align:middle; }
.prospect-table th { background:#f6f9fd; color:var(--pf-muted); font-size:11px; font-weight:950; text-transform:uppercase; letter-spacing:.04em; }
.prospect-table tbody tr:hover { background:#fbfdff; }
.prospect-click-row { cursor:pointer; }
.prospect-click-row:focus-within, .prospect-click-row:hover { background:#f7fbff; }
.prospect-player-link { color:var(--pf-blue); font-weight:950; text-decoration:none; }
.prospect-player-link:hover { text-decoration:underline; text-underline-offset:3px; }
.prospect-rank-cell { font-weight:950; color:#0a2448; }
.prospect-team-short { color:#405572; font-weight:800; }
.prospect-overall-badge { display:inline-flex; align-items:center; justify-content:center; min-width:40px; height:28px; border-radius:999px; background:var(--pf-blue); color:#fff; font-weight:950; }
.grade-pill { display:inline-flex; border-radius:999px; background:#f5f8fc; border:1px solid var(--pf-line); padding:4px 8px; font-size:12px; font-weight:850; color:#28435f; margin:2px 3px 2px 0; }
.team-filter-row { display:flex; flex-wrap:wrap; gap:8px; margin:10px 0 12px; }
.team-filter-button { border:1px solid var(--pf-line); border-radius:999px; padding:8px 11px; background:#fff; color:var(--pf-blue); font-weight:900; cursor:pointer; }
.team-player-count { color:var(--pf-muted); font-size:12px; margin-top:6px; }
.prospect-body { margin:0; background:linear-gradient(180deg,#f8fbff 0%,var(--pf-bg) 100%); font-family:"Segoe UI","Hiragino Sans","Yu Gothic UI",sans-serif; }
.prospect-shell { width:min(1240px, calc(100vw - 28px)); margin:14px auto 28px; }
.prospect-card { background:var(--pf-card); border:1px solid var(--pf-line); border-radius:22px; box-shadow:0 12px 32px rgba(16,38,77,.06); }
.prospect-nav { display:flex; flex-wrap:wrap; gap:8px; padding:12px; margin-bottom:12px; }
.prospect-nav a { text-decoration:none; border:1px solid var(--pf-line); border-radius:999px; padding:8px 12px; color:var(--pf-blue); background:#fff; font-weight:850; font-size:13px; }
.prospect-nav a.is-active { color:#fff; background:var(--pf-blue); border-color:var(--pf-blue); }
.prospect-page-hero { padding:24px; background:radial-gradient(circle at 85% 0%, rgba(58,126,217,.15), transparent 32%), linear-gradient(135deg,#fff,#edf5ff); }
.prospect-page-title { display:flex; justify-content:space-between; gap:18px; align-items:flex-end; }
.prospect-page-title h1 { font-size:clamp(32px,4vw,52px); }
.prospect-page-title p { margin:8px 0 0; color:var(--pf-muted); line-height:1.7; }
.prospect-controls { display:grid; grid-template-columns:minmax(220px,1.2fr) minmax(160px,.7fr) minmax(140px,.6fr); gap:10px; margin-top:16px; }
.prospect-player-layout { display:block; margin-top:14px; }
.player-hero-card { padding:22px; background:radial-gradient(circle at 90% 0%, rgba(31,95,168,.14), transparent 30%), #fff; }
.prospect-player-title { display:flex; justify-content:space-between; gap:14px; align-items:flex-start; }
.prospect-player-title h1 { font-size:clamp(34px,4vw,54px); line-height:1.05; }
.player-meta-line { margin-top:8px; color:var(--pf-muted); font-weight:800; line-height:1.6; }
.player-bio-line { margin-top:6px; color:#405572; font-weight:750; }
.player-main-grade { min-width:96px; border-radius:20px; background:var(--pf-blue); color:#fff; padding:13px; text-align:center; }
.player-main-grade .label { font-size:11px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; opacity:.85; }
.player-main-grade .value { font-size:34px; font-weight:950; }
.player-actions { display:flex; flex-wrap:wrap; gap:9px; margin-top:16px; }
.grade-wide-panel { margin-top:16px; padding:16px; border:1px solid var(--pf-line); border-radius:18px; background:linear-gradient(135deg,#fbfdff,#f3f8ff); }
.grade-wide-panel h2 { color:var(--pf-blue); margin:0 0 14px; font-size:22px; }
.grade-panel-stack { display:grid; gap:16px; }
.grade-subpanel { padding-top:2px; }
.grade-subpanel + .grade-subpanel { border-top:1px solid var(--pf-line); padding-top:14px; }
.grade-subpanel h3 { margin:0 0 10px; color:#23476f; font-size:15px; letter-spacing:.02em; }
.grade-bars { display:grid; gap:10px; }
.grade-bars-wide { grid-template-columns:1fr 1fr; column-gap:26px; row-gap:10px; }
.grade-row { display:grid; grid-template-columns:170px 32px minmax(150px,1fr) 32px 44px; gap:8px; align-items:center; }
.grade-row .name { color:#334b66; font-weight:850; font-size:13px; }
.grade-row .num { text-align:right; font-weight:950; color:var(--pf-blue); }
.scale-min,.scale-max { color:#8a9ab0; font-size:11px; font-weight:850; text-align:center; }
.meter-track { position:relative; height:16px; border-radius:999px; background:#e8eef7; overflow:visible; }
.meter-fill { position:absolute; inset:0 auto 0 0; height:100%; border-radius:999px; background:linear-gradient(90deg,#9bbde4,var(--pf-blue-2)); width:0%; }
.meter-dot { position:absolute; top:50%; transform:translate(-50%,-50%); width:16px; height:16px; border-radius:999px; background:var(--pf-blue); border:3px solid #fff; box-shadow:0 1px 5px rgba(16,38,77,.3); }
.article-card { padding:24px; margin-top:14px; }
.article-card-wide { width:100%; box-sizing:border-box; }
.article-card h2 { color:var(--pf-blue); margin:1.2em 0 .4em; }
.article-card h3 { color:#23476f; margin:1.1em 0 .3em; }
.article-card p { line-height:1.95; margin:0 0 1em; }
.placeholder-note { border:1px dashed var(--pf-line-strong); background:#f8fbff; border-radius:18px; padding:16px; color:var(--pf-muted); line-height:1.8; }

/* NPB_PROSPECT_PAGE_LINKS_V1 */
.prospect-page-links { margin-top:14px; padding:18px; }
.prospect-page-links__head { display:flex; justify-content:space-between; gap:14px; align-items:flex-end; border-bottom:1px solid var(--pf-line); padding-bottom:10px; margin-bottom:12px; }
.prospect-page-links__head h2 { margin:0; color:var(--pf-blue); font-size:22px; letter-spacing:-.02em; }
.prospect-page-links__head p { margin:4px 0 0; color:var(--pf-muted); font-size:13px; line-height:1.7; }
.prospect-page-links__grid { display:grid; grid-template-columns:repeat(4, minmax(0, 1fr)); gap:10px; }
.prospect-page-links__grid a { display:block; min-height:84px; border:1px solid var(--pf-line); border-radius:16px; background:linear-gradient(135deg,#fff,#f7fbff); padding:13px 14px; text-decoration:none; color:var(--pf-blue); box-shadow:0 8px 20px rgba(16,38,77,.04); }
.prospect-page-links__grid a:hover { transform:translateY(-1px); border-color:var(--pf-line-strong); box-shadow:0 12px 26px rgba(16,38,77,.07); }
.prospect-page-links__grid strong { display:block; font-size:14px; margin-bottom:5px; }
.prospect-page-links__grid span { display:block; color:var(--pf-muted); font-size:12px; line-height:1.6; }
@media (max-width: 980px) { .prospect-page-links__grid { grid-template-columns:repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .prospect-page-links { padding:14px; border-radius:18px; } .prospect-page-links__grid { grid-template-columns:1fr; } }

.prospect-footer { color:var(--pf-muted); text-align:center; font-size:12px; margin:18px 0 0; }
@media (max-width: 940px) { .prospect-home-head, .prospect-page-title, .prospect-player-title { flex-direction:column; align-items:flex-start; } .prospect-search-grid, .prospect-controls { grid-template-columns:1fr; } .prospect-home-actions { justify-content:flex-start; } .grade-bars-wide { grid-template-columns:1fr; } .search-toolbar .farm-static-hero__copy { margin-left:0 !important; } }
@media (max-width: 600px) { .npb-prospect-home, .prospect-section-card, .prospect-page-hero, .player-hero-card, .article-card, .grade-wide-panel { padding:14px; border-radius:18px; } .prospect-shell { width:min(100vw - 18px,1240px); } .grade-row { grid-template-columns:125px 28px minmax(110px,1fr) 28px 38px; } .grade-row .name { font-size:12px; } }


/* NPB_FARM_NO_ADS_LOGO_FIX_V3 */
.site-footer__brand {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
  color: #10264d;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.35;
}
.site-footer__logo[alt] {
  display: none;
}
