.nrfi-hi {
    --hi-bg: #071321;
    --hi-panel: #0d1d31;
    --hi-panel-2: #102740;
    --hi-line: rgba(177, 205, 231, .19);
    --hi-text: #f7fbff;
    --hi-muted: #9fb4c9;
    --hi-cyan: #55d9ff;
    --hi-green: #31d39a;
    --hi-green-soft: #83efc1;
    --hi-red: #ff6f7d;
    --hi-orange: #ffad5a;
    --hi-blue: #5d9dff;
    position: relative;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    color: var(--hi-text);
    background:
        radial-gradient(circle at 10% -8%, rgba(40, 157, 239, .23), transparent 34%),
        radial-gradient(circle at 93% 0%, rgba(49, 211, 154, .12), transparent 31%),
        var(--hi-bg);
    border: 1px solid rgba(129, 174, 218, .28);
    border-radius: 18px;
    box-shadow: 0 24px 55px rgba(1, 8, 17, .32);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.35;
}
.nrfi-hi *, .nrfi-hi *::before, .nrfi-hi *::after { box-sizing: border-box; }
.nrfi-hi a { color: inherit; text-decoration: none; }
.nrfi-hi button, .nrfi-hi input, .nrfi-hi select { font: inherit; }
.nrfi-hi [hidden] { display: none !important; }

.nrfi-hi__hero { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 24px 26px 20px; border-bottom: 1px solid var(--hi-line); }
.nrfi-hi__hero-copy { max-width: 820px; }
.nrfi-hi__eyebrow { color: #b6cadd; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.nrfi-hi__eyebrow span { display: inline-block; margin-right: 9px; padding: 5px 9px; color: #04101d; background: linear-gradient(135deg, var(--hi-cyan), var(--hi-green)); border-radius: 999px; }
.nrfi-hi__hero h2 { margin: 9px 0 4px; color: #fff; font-size: clamp(27px, 3vw, 42px); line-height: 1.04; letter-spacing: -.035em; }
.nrfi-hi__hero p { margin: 0; color: var(--hi-muted); font-size: 14px; }
.nrfi-hi__updated { flex: 0 0 auto; min-width: 165px; padding: 12px 15px; text-align: right; background: rgba(7, 17, 31, .55); border: 1px solid var(--hi-line); border-radius: 12px; }
.nrfi-hi__updated span, .nrfi-hi__updated small { display: block; color: var(--hi-muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.nrfi-hi__updated strong { display: block; margin: 3px 0; color: #fff; font-size: 18px; }

.nrfi-hi__kpis { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 9px; padding: 14px 14px 0; }
.nrfi-hi__kpi { position: relative; min-width: 0; padding: 13px 14px 12px; overflow: hidden; background: linear-gradient(145deg, rgba(18, 43, 69, .96), rgba(10, 25, 43, .96)); border: 1px solid var(--hi-line); border-radius: 12px; }
.nrfi-hi__kpi::after { content: ""; position: absolute; top: 0; right: 0; width: 52px; height: 52px; background: radial-gradient(circle at top right, rgba(85, 217, 255, .19), transparent 69%); }
.nrfi-hi__kpi span { display: block; color: #91a9bf; font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.nrfi-hi__kpi strong { display: block; margin: 3px 0 2px; color: #fff; font-size: clamp(20px, 2vw, 28px); line-height: 1; }
.nrfi-hi__kpi--win strong, .nrfi-hi__kpi--score strong { color: var(--hi-green-soft); }
.nrfi-hi__kpi small { display: block; overflow: hidden; color: var(--hi-muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }

.nrfi-hi__toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 14px 14px 0; padding: 5px; background: rgba(7, 17, 31, .62); border: 1px solid var(--hi-line); border-radius: 13px; }
.nrfi-hi__tabs { display: flex; align-items: center; gap: 4px; }
.nrfi-hi__tab { appearance: none; padding: 10px 14px; color: var(--hi-muted); background: transparent; border: 0; border-radius: 9px; cursor: pointer; font-size: 13px; font-weight: 800; }
.nrfi-hi__tab span { display: inline-flex; align-items: center; justify-content: center; min-width: 22px; height: 22px; margin-left: 5px; padding: 0 6px; color: #bcd3e8; background: rgba(117, 151, 185, .14); border-radius: 999px; font-size: 10px; }
.nrfi-hi__tab:hover, .nrfi-hi__tab.is-active { color: #fff; background: linear-gradient(135deg, rgba(25, 77, 120, .82), rgba(18, 55, 86, .82)); }
.nrfi-hi__tab.is-active span { color: #05111e; background: var(--hi-green); }
.nrfi-hi__actions { display: flex; gap: 4px; }
.nrfi-hi__icon-button { width: 36px; height: 36px; padding: 0; color: #c9d9e8; background: rgba(90, 128, 164, .12); border: 1px solid var(--hi-line); border-radius: 9px; cursor: pointer; }
.nrfi-hi__icon-button:hover, .nrfi-hi__icon-button.is-active { color: #07111f; background: var(--hi-cyan); }
.nrfi-hi__panel { padding: 14px; }

.nrfi-hi__section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 3px 1px 12px; }
.nrfi-hi__section-heading span { color: var(--hi-cyan); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.nrfi-hi__section-heading h3 { margin: 3px 0 0; color: #fff; font-size: 22px; letter-spacing: -.02em; }
.nrfi-hi__section-heading p { max-width: 560px; margin: 0; color: var(--hi-muted); font-size: 11px; text-align: right; }

.nrfi-hi__filters { display: grid; grid-template-columns: minmax(240px, 1fr) 175px 205px auto; gap: 9px; margin-bottom: 12px; }
.nrfi-hi__filters input, .nrfi-hi__filters select { width: 100%; min-height: 42px; padding: 0 12px; color: #ecf6ff; background: rgba(14, 32, 53, .88); border: 1px solid var(--hi-line); border-radius: 10px; outline: none; }
.nrfi-hi__filters input::placeholder { color: #8198ad; }
.nrfi-hi__filters input:focus, .nrfi-hi__filters select:focus { border-color: rgba(85, 217, 255, .65); box-shadow: 0 0 0 3px rgba(85, 217, 255, .09); }
.nrfi-hi__filters select option { color: #101820; background: #fff; }
.nrfi-hi__toggle { display: inline-flex; align-items: center; gap: 8px; padding: 0 12px; color: #c3d4e4; background: rgba(14, 32, 53, .88); border: 1px solid var(--hi-line); border-radius: 10px; font-size: 12px; font-weight: 750; white-space: nowrap; }
.nrfi-hi__toggle input { width: auto; min-height: auto; accent-color: var(--hi-green); }

.nrfi-hi__table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--hi-line); border-radius: 13px; }
.nrfi-hi__table { width: 100%; min-width: 980px; border-collapse: collapse; background: rgba(10, 23, 39, .56); }
.nrfi-hi__table th { padding: 10px 12px; color: #dff3ff; background: rgba(7, 17, 31, .9); border-bottom: 1px solid var(--hi-line); font-size: 9px; font-weight: 900; letter-spacing: .045em; text-align: left; text-transform: uppercase; white-space: nowrap; }
.nrfi-hi__table td { padding: 9px 12px; border-top: 1px solid var(--hi-line); color: #eaf5ff; font-size: 12px; vertical-align: middle; }
.nrfi-hi__table tbody tr:first-child td { border-top: 0; }
.nrfi-hi__pick-row { position: relative; }
.nrfi-hi__pick-row.nrfi-hi--nrfi td:first-child { border-left: 3px solid var(--hi-green); }
.nrfi-hi__pick-row.nrfi-hi--yrfi td:first-child { border-left: 3px solid var(--hi-red); }
.nrfi-hi__pick-row.nrfi-hi--pass td:first-child { border-left: 3px solid #61778e; }
.nrfi-hi__pick-row:hover td { background: rgba(85, 217, 255, .035); }

.nrfi-hi__team { display: flex; align-items: center; gap: 10px; min-width: 170px; }
.nrfi-hi__team:hover strong { color: var(--hi-cyan); }
.nrfi-hi__logo-shell { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; flex: 0 0 34px; padding: 4px; overflow: hidden; background: linear-gradient(145deg, #f7fbff, #dce9f5); border: 1px solid rgba(255,255,255,.78); border-radius: 9px; box-shadow: 0 2px 7px rgba(0,0,0,.22); }
.nrfi-hi__logo-shell img { width: 100%; height: 100%; object-fit: contain; }
.nrfi-hi__team strong, .nrfi-hi__team small { display: block; }
.nrfi-hi__team strong { color: #fff; font-size: 13px; }
.nrfi-hi__team small { margin-top: 2px; color: var(--hi-muted); font-size: 8px; text-transform: uppercase; }
.nrfi-hi__matchup strong, .nrfi-hi__matchup small { display: block; }
.nrfi-hi__matchup strong { color: #f6fbff; font-size: 12px; }
.nrfi-hi__matchup small { margin-top: 2px; color: var(--hi-muted); font-size: 9px; }

.nrfi-hi__pitcher { display: flex; align-items: center; gap: 9px; min-width: 195px; }
.nrfi-hi__pitcher:hover strong { color: var(--hi-cyan); }
.nrfi-hi__headshot-shell { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; flex: 0 0 42px; overflow: hidden; background: linear-gradient(145deg, #daeaf7, #8eacc5); border: 2px solid rgba(255,255,255,.62); border-radius: 50%; }
.nrfi-hi__headshot-shell img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.nrfi-hi__headshot-shell b { color: #0d2439; font-size: 12px; }
.nrfi-hi__pitcher strong, .nrfi-hi__pitcher small { display: block; }
.nrfi-hi__pitcher strong { color: #fff; font-size: 13px; }
.nrfi-hi__pitcher small { margin-top: 2px; color: var(--hi-muted); font-size: 8px; text-transform: uppercase; }
.nrfi-hi__hand { display: inline-flex; align-items: center; justify-content: center; min-width: 30px; padding: 5px 7px; color: #dff4ff; background: rgba(93, 157, 255, .12); border: 1px solid rgba(93, 157, 255, .23); border-radius: 999px; font-weight: 900; }

.nrfi-hi__rec-pill, .nrfi-hi__grade { display: inline-flex; align-items: center; justify-content: center; padding: 6px 9px; border-radius: 999px; font-size: 9px; font-weight: 900; white-space: nowrap; }
.nrfi-hi__rec-pill.nrfi-hi--nrfi { color: #76f0bd; background: rgba(49, 211, 154, .11); border: 1px solid rgba(49, 211, 154, .26); }
.nrfi-hi__rec-pill.nrfi-hi--yrfi { color: #ffacb5; background: rgba(255, 111, 125, .11); border: 1px solid rgba(255, 111, 125, .26); }
.nrfi-hi__rec-pill.nrfi-hi--pass { color: #c4d2de; background: rgba(116, 139, 160, .12); border: 1px solid rgba(151, 176, 199, .2); }
.nrfi-hi__grade { min-width: 70px; color: #06111d; background: #79d4ff; }
.nrfi-hi__grade--grade-a { background: linear-gradient(135deg, #44dfac, #6ff0c4); }
.nrfi-hi__grade--grade-b { background: linear-gradient(135deg, #49a6ed, #72c7ff); }
.nrfi-hi__grade--grade-c { background: linear-gradient(135deg, #e5a52f, #ffd069); }
.nrfi-hi__grade--grade-d { background: linear-gradient(135deg, #e47b32, #ffad66); }

.nrfi-hi__score { min-width: 125px; text-align: center; }
.nrfi-hi__score strong { display: block; color: #fff; font-size: 12px; }
.nrfi-hi__score > span { display: block; height: 4px; margin-top: 5px; overflow: hidden; background: #26374c; border-radius: 999px; }
.nrfi-hi__score i { display: block; height: 100%; background: linear-gradient(90deg, #1fa980, var(--hi-green)); border-radius: inherit; }
.nrfi-hi--yrfi .nrfi-hi__score i { background: linear-gradient(90deg, #dc5262, var(--hi-red)); }
.nrfi-hi--pass .nrfi-hi__score i { background: linear-gradient(90deg, #62788f, #9bb1c6); }
.nrfi-hi__detail-button { width: 29px; height: 29px; padding: 0; color: #d7e9f7; background: rgba(93, 157, 255, .12); border: 1px solid var(--hi-line); border-radius: 8px; cursor: pointer; }
.nrfi-hi__detail-button:hover { color: #071321; background: var(--hi-cyan); }
.nrfi-hi__detail-row td { padding: 0 12px 12px; background: rgba(5, 14, 24, .72); }
.nrfi-hi__details { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; padding: 11px; background: rgba(15, 36, 59, .8); border: 1px solid var(--hi-line); border-radius: 10px; }
.nrfi-hi__details div { min-width: 0; }
.nrfi-hi__details span, .nrfi-hi__details strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nrfi-hi__details span { color: var(--hi-muted); font-size: 8px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.nrfi-hi__details strong { margin-top: 3px; color: #fff; font-size: 11px; }

.nrfi-hi__performance-overview { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(420px, 1.15fr); gap: 11px; margin-bottom: 16px; }
.nrfi-hi__record-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px; background: linear-gradient(145deg, rgba(17, 42, 68, .97), rgba(8, 23, 39, .97)); border: 1px solid var(--hi-line); border-radius: 14px; }
.nrfi-hi__record-card span, .nrfi-hi__record-card small { display: block; color: var(--hi-muted); font-size: 9px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.nrfi-hi__record-card strong { display: block; margin: 7px 0 4px; color: #fff; font-size: 30px; line-height: 1; }
.nrfi-hi__donut { --pct: 0; display: grid; place-items: center; width: 76px; height: 76px; flex: 0 0 76px; background: conic-gradient(var(--hi-green) calc(var(--pct) * 1%), #26384b 0); border-radius: 50%; }
.nrfi-hi__donut::before { content: ""; grid-area: 1/1; width: 56px; height: 56px; background: #102238; border-radius: 50%; }
.nrfi-hi__donut b { position: relative; grid-area: 1/1; color: #fff; font-size: 11px; }
.nrfi-hi__mini-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.nrfi-hi__mini-stats div { padding: 12px; background: linear-gradient(145deg, rgba(15, 36, 59, .95), rgba(8, 21, 37, .95)); border: 1px solid var(--hi-line); border-radius: 11px; }
.nrfi-hi__mini-stats span, .nrfi-hi__mini-stats strong { display: block; }
.nrfi-hi__mini-stats span { color: var(--hi-muted); font-size: 8px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.nrfi-hi__mini-stats strong { margin-top: 5px; color: #fff; font-size: 16px; }
.nrfi-hi__block-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: 15px 1px 7px; }
.nrfi-hi__block-heading h4 { margin: 0; color: #fff; font-size: 14px; text-transform: uppercase; }
.nrfi-hi__block-heading span { color: var(--hi-muted); font-size: 9px; text-transform: uppercase; }
.nrfi-hi__record-pill { display: inline-block; min-width: 60px; padding: 5px 8px; color: #071321; background: #eef7ff; border-radius: 6px; font-size: 11px; font-weight: 900; text-align: center; }
.nrfi-hi__win-meter { min-width: 145px; text-align: center; }
.nrfi-hi__win-meter strong { display: block; color: #fff; font-size: 10px; }
.nrfi-hi__win-meter span { display: block; height: 4px; margin-top: 5px; overflow: hidden; background: #26374c; border-radius: 999px; }
.nrfi-hi__win-meter i { display: block; height: 100%; background: linear-gradient(90deg, #1fa980, var(--hi-green)); border-radius: inherit; }
.nrfi-hi__pending-label { color: #ffcc91; font-size: 10px; font-weight: 800; }
.nrfi-hi__empty { padding: 18px; color: var(--hi-muted); text-align: center; }
.nrfi-hi__footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 3px 14px 13px; color: #91a8bd; font-size: 9px; font-style: italic; }
.nrfi-hi__footer strong { color: #fff; }
.nrfi-hi__notice { padding: 22px; }
.nrfi-hi__notice code { display: inline-block; padding: 5px 8px; background: #fff; border-radius: 5px; color: #111; }

.nrfi-hi.is-compact .nrfi-hi__hero { padding-top: 16px; padding-bottom: 14px; }
.nrfi-hi.is-compact .nrfi-hi__hero h2 { font-size: 29px; }
.nrfi-hi.is-compact .nrfi-hi__kpi { padding-top: 9px; padding-bottom: 9px; }
.nrfi-hi.is-compact .nrfi-hi__table td { padding-top: 6px; padding-bottom: 6px; }
.nrfi-hi.is-compact .nrfi-hi__headshot-shell { width: 34px; height: 34px; flex-basis: 34px; }
.nrfi-hi.is-compact .nrfi-hi__logo-shell { width: 30px; height: 30px; flex-basis: 30px; }

@media (max-width: 1050px) {
    .nrfi-hi__kpis { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .nrfi-hi__performance-overview { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
    .nrfi-hi { border-radius: 13px; }
    .nrfi-hi__hero { align-items: flex-start; padding: 18px 16px; }
    .nrfi-hi__updated { min-width: 135px; }
    .nrfi-hi__kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 10px 9px 0; }
    .nrfi-hi__toolbar { align-items: flex-start; margin-right: 9px; margin-left: 9px; }
    .nrfi-hi__panel { padding: 9px; }
    .nrfi-hi__filters { grid-template-columns: 1fr 1fr; }
    .nrfi-hi__filters input { grid-column: 1 / -1; }
    .nrfi-hi__section-heading { display: block; }
    .nrfi-hi__section-heading p { margin-top: 6px; text-align: left; }
    .nrfi-hi__details { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
    .nrfi-hi__hero { display: block; }
    .nrfi-hi__updated { margin-top: 13px; text-align: left; }
    .nrfi-hi__kpis { grid-template-columns: 1fr 1fr; }
    .nrfi-hi__tabs { flex-wrap: wrap; }
    .nrfi-hi__tab { padding: 8px 9px; font-size: 11px; }
    .nrfi-hi__actions { display: none; }
    .nrfi-hi__filters { grid-template-columns: 1fr; }
    .nrfi-hi__filters input { grid-column: auto; }
    .nrfi-hi__mini-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nrfi-hi__details { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nrfi-hi__footer { display: block; }
    .nrfi-hi__footer strong { display: block; margin-top: 4px; }
}

@media print {
    body * { visibility: hidden !important; }
    .nrfi-hi, .nrfi-hi * { visibility: visible !important; }
    .nrfi-hi { position: absolute; top: 0; left: 0; width: 100%; border: 0; border-radius: 0; box-shadow: none; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
    .nrfi-hi__toolbar, .nrfi-hi__filters, .nrfi-hi__detail-button { display: none !important; }
    .nrfi-hi__panel[hidden] { display: none !important; }
}

/* v1.1.0: larger team-side list and CheatSheet drill-down. */
.nrfi-hi--large-list .nrfi-hi__picks-list-wrap .nrfi-hi__picks-table {
    min-width: 1320px;
    font-size: 16px;
}
.nrfi-hi--large-list .nrfi-hi__picks-table th {
    padding: 13px 14px;
    font-size: 12px;
}
.nrfi-hi--large-list .nrfi-hi__picks-table td {
    padding: 13px 14px;
    font-size: 16px;
}
.nrfi-hi--large-list .nrfi-hi__picks-table .nrfi-hi__logo-shell {
    width: 45px;
    height: 45px;
    flex-basis: 45px;
    padding: 5px;
}
.nrfi-hi--large-list .nrfi-hi__picks-table .nrfi-hi__team {
    min-width: 205px;
    gap: 12px;
}
.nrfi-hi--large-list .nrfi-hi__picks-table .nrfi-hi__team strong {
    font-size: 17px;
}
.nrfi-hi--large-list .nrfi-hi__picks-table .nrfi-hi__team small {
    font-size: 11px;
}
.nrfi-hi--large-list .nrfi-hi__picks-table .nrfi-hi__matchup strong {
    font-size: 16px;
}
.nrfi-hi--large-list .nrfi-hi__picks-table .nrfi-hi__matchup small {
    font-size: 12px;
}
.nrfi-hi--large-list .nrfi-hi__picks-table .nrfi-hi__pitcher {
    min-width: 235px;
    gap: 12px;
}
.nrfi-hi--large-list .nrfi-hi__picks-table .nrfi-hi__headshot-shell {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
}
.nrfi-hi--large-list .nrfi-hi__picks-table .nrfi-hi__pitcher strong {
    font-size: 17px;
}
.nrfi-hi--large-list .nrfi-hi__picks-table .nrfi-hi__pitcher small {
    font-size: 11px;
}
.nrfi-hi--large-list .nrfi-hi__picks-table .nrfi-hi__hand {
    min-width: 38px;
    padding: 7px 9px;
    font-size: 13px;
}
.nrfi-hi--large-list .nrfi-hi__picks-table .nrfi-hi__rec-pill,
.nrfi-hi--large-list .nrfi-hi__picks-table .nrfi-hi__grade {
    padding: 8px 11px;
    font-size: 12px;
}
.nrfi-hi--large-list .nrfi-hi__picks-table .nrfi-hi__grade {
    min-width: 88px;
}
.nrfi-hi--large-list .nrfi-hi__picks-table .nrfi-hi__score {
    min-width: 150px;
}
.nrfi-hi--large-list .nrfi-hi__picks-table .nrfi-hi__score strong {
    font-size: 16px;
}
.nrfi-hi--large-list .nrfi-hi__picks-table .nrfi-hi__score > span {
    height: 6px;
    margin-top: 7px;
}
.nrfi-hi--large-list .nrfi-hi__panel[data-panel="picks"] .nrfi-hi__filters input,
.nrfi-hi--large-list .nrfi-hi__panel[data-panel="picks"] .nrfi-hi__filters select,
.nrfi-hi--large-list .nrfi-hi__panel[data-panel="picks"] .nrfi-hi__toggle {
    font-size: 16px;
}
.nrfi-hi--large-list .nrfi-hi__panel[data-panel="picks"] .nrfi-hi__filters input,
.nrfi-hi--large-list .nrfi-hi__panel[data-panel="picks"] .nrfi-hi__filters select {
    min-height: 49px;
}
.nrfi-hi--large-list .nrfi-hi__section-heading--picks-list h3 {
    font-size: 29px;
}
.nrfi-hi--large-list .nrfi-hi__section-heading--picks-list > div > span {
    font-size: 12px;
}
.nrfi-hi--large-list .nrfi-hi__section-heading--picks-list p {
    font-size: 14px;
}

.nrfi-hi__details-heading,
.nrfi-hi__details-cell {
    width: 96px;
    text-align: center !important;
}
.nrfi-hi__detail-button {
    width: auto;
    min-width: 76px;
    height: auto;
    padding: 9px 12px;
    color: #061423;
    background: linear-gradient(135deg, var(--hi-cyan), var(--hi-green));
    border: 0;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 900;
}
.nrfi-hi__detail-button:hover,
.nrfi-hi__detail-button[aria-expanded="true"] {
    color: #fff;
    background: linear-gradient(135deg, #167ab6, #118d70);
}
.nrfi-hi__details-unavailable {
    color: var(--hi-muted);
    font-size: 15px;
}
.nrfi-hi__detail-row > td {
    padding: 0 !important;
    background: #081625;
}
.nrfi-hi__detail-row[hidden] {
    display: none !important;
}
.nrfi-hi__cheat-details {
    padding: 19px;
    border-top: 1px solid rgba(85, 217, 255, .42);
    border-bottom: 1px solid var(--hi-line);
}
.nrfi-hi__cheat-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 15px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--hi-line);
}
.nrfi-hi__cheat-header > div:first-child > span {
    color: var(--hi-cyan);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
}
.nrfi-hi__cheat-header h4 {
    margin: 3px 0;
    color: #fff;
    font-size: 24px;
}
.nrfi-hi__cheat-header p {
    margin: 0;
    color: var(--hi-muted);
    font-size: 13px;
}
.nrfi-hi__cheat-context-top {
    max-width: 520px;
    text-align: right;
}
.nrfi-hi__cheat-context-top b,
.nrfi-hi__cheat-context-top span,
.nrfi-hi__cheat-context-top small {
    display: block;
}
.nrfi-hi__cheat-context-top b {
    color: #fff;
    font-size: 17px;
}
.nrfi-hi__cheat-context-top span {
    margin-top: 3px;
    color: var(--hi-green-soft);
    font-size: 14px;
}
.nrfi-hi__cheat-context-top small {
    margin-top: 2px;
    color: var(--hi-muted);
    font-size: 12px;
}
.nrfi-hi__cheat-matchup-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    margin-bottom: 13px;
}
.nrfi-hi__cheat-card {
    min-width: 0;
    padding: 15px;
    background: linear-gradient(145deg, rgba(17, 39, 64, .9), rgba(10, 25, 43, .92));
    border: 1px solid var(--hi-line);
    border-radius: 12px;
}
.nrfi-hi__cheat-card-title {
    margin-bottom: 13px;
}
.nrfi-hi__cheat-card-title > a,
.nrfi-hi__cheat-card-title > div {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
.nrfi-hi__cheat-card-title > a:hover strong {
    color: var(--hi-cyan);
}
.nrfi-hi__cheat-card-title span:last-child {
    min-width: 0;
}
.nrfi-hi__cheat-card-title small,
.nrfi-hi__cheat-card-title strong,
.nrfi-hi__cheat-card-title em {
    display: block;
}
.nrfi-hi__cheat-card-title small {
    color: var(--hi-cyan);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.nrfi-hi__cheat-card-title strong {
    margin-top: 2px;
    overflow: hidden;
    color: #fff;
    font-size: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nrfi-hi__cheat-card-title em {
    margin-top: 2px;
    color: var(--hi-muted);
    font-size: 12px;
    font-style: normal;
}
.nrfi-hi__cheat-headshot-wrap {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    overflow: hidden;
    color: #0b243a;
    background: linear-gradient(145deg, #d9e9f6, #89a8c2);
    border: 2px solid rgba(255,255,255,.62);
    border-radius: 50%;
    font-size: 15px;
    font-weight: 950;
}
.nrfi-hi__cheat-headshot-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.nrfi-hi__cheat-team-logo.nrfi-hi__logo-shell {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    padding: 7px;
    border-radius: 12px;
}
.nrfi-hi__cheat-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}
.nrfi-hi__detail-metric {
    min-width: 0;
    min-height: 62px;
    padding: 10px 11px;
    background: rgba(5, 15, 27, .5);
    border: 1px solid rgba(158, 190, 218, .13);
    border-radius: 9px;
}
.nrfi-hi__detail-metric span {
    display: block;
    color: var(--hi-muted);
    font-size: 11px;
}
.nrfi-hi__detail-metric strong {
    display: block;
    margin-top: 4px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    text-overflow: ellipsis;
}
.nrfi-hi__cheat-footer-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
}

@media (max-width: 1150px) {
    .nrfi-hi__cheat-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nrfi-hi__cheat-footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
    .nrfi-hi__cheat-header { display: block; }
    .nrfi-hi__cheat-context-top { margin-top: 9px; text-align: left; }
    .nrfi-hi__cheat-matchup-grid { grid-template-columns: 1fr; }
    .nrfi-hi__cheat-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media print {
    .nrfi-hi__detail-row { display: none !important; }
}


/* Version 1.2.0: first-inning reach-by-order drill-down. */
.nrfi-hi__pitcher-order-details{margin-top:12px;overflow:hidden;background:rgba(4,14,25,.46);border:1px solid rgba(85,217,255,.2);border-radius:10px}
.nrfi-hi__pitcher-order-details>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;color:#f8fcff;background:linear-gradient(90deg,rgba(42,185,207,.13),rgba(49,211,154,.08));cursor:pointer;font-size:12px;font-weight:900;list-style:none}
.nrfi-hi__pitcher-order-details>summary::-webkit-details-marker{display:none}
.nrfi-hi__pitcher-order-details>summary::after{content:'+';display:grid;place-items:center;width:22px;height:22px;flex:0 0 22px;color:#052033;background:linear-gradient(135deg,var(--hi-cyan),var(--hi-green));border-radius:50%;font-size:15px;line-height:1}
.nrfi-hi__pitcher-order-details[open]>summary::after{content:'−'}
.nrfi-hi__pitcher-order-details>summary small{margin-left:auto;color:var(--hi-muted);font-size:10px;font-weight:700}
.nrfi-hi__pitcher-order-intro{padding:10px 12px 5px;color:var(--hi-muted);font-size:10px}
.nrfi-hi__pitcher-order-table-wrap{overflow-x:auto;padding:7px 10px 11px}
.nrfi-hi__pitcher-order-table{width:100%;min-width:980px;border-collapse:collapse;color:#eaf6ff;font-size:10px}
.nrfi-hi__pitcher-order-table th,.nrfi-hi__pitcher-order-table td{padding:7px 8px;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(151,184,213,.12)}
.nrfi-hi__pitcher-order-table th{color:var(--hi-muted);background:rgba(5,15,27,.45);font-size:9px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.nrfi-hi__pitcher-order-table tbody tr:last-child td{border-bottom:0}
.nrfi-hi__pitcher-order-table td:first-child strong{color:var(--hi-cyan)}
.nrfi-hi__reach-rate{display:inline-block;min-width:47px;padding:3px 6px;color:#8fffd4;background:rgba(49,211,154,.12);border-radius:999px;font-weight:900}
.nrfi-hi__reach-rate--any{color:#8ee7ff;background:rgba(85,217,255,.12)}
.nrfi-hi__reach-rate--strikeout{color:#ffd36f;background:rgba(255,184,77,.13)}
.nrfi-hi__reach-rate--hr{color:#ff9caa;background:rgba(255,91,116,.14)}
@media(max-width:760px){.nrfi-hi__pitcher-order-details>summary{align-items:flex-start;flex-wrap:wrap}.nrfi-hi__pitcher-order-details>summary small{width:calc(100% - 34px);margin-left:0}}
