* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg: #f3f6f8;
    --card: #ffffff;
    --text: #0f1720;
    --muted: #667085;
    --border: #dde5ea;
    --primary: #0f766e;
    --primary-dark: #134e4a;
    --accent: #14b8a6;
    --dark: #0b1220;
    --shadow: 0 12px 30px rgba(11, 18, 32, 0.08);
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden;
}

img {
    display: block;
    width: 100%;
    max-width: 100%;
}

iframe,
video {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    width: min(1320px, 94%);
    margin: 0 auto;
}

.site-main {
    padding: 22px 0 50px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 80;
}

/* =====================================================
   HEADER
===================================================== */

.main-header {
    background: #000000;
    color: #fff;
    padding: 18px 0;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.main-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header-slim {
    padding: 8px 0;
}

.main-header-inner-slim {
    min-height: 52px;
}

.logo-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
}

.logo-wrap-slim {
    gap: 10px;
}

.brand-lockup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    min-width: 0;
    align-items: flex-start;
}

.brand-wordmark-row {
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    width: fit-content;
    max-width: 100%;
}

.brand-wordmark {
    display: inline-block;
    position: relative;
    margin: 0;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 48px;
    line-height: 0.9;
    font-weight: 800;
    letter-spacing: -3px;
    white-space: nowrap;
}

.brand-letter {
    display: inline-block;
}

.brand-letter-sky {
    color: #a9f4ff;
}

.brand-letter-teal {
    color: #8fffe8;
}

.brand-letter-lime {
    color: #f1ff82;
}

.brand-tagline {
    display: block;
    width: 100%;
    margin-left: 0;
    color: #f5f5f5;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.2px;
}

body.brand-preview-a .brand-wordmark {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: -3.4px;
    text-transform: uppercase;
    filter: drop-shadow(0 2px 10px rgba(122, 255, 239, 0.08));
}

body.brand-preview-a .brand-letter-white {
    color: #ffffff;
}

body.brand-preview-a .brand-letter-black {
    color: #000000;
    text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff, -1px -1px #ffffff, 1px 1px #ffffff, -1px 1px #ffffff, 1px -1px #ffffff;
}

body.brand-preview-a .brand-letter-red {
    color: #f21f1f;
    text-shadow:
        -1px 0 rgba(255,255,255,0.96),
        0 1px rgba(255,255,255,0.96),
        1px 0 rgba(255,255,255,0.96),
        0 -1px rgba(255,255,255,0.96),
        0 0 3px rgba(255,80,80,0.72),
        0 0 8px rgba(255,25,25,0.48),
        0 0 14px rgba(255,0,0,0.22);
}


body.brand-preview-a .brand-tagline {
    display: block;
    width: 100%;
    margin-left: 0;
    color: #f5f5f5;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.2px;
}

body.brand-preview-b .main-header {
    background: #000000;
}

body.brand-preview-b .brand-wordmark {
    font-size: 47px;
    font-weight: 700;
    letter-spacing: -2.2px;
}

body.brand-preview-b .brand-letter-white {
    color: #ffffff;
}

body.brand-preview-b .brand-letter-black {
    color: #000000;
    text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff, -1px -1px #ffffff, 1px 1px #ffffff, -1px 1px #ffffff, 1px -1px #ffffff;
}

body.brand-preview-b .brand-letter-red {
    color: #f21f1f;
    text-shadow:
        -1px 0 rgba(255,255,255,0.96),
        0 1px rgba(255,255,255,0.96),
        1px 0 rgba(255,255,255,0.96),
        0 -1px rgba(255,255,255,0.96),
        0 0 3px rgba(255,80,80,0.72),
        0 0 8px rgba(255,25,25,0.48),
        0 0 14px rgba(255,0,0,0.22);
}


body.brand-preview-b .brand-tagline {
    display: block;
    width: 100%;
    margin-left: 0;
    color: #f5f5f5;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.2px;
}

body.brand-preview-c .main-header {
    background: #000000;
}

body.brand-preview-c .brand-wordmark {
    font-size: 49px;
    font-weight: 800;
    letter-spacing: -3px;
}

body.brand-preview-c .brand-letter-white {
    color: #ffffff;
}

body.brand-preview-c .brand-letter-black {
    color: #000000;
    text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff, -1px -1px #ffffff, 1px 1px #ffffff, -1px 1px #ffffff, 1px -1px #ffffff;
}

body.brand-preview-c .brand-letter-red {
    color: #f21f1f;
    text-shadow:
        -1px 0 rgba(255,255,255,0.96),
        0 1px rgba(255,255,255,0.96),
        1px 0 rgba(255,255,255,0.96),
        0 -1px rgba(255,255,255,0.96),
        0 0 3px rgba(255,80,80,0.72),
        0 0 8px rgba(255,25,25,0.48),
        0 0 14px rgba(255,0,0,0.22);
}


body.brand-preview-c .brand-tagline {
    display: block;
    width: 100%;
    margin-left: 0;
    color: #f5f5f5;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.2px;
}

.logo-mark {
    width: 74px;
    height: 74px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
    overflow: hidden;
    flex-shrink: 0;
}

.logo-mark-slim {
    width: 50px;
    height: 50px;
    border-radius: 13px;
}

.custom-logo-mark img {
    width: 110%;
    height: 110%;
    object-fit: contain;
    transform: scale(1.15);
}

.logo-fallback-text {
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 0.5px;
    font-family: Arial, Helvetica, sans-serif;
}

.logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-text-slim small {
    margin-top: 3px;
    font-size: 11px;
}

.site-title-brand {
    display: block;
    margin: 0;
    color: #ffffff;
    font-family: "Arial Black", Impact, Haettenschweiler, sans-serif;
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1.2px;
    line-height: 0.9;
    transform: skewX(-12deg);
    text-shadow:
        0 2px 0 rgba(0, 0, 0, 0.15),
        0 6px 14px rgba(0, 0, 0, 0.25);
    position: relative;
}

.logo-text-slim .site-title-brand {
    font-size: 24px;
    letter-spacing: -0.8px;
    transform: skewX(-10deg);
}

.site-title-brand::after {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    background: #00e0b3;
    margin-top: 6px;
    border-radius: 2px;
}

.logo-text small {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.nav-bar {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--border);
    position: relative;
    z-index: 1;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    flex-shrink: 0;
}

.nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
    transition: transform .2s ease, opacity .2s ease;
}

.nav-inner {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    min-height: 48px;
}

.nav-inner a {
    font-size: 14px;
    font-weight: 700;
    color: #223041;
}

.nav-inner a:hover {
    color: var(--primary);
}

/* =====================================================
   TITLES
===================================================== */

.section-title-line {
    margin-bottom: 18px;
}

.section-title-line h2,
.section-title-line h3,
.page-title {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.6px;
}

.small-line h3 {
    font-size: 24px;
}

/* =====================================================
   TAGS
===================================================== */

.tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.mini-tag {
    display: inline-block;
    font-size: 11px;
    color: var(--primary);
    font-weight: 800;
    margin-bottom: 6px;
}

/* =====================================================
   EMPTY
===================================================== */

.empty-state {
    background: #fff;
    border: 1px dashed #cfd6e4;
    border-radius: 18px;
    padding: 24px;
    color: var(--muted);
}

.big-empty {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
}

/* =====================================================
   MATCHES CARDS
===================================================== */

.ticker-block {
    margin-bottom: 28px;
}

.matches-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.match-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 16px;
    box-shadow: var(--shadow);
}

.match-card-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 12px;
    color: var(--muted);
    font-weight: 700;
}

.match-card-center {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
}

.team-side {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.score-side {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
    font-weight: 900;
    color: var(--accent);
}

.match-card-bottom {
    margin-top: 12px;
    font-size: 12px;
    color: var(--muted);
}

/* =====================================================
   HOME
===================================================== */

.home-pro-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) 370px;
    gap: 26px;
}

.hero-pro-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background: #111;
    box-shadow: var(--shadow);
    margin-bottom: 28px;
}

.hero-pro-card img {
    height: 600px;
    object-fit: cover;
}

.hero-pro-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 32px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.08));
    color: #fff;
}

.hero-pro-overlay h1 {
    font-size: 56px;
    line-height: 1.02;
    margin: 14px 0 12px;
    font-weight: 900;
    letter-spacing: -1px;
}

.hero-pro-overlay p {
    font-size: 20px;
    line-height: 1.45;
    max-width: 900px;
    color: rgba(255, 255, 255, 0.95);
}

.latest-pro-list {
    display: grid;
    gap: 18px;
}

.latest-pro-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.latest-pro-link {
    display: grid;
    grid-template-columns: 320px 1fr;
    align-items: stretch;
}

.latest-pro-image img {
    height: 100%;
    min-height: 220px;
    object-fit: cover;
}

.latest-pro-content {
    padding: 24px;
}

.latest-pro-content h3 {
    font-size: 30px;
    line-height: 1.14;
    margin: 12px 0 12px;
    font-weight: 900;
    letter-spacing: -0.5px;
}

.latest-pro-content p {
    color: var(--muted);
    line-height: 1.65;
    font-size: 16px;
}

.meta-line {
    margin-top: 14px;
    font-size: 13px;
    color: #8b93a6;
    font-weight: 700;
}

.home-secondary-column {
    display: grid;
    gap: 20px;
    align-content: start;
}

.sidebar-panel {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 20px;
    box-shadow: var(--shadow);
}

.mini-articles {
    display: grid;
    gap: 16px;
}

.mini-article-card a {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 12px;
    align-items: start;
}

.mini-article-image img {
    height: 78px;
    object-fit: cover;
    border-radius: 10px;
}

.mini-article-text h4 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 800;
}

/* =====================================================
   POSITIONS MINI
===================================================== */

.positions-wrap {
    overflow-x: auto;
}

.positions-mini-table {
    width: 100%;
    border-collapse: collapse;
}

.positions-mini-table th,
.positions-mini-table td {
    padding: 10px 8px;
    border-bottom: 1px solid var(--border);
    text-align: left;
    font-size: 14px;
}

.positions-mini-table th {
    background: #f8fafc;
    font-weight: 800;
}

.sidebar-link-btn {
    display: inline-block;
    margin-top: 16px;
    background: var(--accent);
    color: #08312d;
    padding: 11px 14px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 900;
}

/* =====================================================
   ARTICLE
===================================================== */

.article-pro-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) 340px;
    gap: 26px;
}

.article-pro-main {
    display: grid;
    gap: 20px;
}

.article-pro-head,
.article-pro-image,
.article-pro-content,
.positions-pro-box {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 22px;
    box-shadow: var(--shadow);
}

.article-pro-head {
    padding: 30px;
}

.article-pro-image {
    overflow: hidden;
}

.article-pro-image img {
    max-height: 680px;
    object-fit: cover;
}

.article-pro-content {
    padding: 32px;
}

.article-category {
    display: inline-block;
    color: var(--primary);
    font-weight: 900;
    margin-bottom: 14px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.article-title {
    font-size: 58px;
    line-height: 1.02;
    font-weight: 900;
    margin-bottom: 18px;
    letter-spacing: -1px;
}

.article-bajada {
    font-size: 24px;
    color: var(--muted);
    line-height: 1.45;
    margin-bottom: 18px;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    font-size: 14px;
    color: #7b8498;
    font-weight: 700;
}

.article-content-html {
    font-size: 20px;
    line-height: 1.9;
    color: #1f2937;
}

.article-content-html p,
.article-content-html ul,
.article-content-html ol,
.article-content-html h2,
.article-content-html h3,
.article-content-html h4,
.article-content-html blockquote {
    margin-bottom: 18px;
}

.article-content-html h2 {
    font-size: 34px;
    line-height: 1.15;
}

.article-content-html h3 {
    font-size: 28px;
    line-height: 1.2;
}

.article-content-html ul,
.article-content-html ol {
    padding-left: 24px;
}

/* =====================================================
   CATEGORY
===================================================== */

.standard-page-block {
    display: grid;
    gap: 20px;
}

.category-pro-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.category-pro-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.category-pro-card img {
    height: 220px;
    object-fit: cover;
}

.category-pro-body {
    padding: 20px;
}

.category-pro-body h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 900;
}

.category-pro-body p {
    color: var(--muted);
    line-height: 1.6;
}

/* =====================================================
   AGENDA
===================================================== */

.agenda-pro-list {
    display: grid;
    gap: 16px;
}

.agenda-pro-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 20px;
    box-shadow: var(--shadow);
    padding: 22px;
}

.agenda-pro-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.agenda-pro-middle {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 14px;
    align-items: center;
}

.agenda-pro-middle h3 {
    font-size: 24px;
    font-weight: 900;
}

.agenda-score {
    font-size: 28px;
    font-weight: 900;
    color: var(--accent);
}

.agenda-pro-bottom {
    margin-top: 14px;
    color: var(--muted);
    font-size: 14px;
}

/* =====================================================
   POSITIONS FULL
===================================================== */

.positions-pro-box {
    padding: 20px;
}

.positions-table-wrap {
    overflow-x: auto;
}

.positions-full-table {
    width: 100%;
    border-collapse: collapse;
}

.positions-full-table th,
.positions-full-table td {
    padding: 12px 10px;
    border-bottom: 1px solid var(--border);
    text-align: left;
    font-size: 14px;
}

.positions-full-table th {
    background: #f8fafc;
    font-weight: 900;
}

/* =====================================================
   FOOTER
===================================================== */

.site-footer {
    margin-top: 34px;
    background: var(--dark);
    color: #fff;
    padding: 28px 0;
}

.footer-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 20px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-brand h3 {
    margin-bottom: 6px;
}

.footer-brand p,
.footer-copy p {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255,255,255,0.84);
}

.footer-link-item {
    font-size: 14px;
    font-weight: 700;
    color: rgba(255,255,255,0.86);
    transition: color .2s ease;
}

.footer-about-link {
    margin-top: 10px;
}

.footer-link-item:hover {
    color: #ffffff;
}

.footer-socials-wrap {
    display: flex;
    justify-content: center;
}

.footer-socials {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.footer-social-link {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.04);
    color: rgba(255,255,255,0.86);
    transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}

.footer-social-link:hover {
    color: #ffffff;
    border-color: rgba(255,255,255,0.28);
    background: rgba(255,255,255,0.08);
    transform: translateY(-1px);
}

.footer-social-link svg {
    width: 16px;
    height: 16px;
    display: block;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
}

.footer-social-link svg path {
    fill: currentColor;
    stroke: none;
}

.footer-social-fill {
    fill: currentColor;
    stroke: none;
}

.footer-admin-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,0.42);
    transition: color .2s ease;
}

.footer-admin-link:hover {
    color: rgba(255,255,255,0.72);
}

.footer-copy {
    justify-self: end;
    text-align: right;
}

/* =====================================================
   MARCADORES / LIVE
===================================================== */

.live-home-block {
    margin-bottom: 28px;
}

.live-home-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.live-home-col {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 18px;
    box-shadow: var(--shadow);
}

.live-section-title {
    font-size: 22px;
    margin-bottom: 14px;
    font-weight: 900;
}

.live-list {
    display: grid;
    gap: 10px;
}

.live-row {
    background: #fff;
    border-radius: 12px;
    padding: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

.live-row:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.live-row.live-now {
    border-left: 4px solid #ef4444;
    background: linear-gradient(90deg, rgba(239, 68, 68, 0.06), transparent);
    animation: fadeLive 1s infinite alternate;
}

.live-row.result {
    opacity: 0.9;
}

.live-teams {
    display: flex;
    gap: 12px;
    align-items: center;
    font-weight: 700;
    flex-wrap: wrap;
}

.live-now .live-teams strong {
    font-size: 18px;
    font-weight: 900;
}

.live-time {
    font-size: 13px;
    color: #666;
    font-weight: 700;
    white-space: nowrap;
}

.live-badge {
    color: #ef4444;
    font-weight: 900;
    font-size: 12px;
    position: relative;
    padding-left: 14px;
}

.live-badge::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ef4444;
    box-shadow: 0 0 0 rgba(239, 68, 68, 0.55);
    animation: liveDotPulse 1.5s infinite;
}

.score-pulse {
    animation: scorePulse 1.2s infinite alternate;
}

.update-time {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
}

.team-with-logo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.team-logo {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
}

/* HEADER DEL BLOQUE MARCADORES */
.section-title-live {
    background: linear-gradient(135deg, #111827, #1f2937);
    border-radius: 16px;
    padding: 16px 20px;
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.section-title-live > div {
    display: flex;
    flex-direction: column;
}

.section-title-live h2 {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.live-dot-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
}

.live-dot-label::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ef4444;
    margin-right: 6px;
    animation: livePulse 1.5s infinite;
}

/* RESULTADOS EN TARJETAS */
.results-latest-block {
    margin-bottom: 28px;
}

.latest-results-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.result-latest-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 16px;
    box-shadow: var(--shadow);
}

.result-latest-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 12px;
    color: var(--muted);
    font-weight: 700;
}

.result-latest-middle {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
}

.result-latest-bottom {
    margin-top: 12px;
    font-size: 12px;
    color: var(--muted);
}

/* =====================================================
   ANIMACIONES
===================================================== */

@keyframes liveDotPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.55);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(239, 68, 68, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    }
}

@keyframes scorePulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.06);
    }
}

@keyframes fadeLive {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.01);
    }
}

@keyframes livePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.6);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(239, 68, 68, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    }
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1180px) {
    .matches-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-pro-grid,
    .article-pro-layout {
        grid-template-columns: 1fr;
    }

    .category-pro-grid {
        grid-template-columns: 1fr 1fr;
    }

    .latest-results-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1100px) {
    .container {
        width: min(100%, 95%);
    }

    .home-pro-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .home-secondary-column {
        grid-template-columns: 1fr 1fr;
        display: grid;
        gap: 20px;
    }

    .live-home-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .home-primary-column,
    .home-secondary-column,
    .article-pro-main,
    .standard-page-block {
        min-width: 0;
    }

    .hero-pro-card img {
        height: 460px;
    }

    .hero-pro-overlay h1 {
        font-size: 40px;
        line-height: 1.05;
    }

    .latest-pro-link {
        grid-template-columns: 260px 1fr;
    }

    .latest-pro-content h3 {
        font-size: 25px;
    }

    .article-pro-layout {
        grid-template-columns: 1fr;
    }

    .category-pro-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .main-header-inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .logo-wrap {
        gap: 12px;
        flex: 1;
        min-width: 0;
    }

    .brand-wordmark {
        font-size: 40px;
        letter-spacing: -2.4px;
    }

    .brand-tagline {
    display: block;
    width: 100%;
    margin-left: 0;
    color: #f5f5f5;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.2px;
}

    .logo-mark-slim {
        width: 46px;
        height: 46px;
    }

    .logo-text-slim .site-title-brand {
        font-size: 21px;
    }

    .logo-mark {
        width: 62px;
        height: 62px;
        border-radius: 16px;
    }

    .site-title-brand {
        font-size: 28px;
        transform: skewX(-10deg);
    }

    .logo-text small {
        font-size: 12px;
        margin-top: 5px;
    }

    .nav-bar {
        display: none !important;
        overflow: hidden;
        border-top: 1px solid rgba(221, 229, 234, 0.85);
    }

    .nav-bar.is-open {
        display: block !important;
    }

    .nav-inner {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 0;
        width: 100%;
        min-width: 0;
        padding: 10px 0;
    }

    .nav-inner a {
        display: block;
        width: 100%;
        font-size: 14px;
        white-space: normal;
        padding: 12px 4px;
        border-bottom: 1px solid rgba(221, 229, 234, 0.7);
    }

    .nav-inner a:last-child {
        border-bottom: 0;
    }

    .nav-inner a:hover {
        color: var(--primary);
    }

    .section-title-line h2,
    .section-title-line h3,
    .page-title {
        font-size: 24px;
    }

    .section-title-live {
        padding: 14px 16px;
        border-radius: 14px;
    }

    .section-title-live h2 {
        font-size: 15px;
        letter-spacing: 0.8px;
    }

    .update-time {
        font-size: 11px;
    }

    .live-dot-label {
        font-size: 11px;
    }

    .live-home-col {
        padding: 16px;
    }

    .live-section-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .live-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 12px;
    }

    .live-teams {
        width: 100%;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: nowrap;
    }

    .live-teams strong {
        font-size: 16px;
        white-space: nowrap;
    }

    .team-with-logo {
        gap: 6px;
        min-width: 0;
    }

    .team-with-logo span {
        font-size: 13px;
        line-height: 1.2;
    }

    .team-logo {
        width: 20px;
        height: 20px;
    }

    .live-time {
        font-size: 12px;
        white-space: normal;
    }

    .hero-pro-card {
        border-radius: 20px;
    }

    .hero-pro-card img {
        height: 360px;
    }

    .hero-pro-overlay {
        padding: 22px;
    }

    .hero-pro-overlay h1 {
        font-size: 32px;
        line-height: 1.08;
        letter-spacing: -0.6px;
    }

    .hero-pro-overlay p {
        font-size: 16px;
        line-height: 1.45;
    }

    .latest-pro-link {
        grid-template-columns: 1fr;
    }

    .latest-pro-image img {
        min-height: 220px;
        height: 220px;
    }

    .latest-pro-content {
        padding: 18px;
    }

    .latest-pro-content h3 {
        font-size: 22px;
        line-height: 1.2;
    }

    .latest-pro-content p {
        font-size: 15px;
    }

    .home-secondary-column {
        grid-template-columns: 1fr;
    }

    .mini-article-card a {
        grid-template-columns: 90px 1fr;
    }

    .mini-article-image img {
        height: 68px;
    }

    .mini-article-text h4 {
        font-size: 15px;
    }

    .article-pro-head,
    .article-pro-content,
    .positions-pro-box,
    .sidebar-panel {
        padding: 18px;
    }

    .article-title {
        font-size: 34px;
        line-height: 1.08;
    }

    .article-bajada {
        font-size: 19px;
    }

    .article-content-html {
        font-size: 18px;
        line-height: 1.8;
    }

    .article-pro-image img {
        max-height: 500px;
    }

    .category-pro-grid {
        grid-template-columns: 1fr;
    }

    .category-pro-card img {
        height: 210px;
    }

    .agenda-pro-middle {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .agenda-pro-middle h3 {
        font-size: 20px;
    }

    .agenda-score {
        font-size: 24px;
    }

    .positions-wrap,
    .positions-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .positions-mini-table,
    .positions-full-table {
        min-width: 560px;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }
}

@media (max-width: 860px) {
    .hero-pro-card img {
        height: 380px;
    }

    .hero-pro-overlay h1 {
        font-size: 34px;
    }

    .hero-pro-overlay p {
        font-size: 17px;
    }

    .latest-pro-link {
        grid-template-columns: 1fr;
    }

    .latest-pro-image img {
        min-height: 220px;
    }

    .article-title {
        font-size: 38px;
    }

    .article-bajada {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .site-main {
        padding: 20px 0 36px;
    }

    .container {
        width: min(100%, 94%);
    }

    .main-header,
    .main-header-slim {
        padding: 8px 0;
    }

    .main-header-inner,
    .main-header-inner-slim {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

    .logo-wrap,
    .logo-wrap-slim {
        gap: 10px;
        min-width: 0;
        width: auto;
        flex: 1;
    }

    .brand-wordmark {
        font-size: 31px;
        letter-spacing: -2px;
    }

    .brand-tagline {
    display: block;
    width: 100%;
    margin-left: 0;
    color: #f5f5f5;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.2px;
}

    .logo-mark-slim {
        width: 40px;
        height: 40px;
        border-radius: 11px;
    }

    .logo-text-slim .site-title-brand {
        font-size: 18px;
        letter-spacing: -0.4px;
    }

    .logo-text-slim small {
        font-size: 10px;
        line-height: 1.3;
    }

    .logo-mark {
        width: 52px;
        height: 52px;
        border-radius: 14px;
    }

    .site-title-brand {
        font-size: 21px;
        line-height: 1;
        letter-spacing: -0.4px;
        transform: skewX(-8deg);
    }

    .logo-text small {
        font-size: 11px;
        margin-top: 4px;
    }

    .nav-toggle {
        width: 40px;
        height: 40px;
        border-radius: 11px;
    }

    .nav-toggle span {
        width: 16px;
    }

    .nav-inner {
        padding: 8px 0;
    }

    .nav-inner a {
        font-size: 13px;
        padding: 11px 0;
    }

    .section-title-line {
        margin-bottom: 14px;
    }

    .section-title-line h2,
    .section-title-line h3,
    .page-title {
        font-size: 21px;
        line-height: 1.15;
    }

    .small-line h3 {
        font-size: 19px;
    }

    .section-title-live {
        padding: 12px 14px;
        gap: 8px;
        align-items: flex-start;
    }

    .section-title-live h2 {
        font-size: 14px;
        letter-spacing: 0.6px;
    }

    .update-time {
        font-size: 10px;
        margin-top: 4px;
    }

    .live-dot-label {
        font-size: 10px;
    }

    .live-home-block {
        margin-bottom: 22px;
    }

    .live-home-col {
        padding: 14px;
        border-radius: 16px;
    }

    .live-section-title {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .live-list {
        gap: 8px;
    }

    .live-row {
        padding: 11px;
        border-radius: 10px;
    }

    .live-badge {
        font-size: 11px;
        padding-left: 12px;
    }

    .live-badge::before {
        width: 7px;
        height: 7px;
        top: 3px;
    }

    .live-teams {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex-wrap: wrap;
    }

    .live-teams strong {
        font-size: 18px;
        align-self: center;
    }

    .team-with-logo {
        width: 100%;
    }

    .team-with-logo span {
        font-size: 13px;
    }

    .team-logo {
        width: 20px;
        height: 20px;
    }

    .live-time {
        font-size: 11px;
    }

    .matches-grid,
    .category-pro-grid,
    .latest-results-grid {
        grid-template-columns: 1fr;
    }

    .home-pro-grid,
    .article-pro-layout,
    .home-primary-column,
    .home-secondary-column,
    .standard-page-block {
        min-width: 0;
    }

    .match-card-center,
    .agenda-pro-middle {
        grid-template-columns: 1fr;
    }

    .hero-pro-card {
        border-radius: 18px;
    }

    .hero-pro-card img {
        height: 280px;
    }

    .hero-pro-overlay {
        padding: 16px;
    }

    .hero-pro-overlay h1 {
        font-size: 24px;
        line-height: 1.1;
        margin: 10px 0 8px;
    }

    .hero-pro-overlay p {
        font-size: 14px;
        line-height: 1.4;
    }

    .tag {
        min-height: 26px;
        padding: 0 10px;
        font-size: 11px;
    }

    .latest-pro-card {
        border-radius: 16px;
    }

    .latest-pro-image img {
        height: 190px;
        min-height: 190px;
    }

    .latest-pro-content {
        padding: 15px;
    }

    .latest-pro-content h3 {
        font-size: 20px;
        margin: 10px 0;
    }

    .latest-pro-content p {
        font-size: 14px;
        line-height: 1.55;
    }

    .meta-line {
        font-size: 12px;
        margin-top: 10px;
    }

    .sidebar-panel {
        border-radius: 16px;
        padding: 15px;
    }

    .ad-sidebar,
    .ad-inline {
        margin-top: 14px;
    }

    .mini-article-card a {
        grid-template-columns: 82px 1fr;
        gap: 10px;
    }

    .mini-article-image img {
        height: 62px;
        border-radius: 8px;
    }

    .mini-article-text h4 {
        font-size: 14px;
        line-height: 1.25;
    }

    .positions-mini-table th,
    .positions-mini-table td,
    .positions-full-table th,
    .positions-full-table td {
        padding: 10px 8px;
        font-size: 13px;
    }

    .sidebar-link-btn {
        width: 100%;
        text-align: center;
        padding: 12px 14px;
    }

    .article-pro-head,
    .article-pro-content,
    .positions-pro-box {
        padding: 16px;
        border-radius: 18px;
    }

    .article-title {
        font-size: 28px;
    }

    .article-bajada {
        font-size: 17px;
        line-height: 1.4;
    }

    .article-meta {
        gap: 10px;
        font-size: 12px;
    }

    .article-pro-image {
        border-radius: 18px;
    }

    .article-pro-image img {
        max-height: 320px;
    }

    .article-content-html {
        font-size: 17px;
        line-height: 1.75;
    }

    .article-content-html h2 {
        font-size: 25px;
    }

    .article-content-html h3 {
        font-size: 21px;
    }

    .category-pro-card {
        border-radius: 16px;
    }

    .category-pro-card img {
        height: 190px;
    }

    .category-pro-body {
        padding: 16px;
    }

    .category-pro-body h3 {
        font-size: 20px;
    }

    .category-pro-body p {
        font-size: 14px;
    }

    .agenda-pro-card {
        padding: 16px;
        border-radius: 16px;
    }

    .agenda-pro-top,
    .agenda-pro-bottom {
        font-size: 12px;
    }

    .agenda-pro-middle h3 {
        font-size: 18px;
    }

    .agenda-score {
        font-size: 22px;
    }

    .site-footer {
        padding: 22px 0;
    }

    .footer-brand h3 {
        font-size: 18px;
    }

    .footer-brand p,
    .footer-copy p {
        font-size: 13px;
        line-height: 1.5;
    }

    .footer-socials-wrap {
        width: 100%;
        justify-content: flex-start;
    }

    .footer-copy {
        width: 100%;
        justify-self: start;
        text-align: left;
    }
}

@media (max-width: 420px) {
    .container {
        width: min(100%, calc(100% - 20px));
    }

    .main-header,
    .main-header-slim {
        padding: 7px 0;
    }

    .nav-toggle {
        width: 38px;
        height: 38px;
    }

    .site-title-brand {
        font-size: 18px;
    }

    .brand-wordmark {
        font-size: 26px;
        letter-spacing: -1.7px;
    }

    .brand-tagline {
    display: block;
    width: 100%;
    margin-left: 0;
    color: #f5f5f5;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.2px;
}

    .logo-mark {
        width: 46px;
        height: 46px;
    }

    .hero-pro-card img {
        height: 240px;
    }

    .hero-pro-overlay h1 {
        font-size: 22px;
    }

    .latest-pro-content h3 {
        font-size: 18px;
    }

    .article-title {
        font-size: 24px;
    }

    .article-bajada {
        font-size: 16px;
    }

    .logo-text small {
        font-size: 10px;
    }

    .nav-inner a {
        font-size: 11px;
    }

    .sidebar-panel,
    .latest-pro-content,
    .category-pro-body,
    .article-pro-head,
    .article-pro-content,
    .positions-pro-box {
        padding: 14px;
    }

    .team-with-logo span {
        font-size: 12px;
    }

    .live-teams strong {
        font-size: 16px;
    }
}






.team-logo {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}







.match-card-vertical {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.match-team-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.match-team-left {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    flex: 1;
}

.match-team-left span {
    font-weight: 600;
    line-height: 1.2;
}

.match-team-score {
    min-width: 26px;
    text-align: right;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.match-team-line.winner .match-team-left span,
.match-team-line.winner .match-team-score {
    font-weight: 800;
}

.match-team-line.loser {
    opacity: 0.92;
}

.match-team-line.draw .match-team-score {
    font-weight: 800;
}

.live-row.result {
    align-items: stretch;
}

.live-row.result .live-time {
    margin-top: 8px;
    text-align: right;
}

.live-row .live-teams {
    width: 100%;
}

#nextMatches .live-row,
#resultMatches .live-row {
    margin-bottom: 12px;
}




.ad-top img {
    width: 100%;
    height: auto;
    display: block;
}

/* =====================================================
   NAV RESPONSIVE AISLADO
===================================================== */

@media (min-width: 1025px) {
    .site-header .nav-toggle {
        display: none !important;
    }

    .site-header .nav-bar {
        display: block !important;
    }
}

@media (max-width: 1024px) {
    .site-header .main-header-inner,
    .site-header .main-header-inner-slim {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important;
    }

    .site-header .logo-wrap,
    .site-header .logo-wrap-slim {
        flex: 1 1 auto;
        min-width: 0;
        width: auto;
    }

    .site-header .nav-toggle {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .site-header .nav-bar {
        display: none !important;
        width: 100%;
        overflow: hidden;
        border-top: 1px solid rgba(221, 229, 234, 0.85);
        background: rgba(255, 255, 255, 0.98);
    }

    .site-header .nav-bar.is-open {
        display: block !important;
    }

    .site-header .nav-inner {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 0;
        width: 100%;
        min-width: 0;
        padding: 10px 0 !important;
        min-height: 0;
    }

    .site-header .nav-inner a {
        display: block !important;
        width: 100%;
        font-size: 14px;
        font-weight: 700;
        color: #223041;
        padding: 12px 4px !important;
        border-bottom: 1px solid rgba(221, 229, 234, 0.7);
        white-space: normal;
    }

    .site-header .nav-inner a:last-child {
        border-bottom: 0;
    }
}






.footer-wordmark {
    margin: 0 0 8px;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -2.2px;
    line-height: 0.95;
    text-transform: uppercase;
}

.footer-wordmark .brand-letter {
    display: inline-block;
}

.footer-letter-white-outline {
    color: #ffffff;
    text-shadow: -2px 0 #000000, 0 2px #000000, 2px 0 #000000, 0 -2px #000000, -2px -2px #000000, 2px 2px #000000, -2px 2px #000000, 2px -2px #000000;
}

@media (max-width: 768px) {
    .footer-wordmark {
        font-size: 28px;
        letter-spacing: -1.6px;
    }
}

.footer-wordmark .brand-letter-black {
    color: #000000;
    text-shadow: -2px 0 #ffffff, 0 2px #ffffff, 2px 0 #ffffff, 0 -2px #ffffff, -2px -2px #ffffff, 2px 2px #ffffff, -2px 2px #ffffff, 2px -2px #ffffff;
}

.footer-wordmark .brand-letter-red {
    color: #f21f1f;
    text-shadow:
        -1px 0 #ffffff,
        0 1px #ffffff,
        1px 0 #ffffff,
        0 -1px #ffffff,
        0 0 4px rgba(255, 80, 80, 0.42),
        0 0 9px rgba(255, 0, 0, 0.18);
}
