.bpp-wrap { max-width: 1180px; margin: 30px auto 60px; padding: 0 20px; }
  .bpp-head h1 { color: #eef2fb; margin: 0 0 4px; }
  .bpp-sub { color: #94a1bd; margin: 0 0 22px; font-size: 15px; max-width: 620px; }

  .bpp-grid { display: grid; grid-template-columns: 1fr 310px; gap: 22px; align-items: start; }
  @media (max-width: 900px) { .bpp-grid { grid-template-columns: 1fr; } }

  .bpp-postabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
  .bpp-postabs button { background: #161d2e; border: 1px solid #2a3450; color: #94a1bd; font-family: "Barlow Condensed", sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; font-size: 13px; padding: 7px 16px; border-radius: 999px; cursor: pointer; }
  .bpp-postabs button.on { background: #FFA515; color: #1a1204; border-color: #FFA515; }

  .bpp-card { background: #161d2e; border: 1px solid #2a3450; border-radius: 12px; padding: 16px 18px; margin-bottom: 12px; display: flex; gap: 14px; align-items: flex-start; }
  .bpp-cardbody { flex: 1; min-width: 0; }
  .bpp-cardtop { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; }
  .bpp-cardname { color: #eef2fb; font-weight: 700; font-size: 14px; }
  .bpp-pos { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 22px; padding: 0 8px; border-radius: 5px; font-family: "Barlow Condensed", sans-serif; font-weight: 700; font-size: 12px; letter-spacing: .03em; color: #1a1204; }
  .bpp-pos-QB { background: #FFA515; }
  .bpp-pos-RB { background: #42F4B0; }
  .bpp-pos-WR { background: #17C3FF; }
  .bpp-pos-TE { background: #EA4E3D; color: #fff; }
  .bpp-cardtxt { color: #c9d2e6; font-size: 14px; line-height: 1.5; }
  .bpp-cardtxt b { color: #eef2fb; }
  .bpp-result { display: inline-block; margin-left: 8px; padding: 1px 8px; border-radius: 999px; font-size: 11px; font-weight: 700; text-transform: uppercase; vertical-align: middle; }
  .bpp-result-hit { background: rgba(66,244,176,.16); color: #42F4B0; }
  .bpp-result-miss { background: rgba(234,78,61,.15); color: #EA4E3D; }

  .bpp-rail { position: sticky; top: 20px; }
  @media (max-width: 900px) { .bpp-rail { position: static; order: -1; margin-bottom: 8px; } }
  .bpp-raillabel { color: #6b7890; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin: 18px 0 9px; }
  .bpp-railgroup, .bpp-people { display: grid; gap: 8px; }
  @media (max-width: 900px) {
    .bpp-railgroup, .bpp-people { grid-auto-flow: column; grid-auto-columns: minmax(185px, 1fr); overflow-x: auto; padding-bottom: 6px; }
  }

  .bpp-an { display: flex; align-items: center; gap: 11px; width: 100%; text-align: left; background: #161d2e; border: 1px solid #2a3450; border-radius: 12px; padding: 10px 12px; cursor: pointer; font-family: inherit; transition: opacity .18s, border-color .18s, box-shadow .18s, filter .18s; }
  .bpp-an:hover { border-color: #3c4a6e; }
  .bpp-an.dim { opacity: .38; filter: grayscale(.65); }
  .bpp-an.on { border-color: #FFA515; box-shadow: 0 0 0 2px rgba(255,165,21,.18); opacity: 1; filter: none; }
  .bpp-anav { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; flex: none; background: #232e49; color: #c3cee0; display: flex; align-items: center; justify-content: center; font-family: "Barlow Condensed", sans-serif; font-weight: 700; font-size: 14px; }
  .bpp-anb { flex: 1; min-width: 0; display: block; }
  .bpp-ann { color: #eef2fb; font-weight: 600; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
  .bpp-ans { color: #8a97b3; font-size: 12px; margin-top: 1px; display: block; }
  .bpp-an.grp .bpp-anav { background: #FFA515; color: #1a1204; font-size: 12px; }
  .bpp-an.grp img.bpp-anav { object-fit: contain; padding: 5px; background: #1e2740; }

  .bpp-state { color: #7d8aa5; font-size: 14px; padding: 40px 0; text-align: center; }