/* ORL Design System Foundation v2.14.0
 * Presentation primitives only. Modules retain ownership of data and logic.
 */
:root{
  --orl-colour-brand:#09347a;--orl-colour-accent:#007dc3;--orl-colour-ink:#172033;
  --orl-colour-muted:#68758a;--orl-colour-line:#d9e2ee;--orl-colour-surface:#fff;
  --orl-colour-canvas:#f5f8fc;--orl-colour-success:#17854b;--orl-colour-warning:#c47a00;
  --orl-colour-danger:#bd2f39;--orl-colour-info:#007dc3;
  --orl-radius-sm:8px;--orl-radius-md:12px;--orl-radius-lg:16px;--orl-radius-pill:999px;
  --orl-space-xs:4px;--orl-space-sm:8px;--orl-space-md:16px;--orl-space-lg:24px;--orl-space-xl:32px;
  --orl-shadow-card:0 8px 24px rgba(9,52,122,.08);--orl-shadow-hero:0 18px 44px rgba(9,52,122,.16);
  --orl-font-ui:Poppins,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --orl-transition:160ms ease;
}
.orl-ui-shell,.orl-ui-hero,.orl-ui-nav,.orl-ui-card,.orl-ui-stat,.orl-ui-table-wrap,.orl-ui-alert,.orl-ui-empty{box-sizing:border-box;font-family:var(--orl-font-ui);color:var(--orl-colour-ink)}
.orl-ui-shell *,.orl-ui-hero *,.orl-ui-nav *,.orl-ui-card *,.orl-ui-stat *,.orl-ui-table-wrap *,.orl-ui-alert *,.orl-ui-empty *{box-sizing:border-box}
.orl-ui-stack{display:grid;gap:var(--orl-space-lg)}.orl-ui-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:var(--orl-space-md)}
.orl-ui-title{margin:0;color:var(--orl-colour-brand);font-weight:900;line-height:1.08}.orl-ui-title--hero{font-size:clamp(2rem,5vw,4rem);color:#fff}.orl-ui-title--section{font-size:clamp(1.35rem,2.5vw,2rem)}
.orl-ui-subtitle{margin:6px 0 0;font-size:clamp(1rem,2vw,1.25rem);font-weight:750}.orl-ui-description{max-width:760px;margin-top:14px;line-height:1.65}.orl-ui-label,.orl-ui-eyebrow{font-size:.72rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.orl-ui-eyebrow{display:block;margin:0 0 5px;color:var(--orl-colour-accent)}
.orl-ui-hero{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:clamp(18px,4vw,38px);align-items:center;min-height:240px;padding:clamp(24px,5vw,54px);overflow:hidden;border-radius:var(--orl-radius-lg);background:linear-gradient(125deg,var(--orl-colour-brand),#0b438f 60%,var(--orl-colour-accent));color:#fff;box-shadow:var(--orl-shadow-hero)}
.orl-ui-hero:after{content:"";position:absolute;right:-100px;bottom:-150px;width:380px;height:380px;border:1px solid rgba(255,255,255,.14);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.04),0 0 0 110px rgba(255,255,255,.025)}
.orl-ui-hero-body,.orl-ui-hero-media{position:relative;z-index:1}.orl-ui-hero-media{display:grid;place-items:center;width:clamp(110px,15vw,180px);aspect-ratio:1;border:1px solid rgba(255,255,255,.22);border-radius:var(--orl-radius-lg);background:rgba(255,255,255,.1);overflow:hidden}.orl-ui-hero-media img,.orl-ui-hero-media svg{max-width:100%;max-height:100%}
.orl-ui-hero .orl-ui-eyebrow{color:#9dddff}.orl-ui-hero .orl-ui-description{color:rgba(255,255,255,.86)}.orl-ui-hero-meta{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:20px}.orl-ui-hero-meta-item{display:grid;gap:2px}.orl-ui-hero-meta-item span{color:rgba(255,255,255,.68);font-size:.67rem;font-weight:850;text-transform:uppercase}.orl-ui-hero-meta-item strong{font-size:.94rem}
.orl-ui-nav{margin:18px 0 26px;border:1px solid var(--orl-colour-line);border-radius:var(--orl-radius-md);background:var(--orl-colour-surface);box-shadow:var(--orl-shadow-card);overflow:hidden}.orl-ui-nav-track{display:flex;overflow-x:auto;scrollbar-width:thin}.orl-ui-nav-item{display:inline-flex;align-items:center;gap:7px;min-height:52px;padding:0 18px;border-bottom:3px solid transparent;color:var(--orl-colour-muted);font-size:.83rem;font-weight:850;text-decoration:none;white-space:nowrap;transition:var(--orl-transition)}.orl-ui-nav-item:hover{background:#eef7fd;color:var(--orl-colour-brand)}.orl-ui-nav-item.is-active{border-bottom-color:var(--orl-colour-accent);background:#f1f8fd;color:var(--orl-colour-brand)}.orl-ui-nav-item.is-disabled{opacity:.48;cursor:not-allowed}.orl-ui-nav-count{display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border-radius:var(--orl-radius-pill);background:#e3eef8;color:var(--orl-colour-brand);font-size:.64rem}
.orl-ui-section-header{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:30px 0 15px;padding:0 0 12px;border-bottom:3px solid var(--orl-colour-accent)}.orl-ui-section-heading{min-width:0}.orl-ui-section-description{margin:6px 0 0;color:var(--orl-colour-muted);line-height:1.5}.orl-ui-section-action{flex:0 0 auto}
.orl-ui-card,.orl-ui-stat{border:1px solid var(--orl-colour-line);border-radius:var(--orl-radius-md);background:var(--orl-colour-surface);box-shadow:var(--orl-shadow-card)}.orl-ui-card{display:flex;flex-direction:column;min-width:0;overflow:hidden}.orl-ui-card-header{display:flex;align-items:center;gap:12px;padding:18px 20px;border-bottom:1px solid var(--orl-colour-line)}.orl-ui-card-title{margin:0;color:var(--orl-colour-brand);font-size:1.05rem;font-weight:900}.orl-ui-card-content{flex:1;padding:20px;line-height:1.6}.orl-ui-card-content>:first-child{margin-top:0}.orl-ui-card-content>:last-child{margin-bottom:0}.orl-ui-card-footer{padding:14px 20px;border-top:1px solid var(--orl-colour-line);background:#f8fbfe}
.orl-ui-card--feature{border-top:4px solid var(--orl-colour-accent)}.orl-ui-card--summary{background:linear-gradient(145deg,#fff,#f3f8fd)}.orl-ui-card--empty{border-style:dashed}.orl-ui-card--alert{border-left:5px solid var(--orl-colour-warning)}
.orl-ui-component-icon{display:inline-grid;place-items:center;flex:0 0 auto;min-width:32px;height:32px;padding:0 7px;border-radius:9px;background:#e8f3fb;color:var(--orl-colour-brand);font-weight:900}
.orl-ui-stat{position:relative;display:flex;align-items:center;gap:14px;min-height:112px;padding:18px 20px;overflow:hidden}.orl-ui-stat:after{content:"";position:absolute;right:-28px;bottom:-54px;width:110px;height:110px;border-radius:50%;background:rgba(0,125,195,.065)}.orl-ui-stat-copy{position:relative;z-index:1;display:grid;gap:2px;min-width:0}.orl-ui-stat .orl-ui-label{color:var(--orl-colour-muted)}.orl-ui-stat-value{color:var(--orl-colour-brand);font-size:clamp(1.55rem,3vw,2.15rem);line-height:1.05}.orl-ui-stat-detail{color:var(--orl-colour-muted);font-size:.75rem}.orl-ui-stat-trend{position:relative;z-index:1;margin-left:auto;align-self:flex-start;color:var(--orl-colour-success);font-size:.75rem;font-weight:900}
.orl-ui-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.orl-ui-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 17px;border:2px solid transparent;border-radius:9px;font-family:inherit;font-size:.84rem;font-weight:900;line-height:1;text-decoration:none;cursor:pointer;transition:var(--orl-transition)}.orl-ui-button:hover{transform:translateY(-1px);text-decoration:none}.orl-ui-button--primary{background:var(--orl-colour-accent);color:#fff}.orl-ui-button--primary:hover{background:var(--orl-colour-brand);color:#fff}.orl-ui-button--secondary{background:#e7f2fb;color:var(--orl-colour-brand)}.orl-ui-button--secondary:hover{background:#d9ebf8;color:var(--orl-colour-brand)}.orl-ui-button--danger{background:var(--orl-colour-danger);color:#fff}.orl-ui-button--success{background:var(--orl-colour-success);color:#fff}.orl-ui-button--outline{border-color:var(--orl-colour-brand);background:transparent;color:var(--orl-colour-brand)}.orl-ui-button--small{min-height:34px;padding:7px 12px;font-size:.73rem}.orl-ui-button--large{min-height:50px;padding:13px 22px;font-size:.95rem}.orl-ui-button .orl-ui-component-icon{min-width:auto;height:auto;padding:0;background:none;color:inherit}
.orl-ui-badge{display:inline-flex;align-items:center;gap:5px;min-height:25px;padding:4px 9px;border:1px solid transparent;border-radius:var(--orl-radius-pill);background:#e8eef5;color:var(--orl-colour-ink);font-size:.67rem;font-weight:900;letter-spacing:.035em;text-transform:uppercase}.orl-ui-badge .orl-ui-component-icon{min-width:auto;height:auto;padding:0;background:none;color:inherit}.orl-ui-badge.is-info{background:#e1f2fc;color:#075f91}.orl-ui-badge.is-success{background:#e3f4ea;color:#12673b}.orl-ui-badge.is-warning{background:#fff0d3;color:#875300}.orl-ui-badge.is-danger{background:#fbe4e6;color:#8b2028}.orl-ui-badge.is-brand{background:var(--orl-colour-brand);color:#fff}.orl-ui-badge.is-neutral{background:#e8eef5;color:#425066}
.orl-ui-alert{display:flex;align-items:flex-start;gap:13px;padding:16px 18px;border:1px solid #b9dff4;border-left:5px solid var(--orl-colour-info);border-radius:var(--orl-radius-md);background:#edf8fe}.orl-ui-alert>div{flex:1;line-height:1.5}.orl-ui-alert .orl-ui-actions{margin:0}.orl-ui-alert.is-success{border-color:#b8ddc8;border-left-color:var(--orl-colour-success);background:#edf8f1}.orl-ui-alert.is-warning{border-color:#ecd59f;border-left-color:var(--orl-colour-warning);background:#fff8e9}.orl-ui-alert.is-danger{border-color:#edbdc1;border-left-color:var(--orl-colour-danger);background:#fff0f1}
.orl-ui-empty{display:grid;place-items:center;min-height:210px;padding:32px;border:2px dashed #c6d5e4;border-radius:var(--orl-radius-md);background:#f9fbfd;text-align:center}.orl-ui-empty-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#e7f2fb;color:var(--orl-colour-brand);font-size:1.5rem;font-weight:900}.orl-ui-empty h3{margin:14px 0 3px;color:var(--orl-colour-brand)}.orl-ui-empty p{max-width:520px;margin:0;color:var(--orl-colour-muted);line-height:1.55}.orl-ui-empty .orl-ui-actions{justify-content:center}
.orl-ui-table-wrap{width:100%;overflow-x:auto;border:1px solid var(--orl-colour-line);border-radius:var(--orl-radius-md);background:var(--orl-colour-surface);box-shadow:var(--orl-shadow-card)}.orl-ui-table{width:100%;border:0;border-collapse:collapse;border-spacing:0}.orl-ui-table caption{padding:13px 16px;color:var(--orl-colour-brand);font-weight:900;text-align:left}.orl-ui-table th,.orl-ui-table td{padding:12px 14px;border:0;border-bottom:1px solid var(--orl-colour-line);vertical-align:middle}.orl-ui-table thead th{background:var(--orl-colour-brand);color:#fff;font-size:.7rem;font-weight:900;letter-spacing:.045em;text-transform:uppercase}.orl-ui-table tbody tr:nth-child(even){background:#f2f8fd}.orl-ui-table tbody tr:hover{background:#e5f3fb}.orl-ui-table tbody tr:last-child td{border-bottom:0}.orl-ui-table .is-center{text-align:center}.orl-ui-table .is-right{text-align:right}.orl-ui-table-empty{height:100px;color:var(--orl-colour-muted);text-align:center}
@media(max-width:700px){.orl-ui-hero{grid-template-columns:1fr;text-align:center}.orl-ui-hero-media{margin:auto}.orl-ui-hero-meta,.orl-ui-hero .orl-ui-actions{justify-content:center}.orl-ui-section-header{align-items:stretch;flex-direction:column}.orl-ui-section-action{align-self:flex-start}.orl-ui-alert{flex-wrap:wrap}.orl-ui-alert .orl-ui-actions{width:100%}}
@media(max-width:560px){.orl-ui-hero{padding:24px 18px}.orl-ui-title--hero{font-size:2rem}.orl-ui-nav-item{min-height:48px;padding:0 14px}.orl-ui-card-content{padding:16px}.orl-ui-table-wrap{overflow:visible;border:0;background:transparent;box-shadow:none}.orl-ui-table,.orl-ui-table tbody,.orl-ui-table tr,.orl-ui-table td{display:block;width:100%}.orl-ui-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.orl-ui-table tbody{display:grid;gap:12px}.orl-ui-table tr{padding:9px 13px;border:1px solid var(--orl-colour-line);border-radius:var(--orl-radius-md);background:#fff!important;box-shadow:var(--orl-shadow-card)}.orl-ui-table td{display:grid;grid-template-columns:minmax(90px,40%) 1fr;gap:12px;padding:8px 0;border-bottom:1px solid var(--orl-colour-line);text-align:right!important}.orl-ui-table td:last-child{border-bottom:0}.orl-ui-table td:before{content:attr(data-label);color:var(--orl-colour-muted);font-size:.67rem;font-weight:900;text-align:left;text-transform:uppercase}.orl-ui-table-empty{display:block!important;text-align:center!important}.orl-ui-table-empty:before{display:none}}
@media(prefers-reduced-motion:reduce){.orl-ui-button,.orl-ui-nav-item{transition:none}.orl-ui-button:hover{transform:none}}

/* Player Profile migration — v2.15.1. Composed only from ORL Design System primitives. */
.orl-player-profile-v3{max-width:1320px;margin:28px auto;padding:0 22px 52px;color:var(--orl-colour-ink)}
.orl-player-profile-v3>.orl-player-back-button{margin-bottom:12px}
.orl-player-design-hero{grid-template-columns:minmax(150px,210px) minmax(0,1fr);min-height:300px;background:linear-gradient(135deg,var(--orl-colour-brand),#061d45 72%)}
.orl-player-design-hero .orl-ui-hero-media{align-self:stretch;width:100%;max-width:210px;aspect-ratio:auto;min-height:250px;border:0;border-radius:0;background:rgba(255,255,255,.06);overflow:visible}
.orl-player-design-portrait{display:block;width:100%;height:100%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 14px 18px rgba(0,0,0,.28))}
.orl-player-design-hero .orl-ui-subtitle{margin:8px 0 2px;font-size:clamp(1.05rem,2vw,1.35rem);font-weight:800;color:#fff}
.orl-player-design-hero .orl-ui-description{margin-top:4px;font-weight:800}
.orl-player-club-link{color:#fff!important;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.45)}
.orl-player-club-link:hover{border-bottom-color:#fff}
.orl-player-design-navigation{margin-top:0;border-top:0;border-radius:0 0 var(--orl-radius-md) var(--orl-radius-md)}
.orl-player-design-content,.orl-player-design-section{display:grid;gap:18px}
.orl-player-design-content{margin-top:24px}
.orl-player-design-section{margin-top:28px}
.orl-player-design-content>.orl-player-design-section:first-child{margin-top:0}
.orl-player-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px}
.orl-player-stat-grid>dl,.orl-player-stat-grid>ul,.orl-player-stat-grid>[class*="stat"]{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:12px;margin:0;padding:0;list-style:none}
.orl-player-stat-grid>dl>div,.orl-player-stat-grid>ul>li,.orl-player-stat-grid>[class*="stat"]>div,.orl-player-stat-grid>[class*="stat"]>li{min-width:0;padding:17px;border:1px solid var(--orl-colour-line);border-radius:var(--orl-radius-md);background:var(--orl-colour-surface);box-shadow:var(--orl-shadow-card);text-align:center}
.orl-player-design-native{display:grid;gap:22px}
.orl-player-design-native>.orl-player-native-section,.orl-player-native-content>.orl-player-native-section{margin:0;overflow:hidden}
.orl-player-native-section>.orl-player-native-heading{margin:0;padding:18px 20px;border-bottom:3px solid var(--orl-colour-accent);background:var(--orl-colour-surface)}
.orl-player-native-section>:not(.orl-player-native-heading){margin-left:20px;margin-right:20px}
.orl-player-native-section>:last-child{margin-bottom:20px}
.orl-player-info-grid{display:grid;grid-template-columns:minmax(150px,.7fr) minmax(0,1.3fr);margin:0;padding:20px;background:#fff}
.orl-player-info-grid dt,.orl-player-info-grid dd{margin:0;padding:11px 12px;border-bottom:1px solid var(--orl-colour-line)}
.orl-player-info-grid dt{color:var(--orl-colour-muted);font-size:.72rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.orl-player-info-grid dd{font-weight:800;text-align:right}
.orl-player-info-grid dt:last-of-type,.orl-player-info-grid dd:last-of-type{border-bottom:0}
.orl-player-design-table-wrap{margin:0!important;border-radius:0;box-shadow:none}
.orl-player-career-content{overflow-x:auto}
.orl-player-profile-v3 .orl-player-career-content table{width:100%;border-collapse:collapse}
.orl-player-profile-v3 .orl-player-career-content th{background:var(--orl-colour-brand);color:#fff}
.orl-player-profile-v3 .orl-player-career-content th,.orl-player-profile-v3 .orl-player-career-content td{padding:12px;border-bottom:1px solid var(--orl-colour-line);text-align:center}
@media(max-width:700px){.orl-player-profile-v3{padding-left:12px;padding-right:12px}.orl-player-design-hero{grid-template-columns:1fr}.orl-player-design-hero .orl-ui-hero-media{min-height:210px;max-width:180px;margin:0 auto}.orl-player-info-grid{grid-template-columns:1fr}.orl-player-info-grid dd{text-align:left;padding-top:0}.orl-player-native-section>:not(.orl-player-native-heading){margin-left:14px;margin-right:14px}}


/* v2.15.1 — Player Profile layout, width and contrast correction. */
.orl-player-profile-v3{
  width:100%;
  max-width:1480px;
  margin:24px auto;
  padding:0 18px 52px;
}

/* The identity hero owns its contrast. No theme or plugin text colour may leak in. */
.orl-player-profile-v3 .orl-player-design-hero,
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-content,
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-title,
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-title--hero,
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-subtitle,
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-description,
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-eyebrow,
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-label,
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-meta,
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-meta *,
.orl-player-profile-v3 .orl-player-design-hero p,
.orl-player-profile-v3 .orl-player-design-hero span,
.orl-player-profile-v3 .orl-player-design-hero strong,
.orl-player-profile-v3 .orl-player-design-hero dt,
.orl-player-profile-v3 .orl-player-design-hero dd{
  color:#fff!important;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-eyebrow,
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-label{
  opacity:.78;
}
.orl-player-profile-v3 .orl-player-design-hero a{
  color:#fff!important;
}

/* Every profile row participates in the same full-width page grid. */
.orl-player-profile-v3 .orl-player-design-content,
.orl-player-profile-v3 .orl-player-design-section,
.orl-player-profile-v3 .orl-player-design-native,
.orl-player-profile-v3 .orl-player-native-content,
.orl-player-profile-v3 .orl-player-native-section,
.orl-player-profile-v3 .orl-ui-card,
.orl-player-profile-v3 .orl-ui-card-content,
.orl-player-profile-v3 .orl-player-stat-grid,
.orl-player-profile-v3 .orl-player-info-grid,
.orl-player-profile-v3 .orl-ui-table-wrap,
.orl-player-profile-v3 .orl-player-career-content{
  width:100%!important;
  max-width:none!important;
  min-width:0;
  margin-left:0!important;
  margin-right:0!important;
}
.orl-player-profile-v3 .orl-player-design-content{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:24px;
  margin-top:24px;
}
.orl-player-profile-v3 .orl-player-design-section{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:16px;
  margin-top:0;
}
.orl-player-profile-v3 .orl-player-design-native{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:22px;
}
.orl-player-profile-v3 .orl-player-design-native>.orl-player-native-section,
.orl-player-profile-v3 .orl-player-native-content>.orl-player-native-section{
  grid-column:1 / -1;
}
.orl-player-profile-v3 .orl-player-current-season{
  min-height:0!important;
}
.orl-player-profile-v3 .orl-player-current-season .orl-ui-section-header{
  margin:0;
}
.orl-player-profile-v3 .orl-player-stat-grid{
  grid-template-columns:repeat(auto-fit,minmax(130px,1fr));
}

/* Remove the narrow card-inside-card appearance and let information breathe. */
.orl-player-profile-v3 .orl-player-native-section{
  overflow:hidden;
  border:1px solid var(--orl-colour-line);
  border-radius:var(--orl-radius-md);
  background:#fff;
  box-shadow:var(--orl-shadow-card);
}
.orl-player-profile-v3 .orl-player-native-section>.orl-player-native-heading{
  width:100%;
  margin:0!important;
  padding:16px 20px!important;
  border:0;
  border-bottom:3px solid var(--orl-colour-accent);
  border-radius:0!important;
  background:var(--orl-colour-brand)!important;
  color:#fff!important;
}
.orl-player-profile-v3 .orl-player-native-section>:not(.orl-player-native-heading){
  width:auto!important;
  max-width:none!important;
  margin-left:20px!important;
  margin-right:20px!important;
}
.orl-player-profile-v3 .orl-player-info-grid{
  grid-template-columns:minmax(180px,.65fr) minmax(0,1.35fr)!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}

/* Tables always fill their row; horizontal scrolling is reserved for genuinely dense data. */
.orl-player-profile-v3 .orl-ui-table-wrap,
.orl-player-profile-v3 .orl-player-design-table-wrap{
  display:block;
  overflow-x:auto;
  border-radius:0;
  box-shadow:none;
}
.orl-player-profile-v3 table,
.orl-player-profile-v3 .orl-ui-table,
.orl-player-profile-v3 .orl-player-design-table,
.orl-player-profile-v3 .orl-player-career-content table{
  width:100%!important;
  max-width:none!important;
  table-layout:auto;
}
.orl-player-profile-v3 th{
  background:var(--orl-colour-brand)!important;
  color:#fff!important;
}

@media(max-width:900px){
  .orl-player-profile-v3{padding-left:12px;padding-right:12px}
  .orl-player-profile-v3 .orl-player-design-native{grid-template-columns:minmax(0,1fr)}
}
@media(max-width:700px){
  .orl-player-profile-v3 .orl-player-info-grid{grid-template-columns:1fr!important}
  .orl-player-profile-v3 .orl-player-native-section>:not(.orl-player-native-heading){margin-left:12px!important;margin-right:12px!important}
}

/* v2.15.2: native Player System content sits on white surfaces, so never inherit hero text colours. */
.orl-player-profile-v3 .orl-player-stat-grid,
.orl-player-profile-v3 .orl-player-stat-grid dl,
.orl-player-profile-v3 .orl-player-stat-grid ul,
.orl-player-profile-v3 .orl-player-stat-grid article,
.orl-player-profile-v3 .orl-player-info-grid,
.orl-player-profile-v3 .orl-player-native-section {
  color:var(--orl-colour-ink)!important;
}
.orl-player-profile-v3 .orl-player-stat-grid *,
.orl-player-profile-v3 .orl-player-info-grid dt,
.orl-player-profile-v3 .orl-player-info-grid dd,
.orl-player-profile-v3 .orl-player-native-section p,
.orl-player-profile-v3 .orl-player-native-section li,
.orl-player-profile-v3 .orl-player-native-section label,
.orl-player-profile-v3 .orl-player-native-section span:not(.orl-player-native-heading *) {
  color:var(--orl-colour-ink)!important;
  text-shadow:none!important;
}
.orl-player-profile-v3 .orl-player-stat-grid dt,
.orl-player-profile-v3 .orl-player-stat-grid .orl-ui-label,
.orl-player-profile-v3 .orl-player-info-grid dt {
  color:var(--orl-colour-muted)!important;
}
.orl-player-profile-v3 .orl-player-stat-grid dd,
.orl-player-profile-v3 .orl-player-stat-grid strong,
.orl-player-profile-v3 .orl-player-stat-grid .orl-ui-stat-value {
  color:var(--orl-colour-brand)!important;
}
/* Keep branded section headings white after the native-content contrast reset. */
.orl-player-profile-v3 .orl-player-native-heading,
.orl-player-profile-v3 .orl-player-native-heading * {
  color:#fff!important;
}

/* v2.16.0 — Match Centre Design System migration. */
.orl-game-match-page .orl-lmc,
.orl-live-match-centre-view .orl-lmc {
  width: 100%;
  max-width: var(--orl-ui-content-max, 1400px);
  margin: 24px auto 48px;
  padding: 0 var(--orl-ui-space-4, 20px);
  box-sizing: border-box;
}

.orl-game-match-page .orl-lmc *,
.orl-live-match-centre-view .orl-lmc * { box-sizing: border-box; }

.orl-game-match-page .orl-lmc-scoreboard,
.orl-live-match-centre-view .orl-lmc-scoreboard {
  width: 100%;
  margin: 0;
  padding: clamp(24px, 4vw, 48px);
  border: 0;
  border-radius: var(--orl-ui-radius-lg, 18px) var(--orl-ui-radius-lg, 18px) 0 0;
  background: linear-gradient(135deg, #09347a 0%, #0756a5 58%, #007dc3 100%) !important;
  box-shadow: var(--orl-ui-shadow-lg, 0 18px 44px rgba(9,52,122,.16));
  color: #fff !important;
}

.orl-game-match-page .orl-lmc-scoreboard *,
.orl-live-match-centre-view .orl-lmc-scoreboard * {
  color: #fff !important;
  text-shadow: none;
}

.orl-game-match-page .orl-lmc-scoreboard a,
.orl-live-match-centre-view .orl-lmc-scoreboard a {
  color: #fff !important;
  text-decoration-color: rgba(255,255,255,.55);
}

.orl-game-match-page .orl-lmc-view-nav,
.orl-live-match-centre-view .orl-lmc-view-nav {
  display: flex;
  width: 100%;
  min-height: 54px;
  margin: 0 0 24px;
  padding: 0 18px;
  gap: 4px;
  align-items: stretch;
  overflow-x: auto;
  border: 0;
  border-radius: 0 0 var(--orl-ui-radius-md, 14px) var(--orl-ui-radius-md, 14px);
  background: #062c68 !important;
  box-shadow: var(--orl-ui-shadow-sm, 0 8px 22px rgba(9,52,122,.10));
}

.orl-game-match-page .orl-lmc-view-nav a,
.orl-game-match-page .orl-lmc-view-nav button,
.orl-live-match-centre-view .orl-lmc-view-nav a,
.orl-live-match-centre-view .orl-lmc-view-nav button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 16px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent !important;
  color: rgba(255,255,255,.82) !important;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.orl-game-match-page .orl-lmc-view-nav .is-active,
.orl-game-match-page .orl-lmc-view-nav [aria-current="page"],
.orl-live-match-centre-view .orl-lmc-view-nav .is-active,
.orl-live-match-centre-view .orl-lmc-view-nav [aria-current="page"] {
  border-bottom-color: #42b8f5;
  color: #fff !important;
}

.orl-game-match-page .orl-lmc-panel,
.orl-live-match-centre-view .orl-lmc-panel {
  width: 100%;
  margin: 0 0 22px;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid var(--orl-ui-border, #dbe5f2) !important;
  border-radius: var(--orl-ui-radius-md, 14px) !important;
  background: #fff !important;
  box-shadow: var(--orl-ui-shadow-sm, 0 8px 22px rgba(9,52,122,.08)) !important;
  color: var(--orl-ui-text, #17243b) !important;
}

.orl-game-match-page .orl-lmc-panel > h2,
.orl-game-match-page .orl-lmc-panel > h3,
.orl-live-match-centre-view .orl-lmc-panel > h2,
.orl-live-match-centre-view .orl-lmc-panel > h3 {
  width: 100%;
  margin: -1px -1px 22px;
  padding: 13px 18px;
  border-radius: 10px;
  background: #007dc3 !important;
  color: #fff !important;
  font-family: Poppins, Arial, sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.25;
  text-transform: uppercase;
}

.orl-game-match-page .orl-lmc-panel p,
.orl-game-match-page .orl-lmc-panel li,
.orl-game-match-page .orl-lmc-panel td,
.orl-game-match-page .orl-lmc-panel dd,
.orl-live-match-centre-view .orl-lmc-panel p,
.orl-live-match-centre-view .orl-lmc-panel li,
.orl-live-match-centre-view .orl-lmc-panel td,
.orl-live-match-centre-view .orl-lmc-panel dd {
  color: var(--orl-ui-text, #17243b);
}

.orl-game-match-page .orl-lmc-panel small,
.orl-game-match-page .orl-lmc-panel dt,
.orl-live-match-centre-view .orl-lmc-panel small,
.orl-live-match-centre-view .orl-lmc-panel dt {
  color: var(--orl-ui-muted, #637083);
}

.orl-game-match-page .orl-lmc-team-lists,
.orl-live-match-centre-view .orl-lmc-team-lists {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--orl-ui-border, #dbe5f2);
  border-radius: var(--orl-ui-radius-md, 14px);
  overflow: hidden;
}

.orl-game-match-page .orl-lmc-team-lists > div,
.orl-live-match-centre-view .orl-lmc-team-lists > div {
  min-width: 0;
  padding: clamp(18px, 3vw, 30px);
  background: #fff;
}

.orl-game-match-page .orl-lmc-team-lists > div:first-child,
.orl-live-match-centre-view .orl-lmc-team-lists > div:first-child {
  border-right: 1px solid var(--orl-ui-border, #dbe5f2);
}

.orl-game-match-page .orl-lmc-table-wrap,
.orl-live-match-centre-view .orl-lmc-table-wrap {
  width: 100%;
  max-width: none;
  overflow-x: auto;
}

.orl-game-match-page .orl-lmc table,
.orl-live-match-centre-view .orl-lmc table {
  width: 100% !important;
  max-width: none !important;
  border-collapse: collapse;
}

.orl-game-match-page .orl-lmc th,
.orl-live-match-centre-view .orl-lmc th {
  padding: 12px 14px;
  background: #09347a !important;
  color: #fff !important;
  text-align: left;
  white-space: nowrap;
}

.orl-game-match-page .orl-lmc td,
.orl-live-match-centre-view .orl-lmc td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--orl-ui-border, #e2e8f0);
  background: #fff;
  color: var(--orl-ui-text, #17243b) !important;
}

.orl-game-match-page .orl-lmc tr:nth-child(even) td,
.orl-live-match-centre-view .orl-lmc tr:nth-child(even) td { background: #f7faff; }

.orl-game-match-page .orl-lmc-commentary,
.orl-game-match-page .orl-lmc-events,
.orl-live-match-centre-view .orl-lmc-commentary,
.orl-live-match-centre-view .orl-lmc-events {
  width: 100%;
  max-width: none;
}

@media (max-width: 760px) {
  .orl-game-match-page .orl-lmc,
  .orl-live-match-centre-view .orl-lmc { padding: 0 12px; }

  .orl-game-match-page .orl-lmc-scoreboard,
  .orl-live-match-centre-view .orl-lmc-scoreboard { border-radius: 14px 14px 0 0; }

  .orl-game-match-page .orl-lmc-team-lists,
  .orl-live-match-centre-view .orl-lmc-team-lists { grid-template-columns: 1fr; }

  .orl-game-match-page .orl-lmc-team-lists > div:first-child,
  .orl-live-match-centre-view .orl-lmc-team-lists > div:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--orl-ui-border, #dbe5f2);
    text-align: left;
  }
}

/* ORL Design System v2.17.0 — Competition Centre migration */
.orl-ui-competition-index,
.orl-ui-competition-page {
  width: 100%;
  max-width: none;
  color: var(--orl-ui-text, #17243b);
}

.orl-ui-directory-hero {
  position: relative;
  width: 100%;
  margin: 0 0 28px;
  padding: clamp(28px, 5vw, 52px);
  overflow: hidden;
  border-radius: var(--orl-ui-radius-lg, 20px);
  background: linear-gradient(135deg, #06265c 0%, #09347a 55%, #007dc3 100%);
  box-shadow: var(--orl-ui-shadow-lg, 0 18px 44px rgba(9,52,122,.18));
}
.orl-ui-directory-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -60% 42%;
  height: 170%;
  transform: skewX(-18deg);
  background: rgba(255,255,255,.07);
}
.orl-ui-directory-hero > * { position: relative; z-index: 1; }
.orl-ui-directory-eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  color: #8ed8ff !important;
  font-family: Poppins, Arial, sans-serif;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.orl-ui-directory-hero h1 { margin: 0; color: #fff !important; font-family: Poppins, Arial, sans-serif; font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1.05; }
.orl-ui-directory-hero p { max-width: 760px; margin: 12px 0 0; color: rgba(255,255,255,.88) !important; font-size: clamp(1rem, 2vw, 1.14rem); }

.orl-ui-competition-index .orl-competition-group { width: 100%; margin: 0 0 34px; }
.orl-ui-competition-index .orl-section-title,
.orl-ui-competition-page .orl-section > h2,
.orl-ui-competition-page .orl-competition-overview > h2,
.orl-ui-competition-page .orl-round > h3 {
  width: 100%;
  margin: 0 0 18px;
  padding: 14px 20px;
  border: 0;
  border-radius: 10px;
  background: #007dc3 !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(0,125,195,.14);
}
.orl-ui-competition-index .orl-section-title h2,
.orl-ui-competition-index .orl-section-title p,
.orl-ui-competition-page .orl-section > h2,
.orl-ui-competition-page .orl-round > h3 { color: #fff !important; }
.orl-ui-competition-index .orl-section-title h2 { margin: 0; font-family: Poppins,Arial,sans-serif; text-transform: uppercase; }
.orl-ui-competition-index .orl-section-title p { margin: 4px 0 0; opacity: .86; }

.orl-ui-competition-index .orl-competition-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.orl-ui-competition-index .orl-competition-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--orl-ui-border, #dbe5f2);
  border-radius: var(--orl-ui-radius-lg, 18px);
  background: #fff;
  box-shadow: var(--orl-ui-shadow-md, 0 12px 30px rgba(23,36,59,.09));
  transition: transform .2s ease, box-shadow .2s ease;
}
.orl-ui-competition-index .orl-competition-card:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(23,36,59,.14); }
.orl-ui-competition-index .orl-competition-card-flagship { grid-column: 1 / -1; border-color: rgba(212,169,55,.55); }
.orl-ui-competition-index .orl-competition-card-body { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 18px; align-items: center; padding: 22px; }
.orl-ui-competition-index .orl-competition-copy h3,
.orl-ui-competition-index .orl-competition-copy h3 a { color: #09347a !important; }
.orl-ui-competition-index .orl-competition-copy p,
.orl-ui-competition-index .orl-competition-meta { color: var(--orl-ui-muted, #637083) !important; }

.orl-ui-competition-page .orl-competition-identity { width: 100%; max-width: none; border-radius: var(--orl-ui-radius-lg,20px); overflow: hidden; }
.orl-ui-competition-page .orl-competition-identity h1,
.orl-ui-competition-page .orl-competition-identity p,
.orl-ui-competition-page .orl-competition-identity span,
.orl-ui-competition-page .orl-competition-identity strong { color: #fff !important; }
.orl-ui-competition-page .orl-season-selector,
.orl-ui-competition-page .orl-competition-tabs,
.orl-ui-competition-page .orl-friendly-tabs { width: 100%; max-width: none; }
.orl-ui-competition-page .orl-competition-tabs,
.orl-ui-competition-page .orl-friendly-tabs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  margin: 16px 0 24px;
  padding: 7px;
  border: 1px solid var(--orl-ui-border,#dbe5f2);
  border-radius: 14px;
  background: #fff;
}
.orl-ui-competition-page .orl-competition-tabs a,
.orl-ui-competition-page .orl-friendly-tabs a { flex: 1 0 auto; color: #09347a !important; border-radius: 9px; text-align: center; font-weight: 800; }
.orl-ui-competition-page .orl-competition-tabs a.is-active,
.orl-ui-competition-page .orl-friendly-tabs a.is-active { background: #09347a !important; color: #fff !important; }

.orl-ui-competition-page .orl-section,
.orl-ui-competition-page .orl-competition-overview,
.orl-ui-competition-page .orl-competition-statistics,
.orl-ui-competition-page .orl-all-time-leaders {
  width: 100%;
  max-width: none;
  margin-bottom: 24px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--orl-ui-border,#dbe5f2);
  border-radius: var(--orl-ui-radius-lg,18px);
  background: #fff;
  color: var(--orl-ui-text,#17243b);
  box-shadow: var(--orl-ui-shadow-sm,0 8px 20px rgba(23,36,59,.06));
}
.orl-ui-competition-page .orl-section p,
.orl-ui-competition-page .orl-section li,
.orl-ui-competition-page .orl-section td,
.orl-ui-competition-page .orl-section th,
.orl-ui-competition-page .orl-competition-overview p { color: var(--orl-ui-text,#17243b); }
.orl-ui-competition-page .orl-overview-summary,
.orl-ui-competition-page .orl-stat-grid,
.orl-ui-competition-page .orl-leader-grid { width: 100%; grid-template-columns: repeat(4,minmax(0,1fr)); }
.orl-ui-competition-page .orl-fixture-list,
.orl-ui-competition-page .orl-team-draw,
.orl-ui-competition-page .orl-round { width: 100%; max-width: none; }
.orl-ui-competition-page .orl-match-row,
.orl-ui-competition-page .orl-fixture-row { width: 100%; }
.orl-ui-competition-page .orl-table-wrap { width: 100%; max-width: none; overflow-x: auto; }
.orl-ui-competition-page table { width: 100% !important; max-width: none !important; border-collapse: collapse; }
.orl-ui-competition-page thead th { padding: 13px 14px; background: #09347a !important; color: #fff !important; white-space: nowrap; }
.orl-ui-competition-page tbody td,
.orl-ui-competition-page tbody th { padding: 13px 14px; border-bottom: 1px solid #e2e8f0; background: #fff; color: #17243b !important; text-align: center; }
.orl-ui-competition-page tbody th { text-align: left; }
.orl-ui-competition-page tbody tr:nth-child(even) td,
.orl-ui-competition-page tbody tr:nth-child(even) th { background: #f7faff; }
.orl-ui-competition-page .orl-history-row { width: 100%; border: 1px solid #dbe5f2; border-radius: 12px; background: #fff; }
.orl-ui-competition-tier-friendly .orl-competition-identity:not(.orl-knockout-identity) { background: linear-gradient(135deg,#075b5f,#0a7f84) !important; }
.orl-ui-competition-knockout .orl-competition-identity { background: linear-gradient(135deg,#35104d,#7a1b55) !important; }

@media (max-width: 900px) {
  .orl-ui-competition-index .orl-competition-list { grid-template-columns: 1fr; }
  .orl-ui-competition-index .orl-competition-card-flagship { grid-column: auto; }
  .orl-ui-competition-page .orl-overview-summary,
  .orl-ui-competition-page .orl-stat-grid,
  .orl-ui-competition-page .orl-leader-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .orl-ui-competition-index .orl-competition-card-body { grid-template-columns: 1fr; }
  .orl-ui-competition-index .orl-competition-actions { width: 100%; }
  .orl-ui-competition-index .orl-competition-actions .orl-button { width: 100%; text-align: center; }
  .orl-ui-competition-page .orl-overview-summary,
  .orl-ui-competition-page .orl-stat-grid,
  .orl-ui-competition-page .orl-leader-grid { grid-template-columns: 1fr; }
  .orl-ui-competition-page .orl-section,
  .orl-ui-competition-page .orl-competition-overview { padding: 14px; }
}

/* ORL Design System v2.17.1 — Compact competition category headers.
 * Category headings should organise the Competition Centre without competing
 * with competition artwork, flagship ribbons, badges or knockout identities.
 */
.orl-ui-competition-index .orl-competition-group {
  margin-bottom: 28px;
}
.orl-ui-competition-index .orl-section-title {
  display: flex;
  align-items: center;
  min-height: 0;
  margin: 0 0 12px;
  padding: 9px 14px 9px 15px;
  border: 1px solid var(--orl-ui-border, #dbe5f2);
  border-left: 4px solid var(--orl-tier, #007dc3);
  border-radius: 8px;
  background: #fff !important;
  box-shadow: 0 3px 10px rgba(23,36,59,.055);
}
.orl-ui-competition-index .orl-section-title > div {
  min-width: 0;
}
.orl-ui-competition-index .orl-section-title h2 {
  margin: 0 !important;
  color: var(--orl-tier, #09347a) !important;
  font-size: clamp(1.05rem, 2vw, 1.3rem) !important;
  line-height: 1.15 !important;
  letter-spacing: .01em;
}
.orl-ui-competition-index .orl-section-title p {
  margin: 3px 0 0 !important;
  color: var(--orl-ui-muted, #637083) !important;
  font-size: .88rem;
  line-height: 1.35;
  opacity: 1;
}
.orl-ui-competition-index .orl-competition-group-premier .orl-section-title {
  border-left-color: #6b3fe0;
}
.orl-ui-competition-index .orl-competition-group-premier .orl-section-title h2 {
  color: #4f2ab8 !important;
}
.orl-ui-competition-index .orl-competition-group-friendly .orl-section-title,
.orl-ui-competition-index .orl-competition-group-friendly-knockout .orl-section-title {
  border-left-color: #007dc3;
}
.orl-ui-competition-index .orl-competition-group-friendly .orl-section-title h2,
.orl-ui-competition-index .orl-competition-group-friendly-knockout .orl-section-title h2 {
  color: #09347a !important;
}
@media (max-width: 640px) {
  .orl-ui-competition-index .orl-section-title {
    padding: 8px 11px 8px 12px;
    margin-bottom: 10px;
  }
  .orl-ui-competition-index .orl-section-title p {
    font-size: .8rem;
  }
}

/* ORL Design System v2.17.2 — Competition category spacing correction.
 * Keep section framing close to the content and prevent a single competition
 * from leaving a false empty grid column beside it.
 */
.orl-ui-competition-index .orl-competition-group {
  box-sizing: border-box;
  margin: 0 0 22px;
}
.orl-ui-competition-index .orl-competition-group-premier,
.orl-ui-competition-index .orl-competition-group-friendly-knockout {
  padding: 10px !important;
}
.orl-ui-competition-index .orl-competition-group-premier .orl-section-title,
.orl-ui-competition-index .orl-competition-group-friendly-knockout .orl-section-title {
  margin-bottom: 10px !important;
}
.orl-ui-competition-index .orl-competition-list {
  width: 100%;
  margin: 0;
}
.orl-ui-competition-index .orl-competition-group-friendly-knockout .orl-competition-list {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)) !important;
  gap: 14px;
}
.orl-ui-competition-index .orl-competition-group-friendly-knockout .orl-competition-card:only-child {
  width: 100%;
  max-width: none;
}
.orl-ui-competition-index .orl-competition-group-premier:before {
  top: 13px;
  right: 16px;
}
@media (max-width: 700px) {
  .orl-ui-competition-index .orl-competition-group-premier,
  .orl-ui-competition-index .orl-competition-group-friendly-knockout {
    padding: 7px !important;
  }
}

/* ORL Design System v2.17.3 — Competition header containment fix.
 * Section headers use width:100%; include their padding and borders inside
 * that width so they cannot extend beyond the competition group/table frame.
 */
.orl-ui-competition-index .orl-section-title,
.orl-ui-competition-page .orl-section > h2,
.orl-ui-competition-page .orl-competition-overview > h2,
.orl-ui-competition-page .orl-round > h3 {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
}
.orl-ui-competition-index .orl-competition-group,
.orl-ui-competition-index .orl-competition-list,
.orl-ui-competition-index .orl-competition-card {
  min-width: 0;
  max-width: 100%;
}

/* ========================================================================== 
   v2.18.0 — Dashboard Design System Migration
   Presentation-only layer for the Club Management dashboard shortcode.
   ========================================================================== */
.orl-game-shell--dashboard,
.orl-game-main--dashboard,
.orl-ui-dashboard,
.orl-ui-dashboard * {
    box-sizing: border-box;
}

.orl-game-main--dashboard {
    width: 100%;
    max-width: none;
    min-width: 0;
}

.orl-ui-dashboard {
    --orl-dashboard-gap: clamp(14px, 1.7vw, 24px);
    width: 100%;
    max-width: none;
    min-width: 0;
    color: var(--orl-ui-ink, #172033);
}

.orl-ui-dashboard > :first-child { margin-top: 0 !important; }
.orl-ui-dashboard > :last-child { margin-bottom: 0 !important; }
.orl-ui-dashboard img { max-width: 100%; height: auto; }

/* Keep dashboard modules aligned to the full ORL content area. */
.orl-ui-dashboard > div,
.orl-ui-dashboard > section,
.orl-ui-dashboard > article,
.orl-ui-dashboard form,
.orl-ui-dashboard .container,
.orl-ui-dashboard .wrapper,
.orl-ui-dashboard .content {
    max-width: 100%;
    min-width: 0;
}

/* Titles and branded section headings. */
.orl-ui-dashboard h1,
.orl-ui-dashboard h2,
.orl-ui-dashboard h3,
.orl-ui-dashboard h4 {
    font-family: Poppins, Arial, sans-serif;
    line-height: 1.18;
    overflow-wrap: anywhere;
}
.orl-ui-dashboard h1 { color: #09347a; }
.orl-ui-dashboard h2,
.orl-ui-dashboard h3,
.orl-ui-dashboard h4 { color: #172033; }

/* Generic cards emitted by Club Management and connected ORL modules. */
.orl-ui-dashboard-panel,
.orl-ui-dashboard .orl-panel,
.orl-ui-dashboard .dashboard-card,
.orl-ui-dashboard .summary-card,
.orl-ui-dashboard .management-card {
    max-width: 100%;
    min-width: 0;
    border: 1px solid #d9e2ee;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(9,52,122,.07);
}

/* Do not double-frame nested structural sections. */
.orl-ui-dashboard-panel .orl-ui-dashboard-panel,
.orl-ui-dashboard-panel section section,
.orl-ui-dashboard-panel article article {
    box-shadow: none;
}

/* Dashboard navigation and operational tabs. */
.orl-ui-dashboard-tabs {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 6px;
    padding: 6px;
    overflow-x: auto;
    border: 1px solid #d9e2ee;
    border-radius: 12px;
    background: #fff;
    scrollbar-width: thin;
}
.orl-ui-dashboard-tabs a,
.orl-ui-dashboard-tabs button {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 9px 14px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #09347a;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}
.orl-ui-dashboard-tabs a:hover,
.orl-ui-dashboard-tabs button:hover,
.orl-ui-dashboard-tabs .is-active,
.orl-ui-dashboard-tabs [aria-current="page"],
.orl-ui-dashboard-tabs [aria-selected="true"] {
    background: #007dc3;
    color: #fff;
}

/* Forms across tactics, selection, training, staff and finance screens. */
.orl-ui-dashboard label {
    color: #26344c;
    font-weight: 700;
}
.orl-ui-dashboard-field {
    width: 100%;
    max-width: 100%;
    min-height: 42px;
    border: 1px solid #bdcbe0 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #172033 !important;
    box-shadow: none !important;
}
.orl-ui-dashboard-field:focus {
    border-color: #007dc3 !important;
    outline: 3px solid rgba(0,125,195,.16) !important;
    outline-offset: 0;
}
.orl-ui-dashboard textarea.orl-ui-dashboard-field { min-height: 110px; }

/* Consistent and centred dashboard actions. */
.orl-ui-dashboard-action {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #007dc3 !important;
    color: #fff !important;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 800 !important;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
}
.orl-ui-dashboard-action:hover,
.orl-ui-dashboard-action:focus-visible {
    background: #09347a !important;
    color: #fff !important;
}

/* Responsive tables remain full-width and cannot push beyond the dashboard. */
.orl-ui-dashboard-table-wrap {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    border: 1px solid #d9e2ee;
    border-radius: 10px;
    background: #fff;
}
.orl-ui-dashboard-table {
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: collapse;
    color: #172033;
}
.orl-ui-dashboard-table thead th {
    padding: 12px 10px;
    border-color: rgba(255,255,255,.16) !important;
    background: #09347a !important;
    color: #fff !important;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 800;
    text-align: center;
    white-space: nowrap;
}
.orl-ui-dashboard-table tbody td {
    padding: 11px 10px;
    border-color: #e3e9f2 !important;
    background: #fff;
    color: #172033 !important;
    vertical-align: middle;
}
.orl-ui-dashboard-table tbody tr:nth-child(even) td { background: #f6f9fd; }
.orl-ui-dashboard-table td:first-child,
.orl-ui-dashboard-table th:first-child { text-align: left; }

/* Alerts and operational messages keep readable contrast. */
.orl-ui-dashboard-notice {
    width: 100%;
    max-width: 100%;
    padding: 14px 16px !important;
    border: 1px solid #b9d9ee !important;
    border-left: 5px solid #007dc3 !important;
    border-radius: 10px !important;
    background: #eef8fd !important;
    color: #172033 !important;
}
.orl-ui-dashboard-notice p,
.orl-ui-dashboard-notice span,
.orl-ui-dashboard-notice strong { color: inherit !important; }

/* Common dashboard grids use all available width without janky overflow. */
.orl-ui-dashboard [class*="grid"],
.orl-ui-dashboard [class*="columns"],
.orl-ui-dashboard [class*="summary"] {
    max-width: 100%;
    min-width: 0;
}

@media (max-width: 760px) {
    .orl-ui-dashboard { --orl-dashboard-gap: 12px; }
    .orl-ui-dashboard-panel,
    .orl-ui-dashboard .orl-panel { border-radius: 10px; }
    .orl-ui-dashboard-tabs { border-radius: 9px; }
    .orl-ui-dashboard-tabs a,
    .orl-ui-dashboard-tabs button { min-height: 38px; padding: 8px 11px; }
    .orl-ui-dashboard-action { width: 100%; }
}


/* ================================================================
   v2.19.0 — Club Management Design System Migration
   Presentation-only enhancement for connected Club Management screens.
   ================================================================ */
.orl-ui-club-management {
    width: 100%;
    max-width: none;
    min-width: 0;
    display: flow-root;
}
.orl-ui-club-management *,
.orl-ui-club-management *::before,
.orl-ui-club-management *::after { box-sizing: border-box; }

.orl-ui-club-management .orl-ui-club-module {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0 0 clamp(14px, 1.6vw, 22px);
    overflow: hidden;
}
.orl-ui-club-management .orl-ui-club-module > h2:first-child,
.orl-ui-club-management .orl-ui-club-module > h3:first-child,
.orl-ui-club-management .orl-ui-club-module > .heading:first-child,
.orl-ui-club-management .orl-ui-club-module > .panel-title:first-child {
    margin: 0;
    padding: 13px 17px;
    background: #09347a;
    color: #fff !important;
    font-family: Poppins, Arial, sans-serif;
    font-size: clamp(17px, 1.5vw, 21px);
    font-weight: 800;
}
.orl-ui-club-management .orl-ui-club-module > h2:first-child + *,
.orl-ui-club-management .orl-ui-club-module > h3:first-child + * { margin-top: 0; }

/* Module accents retain one visual language while helping managers orientate. */
.orl-ui-club-module--overview { border-top: 4px solid #007dc3 !important; }
.orl-ui-club-module--squad,
.orl-ui-club-module--selection { border-top: 4px solid #3159a6 !important; }
.orl-ui-club-module--tactics,
.orl-ui-club-module--training { border-top: 4px solid #6c43c0 !important; }
.orl-ui-club-module--staff,
.orl-ui-club-module--medical { border-top: 4px solid #17854b !important; }
.orl-ui-club-module--finance,
.orl-ui-club-module--sponsorship,
.orl-ui-club-module--stadium { border-top: 4px solid #c47a00 !important; }
.orl-ui-club-module--objectives { border-top: 4px solid #bd2f39 !important; }

/* Forms become balanced operational grids without changing field names or submission. */
.orl-ui-club-form { width: 100%; max-width: 100%; min-width: 0; }
.orl-ui-club-form--grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 20px;
    align-items: start;
}
.orl-ui-club-form--grid > h1,
.orl-ui-club-form--grid > h2,
.orl-ui-club-form--grid > h3,
.orl-ui-club-form--grid > p,
.orl-ui-club-form--grid > fieldset,
.orl-ui-club-form--grid > table,
.orl-ui-club-form--grid > .orl-ui-dashboard-table-wrap,
.orl-ui-club-form--grid > .orl-ui-club-actions,
.orl-ui-club-form--grid > [class*="full"],
.orl-ui-club-form--grid > [class*="notice"],
.orl-ui-club-form--grid > [class*="alert"] { grid-column: 1 / -1; }
.orl-ui-club-fieldset {
    min-width: 0;
    margin: 0;
    padding: 16px;
    border: 1px solid #d9e2ee;
    border-radius: 10px;
    background: #f8fbff;
}
.orl-ui-club-fieldset legend {
    padding: 0 7px;
    color: #09347a;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 800;
}

/* Summary figures and financial totals. */
.orl-ui-club-summary {
    min-width: 0;
    border-radius: 10px;
}
.orl-ui-club-summary strong,
.orl-ui-club-summary .value,
.orl-ui-club-summary .amount {
    color: #09347a !important;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 800;
}
.orl-ui-club-management [class*="summary-grid"],
.orl-ui-club-management [class*="stats-grid"],
.orl-ui-club-management [class*="metric-grid"] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 14px;
    width: 100%;
}

/* Squad and team-selection rows remain usable with long player names. */
.orl-ui-club-roster-item {
    min-width: 0;
    max-width: 100%;
}
.orl-ui-club-roster-item select,
.orl-ui-club-roster-item input { max-width: 100%; }
.orl-ui-club-module--selection [class*="position"],
.orl-ui-club-module--squad [class*="player"] {
    overflow-wrap: anywhere;
}

.orl-ui-club-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.orl-ui-club-list > li {
    padding: 11px 0;
    border-bottom: 1px solid #e3e9f2;
    color: #26344c;
}
.orl-ui-club-list > li:last-child { border-bottom: 0; }

.orl-ui-club-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 18px;
}
.orl-ui-club-actions .orl-ui-dashboard-action { min-width: 150px; }

.orl-ui-club-empty {
    width: 100%;
    padding: 24px;
    border: 1px dashed #b9c8dc;
    border-radius: 10px;
    background: #f8fbff;
    color: #526079 !important;
    text-align: center;
}
.orl-ui-club-empty * { color: inherit !important; }

/* Keep injected module content from restoring old narrow widths. */
.orl-ui-club-management [style*="max-width"],
.orl-ui-club-management .wrap,
.orl-ui-club-management .inner,
.orl-ui-club-management .content-area {
    max-width: 100% !important;
    min-width: 0 !important;
}
.orl-ui-club-management table { table-layout: auto; }
.orl-ui-club-management td,
.orl-ui-club-management th { overflow-wrap: anywhere; }

@media (max-width: 800px) {
    .orl-ui-club-form--grid { grid-template-columns: 1fr; gap: 13px; }
    .orl-ui-club-form--grid > * { grid-column: 1 !important; }
    .orl-ui-club-actions { flex-direction: column; }
    .orl-ui-club-actions .orl-ui-dashboard-action { width: 100%; min-width: 0; }
}

/* ========================================================================
   v2.19.1 — Design System audit and dark hero typography isolation
   Connected modules may provide their own markup, so dark surfaces are
   identified at runtime and receive an explicit, theme-proof colour contract.
   ======================================================================== */
.orl-ui-dashboard .orl-ui-dark-surface,
.orl-ui-club-management .orl-ui-dark-surface,
.orl-ui-dashboard [class*="hero"],
.orl-ui-dashboard [class*="masthead"],
.orl-ui-club-management [class*="hero"],
.orl-ui-club-management [class*="masthead"] {
    --orl-hero-text: #ffffff;
    --orl-hero-muted: rgba(255,255,255,.82);
    color: var(--orl-hero-text) !important;
}

.orl-ui-dashboard .orl-ui-dark-surface h1,
.orl-ui-dashboard .orl-ui-dark-surface h2,
.orl-ui-dashboard .orl-ui-dark-surface h3,
.orl-ui-dashboard .orl-ui-dark-surface h4,
.orl-ui-dashboard .orl-ui-dark-surface h5,
.orl-ui-dashboard .orl-ui-dark-surface h6,
.orl-ui-dashboard .orl-ui-dark-surface strong,
.orl-ui-dashboard .orl-ui-dark-surface b,
.orl-ui-dashboard .orl-ui-dark-surface .value,
.orl-ui-dashboard .orl-ui-dark-surface .amount,
.orl-ui-dashboard .orl-ui-dark-surface [class*="value"],
.orl-ui-dashboard .orl-ui-dark-surface [class*="number"],
.orl-ui-dashboard .orl-ui-dark-surface [class*="count"],
.orl-ui-dashboard .orl-ui-dark-surface [class*="metric"],
.orl-ui-dashboard .orl-ui-dark-surface [class*="stat"],
.orl-ui-club-management .orl-ui-dark-surface h1,
.orl-ui-club-management .orl-ui-dark-surface h2,
.orl-ui-club-management .orl-ui-dark-surface h3,
.orl-ui-club-management .orl-ui-dark-surface h4,
.orl-ui-club-management .orl-ui-dark-surface h5,
.orl-ui-club-management .orl-ui-dark-surface h6,
.orl-ui-club-management .orl-ui-dark-surface strong,
.orl-ui-club-management .orl-ui-dark-surface b,
.orl-ui-club-management .orl-ui-dark-surface .value,
.orl-ui-club-management .orl-ui-dark-surface .amount,
.orl-ui-club-management .orl-ui-dark-surface [class*="value"],
.orl-ui-club-management .orl-ui-dark-surface [class*="number"],
.orl-ui-club-management .orl-ui-dark-surface [class*="count"],
.orl-ui-club-management .orl-ui-dark-surface [class*="metric"],
.orl-ui-club-management .orl-ui-dark-surface [class*="stat"] {
    color: var(--orl-hero-text) !important;
    text-shadow: none !important;
}

.orl-ui-dashboard .orl-ui-dark-surface p,
.orl-ui-dashboard .orl-ui-dark-surface small,
.orl-ui-dashboard .orl-ui-dark-surface label,
.orl-ui-dashboard .orl-ui-dark-surface .label,
.orl-ui-dashboard .orl-ui-dark-surface .subtitle,
.orl-ui-dashboard .orl-ui-dark-surface [class*="label"],
.orl-ui-dashboard .orl-ui-dark-surface [class*="caption"],
.orl-ui-dashboard .orl-ui-dark-surface [class*="subtitle"],
.orl-ui-club-management .orl-ui-dark-surface p,
.orl-ui-club-management .orl-ui-dark-surface small,
.orl-ui-club-management .orl-ui-dark-surface label,
.orl-ui-club-management .orl-ui-dark-surface .label,
.orl-ui-club-management .orl-ui-dark-surface .subtitle,
.orl-ui-club-management .orl-ui-dark-surface [class*="label"],
.orl-ui-club-management .orl-ui-dark-surface [class*="caption"],
.orl-ui-club-management .orl-ui-dark-surface [class*="subtitle"] {
    color: var(--orl-hero-muted) !important;
    text-shadow: none !important;
}

.orl-ui-dashboard .orl-ui-dark-surface a,
.orl-ui-club-management .orl-ui-dark-surface a {
    color: #ffffff !important;
}

/* Dashboard hero metric tiles: readable values and labels on translucent blue. */
.orl-ui-dashboard .orl-ui-dark-surface .orl-ui-hero-stat,
.orl-ui-dashboard .orl-ui-dark-surface [class*="hero-stat"],
.orl-ui-dashboard .orl-ui-dark-surface [class*="metric"],
.orl-ui-dashboard .orl-ui-dark-surface [class*="counter"] {
    border-color: rgba(255,255,255,.24) !important;
}
.orl-ui-dashboard .orl-ui-dark-surface .orl-ui-hero-stat-value,
.orl-ui-dashboard .orl-ui-dark-surface [class*="metric"] > strong,
.orl-ui-dashboard .orl-ui-dark-surface [class*="counter"] > strong {
    color: #ffffff !important;
}
.orl-ui-dashboard .orl-ui-dark-surface .orl-ui-hero-stat-label,
.orl-ui-dashboard .orl-ui-dark-surface [class*="metric"] > small,
.orl-ui-dashboard .orl-ui-dark-surface [class*="counter"] > small {
    color: rgba(255,255,255,.82) !important;
}


/* ==========================================================================
   v3.0.0 — Full Design System consolidation
   Stable cross-module contract for Player, Match Centre, Competition,
   Dashboard and Club Management presentation.
   ========================================================================== */
body.orl-design-system-v3 .orl-game-interface,
body.orl-design-system-v3 .orl-game-interface *,
body.orl-design-system-v3 .orl-ui,
body.orl-design-system-v3 .orl-ui *,
body.orl-design-system-v3 [class*="orl-ui-"],
body.orl-design-system-v3 [class*="orl-ui-"]::before,
body.orl-design-system-v3 [class*="orl-ui-"]::after,
body.orl-design-system-v3 .orl-dashboard-shell,
body.orl-design-system-v3 .orl-dashboard-shell *,
body.orl-design-system-v3 .orl-club-management,
body.orl-design-system-v3 .orl-club-management * {
    box-sizing: border-box;
}

body.orl-design-system-v3 .orl-game-interface,
body.orl-design-system-v3 .orl-ui-page,
body.orl-design-system-v3 .orl-dashboard-shell,
body.orl-design-system-v3 .orl-club-management,
body.orl-design-system-v3 .orl-competition-centre,
body.orl-design-system-v3 .orl-match-centre,
body.orl-design-system-v3 .orl-player-profile {
    width: 100%;
    max-width: none;
    min-width: 0;
}

body.orl-design-system-v3 .orl-ui-card,
body.orl-design-system-v3 .orl-ui-section-header,
body.orl-design-system-v3 .orl-ui-table-wrap,
body.orl-design-system-v3 .orl-ui-nav,
body.orl-design-system-v3 .orl-ui-hero,
body.orl-design-system-v3 .orl-dashboard-shell > *,
body.orl-design-system-v3 .orl-club-management > * {
    max-width: 100%;
    min-width: 0;
}

body.orl-design-system-v3 .orl-ui-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

body.orl-design-system-v3 .orl-ui-table {
    width: 100%;
    border-collapse: collapse;
}

body.orl-design-system-v3 .orl-ui-hero,
body.orl-design-system-v3 .orl-ui-hero h1,
body.orl-design-system-v3 .orl-ui-hero h2,
body.orl-design-system-v3 .orl-ui-hero h3,
body.orl-design-system-v3 .orl-ui-hero strong,
body.orl-design-system-v3 .orl-ui-hero .orl-ui-stat-value,
body.orl-design-system-v3 .orl-ui-hero [class*="metric"] strong,
body.orl-design-system-v3 .orl-ui-hero [class*="counter"] strong {
    color: #fff !important;
}

body.orl-design-system-v3 .orl-ui-hero .orl-ui-subtitle,
body.orl-design-system-v3 .orl-ui-hero .orl-ui-label,
body.orl-design-system-v3 .orl-ui-hero [class*="metric"] span,
body.orl-design-system-v3 .orl-ui-hero [class*="counter"] span {
    color: rgba(255,255,255,.82) !important;
}

body.orl-design-system-v3 .orl-ui-card,
body.orl-design-system-v3 .orl-ui-card p,
body.orl-design-system-v3 .orl-ui-card li,
body.orl-design-system-v3 .orl-ui-card td,
body.orl-design-system-v3 .orl-ui-card label {
    color: var(--orl-ui-ink, #172033);
}

body.orl-design-system-v3 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
body.orl-design-system-v3 select,
body.orl-design-system-v3 textarea {
    max-width: 100%;
}

@media (max-width: 760px) {
    body.orl-design-system-v3 .orl-ui-hero {
        min-width: 0;
    }

    body.orl-design-system-v3 .orl-ui-nav-track {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* ========================================================================
   v3.2.0 — Live Match Context Bridge
   ======================================================================== */
.orl-v320-live-state{display:inline-flex;align-items:center;gap:7px;margin-left:auto;padding:7px 11px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(255,255,255,.12);color:#fff!important;font-size:.7rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}
.orl-v320-live-state i{display:block;width:8px;height:8px;border-radius:50%;background:#b9c7dc;box-shadow:0 0 0 4px rgba(185,199,220,.15)}
.orl-v320-live-state.is-live i{background:#49e68b;box-shadow:0 0 0 4px rgba(73,230,139,.18);animation:orl-live-pulse 1.8s infinite}
.orl-v320-live-state.is-complete i{background:#73b7ff}.orl-v320-live-state.is-failed i{background:#ff6b6b}.orl-v320-live-state.is-scheduled i{background:#ffd36a}
@keyframes orl-live-pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(.72);opacity:.55}}
.orl-v320-refresh-note{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 14px;padding:10px 14px;border:1px solid #d9e4f2;border-radius:10px;background:#f5f9ff;color:#40506a;font-size:.78rem}
.orl-v320-refresh-note span{font-weight:800}.orl-v320-refresh-note small{color:#6d7c92}
@media(max-width:720px){.orl-v310-competition-brand{flex-wrap:wrap}.orl-v320-live-state{margin-left:0}.orl-v320-refresh-note{align-items:flex-start;flex-direction:column;gap:3px}}
@media(prefers-reduced-motion:reduce){.orl-v320-live-state.is-live i{animation:none}}


/* v3.3.0 Broadcast Event Replay */
.orl-v330-replay-panel{overflow:hidden}.orl-v330-replay{display:grid;gap:14px}.orl-v330-replay-stage{display:grid;grid-template-columns:100px 150px minmax(0,1fr);align-items:center;gap:18px;padding:22px;border-radius:14px;background:linear-gradient(135deg,#061a3d,#09347a);color:#fff;min-height:126px}.orl-v330-replay-clock{display:grid;text-align:center}.orl-v330-replay-clock span,.orl-v330-replay-event small{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#8fd7ff}.orl-v330-replay-clock strong{font-size:28px}.orl-v330-replay-score{display:flex;align-items:center;justify-content:center;gap:12px}.orl-v330-replay-score strong{font-size:42px;line-height:1}.orl-v330-replay-score span{opacity:.6}.orl-v330-replay-event{display:grid;gap:4px;min-width:0}.orl-v330-replay-event strong{font-size:20px}.orl-v330-replay-event span{color:#d9e8ff}.orl-v330-replay-controls{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.orl-v330-replay-controls button,.orl-v330-replay-controls select{min-height:38px;border:1px solid #cbd8ea;border-radius:8px;background:#fff;color:#09347a;font-weight:800;padding:7px 12px}.orl-v330-replay-controls button:hover{background:#edf7ff}.orl-v330-replay-controls .orl-v330-play{background:#007dc3;color:#fff;border-color:#007dc3;min-width:116px}.orl-v330-replay-controls label{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:800;text-transform:uppercase;color:#40526b}.orl-v330-replay-range{width:100%;accent-color:#007dc3}.orl-v330-replay-count{text-align:center;font-size:12px;color:#60718a}.orl-v330-replay-empty{padding:25px;text-align:center;background:#f4f7fb;border-radius:10px;color:#60718a}@media(max-width:720px){.orl-v330-replay-stage{grid-template-columns:72px 96px minmax(0,1fr);gap:10px;padding:16px}.orl-v330-replay-clock strong{font-size:21px}.orl-v330-replay-score strong{font-size:30px}.orl-v330-replay-event strong{font-size:16px}}@media(max-width:520px){.orl-v330-replay-stage{grid-template-columns:1fr;text-align:center}.orl-v330-replay-event{justify-items:center}}


/* v3.3.2: Match Centre navigation remains readable on hover/focus across theme overrides. */
.orl-game-match-page .orl-lmc-view-nav a:hover,
.orl-game-match-page .orl-lmc-view-nav a:focus,
.orl-game-match-page .orl-lmc-view-nav a:focus-visible,
.orl-game-match-page .orl-lmc-view-nav button:hover,
.orl-game-match-page .orl-lmc-view-nav button:focus,
.orl-game-match-page .orl-lmc-view-nav button:focus-visible,
.orl-live-match-centre-view .orl-lmc-view-nav a:hover,
.orl-live-match-centre-view .orl-lmc-view-nav a:focus,
.orl-live-match-centre-view .orl-lmc-view-nav a:focus-visible,
.orl-live-match-centre-view .orl-lmc-view-nav button:hover,
.orl-live-match-centre-view .orl-lmc-view-nav button:focus,
.orl-live-match-centre-view .orl-lmc-view-nav button:focus-visible {
  background: #007dc3 !important;
  color: #fff !important;
  border-bottom-color: #fff !important;
  text-decoration: none !important;
  outline: 2px solid rgba(255,255,255,.85);
  outline-offset: -3px;
}
.orl-game-match-page .orl-lmc-view-nav a:hover *,
.orl-game-match-page .orl-lmc-view-nav button:hover *,
.orl-live-match-centre-view .orl-lmc-view-nav a:hover *,
.orl-live-match-centre-view .orl-lmc-view-nav button:hover * { color:#fff !important; }


/* v3.4.0 — Single Broadcast Hero
   The native Match Engine scoreboard is the sole Match Centre hero. */
.orl-game-match-page .orl-v310-broadcast-context,
.orl-live-match-centre-view .orl-v310-broadcast-context {
  display: none !important;
}
.orl-game-match-page .orl-lmc-scoreboard,
.orl-live-match-centre-view .orl-lmc-scoreboard {
  margin-top: 0 !important;
}
.orl-game-match-page .orl-lmc > .orl-lmc-scoreboard:first-child,
.orl-live-match-centre-view .orl-lmc > .orl-lmc-scoreboard:first-child {
  border-radius: 16px 16px 0 0;
}

/* v3.5.0 — Post-match insight cards */
.orl-v310-standouts article { min-height: 118px; justify-content: center; }
.orl-v310-standouts article:first-child { grid-column: span 2; border-top-width: 4px; }
.orl-v310-standouts article strong { font-size: 1.05rem; line-height: 1.25; }
.orl-v310-standouts article span { margin-top: 5px; color: #4c607c; font-weight: 600; }
.orl-v310-performance-grid:empty,
.orl-v310-two-col:empty { display: none; }
@media (max-width: 720px) {
  .orl-v310-standouts article:first-child { grid-column: auto; }
}

/* ========================================================================
   v3.27.3 — Manager workflow readability and connected-module layout repair
   ======================================================================== */
.orl-ui-dashboard .orl-ui-manager-quick-actions,
.orl-ui-dashboard .orl-ui-manager-quick-actions *,
.orl-ui-dashboard .orl-ui-dark-surface .orl-ui-dashboard-action,
.orl-ui-dashboard .orl-ui-dark-surface a,
.orl-ui-dashboard .orl-ui-dark-surface button {
    color: #fff !important;
}
.orl-ui-dashboard .orl-ui-manager-quick-actions a,
.orl-ui-dashboard .orl-ui-manager-quick-actions button {
    background: rgba(255,255,255,.13) !important;
    border: 1px solid rgba(255,255,255,.3) !important;
}
.orl-ui-dashboard .orl-ui-manager-quick-actions a:hover,
.orl-ui-dashboard .orl-ui-manager-quick-actions button:hover { background: #007dc3 !important; }

.orl-ui-club-management .orl-ui-contract-summary,
.orl-ui-club-management .orl-ui-contract-summary * {
    color: #172033 !important;
}
.orl-ui-club-management .orl-ui-contract-summary strong,
.orl-ui-club-management .orl-ui-contract-summary [class*="value"],
.orl-ui-club-management .orl-ui-contract-summary [class*="amount"] { color: #09347a !important; }

.orl-ui-dashboard-table.orl-ui-recruitment-table { table-layout: auto !important; min-width: 760px; }
.orl-ui-recruitment-table th:nth-child(1), .orl-ui-recruitment-table td:nth-child(1) { min-width: 190px; }
.orl-ui-recruitment-table th:nth-child(2), .orl-ui-recruitment-table td:nth-child(2) { min-width: 100px; white-space: normal !important; overflow-wrap: normal !important; word-break: normal !important; }
.orl-ui-recruitment-table th:nth-child(3), .orl-ui-recruitment-table td:nth-child(3) { min-width: 135px; white-space: nowrap; }
.orl-ui-recruitment-table th:nth-child(4), .orl-ui-recruitment-table td:nth-child(4) { min-width: 360px; }
.orl-ui-recruitment-table td:nth-child(4) { display: grid; grid-template-columns: minmax(150px,1fr) minmax(145px,1fr); gap: 10px 20px; align-items: center; }
.orl-ui-recruitment-table td:nth-child(4) .orl-ui-dashboard-action { grid-column: 1 / -1; width: 100%; }

.orl-ui-dashboard .orl-ui-signing-feedback {
    position: sticky;
    top: 12px;
    z-index: 20;
    margin: 0 0 16px;
    padding: 14px 16px;
    border: 1px solid #8fc9a8;
    border-left: 5px solid #17854b;
    border-radius: 10px;
    background: #edf9f2;
    color: #123c25 !important;
    box-shadow: 0 8px 22px rgba(9,52,122,.12);
}

.orl-ui-club-management .orl-ui-branding-stack {
    display: block !important;
    grid-template-columns: 1fr !important;
    columns: 1 !important;
}
.orl-ui-club-management .orl-ui-branding-section {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    grid-column: 1 / -1 !important;
    margin-bottom: 22px !important;
}
.orl-ui-club-management .orl-ui-branding-section [class*="grid"],
.orl-ui-club-management .orl-ui-branding-section [class*="designer"],
.orl-ui-club-management .orl-ui-branding-section [class*="studio"] { max-width: 100% !important; min-width: 0 !important; }


/* v3.27.3 production hotfix — contract summary labels AND values. */
.orl-ui-club-management .orl-ui-contract-summary,
.orl-ui-club-management .orl-ui-contract-summary p,
.orl-ui-club-management .orl-ui-contract-summary span,
.orl-ui-club-management .orl-ui-contract-summary div,
.orl-ui-club-management .orl-ui-contract-summary small,
.orl-ui-club-management .orl-ui-contract-summary strong,
.orl-ui-club-management .orl-ui-contract-summary b,
.orl-ui-club-management .orl-ui-contract-summary dd,
.orl-ui-club-management .orl-ui-contract-summary dt {
    color: #172033 !important;
    -webkit-text-fill-color: #172033 !important;
    opacity: 1 !important;
}
.orl-ui-club-management .orl-ui-contract-summary strong,
.orl-ui-club-management .orl-ui-contract-summary b,
.orl-ui-club-management .orl-ui-contract-summary dd,
.orl-ui-club-management .orl-ui-contract-summary [class*="value"],
.orl-ui-club-management .orl-ui-contract-summary [class*="amount"],
.orl-ui-club-management .orl-ui-contract-summary [class*="number"],
.orl-ui-club-management .orl-ui-contract-summary [class*="metric"] {
    color: #09347a !important;
    -webkit-text-fill-color: #09347a !important;
}

/* v3.30.0 — premium initials-only player identity profile. */
.orl-player-profile-v3 .orl-player-design-hero{
  grid-template-columns:minmax(220px,300px) minmax(0,1fr);
  min-height:390px;
  padding:clamp(28px,4vw,48px);
  background:
    radial-gradient(circle at 88% 20%,rgba(255,255,255,.09) 0 9%,transparent 9.5%),
    linear-gradient(125deg,var(--orl-colour-brand),#071735 70%,var(--orl-colour-accent));
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-media{
  align-self:center;
  width:min(100%,260px);
  max-width:260px;
  min-height:0;
  aspect-ratio:13/17;
  padding:0;
  border:1px solid rgba(255,255,255,.45);
  border-radius:22px;
  background:rgba(255,255,255,.06);
  box-shadow:0 22px 46px rgba(0,0,0,.32),0 0 0 7px rgba(255,255,255,.055);
  overflow:hidden;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-media:after{
  content:"CURRENT CLUB IDENTITY";
  position:absolute;
  left:18px;
  right:18px;
  bottom:17px;
  padding-top:11px;
  border-top:1px solid rgba(255,255,255,.3);
  color:rgba(255,255,255,.78)!important;
  font:800 9px/1.2 var(--orl-font-ui);
  letter-spacing:.14em;
  text-align:center;
}
.orl-player-profile-v3 .orl-player-initials-identity{
  display:block;
  width:100%;
  height:100%;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-body{
  display:flex;
  min-width:0;
  flex-direction:column;
  justify-content:center;
  padding:8px 0;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-title--hero{
  max-width:790px;
  font-size:clamp(2.7rem,6vw,5.25rem);
  line-height:.96;
  letter-spacing:-.035em;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-subtitle{
  display:inline-flex;
  align-self:flex-start;
  margin-top:16px;
  padding:7px 12px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(255,255,255,.1);
  font-size:.78rem;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-description{
  margin-top:15px;
  font-size:1.02rem;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-meta{
  gap:10px;
  margin-top:24px;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-meta-item{
  min-width:118px;
  padding:12px 15px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:12px;
  background:rgba(5,18,44,.38);
  backdrop-filter:blur(5px);
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-meta-item span{
  margin-bottom:3px;
  color:rgba(255,255,255,.6)!important;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-meta-item strong{
  font-size:1rem;
}
.orl-player-profile-v3 .orl-player-current-season .orl-ui-section-header{
  margin-top:4px;
}
.orl-player-profile-v3 .orl-player-stat-grid>dl>div,
.orl-player-profile-v3 .orl-player-stat-grid>ul>li,
.orl-player-profile-v3 .orl-player-stat-grid>[class*="stat"]>div,
.orl-player-profile-v3 .orl-player-stat-grid>[class*="stat"]>li{
  min-height:118px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-top:4px solid var(--orl-colour-accent);
  background:linear-gradient(180deg,#fff,#f6f9fd);
}
@media(max-width:760px){
  .orl-player-profile-v3 .orl-player-design-hero{grid-template-columns:1fr;text-align:center;min-height:0}
  .orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-media{width:190px;max-width:190px;margin:0 auto}
  .orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-body{align-items:center}
  .orl-player-profile-v3 .orl-player-design-hero .orl-ui-subtitle{align-self:center}
  .orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-meta{justify-content:center}
}

/* v3.31.0 — premium per-competition player statistics page */
.orl-player-statistics-addon{padding:28px 0 10px}.orl-player-statistics-addon__hero{padding:34px 38px;border-radius:18px;background:linear-gradient(135deg,#07152f,#09347a);color:#fff;box-shadow:0 18px 42px rgba(7,21,47,.16)}
.orl-player-statistics-addon__hero p{margin:0 0 8px;color:#64dff0!important;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.orl-player-statistics-addon__hero h2{margin:0;color:#fff!important;font-size:clamp(34px,5vw,56px)}.orl-player-statistics-addon__hero span{display:block;margin-top:9px;color:#fff!important;font-size:18px}
.orl-player-statistics-year{margin-top:28px;border:1px solid #d6e0ed;border-radius:18px;background:#fff;overflow:hidden}.orl-player-statistics-year__heading{display:flex;align-items:end;gap:15px;padding:22px 26px;background:#f3f7fc;border-bottom:1px solid #d6e0ed}.orl-player-statistics-year__heading span{font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#55708f}.orl-player-statistics-year__heading h3{margin:0;color:#07152f;font-size:32px}
.orl-player-statistics-category{padding:24px 26px}.orl-player-statistics-category+.orl-player-statistics-category{border-top:1px solid #e1e8f0}.orl-player-statistics-category>h4{margin:0 0 16px;color:#09347a;font-size:21px}.orl-player-statistics-competitions{display:grid;gap:18px}.orl-player-statistics-competition{border:1px solid #cfdae7;border-radius:15px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(7,21,47,.06)}
.orl-player-statistics-competition>header{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 22px;background:#07152f;color:#fff}.orl-player-statistics-competition>header span{color:#67dff2!important;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.orl-player-statistics-competition>header h5{margin:4px 0 0;color:#fff!important;font-size:25px}.orl-player-statistics-competition>header>strong{display:flex;align-items:baseline;gap:7px;color:#fff!important;font-size:31px}.orl-player-statistics-competition>header small{color:#fff!important;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.orl-player-statistics-grid{display:grid;grid-template-columns:repeat(6,minmax(110px,1fr));gap:0}.orl-player-statistics-grid>div{padding:17px 14px;text-align:center;border-right:1px solid #e3e9f0;border-bottom:1px solid #e3e9f0}.orl-player-statistics-grid span{display:block;color:#607089;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.orl-player-statistics-grid strong{display:block;margin-top:5px;color:#09347a;font-size:24px}.orl-player-statistics-empty{margin-top:24px;padding:32px;text-align:center}
@media(max-width:900px){.orl-player-statistics-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:560px){.orl-player-statistics-addon__hero{padding:26px 22px}.orl-player-statistics-category{padding:18px 14px}.orl-player-statistics-competition>header{align-items:flex-start}.orl-player-statistics-grid{grid-template-columns:repeat(2,1fr)}}

/* v3.32.0 — premium player statistics command centre */
.orl-player-statistics-addon{display:grid;gap:24px}.orl-player-statistics-addon__hero{padding:34px;border-radius:18px;background:#071733;color:#fff}.orl-player-statistics-addon__hero p,.orl-player-statistics-addon__hero span{color:#fff!important}.orl-player-statistics-addon__hero p{margin:0 0 8px;text-transform:uppercase;letter-spacing:.18em;font-weight:800;color:#65d8ff!important}.orl-player-statistics-addon__hero h2{margin:0 0 8px;color:#fff;font-size:clamp(30px,4vw,46px)}
.orl-player-stats-command{display:grid;grid-template-columns:minmax(230px,.7fr) 2fr;gap:24px;padding:26px;border:1px solid #cad7e8;border-radius:18px;background:#fff}.orl-player-stats-command__heading span,.orl-player-stats-section-heading span{color:#007dc3;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900}.orl-player-stats-command__heading h3,.orl-player-stats-section-heading h3{margin:5px 0 6px;color:#071733}.orl-player-stats-command__heading p,.orl-player-stats-section-heading p{margin:0;color:#53627a}.orl-player-stats-command__metrics{display:grid;grid-template-columns:repeat(3,minmax(100px,1fr));gap:10px}.orl-player-stats-command__metrics div{padding:14px;border-radius:12px;background:#f3f7fc}.orl-player-stats-command__metrics span,.orl-player-stats-metric-list span{display:block;color:#65748b;font-size:12px;font-weight:800;text-transform:uppercase}.orl-player-stats-command__metrics strong{display:block;margin-top:4px;color:#09347a;font-size:25px}
.orl-player-stats-nav{display:flex;gap:8px;overflow:auto;padding:8px;border:1px solid #cad7e8;border-radius:14px;background:#fff}.orl-player-stats-nav__button{border:0;border-radius:9px;background:transparent;padding:12px 16px;color:#071733;font-weight:800;white-space:nowrap;cursor:pointer}.orl-player-stats-nav__button:hover,.orl-player-stats-nav__button.is-active{background:#09347a;color:#fff}.orl-player-stats-panel{display:none}.orl-player-stats-panel.is-active{display:block}.orl-player-stats-section-heading{margin-bottom:18px}.orl-player-stats-section-heading--compact{margin-top:26px}
.orl-player-stats-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.orl-player-stats-overview-card{padding:22px;border:1px solid #cad7e8;border-radius:16px;background:#fff}.orl-player-stats-overview-card h4{margin:0 0 15px;color:#071733}.orl-player-stats-metric-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.orl-player-stats-metric-list div{padding:12px;border-radius:10px;background:#f4f7fb}.orl-player-stats-metric-list strong{display:block;color:#09347a;font-size:21px}.orl-player-stats-bests{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.orl-player-stats-bests article{padding:18px;border-radius:14px;background:#071733;color:#fff}.orl-player-stats-bests span{display:block;color:#b8c9e2;font-size:12px;text-transform:uppercase;font-weight:800}.orl-player-stats-bests strong{display:block;margin-top:8px;color:#fff;font-size:24px}
.orl-player-stats-explorer__controls{margin-bottom:15px}.orl-player-stats-explorer__controls label{display:grid;gap:7px;font-weight:800;color:#071733}.orl-player-stats-explorer__controls select{max-width:620px;padding:12px;border:1px solid #afc2db;border-radius:10px;background:#fff}.orl-player-stats-campaign{overflow:hidden;border:1px solid #cad7e8;border-radius:18px;background:#fff}.orl-player-stats-campaign>header{display:flex;justify-content:space-between;align-items:center;padding:24px;background:#071733;color:#fff}.orl-player-stats-campaign>header span,.orl-player-stats-campaign>header p{color:#d7e2f2}.orl-player-stats-campaign>header h4{margin:4px 0;color:#fff;font-size:27px}.orl-player-stats-campaign>header>strong{font-size:34px;text-align:center}.orl-player-stats-campaign>header small{display:block;font-size:11px;text-transform:uppercase}.orl-player-stats-campaign__groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:20px}.orl-player-stats-campaign__groups section{padding:17px;border-radius:13px;background:#f4f7fb}.orl-player-stats-campaign__groups h5{margin:0 0 12px;color:#071733}.orl-player-stats-campaign__groups section>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.orl-player-stats-campaign__groups section>div>div{display:flex;justify-content:space-between;gap:12px;padding:9px;border-bottom:1px solid #d7e0ec}.orl-player-stats-campaign__groups span{color:#53627a}.orl-player-stats-campaign__groups strong{color:#09347a}
.orl-player-stats-history-year{margin-bottom:24px}.orl-player-stats-history-year>h4{font-size:30px;color:#071733}.orl-player-stats-history-group{margin:14px 0}.orl-player-stats-history-group>h5{margin:0 0 9px;color:#007dc3}.orl-player-stats-history-table{overflow:auto;border:1px solid #cad7e8;border-radius:14px;background:#fff}.orl-player-stats-history-row{display:grid;grid-template-columns:minmax(230px,2fr) repeat(6,minmax(65px,.6fr));align-items:center;min-width:850px;padding:12px 15px;border-bottom:1px solid #e2e9f2;color:#071733}.orl-player-stats-history-row.is-heading{background:#071733;color:#fff;font-size:12px;font-weight:800;text-transform:uppercase}.orl-player-stats-history-row span:not(:first-child){text-align:center}.orl-player-stats-history-row small{display:block;color:#68778e}
.orl-player-stats-trends{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.orl-player-stats-trends article{padding:19px;border:1px solid #cad7e8;border-radius:15px;background:#fff}.orl-player-stats-trends h4{margin:0 0 13px}.orl-player-stats-trend-bars>div{display:grid;grid-template-columns:145px 1fr 48px;gap:10px;align-items:center;margin:8px 0;font-size:12px}.orl-player-stats-trend-bars i{height:9px;border-radius:99px;background:#e4eaf2;overflow:hidden}.orl-player-stats-trend-bars b{display:block;height:100%;background:linear-gradient(90deg,#09347a,#00a6df)}
.orl-player-stats-match-tools{margin-bottom:12px}.orl-player-stats-match-search{width:min(100%,480px);padding:12px;border:1px solid #afc2db;border-radius:10px}.orl-player-stats-match-table{overflow:auto;border:1px solid #cad7e8;border-radius:14px;background:#fff}.orl-player-stats-match-row{display:grid;grid-template-columns:minmax(180px,1.5fr) minmax(160px,1fr) 90px repeat(4,70px);align-items:center;min-width:850px;padding:12px 15px;border-bottom:1px solid #e2e9f2;color:#071733;text-decoration:none!important}.orl-player-stats-match-row:hover{background:#f1f6fb;color:#071733!important}.orl-player-stats-match-row.is-heading{background:#071733;color:#fff!important;font-size:12px;text-transform:uppercase;font-weight:800}.orl-player-stats-match-row small{display:block;color:#68778e}.orl-player-stats-match-row span:nth-child(n+3){text-align:center}
.orl-player-stats-milestones{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.orl-player-stats-milestones article{display:flex;align-items:center;gap:13px;padding:18px;border:1px solid #d9bd66;border-radius:14px;background:linear-gradient(135deg,#fffdf5,#fff)}.orl-player-stats-milestones article>span{font-size:28px}.orl-player-stats-milestones small{display:block;color:#876a16;text-transform:uppercase;font-weight:800}.orl-player-stats-milestones strong{display:block;color:#071733}
@media(max-width:900px){.orl-player-stats-command{grid-template-columns:1fr}.orl-player-stats-bests{grid-template-columns:repeat(2,1fr)}.orl-player-stats-campaign__groups,.orl-player-stats-trends{grid-template-columns:1fr}.orl-player-stats-milestones{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.orl-player-stats-command__metrics,.orl-player-stats-overview-grid,.orl-player-stats-metric-list,.orl-player-stats-bests,.orl-player-stats-milestones{grid-template-columns:1fr}.orl-player-stats-campaign>header{align-items:flex-start}.orl-player-stats-trend-bars>div{grid-template-columns:100px 1fr 40px}}

/* v3.33.1 — centred statistical values */
.orl-player-statistics-addon .orl-player-stats-command__metrics div,
.orl-player-statistics-addon .orl-player-stats-metric-list div,
.orl-player-statistics-addon .orl-player-stats-bests article,
.orl-player-statistics-addon .orl-player-stats-campaign__groups section>div>div,
.orl-player-statistics-addon .orl-player-stats-trend-bars>div,
.orl-player-statistics-addon .orl-player-stats-milestones article {
  text-align:center;
}
.orl-player-statistics-addon .orl-player-stats-command__metrics span,
.orl-player-statistics-addon .orl-player-stats-command__metrics strong,
.orl-player-statistics-addon .orl-player-stats-metric-list span,
.orl-player-statistics-addon .orl-player-stats-metric-list strong,
.orl-player-statistics-addon .orl-player-stats-bests span,
.orl-player-statistics-addon .orl-player-stats-bests strong,
.orl-player-statistics-addon .orl-player-stats-campaign__groups span,
.orl-player-statistics-addon .orl-player-stats-campaign__groups strong,
.orl-player-statistics-addon .orl-player-stats-trend-bars strong,
.orl-player-statistics-addon .orl-player-stats-trend-bars b,
.orl-player-statistics-addon .orl-player-stats-history-row span:not(:first-child),
.orl-player-statistics-addon .orl-player-stats-match-row span:nth-child(n+3) {
  text-align:center;
  font-variant-numeric:tabular-nums;
}
.orl-player-statistics-addon .orl-player-stats-command__metrics div,
.orl-player-statistics-addon .orl-player-stats-metric-list div {
  display:flex;
  min-height:78px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.orl-player-statistics-addon .orl-player-stats-campaign__groups section>div>div {
  display:grid;
  grid-template-columns:1fr;
  align-content:center;
  justify-items:center;
  gap:3px;
  min-height:68px;
}
.orl-player-statistics-addon .orl-player-stats-campaign__groups section>div>div strong {
  display:block;
  width:100%;
  font-size:20px;
}
.orl-player-statistics-addon .orl-player-stats-campaign__groups section>div>div span {
  display:block;
  width:100%;
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.orl-player-statistics-addon .orl-player-stats-trend-bars>div>strong {
  display:block;
  width:100%;
}
.orl-player-statistics-addon .orl-player-stats-milestones article {
  justify-content:center;
}
.orl-player-statistics-addon .orl-player-stats-milestones article>div {
  text-align:center;
}

/* v3.33.2: ordered campaign explorer and readable campaign identity */
.orl-player-statistics-addon .orl-player-stats-campaign>header p,
.orl-player-statistics-addon .orl-player-stats-campaign>header span{color:#d7e2f2!important;}
.orl-player-statistics-addon .orl-player-stats-campaign>header h4,
.orl-player-statistics-addon .orl-player-stats-campaign>header strong,
.orl-player-statistics-addon .orl-player-stats-campaign>header small{color:#fff!important;}


/* v3.36.2: Training schedule metric readability.
 * Training System renders these cards as .orl-ts-stat and the Game Interface
 * design enhancer adds .orl-ui-club-summary. Target the actual combined
 * rendered class so inherited white text cannot win.
 */
.orl-ui-club-management div.orl-ts-stat.orl-ui-club-summary,
.orl-ui-club-management div.orl-ts-stat.orl-ui-club-summary *,
div.orl-ts-stat.orl-ui-club-summary,
div.orl-ts-stat.orl-ui-club-summary * {
    color: #09347a !important;
    -webkit-text-fill-color: #09347a !important;
    opacity: 1 !important;
    text-shadow: none !important;
}


/* ========================================================================== 
   v3.36.26 — Coaching Dashboard polish correction
   Preserve the native club hero and make sidebar selection fill the whole row.
   ========================================================================== */
.orl-ui-dashboard--club-manager {
    --orl-coach-navy: #09347a;
    --orl-coach-blue: #007dc3;
    --orl-coach-ink: #172033;
    --orl-coach-muted: #60708b;
    --orl-coach-line: #d9e3ef;
}

/* Font Awesome additions only: never introduce a second panel inside the club hero. */
.orl-ui-dashboard--club-manager .orl-dashboard-fa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 1.2em;
    line-height: 1;
    text-align: center;
}

/* The club navigation is a full-width vertical list. Do not turn links into pills. */
.orl-ui-dashboard--club-manager .orl-ui-dashboard-tabs,
.orl-ui-dashboard--club-manager [class*="tabs"]:has(.orl-dashboard-nav-link),
.orl-ui-dashboard--club-manager [class*="nav"]:has(.orl-dashboard-nav-link) {
    gap: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.orl-ui-dashboard--club-manager li:has(> .orl-dashboard-nav-link),
.orl-ui-dashboard--club-manager [role="presentation"]:has(> .orl-dashboard-nav-link) {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.orl-ui-dashboard--club-manager .orl-dashboard-nav-link {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100% !important;
    min-height: 54px;
    margin: 0 !important;
    padding: 0 20px !important;
    border-radius: 0 !important;
    box-sizing: border-box;
    transform: none !important;
    transition: background-color .16s ease, color .16s ease, border-color .16s ease !important;
}
.orl-ui-dashboard--club-manager .orl-dashboard-nav-link:hover,
.orl-ui-dashboard--club-manager .orl-dashboard-nav-link:focus-visible {
    transform: none !important;
}
.orl-ui-dashboard--club-manager .orl-dashboard-nav-link[aria-current="page"],
.orl-ui-dashboard--club-manager .orl-dashboard-nav-link[aria-selected="true"],
.orl-ui-dashboard--club-manager .orl-dashboard-nav-link.is-active,
.orl-ui-dashboard--club-manager .orl-dashboard-nav-link.active,
.orl-ui-dashboard--club-manager .active > .orl-dashboard-nav-link,
.orl-ui-dashboard--club-manager .selected > .orl-dashboard-nav-link,
.orl-ui-dashboard--club-manager .current > .orl-dashboard-nav-link {
    width: 100% !important;
    background: var(--orl-coach-blue) !important;
    color: #fff !important;
    border-radius: 0 !important;
}
.orl-ui-dashboard--club-manager .orl-dashboard-nav-link[aria-current="page"] *,
.orl-ui-dashboard--club-manager .orl-dashboard-nav-link[aria-selected="true"] *,
.orl-ui-dashboard--club-manager .orl-dashboard-nav-link.is-active *,
.orl-ui-dashboard--club-manager .orl-dashboard-nav-link.active *,
.orl-ui-dashboard--club-manager .active > .orl-dashboard-nav-link *,
.orl-ui-dashboard--club-manager .selected > .orl-dashboard-nav-link *,
.orl-ui-dashboard--club-manager .current > .orl-dashboard-nav-link * {
    color: #fff !important;
}
.orl-ui-dashboard--club-manager .orl-dashboard-nav-link .orl-dashboard-fa {
    font-size: 1rem;
}

.orl-ui-dashboard--club-manager .orl-coaching-dashboard-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--orl-coach-line) !important;
    border-radius: 15px !important;
    background: #fff !important;
    box-shadow: 0 9px 26px rgba(9,52,122,.075) !important;
}
.orl-ui-dashboard--club-manager .orl-coaching-dashboard-card > h1:first-child,
.orl-ui-dashboard--club-manager .orl-coaching-dashboard-card > h2:first-child,
.orl-ui-dashboard--club-manager .orl-coaching-dashboard-card > h3:first-child,
.orl-ui-dashboard--club-manager .orl-coaching-dashboard-card > h4:first-child,
.orl-ui-dashboard--club-manager .orl-coaching-dashboard-card > .heading:first-child,
.orl-ui-dashboard--club-manager .orl-coaching-dashboard-card > .panel-title:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
    padding: 14px 17px !important;
    border-bottom: 3px solid var(--orl-coach-blue);
    background: var(--orl-coach-navy) !important;
    color: #fff !important;
}
.orl-ui-dashboard--club-manager .orl-coaching-dashboard-card > :first-child .orl-dashboard-fa {
    color: #fff;
}
.orl-ui-dashboard--club-manager .orl-dashboard-club-summary-polish {
    text-align: center;
}
.orl-ui-dashboard--club-manager .orl-dashboard-club-summary-polish strong,
.orl-ui-dashboard--club-manager .orl-dashboard-club-summary-polish .value,
.orl-ui-dashboard--club-manager .orl-dashboard-club-summary-polish .amount {
    color: var(--orl-coach-navy) !important;
}
.orl-ui-dashboard--club-manager .orl-dashboard-polished-action {
    transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease !important;
}
.orl-ui-dashboard--club-manager .orl-dashboard-polished-action:hover,
.orl-ui-dashboard--club-manager .orl-dashboard-polished-action:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 7px 17px rgba(0,125,195,.20) !important;
}

@media (max-width: 760px) {
    .orl-ui-dashboard--club-manager .orl-dashboard-nav-link {
        min-height: 48px;
        padding: 0 16px !important;
    }
}


/* ========================================================================== 
   v3.36.27 — Coaching Dashboard hero refinement
   Preserve the existing club-aware gradient and let the club name stand alone.
   ========================================================================== */
.orl-ui-dashboard--club-manager .orl-dashboard-club-hero {
    position: relative;
}
.orl-ui-dashboard--club-manager .orl-dashboard-club-name {
    display: block !important;
    margin-top: 12px !important;
    margin-bottom: 10px !important;
    letter-spacing: -.035em !important;
    line-height: 1.04 !important;
}
.orl-ui-dashboard--club-manager .orl-dashboard-club-name > .orl-dashboard-fa {
    display: none !important;
}
.orl-ui-dashboard--club-manager .orl-dashboard-club-hero .orl-kicker,
.orl-ui-dashboard--club-manager .orl-dashboard-club-hero [class*="eyebrow"],
.orl-ui-dashboard--club-manager .orl-dashboard-club-hero [class*="label"] {
    font-size: 11px !important;
    letter-spacing: .11em !important;
}
.orl-ui-dashboard--club-manager .orl-dashboard-club-hero p {
    letter-spacing: .07em;
}
.orl-ui-dashboard--club-manager .orl-dashboard-hero-metrics {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    margin-left: auto !important;
    margin-right: clamp(18px, 3vw, 42px) !important;
}
.orl-ui-dashboard--club-manager .orl-dashboard-hero-metrics > * {
    margin: 0 !important;
}
@media (max-width: 760px) {
    .orl-ui-dashboard--club-manager .orl-dashboard-club-name {
        margin-top: 9px !important;
    }
    .orl-ui-dashboard--club-manager .orl-dashboard-hero-metrics {
        justify-content: flex-start !important;
        margin: 18px 0 0 !important;
        flex-wrap: wrap;
    }
}

/* ========================================================================== 
   v3.36.28 — Coaching Dashboard overview condensation
   Keep the operational overview useful without rendering the full series archive.
   ========================================================================== */
.orl-ui-dashboard--club-manager .orl-dashboard-series-overview {
    padding-bottom: 16px !important;
}
.orl-ui-dashboard--club-manager .orl-dashboard-series-overview > h1:first-child,
.orl-ui-dashboard--club-manager .orl-dashboard-series-overview > h2:first-child,
.orl-ui-dashboard--club-manager .orl-dashboard-series-overview > h3:first-child,
.orl-ui-dashboard--club-manager .orl-dashboard-series-overview > h4:first-child,
.orl-ui-dashboard--club-manager .orl-dashboard-series-overview > .heading:first-child,
.orl-ui-dashboard--club-manager .orl-dashboard-series-overview > .panel-title:first-child {
    justify-content: flex-start;
}
.orl-ui-dashboard--club-manager .orl-dashboard-series-count {
    margin-left: auto;
    padding: 4px 9px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px;
    color: #fff !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    line-height: 1;
    text-transform: uppercase;
}
.orl-ui-dashboard--club-manager .orl-dashboard-series-card {
    min-height: 0 !important;
    margin-bottom: 12px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}
.orl-ui-dashboard--club-manager .orl-dashboard-series-card .orl-dashboard-series-games {
    display: none !important;
}
.orl-ui-dashboard--club-manager .orl-dashboard-series-card--overview-hidden {
    display: none !important;
}
.orl-ui-dashboard--club-manager .orl-dashboard-series-card p,
.orl-ui-dashboard--club-manager .orl-dashboard-series-card [class*="meta"] {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}
.orl-ui-dashboard--club-manager .orl-dashboard-series-history-link {
    display: table !important;
    margin: 14px auto 0 !important;
}

/* The dashboard preview needs only a concise explanation beneath each header. */
.orl-ui-dashboard--club-manager .orl-dashboard-series-overview > p,
.orl-ui-dashboard--club-manager .orl-dashboard-series-overview > header + p {
    margin: 5px 18px 12px !important;
}

@media (max-width: 760px) {
    .orl-ui-dashboard--club-manager .orl-dashboard-series-count {
        font-size: 9px;
    }
}

/* ========================================================================== 
   v3.36.29 — Coaching Dashboard overview structure refinement
   ========================================================================== */
.orl-ui-dashboard--club-manager .orl-dashboard-open-challenges-inline {
    margin: 18px 0 0 !important;
    padding: 14px !important;
    border: 1px solid #cbdced !important;
    border-radius: 12px !important;
    background: #f7fbff !important;
    box-shadow: none !important;
}
.orl-ui-dashboard--club-manager .orl-dashboard-open-challenges-inline > h1:first-child,
.orl-ui-dashboard--club-manager .orl-dashboard-open-challenges-inline > h2:first-child,
.orl-ui-dashboard--club-manager .orl-dashboard-open-challenges-inline > h3:first-child,
.orl-ui-dashboard--club-manager .orl-dashboard-open-challenges-inline > h4:first-child,
.orl-ui-dashboard--club-manager .orl-dashboard-open-challenges-inline > .heading:first-child,
.orl-ui-dashboard--club-manager .orl-dashboard-open-challenges-inline > .panel-title:first-child {
    margin: -14px -14px 10px !important;
    padding: 12px 15px !important;
    min-height: 0 !important;
    font-size: 17px !important;
}
.orl-ui-dashboard--club-manager .orl-dashboard-open-challenges-inline p {
    margin: 5px 0 10px !important;
    font-size: 13px !important;
}
.orl-ui-dashboard--club-manager .orl-dashboard-open-challenges-inline article,
.orl-ui-dashboard--club-manager .orl-dashboard-open-challenges-inline [class*="challenge"] {
    min-height: 0 !important;
}

.orl-ui-dashboard--club-manager .orl-dashboard-issue-challenge-card .orl-dashboard-challenge-slots {
    margin: 0 0 18px !important;
    padding: 13px 16px !important;
    border: 1px solid #c9dced !important;
    border-radius: 0 0 11px 11px !important;
    background: #eef6fc !important;
    color: #07367d !important;
    box-shadow: none !important;
}
.orl-ui-dashboard--club-manager .orl-dashboard-issue-challenge-card .orl-dashboard-challenge-slots * {
    color: #07367d !important;
}
.orl-ui-dashboard--club-manager .orl-dashboard-issue-challenge-card .orl-dashboard-challenge-slots [class*="progress"],
.orl-ui-dashboard--club-manager .orl-dashboard-issue-challenge-card .orl-dashboard-challenge-slots progress {
    accent-color: #007dc3;
}
.orl-ui-dashboard--club-manager .orl-dashboard-issue-button {
    display: block !important;
    width: max-content !important;
    margin: 22px auto 0 !important;
}

.orl-ui-dashboard--club-manager .orl-dashboard-snapshot-removed {
    display: none !important;
}

.orl-ui-dashboard--club-manager .orl-dashboard-growth-card {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    overflow: hidden;
    border-top: 4px solid #007dc3 !important;
    background: #fff !important;
}
.orl-ui-dashboard--club-manager .orl-dashboard-growth-card > h1:first-child,
.orl-ui-dashboard--club-manager .orl-dashboard-growth-card > h2:first-child,
.orl-ui-dashboard--club-manager .orl-dashboard-growth-card > h3:first-child,
.orl-ui-dashboard--club-manager .orl-dashboard-growth-card > h4:first-child {
    margin: 0 !important;
    padding: 18px 22px 10px !important;
}
.orl-ui-dashboard--club-manager .orl-dashboard-growth-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 10px 22px 22px;
}
.orl-ui-dashboard--club-manager .orl-dashboard-growth-metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 0;
    min-height: 132px;
    padding: 20px 16px;
    border: 1px solid #d3e1ee;
    border-radius: 10px;
    background: #f6faff;
}
.orl-ui-dashboard--club-manager .orl-dashboard-growth-metric > i {
    display: grid;
    place-items: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #e4f3fb;
    color: #007dc3;
    font-size: 20px;
}
.orl-ui-dashboard--club-manager .orl-dashboard-growth-metric span {
    width: 100%;
    text-align: center;
}
.orl-ui-dashboard--club-manager .orl-dashboard-growth-metric span,
.orl-ui-dashboard--club-manager .orl-dashboard-growth-metric strong,
.orl-ui-dashboard--club-manager .orl-dashboard-growth-metric small {
    display: block;
}
.orl-ui-dashboard--club-manager .orl-dashboard-growth-metric strong {
    color: #07367d;
    font-size: clamp(26px, 2.2vw, 36px);
    line-height: 1;
}
.orl-ui-dashboard--club-manager .orl-dashboard-growth-metric small {
    margin-top: 7px;
    color: #5f7188;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}
@media (max-width: 760px) {
    .orl-ui-dashboard--club-manager .orl-dashboard-growth-metrics {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 8px 14px 16px;
    }
    .orl-ui-dashboard--club-manager .orl-dashboard-growth-metric {
        min-height: 108px;
    }
}

/* v3.36.31 Coaching Dashboard squad page */
.orl-ui-dashboard--club-manager .orl-squad-page-panel {
    padding: 20px !important;
}
.orl-ui-dashboard--club-manager .orl-squad-duplicate-heading {
    display: none !important;
}
.orl-ui-dashboard--club-manager .orl-squad-live-toolbar {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 18px;
}
.orl-ui-dashboard--club-manager .orl-squad-live-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(135px, 1fr));
    gap: 10px;
    flex: 1 1 auto;
}
.orl-ui-dashboard--club-manager .orl-squad-metric {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 13px 14px;
    border: 1px solid #d3e1ee;
    border-top: 3px solid #17458b;
    border-radius: 9px;
    background: #f7faff;
}
.orl-ui-dashboard--club-manager .orl-squad-metric.is-positive { border-top-color: #17884d; }
.orl-ui-dashboard--club-manager .orl-squad-metric.is-alert { border-top-color: #c57a00; background: #fffaf0; }
.orl-ui-dashboard--club-manager .orl-squad-metric > i {
    display: grid;
    place-items: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e6f1fb;
    color: #07367d;
    font-size: 15px;
}
.orl-ui-dashboard--club-manager .orl-squad-metric strong,
.orl-ui-dashboard--club-manager .orl-squad-metric small { display: block; }
.orl-ui-dashboard--club-manager .orl-squad-metric strong {
    color: #07367d;
    font-size: 21px;
    line-height: 1;
}
.orl-ui-dashboard--club-manager .orl-squad-metric small {
    margin-top: 5px;
    color: #61738b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .045em;
    line-height: 1.25;
    text-transform: uppercase;
}
.orl-ui-dashboard--club-manager .orl-squad-search {
    display: flex;
    align-items: center;
    align-self: stretch;
    gap: 8px;
    flex: 0 0 210px;
    padding: 0 12px;
    border: 1px solid #c7d9e8;
    border-radius: 9px;
    background: #fff;
    color: #60738b;
}
.orl-ui-dashboard--club-manager .orl-squad-search input {
    width: 100%;
    min-height: 42px;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #102447 !important;
}
.orl-ui-dashboard--club-manager table.orl-squad-live-table {
    overflow: hidden;
    width: 100%;
    border: 1px solid #cbdbea;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 10px;
}
.orl-ui-dashboard--club-manager .orl-squad-live-table thead th {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}
.orl-ui-dashboard--club-manager .orl-squad-live-table tbody tr {
    transition: background-color .15s ease, box-shadow .15s ease;
}
.orl-ui-dashboard--club-manager .orl-squad-live-table tbody tr:hover {
    position: relative;
    z-index: 1;
    background: #eaf5fc !important;
    box-shadow: inset 4px 0 0 #007dc3;
}
.orl-ui-dashboard--club-manager .orl-squad-live-table tbody tr.is-unassigned {
    background: #fff9ee !important;
    box-shadow: inset 4px 0 0 #c57a00;
}
.orl-ui-dashboard--club-manager .orl-squad-live-table td {
    vertical-align: middle;
}
.orl-ui-dashboard--club-manager .orl-squad-live-table td:nth-child(2) {
    font-weight: 800;
}
.orl-ui-dashboard--club-manager .orl-squad-number {
    display: inline-grid;
    place-items: center;
    min-width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #e8f2fb;
    color: #07367d;
    font-weight: 800;
}
.orl-ui-dashboard--club-manager .orl-squad-new-badge,
.orl-ui-dashboard--club-manager .orl-squad-role-badge,
.orl-ui-dashboard--club-manager .orl-squad-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}
.orl-ui-dashboard--club-manager .orl-squad-new-badge {
    padding: 7px 9px;
    background: #fff0cf;
    color: #8a5400;
    text-transform: uppercase;
}
.orl-ui-dashboard--club-manager .orl-squad-role-badge {
    padding: 7px 11px;
    background: #edf4fb;
    color: #315477;
}
.orl-ui-dashboard--club-manager .orl-squad-status-badge {
    padding: 7px 11px;
    background: #eef2f6;
    color: #52657a;
}
.orl-ui-dashboard--club-manager .orl-squad-status-badge.is-active {
    background: #e8f7ee;
    color: #08733d;
}
@media (max-width: 1050px) {
    .orl-ui-dashboard--club-manager .orl-squad-live-toolbar { flex-direction: column; }
    .orl-ui-dashboard--club-manager .orl-squad-search { flex: 0 0 auto; min-height: 46px; }
}
@media (max-width: 760px) {
    .orl-ui-dashboard--club-manager .orl-squad-page-panel { padding: 14px !important; }
    .orl-ui-dashboard--club-manager .orl-squad-live-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .orl-ui-dashboard--club-manager .orl-squad-live-table thead { display: none; }
    .orl-ui-dashboard--club-manager .orl-squad-live-table,
    .orl-ui-dashboard--club-manager .orl-squad-live-table tbody,
    .orl-ui-dashboard--club-manager .orl-squad-live-table tr,
    .orl-ui-dashboard--club-manager .orl-squad-live-table td { display: block; width: 100%; }
    .orl-ui-dashboard--club-manager .orl-squad-live-table tr { padding: 12px 14px; border-bottom: 1px solid #d6e2ed; }
    .orl-ui-dashboard--club-manager .orl-squad-live-table td { display: flex; justify-content: space-between; gap: 15px; padding: 5px 0 !important; border: 0 !important; text-align: right; }
    .orl-ui-dashboard--club-manager .orl-squad-live-table td::before { content: attr(data-label); color: #64758a; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
}

/* v3.36.32 — Match Week KPI typography and action alignment. */
.orl-ui-dashboard--club-manager.orl-match-week-refined .orl-match-week-kpi-card,
.orl-ui-dashboard--club-manager .orl-match-week-refined .orl-match-week-kpi-card {
    min-width: 0;
}
.orl-ui-dashboard--club-manager.orl-match-week-refined .orl-match-week-kpi-title,
.orl-ui-dashboard--club-manager .orl-match-week-refined .orl-match-week-kpi-title {
    margin: 0 !important;
    font-size: clamp(17px, 1.35vw, 21px) !important;
    line-height: 1.18 !important;
    letter-spacing: -.015em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
}
.orl-ui-dashboard--club-manager.orl-match-week-refined .orl-match-week-kpi-card > :first-child,
.orl-ui-dashboard--club-manager .orl-match-week-refined .orl-match-week-kpi-card > :first-child {
    min-height: 72px !important;
    display: flex !important;
    align-items: center !important;
}
.orl-ui-dashboard--club-manager.orl-match-week-refined .orl-match-week-action-row,
.orl-ui-dashboard--club-manager .orl-match-week-refined .orl-match-week-action-row {
    display: flex !important;
    justify-content: center !important;
    align-items: stretch !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    width: 100% !important;
}
.orl-ui-dashboard--club-manager.orl-match-week-refined .orl-match-week-action-button,
.orl-ui-dashboard--club-manager .orl-match-week-refined .orl-match-week-action-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 1 1 220px !important;
    max-width: 300px !important;
    min-height: 58px !important;
    text-align: center !important;
}
@media (max-width: 760px) {
    .orl-ui-dashboard--club-manager.orl-match-week-refined .orl-match-week-action-button,
    .orl-ui-dashboard--club-manager .orl-match-week-refined .orl-match-week-action-button {
        flex-basis: 100% !important;
        max-width: none !important;
    }
}

/* v3.36.33 — Coaching Dashboard Match Centre schedule/results refinement. */
.orl-ui-dashboard--club-manager .orl-match-centre-results-section .orl-result-older {
    display: none !important;
}
.orl-ui-dashboard--club-manager .orl-match-centre-results-section.is-showing-all-results .orl-result-older {
    display: block !important;
}
.orl-ui-dashboard--club-manager .orl-match-centre-score {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 52px !important;
    min-height: 52px !important;
    padding: 7px 9px !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    font-size: clamp(13px, 1.05vw, 16px) !important;
    line-height: 1 !important;
    letter-spacing: -.035em !important;
}
.orl-ui-dashboard--club-manager .orl-match-centre-results-toggle,
.orl-ui-dashboard--club-manager .orl-match-centre-upcoming-link {
    display: flex !important;
    width: max-content !important;
    max-width: 100% !important;
    min-height: 42px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 14px auto 4px !important;
    padding: 10px 18px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: #0787c9 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font: inherit !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
.orl-ui-dashboard--club-manager .orl-match-centre-results-toggle:hover,
.orl-ui-dashboard--club-manager .orl-match-centre-results-toggle:focus,
.orl-ui-dashboard--club-manager .orl-match-centre-upcoming-link:hover,
.orl-ui-dashboard--club-manager .orl-match-centre-upcoming-link:focus {
    background: #073b83 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
.orl-ui-dashboard--club-manager .orl-match-centre-upcoming-section {
    align-content: start !important;
}
.orl-ui-dashboard--club-manager .orl-match-centre-fixture-card,
.orl-ui-dashboard--club-manager .orl-match-centre-result-card {
    min-width: 0 !important;
}
@media (max-width: 760px) {
    .orl-ui-dashboard--club-manager .orl-match-centre-score {
        min-width: 46px !important;
        min-height: 46px !important;
        font-size: 13px !important;
    }
}

/* v3.36.35 — Training Centre tabs: readable equal-width wrapped grid. */
.orl-ui-dashboard--club-manager .orl-training-tabs-refined,
.orl-ui-club-management .orl-training-tabs-refined {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 8px !important;
    overflow: visible !important;
    border: 1px solid #cbdbea !important;
    border-radius: 12px !important;
    background: #f5f9fd !important;
    box-sizing: border-box !important;
}
.orl-ui-dashboard--club-manager .orl-training-tabs-refined .orl-training-tab-item,
.orl-ui-club-management .orl-training-tabs-refined .orl-training-tab-item {
    display: contents !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}
.orl-ui-dashboard--club-manager .orl-training-tabs-refined .orl-training-tab-control,
.orl-ui-club-management .orl-training-tabs-refined .orl-training-tab-control {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    border: 1px solid #cbdbea !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #09347a !important;
    -webkit-text-fill-color: #09347a !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    transform: none !important;
}
.orl-ui-dashboard--club-manager .orl-training-tabs-refined .orl-training-tab-control:hover,
.orl-ui-dashboard--club-manager .orl-training-tabs-refined .orl-training-tab-control:focus-visible,
.orl-ui-club-management .orl-training-tabs-refined .orl-training-tab-control:hover,
.orl-ui-club-management .orl-training-tabs-refined .orl-training-tab-control:focus-visible {
    border-color: #007dc3 !important;
    background: #eaf6fc !important;
    color: #07367d !important;
    -webkit-text-fill-color: #07367d !important;
}
.orl-ui-dashboard--club-manager .orl-training-tabs-refined .orl-training-tab-control.is-active,
.orl-ui-dashboard--club-manager .orl-training-tabs-refined .orl-training-tab-control[aria-current="page"],
.orl-ui-dashboard--club-manager .orl-training-tabs-refined .orl-training-tab-control[aria-selected="true"],
.orl-ui-club-management .orl-training-tabs-refined .orl-training-tab-control.is-active,
.orl-ui-club-management .orl-training-tabs-refined .orl-training-tab-control[aria-current="page"],
.orl-ui-club-management .orl-training-tabs-refined .orl-training-tab-control[aria-selected="true"] {
    border-color: #007dc3 !important;
    background: #0787c9 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    box-shadow: inset 0 -3px 0 #005a96 !important;
}
.orl-ui-dashboard--club-manager .orl-training-tabs-refined .orl-training-tab-control .orl-dashboard-fa,
.orl-ui-club-management .orl-training-tabs-refined .orl-training-tab-control .orl-dashboard-fa {
    width: auto !important;
    min-width: 16px !important;
    margin: 0 !important;
}
@media (max-width: 980px) {
    .orl-ui-dashboard--club-manager .orl-training-tabs-refined,
    .orl-ui-club-management .orl-training-tabs-refined {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 560px) {
    .orl-ui-dashboard--club-manager .orl-training-tabs-refined,
    .orl-ui-club-management .orl-training-tabs-refined {
        grid-template-columns: 1fr !important;
    }
}

/* v3.36.35 — Training overview card balance and hierarchy. */
.orl-ui-dashboard--club-manager .orl-training-plan-summary-refined,
.orl-ui-club-management .orl-training-plan-summary-refined {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    min-height: 0 !important;
}
.orl-ui-dashboard--club-manager .orl-training-plan-summary-refined .orl-training-plan-benefits,
.orl-ui-club-management .orl-training-plan-summary-refined .orl-training-plan-benefits {
    margin-top: 24px !important;
    margin-bottom: 18px !important;
    transform: none !important;
}
.orl-ui-dashboard--club-manager .orl-training-plan-summary-refined .orl-training-plan-benefits li,
.orl-ui-club-management .orl-training-plan-summary-refined .orl-training-plan-benefits li {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
}
.orl-ui-dashboard--club-manager .orl-training-plan-summary-refined .orl-training-intensity-row,
.orl-ui-club-management .orl-training-plan-summary-refined .orl-training-intensity-row {
    margin-top: auto !important;
}
.orl-ui-dashboard--club-manager .orl-training-status-summary-refined .orl-training-status-heading,
.orl-ui-club-management .orl-training-status-summary-refined .orl-training-status-heading {
    min-height: 0 !important;
    padding: 16px 14px !important;
    font-size: 20px !important;
    line-height: 1.15 !important;
    letter-spacing: -.02em !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}
.orl-ui-dashboard--club-manager .orl-training-status-summary-refined .orl-training-status-heading .orl-dashboard-fa,
.orl-ui-club-management .orl-training-status-summary-refined .orl-training-status-heading .orl-dashboard-fa {
    font-size: 18px !important;
}
@media (max-width: 760px) {
    .orl-ui-dashboard--club-manager .orl-training-plan-summary-refined .orl-training-plan-benefits,
    .orl-ui-club-management .orl-training-plan-summary-refined .orl-training-plan-benefits {
        margin-top: 16px !important;
    }
}

/* v3.36.36 — Training overview: two compact summaries above a full-width next-match card. */
.orl-ui-dashboard--club-manager .orl-training-overview-summary-grid-refined,
.orl-ui-club-management .orl-training-overview-summary-grid-refined {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-areas:
        "plan status"
        "match match" !important;
    gap: 16px !important;
    align-items: stretch !important;
}
.orl-ui-dashboard--club-manager .orl-training-overview-summary-grid-refined > .orl-training-plan-summary-refined,
.orl-ui-club-management .orl-training-overview-summary-grid-refined > .orl-training-plan-summary-refined {
    grid-area: plan !important;
    width: auto !important;
    max-width: none !important;
    min-height: 0 !important;
}
.orl-ui-dashboard--club-manager .orl-training-overview-summary-grid-refined > .orl-training-status-summary-refined,
.orl-ui-club-management .orl-training-overview-summary-grid-refined > .orl-training-status-summary-refined {
    grid-area: status !important;
    width: auto !important;
    max-width: none !important;
    min-height: 0 !important;
}
.orl-ui-dashboard--club-manager .orl-training-overview-summary-grid-refined > .orl-training-next-match-summary-refined,
.orl-ui-club-management .orl-training-overview-summary-grid-refined > .orl-training-next-match-summary-refined {
    grid-area: match !important;
    width: auto !important;
    max-width: none !important;
    min-height: 0 !important;
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}
.orl-ui-dashboard--club-manager .orl-training-overview-summary-grid-refined .orl-training-plan-summary-refined .orl-training-plan-benefits,
.orl-ui-club-management .orl-training-overview-summary-grid-refined .orl-training-plan-summary-refined .orl-training-plan-benefits {
    margin-top: 18px !important;
}
.orl-ui-dashboard--club-manager .orl-training-overview-summary-grid-refined .orl-training-status-summary-refined .orl-training-status-heading,
.orl-ui-club-management .orl-training-overview-summary-grid-refined .orl-training-status-summary-refined .orl-training-status-heading {
    font-size: 18px !important;
    padding: 13px 14px !important;
}
@media (max-width: 760px) {
    .orl-ui-dashboard--club-manager .orl-training-overview-summary-grid-refined,
    .orl-ui-club-management .orl-training-overview-summary-grid-refined {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "plan"
            "status"
            "match" !important;
    }
}

/* v3.36.37 — Staff Management Summary metric readability. */
.orl-ui-dashboard--club-manager .orl-staff-summary-metric-refined,
.orl-ui-club-management .orl-staff-summary-metric-refined {
    color: #09347a !important;
    -webkit-text-fill-color: #09347a !important;
}
.orl-ui-dashboard--club-manager .orl-staff-summary-metric-refined .orl-staff-summary-metric-value,
.orl-ui-club-management .orl-staff-summary-metric-refined .orl-staff-summary-metric-value {
    color: #09347a !important;
    -webkit-text-fill-color: #09347a !important;
    opacity: 1 !important;
    font-weight: 900 !important;
    text-shadow: none !important;
}
.orl-ui-dashboard--club-manager .orl-staff-summary-metric-refined .orl-staff-summary-metric-label,
.orl-ui-club-management .orl-staff-summary-metric-refined .orl-staff-summary-metric-label {
    color: #09347a !important;
    -webkit-text-fill-color: #09347a !important;
    opacity: 1 !important;
}
.orl-ui-dashboard--club-manager .orl-staff-summary-metric-refined p,
.orl-ui-dashboard--club-manager .orl-staff-summary-metric-refined small,
.orl-ui-club-management .orl-staff-summary-metric-refined p,
.orl-ui-club-management .orl-staff-summary-metric-refined small {
    color: #526887 !important;
    -webkit-text-fill-color: #526887 !important;
    opacity: 1 !important;
}


/* v3.36.38 — Staff summary values: exact DOM visibility fallback. */
.orl-ui-dashboard--club-manager .orl-staff-summary-card > div > strong,
.orl-ui-club-management .orl-staff-summary-card > div > strong,
.orl-ui-dashboard--club-manager .orl-staff-summary-metric-refined > div > strong,
.orl-ui-club-management .orl-staff-summary-metric-refined > div > strong {
    display: block !important;
    visibility: visible !important;
    color: #09347a !important;
    -webkit-text-fill-color: #09347a !important;
    opacity: 1 !important;
    font-size: 27px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-shadow: none !important;
    margin: 0 0 4px !important;
}

/* v3.36.39 — Staff Centre navigation: balanced, readable tab grid. */
.orl-ui-dashboard--club-manager .orl-coaching-staff__nav,
.orl-ui-club-management .orl-coaching-staff__nav {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
.orl-ui-dashboard--club-manager .orl-coaching-staff__nav > a,
.orl-ui-dashboard--club-manager .orl-coaching-staff__nav > button,
.orl-ui-club-management .orl-coaching-staff__nav > a,
.orl-ui-club-management .orl-coaching-staff__nav > button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 11px 10px !important;
    border: 1px solid #c9d8ea !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #09347a !important;
    -webkit-text-fill-color: #09347a !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    box-sizing: border-box !important;
}
.orl-ui-dashboard--club-manager .orl-coaching-staff__nav > a:hover,
.orl-ui-dashboard--club-manager .orl-coaching-staff__nav > button:hover,
.orl-ui-club-management .orl-coaching-staff__nav > a:hover,
.orl-ui-club-management .orl-coaching-staff__nav > button:hover {
    border-color: #007dc3 !important;
    background: #eef8fd !important;
}
.orl-ui-dashboard--club-manager .orl-coaching-staff__nav > .is-active,
.orl-ui-dashboard--club-manager .orl-coaching-staff__nav > [aria-current="page"],
.orl-ui-dashboard--club-manager .orl-coaching-staff__nav > [aria-selected="true"],
.orl-ui-club-management .orl-coaching-staff__nav > .is-active,
.orl-ui-club-management .orl-coaching-staff__nav > [aria-current="page"],
.orl-ui-club-management .orl-coaching-staff__nav > [aria-selected="true"] {
    border-color: #0787c9 !important;
    background: #0787c9 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    box-shadow: inset 0 -3px 0 #005a96 !important;
}
.orl-ui-dashboard--club-manager .orl-coaching-staff__nav .orl-dashboard-fa,
.orl-ui-club-management .orl-coaching-staff__nav .orl-dashboard-fa {
    width: auto !important;
    min-width: 16px !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
}
@media (max-width: 1050px) {
    .orl-ui-dashboard--club-manager .orl-coaching-staff__nav,
    .orl-ui-club-management .orl-coaching-staff__nav {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 700px) {
    .orl-ui-dashboard--club-manager .orl-coaching-staff__nav,
    .orl-ui-club-management .orl-coaching-staff__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 480px) {
    .orl-ui-dashboard--club-manager .orl-coaching-staff__nav,
    .orl-ui-club-management .orl-coaching-staff__nav {
        grid-template-columns: 1fr !important;
    }
}

/* v3.36.46 — Finance pricing card title-only rebuild.
 * Intentionally avoids Font Awesome pseudo-content and DOM icon mutation so
 * unrelated dashboard icons remain untouched. */
.orl-ui-dashboard--club-manager .orl-finance-product-card-v2,
.orl-ui-club-management .orl-finance-product-card-v2 {
    overflow: hidden !important;
}
.orl-ui-dashboard--club-manager .orl-finance-card-title-v2,
.orl-ui-club-management .orl-finance-card-title-v2 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 68px !important;
    min-height: 68px !important;
    max-height: 68px !important;
    margin: 0 !important;
    padding: 12px 18px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    background: #123f88 !important;
    border: 0 !important;
    border-bottom: 3px solid #007dc3 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-shadow: none !important;
    animation: none !important;
    transition: none !important;
    transform: none !important;
}
.orl-ui-dashboard--club-manager .orl-finance-card-title-v2::before,
.orl-ui-dashboard--club-manager .orl-finance-card-title-v2::after,
.orl-ui-club-management .orl-finance-card-title-v2::before,
.orl-ui-club-management .orl-finance-card-title-v2::after {
    content: none !important;
    display: none !important;
}
.orl-ui-dashboard--club-manager .orl-finance-card-title-v2__text,
.orl-ui-club-management .orl-finance-card-title-v2__text {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    opacity: 1 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.12 !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    text-shadow: none !important;
}
@media (max-width: 700px) {
    .orl-ui-dashboard--club-manager .orl-finance-card-title-v2,
    .orl-ui-club-management .orl-finance-card-title-v2 {
        height: 62px !important;
        min-height: 62px !important;
        max-height: 62px !important;
        padding: 10px 14px !important;
    }
    .orl-ui-dashboard--club-manager .orl-finance-card-title-v2__text,
    .orl-ui-club-management .orl-finance-card-title-v2__text {
        font-size: 16px !important;
    }
}


/* v3.36.48 — Restore one stable, meaningful icon to each Finance pricing-card title. */
.orl-ui-dashboard--club-manager .orl-finance-card-title-v2,
.orl-ui-club-management .orl-finance-card-title-v2 {
    justify-content: flex-start !important;
    gap: 12px !important;
}
.orl-ui-dashboard--club-manager .orl-finance-card-title-v2__icon,
.orl-ui-club-management .orl-finance-card-title-v2__icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 32px !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 21px !important;
    line-height: 1 !important;
    opacity: 1 !important;
    animation: none !important;
    transition: none !important;
    transform: none !important;
}
.orl-ui-dashboard--club-manager .orl-finance-card-title-v2__icon svg,
.orl-ui-club-management .orl-finance-card-title-v2__icon svg {
    width: 21px !important;
    height: 21px !important;
    color: currentColor !important;
}
.orl-ui-dashboard--club-manager .orl-finance-card-title-v2__text,
.orl-ui-club-management .orl-finance-card-title-v2__text {
    flex: 1 1 auto !important;
    width: auto !important;
    text-align: left !important;
}
@media (max-width: 700px) {
    .orl-ui-dashboard--club-manager .orl-finance-card-title-v2,
    .orl-ui-club-management .orl-finance-card-title-v2 {
        gap: 9px !important;
    }
    .orl-ui-dashboard--club-manager .orl-finance-card-title-v2__icon,
    .orl-ui-club-management .orl-finance-card-title-v2__icon {
        flex-basis: 27px !important;
        width: 27px !important;
        height: 27px !important;
        font-size: 18px !important;
    }
}

/* v3.36.49 — Club Growth dashboard refinement. */
.orl-growth-dashboard-refined .orl-growth-duplicate-summary-removed {
    display: none !important;
}
.orl-growth-dashboard-refined {
    --orl-growth-gap: 18px;
}
.orl-growth-dashboard-refined .orl-growth-profile-section,
.orl-growth-dashboard-refined .orl-growth-community-section,
.orl-growth-dashboard-refined .orl-growth-commercial-section,
.orl-growth-dashboard-refined .orl-growth-membership-section,
.orl-growth-dashboard-refined .orl-growth-cycle-section,
.orl-growth-dashboard-refined .orl-growth-retention-section,
.orl-growth-dashboard-refined .orl-growth-history-section {
    border-radius: 16px !important;
    overflow: hidden;
}
.orl-growth-dashboard-refined .orl-growth-profile-section > div:not(:first-child) {
    min-width: 0;
}
.orl-growth-dashboard-refined .orl-growth-profile-section [class*="metric"],
.orl-growth-dashboard-refined .orl-growth-commercial-section [class*="metric"] {
    text-align: center;
}

/* Compact community action grid and readable statuses. */
.orl-growth-dashboard-refined .orl-growth-community-section {
    padding-bottom: 22px !important;
}
.orl-growth-dashboard-refined .orl-growth-activity-card {
    position: relative;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    border-radius: 13px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 20px rgba(9,52,122,.07) !important;
}
.orl-growth-dashboard-refined .orl-growth-activity-card h3,
.orl-growth-dashboard-refined .orl-growth-activity-card h4,
.orl-growth-dashboard-refined .orl-growth-activity-card strong:first-child {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    line-height: 1.2 !important;
}
.orl-growth-dashboard-refined .orl-growth-activity-icon {
    color: #007dc3 !important;
    font-size: 18px !important;
    flex: 0 0 auto;
}
.orl-growth-dashboard-refined .orl-growth-activity-card p {
    margin: 0 16px 12px !important;
    line-height: 1.45 !important;
}
.orl-growth-dashboard-refined .orl-growth-activity-card button,
.orl-growth-dashboard-refined .orl-growth-activity-card input[type="submit"],
.orl-growth-dashboard-refined .orl-growth-activity-card a.button {
    width: calc(100% - 28px) !important;
    min-height: 42px !important;
    margin: auto 14px 14px !important;
    border-radius: 9px !important;
    justify-content: center !important;
}
.orl-growth-dashboard-refined .orl-growth-activity-card.is-ready button,
.orl-growth-dashboard-refined .orl-growth-activity-card.is-ready input[type="submit"],
.orl-growth-dashboard-refined .orl-growth-activity-card.is-ready a.button {
    background: #168a4b !important;
    border-color: #168a4b !important;
    color: #fff !important;
}
.orl-growth-dashboard-refined .orl-growth-activity-card.is-cooling button,
.orl-growth-dashboard-refined .orl-growth-activity-card.is-cooling input[type="submit"],
.orl-growth-dashboard-refined .orl-growth-activity-card.is-cooling a.button {
    background: #dceaf4 !important;
    border-color: #c9dce9 !important;
    color: #31506d !important;
}

/* Recent activity and events: concise by default, expandable on demand. */
.orl-growth-dashboard-refined .orl-growth-history-hidden {
    display: none !important;
}
.orl-growth-dashboard-refined .orl-growth-history-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 190px;
    min-height: 42px;
    margin: 18px auto 0 !important;
    padding: 10px 18px !important;
    border: 1px solid #9fc7e3 !important;
    border-radius: 9px !important;
    background: #f4f9fd !important;
    color: #09347a !important;
    font-weight: 800 !important;
    cursor: pointer;
}
.orl-growth-dashboard-refined .orl-growth-recent-community,
.orl-growth-dashboard-refined .orl-growth-events-list {
    padding: 18px !important;
}
.orl-growth-dashboard-refined .orl-growth-events-list > article,
.orl-growth-dashboard-refined .orl-growth-events-list > div:not(.orl-growth-history-toggle) {
    margin-bottom: 12px !important;
}

/* Commercial and membership areas: clearer hierarchy and less vertical waste. */
.orl-growth-dashboard-refined .orl-growth-commercial-section [class*="potential"] {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
.orl-growth-dashboard-refined .orl-growth-commercial-section [class*="potential"] strong,
.orl-growth-dashboard-refined .orl-growth-commercial-section [class*="potential"] span {
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
    opacity: 1 !important;
}
.orl-growth-dashboard-refined .orl-growth-membership-section input[type="number"],
.orl-growth-dashboard-refined .orl-growth-membership-section input[type="text"] {
    min-height: 42px !important;
}
.orl-growth-dashboard-refined .orl-growth-cycle-section,
.orl-growth-dashboard-refined .orl-growth-retention-section {
    box-shadow: 0 8px 20px rgba(9,52,122,.06) !important;
}
.orl-growth-dashboard-refined .orl-growth-cycle-section button,
.orl-growth-dashboard-refined .orl-growth-retention-section button {
    display: flex !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Growth history becomes a balanced dashboard footer rather than an endless list. */
.orl-growth-dashboard-refined .orl-growth-history-section {
    margin-bottom: 20px !important;
}
.orl-growth-dashboard-refined .orl-growth-history-section > div {
    gap: 24px !important;
}

@media (min-width: 1100px) {
    .orl-growth-dashboard-refined .orl-growth-community-section [class*="grid"] {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: var(--orl-growth-gap) !important;
    }
    .orl-growth-dashboard-refined .orl-growth-membership-section [class*="grid"] {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }
}
@media (max-width: 1099px) {
    .orl-growth-dashboard-refined .orl-growth-community-section [class*="grid"],
    .orl-growth-dashboard-refined .orl-growth-membership-section [class*="grid"] {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 680px) {
    .orl-growth-dashboard-refined .orl-growth-community-section [class*="grid"],
    .orl-growth-dashboard-refined .orl-growth-membership-section [class*="grid"] {
        grid-template-columns: 1fr !important;
    }
    .orl-growth-dashboard-refined .orl-growth-history-toggle {
        width: 100%;
    }
}

/* v3.36.50 — Club Development dashboard polish. */
.orl-growth-club-development-v2 {
    --orl-growth-navy: #09347a;
    --orl-growth-blue: #007dc3;
    --orl-growth-pale: #f3f8fc;
}

/* Growth Profile: clear, icon-led dashboard metrics. */
.orl-growth-club-development-v2 .orl-growth-profile-section {
    background: #dfe8f2 !important;
}
.orl-growth-club-development-v2 .orl-growth-profile-metric {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 118px !important;
    padding: 18px 12px !important;
    background: #fff !important;
    border: 1px solid #d5e1ed !important;
    border-radius: 0 !important;
    transition: transform .16s ease, box-shadow .16s ease;
}
.orl-growth-club-development-v2 .orl-growth-profile-metric:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(9,52,122,.10);
    z-index: 2;
}
.orl-growth-club-development-v2 .orl-growth-metric-icon {
    color: var(--orl-growth-blue) !important;
    font-size: 21px !important;
    margin-bottom: 8px !important;
}
.orl-growth-club-development-v2 .orl-growth-metric-value {
    order: 2;
    color: var(--orl-growth-navy) !important;
    font-size: clamp(25px, 2vw, 31px) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}
.orl-growth-club-development-v2 .orl-growth-metric-label {
    order: 3;
    margin-top: 8px !important;
    color: #516781 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .04em;
    text-transform: uppercase;
}

/* Identity / expectation / streak become purposeful summary cards. */
.orl-growth-club-development-v2 .orl-growth-summary-card {
    position: relative;
    min-height: 128px !important;
    padding: 22px 20px 20px 66px !important;
    border-radius: 14px !important;
    overflow: hidden;
}
.orl-growth-club-development-v2 .orl-growth-summary-card__icon {
    position: absolute;
    left: 20px;
    top: 22px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(0,125,195,.10);
    color: var(--orl-growth-blue);
    font-size: 18px;
}
.orl-growth-club-development-v2 .orl-growth-summary-card.is-identity .orl-growth-summary-card__icon {
    background: rgba(255,255,255,.16);
    color: #fff;
}
.orl-growth-club-development-v2 .orl-growth-summary-card h3,
.orl-growth-club-development-v2 .orl-growth-summary-card h4,
.orl-growth-club-development-v2 .orl-growth-summary-card strong {
    line-height: 1.2 !important;
}

/* Community activity reward chips: scannable and consistent. */
.orl-growth-club-development-v2 .orl-growth-reward-chip {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    min-height: 28px !important;
    padding: 5px 9px !important;
    border: 1px solid #d8e8f4 !important;
    border-radius: 999px !important;
    background: #eef7fd !important;
    color: #315f8f !important;
    font-size: 11px !important;
    font-weight: 800 !important;
}
.orl-growth-club-development-v2 .orl-growth-reward-chip::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}
.orl-growth-club-development-v2 .orl-growth-reward-chip[data-reward-type="supporters"]::before { content: "\f0c0"; }
.orl-growth-club-development-v2 .orl-growth-reward-chip[data-reward-type="juniors"]::before { content: "\e59d"; }
.orl-growth-club-development-v2 .orl-growth-reward-chip[data-reward-type="reputation"]::before { content: "\f005"; }

/* Commercial headquarters: stronger hierarchy and visible performance meters. */
.orl-growth-club-development-v2 .orl-growth-commercial-metric {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    min-height: 112px !important;
    padding: 17px 14px 16px !important;
    border: 1px solid #d7e3ef !important;
    border-radius: 12px !important;
    background: #fff !important;
}
.orl-growth-club-development-v2 .orl-growth-commercial-metric .orl-growth-metric-icon {
    margin-bottom: 7px !important;
}
.orl-growth-club-development-v2 .orl-growth-commercial-meter {
    display: block;
    width: 100%;
    height: 7px;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 999px;
    background: #e3edf5;
}
.orl-growth-club-development-v2 .orl-growth-commercial-meter > span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #09347a, #007dc3);
}
.orl-growth-club-development-v2 .orl-growth-commercial-section [class*="potential"] {
    padding: 20px !important;
}
.orl-growth-club-development-v2 .orl-growth-commercial-section [class*="potential"] strong,
.orl-growth-club-development-v2 .orl-growth-commercial-section [class*="potential"] span:last-child {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
}

/* Membership Programme: management cards rather than plain forms. */
.orl-growth-club-development-v2 .orl-growth-membership-card-v2 {
    position: relative;
    min-height: 214px !important;
    padding: 18px !important;
    border-top: 4px solid #aebed0 !important;
    border-radius: 13px !important;
    background: #fff !important;
    box-shadow: 0 6px 16px rgba(9,52,122,.055);
}
.orl-growth-club-development-v2 .orl-growth-membership-card-v2.is-available {
    border-top-color: #168a4b !important;
}
.orl-growth-club-development-v2 .orl-growth-membership-card-v2 h3,
.orl-growth-club-development-v2 .orl-growth-membership-card-v2 h4,
.orl-growth-club-development-v2 .orl-growth-membership-card-v2 strong:first-child {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    min-height: 44px !important;
    margin: 0 0 6px !important;
    color: var(--orl-growth-navy) !important;
    text-align: center;
}
.orl-growth-club-development-v2 .orl-growth-membership-icon {
    color: var(--orl-growth-blue) !important;
    font-size: 18px !important;
}
.orl-growth-club-development-v2 .orl-growth-membership-card-v2 input[type="number"],
.orl-growth-club-development-v2 .orl-growth-membership-card-v2 input[type="text"] {
    width: 100% !important;
    min-height: 44px !important;
    border-radius: 8px !important;
    font-weight: 700;
}

/* Forecast cards gain visual weight bars. */
.orl-growth-club-development-v2 .orl-growth-cycle-item-v2 {
    position: relative;
    min-height: 128px !important;
    padding-bottom: 24px !important;
}
.orl-growth-club-development-v2 .orl-growth-cycle-bar {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 12px;
    display: block;
    height: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: #e2ebf3;
}
.orl-growth-club-development-v2 .orl-growth-cycle-bar > span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #007dc3, #55b6df);
}

/* Retention becomes immediately understandable without adding chart libraries. */
.orl-growth-club-development-v2 .orl-growth-retention-v2 {
    position: relative;
}
.orl-growth-club-development-v2 .orl-growth-retention-v2 > div:first-child,
.orl-growth-club-development-v2 .orl-growth-retention-v2 > header:first-child {
    position: relative;
    padding-right: 150px !important;
}
.orl-growth-club-development-v2 .orl-growth-retention-ring {
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 3;
    display: grid;
    place-items: center;
    align-content: center;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, #fff 58%, transparent 59%),
        conic-gradient(#168a4b calc(var(--orl-retention) * 1%), #dce7ef 0);
    box-shadow: inset 0 0 0 1px #d4e1ec;
    text-align: center;
}
.orl-growth-club-development-v2 .orl-growth-retention-ring strong {
    color: var(--orl-growth-navy) !important;
    font-size: 23px !important;
    line-height: 1 !important;
}
.orl-growth-club-development-v2 .orl-growth-retention-ring span {
    max-width: 74px;
    margin-top: 5px;
    color: #61758c;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

/* History footer: make the empty season-history column intentional. */
.orl-growth-club-development-v2 .orl-growth-history-section {
    background: #fff !important;
}
.orl-growth-club-development-v2 .orl-growth-history-section [class*="history"]:not(.orl-growth-events-list) {
    min-height: 220px;
}
.orl-growth-club-development-v2 .orl-growth-events-list > article,
.orl-growth-club-development-v2 .orl-growth-events-list > div:not(.orl-growth-history-toggle) {
    position: relative;
    padding-left: 28px !important;
}
.orl-growth-club-development-v2 .orl-growth-events-list > article::before,
.orl-growth-club-development-v2 .orl-growth-events-list > div:not(.orl-growth-history-toggle)::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 21px;
    width: 9px;
    height: 9px;
    border: 3px solid #d7effa;
    border-radius: 50%;
    background: var(--orl-growth-blue);
}

@media (min-width: 1180px) {
    .orl-growth-club-development-v2 .orl-growth-profile-section [class*="grid"] {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }
    .orl-growth-club-development-v2 .orl-growth-commercial-section [class*="grid"] {
        gap: 12px !important;
    }
}
@media (max-width: 900px) {
    .orl-growth-club-development-v2 .orl-growth-retention-v2 > div:first-child,
    .orl-growth-club-development-v2 .orl-growth-retention-v2 > header:first-child {
        padding-right: 20px !important;
    }
    .orl-growth-club-development-v2 .orl-growth-retention-ring {
        position: relative;
        top: auto;
        right: auto;
        margin: 16px auto 6px;
    }
}
@media (max-width: 680px) {
    .orl-growth-club-development-v2 .orl-growth-summary-card {
        padding-left: 58px !important;
    }
    .orl-growth-club-development-v2 .orl-growth-summary-card__icon {
        left: 14px;
    }
}


/* v3.36.51 — Club Development finishing polish. */
.orl-growth-club-development-v2 .orl-growth-history-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 230px !important;
    min-height: 48px !important;
    height: auto !important;
    margin: 18px auto 0 !important;
    padding: 12px 22px !important;
    border: 1px solid #007dc3 !important;
    border-radius: 9px !important;
    background: linear-gradient(135deg, #09347a, #007dc3) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    box-shadow: 0 5px 12px rgba(9,52,122,.14) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}
.orl-growth-club-development-v2 .orl-growth-recent-community .orl-growth-history-toggle,
.orl-growth-club-development-v2 .orl-growth-events-list .orl-growth-history-toggle {
    grid-column: 1 / -1 !important;
    position: static !important;
    float: none !important;
    aspect-ratio: auto !important;
}
.orl-growth-club-development-v2 .orl-growth-history-toggle:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 16px rgba(9,52,122,.20) !important;
}
.orl-growth-club-development-v2 .orl-growth-commercial-potential-v3 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 112px !important;
    padding: 20px 24px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #09347a, #007dc3) !important;
    text-align: center !important;
}
.orl-growth-club-development-v2 .orl-growth-commercial-potential-v3,
.orl-growth-club-development-v2 .orl-growth-commercial-potential-v3 * {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
.orl-growth-club-development-v2 .orl-growth-commercial-potential-v3 strong,
.orl-growth-club-development-v2 .orl-growth-commercial-potential-v3 [class*="value"],
.orl-growth-club-development-v2 .orl-growth-commercial-potential-v3 > *:last-child {
    margin-top: 7px !important;
    font-size: clamp(34px, 4vw, 50px) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-shadow: 0 2px 8px rgba(0,0,0,.20) !important;
}
.orl-growth-club-development-v2 .orl-growth-retention-fallback {
    display: none !important;
}
.orl-growth-club-development-v2 .orl-growth-retention-v2 > div:first-child,
.orl-growth-club-development-v2 .orl-growth-retention-v2 > header:first-child {
    min-height: 148px !important;
    padding-right: 180px !important;
}
.orl-growth-club-development-v2 .orl-growth-retention-ring {
    top: 20px !important;
    right: 24px !important;
    width: 132px !important;
    height: 132px !important;
}
.orl-growth-club-development-v2 .orl-growth-retention-ring strong {
    font-size: 28px !important;
}
.orl-growth-club-development-v2 .orl-growth-retention-ring span {
    max-width: 84px !important;
    font-size: 9px !important;
}
@media (max-width: 720px) {
    .orl-growth-club-development-v2 .orl-growth-history-toggle {
        width: 100% !important;
        min-width: 0 !important;
    }
    .orl-growth-club-development-v2 .orl-growth-retention-v2 > div:first-child,
    .orl-growth-club-development-v2 .orl-growth-retention-v2 > header:first-child {
        min-height: 0 !important;
        padding-right: 0 !important;
    }
    .orl-growth-club-development-v2 .orl-growth-retention-ring {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        margin: 12px auto 18px !important;
    }
}


/* v3.36.52 — Growth Profile six-metric balance. */
.orl-growth-club-development-v2 .orl-growth-profile-metrics-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
    padding: 14px !important;
    background: #dfe8f2 !important;
    align-items: stretch !important;
}
.orl-growth-club-development-v2 .orl-growth-profile-metrics-grid > .orl-growth-profile-metric {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    border-radius: 12px !important;
}
@media (max-width: 820px) {
    .orl-growth-club-development-v2 .orl-growth-profile-metrics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 520px) {
    .orl-growth-club-development-v2 .orl-growth-profile-metrics-grid {
        grid-template-columns: 1fr !important;
    }
}

/* v3.36.53 — corrective deterministic Club Growth grids. */
.orl-growth-layout-v53 .orl-growth-layout-empty {
    display: none !important;
}

/* Six live Growth Profile values: always a balanced 3 x 2 desktop grid. */
.orl-growth-layout-v53 .orl-growth-profile-metrics-grid-v53 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
    padding: 14px !important;
    background: #dfe8f2 !important;
    box-sizing: border-box !important;
}
.orl-growth-layout-v53 .orl-growth-profile-metrics-grid-v53 > .orl-growth-profile-metric {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    border-radius: 12px !important;
}

/* Five activities: three across, then two centred evenly underneath. */
.orl-growth-layout-v53 .orl-growth-activity-grid-v53 {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: 100% !important;
    margin: 18px 0 22px !important;
    align-items: stretch !important;
    box-sizing: border-box !important;
}
.orl-growth-layout-v53 .orl-growth-activity-grid-v53 > .orl-growth-activity-card {
    grid-column: span 2;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    height: 100% !important;
}
.orl-growth-layout-v53 .orl-growth-activity-grid-v53 > .orl-growth-activity-card:nth-child(4) {
    grid-column: 2 / span 2;
}
.orl-growth-layout-v53 .orl-growth-activity-grid-v53 > .orl-growth-activity-card:nth-child(5) {
    grid-column: 4 / span 2;
}
.orl-growth-layout-v53 .orl-growth-activity-grid-v53 .orl-growth-activity-card > * {
    min-width: 0;
}

@media (max-width: 900px) {
    .orl-growth-layout-v53 .orl-growth-profile-metrics-grid-v53 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .orl-growth-layout-v53 .orl-growth-activity-grid-v53 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .orl-growth-layout-v53 .orl-growth-activity-grid-v53 > .orl-growth-activity-card,
    .orl-growth-layout-v53 .orl-growth-activity-grid-v53 > .orl-growth-activity-card:nth-child(4),
    .orl-growth-layout-v53 .orl-growth-activity-grid-v53 > .orl-growth-activity-card:nth-child(5) {
        grid-column: auto !important;
    }
}
@media (max-width: 560px) {
    .orl-growth-layout-v53 .orl-growth-profile-metrics-grid-v53,
    .orl-growth-layout-v53 .orl-growth-activity-grid-v53 {
        grid-template-columns: 1fr !important;
    }
}


/* v3.36.54 — focused Growth Profile 3 x 2 correction. */
.orl-growth-club-development-v2 .orl-growth-profile-grid-v54 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
    padding: 14px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    background: #dfe8f2 !important;
    align-items: stretch !important;
}
.orl-growth-club-development-v2 .orl-growth-profile-grid-v54 > .orl-growth-profile-metric {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
}
.orl-growth-club-development-v2 .orl-growth-profile-section .orl-growth-metric-origin-v54:empty {
    display: none !important;
}
@media (max-width: 820px) {
    .orl-growth-club-development-v2 .orl-growth-profile-grid-v54 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 520px) {
    .orl-growth-club-development-v2 .orl-growth-profile-grid-v54 {
        grid-template-columns: 1fr !important;
    }
}


/* v3.36.55 — canonical Growth Profile ownership correction.
 * The Club Growth System owns this markup. Do not reconstruct or relocate
 * its cards in JavaScript. This late rule deliberately wins over earlier
 * dashboard grid styles and renders the six direct metrics as 3 x 2. */
.orl-cm-content .orl-growth-summary > .orl-growth-grid,
.orl-cm-content .orl-growth-summary > .orl-growth-summary__grid,
.orl-cm-content .orl-growth-summary > .orl-growth-profile-metrics-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    gap: 14px !important;
    width: 100% !important;
    padding: 14px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    align-items: stretch !important;
}
.orl-cm-content .orl-growth-summary > .orl-growth-grid > .orl-growth-card,
.orl-cm-content .orl-growth-summary > .orl-growth-summary__grid > .orl-growth-card,
.orl-cm-content .orl-growth-summary > .orl-growth-profile-metrics-grid > .orl-growth-card {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    grid-column: auto !important;
    box-sizing: border-box !important;
}
@media (max-width: 820px) {
    .orl-cm-content .orl-growth-summary > .orl-growth-grid,
    .orl-cm-content .orl-growth-summary > .orl-growth-summary__grid,
    .orl-cm-content .orl-growth-summary > .orl-growth-profile-metrics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 520px) {
    .orl-cm-content .orl-growth-summary > .orl-growth-grid,
    .orl-cm-content .orl-growth-summary > .orl-growth-summary__grid,
    .orl-cm-content .orl-growth-summary > .orl-growth-profile-metrics-grid {
        grid-template-columns: 1fr !important;
    }
}


/* v3.36.56 — Fan & Community Engagement canonical activity grid correction.
 * The earlier generic [class*="grid"] rules were overriding the Club Growth
 * module's six-track layout at normal Coaching Centre widths. Target only the
 * real community grid and cards so the five activities remain balanced. */
.orl-growth-dashboard-refined .orl-growth-community-section .orl-community-grid,
.orl-growth-club-development-v2 .orl-growth-community-section .orl-community-grid {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 16px !important;
    align-items: stretch !important;
    margin: 18px 22px 22px !important;
}
.orl-growth-dashboard-refined .orl-growth-community-section .orl-community-grid > .orl-community-card,
.orl-growth-club-development-v2 .orl-growth-community-section .orl-community-grid > .orl-community-card {
    grid-column: span 2 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 300px !important;
    height: 100% !important;
    margin: 0 !important;
}
.orl-growth-dashboard-refined .orl-growth-community-section .orl-community-grid > .orl-community-card:nth-child(4),
.orl-growth-club-development-v2 .orl-growth-community-section .orl-community-grid > .orl-community-card:nth-child(4) {
    grid-column: 2 / span 2 !important;
}
.orl-growth-dashboard-refined .orl-growth-community-section .orl-community-grid > .orl-community-card:nth-child(5),
.orl-growth-club-development-v2 .orl-growth-community-section .orl-community-grid > .orl-community-card:nth-child(5) {
    grid-column: 4 / span 2 !important;
}
.orl-growth-dashboard-refined .orl-growth-community-section .orl-community-card > p,
.orl-growth-club-development-v2 .orl-growth-community-section .orl-community-card > p {
    flex: 1 1 auto !important;
}
.orl-growth-dashboard-refined .orl-growth-community-section .orl-community-effects,
.orl-growth-club-development-v2 .orl-growth-community-section .orl-community-effects {
    min-height: 58px !important;
    align-content: flex-start !important;
}
.orl-growth-dashboard-refined .orl-growth-community-section .orl-community-card__footer,
.orl-growth-club-development-v2 .orl-growth-community-section .orl-community-card__footer {
    margin-top: auto !important;
}
@media (max-width: 900px) {
    .orl-growth-dashboard-refined .orl-growth-community-section .orl-community-grid,
    .orl-growth-club-development-v2 .orl-growth-community-section .orl-community-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
        margin-left: 14px !important;
        margin-right: 14px !important;
    }
    .orl-growth-dashboard-refined .orl-growth-community-section .orl-community-grid > .orl-community-card,
    .orl-growth-club-development-v2 .orl-growth-community-section .orl-community-grid > .orl-community-card,
    .orl-growth-dashboard-refined .orl-growth-community-section .orl-community-grid > .orl-community-card:nth-child(4),
    .orl-growth-club-development-v2 .orl-growth-community-section .orl-community-grid > .orl-community-card:nth-child(4),
    .orl-growth-dashboard-refined .orl-growth-community-section .orl-community-grid > .orl-community-card:nth-child(5),
    .orl-growth-club-development-v2 .orl-growth-community-section .orl-community-grid > .orl-community-card:nth-child(5) {
        grid-column: auto !important;
    }
    .orl-growth-dashboard-refined .orl-growth-community-section .orl-community-grid > .orl-community-card:last-child:nth-child(odd),
    .orl-growth-club-development-v2 .orl-growth-community-section .orl-community-grid > .orl-community-card:last-child:nth-child(odd) {
        grid-column: 1 / -1 !important;
        width: min(100%, 420px) !important;
        justify-self: center !important;
    }
}
@media (max-width: 600px) {
    .orl-growth-dashboard-refined .orl-growth-community-section .orl-community-grid,
    .orl-growth-club-development-v2 .orl-growth-community-section .orl-community-grid {
        grid-template-columns: 1fr !important;
    }
    .orl-growth-dashboard-refined .orl-growth-community-section .orl-community-grid > .orl-community-card:last-child:nth-child(odd),
    .orl-growth-club-development-v2 .orl-growth-community-section .orl-community-grid > .orl-community-card:last-child:nth-child(odd) {
        grid-column: auto !important;
        width: auto !important;
    }
}


/* v3.36.57 — Club Brand & Market balance and commercial potential contrast. */
.orl-growth-club-development-v2 .orl-growth-commercial-section .orl-growth-commercial-secondary-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: min(100%, 720px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
}
.orl-growth-club-development-v2 .orl-growth-commercial-section .orl-growth-commercial-primary-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
}
.orl-growth-club-development-v2 .orl-growth-commercial-potential-v3,
.orl-growth-club-development-v2 .orl-growth-commercial-potential-v3 > *,
.orl-growth-club-development-v2 .orl-growth-commercial-potential-v3 strong,
.orl-growth-club-development-v2 .orl-growth-commercial-potential-v3 span,
.orl-growth-club-development-v2 .orl-growth-commercial-potential-v3 div {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
.orl-growth-club-development-v2 .orl-growth-commercial-potential-v3 strong,
.orl-growth-club-development-v2 .orl-growth-commercial-potential-v3 [class*="value"],
.orl-growth-club-development-v2 .orl-growth-commercial-potential-v3 > *:last-child {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,.24) !important;
}
@media (max-width: 900px) {
    .orl-growth-club-development-v2 .orl-growth-commercial-section .orl-growth-commercial-secondary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        width: 100% !important;
    }
}
@media (max-width: 620px) {
    .orl-growth-club-development-v2 .orl-growth-commercial-section .orl-growth-commercial-primary-grid,
    .orl-growth-club-development-v2 .orl-growth-commercial-section .orl-growth-commercial-secondary-grid {
        grid-template-columns: 1fr !important;
    }
}


/* v3.36.85 — Elite Player Profile header and season broadcast ribbon. */
.orl-player-profile-v3 .orl-player-design-hero{
  position:relative;
  isolation:isolate;
  grid-template-columns:minmax(132px,178px) minmax(0,1fr);
  min-height:292px;
  padding:38px 46px;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 12%,rgba(255,255,255,.12) 0 7%,transparent 7.2%),
    radial-gradient(circle at 94% 86%,rgba(0,125,195,.44) 0 22%,transparent 22.2%),
    linear-gradient(118deg,#09347a 0%,#071d49 58%,#075f96 100%);
  box-shadow:0 22px 48px rgba(9,52,122,.18);
}
.orl-player-profile-v3 .orl-player-design-hero:before,
.orl-player-profile-v3 .orl-player-design-hero:after{
  content:"";
  position:absolute;
  z-index:-1;
  pointer-events:none;
}
.orl-player-profile-v3 .orl-player-design-hero:before{
  width:410px;
  height:410px;
  right:-86px;
  bottom:-210px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50%;
  box-shadow:0 0 0 54px rgba(255,255,255,.035),0 0 0 108px rgba(255,255,255,.025);
}
.orl-player-profile-v3 .orl-player-design-hero:after{
  inset:0;
  background:linear-gradient(108deg,transparent 0 66%,rgba(255,255,255,.035) 66% 72%,transparent 72%);
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-media{
  align-self:center;
  width:100%;
  max-width:178px;
  min-height:0;
  aspect-ratio:13/17;
  padding:7px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(4,19,53,.28);
  box-shadow:0 14px 30px rgba(0,0,0,.24);
  overflow:hidden;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-player-initials-identity{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:13px;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-body{
  align-self:center;
  max-width:850px;
  padding-left:20px;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-eyebrow{
  margin:0 0 13px;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.19em;
  text-transform:uppercase;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-title--hero{
  max-width:820px;
  margin:0;
  font-size:clamp(2.35rem,4.8vw,4.45rem);
  line-height:.96;
  letter-spacing:-.045em;
  text-transform:uppercase;
  text-shadow:0 3px 14px rgba(0,0,0,.18);
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-subtitle{
  display:inline-flex;
  align-items:center;
  margin:15px 0 0;
  padding:7px 12px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:rgba(255,255,255,.1);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-description{
  margin:12px 0 0;
  font-size:1.02rem;
  font-weight:900;
}
.orl-player-profile-v3 .orl-player-club-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  border-bottom:2px solid rgba(255,255,255,.48);
  letter-spacing:.02em;
}
.orl-player-profile-v3 .orl-player-club-link:before{
  content:"CURRENT CLUB";
  color:rgba(255,255,255,.6)!important;
  font-size:.61rem;
  letter-spacing:.13em;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:20px;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-meta-item{
  min-width:112px;
  padding:9px 12px 10px;
  border:1px solid rgba(255,255,255,.19);
  border-radius:10px;
  background:rgba(3,20,52,.28);
  backdrop-filter:blur(4px);
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-meta-item span{
  display:block;
  margin-bottom:3px;
  opacity:.62;
  font-size:.58rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-meta-item strong{
  display:block;
  font-size:.88rem;
  font-weight:900;
  line-height:1.15;
  text-transform:capitalize;
}
.orl-player-profile-v3 .orl-player-design-navigation{
  position:relative;
  z-index:2;
  min-height:56px;
  border:1px solid #d7e2ef;
  border-top:0;
  box-shadow:0 12px 24px rgba(9,52,122,.08);
}
.orl-player-profile-v3 .orl-player-design-navigation .orl-ui-nav-item{
  min-height:55px;
  font-size:.75rem;
  font-weight:900;
}
.orl-player-profile-v3 .orl-player-design-navigation .orl-ui-nav-item.is-active{
  background:linear-gradient(180deg,#fff,#f3f8fd);
  box-shadow:inset 0 -4px 0 #007dc3;
}
.orl-player-profile-v3 .orl-player-design-content{
  margin-top:18px;
}
.orl-player-profile-v3 .orl-player-current-season{
  gap:10px;
  padding:0;
  border:1px solid #d6e2ef;
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 28px rgba(9,52,122,.08);
  overflow:hidden;
}
.orl-player-profile-v3 .orl-player-current-season .orl-ui-section-header{
  padding:18px 22px 13px;
  border-bottom:1px solid #e3eaf3;
  background:linear-gradient(90deg,#f7faff,#fff);
}
.orl-player-profile-v3 .orl-player-current-season .orl-ui-section-header h2{
  font-size:1.55rem;
}
.orl-player-profile-v3 .orl-player-current-season .orl-ui-section-header p:last-child{
  margin-top:3px;
}
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-grid{
  display:block;
  padding:0;
}
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-grid>dl,
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-grid>ul,
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-grid>[class*="stat"]{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(130px,1fr));
  gap:0;
}
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-grid>dl>div,
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-grid>ul>li,
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-grid>[class*="stat"]>div,
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-grid>[class*="stat"]>li{
  position:relative;
  min-height:92px;
  padding:20px 16px;
  border:0;
  border-right:1px solid #e1e9f2;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-grid>dl>div:last-child,
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-grid>ul>li:last-child{
  border-right:0;
}
.orl-player-profile-v3 .orl-player-current-season dt,
.orl-player-profile-v3 .orl-player-current-season small,
.orl-player-profile-v3 .orl-player-current-season [class*="label"]{
  color:#52627a!important;
  font-size:.62rem!important;
  font-weight:900!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
}
.orl-player-profile-v3 .orl-player-current-season dd,
.orl-player-profile-v3 .orl-player-current-season strong,
.orl-player-profile-v3 .orl-player-current-season [class*="value"]{
  color:#09347a!important;
  font-size:clamp(1.55rem,2.5vw,2.15rem)!important;
  font-weight:900!important;
  line-height:1!important;
}
@media(max-width:820px){
  .orl-player-profile-v3 .orl-player-design-hero{grid-template-columns:132px minmax(0,1fr);padding:30px 24px}
  .orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-media{max-width:132px}
  .orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-body{padding-left:8px}
  .orl-player-profile-v3 .orl-player-design-hero .orl-ui-title--hero{font-size:clamp(2rem,7vw,3rem)}
}
@media(max-width:620px){
  .orl-player-profile-v3 .orl-player-design-hero{grid-template-columns:1fr;padding:24px 18px;text-align:center}
  .orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-media{max-width:128px;margin:0 auto}
  .orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-body{padding-left:0}
  .orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-meta{justify-content:center}
  .orl-player-profile-v3 .orl-player-club-link{flex-direction:column;gap:2px}
  .orl-player-profile-v3 .orl-player-current-season .orl-player-stat-grid>dl,
  .orl-player-profile-v3 .orl-player-current-season .orl-player-stat-grid>ul,
  .orl-player-profile-v3 .orl-player-current-season .orl-player-stat-grid>[class*="stat"]{grid-template-columns:repeat(2,minmax(0,1fr))}
  .orl-player-profile-v3 .orl-player-current-season .orl-player-stat-grid>dl>div,
  .orl-player-profile-v3 .orl-player-current-season .orl-player-stat-grid>ul>li,
  .orl-player-profile-v3 .orl-player-current-season .orl-player-stat-grid>[class*="stat"]>div,
  .orl-player-profile-v3 .orl-player-current-season .orl-player-stat-grid>[class*="stat"]>li{border-bottom:1px solid #e1e9f2}
}

/* v3.36.86 — Canonical club mark fallback and corrected player broadcast ribbon. */
.orl-player-profile-v3 .orl-player-design-hero{
  grid-template-columns:minmax(132px,168px) minmax(0,760px) minmax(80px,1fr);
  min-height:300px;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-body{
  max-width:760px;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-description{
  margin-top:16px;
}
.orl-player-profile-v3 .orl-player-club-link{
  display:inline-flex;
  border:0;
  color:#fff;
  text-decoration:none;
}
.orl-player-profile-v3 .orl-player-club-link:before{content:none}
.orl-player-profile-v3 .orl-player-club-identity{
  display:inline-flex;
  align-items:center;
  gap:11px;
  min-height:48px;
  padding:6px 13px 6px 7px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:12px;
  background:rgba(3,20,52,.27);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter:blur(4px);
}
.orl-player-profile-v3 .orl-player-club-badge,
.orl-player-profile-v3 .orl-player-club-badge img,
.orl-player-profile-v3 .orl-player-club-badge svg,
.orl-player-profile-v3 .orl-player-club-initials{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 38px;
  width:38px!important;
  height:38px!important;
  max-width:38px!important;
  max-height:38px!important;
}
.orl-player-profile-v3 .orl-player-club-badge img,
.orl-player-profile-v3 .orl-player-club-badge svg{
  object-fit:contain;
}
.orl-player-profile-v3 .orl-player-club-initials{
  border:1px solid rgba(255,255,255,.5);
  border-radius:50%;
  background:linear-gradient(145deg,rgba(255,255,255,.2),rgba(255,255,255,.07));
  color:#fff;
  font-size:.7rem;
  font-weight:950;
  letter-spacing:.05em;
}
.orl-player-profile-v3 .orl-player-club-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:1px;
  line-height:1.08;
}
.orl-player-profile-v3 .orl-player-club-copy small{
  color:rgba(255,255,255,.62)!important;
  font-size:.55rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.orl-player-profile-v3 .orl-player-club-copy strong{
  color:#fff!important;
  font-size:.96rem;
  font-weight:950;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-meta-item{
  min-width:0;
  padding:8px 13px 9px;
  border-radius:999px;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-meta-item span{
  display:none;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-meta-item strong{
  font-size:.76rem;
  letter-spacing:.025em;
}
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  padding:0!important;
}
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-width:0;
  min-height:116px;
  padding:20px 14px;
  border-right:1px solid #e1e9f2;
  text-align:center;
}
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-item:last-child{border-right:0}
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-item span{
  order:2;
  color:#52627a!important;
  font-size:.64rem!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-item strong{
  order:1;
  color:#09347a!important;
  font-size:clamp(1.8rem,3vw,2.4rem)!important;
  font-weight:950!important;
  line-height:1!important;
}
@media(max-width:820px){
  .orl-player-profile-v3 .orl-player-design-hero{grid-template-columns:132px minmax(0,1fr)}
  .orl-player-profile-v3 .orl-player-current-season .orl-player-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .orl-player-profile-v3 .orl-player-current-season .orl-player-stat-item:nth-child(2n){border-right:0}
  .orl-player-profile-v3 .orl-player-current-season .orl-player-stat-item:nth-child(-n+2){border-bottom:1px solid #e1e9f2}
}
@media(max-width:620px){
  .orl-player-profile-v3 .orl-player-club-identity{margin-inline:auto}
  .orl-player-profile-v3 .orl-player-club-copy{align-items:center}
}


/* v3.36.92 — Player Profile layout, season card and navigation polish. */
.orl-player-profile-v3 .orl-player-design-hero{
  grid-template-columns:minmax(138px,166px) minmax(0,1fr);
  min-height:268px;
  padding:30px 40px;
  column-gap:28px;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-media{
  max-width:166px;
  border-radius:16px;
  box-shadow:0 12px 26px rgba(0,0,0,.2);
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-body{
  width:100%;
  max-width:none;
  padding-left:0;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-eyebrow{
  margin-bottom:10px;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-title--hero{
  font-size:clamp(2.45rem,4.35vw,4.05rem);
  line-height:.98;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-subtitle{
  margin-top:11px;
  padding:6px 11px;
  border-color:rgba(255,255,255,.24);
  background:rgba(0,125,195,.2);
  color:#fff;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-description{
  margin-top:11px;
}
.orl-player-profile-v3 .orl-player-club-identity{
  min-height:44px;
  max-width:min(100%,430px);
  padding:7px 14px;
  border-radius:10px;
}
.orl-player-profile-v3 .orl-player-club-copy{
  gap:2px;
}
.orl-player-profile-v3 .orl-player-club-copy small{
  font-size:.56rem;
}
.orl-player-profile-v3 .orl-player-club-copy strong{
  font-size:1.02rem;
  line-height:1.1;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-meta{
  gap:7px;
  margin-top:12px;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-meta-item{
  min-height:34px;
  padding:7px 12px 8px;
  border-color:rgba(255,255,255,.2);
  background:rgba(3,20,52,.22);
}
.orl-player-profile-v3 .orl-player-design-navigation{
  min-height:58px;
  background:#fff;
  box-shadow:0 12px 28px rgba(9,52,122,.09);
  overflow:hidden;
}
.orl-player-profile-v3 .orl-player-design-navigation .orl-ui-nav-track{
  min-width:max-content;
  padding:0 4px;
}
.orl-player-profile-v3 .orl-player-design-navigation .orl-ui-nav-item{
  min-height:57px;
  padding-inline:20px;
  border-radius:0;
  transition:background-color .18s ease,color .18s ease,box-shadow .18s ease;
}
.orl-player-profile-v3 .orl-player-design-navigation .orl-ui-nav-item:not(.is-disabled):hover{
  background:#f1f7fc;
  color:#007dc3;
}
.orl-player-profile-v3 .orl-player-design-navigation .orl-ui-nav-item.is-active{
  color:#09347a;
  background:linear-gradient(180deg,#fff 0%,#f3f8fd 100%);
  box-shadow:inset 0 -5px 0 #007dc3;
}
.orl-player-profile-v3 .orl-player-design-navigation .orl-ui-nav-item.is-disabled{
  color:#a8b2c1;
  opacity:.82;
}
.orl-player-profile-v3 .orl-player-design-content{
  margin-top:24px;
}
.orl-player-profile-v3 .orl-player-current-season{
  border-radius:14px;
  box-shadow:0 12px 30px rgba(9,52,122,.09);
}
.orl-player-profile-v3 .orl-player-current-season .orl-ui-section-header{
  padding:15px 22px 12px;
  background:linear-gradient(100deg,#f4f8fd 0%,#fff 68%);
}
.orl-player-profile-v3 .orl-player-current-season .orl-ui-section-header .orl-ui-eyebrow{
  margin-bottom:3px;
}
.orl-player-profile-v3 .orl-player-current-season .orl-ui-section-header h2{
  margin:0;
  font-size:1.48rem;
  line-height:1.08;
}
.orl-player-profile-v3 .orl-player-current-season .orl-ui-section-header p:last-child{
  margin:4px 0 0;
  font-size:.92rem;
  line-height:1.35;
}
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-item{
  min-height:94px;
  gap:5px;
  padding:15px 12px 16px;
}
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-item span{
  order:1;
  font-size:.61rem!important;
}
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-item strong{
  order:2;
  font-size:clamp(1.7rem,2.6vw,2.2rem)!important;
  line-height:1.05!important;
  white-space:nowrap;
}
@media(max-width:820px){
  .orl-player-profile-v3 .orl-player-design-hero{
    grid-template-columns:124px minmax(0,1fr);
    min-height:248px;
    padding:26px 24px;
    column-gap:20px;
  }
  .orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-media{max-width:124px}
  .orl-player-profile-v3 .orl-player-design-navigation .orl-ui-nav-track{
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scrollbar-width:thin;
  }
  .orl-player-profile-v3 .orl-player-design-navigation .orl-ui-nav-item{padding-inline:16px}
}
@media(max-width:620px){
  .orl-player-profile-v3 .orl-player-design-hero{
    grid-template-columns:1fr;
    min-height:0;
    padding:22px 18px 24px;
    row-gap:17px;
  }
  .orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-media{max-width:118px}
  .orl-player-profile-v3 .orl-player-design-hero .orl-ui-title--hero{font-size:clamp(2rem,11vw,2.7rem)}
  .orl-player-profile-v3 .orl-player-club-identity{max-width:100%}
  .orl-player-profile-v3 .orl-player-current-season .orl-ui-section-header{padding:14px 16px 11px}
  .orl-player-profile-v3 .orl-player-current-season .orl-player-stat-item{
    min-height:84px;
    padding:13px 10px;
  }
}

/* v3.36.93 — Player Profile recent match performance table modernisation. */
.orl-player-profile-v3 .orl-player-recent-matches-table{
  border-collapse:separate!important;
  border-spacing:0 7px!important;
  background:transparent!important;
}
.orl-player-profile-v3 .orl-player-recent-matches-table thead th{
  padding:10px 14px!important;
  border:0!important;
  background:#09347a!important;
  color:#fff!important;
  font:800 .68rem/1.15 Poppins,sans-serif!important;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.orl-player-profile-v3 .orl-player-recent-matches-table tbody tr{
  position:relative;
  background:#fff!important;
  box-shadow:0 4px 12px rgba(9,52,122,.055);
  transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease;
}
.orl-player-profile-v3 .orl-player-recent-matches-table tbody tr:hover{
  transform:translateY(-1px);
  background:#f4f9fd!important;
  box-shadow:0 8px 18px rgba(9,52,122,.1);
}
.orl-player-profile-v3 .orl-player-recent-matches-table tbody td{
  height:48px;
  padding:9px 14px!important;
  border-top:1px solid #e2eaf2!important;
  border-bottom:1px solid #e2eaf2!important;
  background:transparent!important;
  vertical-align:middle!important;
}
.orl-player-profile-v3 .orl-player-recent-matches-table tbody td:first-child{
  border-left:5px solid #a9b5c4!important;
  border-radius:8px 0 0 8px;
  font-weight:800;
}
.orl-player-profile-v3 .orl-player-recent-matches-table tbody td:last-child{
  border-right:1px solid #e2eaf2!important;
  border-radius:0 8px 8px 0;
}
.orl-player-profile-v3 .orl-player-recent-matches-table tbody tr.is-win td:first-child{border-left-color:#16874d!important}
.orl-player-profile-v3 .orl-player-recent-matches-table tbody tr.is-loss td:first-child{border-left-color:#c94747!important}
.orl-player-profile-v3 .orl-player-recent-matches-table tbody tr.is-draw td:first-child{border-left-color:#d29a19!important}
.orl-player-profile-v3 .orl-player-recent-matches-table tbody td:first-child a{
  color:#007dc3!important;
  text-decoration:none!important;
}
.orl-player-profile-v3 .orl-player-match-minutes__pill{
  display:inline-flex;
  min-width:43px;
  justify-content:center;
  padding:5px 8px;
  border:1px solid #d5e1ed;
  border-radius:999px;
  background:#f4f8fc;
  color:#24456d;
  font:800 .73rem/1 Poppins,sans-serif;
}
.orl-player-profile-v3 .orl-player-match-rating__pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-width:62px;
  padding:6px 10px;
  border-radius:999px;
  font:900 .76rem/1 Poppins,sans-serif;
  white-space:nowrap;
}
.orl-player-profile-v3 .orl-player-match-rating__pill small{
  padding-left:7px;
  border-left:1px solid currentColor;
  font:800 .59rem/1 Poppins,sans-serif;
  letter-spacing:.04em;
}
.orl-player-profile-v3 .orl-player-match-rating__pill.is-elite{background:#e5f6ec;color:#126f42}
.orl-player-profile-v3 .orl-player-match-rating__pill.is-strong{background:#e7f2fb;color:#075f9d}
.orl-player-profile-v3 .orl-player-match-rating__pill.is-solid{background:#fff4d8;color:#805d08}
.orl-player-profile-v3 .orl-player-match-rating__pill.is-low{background:#fbe8e8;color:#9b3030}
@media(max-width:760px){
  .orl-player-profile-v3 .orl-player-recent-matches-table{min-width:790px}
  .orl-player-profile-v3 .orl-player-design-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
}

/* v3.36.94 — Player Season History timeline */
.orl-player-profile-v3 .orl-player-career-content{overflow:visible}
.orl-player-profile-v3 .orl-player-career-table-wrap{overflow-x:auto;border:1px solid #d7e2ef;border-radius:14px;background:#fff;box-shadow:0 10px 28px rgba(9,52,122,.06)}
.orl-player-profile-v3 .orl-player-career-table{width:100%;min-width:680px;border-collapse:separate!important;border-spacing:0!important;margin:0!important}
.orl-player-profile-v3 .orl-player-career-table thead th{padding:13px 18px!important;background:#09347a!important;color:#fff!important;border:0!important;border-bottom:3px solid #007dc3!important;font-size:11px!important;font-weight:900!important;letter-spacing:.06em;text-transform:uppercase}
.orl-player-profile-v3 .orl-player-career-table thead th:first-child{text-align:left!important}
.orl-player-profile-v3 .orl-player-career-table tbody tr{background:#fff!important;transition:background .18s ease,transform .18s ease}
.orl-player-profile-v3 .orl-player-career-table tbody tr:nth-child(even){background:#f7faff!important}
.orl-player-profile-v3 .orl-player-career-table tbody tr:hover{background:#eef7ff!important}
.orl-player-profile-v3 .orl-player-career-table tbody td{padding:14px 18px!important;border:0!important;border-bottom:1px solid #dce6f1!important;text-align:center!important;font-variant-numeric:tabular-nums;color:#10233f}
.orl-player-profile-v3 .orl-player-career-table tbody tr:last-child td{border-bottom:0!important}
.orl-player-profile-v3 .orl-player-career-table tbody td:first-child{text-align:left!important;border-left:4px solid transparent!important;font-weight:800;color:#09347a}
.orl-player-profile-v3 .orl-player-career-table tbody tr:hover td:first-child{border-left-color:#007dc3!important}
.orl-player-profile-v3 .orl-player-career-table tbody td:not(:first-child){font-size:1.05rem;font-weight:800}
@media(max-width:720px){.orl-player-profile-v3 .orl-player-career-table{min-width:620px}.orl-player-profile-v3 .orl-player-career-table thead th,.orl-player-profile-v3 .orl-player-career-table tbody td{padding:12px 14px!important}}

/* v3.36.96 — Native Player Profile Season History cards and real table targeting */
.orl-player-profile-v3 .orl-player-season-history-table{
  border-collapse:separate!important;
  border-spacing:0 9px!important;
  background:transparent!important;
}
.orl-player-profile-v3 .orl-player-season-history-table thead th{
  padding:10px 15px!important;
  background:#09347a!important;
  color:#fff!important;
  border:0!important;
  font:900 10px/1.2 Poppins,sans-serif!important;
  letter-spacing:.065em!important;
  text-transform:uppercase!important;
}
.orl-player-profile-v3 .orl-player-season-history-table tbody tr{
  background:#fff!important;
  box-shadow:0 5px 15px rgba(9,52,122,.07)!important;
  transition:transform .16s ease,box-shadow .16s ease!important;
}
.orl-player-profile-v3 .orl-player-season-history-table tbody tr:nth-child(even){background:#fff!important}
.orl-player-profile-v3 .orl-player-season-history-table tbody tr:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 8px 20px rgba(9,52,122,.12)!important;
}
.orl-player-profile-v3 .orl-player-season-history-table tbody td{
  padding:14px 15px!important;
  border-top:1px solid #dbe6f2!important;
  border-bottom:1px solid #dbe6f2!important;
  background:#fff!important;
  text-align:center!important;
  font-variant-numeric:tabular-nums!important;
}
.orl-player-profile-v3 .orl-player-season-history-table tbody td:first-child{
  border-left:5px solid #007dc3!important;
  border-radius:9px 0 0 9px!important;
  text-align:left!important;
  color:#09347a!important;
  font-weight:800!important;
}
.orl-player-profile-v3 .orl-player-season-history-table tbody td:last-child{
  border-right:1px solid #dbe6f2!important;
  border-radius:0 9px 9px 0!important;
}
.orl-player-profile-v3 .orl-player-season-history-table .orl-player-season-history-stat{
  color:#10233f!important;
  font:800 1rem/1.2 Poppins,sans-serif!important;
}
@media(max-width:720px){
  .orl-player-profile-v3 .orl-player-season-history-table{min-width:650px!important}
}

/* v3.36.96 — Player Club History Career Timeline */
.orl-player-profile-v3 .orl-player-club-history-table{
  display:block!important;width:100%!important;min-width:0!important;border:0!important;background:transparent!important;
}
.orl-player-profile-v3 .orl-player-club-history-table thead{display:none!important}
.orl-player-profile-v3 .orl-player-club-history-table tbody{
  position:relative;display:block!important;padding:4px 0 4px 30px!important;
}
.orl-player-profile-v3 .orl-player-club-history-table tbody:before{
  content:"";position:absolute;left:10px;top:12px;bottom:12px;width:3px;border-radius:999px;background:linear-gradient(#007dc3,#d7e8f7);
}
.orl-player-profile-v3 .orl-player-club-history-table tbody tr{
  position:relative;display:grid!important;grid-template-columns:minmax(210px,1.5fr) minmax(120px,.8fr) minmax(120px,.8fr) auto;
  align-items:center;gap:18px;margin:0 0 12px!important;padding:17px 20px!important;background:#fff!important;
  border:1px solid #d9e4ef!important;border-radius:12px!important;box-shadow:0 8px 22px rgba(9,52,122,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.orl-player-profile-v3 .orl-player-club-history-table tbody tr:last-child{margin-bottom:0!important}
.orl-player-profile-v3 .orl-player-club-history-table tbody tr:before{
  content:"";position:absolute;left:-27px;top:50%;width:13px;height:13px;margin-top:-7px;border-radius:50%;background:#fff;border:4px solid #8fa9c3;box-sizing:border-box;box-shadow:0 0 0 4px #fff;
}
.orl-player-profile-v3 .orl-player-club-history-table tbody tr.is-current{border-color:#9fd9f5!important;box-shadow:0 10px 26px rgba(0,125,195,.11)}
.orl-player-profile-v3 .orl-player-club-history-table tbody tr.is-current:before{background:#007dc3;border-color:#007dc3}
.orl-player-profile-v3 .orl-player-club-history-table tbody tr:hover{transform:translateY(-1px);border-color:#a9cae6!important;box-shadow:0 12px 28px rgba(9,52,122,.10)}
.orl-player-profile-v3 .orl-player-club-history-table tbody td{
  display:block!important;padding:0!important;border:0!important;background:transparent!important;color:#10233f!important;text-align:left!important;white-space:normal!important;
}
.orl-player-profile-v3 .orl-player-club-history-table tbody td:before{
  content:attr(data-label);display:block;margin-bottom:4px;color:#708197;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;
}
.orl-player-profile-v3 .orl-player-club-history-table .orl-player-club-history-club{color:#09347a!important;font-size:17px!important;font-weight:900!important}
.orl-player-profile-v3 .orl-player-club-history-table .orl-player-club-history-from,
.orl-player-profile-v3 .orl-player-club-history-table .orl-player-club-history-until{font-size:14px!important;font-weight:700!important;font-variant-numeric:tabular-nums}
.orl-player-profile-v3 .orl-player-club-history-table .orl-player-club-history-status{
  justify-self:end;padding:7px 11px!important;border-radius:999px!important;background:#edf2f7!important;color:#52657a!important;font-size:10px!important;font-weight:900!important;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap!important;
}
.orl-player-profile-v3 .orl-player-club-history-table tr.is-current .orl-player-club-history-status{background:#e4f7ff!important;color:#006ca8!important;border:1px solid #a8dcf4!important}
.orl-player-profile-v3 .orl-player-club-history-table .orl-player-club-history-status:before{display:none!important}
@media(max-width:760px){
  .orl-player-profile-v3 .orl-player-club-history-table tbody{padding-left:25px!important}
  .orl-player-profile-v3 .orl-player-club-history-table tbody:before{left:8px}
  .orl-player-profile-v3 .orl-player-club-history-table tbody tr{grid-template-columns:1fr 1fr;gap:13px 18px;padding:16px!important}
  .orl-player-profile-v3 .orl-player-club-history-table tbody tr:before{left:-23px}
  .orl-player-profile-v3 .orl-player-club-history-table .orl-player-club-history-club{grid-column:1/-1}
  .orl-player-profile-v3 .orl-player-club-history-table .orl-player-club-history-status{grid-column:1/-1;justify-self:start}
}

/* v3.37.0 — Player Profile Premium Finish */
.orl-player-profile-v3 .orl-player-design-hero{
  position:relative;
  grid-template-columns:minmax(116px,142px) minmax(0,1fr);
  min-height:250px;
  padding:28px 42px;
  column-gap:30px;
  overflow:hidden;
}
.orl-player-profile-v3 .orl-player-design-hero:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(112deg,transparent 0 54%,rgba(255,255,255,.035) 54.2% 54.8%,transparent 55% 100%),
    radial-gradient(circle at 88% 18%,rgba(255,255,255,.12) 0 7%,transparent 7.4%),
    radial-gradient(circle at 91% 77%,rgba(0,125,195,.16) 0 19%,transparent 19.5%);
}
.orl-player-profile-v3 .orl-player-design-hero>.orl-ui-hero-media,
.orl-player-profile-v3 .orl-player-design-hero>.orl-ui-hero-body{position:relative;z-index:1}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-media{
  max-width:142px;
  border-radius:15px;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
  transition:transform .22s ease,box-shadow .22s ease;
}
.orl-player-profile-v3 .orl-player-design-hero:hover .orl-ui-hero-media{
  transform:translateY(-2px);
  box-shadow:0 15px 30px rgba(0,0,0,.24);
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-eyebrow{
  margin-bottom:9px;
  letter-spacing:.18em;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-title--hero{
  max-width:760px;
  font-size:clamp(2.75rem,4.8vw,4.65rem);
  line-height:.94;
  letter-spacing:-.045em;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-description{margin-top:14px}
.orl-player-profile-v3 .orl-player-club-link{display:inline-flex;max-width:100%}
.orl-player-profile-v3 .orl-player-club-identity{
  position:relative;
  min-height:50px;
  min-width:230px;
  max-width:min(100%,470px);
  padding:9px 16px 10px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:11px;
  background:linear-gradient(100deg,rgba(3,20,52,.42),rgba(0,125,195,.16));
  box-shadow:inset 0 -3px 0 rgba(0,125,195,.65);
}
.orl-player-profile-v3 .orl-player-club-copy small{font-size:.58rem;letter-spacing:.11em}
.orl-player-profile-v3 .orl-player-club-copy strong{font-size:1.12rem;line-height:1.08;letter-spacing:-.01em}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-meta{margin-top:11px;gap:8px}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-meta-item{
  min-height:35px;
  padding:8px 13px;
  transition:transform .16s ease,border-color .16s ease,background .16s ease;
}
.orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-meta-item:hover{
  transform:translateY(-1px);
  border-color:rgba(255,255,255,.36);
  background:rgba(3,20,52,.34);
}
.orl-player-profile-v3 .orl-player-design-navigation .orl-ui-nav-item{
  position:relative;
  min-height:60px;
  font-weight:850;
}
.orl-player-profile-v3 .orl-player-design-navigation .orl-ui-nav-item.is-active{
  color:#09347a;
  background:linear-gradient(180deg,#fff 0%,#edf7fd 100%);
  box-shadow:inset 0 -6px 0 #007dc3;
}
.orl-player-profile-v3 .orl-player-current-season{
  padding:0 20px 20px;
  border:1px solid #d6e2ef;
  background:linear-gradient(180deg,#f8fbfe 0%,#fff 100%);
  box-shadow:0 14px 34px rgba(9,52,122,.09);
}
.orl-player-profile-v3 .orl-player-current-season .orl-ui-section-header{
  padding:17px 2px 14px;
  border-bottom:0;
  background:transparent;
}
.orl-player-profile-v3 .orl-player-current-season .orl-ui-section-header .orl-ui-eyebrow{
  margin-bottom:4px;
  color:#007dc3;
  letter-spacing:.1em;
}
.orl-player-profile-v3 .orl-player-current-season .orl-ui-section-header h2{
  font-size:clamp(1.55rem,2.3vw,2rem);
  letter-spacing:-.025em;
}
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
}
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-item{
  position:relative;
  display:flex!important;
  flex-direction:column;
  align-items:flex-start!important;
  justify-content:center!important;
  min-width:0;
  min-height:112px;
  gap:3px;
  padding:18px 18px 17px!important;
  border:1px solid #dbe6f1!important;
  border-radius:12px;
  background:#fff!important;
  box-shadow:0 8px 20px rgba(9,52,122,.06);
  overflow:hidden;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-item:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:4px;
  background:linear-gradient(90deg,#09347a,#007dc3);
}
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-item:hover{
  transform:translateY(-2px);
  border-color:#b9d6e9!important;
  box-shadow:0 13px 28px rgba(9,52,122,.11);
}
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-item>i{
  position:absolute;
  right:15px;
  top:15px;
  color:#007dc3;
  font-size:1.05rem;
  opacity:.82;
}
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-item strong{
  order:1!important;
  max-width:100%;
  color:#09347a!important;
  font-size:clamp(2rem,3.1vw,2.65rem)!important;
  line-height:1!important;
  letter-spacing:-.035em;
  white-space:nowrap;
}
.orl-player-profile-v3 .orl-player-current-season .orl-player-stat-item span{
  order:2!important;
  color:#5f7188!important;
  font-size:.66rem!important;
  font-weight:900!important;
  letter-spacing:.09em!important;
  text-transform:uppercase!important;
}
@media(max-width:820px){
  .orl-player-profile-v3 .orl-player-design-hero{grid-template-columns:112px minmax(0,1fr);min-height:232px;padding:25px 24px;column-gap:20px}
  .orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-media{max-width:112px}
  .orl-player-profile-v3 .orl-player-design-hero .orl-ui-title--hero{font-size:clamp(2.2rem,7vw,3.25rem)}
  .orl-player-profile-v3 .orl-player-current-season .orl-player-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:620px){
  .orl-player-profile-v3 .orl-player-design-hero{grid-template-columns:1fr;padding:22px 18px 24px;text-align:center}
  .orl-player-profile-v3 .orl-player-design-hero .orl-ui-hero-media{max-width:108px;margin-inline:auto}
  .orl-player-profile-v3 .orl-player-design-hero .orl-ui-title--hero{font-size:clamp(2.15rem,11vw,2.9rem)}
  .orl-player-profile-v3 .orl-player-club-link{display:flex;justify-content:center;width:100%}
  .orl-player-profile-v3 .orl-player-club-identity{min-width:0;width:min(100%,330px)}
  .orl-player-profile-v3 .orl-player-current-season{padding:0 12px 12px}
  .orl-player-profile-v3 .orl-player-current-season .orl-ui-section-header{padding:14px 2px 12px;text-align:left}
  .orl-player-profile-v3 .orl-player-current-season .orl-player-stat-grid{gap:9px!important}
  .orl-player-profile-v3 .orl-player-current-season .orl-player-stat-item{min-height:96px;padding:15px 14px!important}
  .orl-player-profile-v3 .orl-player-current-season .orl-player-stat-item strong{font-size:clamp(1.75rem,10vw,2.25rem)!important}
}


/* v3.37.3 — Player Hero Season Readability Fix */
.orl-player-profile-v3 .orl-player-hero-stage .orl-player-current-season .orl-player-stat-grid .orl-player-stat-item,
.orl-player-profile-v3 .orl-player-hero-stage .orl-player-current-season .orl-player-stat-grid .orl-player-stat-item *{
  opacity:1!important;
}
.orl-player-profile-v3 .orl-player-hero-stage .orl-player-current-season .orl-player-stat-grid .orl-player-stat-item > strong,
.orl-player-profile-v3 .orl-player-hero-stage .orl-player-current-season .orl-player-stat-grid .orl-player-stat-item strong{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-shadow:0 1px 2px rgba(0,0,0,.3)!important;
}
.orl-player-profile-v3 .orl-player-hero-stage .orl-player-current-season .orl-player-stat-grid .orl-player-stat-item > span,
.orl-player-profile-v3 .orl-player-hero-stage .orl-player-current-season .orl-player-stat-grid .orl-player-stat-item span{
  color:#bfeaff!important;
  -webkit-text-fill-color:#bfeaff!important;
  text-shadow:0 1px 1px rgba(0,0,0,.28)!important;
}
.orl-player-profile-v3 .orl-player-hero-stage .orl-player-current-season .orl-player-stat-grid .orl-player-stat-item > i,
.orl-player-profile-v3 .orl-player-hero-stage .orl-player-current-season .orl-player-stat-grid .orl-player-stat-item i{
  color:#72d3f7!important;
  -webkit-text-fill-color:#72d3f7!important;
}


/* v3.37.4 — Isolated Player Hero Season Stat Components */
.orl-player-profile-v3 .orl-player-hero-stage .orl-player-current-season > .orl-player-stat-grid > .orl-player-hero-season-stat{
  position:relative!important;
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  column-gap:10px!important;
  align-items:center!important;
  min-height:60px!important;
  padding:8px 14px!important;
  border:1px solid rgba(191,234,255,.32)!important;
  border-radius:12px!important;
  background:rgba(255,255,255,.10)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
  overflow:hidden!important;
}
.orl-player-profile-v3 .orl-player-hero-stage .orl-player-current-season .orl-player-hero-season-stat__icon{
  grid-column:1!important;grid-row:1 / span 2!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  width:32px!important;height:32px!important;border-radius:9px!important;
  background:rgba(0,125,195,.28)!important;color:#8ee1ff!important;
  -webkit-text-fill-color:#8ee1ff!important;font-size:14px!important;
}
.orl-player-profile-v3 .orl-player-hero-stage .orl-player-current-season .orl-player-hero-season-stat__label{
  grid-column:2!important;grid-row:1!important;
  margin:0!important;padding:0!important;
  color:#c9efff!important;-webkit-text-fill-color:#c9efff!important;
  font-size:10px!important;font-weight:900!important;line-height:1.1!important;
  letter-spacing:.11em!important;text-transform:uppercase!important;
  opacity:1!important;text-shadow:0 1px 1px rgba(0,0,0,.25)!important;
}
.orl-player-profile-v3 .orl-player-hero-stage .orl-player-current-season .orl-player-hero-season-stat__value{
  grid-column:2!important;grid-row:2!important;
  margin:1px 0 0!important;padding:0!important;
  color:#fff!important;-webkit-text-fill-color:#fff!important;
  font-size:clamp(24px,2.3vw,34px)!important;font-weight:900!important;line-height:1!important;
  opacity:1!important;text-shadow:0 2px 3px rgba(0,0,0,.32)!important;
}
@media(max-width:620px){
  .orl-player-profile-v3 .orl-player-hero-stage .orl-player-current-season > .orl-player-stat-grid > .orl-player-hero-season-stat{min-height:66px!important;padding:9px 11px!important}
}

/* v3.37.5 — Clean-slate Player Hero Metrics Component */
#orl-ph-season-v3375.orl-ph-season > .orl-ph-metrics{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:8px!important;
  min-width:0!important;
}
#orl-ph-season-v3375 .orl-ph-metric-card{
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  min-width:0!important;
  min-height:62px!important;
  padding:9px 14px!important;
  border:1px solid rgba(191,234,255,.34)!important;
  border-radius:12px!important;
  background:rgba(255,255,255,.11)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09)!important;
}
#orl-ph-season-v3375 .orl-ph-metric-icon{
  display:flex!important;align-items:center!important;justify-content:center!important;
  width:32px!important;height:32px!important;border-radius:9px!important;
  background:rgba(0,125,195,.32)!important;
  color:#8ee1ff!important;-webkit-text-fill-color:#8ee1ff!important;
}
#orl-ph-season-v3375 .orl-ph-metric-copy{display:flex!important;flex-direction:column!important;min-width:0!important}
#orl-ph-season-v3375 .orl-ph-metric-label{
  margin:0!important;padding:0!important;
  color:#c9efff!important;-webkit-text-fill-color:#c9efff!important;
  font-size:10px!important;font-weight:900!important;line-height:1.1!important;
  letter-spacing:.11em!important;text-transform:uppercase!important;opacity:1!important;
}
#orl-ph-season-v3375 .orl-ph-metric-value{
  margin:2px 0 0!important;padding:0!important;
  color:#fff!important;-webkit-text-fill-color:#fff!important;
  font-size:clamp(25px,2.4vw,35px)!important;font-weight:900!important;line-height:1!important;
  opacity:1!important;text-shadow:0 2px 3px rgba(0,0,0,.32)!important;
}
@media(max-width:900px){#orl-ph-season-v3375.orl-ph-season > .orl-ph-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:520px){#orl-ph-season-v3375 .orl-ph-metric-card{padding:9px 10px!important;grid-template-columns:30px minmax(0,1fr)!important;gap:8px!important}}


/* v3.37.6 — Standalone Player Hero Metrics Component */
#orl-ph-season-v3376.orl-ph-season-standalone{
  background:#071d46!important;
  border:0!important;
  border-radius:0!important;
  padding:14px 18px 16px!important;
  margin:0!important;
}
#orl-ph-season-v3376.orl-ph-season-standalone .orl-ui-section-header{
  color:#fff!important;
}
#orl-ph-season-v3376.orl-ph-season-standalone > .orl-ph-metrics{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:8px!important;
  min-width:0!important;
}
#orl-ph-season-v3376.orl-ph-season-standalone .orl-player-stat,
#orl-ph-season-v3376.orl-ph-season-standalone .orl-ph-metric-card{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
  min-height:72px!important;
  padding:10px 14px!important;
  border:1px solid rgba(191,234,255,.34)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.12)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
}
#orl-ph-season-v3376.orl-ph-season-standalone .orl-player-stat > span,
#orl-ph-season-v3376.orl-ph-season-standalone .orl-ph-metric-label{
  color:#c9efff!important;
  -webkit-text-fill-color:#c9efff!important;
  font-size:10px!important;
  font-weight:900!important;
  line-height:1.1!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
  opacity:1!important;
}
#orl-ph-season-v3376.orl-ph-season-standalone .orl-player-stat > strong,
#orl-ph-season-v3376.orl-ph-season-standalone .orl-ph-metric-value{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:clamp(27px,2.5vw,38px)!important;
  font-weight:900!important;
  line-height:1!important;
  margin-top:5px!important;
  opacity:1!important;
  text-shadow:0 2px 3px rgba(0,0,0,.32)!important;
}
@media(max-width:900px){
  #orl-ph-season-v3376.orl-ph-season-standalone > .orl-ph-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

/* v3.37.7 — Compact standalone player performance ribbon */
#orl-ph-season-v3377.orl-ph-season-ribbon{
  display:grid!important;
  grid-template-columns:148px minmax(0,1fr)!important;
  align-items:center!important;
  gap:16px!important;
  width:100%!important;
  margin:0!important;
  padding:12px 16px!important;
  border:0!important;
  border-top:1px solid rgba(142,225,255,.28)!important;
  border-radius:0!important;
  background:#071d46!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
#orl-ph-season-v3377 .orl-ph-season-ribbon__heading{
  min-width:0!important;
  padding:0 0 0 2px!important;
}
#orl-ph-season-v3377 .orl-ph-season-ribbon__eyebrow{
  margin:0 0 3px!important;
  color:#38c7ff!important;
  -webkit-text-fill-color:#38c7ff!important;
  font-size:10px!important;
  font-weight:900!important;
  line-height:1.1!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}
#orl-ph-season-v3377 .orl-ph-season-ribbon__title{
  margin:0!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:18px!important;
  font-weight:900!important;
  line-height:1.05!important;
}
#orl-ph-season-v3377 > .orl-ph-metrics{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:8px!important;
  min-width:0!important;
}
#orl-ph-season-v3377 .orl-ph-metric-card,
#orl-ph-season-v3377 .orl-player-stat{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
  min-height:62px!important;
  padding:8px 12px!important;
  border:1px solid rgba(191,234,255,.34)!important;
  border-radius:12px!important;
  background:rgba(255,255,255,.12)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
  transition:transform .18s ease,border-color .18s ease,background .18s ease!important;
}
#orl-ph-season-v3377 .orl-ph-metric-card:hover,
#orl-ph-season-v3377 .orl-player-stat:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(142,225,255,.55)!important;
  background:rgba(255,255,255,.15)!important;
}
#orl-ph-season-v3377 .orl-ph-metric-icon{display:none!important}
#orl-ph-season-v3377 .orl-ph-metric-copy{display:flex!important;flex-direction:column!important;align-items:center!important;min-width:0!important}
#orl-ph-season-v3377 .orl-ph-metric-label,
#orl-ph-season-v3377 .orl-player-stat>span{
  margin:0!important;padding:0!important;
  color:#c9efff!important;-webkit-text-fill-color:#c9efff!important;
  font-size:10px!important;font-weight:900!important;line-height:1.1!important;
  letter-spacing:.11em!important;text-transform:uppercase!important;opacity:1!important;
}
#orl-ph-season-v3377 .orl-ph-metric-value,
#orl-ph-season-v3377 .orl-player-stat>strong{
  margin:4px 0 0!important;padding:0!important;
  color:#fff!important;-webkit-text-fill-color:#fff!important;
  font-size:clamp(27px,2.4vw,36px)!important;font-weight:900!important;line-height:1!important;
  opacity:1!important;text-shadow:0 2px 3px rgba(0,0,0,.32)!important;
}
@media(max-width:900px){
  #orl-ph-season-v3377.orl-ph-season-ribbon{grid-template-columns:1fr!important;gap:10px!important;padding:12px!important}
  #orl-ph-season-v3377 .orl-ph-season-ribbon__heading{text-align:left!important}
  #orl-ph-season-v3377 > .orl-ph-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:520px){
  #orl-ph-season-v3377.orl-ph-season-ribbon{padding:11px 10px!important}
  #orl-ph-season-v3377 > .orl-ph-metrics{gap:7px!important}
  #orl-ph-season-v3377 .orl-ph-metric-card,
  #orl-ph-season-v3377 .orl-player-stat{min-height:58px!important;padding:8px!important}
}

/* v3.37.8 — Player Information & Match Readiness Dashboard */
.orl-player-profile-v3 .orl-pi-section,
.orl-player-profile-v3 .orl-pr-section{
  overflow:hidden!important;
}
.orl-player-profile-v3 .orl-pi-dashboard{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  padding:20px!important;
}
.orl-player-profile-v3 .orl-pi-card{
  display:flex!important;
  align-items:center!important;
  gap:13px!important;
  min-width:0!important;
  padding:16px!important;
  border:1px solid #d5e2f1!important;
  border-radius:14px!important;
  background:linear-gradient(145deg,#fff 0%,#f5f9fd 100%)!important;
  box-shadow:0 8px 20px rgba(9,52,122,.07)!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;
}
.orl-player-profile-v3 .orl-pi-card:hover{
  transform:translateY(-2px)!important;
  border-color:#a9cdec!important;
  box-shadow:0 12px 24px rgba(9,52,122,.11)!important;
}
.orl-player-profile-v3 .orl-pi-card__icon{
  display:grid!important;
  place-items:center!important;
  flex:0 0 42px!important;
  width:42px!important;
  height:42px!important;
  border-radius:12px!important;
  color:#fff!important;
  background:linear-gradient(145deg,#09347a,#007dc3)!important;
  box-shadow:0 7px 15px rgba(0,125,195,.22)!important;
  font-size:17px!important;
}
.orl-player-profile-v3 .orl-pi-card__copy{min-width:0!important}
.orl-player-profile-v3 .orl-pi-card__label{
  margin:0 0 5px!important;
  color:#60718a!important;
  font-size:10px!important;
  font-weight:900!important;
  line-height:1.1!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
}
.orl-player-profile-v3 .orl-pi-card__value{
  overflow:hidden!important;
  color:#09347a!important;
  font-size:17px!important;
  font-weight:900!important;
  line-height:1.15!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.orl-player-profile-v3 .orl-pr-dashboard{padding:20px!important}
.orl-player-profile-v3 .orl-pr-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
}
.orl-player-profile-v3 .orl-pr-card{
  --orl-pr-tone:#64748b;
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  min-height:132px!important;
  padding:16px!important;
  border:1px solid #d7e2ef!important;
  border-top:4px solid var(--orl-pr-tone)!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 8px 20px rgba(9,52,122,.07)!important;
}
.orl-player-profile-v3 .orl-pr-card.is-good{--orl-pr-tone:#1a9b62}
.orl-player-profile-v3 .orl-pr-card.is-warning{--orl-pr-tone:#d99000}
.orl-player-profile-v3 .orl-pr-card.is-critical{--orl-pr-tone:#d73a49}
.orl-player-profile-v3 .orl-pr-card__top{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
}
.orl-player-profile-v3 .orl-pr-card__label{
  color:#52647e!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}
.orl-player-profile-v3 .orl-pr-card__tone{
  padding:4px 7px!important;
  border-radius:999px!important;
  color:var(--orl-pr-tone)!important;
  background:color-mix(in srgb,var(--orl-pr-tone) 11%,#fff)!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
}
.orl-player-profile-v3 .orl-pr-card__value{
  margin:18px 0 auto!important;
  color:#09347a!important;
  font-size:clamp(21px,2vw,28px)!important;
  font-weight:900!important;
  line-height:1.05!important;
}
.orl-player-profile-v3 .orl-pr-card.is-critical .orl-pr-card__value{color:#b82131!important}
.orl-player-profile-v3 .orl-pr-card__track{
  overflow:hidden!important;
  height:7px!important;
  margin-top:16px!important;
  border-radius:99px!important;
  background:#e8eef5!important;
}
.orl-player-profile-v3 .orl-pr-card__fill{
  height:100%!important;
  border-radius:inherit!important;
  background:var(--orl-pr-tone)!important;
}
.orl-player-profile-v3 .orl-pr-alert{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  margin-top:14px!important;
  padding:14px 16px!important;
  border:1px solid #f0b8bf!important;
  border-left:5px solid #d73a49!important;
  border-radius:12px!important;
  color:#751722!important;
  background:#fff5f6!important;
}
.orl-player-profile-v3 .orl-pr-alert>i{
  flex:0 0 auto!important;
  color:#d73a49!important;
  font-size:22px!important;
}
.orl-player-profile-v3 .orl-pr-alert__title{
  margin:0 0 3px!important;
  color:#941f2d!important;
  font-size:14px!important;
  font-weight:900!important;
}
.orl-player-profile-v3 .orl-pr-alert__text{
  color:#74202a!important;
  font-size:13px!important;
  font-weight:650!important;
}
@media(max-width:900px){
  .orl-player-profile-v3 .orl-pi-dashboard,
  .orl-player-profile-v3 .orl-pr-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:560px){
  .orl-player-profile-v3 .orl-pi-dashboard,
  .orl-player-profile-v3 .orl-pr-dashboard{padding:14px!important}
  .orl-player-profile-v3 .orl-pi-dashboard,
  .orl-player-profile-v3 .orl-pr-grid{grid-template-columns:1fr!important}
  .orl-player-profile-v3 .orl-pr-card{min-height:116px!important}
}

/* v3.37.9 — Contract & readiness refinement */
.orl-player-profile-v3 .orl-pr-card.is-good{background:linear-gradient(145deg,#ffffff 0%,#f0fbf6 100%)!important}
.orl-player-profile-v3 .orl-pr-card.is-warning{background:linear-gradient(145deg,#ffffff 0%,#fff9e9 100%)!important}
.orl-player-profile-v3 .orl-pr-card.is-critical{background:linear-gradient(145deg,#ffffff 0%,#fff2f4 100%)!important}
.orl-player-profile-v3 .orl-pr-card__track{height:10px!important}
.orl-player-profile-v3 .orl-pr-card:last-child{box-shadow:0 10px 24px rgba(183,33,49,.12)!important}
.orl-player-profile-v3 .orl-pi-card--contract-expires .orl-pi-card__icon{background:linear-gradient(145deg,#4b1d7a,#8d4fd1)!important}

/*
 * v3.77.3 — Three Match Series Broadcast Leaders Grid Enforcement
 * Loaded after the competition stylesheet, so this final override prevents
 * the shared competition-page four-column rule from splitting six cards 4 + 2.
 */
.orl-ui-competition-page .orl-three-match-current-leaders .orl-leader-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
  align-items: stretch !important;
}
.orl-ui-competition-page .orl-three-match-current-leaders .orl-leader-card {
  min-width: 0 !important;
  height: 100% !important;
}
@media (max-width: 900px) {
  .orl-ui-competition-page .orl-three-match-current-leaders .orl-leader-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 560px) {
  .orl-ui-competition-page .orl-three-match-current-leaders .orl-leader-grid {
    grid-template-columns: 1fr !important;
  }
}


/* v3.82.0 — Home & Away single-row broadcast navigation enforcement */
.orl-ui-competition-page .orl-home-away-subnav,
.orl-game-main .orl-home-away-subnav{
  display:flex!important;
  width:100%!important;
  min-height:0!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:nowrap!important;
  gap:10px!important;
  padding:10px 12px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  scrollbar-width:thin;
}
.orl-ui-competition-page .orl-home-away-subnav .orl-subnav-link,
.orl-game-main .orl-home-away-subnav .orl-subnav-link{
  display:inline-flex!important;
  flex:0 0 auto!important;
  width:auto!important;
  min-width:0!important;
  min-height:44px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:10px 18px!important;
  border:1px solid #c9dce2!important;
  border-radius:999px!important;
  color:#08669a!important;
  background:#fff!important;
  white-space:nowrap!important;
  line-height:1.15!important;
  box-sizing:border-box!important;
}
.orl-ui-competition-page .orl-home-away-subnav .orl-subnav-link:after,
.orl-game-main .orl-home-away-subnav .orl-subnav-link:after{display:none!important}
.orl-ui-competition-page .orl-home-away-subnav .orl-subnav-link:hover,
.orl-game-main .orl-home-away-subnav .orl-subnav-link:hover{color:#075c59!important;background:#eefaf8!important;border-color:#71cfc5!important}
.orl-ui-competition-page .orl-home-away-subnav .orl-subnav-link.is-active,
.orl-game-main .orl-home-away-subnav .orl-subnav-link.is-active{color:#fff!important;background:#087f7a!important;border-color:#087f7a!important;box-shadow:0 7px 16px rgba(8,127,122,.18)!important}
@media(max-width:760px){
  .orl-ui-competition-page .orl-home-away-subnav,
  .orl-game-main .orl-home-away-subnav{justify-content:flex-start!important}
  .orl-ui-competition-page .orl-home-away-subnav .orl-subnav-link,
  .orl-game-main .orl-home-away-subnav .orl-subnav-link{padding:9px 15px!important;font-size:13px!important}
}
