:root {
    color-scheme: dark;
    --ink: #05070b;
    --ink-2: #090d14;
    --panel: #101620;
    --panel-2: #151d28;
    --line: #28313e;
    --line-soft: rgba(255, 255, 255, .1);
    --paper: #f5f0e6;
    --muted: #aeb8c5;
    --gold: #f6ca4e;
    --gold-2: #ffdf77;
    --red: #ed4d5d;
    --blue: #4592ff;
    --cyan: #65dbff;
    --green: #68dc9c;
    --warning: #ffad4d;
    --display: "Archivo", Arial, sans-serif;
    --sans: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
    --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    --shell: min(1240px, calc(100vw - 40px));
    --radius-sm: 5px;
    --radius: 10px;
    --radius-lg: 18px;
    --shadow: 0 24px 80px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; background: var(--ink); color: var(--paper); font-family: var(--sans); line-height: 1.55; text-rendering: optimizeLegibility; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none; background: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 70%); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
img { max-width: 100%; height: auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
strong, dd, .stat-grid dd { font-variant-numeric: tabular-nums; }
::selection { background: var(--gold); color: var(--ink); }

.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; background: var(--gold); color: var(--ink); font-weight: 900; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-size: .75rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow--hot::before, .eyebrow--hot > i { content: ""; width: 8px; height: 8px; flex: none; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 6px rgba(237,77,93,.1); }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 10px 18px; border: 1px solid transparent; border-radius: var(--radius-sm); font-weight: 900; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--red { background: var(--red); color: #fff; }
.button--red:hover { background: #ff6271; }
.button--gold { background: var(--gold); color: var(--ink); }
.button--gold:hover { background: var(--gold-2); }
.button--ghost { border-color: var(--line); background: rgba(255,255,255,.03); }
.button--ghost:hover { border-color: var(--paper); background: rgba(255,255,255,.08); }
.text-link { display: inline-flex; align-items: center; color: var(--paper); font-weight: 850; border-bottom: 1px solid var(--line); padding-bottom: 2px; }
.text-link:hover { color: var(--gold); border-color: var(--gold); }
.text-button { padding: 0; border: 0; background: transparent; color: var(--paper); font-weight: 800; text-align: left; }

.score-ribbon { position: relative; z-index: 40; overflow: hidden; border-bottom: 1px solid var(--line-soft); background: #020306; }
.score-ribbon__track { display: flex; gap: 0; overflow-x: auto; scrollbar-width: thin; overscroll-behavior-inline: contain; }
.score-chip { display: flex; min-width: max-content; align-items: center; gap: 8px; padding: 8px 18px; border-right: 1px solid var(--line-soft); font-size: .72rem; }
.score-chip:hover { background: rgba(255,255,255,.06); }
.score-chip__status { color: var(--muted); font-weight: 800; text-transform: uppercase; }
.score-chip__status.is-live { color: var(--green); }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line-soft); background: rgba(5,7,11,.94); backdrop-filter: blur(16px); }
.site-header__inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.brand__mark { position: relative; display: grid; width: 44px; height: 44px; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: conic-gradient(from 220deg, var(--gold), var(--gold-2), var(--red), var(--blue), var(--gold)); color: var(--ink); box-shadow: 0 8px 30px rgba(246,202,78,.15); }
.brand__mark::after { content: ""; position: absolute; inset: 4px; border: 1px solid rgba(5,7,11,.25); border-radius: 50%; }
.brand__mark span { position: relative; z-index: 1; font-family: var(--display); font-weight: 900; letter-spacing: -.05em; }
.brand__copy { display: flex; flex-direction: column; }
.brand__copy strong { font-family: var(--display); font-size: 1.2rem;  letter-spacing: -.02em; }
.brand__copy small { color: var(--muted); font-size: .66rem; }
.main-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); }
.main-nav a { position: relative; padding-block: 26px; color: var(--muted); font-size: .82rem; font-weight: 850; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--paper); }
.main-nav a[aria-current="page"]::after { content: ""; position: absolute; right: 0; bottom: 17px; left: 0; height: 2px; background: var(--gold); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-button, .menu-button { min-width: 44px; min-height: 44px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: transparent; color: var(--paper); }
.icon-button { display: grid; place-items: center; font-size: 1.35rem; }
.menu-button { display: none; align-items: center; gap: 10px; padding-inline: 12px; font-weight: 800; }
.menu-button i, .menu-button i::before, .menu-button i::after { display: block; width: 17px; height: 2px; background: currentColor; }
.menu-button i { position: relative; }
.menu-button i::before, .menu-button i::after { content: ""; position: absolute; left: 0; }
.menu-button i::before { top: -6px; }.menu-button i::after { top: 6px; }

.freshness { position: relative; z-index: 20; border-bottom: 1px solid var(--line-soft); background: #0b1018; color: var(--muted); font-size: .72rem; }
.freshness__inner { display: flex; min-height: 38px; align-items: center; gap: 10px; }
.freshness__inner strong { color: var(--paper); }
.freshness__inner time { margin-left: auto; font-family: var(--mono); }
.freshness__inner a { color: var(--gold); font-weight: 800; }
.freshness__signal { width: 8px; height: 8px; border-radius: 50%; background: var(--muted); }
.freshness--fresh .freshness__signal { background: var(--green); box-shadow: 0 0 0 5px rgba(104,220,156,.1); }
.freshness--degraded .freshness__signal, .freshness--stale .freshness__signal { background: var(--warning); }
.freshness--unavailable .freshness__signal { background: var(--red); }

.hero { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line-soft); background: radial-gradient(circle at 75% 40%, rgba(69,146,255,.16), transparent 27%), radial-gradient(circle at 45% 85%, rgba(237,77,93,.1), transparent 32%), linear-gradient(115deg, #05070b 35%, #091120); }
.hero::before { content: "VENEZUELA"; position: absolute; left: 42%; top: 44%; color: rgba(255,255,255,.025); font-family: var(--display); font-size: clamp(8rem, 22vw, 23rem); font-weight: 900; letter-spacing: -.08em; transform: translate(-10%, -50%) rotate(-7deg); white-space: nowrap; }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(40px, 8vw, 110px); padding-block: 72px; }
.hero h1, .page-hero h1, .player-identity h1 { max-width: 860px; margin: 16px 0 22px; font-family: var(--display); font-size: clamp(4rem, 8.6vw, 8.6rem); font-weight: 900; line-height: .78; letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 em, .page-hero h1 em { display: block; color: var(--gold); font-style: normal; }
.hero__lede { max-width: 700px; color: #d8dee6; font-size: clamp(1rem, 1.55vw, 1.3rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero__numbers { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 700px; margin: 38px 0 0; }
.hero__numbers div { display: flex; flex-direction: column-reverse; padding: 16px 18px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.hero__numbers div:last-child { border-right: 0; }
.hero__numbers dt { color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.hero__numbers dd { margin: 0; font-family: var(--display); font-size: 2.3rem; font-weight: 900; line-height: 1; }
.hero__radar { position: absolute; right: -10vw; top: 50%; width: min(70vw, 900px); aspect-ratio: 1; transform: translateY(-50%); opacity: .75; }
.hero__radar::before, .hero__radar::after, .hero__radar i { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(101,219,255,.12); border-radius: 50%; }
.hero__radar::after { inset: 28%; }.hero__radar i:nth-child(1) { inset: 42%; }.hero__radar i:nth-child(2) { inset: 0; }.hero__radar i:nth-child(3) { inset: 20%; border-style: dashed; }
.hero__radar span { position: absolute; left: 50%; top: 50%; width: 48%; height: 1px; transform-origin: left; background: linear-gradient(90deg, rgba(101,219,255,.5), transparent); animation: radar 7s linear infinite; }
@keyframes radar { to { transform: rotate(360deg); } }
.radar-card { position: relative; min-height: 440px; align-self: center; padding: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(21,29,40,.96), rgba(8,11,17,.98)); box-shadow: var(--shadow); }
.radar-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 35%, rgba(246,202,78,.08), transparent 65%); transform: translateX(-100%); animation: scan 6s ease-in-out infinite; }
@keyframes scan { 45%,100% { transform: translateX(100%); } }
.radar-card > * { position: relative; z-index: 1; }
.radar-card h2 { margin: 14px 0 4px; font-family: var(--display); font-size: clamp(2.2rem, 4vw, 4rem); line-height: .9; text-transform: uppercase; }
.radar-card > p { color: var(--muted); }
.avatar { display: grid; width: 54px; height: 54px; place-items: center; border: 2px solid var(--gold); border-radius: 50%; background: linear-gradient(145deg, #1c2a43, #080b11); color: var(--gold); font-family: var(--display); font-size: 1.15rem; font-weight: 900; }
.avatar--hero { width: 116px; height: 116px; margin-bottom: 26px; font-size: 2.5rem; box-shadow: 0 0 0 9px rgba(246,202,78,.06), 0 0 70px rgba(69,146,255,.18); }
.radar-card__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 24px 0; }
.radar-card__stats div { padding: 14px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255,255,255,.03); }
.radar-card__stats dt { color: var(--muted); font-size: .65rem; font-weight: 800; }.radar-card__stats dd { margin: 4px 0 0; color: var(--gold); font-family: var(--display); font-size: 1.7rem; font-weight: 900; }

.section { position: relative; padding-block: clamp(64px, 8vw, 120px); border-bottom: 1px solid var(--line-soft); }
.section--muted { background: #080b11; }.section--leaders { background: radial-gradient(circle at 10% 15%, rgba(237,77,93,.08), transparent 30%), #080b11; }.section--players { background: #070a0f; }.section--stats { background: #080b11; }.section--filters { padding-block: 28px; background: #0a0e15; }.section--source { padding-block: 28px; }.section--trust { padding-block: 54px; }
.section-heading { display: grid; grid-template-columns: minmax(280px, 1fr) minmax(260px, .7fr) auto; align-items: end; gap: 28px; margin-bottom: 38px; }
.section-heading h2 { margin: 8px 0 0; font-family: var(--display); font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 900; line-height: .86; letter-spacing: -.04em; text-transform: uppercase; }
.section-heading > p { margin-bottom: 6px; color: var(--muted); }
.section-heading--stack { display: block; }
.section-heading--stack p { max-width: 680px; }

.games-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.games-grid--wide { grid-template-columns: repeat(2, 1fr); }
.game-card { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(150deg, var(--panel), #0b1018); transition: transform .2s ease, border-color .2s ease; }
.game-card:hover { transform: translateY(-3px); border-color: #465268; }
.game-card__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .72rem; }
.status-badge { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-weight: 900; text-transform: uppercase; }.status-badge i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }.status-badge--live { color: var(--green); }.status-badge--final { color: var(--paper); }.status-badge--postponed, .status-badge--suspended, .status-badge--delayed { color: var(--warning); }.status-badge--cancelled { color: var(--red); }
.matchup { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; margin-block: 24px; }.matchup > div { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 4px 12px; }.matchup > div:last-child { text-align: right; }.matchup span { color: var(--muted); font-weight: 900; }.matchup strong { font-family: var(--display); font-size: 3rem; line-height: 1; }.matchup small { grid-column: 1 / -1; overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }.matchup b { color: var(--line); font-size: .68rem; }
.roster-context { padding-top: 18px; border-top: 1px solid var(--line); }.roster-context strong { font-size: .82rem; }.roster-context p { margin: 5px 0 10px; color: var(--muted); font-size: .72rem; }.inline-list { display: flex; flex-wrap: wrap; gap: 5px 12px; margin: 0; padding: 0; list-style: none; }.inline-list a { color: var(--gold); font-size: .7rem; font-weight: 800; }

.leaders-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }.leaders-grid--full { grid-template-columns: repeat(3, 1fr); }
.leader-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.leader-card header { display: flex; align-items: center; gap: 14px; padding: 18px; border-bottom: 1px solid var(--line); }.leader-card h3 { margin: 2px 0 0; font-family: var(--display); font-size: 1.45rem; text-transform: uppercase; }.leader-card__short { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--gold); color: var(--ink); font-family: var(--display); font-weight: 900; }
.leader-card ol { margin: 0; padding: 0; list-style: none; }.leader-card li { display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 8px; padding: 11px 16px; border-bottom: 1px solid var(--line-soft); }.leader-card li > span { color: var(--red); font-family: var(--display); font-weight: 900; }.leader-card li a { min-width: 0; overflow: hidden; font-size: .8rem; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }.leader-card li small { display: block; color: var(--muted); font-size: .62rem; }.leader-card li strong { color: var(--gold); font-family: var(--mono); }.leader-card__rule { min-height: 64px; margin: 0; padding: 12px 16px; color: var(--muted); font-size: .66rem; }.empty-inline { padding: 20px; color: var(--muted); font-size: .8rem; }

.split-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(30px, 6vw, 80px); align-items: start; }
.standings-preview { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 22px; }.standings-preview article { border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }.standings-preview h3 { margin: 0; padding: 16px; border-bottom: 1px solid var(--line); font-size: .9rem; }.standings-preview ol { margin: 0; padding: 0; list-style: none; }.standings-preview li { display: grid; grid-template-columns: 24px 1fr auto auto; gap: 10px; padding: 10px 16px; border-bottom: 1px solid var(--line-soft); font-size: .75rem; }.standings-preview li span { color: var(--red); }.standings-preview li small { color: var(--muted); }
.season-card { position: sticky; top: 138px; padding: 34px; overflow: hidden; border: 1px solid rgba(246,202,78,.3); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(246,202,78,.12), rgba(237,77,93,.08)), var(--panel); }.season-card__number { display: block; color: var(--gold); font-family: var(--display); font-size: clamp(4rem, 8vw, 8rem); font-weight: 900; line-height: .8; letter-spacing: -.06em; }.season-card h2 { margin: 16px 0 10px; font-family: var(--display); font-size: 2.7rem; line-height: .9; text-transform: uppercase; }.season-card p { color: var(--muted); }.season-card dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-block: 22px; }.season-card dl div { padding: 12px; border-top: 1px solid var(--line); }.season-card dt { color: var(--muted); font-size: .65rem; text-transform: uppercase; }.season-card dd { margin: 4px 0 0; font-weight: 850; text-transform: capitalize; }

.players-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.player-card { position: relative; min-width: 0; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(155deg, #111925, #0b0f17); transition: transform .2s ease, border-color .2s ease; }.player-card:hover { transform: translateY(-4px); border-color: #4b5870; }.player-card__top { display: flex; align-items: start; justify-content: space-between; margin-bottom: 22px; }.favorite-button { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--muted); font-size: 1.3rem; }.favorite-button[aria-pressed="true"] { border-color: var(--gold); color: var(--gold); background: rgba(246,202,78,.08); }.player-card h3 { margin: 6px 0; font-family: var(--display); font-size: 1.8rem; line-height: .95; text-transform: uppercase; }.player-card h3 a:hover { color: var(--gold); }.player-card > p { min-height: 42px; color: var(--muted); font-size: .76rem; }.mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin: 18px 0 0; }.mini-stats div { display: flex; min-width: 0; flex-direction: column-reverse; padding: 9px; border: 1px solid var(--line-soft); border-radius: var(--radius-sm); background: rgba(255,255,255,.025); }.mini-stats dt { color: var(--muted); font-size: .58rem; }.mini-stats dd { margin: 0; color: var(--gold); font-family: var(--display); font-size: 1.25rem; font-weight: 900; }.mini-stats__empty { grid-column: 1 / -1; }

.empty-state { display: flex; min-height: 180px; align-items: center; gap: 24px; padding: 30px; border: 1px dashed #3b4658; border-radius: var(--radius); background: rgba(255,255,255,.025); }.empty-state h2, .empty-state h3 { margin-bottom: 6px; }.empty-state p { max-width: 720px; margin: 0; color: var(--muted); }.empty-state .button { margin-left: auto; }.empty-state__icon { display: grid; min-width: 64px; height: 64px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--display); font-weight: 900; }.empty-state--compact { min-height: 110px; }.empty-state--history { min-height: 260px; }.empty-state--history .empty-state__icon { min-width: 110px; height: 110px; font-size: 2rem; }

.lvbp-banner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 44px; border: 1px solid rgba(246,202,78,.28); background: linear-gradient(110deg, rgba(237,77,93,.14), rgba(246,202,78,.08)), #0e1219; }.lvbp-banner h2 { max-width: 800px; margin: 12px 0; font-family: var(--display); font-size: clamp(2.6rem, 5vw, 5rem); line-height: .85; text-transform: uppercase; }.lvbp-banner p { max-width: 800px; color: var(--muted); }.lvbp-banner__actions { display: grid; gap: 14px; }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; }.trust-grid h2 { margin: 8px 0 0; font-family: var(--display); font-size: 2.8rem; line-height: .9; text-transform: uppercase; }.trust-grid > p { margin: 0; color: var(--muted); }.trust-links { display: grid; gap: 5px; }.trust-links a { color: var(--gold); font-weight: 800; }

.page-hero { position: relative; min-height: 430px; display: grid; align-items: end; overflow: hidden; padding-block: 90px 65px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 30%, rgba(69,146,255,.15), transparent 32%), linear-gradient(130deg, #05070b, #0b121d); }.page-hero::after { content: ""; position: absolute; right: 8%; bottom: -70%; width: 46%; aspect-ratio: 1; border: 1px solid rgba(101,219,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(101,219,255,.025), 0 0 0 140px rgba(101,219,255,.02); }.page-hero .shell { position: relative; z-index: 1; }.page-hero h1 { font-size: clamp(4rem, 9vw, 9rem); }.page-hero p { max-width: 760px; color: #d5dbe4; font-size: 1.1rem; }.page-hero--compact { min-height: 330px; padding-block: 70px 45px; }.page-hero--compact h1 { font-size: clamp(3.8rem, 7vw, 7rem); }.page-hero--live { background: radial-gradient(circle at 80% 30%, rgba(104,220,156,.12), transparent 30%), linear-gradient(130deg, #05070b, #0b1515); }.page-hero--lvbp { background: radial-gradient(circle at 80% 30%, rgba(246,202,78,.14), transparent 28%), linear-gradient(130deg, #080609, #17100d); }

.metric-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }.metric-strip > div { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 16px; padding: 26px; border-right: 1px solid var(--line); }.metric-strip > div:last-child { border-right: 0; }.metric-strip span { grid-row: 1 / 3; color: var(--red); font-family: var(--display); font-size: 2rem; font-weight: 900; }.metric-strip strong { font-family: var(--display); font-size: 3rem; line-height: 1; }.metric-strip small { color: var(--muted); text-transform: uppercase; }
.filter-bar { display: grid; grid-template-columns: 1.5fr 1fr 1fr auto auto; align-items: end; gap: 12px; }.filter-bar label, .search-dialog label, .search-page-form label { display: block; margin-bottom: 6px; color: var(--muted); font-size: .72rem; font-weight: 800; }.filter-bar input, .filter-bar select, .search-field input { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #080b11; color: var(--paper); }.definition-card { padding: clamp(28px, 4vw, 50px); border-left: 4px solid var(--gold); background: var(--panel); }.definition-card h2 { margin: 12px 0; font-family: var(--display); font-size: clamp(2.2rem, 4vw, 4rem); line-height: .9; text-transform: uppercase; }.definition-card p { max-width: 850px; color: var(--muted); }

.player-hero { padding-block: clamp(60px, 9vw, 110px); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 22% 40%, rgba(69,146,255,.15), transparent 28%), linear-gradient(120deg, #06080c, #0d1420); }.player-hero__grid { display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: clamp(40px, 8vw, 110px); }.player-portrait { display: grid; min-height: 420px; place-items: center; align-content: center; border: 1px solid var(--line); background: repeating-linear-gradient(90deg, transparent 0 79px, rgba(255,255,255,.025) 80px), repeating-linear-gradient(0deg, transparent 0 79px, rgba(255,255,255,.025) 80px), #0b111a; }.avatar--profile { width: 190px; height: 190px; font-size: 4rem; box-shadow: 0 0 0 16px rgba(246,202,78,.05), 0 0 100px rgba(69,146,255,.22); }.player-portrait > span { margin-top: 40px; color: var(--muted); font-size: .68rem; }.player-identity h1 { font-size: clamp(4rem, 8vw, 8rem); }.player-identity__line { color: var(--muted); font-size: 1.1rem; }.profile-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 34px; }.profile-facts div { padding: 14px; border-top: 1px solid var(--line); }.profile-facts dt { color: var(--muted); font-size: .65rem; text-transform: uppercase; }.profile-facts dd { margin: 5px 0 0; font-weight: 800; }
.stat-panel { margin-bottom: 20px; border: 1px solid var(--line); background: var(--panel); }.stat-panel > header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px; border-bottom: 1px solid var(--line); }.stat-panel h3 { margin: 0; font-family: var(--display); font-size: 2rem; text-transform: uppercase; }.stat-panel header span { color: var(--muted); font-size: .75rem; }.stat-grid { display: grid; grid-template-columns: repeat(10, 1fr); margin: 0; }.stat-grid div { min-width: 0; padding: 18px 12px; border-right: 1px solid var(--line-soft); }.stat-grid dt { color: var(--gold); font-size: .65rem; font-weight: 900; }.stat-grid dd { margin: 5px 0; font-family: var(--display); font-size: 1.8rem; font-weight: 900; }.stat-grid small { color: var(--muted); font-size: .58rem; }
.source-bar { display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; align-items: center; gap: 20px; }.source-bar > div { display: flex; align-items: center; gap: 10px; }.source-bar > div > div, .source-bar > div:not(:first-child) { flex-direction: column; align-items: flex-start; }.source-bar strong { font-size: .68rem; text-transform: uppercase; }.source-bar span, .source-bar time { color: var(--muted); font-size: .72rem; }.source-bar__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); }

.scope-note { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-bottom: 24px; padding: 14px 18px; border-left: 3px solid var(--gold); background: var(--panel); color: var(--muted); font-size: .76rem; }.scope-note strong { color: var(--paper); }
.standings-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }.standings-card { min-width: 0; border: 1px solid var(--line); background: var(--panel); }.standings-card h2 { margin: 0; padding: 20px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 1.7rem; text-transform: uppercase; }.table-scroll { overflow-x: auto; }.standings-card table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: .75rem; }.standings-card th, .standings-card td { padding: 11px 12px; border-bottom: 1px solid var(--line-soft); text-align: right; font-variant-numeric: tabular-nums; }.standings-card th:nth-child(2), .standings-card td:nth-child(2) { text-align: left; }.standings-card thead th { position: sticky; top: 0; background: #0c1119; color: var(--muted); font-size: .62rem; text-transform: uppercase; }.standings-card tbody tr:hover { background: rgba(255,255,255,.03); }.glossary { display: grid; grid-template-columns: auto 1fr; gap: 40px; }.glossary h2 { font-family: var(--display); font-size: 2rem; text-transform: uppercase; }.glossary dl { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin: 0; }.glossary dl div { padding: 12px; border-top: 1px solid var(--line); }.glossary dt { color: var(--gold); font-weight: 900; }.glossary dd { margin: 5px 0 0; color: var(--muted); font-size: .7rem; }

.coverage-card { padding: clamp(30px, 6vw, 70px); border: 1px solid rgba(246,202,78,.3); background: linear-gradient(145deg, rgba(246,202,78,.1), rgba(237,77,93,.06)), var(--panel); }.coverage-card__status { display: flex; align-items: center; gap: 10px; color: var(--gold); font-size: .75rem; text-transform: uppercase; }.coverage-card__status span { width: 9px; height: 9px; border-radius: 50%; background: var(--warning); }.coverage-card > h2 { max-width: 900px; margin: 20px 0 12px; font-family: var(--display); font-size: clamp(3rem, 6vw, 6rem); line-height: .84; text-transform: uppercase; }.coverage-card > p { max-width: 800px; color: var(--muted); }.coverage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-block: 36px; }.coverage-grid > div { padding: 20px; border-top: 1px solid var(--line); }.coverage-grid span, .step { color: var(--red); font-family: var(--display); font-size: 2rem; font-weight: 900; }.coverage-grid h3 { margin: 8px 0; }.coverage-grid p { color: var(--muted); font-size: .8rem; }
.phase-track { display: grid; grid-template-columns: repeat(4, 1fr); }.phase-track > div { position: relative; padding: 24px; border-top: 1px solid var(--line); }.phase-track > div::after { content: ""; position: absolute; right: 0; top: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }.phase-track span { color: var(--muted); font-family: var(--mono); }.phase-track strong { display: block; margin-top: 12px; }
.explainer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }.explainer-grid > div { padding-top: 20px; border-top: 1px solid var(--line); }.explainer-grid h2 { margin: 12px 0 6px; font-family: var(--display); font-size: 2rem; text-transform: uppercase; }.explainer-grid p { color: var(--muted); }

.search-page-form { max-width: 760px; margin-top: 30px; }.search-field { display: flex; gap: 8px; }.search-field input { flex: 1; }.result-count { color: var(--muted); }.search-results { display: grid; gap: 8px; }.search-results a { display: grid; grid-template-columns: 100px 1fr 1fr auto; align-items: center; gap: 16px; padding: 18px; border: 1px solid var(--line); background: var(--panel); }.search-results a:hover { border-color: var(--gold); }.search-results__type { color: var(--red); font-size: .68rem; font-weight: 900; text-transform: uppercase; }.search-results small { color: var(--muted); }
.prose-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); gap: clamp(30px, 7vw, 90px); align-items: start; }.prose-layout nav { position: sticky; top: 130px; display: grid; border-top: 1px solid var(--line); }.prose-layout nav a { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .8rem; }.prose-layout nav a:hover { color: var(--gold); }.prose-layout article > section { padding-block: 10px 30px; border-bottom: 1px solid var(--line); }.prose-layout article h2 { margin-bottom: 10px; font-family: var(--display); font-size: 2.2rem; text-transform: uppercase; }.prose-layout article p { color: #c6ced8; font-size: 1.02rem; line-height: 1.75; }.policy-date { margin-top: 30px; color: var(--muted) !important; font-size: .75rem !important; }

.error-page { min-height: 75vh; display: grid; align-items: center; text-align: center; background: radial-gradient(circle, rgba(237,77,93,.12), transparent 40%); }.error-page .shell { display: grid; justify-items: center; }.error-code { color: rgba(246,202,78,.18); font-family: var(--display); font-size: clamp(7rem, 22vw, 22rem); font-weight: 900; line-height: .55; }.error-page h1 { margin: 30px 0 10px; font-family: var(--display); font-size: clamp(3rem, 7vw, 7rem); line-height: .85; text-transform: uppercase; }.error-page p { max-width: 620px; color: var(--muted); }.correlation { font-family: var(--mono); font-size: .7rem; }

.site-footer { padding: 70px 0 20px; background: #020306; }.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; }.brand--footer { margin-bottom: 20px; }.footer-grid > div > p { max-width: 420px; color: var(--muted); }.footer-grid h2 { color: var(--muted); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }.footer-grid a { font-size: .8rem; }.footer-grid a:hover { color: var(--gold); }.footer-note { color: #697586 !important; font-size: .68rem; }.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 18px; border-top: 1px solid var(--line); color: #697586; font-size: .66rem; }
.search-dialog { width: min(680px, calc(100vw - 30px)); padding: 0; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--panel); color: var(--paper); box-shadow: var(--shadow); }.search-dialog::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(6px); }.search-dialog__head { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding: 28px; border-bottom: 1px solid var(--line); }.search-dialog h2 { margin: 8px 0 0; font-family: var(--display); font-size: 2rem; text-transform: uppercase; }.search-dialog form { padding: 28px 28px 10px; }.field-help { padding: 0 28px 28px; color: var(--muted); font-size: .72rem; }.noscript { position: fixed; right: 16px; bottom: 16px; z-index: 100; max-width: 420px; padding: 14px 18px; border: 1px solid var(--gold); background: var(--ink); font-size: .78rem; }

.data-saver body::before { display: none; }.data-saver .hero__radar span, .data-saver .radar-card::before { animation: none; }.data-saver .site-header { backdrop-filter: none; }.data-saver * { transition-duration: 0s !important; }

@media (max-width: 1100px) {
    :root { --shell: min(100% - 32px, 960px); }
    .main-nav { position: absolute; right: 16px; top: calc(100% + 1px); display: none; width: min(340px, calc(100vw - 32px)); padding: 12px; border: 1px solid var(--line); background: #080b11; box-shadow: var(--shadow); }
    .main-nav.is-open { display: grid; }.main-nav a { padding: 12px; }.main-nav a[aria-current="page"]::after { inset: auto auto 8px 12px; width: 30px; }
    .menu-button { display: flex; }
    .hero__grid { grid-template-columns: 1fr .72fr; gap: 35px; }.hero h1 { font-size: clamp(4rem, 9vw, 7rem); }
    .leaders-grid { grid-template-columns: repeat(3, 1fr); }.players-grid { grid-template-columns: repeat(3, 1fr); }.games-grid { grid-template-columns: repeat(2, 1fr); }
    .stat-grid { grid-template-columns: repeat(5, 1fr); }.stat-grid div { border-bottom: 1px solid var(--line-soft); }
    .footer-grid { grid-template-columns: 2fr repeat(2, 1fr); }.footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 800px) {
    :root { --shell: min(100% - 24px, 700px); }
    .brand__copy small { display: none; }.site-header__inner { min-height: 64px; }.brand__mark { width: 40px; height: 40px; }
    .freshness__inner { flex-wrap: wrap; padding-block: 8px; }.freshness__inner time { margin-left: 0; }.freshness__inner a { margin-left: auto; }
    .hero { min-height: auto; }.hero__grid { grid-template-columns: 1fr; padding-block: 60px; }.hero__copy { order: 1; }.radar-card { order: 2; min-height: 0; }.hero__radar { right: -50%; width: 150vw; }.hero h1, .page-hero h1 { line-height: .82; }.hero__numbers { margin-top: 28px; }
    .section-heading { grid-template-columns: 1fr; gap: 12px; }.section-heading .text-link { justify-self: start; }
    .leaders-grid, .leaders-grid--full { grid-template-columns: repeat(2, 1fr); }.split-grid, .player-hero__grid { grid-template-columns: 1fr; }.season-card { position: static; }.players-grid { grid-template-columns: repeat(2, 1fr); }
    .standings-grid, .games-grid, .games-grid--wide { grid-template-columns: 1fr; }.standings-preview { grid-template-columns: 1fr; }
    .lvbp-banner { grid-template-columns: 1fr; padding: 28px; }.trust-grid { grid-template-columns: 1fr; }.coverage-grid, .explainer-grid { grid-template-columns: 1fr; }.phase-track { grid-template-columns: repeat(2, 1fr); }
    .filter-bar { grid-template-columns: 1fr 1fr; }.filter-bar > div:first-child { grid-column: 1 / -1; }
    .profile-facts { grid-template-columns: repeat(2, 1fr); }.player-portrait { min-height: 340px; }.avatar--profile { width: 150px; height: 150px; }
    .source-bar { grid-template-columns: 1fr 1fr; }.glossary { grid-template-columns: 1fr; }.glossary dl { grid-template-columns: repeat(3, 1fr); }
    .search-results a { grid-template-columns: 80px 1fr auto; }.search-results small { grid-column: 2 / -1; }.prose-layout { grid-template-columns: 1fr; }.prose-layout nav { position: static; display: flex; overflow-x: auto; }.prose-layout nav a { min-width: max-content; padding: 10px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 520px) {
    :root { --shell: calc(100% - 20px); }
    .score-chip { padding-inline: 12px; }.brand__copy strong { font-size: 1rem; }.menu-button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
    .hero h1, .page-hero h1, .player-identity h1 { font-size: clamp(3.3rem, 17vw, 5rem); }.hero__lede, .page-hero p { font-size: .95rem; }.hero__numbers div { padding: 12px 8px; }.hero__numbers dd { font-size: 1.8rem; }.hero__numbers dt { font-size: .54rem; }
    .radar-card { padding: 24px; }.avatar--hero { width: 84px; height: 84px; font-size: 1.7rem; }.radar-card h2 { font-size: 2.3rem; }
    .section { padding-block: 58px; }.section-heading h2 { font-size: 3rem; }.leaders-grid, .players-grid { grid-template-columns: 1fr; }
    .game-card { padding: 18px; }.matchup strong { font-size: 2.4rem; }.empty-state { align-items: flex-start; flex-direction: column; }.empty-state .button { margin-left: 0; }
    .metric-strip { grid-template-columns: 1fr; }.metric-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }
    .filter-bar { grid-template-columns: 1fr; }.filter-bar > div:first-child { grid-column: auto; }
    .player-portrait { min-height: 280px; }.profile-facts { grid-template-columns: 1fr 1fr; }.stat-panel > header { align-items: flex-start; flex-direction: column; }.stat-grid { grid-template-columns: repeat(2, 1fr); }.stat-grid div { min-height: 105px; }
    .source-bar { grid-template-columns: 1fr; }.coverage-card { padding: 24px; }.coverage-card > h2 { font-size: 3.2rem; }.phase-track { grid-template-columns: 1fr; }
    .glossary dl { grid-template-columns: repeat(2, 1fr); }.search-field { flex-direction: column; }.search-results a { grid-template-columns: 1fr auto; }.search-results__type, .search-results small { grid-column: 1; }.footer-grid { grid-template-columns: 1fr; }.footer-grid > div:first-child { grid-column: auto; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
    .score-ribbon, .site-header, .freshness, .site-footer, .hero__actions, .favorite-button, .search-dialog { display: none !important; }
    body { background: #fff; color: #000; }.section, .page-hero, .player-hero { background: #fff; color: #000; border-color: #bbb; }.player-card, .game-card, .leader-card, .stat-panel { break-inside: avoid; border-color: #bbb; background: #fff; }
}

/* Experiencia visual de peloteros: retratos con respaldo de iniciales. */
.player-card { overflow: hidden; }
.player-card__photo { position: relative; display: grid; height: 245px; margin: -22px -22px 18px; place-items: center; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 50% 36%, rgba(246,202,78,.18), transparent 38%), linear-gradient(145deg,#182131,#080b11); }
.player-card__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .35s ease; }
.player-card:hover .player-card__photo img { transform: scale(1.035); }
.player-card__fallback { width: 92px; height: 92px; font-size: 2rem; }
.player-card__top { align-items: center; margin-bottom: 10px; }
.player-card__team { max-width: calc(100% - 52px); overflow: hidden; color: var(--muted); font-size: .68rem; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.radar-card__photo { position: relative; display: grid; height: 178px; margin: -12px -12px 24px; place-items: center; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle,rgba(246,202,78,.14),transparent 55%); }
.radar-card__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 18px 20px rgba(0,0,0,.35)); }
.radar-card__photo .avatar { margin: 0; }
.player-portrait { position: relative; overflow: hidden; align-content: center; }
.player-portrait > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 24px 30px rgba(0,0,0,.45)); }
.player-portrait .avatar--profile { position: relative; z-index: 0; }
.footer-grid { grid-template-columns: minmax(300px,2fr) repeat(3,minmax(130px,1fr)); }

@media (max-width: 1100px) {
  .player-card__photo { height: 230px; }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .player-card__photo { height: 310px; }
  .radar-card__photo { height: 230px; }
  .footer-grid { grid-template-columns: 1fr; }
}
.lvbp-clubs { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.lvbp-clubs span { padding: 22px 16px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); color: var(--paper); font-family: var(--display); font-size: 1.45rem; font-weight: 900; text-align: center; text-transform: uppercase; }
@media (max-width: 700px) { .lvbp-clubs { grid-template-columns: repeat(2,1fr); } }
