/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 28 2026 | 19:43:38 */
#bfl-owner-profile-app {
  --bfl-burgundy: #6f1024;
  --bfl-burgundy-dark: #430817;
  --bfl-gold: #d6af4b;
  --bfl-cream: #f7f3ea;
  --bfl-ink: #171717;
  --bfl-muted: #666;
  --bfl-border: #dedede;
  --bfl-success: #198754;
  --bfl-danger: #c0392b;
  width: 100%;
  color: var(--bfl-ink);
  font-family: inherit;
}

#bfl-owner-profile-app *,
#bfl-owner-profile-app *::before,
#bfl-owner-profile-app *::after {
  box-sizing: border-box;
}

#bfl-owner-profile-app .bfl-owner-loading,
#bfl-owner-profile-app .bfl-owner-error {
  max-width: 1180px;
  margin: 40px auto;
  padding: 32px;
  border: 1px solid var(--bfl-border);
  background: #fff;
  text-align: center;
}

#bfl-owner-profile-app .bfl-owner-profile {
  width: 100%;
}

#bfl-owner-profile-app .bfl-owner-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 15%, rgba(214, 175, 75, 0.24), transparent 32%),
    linear-gradient(135deg, var(--bfl-burgundy-dark), var(--bfl-burgundy));
  color: #fff;
}

#bfl-owner-profile-app .bfl-owner-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  pointer-events: none;
  background-image:
    linear-gradient(30deg, #fff 12%, transparent 12.5%, transparent 87%, #fff 87.5%, #fff),
    linear-gradient(150deg, #fff 12%, transparent 12.5%, transparent 87%, #fff 87.5%, #fff);
  background-size: 80px 140px;
}

#bfl-owner-profile-app .bfl-owner-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: end;
  max-width: 1240px;
  min-height: 520px;
  margin: 0 auto;
  padding: 58px 32px 0;
}

#bfl-owner-profile-app .bfl-owner-brand-block {
  align-self: center;
  padding: 20px 0 64px;
}

#bfl-owner-profile-app .bfl-owner-league-logo {
  display: block;
  width: 150px;
  height: 150px;
  margin-bottom: 26px;
  object-fit: contain;
}

#bfl-owner-profile-app .bfl-owner-eyebrow,
#bfl-owner-profile-app .bfl-owner-section-heading p {
  margin: 0 0 8px;
  color: var(--bfl-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#bfl-owner-profile-app .bfl-owner-name {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

#bfl-owner-profile-app .bfl-owner-tenure {
  margin: 22px 0 0;
  font-size: 18px;
  font-weight: 600;
  opacity: 0.88;
}

#bfl-owner-profile-app .bfl-owner-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(110px, 1fr));
  gap: 1px;
  max-width: 760px;
  margin-top: 38px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

#bfl-owner-profile-app .bfl-owner-hero-stats > div {
  padding: 18px 16px;
  background: rgba(34, 0, 10, 0.45);
}

#bfl-owner-profile-app .bfl-owner-hero-stats strong,
#bfl-owner-profile-app .bfl-owner-hero-stats span {
  display: block;
}

#bfl-owner-profile-app .bfl-owner-hero-stats strong {
  font-size: 24px;
  line-height: 1.1;
}

#bfl-owner-profile-app .bfl-owner-hero-stats span {
  margin-top: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.72;
  text-transform: uppercase;
}

#bfl-owner-profile-app .bfl-owner-headshot-area {
  display: flex;
  align-items: end;
  justify-content: center;
  min-height: 470px;
}

#bfl-owner-profile-app .bfl-owner-headshot {
  display: block;
  width: 100%;
  max-width: 480px;
  max-height: 500px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 20px 25px rgba(0, 0, 0, 0.3));
}

#bfl-owner-profile-app .bfl-owner-headshot-placeholder {
  width: 100%;
  max-width: 380px;
  margin-bottom: 50px;
  padding: 32px;
  border: 2px dashed rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

#bfl-owner-profile-app .bfl-owner-content-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 58px 32px 0;
}

#bfl-owner-profile-app .bfl-owner-section-heading {
  margin-bottom: 22px;
}

#bfl-owner-profile-app .bfl-owner-section-heading h2 {
  margin: 0;
  color: var(--bfl-ink);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 850;
  letter-spacing: -0.035em;
}

#bfl-owner-profile-app .bfl-owner-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--bfl-border);
  border-left: 1px solid var(--bfl-border);
}

#bfl-owner-profile-app .bfl-owner-stat-card {
  min-height: 145px;
  padding: 24px;
  background: #fff;
  border-right: 1px solid var(--bfl-border);
  border-bottom: 1px solid var(--bfl-border);
}

#bfl-owner-profile-app .bfl-owner-stat-card span,
#bfl-owner-profile-app .bfl-owner-stat-card strong {
  display: block;
}

#bfl-owner-profile-app .bfl-owner-stat-card span {
  color: var(--bfl-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#bfl-owner-profile-app .bfl-owner-stat-card strong {
  margin-top: 18px;
  color: var(--bfl-burgundy);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  line-height: 1;
}

#bfl-owner-profile-app .bfl-owner-table-wrapper {
  overflow-x: auto;
  border: 1px solid var(--bfl-border);
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

#bfl-owner-profile-app .bfl-owner-season-table {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
}

#bfl-owner-profile-app .bfl-owner-season-table th,
#bfl-owner-profile-app .bfl-owner-season-table td {
  padding: 18px 16px;
  border-bottom: 1px solid var(--bfl-border);
  text-align: center;
  white-space: nowrap;
}

#bfl-owner-profile-app .bfl-owner-season-table th {
  background: #f5f5f5;
  color: #3f3f3f;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

#bfl-owner-profile-app .bfl-owner-season-table td {
  font-size: 15px;
  font-variant-numeric: tabular-nums;
}

#bfl-owner-profile-app .bfl-owner-season-table th:first-child,
#bfl-owner-profile-app .bfl-owner-season-table td:first-child {
  padding-left: 22px;
  text-align: left;
}

#bfl-owner-profile-app .bfl-owner-season-table tbody tr:last-child td {
  border-bottom: 0;
}

#bfl-owner-profile-app .bfl-owner-season-table tbody tr:hover {
  background: var(--bfl-cream);
}

#bfl-owner-profile-app .bfl-owner-season-cell {
  color: var(--bfl-burgundy);
  font-weight: 850;
}

#bfl-owner-profile-app .bfl-owner-result {
  display: inline-flex;
  min-width: 110px;
  justify-content: center;
  padding: 7px 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #eee;
  color: #444;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

#bfl-owner-profile-app .bfl-owner-result-champion {
  background: #f4e5ab;
  border-color: #e4c75f;
  color: #604500;
}

#bfl-owner-profile-app .bfl-owner-result-finalist {
  background: #e9e9e9;
  border-color: #d3d3d3;
  color: #3d3d3d;
}

#bfl-owner-profile-app .bfl-owner-result-playoffs,
#bfl-owner-profile-app .bfl-owner-result-made-playoffs {
  background: var(--bfl-success);
  border-color: var(--bfl-success);
  color: #fff;
}

#bfl-owner-profile-app .bfl-owner-result-missed-playoffs,
#bfl-owner-profile-app .bfl-owner-result-regular-season {
  background: var(--bfl-danger);
  border-color: var(--bfl-danger);
  color: #fff;
}

#bfl-owner-profile-app .bfl-owner-empty {
  padding: 30px !important;
  color: var(--bfl-muted);
  text-align: center !important;
}

/* =========================================================
   CHAMPIONSHIP TEAMS
   Accordion banner + roster tabs + horizontal player cards
   ========================================================= */

#bfl-owner-profile-app .bfl-owner-championship-preview {
  padding-bottom: 70px;
}

#bfl-owner-profile-app .bfl-owner-championship-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

#bfl-owner-profile-app .bfl-championship-card {
  width: 100%;
  overflow: hidden;
  border: 1px solid #d8c883;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(67, 8, 23, 0.10);
}

#bfl-owner-profile-app .bfl-championship-accordion-heading {
  margin: 0;
}

#bfl-owner-profile-app .bfl-championship-card-header {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 160px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 36px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 90% 10%, rgba(214, 175, 75, 0.34), transparent 34%),
    linear-gradient(135deg, var(--bfl-burgundy-dark), var(--bfl-burgundy));
  color: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
}

#bfl-owner-profile-app .bfl-championship-card-header::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.07;
  pointer-events: none;
  background-image:
    linear-gradient(30deg, #fff 12%, transparent 12.5%, transparent 87%, #fff 87.5%, #fff),
    linear-gradient(150deg, #fff 12%, transparent 12.5%, transparent 87%, #fff 87.5%, #fff);
  background-size: 54px 94px;
}

#bfl-owner-profile-app .bfl-championship-card-header > * {
  position: relative;
  z-index: 1;
}

#bfl-owner-profile-app .bfl-championship-card-header:hover {
  filter: brightness(1.045);
}

#bfl-owner-profile-app .bfl-championship-card-header:focus-visible {
  outline: 3px solid var(--bfl-gold);
  outline-offset: -5px;
}

#bfl-owner-profile-app .bfl-championship-title-block {
  display: block;
}

#bfl-owner-profile-app .bfl-championship-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--bfl-gold);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

#bfl-owner-profile-app .bfl-championship-title {
  display: block;
  color: #fff;
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

#bfl-owner-profile-app .bfl-championship-header-icons {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 22px;
}

#bfl-owner-profile-app .bfl-championship-trophy {
  font-size: 62px;
  line-height: 1;
  transform-origin: center bottom;
  transition: transform 220ms ease;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.22));
}

#bfl-owner-profile-app .bfl-championship-chevron {
  display: block;
  width: 18px;
  height: 18px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg) translateY(-4px);
  transition: transform 220ms ease;
}

#bfl-owner-profile-app .bfl-championship-card.is-open .bfl-championship-trophy {
  transform: rotate(-7deg) scale(1.04);
}

#bfl-owner-profile-app .bfl-championship-card.is-open .bfl-championship-chevron {
  transform: rotate(225deg) translate(-2px, -2px);
}

#bfl-owner-profile-app .bfl-championship-card-body {
  padding: 28px 30px 34px;
  border-top: 1px solid rgba(214, 175, 75, 0.48);
  background:
    linear-gradient(rgba(247, 243, 234, 0.72), rgba(255, 255, 255, 0) 150px),
    #fff;
}

#bfl-owner-profile-app .bfl-championship-card-body[hidden],
#bfl-owner-profile-app .bfl-championship-tab-panel[hidden] {
  display: none !important;
}

#bfl-owner-profile-app .bfl-championship-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
  overflow-x: auto;
  padding-bottom: 5px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

#bfl-owner-profile-app .bfl-championship-tabs::-webkit-scrollbar {
  display: none;
}

#bfl-owner-profile-app .bfl-championship-tab {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #d8d2c6;
  border-radius: 999px;
  background: #fff;
  color: var(--bfl-burgundy);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

#bfl-owner-profile-app .bfl-championship-tab strong {
  display: inline-flex;
  min-width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
  border-radius: 999px;
  background: var(--bfl-cream);
  color: var(--bfl-burgundy);
  font-size: 11px;
}

#bfl-owner-profile-app .bfl-championship-tab:hover {
  border-color: var(--bfl-gold);
}

#bfl-owner-profile-app .bfl-championship-tab:focus-visible {
  outline: 2px solid var(--bfl-gold);
  outline-offset: 2px;
}

#bfl-owner-profile-app .bfl-championship-tab.is-active {
  border-color: var(--bfl-burgundy);
  background: var(--bfl-burgundy);
  color: #fff;
}

#bfl-owner-profile-app .bfl-championship-tab.is-active strong {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

/* One horizontal carousel row of player cards */
#bfl-owner-profile-app .bfl-championship-player-grid {
  display: flex;
  gap: 16px;
  width: calc(100% + 30px);
  margin-right: -30px;
  padding: 2px 30px 16px 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--bfl-gold) #eee8da;
}

#bfl-owner-profile-app .bfl-championship-player-grid::-webkit-scrollbar {
  height: 8px;
}

#bfl-owner-profile-app .bfl-championship-player-grid::-webkit-scrollbar-track {
  background: #eee8da;
  border-radius: 999px;
}

#bfl-owner-profile-app .bfl-championship-player-grid::-webkit-scrollbar-thumb {
  background: var(--bfl-gold);
  border: 2px solid #eee8da;
  border-radius: 999px;
}

#bfl-owner-profile-app .bfl-championship-player {
  display: flex;
  flex: 0 0 210px;
  min-width: 210px;
  flex-direction: column;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid #dfd9cd;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(23, 23, 23, 0.08);
}

#bfl-owner-profile-app .bfl-championship-player-image-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-bottom: 1px solid #e6e0d5;
  background:
    radial-gradient(circle at 50% 35%, #fff 0, #f3ead4 54%, #dfcc91 100%);
}

#bfl-owner-profile-app .bfl-championship-player-image,
#bfl-owner-profile-app .bfl-championship-player-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

#bfl-owner-profile-app .bfl-championship-player-image {
  object-fit: cover;
  object-position: center center;
}

#bfl-owner-profile-app .bfl-championship-player-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bfl-burgundy-dark);
  font-size: 52px;
  font-weight: 900;
}

#bfl-owner-profile-app .bfl-championship-player-info {
  display: flex;
  min-width: 0;
  min-height: 82px;
  padding: 14px;
  flex-direction: column;
  justify-content: center;
}

#bfl-owner-profile-app .bfl-championship-player-info strong,
#bfl-owner-profile-app .bfl-championship-player-info span {
  display: block;
}

#bfl-owner-profile-app .bfl-championship-player-info strong {
  color: var(--bfl-ink);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.18;
}

#bfl-owner-profile-app .bfl-championship-player-info span {
  margin-top: 7px;
  color: var(--bfl-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.3;
  text-transform: uppercase;
}

#bfl-owner-profile-app .bfl-championship-tab-panel[id$="-ir"] .bfl-championship-player {
  background: #f5f5f5;
}

#bfl-owner-profile-app .bfl-championship-tab-panel[id$="-ir"] .bfl-championship-player-image {
  filter: grayscale(1);
}

#bfl-owner-profile-app .bfl-owner-coming-soon {
  padding: 34px;
  border: 1px dashed #c7b47c;
  background: var(--bfl-cream);
  color: #5d5236;
  text-align: center;
}

@media (max-width: 980px) {
  #bfl-owner-profile-app .bfl-owner-hero-inner {
    grid-template-columns: 1fr 360px;
  }

  #bfl-owner-profile-app .bfl-owner-hero-stats {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }

  #bfl-owner-profile-app .bfl-owner-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 740px) {
  /* OceanWP mobile header */
  #site-header,
  #site-header-inner {
    height: 65px !important;
    min-height: 65px !important;
  }

  #site-header-inner {
    position: relative !important;
    display: block !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #site-logo {
    float: left !important;
    height: 65px !important;
  }

  #site-logo #site-logo-inner,
  #site-logo #site-logo-inner a {
    display: flex !important;
    height: 65px !important;
    align-items: center !important;
    line-height: 65px !important;
  }

  /* OceanWP outputs both logos on mobile:
     hide the wide desktop logo and keep the square responsive logo */
  #site-logo img.custom-logo {
    display: none !important;
  }

  #site-logo img.responsive-logo {
    display: block !important;
    width: 52px !important;
    height: 52px !important;
    max-width: 52px !important;
    max-height: 52px !important;
    margin: 0 !important;
    object-fit: contain !important;
    vertical-align: middle !important;
  }

  .oceanwp-mobile-menu-icon {
    position: absolute !important;
    top: 50% !important;
    right: 20px !important;
    float: none !important;
    height: auto !important;
    line-height: 1 !important;
    transform: translateY(-50%) !important;
  }

  .oceanwp-mobile-menu-icon a,
  .oceanwp-mobile-menu-icon .mobile-menu {
    display: flex !important;
    height: auto !important;
    align-items: center !important;
    line-height: 1 !important;
  }

  /* Compact owner hero */
  #bfl-owner-profile-app .bfl-owner-hero-inner {
    display: block;
    min-height: auto;
    padding: 62px 20px 24px;
  }

  #bfl-owner-profile-app .bfl-owner-brand-block {
    margin: 0;
    padding: 0;
  }

  #bfl-owner-profile-app .bfl-owner-league-logo {
    display: none;
  }

  #bfl-owner-profile-app .bfl-owner-eyebrow {
    display: block;
    margin: 0 0 8px;
    color: var(--bfl-gold);
    font-size: 11px;
    line-height: 1.25;
  }

  #bfl-owner-profile-app .bfl-owner-name {
    margin: 0;
    font-size: clamp(44px, 13vw, 60px);
    line-height: 0.92;
  }

  #bfl-owner-profile-app .bfl-owner-tenure {
    margin-top: 14px;
    font-size: 15px;
  }

  #bfl-owner-profile-app .bfl-owner-hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
  }

  #bfl-owner-profile-app .bfl-owner-hero-stats > div {
    padding: 14px 12px;
  }

  #bfl-owner-profile-app .bfl-owner-hero-stats strong {
    font-size: 20px;
  }

  #bfl-owner-profile-app .bfl-owner-headshot-area,
  #bfl-owner-profile-app .bfl-owner-headshot {
    display: none;
  }

  /* Main content */
  #bfl-owner-profile-app .bfl-owner-content-section {
    padding: 42px 18px 0;
  }

  #bfl-owner-profile-app .bfl-owner-stat-card {
    min-height: 120px;
    padding: 18px;
  }

  #bfl-owner-profile-app .bfl-owner-stat-card strong {
    margin-top: 14px;
  }

  /* Championship section */
  #bfl-owner-profile-app .bfl-owner-championship-preview {
    padding-bottom: 48px;
  }

  #bfl-owner-profile-app .bfl-championship-card {
    border-radius: 14px;
  }

  #bfl-owner-profile-app .bfl-championship-card-header {
    min-height: 126px;
    padding: 24px 20px;
  }

  #bfl-owner-profile-app .bfl-championship-title {
    font-size: clamp(30px, 9vw, 42px);
  }

  #bfl-owner-profile-app .bfl-championship-eyebrow {
    margin-bottom: 9px;
    font-size: 10px;
  }

  #bfl-owner-profile-app .bfl-championship-header-icons {
    gap: 14px;
  }

  #bfl-owner-profile-app .bfl-championship-trophy {
    font-size: 44px;
  }

  #bfl-owner-profile-app .bfl-championship-chevron {
    width: 14px;
    height: 14px;
  }

  #bfl-owner-profile-app .bfl-championship-card-body {
    padding: 22px 18px 26px;
  }

  #bfl-owner-profile-app .bfl-championship-player-grid {
    width: calc(100% + 18px);
    margin-right: -18px;
    padding-right: 18px;
  }

  #bfl-owner-profile-app .bfl-championship-player {
    flex-basis: 172px;
    min-width: 172px;
  }

  #bfl-owner-profile-app .bfl-championship-player-info {
    padding: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #bfl-owner-profile-app .bfl-championship-player-grid {
    scroll-behavior: auto;
  }
}
