@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --bg: #090a0a;
    --surface: #121413;
    --surface-2: #191c1a;
    --surface-3: #222622;
    --line: #2a2f2a;
    --text: #f3f5ef;
    --muted: #90988e;
    --lime: #c9ff38;
    --lime-2: #a9ef22;
    --danger: #ff6b6b;
    --radius: 18px;
    --sidebar: 264px;
    --shadow: 0 18px 50px rgba(0, 0, 0, .25);
}

* { box-sizing: border-box; }
html { color-scheme: dark; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); font-family: Inter, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }

.app-shell { min-height: 100vh; }
.sidebar { position: fixed; inset: 0 auto 0 0; z-index: 30; width: var(--sidebar); display: flex; flex-direction: column; padding: 26px 18px 18px; background: #0e100f; border-right: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; padding: 0 10px 27px; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px 4px 11px 4px; background: var(--lime); color: #10120f; font: 800 28px/1 'Barlow Condensed', sans-serif; transform: skew(-5deg); box-shadow: 0 0 28px rgba(201, 255, 56, .18); }
.brand strong, .brand small { display: block; }
.brand strong { font: 800 21px/1 'Barlow Condensed', sans-serif; letter-spacing: .08em; }
.brand small { margin-top: 4px; color: var(--lime); font-size: 9px; font-weight: 700; letter-spacing: .22em; }
.main-nav { flex: 1; display: grid; align-content: start; gap: 5px; }
.nav-item { min-height: 46px; display: flex; align-items: center; gap: 13px; padding: 0 12px; border-radius: 12px; color: #a4aba2; font-size: 13px; font-weight: 600; }
.nav-item > span { width: 21px; color: #d2d7cf; text-align: center; font-size: 18px; }
.nav-item em { display: none; }
.nav-item.active { color: #11130f; background: var(--lime); box-shadow: 0 10px 28px rgba(201, 255, 56, .12); }
.nav-item.active > span { color: inherit; }
.nav-item.is-disabled { opacity: .55; cursor: default; }
.nav-divider { height: 1px; margin: 13px 10px; background: var(--line); }
.sidebar-user { display: grid; grid-template-columns: 38px 1fr auto; gap: 10px; align-items: center; padding: 14px 10px 2px; border-top: 1px solid var(--line); }
.avatar, .mini-avatar { display: grid; place-items: center; border-radius: 50%; background: var(--surface-3); color: var(--lime); font-weight: 700; }
.avatar { width: 38px; height: 38px; }
.sidebar-user strong, .sidebar-user small { display: block; max-width: 125px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sidebar-user strong { font-size: 12px; }.sidebar-user small { margin-top: 4px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.icon-button, .menu-button { border: 0; background: transparent; cursor: pointer; }
.icon-button { color: var(--muted); font-size: 18px; }
.main-column { min-height: 100vh; margin-left: var(--sidebar); }
.topbar { height: 89px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 34px; border-bottom: 1px solid var(--line); background: rgba(9, 10, 10, .88); backdrop-filter: blur(16px); }
.topbar h1 { margin: 2px 0 0; font: 700 26px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: .02em; }
.eyebrow { color: var(--lime); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.status-pill, .role-badge, .match-state, .index-chip { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: #bec5ba; background: var(--surface); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.status-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 10px var(--lime); }
.menu-button { display: none; font-size: 22px; }
.page-content { max-width: 1320px; margin: 0 auto; padding: 32px 34px 48px; }
.welcome-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin: 2px 0 26px; }
.welcome-row h2 { margin: 7px 0 6px; font: 800 clamp(32px, 4vw, 48px)/.96 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: -.015em; }
.welcome-row h2 span { color: var(--lime); }
.welcome-row p { margin: 0; color: var(--muted); font-size: 13px; }
.role-badge { color: var(--lime); border-color: rgba(201, 255, 56, .25); }
.stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.stat-card { position: relative; min-height: 148px; overflow: hidden; display: flex; flex-direction: column; padding: 21px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, var(--surface-2), var(--surface)); box-shadow: var(--shadow); }
.stat-card.accent { background: var(--lime); color: #10120f; border-color: var(--lime); }
.stat-card small { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.stat-card.accent small, .stat-card.accent em { color: rgba(16, 18, 15, .62); }
.stat-card strong { margin-top: auto; font: 800 39px/1 'Barlow Condensed', sans-serif; }
.stat-card em { margin-top: 7px; color: #767e74; font-size: 10px; font-style: normal; }
.stat-icon { position: absolute; top: 19px; right: 18px; color: var(--lime); opacity: .8; font-size: 20px; }.accent .stat-icon { color: #10120f; }
.dashboard-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 14px; margin-top: 14px; }
.panel { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.panel-heading { min-height: 77px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 21px; border-bottom: 1px solid var(--line); }
.panel-heading h3, .roadmap h3 { margin: 5px 0 0; font: 700 23px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.match-state { max-width: 160px; color: var(--lime); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-color: rgba(201, 255, 56, .2); }
.match-date { display: flex; align-items: center; gap: 19px; padding: 25px 21px; }
.match-date > span { width: 68px; height: 68px; flex: 0 0 auto; display: grid; place-content: center; text-align: center; border-radius: 15px; background: var(--lime); color: #11130f; font-size: 10px; font-weight: 800; }
.match-date > span b { display: block; font: 800 32px/.8 'Barlow Condensed', sans-serif; }
.match-date h4 { margin: 0 0 6px; font: 700 22px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }.match-date p { margin: 0; color: var(--muted); font-size: 12px; }
.availability-bar { display: flex; gap: 22px; margin: 0 21px 21px; padding: 14px 16px; border-radius: 12px; background: var(--surface-2); color: var(--muted); font-size: 11px; }.availability-bar b { color: var(--text); }
.ranking-list { list-style: none; margin: 0; padding: 8px 21px 13px; }
.ranking-list li { display: grid; grid-template-columns: 23px 34px 1fr auto; align-items: center; gap: 10px; min-height: 55px; border-bottom: 1px solid rgba(42, 47, 42, .7); }
.ranking-list li:last-child { border: 0; }.rank-number { color: var(--muted); font: 700 15px 'Barlow Condensed'; }.mini-avatar { width: 31px; height: 31px; font-size: 11px; }.rank-name strong,.rank-name small { display: block; }.rank-name strong { font-size: 12px; }.rank-name small { margin-top: 2px; color: var(--muted); font-size: 9px; }.ranking-list li > b { color: var(--lime); font: 700 18px 'Barlow Condensed'; }
.index-chip { color: var(--lime); }.empty-state { padding: 30px 22px; text-align: center; }.empty-state > span { color: var(--lime); font-size: 28px; }.empty-state h4 { margin: 10px 0 5px; }.empty-state p { margin: 0; color: var(--muted); font-size: 12px; }.empty-state.compact { padding: 38px 22px; }
.roadmap { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 14px; padding: 22px; }.roadmap > div:first-child { max-width: 550px; }.roadmap p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }.roadmap-items { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }.roadmap-items span { padding: 9px 11px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); font-size: 10px; font-weight: 700; }.roadmap-items span.ready { color: #10120f; background: var(--lime); border-color: var(--lime); }

.guest-body { min-height: 100vh; display: grid; place-items: center; overflow-x: hidden; background: radial-gradient(circle at 80% 10%, rgba(201, 255, 56, .10), transparent 30%), linear-gradient(135deg, #070808, #121512); }
.guest-body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .07; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 64px 64px; transform: perspective(500px) rotateX(60deg) scale(1.5); transform-origin: bottom; }
.guest-shell { position: relative; z-index: 1; width: min(100% - 32px, 460px); padding: 45px 0; }
.login-card { padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: rgba(17, 20, 18, .92); box-shadow: 0 30px 80px rgba(0, 0, 0, .5); backdrop-filter: blur(18px); }
.login-brand { display: flex; align-items: center; gap: 18px; }.brand-mark-large { width: 58px; height: 58px; font-size: 40px; }.login-brand h1 { margin: 5px 0 0; font: 800 35px/.88 'Barlow Condensed'; text-transform: uppercase; }.login-brand h1 strong { color: var(--lime); }.login-intro { margin: 23px 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.login-form { display: grid; gap: 16px; }.login-form label span { display: block; margin: 0 0 8px; color: #cbd0c8; font-size: 11px; font-weight: 600; }.login-form input { width: 100%; height: 49px; padding: 0 14px; outline: 0; border: 1px solid var(--line); border-radius: 12px; background: #0d0f0e; color: var(--text); transition: .2s border, .2s box-shadow; }.login-form input:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(201, 255, 56, .1); }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 18px; border: 0; border-radius: 12px; cursor: pointer; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }.button-primary { background: var(--lime); color: #10120f; }.button-primary:hover { background: var(--lime-2); }.button-full { width: 100%; margin-top: 5px; }.button span { margin-left: auto; font-size: 18px; }.alert { margin-bottom: 17px; padding: 12px 14px; border-radius: 11px; font-size: 11px; line-height: 1.5; }.alert-error { border: 1px solid rgba(255, 107, 107, .25); background: rgba(255, 107, 107, .08); color: #ffaaaa; }.login-help { margin: 22px 0 0; color: #737a71; text-align: center; font-size: 10px; line-height: 1.5; }.login-help strong { color: #aeb5aa; }.error-page { position: relative; z-index: 1; padding: 30px; text-align: center; }.error-page > span { color: var(--lime); font: 800 70px 'Barlow Condensed'; }.error-page h1 { font: 800 35px 'Barlow Condensed'; text-transform: uppercase; }.error-page p { margin-bottom: 28px; color: var(--muted); }
.sidebar-backdrop { display: none; }
.admin-panel { overflow: hidden; }.table-scroll { overflow-x: auto; }.data-table { width: 100%; border-collapse: collapse; font-size: 12px; }.data-table th,.data-table td { padding: 15px 21px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }.data-table th { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }.data-table td > strong,.data-table td > small { display: block; }.data-table td > small { margin-top: 4px; color: var(--muted); font-size: 10px; }.account-status { color: var(--muted); }.account-status.active { color: var(--lime); }

/* Plantilla y fichas de jugadores */
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.page-heading-row { min-height: 84px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }.page-heading-row h2 { margin: 6px 0 4px; font: 800 clamp(34px, 4vw, 48px)/.95 'Barlow Condensed', sans-serif; text-transform: uppercase; }.page-heading-row p { margin: 0; color: var(--muted); font-size: 12px; }.back-link { display: block; width: max-content; margin-bottom: 14px; color: var(--muted); font-size: 11px; font-weight: 700; }.back-link:hover { color: var(--lime); }
.button-secondary,.button-ghost { border: 1px solid var(--line); background: var(--surface-2); color: var(--text); }.button-secondary:hover { border-color: #4b554b; }.button-ghost { background: transparent; color: var(--muted); }.button-danger { border: 1px solid rgba(255,107,107,.4); background: rgba(255,107,107,.08); color: #ff9c9c; }.alert-success { border: 1px solid rgba(201,255,56,.25); background: rgba(201,255,56,.08); color: var(--lime); }
.filter-bar { display: flex; align-items: center; gap: 10px; padding: 12px; }.filter-bar input,.filter-bar select,.field input,.field select,.field textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; outline: 0; background: #0d0f0e; color: var(--text); }.filter-bar input,.filter-bar select { height: 42px; }.filter-bar select { min-width: 145px; padding: 0 34px 0 12px; }.search-field { position: relative; flex: 1; }.search-field b { position: absolute; left: 14px; top: 10px; color: var(--muted); font-size: 17px; }.search-field input { padding: 0 14px 0 39px; }.filter-bar input:focus,.filter-bar select:focus,.field input:focus,.field select:focus,.field textarea:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(201,255,56,.08); }.clear-filter { padding: 0 7px; color: var(--muted); font-size: 10px; font-weight: 700; }.results-summary { margin: 19px 3px 12px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }.results-summary strong { color: var(--text); }
.player-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }.player-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); transition: transform .2s ease,border-color .2s ease; }.player-card:hover { transform: translateY(-3px); border-color: #475047; }.player-card.inactive { opacity: .56; }.player-card-top { position: relative; height: 155px; overflow: hidden; background: radial-gradient(circle at 50% 20%,rgba(201,255,56,.13),transparent 47%),linear-gradient(145deg,#1b201b,#101210); }.player-card-top::after { content:''; position:absolute; inset:auto 0 0; height:55px; background:linear-gradient(transparent,var(--surface)); }.player-photo { width:100%;height:100%;object-fit:cover;object-position:center 25%; }.player-initial { display:grid;place-items:center;color:rgba(201,255,56,.75);font:800 80px 'Barlow Condensed'; }.shirt-number { position:absolute;z-index:2;left:14px;bottom:9px;color:var(--lime);font:800 23px 'Barlow Condensed'; }.player-status { position:absolute;z-index:2;top:12px;right:12px;padding:6px 8px;border-radius:999px;background:rgba(9,10,10,.7);color:var(--muted);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;backdrop-filter:blur(8px); }.player-status.active::before { content:'';display:inline-block;width:5px;height:5px;margin-right:5px;border-radius:50%;background:var(--lime); }.player-card-body { padding:16px; }.player-title { display:flex;justify-content:space-between;gap:12px; }.player-title h3 { margin:0;font:700 23px/1 'Barlow Condensed';text-transform:uppercase; }.player-title p { margin:4px 0 0;color:var(--muted);font-size:10px; }.card-arrow { color:var(--muted); }.position-tags { display:flex;align-items:center;flex-wrap:wrap;gap:6px;min-height:27px;margin:15px 0; }.position-tags > span { padding:5px 7px;border:1px solid var(--line);border-radius:7px;color:var(--muted);font-size:8px;font-weight:800; }.position-tags > span.primary { border-color:rgba(201,255,56,.25);background:rgba(201,255,56,.08);color:var(--lime); }.position-tags > span.keeper-tag { margin-left:auto;color:#b9c0b5; }.player-card-stats { display:grid;grid-template-columns:1fr 1fr;padding-top:14px;border-top:1px solid var(--line); }.player-card-stats span:last-child { padding-left:15px;border-left:1px solid var(--line); }.player-card-stats small,.player-card-stats b { display:block; }.player-card-stats small { color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.08em; }.player-card-stats b { margin-top:4px;font:700 19px 'Barlow Condensed'; }.player-card-stats span:first-child b { color:var(--lime); }.empty-roster { padding:55px 24px;text-align:center; }.empty-ball { color:var(--lime);font-size:35px; }.empty-roster h3 { margin:13px 0 6px;font:700 25px 'Barlow Condensed';text-transform:uppercase; }.empty-roster p { margin:0 0 22px;color:var(--muted);font-size:12px; }
.player-form { display:grid;gap:14px; }.form-section { overflow:hidden; }.form-section-heading { display:flex;gap:14px;align-items:center;padding:19px 22px;border-bottom:1px solid var(--line); }.form-section-heading > span { display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(201,255,56,.25);border-radius:9px;color:var(--lime);font:700 13px 'Barlow Condensed'; }.form-section-heading h3 { margin:0;font:700 21px 'Barlow Condensed';text-transform:uppercase; }.form-section-heading p { margin:3px 0 0;color:var(--muted);font-size:10px; }.form-content { padding:22px; }.identity-layout { display:grid;grid-template-columns:180px 1fr;gap:26px; }.avatar-upload { display:flex;flex-direction:column;align-items:center;gap:9px; }.avatar-preview { width:126px;height:126px;overflow:hidden;display:grid;place-items:center;border:1px dashed #465046;border-radius:50%;background:radial-gradient(circle,rgba(201,255,56,.09),transparent 68%),#0d0f0e;color:var(--lime);font:800 47px 'Barlow Condensed'; }.avatar-preview img { width:100%;height:100%;object-fit:cover; }.file-button { min-height:36px;font-size:9px; }.file-button input { position:absolute;width:1px;height:1px;opacity:0;pointer-events:none; }.avatar-upload > small { color:var(--muted);font-size:8px; }.remove-photo { color:#aeb4aa;font-size:9px; }.remove-photo input { accent-color:var(--lime); }.form-grid { display:grid;grid-template-columns:1fr 160px;gap:17px;align-content:start; }.field-wide { grid-column:1/-1; }.field > span,.secondary-positions legend { display:block;margin-bottom:8px;color:#cbd0c8;font-size:10px;font-weight:700; }.field input,.field select { height:45px;padding:0 13px; }.field textarea { resize:vertical;min-height:105px;padding:13px;line-height:1.5; }.field-error { display:block;margin-top:7px;color:#ff9292;font-size:9px; }.field-error.standalone { margin-top:-10px; }.secondary-positions { margin:21px 0;padding:0;border:0; }.secondary-positions > p { margin:-3px 0 11px;color:var(--muted);font-size:9px; }.position-option-grid { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px; }.position-option-grid label { cursor:pointer; }.position-option-grid input { position:absolute;opacity:0; }.position-option-grid span { min-height:52px;display:flex;flex-direction:column;justify-content:center;padding:9px 11px;border:1px solid var(--line);border-radius:10px;background:#0d0f0e; }.position-option-grid b { font:700 13px 'Barlow Condensed'; }.position-option-grid small { margin-top:2px;color:var(--muted);font-size:8px; }.position-option-grid input:checked + span { border-color:var(--lime);background:rgba(201,255,56,.08); }.position-option-grid input:checked + span b { color:var(--lime); }.position-option-grid input:disabled + span { opacity:.35;cursor:not-allowed; }.switch-card { display:flex;align-items:center;gap:12px;padding:14px;border:1px solid var(--line);border-radius:11px;background:#0d0f0e;cursor:pointer; }.switch-card input { position:absolute;opacity:0; }.switch-control { position:relative;flex:0 0 auto;width:39px;height:22px;border-radius:99px;background:#353b35;transition:.2s; }.switch-control::after { content:'';position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#a5aca2;transition:.2s; }.switch-card input:checked + .switch-control { background:var(--lime); }.switch-card input:checked + .switch-control::after { left:20px;background:#10120f; }.switch-card b,.switch-card small { display:block; }.switch-card b { font-size:10px; }.switch-card small { margin-top:4px;color:var(--muted);font-size:8px; }.form-actions { display:flex;justify-content:flex-end;gap:9px;padding-top:5px; }
.detail-toolbar { min-height:42px;display:flex;align-items:start;justify-content:space-between;gap:20px;margin-bottom:13px; }.detail-toolbar .back-link { margin:10px 0 0; }.player-hero { position:relative;overflow:hidden;display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:25px;min-height:220px;padding:26px;background:radial-gradient(circle at 85% 0,rgba(201,255,56,.11),transparent 32%),var(--surface); }.player-hero.inactive { opacity:.65; }.hero-player-photo { position:relative;width:165px;height:165px;overflow:hidden;display:grid;place-items:center;border:1px solid #374037;border-radius:19px;background:#0d0f0e;color:var(--lime);font:800 74px 'Barlow Condensed'; }.hero-player-photo img { width:100%;height:100%;object-fit:cover; }.hero-player-photo b { position:absolute;left:10px;bottom:8px;padding:4px 7px;border-radius:7px;background:rgba(9,10,10,.75);color:var(--lime);font:800 20px 'Barlow Condensed'; }.hero-player-info h2 { margin:7px 0 2px;font:800 clamp(38px,5vw,62px)/.87 'Barlow Condensed';text-transform:uppercase; }.hero-player-info > p { margin:8px 0 0;color:var(--muted);font-size:12px; }.position-tags.large > span { padding:7px 9px;font-size:9px; }.position-tags.large small { margin-left:3px;font-weight:500; }.hero-index { min-width:150px;padding:19px;border-left:1px solid var(--line);text-align:center; }.hero-index span,.hero-index small { display:block;color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.08em; }.hero-index strong { display:block;margin:8px 0;color:var(--lime);font:800 45px 'Barlow Condensed'; }.profile-stat-grid { display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:9px;margin:14px 0; }.profile-stat-grid article { min-height:89px;display:flex;flex-direction:column;justify-content:center;padding:13px;border:1px solid var(--line);border-radius:13px;background:var(--surface); }.profile-stat-grid small { color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.07em; }.profile-stat-grid strong { margin-top:7px;font:700 25px 'Barlow Condensed'; }.profile-stat-grid .highlight { border-color:var(--lime);background:var(--lime);color:#10120f; }.profile-stat-grid .highlight small { color:rgba(16,18,15,.65); }.profile-grid { display:grid;grid-template-columns:.7fr 1.3fr;gap:14px;margin-bottom:14px; }.recent-form { min-height:112px;display:flex;align-items:center;gap:9px;padding:20px; }.recent-form > span { width:37px;height:37px;display:grid;place-items:center;border-radius:10px;font:800 15px 'Barlow Condensed'; }.form-victoria { background:var(--lime);color:#10120f; }.form-empate { background:#565d55;color:white; }.form-derrota { background:rgba(255,107,107,.15);color:#ff9191; }.recent-form p { color:var(--muted);font-size:11px; }.index-timeline { min-height:112px;display:flex;align-items:center;gap:0;overflow-x:auto;padding:18px 20px; }.index-timeline > div { min-width:65px;position:relative;text-align:center; }.index-timeline > div:not(:last-child)::after { content:'';position:absolute;top:22px;left:70%;width:60%;height:1px;background:var(--line); }.index-timeline span,.index-timeline b,.index-timeline small { position:relative;z-index:1;display:block; }.index-timeline span { color:var(--muted);font-size:8px; }.index-timeline b { margin:6px 0 3px;font:700 17px 'Barlow Condensed'; }.index-timeline small { font-size:8px; }.positive { color:var(--lime); }.negative { color:#ff9292; }.match-history-panel { overflow:hidden; }.result-chip { padding:5px 7px;border-radius:7px;background:var(--surface-3);color:var(--muted);font-size:8px;text-transform:uppercase; }.result-chip.victoria { background:rgba(201,255,56,.1);color:var(--lime); }.result-chip.derrota { background:rgba(255,107,107,.1);color:#ff9292; }.player-notes { margin-top:14px;padding:20px; }.player-notes p { margin:8px 0 0;color:#bdc3ba;font-size:11px;line-height:1.7; }.danger-zone { display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:14px;padding:18px 20px;border:1px solid rgba(255,107,107,.2);border-radius:var(--radius); }.danger-zone strong { font-size:11px; }.danger-zone p { margin:4px 0 0;color:var(--muted);font-size:9px; }

/* Convocatorias */
.panel-action-link { display:flex;align-items:center;justify-content:space-between;margin:0 21px 18px;padding:12px 14px;border:1px solid var(--line);border-radius:10px;color:#cbd1c8;font-size:10px;font-weight:700; }.panel-action-link:hover { border-color:rgba(201,255,56,.35);color:var(--lime); }.panel-action-link span { font-size:16px; }
.callup-list { display:grid;gap:11px; }.callup-row { min-height:117px;display:grid;grid-template-columns:69px 1.15fr 1fr 145px 24px;align-items:center;gap:18px;padding:16px 19px;transition:border-color .2s ease,transform .2s ease; }.callup-row:hover { transform:translateY(-2px);border-color:#485148; }.callup-date { width:64px;height:79px;display:grid;place-content:center;text-align:center;border-radius:13px;background:var(--surface-2); }.callup-date strong { font:800 30px/.85 'Barlow Condensed'; }.callup-date span { margin-top:5px;color:var(--lime);font-size:9px;font-weight:800; }.callup-main { display:flex;align-items:center;justify-content:space-between;gap:16px; }.callup-main h3 { margin:5px 0 3px;font:700 23px/1 'Barlow Condensed';text-transform:uppercase; }.callup-main p { margin:0;color:var(--muted);font-size:9px; }.callup-state { width:max-content;display:inline-flex;padding:6px 8px;border:1px solid var(--line);border-radius:99px;color:var(--muted);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.06em; }.callup-state.open { border-color:rgba(201,255,56,.25);background:rgba(201,255,56,.07);color:var(--lime); }.callup-numbers { display:grid;grid-template-columns:repeat(3,1fr);gap:7px; }.callup-numbers span { padding:8px;border-radius:9px;background:#0d0f0e;color:var(--muted);font-size:7px;text-transform:uppercase;line-height:1.25; }.callup-numbers b { display:block;margin-bottom:3px;color:var(--text);font:700 17px 'Barlow Condensed'; }.callup-numbers .available b { color:var(--lime); }.callup-numbers .unavailable b { color:#ff9696; }.callup-progress > div { height:5px;overflow:hidden;border-radius:99px;background:var(--surface-3); }.callup-progress > div span { display:block;height:100%;border-radius:inherit;background:var(--lime); }.callup-progress small { display:block;margin-top:7px;color:var(--muted);font-size:8px; }
.callup-form-grid { grid-template-columns:1fr 1fr; }.cycle-preview { display:flex;align-items:center;justify-content:center;gap:14px; }.cycle-preview > div { min-width:125px;display:grid;grid-template-columns:37px 1fr;column-gap:10px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:11px;background:#0d0f0e; }.cycle-preview > div > span { grid-row:1/3;width:37px;height:37px;display:grid;place-items:center;border-radius:9px;background:var(--surface-3);color:var(--lime);font:700 14px 'Barlow Condensed'; }.cycle-preview b { font-size:10px; }.cycle-preview small { color:var(--muted);font-size:8px; }.cycle-preview > i { width:35px;height:1px;background:var(--line); }
.toolbar-actions { display:flex;gap:8px; }.callup-hero { min-height:205px;display:grid;grid-template-columns:130px 1fr 150px;align-items:center;gap:26px;padding:25px;background:radial-gradient(circle at 85% 0,rgba(201,255,56,.1),transparent 32%),var(--surface); }.big-match-date { height:137px;display:grid;place-content:center;text-align:center;border-radius:18px;background:var(--lime);color:#10120f;transform:rotate(-2deg); }.big-match-date strong { font:800 53px/.75 'Barlow Condensed'; }.big-match-date span { margin-top:9px;font:800 15px 'Barlow Condensed';letter-spacing:.08em; }.big-match-date small { margin-top:4px;font-size:8px;font-weight:700; }.callup-hero-main h2 { margin:7px 0 5px;font:800 clamp(39px,5vw,59px)/.86 'Barlow Condensed';text-transform:uppercase; }.callup-hero-main p { display:flex;gap:8px;margin:11px 0 15px;color:var(--muted);font-size:11px; }.callup-hero-main p b { color:var(--text); }.response-progress { padding-left:25px;border-left:1px solid var(--line);text-align:center; }.progress-ring { width:91px;height:91px;display:grid;place-items:center;margin:auto;border-radius:50%;background:conic-gradient(var(--lime) var(--progress),var(--surface-3) 0); }.progress-ring::before { content:'';grid-area:1/1;width:72px;height:72px;border-radius:50%;background:var(--surface); }.progress-ring span { position:relative;grid-area:1/1;color:var(--text);font:800 26px 'Barlow Condensed'; }.progress-ring small { color:var(--muted);font-size:9px; }.response-progress p { margin:10px 0 0;color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.08em; }
.callup-stat-grid { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0; }.callup-stat-grid article { min-height:83px;display:flex;align-items:center;gap:13px;padding:15px;border:1px solid var(--line);border-radius:13px;background:var(--surface); }.callup-stat-grid article > span { width:37px;height:37px;display:grid;place-items:center;border-radius:10px;background:var(--surface-3);font:800 15px 'Barlow Condensed'; }.callup-stat-grid small,.callup-stat-grid strong { display:block; }.callup-stat-grid small { color:var(--muted);font-size:7px;text-transform:uppercase;letter-spacing:.08em; }.callup-stat-grid strong { margin-top:3px;font:700 20px 'Barlow Condensed'; }.callup-stat-grid .available > span,.callup-stat-grid .available strong { color:var(--lime); }.callup-stat-grid .unavailable > span,.callup-stat-grid .unavailable strong { color:#ff9292; }.callup-stat-grid .team-capacity > span { width:48px;color:var(--muted); }.callup-stat-grid .team-capacity.ready { border-color:rgba(201,255,56,.3); }.callup-stat-grid .team-capacity.ready > span { background:var(--lime);color:#10120f; }
.closed-notice { display:flex;align-items:center;gap:13px;margin-bottom:14px;padding:14px 17px;border:1px solid #3c423c;border-radius:12px;background:rgba(255,255,255,.025); }.closed-notice > span { color:var(--lime);font-size:20px; }.closed-notice strong { font-size:10px; }.closed-notice p { margin:3px 0 0;color:var(--muted);font-size:9px; }.callup-controls { display:flex;align-items:center;justify-content:space-between;gap:14px;margin:20px 0 11px; }.status-filters { display:flex;gap:5px;overflow-x:auto;padding-bottom:2px; }.status-filters button { min-height:35px;padding:0 11px;border:1px solid var(--line);border-radius:9px;background:transparent;color:var(--muted);cursor:pointer;font-size:9px;font-weight:700;white-space:nowrap; }.status-filters button b { margin-left:4px;color:var(--text); }.status-filters button.active { border-color:var(--lime);background:rgba(201,255,56,.08);color:var(--lime); }.sync-link { border:0;background:transparent;color:var(--muted);cursor:pointer;font-size:9px;font-weight:700;white-space:nowrap; }.sync-link:hover { color:var(--lime); }
.callup-player-list { display:grid;gap:7px; }.callup-player { min-height:75px;display:grid;grid-template-columns:44px 1fr 62px 330px;align-items:center;gap:13px;padding:10px 13px;box-shadow:none; }.callup-player[hidden] { display:none; }.callup-avatar { width:43px;height:43px;object-fit:cover;border-radius:50%;background:var(--surface-3); }.callup-avatar.initial { display:grid;place-items:center;color:var(--lime);font:700 17px 'Barlow Condensed'; }.callup-player-name strong,.callup-player-name small { display:block; }.callup-player-name strong { font-size:11px; }.callup-player-name small { margin-top:4px;color:var(--muted);font-size:8px; }.callup-index { padding-left:12px;border-left:1px solid var(--line); }.callup-index small,.callup-index b { display:block; }.callup-index small { color:var(--muted);font-size:7px;text-transform:uppercase; }.callup-index b { margin-top:2px;color:var(--lime);font:700 16px 'Barlow Condensed'; }.response-switch { display:grid;grid-template-columns:repeat(3,1fr);gap:5px; }.response-switch button { min-height:43px;display:flex;align-items:center;justify-content:center;gap:5px;border:1px solid var(--line);border-radius:9px;background:#0d0f0e;color:var(--muted);cursor:pointer;font-size:13px; }.response-switch button span { font-size:7px;font-weight:800;text-transform:uppercase; }.response-switch button:disabled { cursor:not-allowed;opacity:.55; }.response-switch .yes.selected { border-color:var(--lime);background:var(--lime);color:#10120f; }.response-switch .maybe.selected { border-color:#858d83;background:#4a504a;color:white; }.response-switch .no.selected { border-color:#ff7c7c;background:rgba(255,107,107,.15);color:#ff9b9b; }.no-filter-results { padding:28px;text-align:center;color:var(--muted);font-size:10px; }
.callup-footer-action { display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:17px;padding:22px; }.callup-footer-action h3 { margin:5px 0 0;font:700 23px 'Barlow Condensed';text-transform:uppercase; }.callup-footer-action p { margin:6px 0 0;color:var(--muted);font-size:9px; }.callup-footer-action .button { min-width:190px; }

/* Generador de equipos */
.footer-action-buttons { display:flex;align-items:center;gap:8px; }.footer-action-buttons form { margin:0; }.button:disabled { cursor:not-allowed;opacity:.38;filter:grayscale(.4); }
.team-journey-list { display:grid;gap:10px; }.team-journey-card { min-height:105px;display:grid;grid-template-columns:65px 1fr 210px 115px 20px;align-items:center;gap:18px;padding:15px 18px;transition:.2s transform,.2s border-color; }.team-journey-card:hover { transform:translateY(-2px);border-color:#485148; }.team-journey-date { width:60px;height:72px;display:grid;place-content:center;text-align:center;border-radius:12px;background:var(--surface-2); }.team-journey-date strong { font:800 29px/.85 'Barlow Condensed'; }.team-journey-date span { margin-top:5px;color:var(--lime);font-size:9px;font-weight:800; }.team-journey-info h3 { margin:5px 0 3px;font:700 23px/1 'Barlow Condensed';text-transform:uppercase; }.team-journey-info p { margin:0;color:var(--muted);font-size:9px; }.team-ready-data { display:grid;grid-template-columns:1fr 1fr; }.team-ready-data span { padding-left:15px;border-left:1px solid var(--line); }.team-ready-data small,.team-ready-data b { display:block; }.team-ready-data small { color:var(--muted);font-size:7px;text-transform:uppercase; }.team-ready-data b { margin-top:4px;font:700 20px 'Barlow Condensed'; }.team-ready-data span:first-child b { color:var(--lime); }.generation-status { width:max-content;padding:7px 9px;border:1px solid rgba(201,255,56,.25);border-radius:99px;color:var(--lime);font-size:8px;font-weight:800;text-transform:uppercase; }.balance-mini { text-align:right; }.balance-mini strong,.balance-mini span { display:block; }.balance-mini strong { color:var(--lime);font:800 24px 'Barlow Condensed'; }.balance-mini span { color:var(--muted);font-size:7px;text-transform:uppercase;letter-spacing:.08em; }
.teams-hero { min-height:150px;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:25px;background:radial-gradient(circle at 88% 15%,rgba(201,255,56,.12),transparent 29%),var(--surface); }.teams-hero h2 { margin:6px 0 5px;font:800 clamp(38px,5vw,56px)/.87 'Barlow Condensed';text-transform:uppercase; }.teams-hero p { margin:0;color:var(--muted);font-size:10px; }.balance-score,.available-score { min-width:145px;padding-left:25px;border-left:1px solid var(--line);text-align:center; }.balance-score span,.balance-score em,.available-score span,.available-score small { display:block;color:var(--muted);font-size:8px;font-style:normal;text-transform:uppercase;letter-spacing:.08em; }.balance-score strong,.available-score strong { display:block;margin:5px 0;color:var(--lime);font:800 43px 'Barlow Condensed'; }.balance-score strong small { display:inline;font-size:16px; }.balance-score em { color:var(--lime); }.generator-readiness { display:grid;grid-template-columns:1.25fr .75fr;gap:14px;margin-top:14px; }.readiness-main,.algorithm-card { padding:24px; }.readiness-main h3,.algorithm-card h3,.swap-card h3,.regenerate-card h3 { margin:6px 0 5px;font:700 25px 'Barlow Condensed';text-transform:uppercase; }.readiness-main > p,.algorithm-card > p,.swap-card p,.regenerate-card p { margin:0;color:var(--muted);font-size:9px;line-height:1.6; }.requirement-list { display:grid;gap:7px;margin:22px 0; }.requirement-list > div { display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:10px;border:1px solid var(--line);border-radius:10px;background:#0d0f0e; }.requirement-list > div > span { width:31px;height:31px;display:grid;place-items:center;border-radius:8px;background:var(--surface-3);color:#ff9292;font-weight:800; }.requirement-list b { font-size:9px; }.requirement-list small { color:var(--muted);font-size:8px; }.requirement-list .ok > span { background:var(--lime);color:#10120f; }.algorithm-icon { width:47px;height:47px;display:grid;place-items:center;border-radius:13px;background:rgba(201,255,56,.1);color:var(--lime);font-size:24px; }.algorithm-card ul { list-style:none;margin:20px 0 0;padding:0; }.algorithm-card li { padding:10px 0;border-bottom:1px solid var(--line); }.algorithm-card li:last-child { border:0; }.algorithm-card li b,.algorithm-card li span { display:block; }.algorithm-card li b { color:var(--lime);font-size:9px; }.algorithm-card li span { margin-top:3px;color:var(--muted);font-size:8px;line-height:1.4; }
.generated-teams { display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px; }.squad-card { overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow); }.squad-card > header { min-height:91px;display:flex;align-items:center;justify-content:space-between;padding:18px 20px; }.lime-team > header { background:var(--lime);color:#10120f; }.black-team > header { background:#1b1f1c;border-bottom:1px solid #333a34; }.squad-card header span,.squad-card header small { display:block;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;opacity:.6; }.squad-card header h3 { margin:4px 0 0;font:800 27px 'Barlow Condensed';text-transform:uppercase; }.squad-card header > div:last-child { text-align:right; }.squad-card header strong { font:800 26px 'Barlow Condensed'; }.squad-zones { display:grid;grid-template-columns:repeat(4,1fr);gap:1px;padding:8px 14px;background:#0d0f0e; }.squad-zones span { color:var(--muted);text-align:center;font-size:7px;font-weight:800;letter-spacing:.08em; }.squad-list { list-style:none;margin:0;padding:7px 14px; }.squad-list li { min-height:58px;display:grid;grid-template-columns:18px 35px 1fr 45px 45px;align-items:center;gap:9px;border-bottom:1px solid var(--line); }.squad-list li:last-child { border:0; }.squad-list li.substitute { margin:7px -5px 0;padding:0 5px;border:1px dashed #4a524a;border-radius:10px;background:rgba(255,255,255,.02); }.squad-order { color:var(--muted);font:800 11px 'Barlow Condensed';text-align:center; }.squad-list li.substitute .squad-order { color:var(--lime); }.squad-list img,.squad-avatar { width:34px;height:34px;object-fit:cover;border-radius:50%;background:var(--surface-3); }.squad-avatar { display:grid;place-items:center;color:var(--lime);font:700 13px 'Barlow Condensed'; }.squad-name b,.squad-name small { display:block; }.squad-name b { overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap; }.squad-name small { margin-top:3px;color:var(--muted);font-size:7px; }.zone-chip { padding:5px 4px;border-radius:6px;background:var(--surface-3);color:#c7cec4;text-align:center;font-size:7px;font-weight:800; }.zone-porteria { color:#72d5ff; }.zone-defensa { color:#a9c8ff; }.zone-medio { color:var(--lime); }.zone-ataque { color:#ffb07a; }.squad-index { color:var(--lime);font:700 14px 'Barlow Condensed';text-align:right; }.squad-card > footer { display:grid;grid-template-columns:repeat(3,1fr);padding:13px 18px;border-top:1px solid var(--line);background:#0d0f0e; }.squad-card footer span:not(:first-child) { padding-left:14px;border-left:1px solid var(--line); }.squad-card footer small,.squad-card footer b { display:block; }.squad-card footer small { color:var(--muted);font-size:7px;text-transform:uppercase; }.squad-card footer b { margin-top:4px;font:700 16px 'Barlow Condensed'; }
.team-actions-grid { display:grid;grid-template-columns:1fr 260px;gap:14px;margin-top:14px; }.swap-card,.regenerate-card { padding:21px; }.swap-card { display:grid;grid-template-columns:.65fr 1.35fr;gap:24px;align-items:center; }.swap-card form { display:grid;grid-template-columns:1fr 27px 1fr auto;align-items:end;gap:8px; }.swap-card label > span { display:block;margin-bottom:6px;color:var(--muted);font-size:7px;text-transform:uppercase; }.swap-card select { width:100%;height:39px;padding:0 9px;border:1px solid var(--line);border-radius:9px;background:#0d0f0e;color:var(--text);font-size:9px; }.swap-icon { align-self:center;margin-top:16px;color:var(--lime);text-align:center;font-size:18px; }.swap-card .button { min-height:39px;padding-inline:12px;font-size:8px; }.regenerate-card { display:flex;flex-direction:column; }.regenerate-card form { margin-top:auto;padding-top:16px; }.regenerate-card .button { width:100%; }.team-actions-grid .button span { margin-left:5px; }

/* Partidos, resultados y estadísticas */
.match-list { display:grid;gap:10px; }.match-list-card { min-height:112px;display:grid;grid-template-columns:64px 1fr 260px 145px 20px;align-items:center;gap:18px;padding:16px 19px;transition:.2s transform,.2s border-color; }.match-list-card:hover { transform:translateY(-2px);border-color:#485148; }.match-list-date { width:60px;height:76px;display:grid;place-content:center;text-align:center;border-radius:13px;background:var(--surface-2); }.match-list-date strong { font:800 31px/.86 'Barlow Condensed'; }.match-list-date span { margin-top:6px;color:var(--lime);font-size:9px;font-weight:800; }.match-list-info h3 { margin:5px 0 4px;font:700 24px/1 'Barlow Condensed';text-transform:uppercase; }.match-list-info p { margin:0;color:var(--muted);font-size:9px; }.match-list-score { display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;text-align:center; }.match-list-score span,.match-list-score small { color:var(--muted);font-size:8px;font-weight:700; }.match-list-score strong { color:var(--lime);font:800 27px 'Barlow Condensed';white-space:nowrap; }.match-list-status { width:max-content;padding:8px 10px;border:1px solid rgba(255,255,255,.12);border-radius:99px;color:var(--muted);font-size:8px;font-weight:800;text-transform:uppercase; }.match-list-status.played { border-color:rgba(201,255,56,.25);color:var(--lime); }
.match-form { display:grid;gap:14px; }.match-scoreboard { min-height:180px;display:grid;grid-template-columns:1fr 1fr 210px 1fr;align-items:center;gap:22px;padding:24px;background:radial-gradient(circle at 50% 0,rgba(201,255,56,.1),transparent 38%),var(--surface); }.match-meta { align-self:start; }.match-meta p { margin:6px 0 0;color:var(--muted);font-size:9px;line-height:1.6; }.score-team { text-align:center; }.score-team span,.score-team strong { display:block; }.score-team span { font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.11em; }.score-team strong { margin-top:6px;font:800 28px 'Barlow Condensed';text-transform:uppercase; }.lime-side span,.lime-side strong { color:var(--lime); }.black-side span { color:#aab1a7; }.score-input > span { display:block;margin-bottom:8px;color:var(--muted);text-align:center;font-size:8px;font-weight:800;text-transform:uppercase; }.score-input > div { display:grid;grid-template-columns:1fr 23px 1fr;align-items:center;gap:6px; }.score-input input { width:78px;height:70px;padding:0;border:1px solid #3c443c;border-radius:14px;background:#0b0d0c;color:var(--text);text-align:center;font:800 38px 'Barlow Condensed';-moz-appearance:textfield; }.score-input input::-webkit-inner-spin-button { display:none; }.score-input input:focus { outline:0;border-color:var(--lime);box-shadow:0 0 0 3px rgba(201,255,56,.08); }.score-input b { color:var(--muted);text-align:center;font:700 25px 'Barlow Condensed'; }
.match-help { display:flex;align-items:center;justify-content:space-between;gap:25px;padding:20px 22px; }.match-help h3 { margin:5px 0 4px;font:700 23px 'Barlow Condensed';text-transform:uppercase; }.match-help p { margin:0;color:var(--muted);font-size:9px; }.match-team-grid { display:grid;grid-template-columns:1fr 1fr;gap:14px; }.match-roster { overflow:hidden; }.match-roster > header { min-height:80px;display:flex;align-items:center;justify-content:space-between;padding:17px 19px;border-bottom:1px solid var(--line); }.match-roster-lime > header { background:var(--lime);color:#10120f; }.match-roster-black > header { background:#1b1f1c; }.match-roster header span,.match-roster header small { display:block;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;opacity:.65; }.match-roster header h3 { margin:4px 0 0;font:800 25px 'Barlow Condensed';text-transform:uppercase; }.match-player-head { min-height:34px;display:grid;grid-template-columns:minmax(145px,1fr) 66px 49px 49px 39px;align-items:center;gap:7px;padding:0 13px;border-bottom:1px solid var(--line);background:#0d0f0e;color:var(--muted);font-size:6px;font-weight:800;text-transform:uppercase;text-align:center; }.match-player-head span:first-child { text-align:left; }.match-player-rows { padding:5px 12px 10px; }.match-player-row { position:relative;min-height:63px;display:grid;grid-template-columns:minmax(145px,1fr) 66px 49px 49px 39px;align-items:center;gap:7px;border-bottom:1px solid var(--line);transition:.2s background; }.match-player-row:last-child { border:0; }.match-player-row.mvp-suggested { margin-inline:-6px;padding-inline:6px;border-radius:10px;background:rgba(201,255,56,.07); }.match-player-identity { min-width:0;display:grid;grid-template-columns:34px 1fr;align-items:center;gap:9px; }.match-player-identity > img,.match-player-identity > span { width:34px;height:34px;border-radius:50%;background:var(--surface-3); }.match-player-identity > img { object-fit:cover; }.match-player-identity > span { display:grid;place-items:center;color:var(--lime);font:700 13px 'Barlow Condensed'; }.match-player-identity b,.match-player-identity small { display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }.match-player-identity b { font-size:9px; }.match-player-identity small { margin-top:3px;color:var(--muted);font-size:6px; }.match-player-row select,.match-player-row > input { width:100%;height:36px;padding:0 5px;border:1px solid var(--line);border-radius:8px;outline:0;background:#0d0f0e;color:var(--text);text-align:center;font-size:9px; }.match-player-row select:focus,.match-player-row > input:focus { border-color:var(--lime); }.mvp-radio { display:grid;place-items:center;cursor:pointer; }.mvp-radio input { position:absolute;opacity:0;pointer-events:none; }.mvp-radio span { width:33px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;background:#0d0f0e;color:#565d55;font-size:15px; }.mvp-radio input:checked + span { border-color:var(--lime);background:var(--lime);color:#10120f;box-shadow:0 0 18px rgba(201,255,56,.16); }.index-result { grid-column:1/-1;display:flex;justify-content:flex-end;gap:8px;margin-top:-5px;padding-bottom:6px;font-size:7px; }.index-result small { color:var(--muted); }.index-result b.positive { color:var(--lime); }.index-result b.negative { color:#ff9292; }
.match-submit { display:grid;grid-template-columns:1fr auto;align-items:end;gap:25px;padding:21px; }.match-submit .field span { display:block;margin-bottom:7px;color:var(--muted);font-size:8px;font-weight:700;text-transform:uppercase; }.match-submit textarea { min-height:76px;padding:11px;resize:vertical;font:inherit;font-size:10px; }.match-submit > div { max-width:290px;text-align:right; }.match-submit > div small { display:block;margin-bottom:9px;color:var(--muted);font-size:8px;line-height:1.5; }.danger-zone { margin-top:17px; }

/* Compartir */
.heading-actions,.toolbar-actions { display:flex;align-items:center;gap:8px;flex-wrap:wrap; }.share-button { border:1px solid rgba(37,211,102,.32);background:rgba(37,211,102,.09);color:#72ec9e; }.share-button:hover { border-color:#25d366;background:rgba(37,211,102,.15); }.share-icon { width:20px;height:20px;display:grid;place-items:center;margin:0!important;border-radius:50%;background:#25d366;color:#07130b;font-size:12px; }

/* Clasificación */
.classification-heading { align-items:flex-end; }.classification-summary { display:grid;grid-template-columns:1.6fr repeat(3,.6fr);gap:12px;margin-bottom:14px; }.classification-leader { min-height:145px;display:grid;grid-template-columns:1fr auto;align-items:center;padding:22px;background:radial-gradient(circle at 88% 20%,rgba(201,255,56,.14),transparent 35%),var(--surface); }.classification-leader > .eyebrow { grid-column:1/-1;align-self:start; }.leader-main { display:flex;align-items:center;gap:14px; }.leader-main img,.leader-avatar { width:58px;height:58px;border-radius:50%;object-fit:cover;background:var(--surface-3); }.leader-avatar { display:grid;place-items:center;color:var(--lime);font:800 22px 'Barlow Condensed'; }.leader-main small { color:var(--lime);font-size:7px;font-weight:800;letter-spacing:.1em; }.leader-main h3 { margin:4px 0 3px;font:800 27px 'Barlow Condensed';text-transform:uppercase; }.leader-main p { margin:0;color:var(--muted);font-size:8px; }.classification-leader > strong { color:var(--lime);font:800 45px 'Barlow Condensed';text-align:right; }.classification-leader > strong small { display:block;color:var(--muted);font:800 8px Inter;letter-spacing:.1em; }.classification-metric { min-height:145px;display:flex;flex-direction:column;padding:18px; }.classification-metric > span { color:var(--lime);font-size:18px; }.classification-metric small { margin-top:auto;color:var(--muted);font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:.08em; }.classification-metric strong { margin-top:4px;font:800 31px 'Barlow Condensed'; }.classification-table-card { overflow:hidden; }.classification-table-scroll { overflow-x:auto; }.classification-table { width:100%;border-collapse:collapse;min-width:820px; }.classification-table th { height:43px;padding:0 12px;border-bottom:1px solid var(--line);background:#0d0f0e;color:var(--muted);font-size:7px;text-align:left;text-transform:uppercase;letter-spacing:.09em; }.classification-table td { height:65px;padding:7px 12px;border-bottom:1px solid var(--line);font-size:10px; }.classification-table tr:last-child td { border:0; }.classification-table .numeric { text-align:center; }.standing-position { width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:var(--surface-3);color:var(--muted);font:800 14px 'Barlow Condensed'; }.podium-row .standing-position { background:var(--lime);color:#10120f; }.podium-2 .standing-position { background:#c6cec3; }.podium-3 .standing-position { background:#c58b51; }.standing-player { display:flex;align-items:center;gap:10px;min-width:175px; }.standing-player > img,.standing-player > span:first-child { width:38px;height:38px;flex:0 0 auto;border-radius:50%;object-fit:cover;background:var(--surface-3); }.standing-player > span:first-child { display:grid;place-items:center;color:var(--lime);font:700 14px 'Barlow Condensed'; }.standing-player b,.standing-player small { display:block; }.standing-player b { font-size:10px; }.standing-player small { margin-top:3px;color:var(--muted);font-size:7px; }.win-cell,.index-cell { color:var(--lime); }.loss-cell { color:#ff9292; }.points-column { min-width:65px;background:rgba(201,255,56,.035); }.points-column strong { color:var(--lime);font:800 21px 'Barlow Condensed'; }

/* Campo de equipos */
.field-presentation { margin-top:14px;overflow:hidden;background:#0e110f; }.field-score-header { min-height:83px;display:grid;grid-template-columns:1fr 52px 1fr;align-items:center;padding:15px 24px;border-bottom:1px solid var(--line); }.field-score-header > div { display:flex;align-items:center;gap:10px; }.field-score-header > div:last-child { justify-content:flex-end; }.field-score-header strong { font:800 23px 'Barlow Condensed';text-transform:uppercase; }.field-score-header small { color:var(--muted);font-size:8px; }.team-dot { width:11px;height:11px;border-radius:50%; }.lime-dot { background:var(--lime);box-shadow:0 0 14px rgba(201,255,56,.5); }.black-dot { border:2px solid #899188;background:#151816; }.versus-badge { width:40px;height:40px;display:grid;place-items:center;justify-self:center;border:1px solid var(--line);border-radius:50%;background:var(--surface-2);color:var(--lime);font:800 14px 'Barlow Condensed'; }.pitch-scroll { padding:20px;overflow-x:auto; }.football-pitch { position:relative;min-width:850px;min-height:500px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border:2px solid rgba(255,255,255,.55);border-radius:15px;background:radial-gradient(circle at center,rgba(255,255,255,.035),transparent 28%),repeating-linear-gradient(90deg,#176438 0,#176438 106px,#145b33 106px,#145b33 212px);box-shadow:inset 0 0 70px rgba(0,0,0,.25); }.football-pitch::after { content:'';position:absolute;inset:10px;border:1px solid rgba(255,255,255,.42);border-radius:8px;pointer-events:none; }.pitch-halfway { position:absolute;z-index:1;left:50%;top:10px;bottom:10px;width:1px;background:rgba(255,255,255,.55); }.pitch-circle { position:absolute;z-index:1;left:50%;top:50%;width:128px;height:128px;border:1px solid rgba(255,255,255,.55);border-radius:50%;transform:translate(-50%,-50%); }.pitch-spot { position:absolute;z-index:1;left:50%;top:50%;width:5px;height:5px;border-radius:50%;background:white;transform:translate(-50%,-50%); }.pitch-box { position:absolute;z-index:1;top:25%;width:105px;height:50%;border:1px solid rgba(255,255,255,.5); }.pitch-box-left { left:10px;border-left:0; }.pitch-box-right { right:10px;border-right:0; }.pitch-goal { position:absolute;z-index:1;top:39%;width:13px;height:22%;border:2px solid rgba(255,255,255,.72); }.pitch-goal-left { left:0;border-left:0; }.pitch-goal-right { right:0;border-right:0; }.field-team { position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);align-items:stretch;padding:35px 20px; }.field-team-left { padding-right:35px; }.field-team-right { padding-left:35px; }.pitch-line { display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;gap:10px; }.pitch-player { width:88px;display:flex;flex-direction:column;align-items:center;text-align:center;filter:drop-shadow(0 5px 8px rgba(0,0,0,.28)); }.pitch-shirt { width:39px;height:42px;display:grid;place-items:center;clip-path:polygon(19% 0,36% 8%,64% 8%,81% 0,100% 18%,86% 33%,82% 100%,18% 100%,14% 33%,0 18%);font:800 15px 'Barlow Condensed'; }.pitch-player-lime .pitch-shirt { background:var(--lime);color:#10120f; }.pitch-player-black .pitch-shirt { border:1px solid #8e978d;background:#111412;color:white; }.pitch-player b { width:100%;overflow:hidden;margin-top:5px;color:white;font-size:9px;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 2px 4px rgba(0,0,0,.8); }.pitch-player small { margin-top:2px;color:rgba(255,255,255,.68);font-size:6px;font-weight:800; }.field-benches { display:grid;grid-template-columns:1fr 1fr;gap:1px;border-top:1px solid var(--line);background:var(--line); }.field-benches > div { min-height:60px;display:flex;align-items:center;gap:11px;padding:13px 20px;background:#101311; }.field-benches > div:last-child { justify-content:flex-end;text-align:right; }.field-benches span { color:var(--muted);font-size:7px;font-weight:800;text-transform:uppercase; }.field-benches b { color:var(--lime);font-size:9px; }.field-benches small { color:var(--muted);font-size:8px; }

/* Rendimiento */
.performance-leaders { display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px; }.performance-leader { position:relative;min-height:170px;display:flex;flex-direction:column;padding:19px;overflow:hidden; }.performance-icon { position:absolute;right:17px;top:15px;color:var(--lime);font-size:19px; }.performance-leader > small { color:var(--muted);font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:.09em; }.performance-leader > div { display:flex;align-items:center;gap:9px;margin-top:20px; }.performance-avatar { width:36px;height:36px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:var(--surface-3);color:var(--lime);font:700 13px 'Barlow Condensed'; }.performance-avatar img { width:100%;height:100%;object-fit:cover; }.performance-leader > div strong { overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap; }.performance-leader > b { margin-top:auto;color:var(--lime);font:800 30px 'Barlow Condensed'; }.performance-leader > b em { margin-left:5px;color:var(--muted);font:700 8px Inter;font-style:normal;text-transform:uppercase; }.performance-leader > p { margin:auto 0 0;color:var(--muted);font-size:9px; }.performance-grid { display:grid;grid-template-columns:1.1fr .9fr;gap:14px;margin-bottom:14px; }.contribution-list { padding:8px 20px 15px; }.contribution-list a { min-height:58px;display:grid;grid-template-columns:22px minmax(110px,.8fr) 1fr 26px;align-items:center;gap:10px;border-bottom:1px solid var(--line); }.contribution-list a:last-child { border:0; }.contribution-rank { color:var(--muted);font:700 12px 'Barlow Condensed'; }.contribution-name b,.contribution-name small { display:block; }.contribution-name b { font-size:9px; }.contribution-name small { margin-top:3px;color:var(--muted);font-size:7px; }.contribution-bar { height:6px;overflow:hidden;border-radius:9px;background:var(--surface-3); }.contribution-bar i { display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--lime),#7fbf13); }.contribution-list a > strong { color:var(--lime);font:700 15px 'Barlow Condensed';text-align:right; }.recent-performance-list { padding:7px 19px 14px; }.recent-performance-list > div { min-height:63px;display:grid;grid-template-columns:35px 1fr 40px;align-items:center;gap:10px;border-bottom:1px solid var(--line); }.recent-performance-list > div:last-child { border:0; }.recent-round { width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:var(--surface-3);color:var(--lime);font:700 11px 'Barlow Condensed'; }.recent-performance-list b,.recent-performance-list small { display:block; }.recent-performance-list b { font-size:8px; }.recent-performance-list small { margin-top:4px;color:var(--muted);font-size:7px; }.recent-output { text-align:right; }.recent-output b { color:var(--lime);font:700 17px 'Barlow Condensed'; }.efficiency-table-card { overflow:hidden; }.performance-table { min-width:720px; }

/* Vistas públicas de visitante */
.visitor-body { min-width:320px;margin:0;background:radial-gradient(circle at 50% -10%,rgba(201,255,56,.09),transparent 32%),var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif; }.visitor-topbar { min-height:82px;display:flex;align-items:center;justify-content:space-between;padding:14px max(20px,calc((100% - 1120px)/2));border-bottom:1px solid var(--line);background:rgba(9,10,10,.9); }.visitor-topbar .brand { padding:0; }.visitor-badge { padding:8px 11px;border:1px solid rgba(201,255,56,.24);border-radius:99px;color:var(--lime);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em; }.visitor-shell { width:min(1120px,calc(100% - 32px));margin:0 auto;padding:35px 0 55px; }.visitor-heading { min-height:96px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:21px; }.visitor-heading h1 { margin:6px 0 4px;font:800 clamp(34px,5vw,52px)/.92 'Barlow Condensed';text-transform:uppercase; }.visitor-heading p { margin:0;color:var(--muted);font-size:10px; }.visitor-footer { padding:22px;border-top:1px solid var(--line);color:var(--muted);text-align:center;font-size:8px; }.public-score { position:relative;min-height:210px;display:grid;grid-template-columns:1fr 180px 1fr;align-items:center;gap:20px;padding:30px;text-align:center;background:radial-gradient(circle at center,rgba(201,255,56,.11),transparent 30%),var(--surface); }.public-score div small,.public-score div strong { display:block; }.public-score div small { color:var(--muted);font-size:8px;text-transform:uppercase; }.public-score div strong { margin-top:7px;font:800 27px 'Barlow Condensed';text-transform:uppercase; }.public-score > b { color:var(--lime);font:800 58px 'Barlow Condensed';white-space:nowrap; }.public-score > b span { margin:0 12px;color:var(--muted); }.public-score > p { position:absolute;left:50%;bottom:17px;margin:0;color:var(--lime);font-size:9px;font-weight:800;transform:translateX(-50%); }.public-stats { margin-top:14px;overflow:hidden; }.public-stats > h2 { margin:0;padding:18px 20px;border-bottom:1px solid var(--line);font:700 23px 'Barlow Condensed';text-transform:uppercase; }.public-stat-list { display:grid;grid-template-columns:1fr 1fr; }.public-stat-list article { min-height:61px;display:grid;grid-template-columns:1fr 38px 38px auto;align-items:center;gap:9px;padding:10px 18px;border-bottom:1px solid var(--line); }.public-stat-list article:nth-child(odd) { border-right:1px solid var(--line); }.public-stat-list b,.public-stat-list small { display:block; }.public-stat-list b { font-size:9px; }.public-stat-list small { margin-top:3px;color:var(--muted);font-size:7px; }.public-stat-list article > span:not(:first-child) { color:var(--muted);font-size:8px;text-align:center; }.public-stat-list article > strong { color:var(--lime);font-size:8px; }.public-groups { display:grid;grid-template-columns:repeat(3,1fr);gap:12px; }.public-group { overflow:hidden; }.public-group header { min-height:72px;display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:9px;padding:14px 16px;border-bottom:1px solid var(--line); }.public-group header > span { width:31px;height:31px;display:grid;place-items:center;border-radius:8px;background:var(--surface-3); }.public-group header h2 { margin:0;font:700 20px 'Barlow Condensed';text-transform:uppercase; }.public-group header strong { color:var(--lime);font:800 25px 'Barlow Condensed'; }.public-group > div { min-height:51px;padding:10px 16px;border-bottom:1px solid var(--line); }.public-group > div:last-child { border:0; }.public-group b,.public-group small { display:block; }.public-group b { font-size:9px; }.public-group small { margin-top:3px;color:var(--muted);font-size:7px; }.public-group-disponible header > span { background:var(--lime);color:#10120f; }.public-group-no_disponible header > span { color:#ff9292; }.public-player-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:10px; }.public-player { min-height:92px;display:grid;grid-template-columns:47px 1fr auto;align-items:center;gap:12px;padding:15px; }.public-shirt { width:44px;height:48px;display:grid;place-items:center;clip-path:polygon(19% 0,36% 8%,64% 8%,81% 0,100% 18%,86% 33%,82% 100%,18% 100%,14% 33%,0 18%);background:var(--lime);color:#10120f;font:800 17px 'Barlow Condensed'; }.public-player h2 { margin:0;font:700 19px 'Barlow Condensed'; }.public-player p { margin:4px 0 0;color:var(--muted);font-size:8px; }.public-player > strong { color:var(--lime);font:800 20px 'Barlow Condensed';text-align:right; }.public-player > strong small { display:block;color:var(--muted);font:700 6px Inter;text-transform:uppercase; }.public-classification { min-width:720px; }

@media (max-width: 1020px) {
    .stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dashboard-grid { grid-template-columns: 1fr; }
    .roadmap { align-items: flex-start; flex-direction: column; }.roadmap-items { justify-content: flex-start; }
    .player-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.profile-stat-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
    .callup-row { grid-template-columns:69px 1fr 1fr 24px; }.callup-progress { display:none; }.callup-player { grid-template-columns:44px 1fr 58px 285px; }.callup-stat-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .team-journey-card { grid-template-columns:65px 1fr 180px 100px 20px; }.team-actions-grid { grid-template-columns:1fr; }.swap-card { grid-template-columns:1fr; }
    .match-list-card { grid-template-columns:64px 1fr 220px 20px; }.match-list-status { grid-column:2; }.match-list-card > .card-arrow { grid-column:4;grid-row:1/3; }.match-scoreboard { grid-template-columns:1fr 170px 1fr; }.match-meta { grid-column:1/-1; }.match-team-grid { grid-template-columns:1fr; }
    .classification-summary { grid-template-columns:1.5fr repeat(3,.65fr); }.classification-leader { padding:18px; }.leader-main img,.leader-avatar { width:48px;height:48px; }.football-pitch { min-height:470px; }
    .performance-leaders { grid-template-columns:repeat(2,1fr); }.public-player-grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 760px) {
    .sidebar { width: min(84vw, 290px); transform: translateX(-102%); transition: transform .24s ease; box-shadow: 30px 0 60px rgba(0,0,0,.5); }.sidebar.open { transform: translateX(0); }
    .sidebar-backdrop { position: fixed; inset: 0; z-index: 20; background: rgba(0,0,0,.65); }.sidebar-backdrop.open { display: block; }
    .main-column { margin-left: 0; }.topbar { height: 74px; justify-content: flex-start; padding: 0 18px; }.topbar .status-pill { margin-left: auto; font-size: 0; padding: 9px; }.topbar .status-pill i { width: 7px; height: 7px; }.menu-button { display: block; padding: 5px; }.page-content { padding: 24px 16px 38px; }
    .welcome-row { align-items: flex-start; }.welcome-row .role-badge { display: none; }.welcome-row h2 { font-size: 35px; }
    .page-heading-row { min-height:auto;align-items:flex-start; }.filter-bar { flex-wrap:wrap; }.search-field { flex-basis:100%; }.filter-bar label:not(.search-field) { flex:1; }.filter-bar select { min-width:0; }.identity-layout { grid-template-columns:1fr; }.position-option-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.player-hero { grid-template-columns:120px 1fr; }.hero-player-photo { width:120px;height:120px; }.hero-index { grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;border-left:0;border-top:1px solid var(--line); }.hero-index strong { font-size:35px; }.profile-grid { grid-template-columns:1fr; }
    .callup-row { grid-template-columns:60px 1fr 22px;gap:13px; }.callup-date { width:57px;height:70px; }.callup-numbers { grid-column:2/3; }.callup-main { grid-column:2/3; }.callup-row > .card-arrow { grid-column:3;grid-row:1/3; }.cycle-preview { align-items:stretch; }.cycle-preview > div { min-width:0;flex:1;grid-template-columns:1fr;text-align:center; }.cycle-preview > div > span { grid-row:auto;margin:0 auto 7px; }.cycle-preview > i { width:14px;margin:auto 0; }.callup-hero { grid-template-columns:110px 1fr; }.big-match-date { height:120px; }.response-progress { grid-column:1/-1;display:flex;align-items:center;gap:14px;padding:15px 0 0;border-left:0;border-top:1px solid var(--line);text-align:left; }.progress-ring { width:61px;height:61px;margin:0; }.progress-ring::before { width:48px;height:48px; }.progress-ring span { font-size:19px; }.response-progress p { margin:0; }.callup-player { grid-template-columns:43px 1fr 55px; }.response-switch { grid-column:1/-1; }.callup-controls { align-items:flex-start;flex-direction:column; }
    .team-journey-card { grid-template-columns:58px 1fr 20px; }.team-ready-data { grid-column:2/3; }.team-journey-card .balance-mini,.team-journey-card .generation-status { grid-column:2/3;justify-self:start;text-align:left; }.team-journey-card > .card-arrow { grid-column:3;grid-row:1/4; }.generator-readiness { grid-template-columns:1fr; }.generated-teams { grid-template-columns:1fr; }.team-actions-grid { grid-template-columns:1fr; }.swap-card form { grid-template-columns:1fr 25px 1fr; }.swap-card form .button { grid-column:1/-1; }.teams-hero { padding:20px; }
    .match-list-card { grid-template-columns:58px 1fr 18px; }.match-list-score { grid-column:2;max-width:300px; }.match-list-status { grid-column:2; }.match-list-card > .card-arrow { grid-column:3;grid-row:1/4; }.match-scoreboard { grid-template-columns:1fr 145px 1fr;padding:18px;gap:10px; }.score-team strong { font-size:22px; }.score-input input { width:57px;height:61px;font-size:32px; }.match-help { align-items:flex-start;flex-direction:column; }.match-player-head { grid-template-columns:minmax(130px,1fr) 60px 46px 46px 36px; }.match-player-row { grid-template-columns:minmax(130px,1fr) 60px 46px 46px 36px; }.match-submit { grid-template-columns:1fr; }.match-submit > div { max-width:none;text-align:left; }
    .classification-summary { grid-template-columns:repeat(3,1fr); }.classification-leader { grid-column:1/-1; }.pitch-scroll { padding:13px; }.football-pitch { min-width:780px; }.field-score-header { padding-inline:17px; }
    .performance-grid { grid-template-columns:1fr; }.visitor-shell { padding-top:24px; }.public-groups { grid-template-columns:1fr; }.public-stat-list { grid-template-columns:1fr; }.public-stat-list article:nth-child(odd) { border-right:0; }.public-score { grid-template-columns:1fr 135px 1fr; }
}

@media (max-width: 480px) {
    .stat-grid { gap: 10px; }.stat-card { min-height: 131px; padding: 17px; }.stat-card strong { font-size: 34px; }.stat-icon { top: 16px; right: 15px; }
    .panel-heading { padding: 17px; }.match-date { padding: 21px 17px; }.availability-bar { margin: 0 17px 17px; justify-content: space-between; }.ranking-list { padding-inline: 17px; }
    .login-card { padding: 25px 21px; }.login-brand h1 { font-size: 31px; }
    .page-heading-row { flex-direction:column;gap:15px;margin-bottom:18px; }.page-heading-row .button { width:100%; }.filter-bar label:not(.search-field) { flex-basis:100%; }.filter-bar .button { flex:1; }.player-grid { grid-template-columns:1fr; }.form-grid { grid-template-columns:1fr; }.field-wide { grid-column:auto; }.form-content,.form-section-heading { padding-inline:17px; }.form-actions { position:sticky;bottom:0;z-index:5;margin-inline:-16px;padding:12px 16px;background:rgba(9,10,10,.94);backdrop-filter:blur(12px); }.form-actions .button { flex:1; }.player-hero { grid-template-columns:1fr;text-align:center;padding:22px; }.hero-player-photo { width:130px;height:130px;margin:auto; }.hero-player-info .position-tags { justify-content:center; }.hero-index { grid-column:auto; }.profile-stat-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.danger-zone { align-items:flex-start;flex-direction:column; }.danger-zone form,.danger-zone .button { width:100%; }
    .callup-row { grid-template-columns:51px 1fr 16px;padding:13px; }.callup-date { width:49px;height:62px; }.callup-main { align-items:flex-start;flex-direction:column;gap:7px; }.callup-main h3 { font-size:20px; }.callup-numbers { grid-template-columns:repeat(3,1fr);gap:4px; }.callup-numbers span { padding:6px 4px; }.cycle-preview { flex-direction:column; }.cycle-preview > div { grid-template-columns:37px 1fr;text-align:left; }.cycle-preview > div > span { grid-row:1/3;margin:0; }.cycle-preview > i { width:1px;height:14px;margin:0 auto; }.callup-hero { grid-template-columns:87px 1fr;gap:16px;padding:17px; }.big-match-date { width:87px;height:105px; }.big-match-date strong { font-size:43px; }.callup-hero-main h2 { font-size:36px; }.callup-hero-main p { flex-wrap:wrap; }.callup-stat-grid { grid-template-columns:repeat(2,minmax(0,1fr));gap:7px; }.callup-stat-grid article { min-height:76px;padding:11px; }.callup-stat-grid .team-capacity strong { font-size:15px; }.status-filters { width:100%; }.callup-player { padding:11px; }.response-switch button { flex-direction:column;gap:2px; }.callup-footer-action { align-items:flex-start;flex-direction:column; }.callup-footer-action form,.callup-footer-action .button { width:100%; }.toolbar-actions .button { min-height:38px;padding-inline:12px;font-size:9px; }
    .footer-action-buttons { width:100%;align-items:stretch;flex-direction:column; }.footer-action-buttons form { width:100%; }.team-journey-card { padding:13px; }.team-ready-data { width:100%; }.teams-hero { align-items:flex-start;flex-direction:column; }.balance-score,.available-score { width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 0 0;border-left:0;border-top:1px solid var(--line);text-align:left; }.balance-score strong,.available-score strong { font-size:34px; }.balance-score em { text-align:right; }.requirement-list > div { grid-template-columns:34px 1fr; }.requirement-list small { grid-column:2; }.generated-teams { margin-inline:-4px; }.squad-list { padding-inline:10px; }.squad-list li { grid-template-columns:15px 32px 1fr 39px 40px;gap:7px; }.squad-card > footer { padding-inline:13px; }.swap-card form { grid-template-columns:1fr; }.swap-icon { margin:0;transform:rotate(90deg); }.swap-card form .button { grid-column:auto; }
    .match-list-card { padding:13px; }.match-list-score { grid-template-columns:1fr auto 1fr; }.match-scoreboard { grid-template-columns:1fr 115px 1fr;margin-inline:-4px;padding:15px 10px; }.match-meta { padding-inline:5px; }.score-team strong { font-size:18px; }.score-input input { width:44px;height:53px;font-size:28px; }.score-input > div { grid-template-columns:1fr 13px 1fr;gap:2px; }.match-roster { margin-inline:-4px; }.match-player-head { display:none; }.match-player-row { grid-template-columns:1fr 62px 46px 46px 36px;padding:9px 0; }.match-player-identity { grid-column:1/-1; }.match-player-identity > img,.match-player-identity > span { width:38px;height:38px; }.match-player-row select { grid-column:2;grid-row:3; }.match-player-row > input[data-goals] { grid-column:3;grid-row:3; }.match-player-row > input[data-assists] { grid-column:4;grid-row:3; }.mvp-radio { grid-column:5;grid-row:3; }.index-result { grid-row:4; }.match-submit .button { width:100%; }
    .heading-actions { width:100%; }.heading-actions .button { flex:1; }.classification-summary { grid-template-columns:1fr 1fr; }.classification-leader { grid-column:1/-1; }.classification-metric:last-child { grid-column:1/-1;min-height:100px; }.classification-leader > strong { font-size:37px; }.field-score-header { grid-template-columns:1fr 38px 1fr;padding:12px; }.field-score-header > div { align-items:flex-start;flex-direction:column;gap:3px; }.field-score-header > div:last-child { align-items:flex-end; }.field-score-header strong { font-size:18px; }.field-score-header .team-dot { display:none; }.pitch-scroll { padding:8px; }.football-pitch { min-width:720px;min-height:440px; }.field-team { padding-inline:14px; }.field-benches { grid-template-columns:1fr; }.field-benches > div:last-child { justify-content:flex-start;text-align:left; }
    .performance-leaders { grid-template-columns:1fr 1fr;gap:8px; }.performance-leader { min-height:150px;padding:15px; }.contribution-list { padding-inline:13px; }.contribution-list a { grid-template-columns:19px minmax(95px,.8fr) 1fr 24px;gap:7px; }.visitor-topbar { min-height:70px;padding:11px 16px; }.visitor-topbar .brand small { display:none; }.visitor-badge { font-size:6px; }.visitor-shell { width:min(100% - 22px,1120px);padding:20px 0 38px; }.visitor-heading { min-height:auto;align-items:flex-start;flex-direction:column;margin-bottom:16px; }.visitor-heading .button { width:100%; }.visitor-heading h1 { font-size:36px; }.public-score { min-height:180px;grid-template-columns:1fr 94px 1fr;gap:8px;padding:20px 10px; }.public-score div strong { font-size:19px; }.public-score > b { font-size:39px; }.public-score > b span { margin:0 4px; }.public-player-grid { grid-template-columns:1fr; }.public-classification { min-width:650px; }.visitor-body .field-presentation { margin-top:0; }.visitor-body .football-pitch { min-width:680px; }.visitor-body .pitch-player { width:75px; }
}

/* Navegación y portada públicas */
.login-public-link { display:block;margin:15px 0 0;color:var(--lime);font-size:8px;font-weight:700;text-align:center; }
.visitor-topbar { position:sticky;top:0;z-index:20;padding:0;background:rgba(9,10,10,.92);backdrop-filter:blur(14px); }.visitor-topbar-inner { width:min(1120px,calc(100% - 32px));min-height:82px;display:flex;align-items:center;gap:30px;margin:auto; }.visitor-topbar-inner .brand { flex:none; }.public-nav { display:flex;align-items:center;justify-content:center;gap:5px;margin:auto; }.public-nav a,.visitor-mobile-nav a { padding:10px 12px;border-radius:9px;color:var(--muted);font-size:9px;font-weight:700;white-space:nowrap; }.public-nav a:hover,.public-nav a.active,.visitor-mobile-nav a.active { background:var(--surface-2);color:var(--lime); }.visitor-access { min-height:38px;padding:0 16px;border:1px solid var(--line);background:var(--surface-2);font-size:8px; }.visitor-mobile-nav { display:none; }.visitor-footer { display:flex;align-items:center;justify-content:center;gap:15px; }.visitor-footer strong { color:var(--lime);font:800 15px 'Barlow Condensed';letter-spacing:.08em; }
.public-hero { min-height:390px;display:grid;grid-template-columns:1.3fr .7fr;align-items:center;gap:40px;padding:35px 50px;margin-bottom:16px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(115deg,var(--surface) 45%,rgba(201,255,56,.12)); }.public-hero h1 { margin:10px 0 16px;font:800 clamp(52px,8vw,86px)/.8 'Barlow Condensed';letter-spacing:-.02em;text-transform:uppercase; }.public-hero h1 em { color:var(--lime);font-style:normal; }.public-hero p { max-width:500px;margin:0;color:var(--muted);font-size:11px;line-height:1.7; }.public-hero-actions { display:flex;gap:9px;margin-top:25px; }.public-hero-ball { width:min(260px,25vw);aspect-ratio:1;display:grid;place-items:center;justify-self:center;border:2px solid rgba(201,255,56,.38);border-radius:50%;background:radial-gradient(circle at 35% 30%,#dfff84,var(--lime) 16%,#6d8e12 17%,#161a14 18%,#0e100f 67%,#20281b);box-shadow:0 0 90px rgba(201,255,56,.15),inset -25px -25px 50px rgba(0,0,0,.5);transform:rotate(-8deg); }.public-hero-ball span { color:var(--lime);font:800 100px 'Barlow Condensed';text-shadow:0 6px 20px #000; }.public-home-stats { display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:12px; }.public-home-stats article { min-height:120px;padding:20px; }.public-home-stats small,.public-home-stats span { display:block;color:var(--muted);font-size:8px;text-transform:uppercase; }.public-home-stats strong { display:block;margin:5px 0;color:var(--lime);font:800 38px 'Barlow Condensed'; }.public-home-grid { display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px; }.public-home-card { overflow:hidden; }.public-home-card header { display:flex;align-items:flex-end;justify-content:space-between;padding:20px;border-bottom:1px solid var(--line); }.public-home-card h2 { margin:4px 0 0;font:800 28px 'Barlow Condensed';text-transform:uppercase; }.public-home-card header>a { color:var(--lime);font-size:8px;font-weight:700; }.public-results-list a { min-height:64px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:11px 20px;border-bottom:1px solid var(--line); }.public-results-list a:last-child { border:0; }.public-results-list small,.public-results-list b { display:block; }.public-results-list small { margin-bottom:5px;color:var(--muted);font-size:7px; }.public-results-list b { font-size:9px; }.public-results-list strong { color:var(--lime);font:800 22px 'Barlow Condensed'; }.public-leader-list { margin:0;padding:7px 20px;list-style:none; }.public-leader-list li { min-height:60px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;border-bottom:1px solid var(--line); }.public-leader-list li:last-child { border:0; }.public-leader-list li>span { grid-row:1/3;width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:var(--surface-3);color:var(--lime);font:800 12px 'Barlow Condensed'; }.public-leader-list b { align-self:end;font-size:9px; }.public-leader-list small { align-self:start;color:var(--muted);font-size:7px; }.public-leader-list strong { grid-column:3;grid-row:1/3;color:var(--lime);font:800 16px 'Barlow Condensed'; }.public-empty-copy { padding:25px;color:var(--muted);font-size:9px; }.public-next-team { min-height:96px;display:grid;grid-template-columns:60px 1fr auto;align-items:center;gap:16px;padding:15px 22px; }.public-next-date,.public-index-date { display:grid;place-items:center;width:58px;height:64px;border-radius:12px;background:var(--lime);color:#11140f; }.public-next-date b,.public-index-date b { font:800 29px/1 'Barlow Condensed'; }.public-next-date small,.public-index-date small { font-size:7px;font-weight:800; }.public-next-team>span:nth-child(2)>strong,.public-next-team>span:nth-child(2)>em { display:block; }.public-next-team>span:nth-child(2)>strong { margin:5px 0;font:800 21px 'Barlow Condensed';text-transform:uppercase; }.public-next-team>span:nth-child(2)>em { color:var(--muted);font-size:8px;font-style:normal; }.public-next-team>b { color:var(--lime);font-size:9px; }
.public-index-grid { display:grid;gap:10px; }.public-index-card { min-height:96px;display:grid;grid-template-columns:62px 1fr auto 20px;align-items:center;gap:18px;padding:15px 20px;transition:border-color .18s,transform .18s; }.public-index-card:hover { border-color:rgba(201,255,56,.45);transform:translateY(-1px); }.public-index-card>span:nth-child(2)>strong,.public-index-card>span:nth-child(2)>em { display:block; }.public-index-card>span:nth-child(2)>strong { margin:6px 0 4px;font:800 23px 'Barlow Condensed';text-transform:uppercase; }.public-index-card>span:nth-child(2)>em,.public-place { color:var(--muted);font-size:8px;font-style:normal; }.public-index-meta { text-align:right; }.public-index-meta b,.public-index-meta small { display:block; }.public-index-meta b { color:var(--lime);font:800 25px 'Barlow Condensed'; }.public-index-meta small { color:var(--muted);font-size:7px;text-transform:uppercase; }.public-index-card>i { color:var(--lime);font-style:normal; }.public-match-card>span:nth-child(2)>strong em { padding:0 8px;color:var(--lime);font-size:27px;font-style:normal; }.public-empty { padding:55px 25px;text-align:center; }.public-empty>span { width:57px;height:57px;display:grid;place-items:center;margin:0 auto 15px;border-radius:50%;background:var(--surface-3);color:var(--lime);font:800 25px 'Barlow Condensed'; }.public-empty h1,.public-empty h2 { margin:0;font:800 32px 'Barlow Condensed';text-transform:uppercase; }.public-empty p { margin:8px 0 18px;color:var(--muted);font-size:9px; }

/* Administración de usuarios */
.user-table-card { overflow:hidden; }.user-table-scroll { overflow-x:auto; }.user-table { width:100%;min-width:790px;border-collapse:collapse; }.user-table th { padding:14px 17px;border-bottom:1px solid var(--line);color:var(--muted);font-size:7px;text-align:left;text-transform:uppercase;letter-spacing:.08em; }.user-table td { padding:13px 17px;border-bottom:1px solid var(--line);color:#c8cec5;font-size:8px; }.user-table tr:last-child td { border:0; }.user-table tr.is-inactive { opacity:.58; }.user-identity { display:flex;align-items:center;gap:10px; }.user-identity>i { width:35px;height:35px;display:grid;place-items:center;flex:none;border-radius:50%;background:var(--surface-3);color:var(--lime);font:800 14px 'Barlow Condensed';font-style:normal; }.user-identity b,.user-identity small { display:block; }.user-identity b { color:var(--text);font-size:9px; }.user-identity small { margin-top:4px;color:var(--muted);font-size:7px; }.role-chip,.account-status { display:inline-flex;align-items:center;padding:7px 9px;border-radius:99px;background:var(--surface-3);font-size:7px;font-weight:700; }.role-administrador { color:var(--lime); }.account-status { gap:6px; }.account-status i { width:6px;height:6px;border-radius:50%;background:var(--muted); }.account-status.active i { background:var(--lime);box-shadow:0 0 8px var(--lime); }.user-actions { display:flex;justify-content:flex-end;gap:7px; }.user-actions .button { min-height:34px;padding:0 11px;font-size:7px; }.permission-guide { display:grid;grid-template-columns:1fr 1fr;gap:1px;margin-top:12px;overflow:hidden;background:var(--line); }.permission-guide article { display:grid;grid-template-columns:42px 1fr;gap:12px;padding:19px;background:var(--surface); }.permission-guide article>span { width:39px;height:39px;display:grid;place-items:center;border-radius:10px;background:var(--surface-3);color:var(--lime); }.permission-guide b { font-size:9px; }.permission-guide p { margin:5px 0 0;color:var(--muted);font-size:8px;line-height:1.55; }.field-error { color:var(--danger)!important; }.password-card { display:grid;grid-template-columns:1fr 1fr 1fr auto;align-items:end;gap:15px;margin-top:14px;padding:21px; }.password-card h3 { margin:5px 0;font:800 23px 'Barlow Condensed';text-transform:uppercase; }.password-card p { margin:0;color:var(--muted);font-size:8px; }.password-card .button { margin-bottom:1px; }

@media (max-width: 760px) {
    .visitor-topbar { display:block; }.visitor-topbar-inner { min-height:68px;gap:10px; }.visitor-topbar-inner .brand { padding:0;margin-right:auto; }.public-nav { display:none; }.visitor-access { min-height:34px; }.visitor-mobile-nav { width:100%;display:flex;gap:3px;overflow-x:auto;padding:7px 16px 9px;border-top:1px solid var(--line);scrollbar-width:none; }.visitor-mobile-nav::-webkit-scrollbar { display:none; }.visitor-mobile-nav a { padding:8px 10px; }.visitor-shell { padding-top:18px; }
    .public-hero { min-height:330px;grid-template-columns:1fr;padding:30px; }.public-hero-ball { display:none; }.public-home-grid { grid-template-columns:1fr; }.public-index-card { grid-template-columns:58px 1fr 18px;gap:12px;padding:13px; }.public-index-meta,.public-index-card>.match-list-status { grid-column:2;justify-self:start;text-align:left; }.public-index-card>i { grid-column:3;grid-row:1/3; }.password-card { grid-template-columns:1fr 1fr; }.password-card>div,.password-card>.button { grid-column:1/-1; }
}
@media (max-width: 480px) {
    .visitor-topbar-inner { width:calc(100% - 22px); }.visitor-topbar-inner .brand strong { font-size:18px; }.visitor-access { padding:0 12px; }.public-hero { min-height:300px;padding:25px 20px; }.public-hero h1 { font-size:53px; }.public-hero-actions { align-items:stretch;flex-direction:column; }.public-home-stats { grid-template-columns:1fr 1fr; }.public-home-stats article { min-height:100px;padding:15px; }.public-home-stats article:last-child { grid-column:1/-1; }.public-next-team { grid-template-columns:54px 1fr;padding:13px; }.public-next-team>b { grid-column:2; }.public-match-card>span:nth-child(2)>strong { font-size:19px; }.public-match-card>span:nth-child(2)>strong em { display:block;padding:4px 0;font-size:26px; }.permission-guide { grid-template-columns:1fr; }.user-form .form-actions { margin-inline:0; }.password-card { grid-template-columns:1fr;padding:17px; }.password-card>* { grid-column:1!important; }.visitor-footer { align-items:flex-start;flex-direction:column;gap:5px;padding-inline:16px;text-align:left; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
