:root {
  --dm-bg: #05070b;
  --dm-bg-soft: #0c111b;
  --dm-surface: #ffffff;
  --dm-surface-soft: #f4f7fb;
  --dm-text: #101827;
  --dm-muted: #667085;
  --dm-line: #e7ebf1;
  --dm-blue: #0969ff;
  --dm-blue-2: #0051d9;
  --dm-red: #ef233c;
  --dm-radius: 18px;
  --dm-shadow: 0 18px 50px rgba(13, 29, 55, .12);
  --dm-container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--dm-text); background: #fff; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--dm-blue); }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
.dm-container { width: min(calc(100% - 32px), var(--dm-container)); margin-inline: auto; }
.dm-narrow { max-width: 900px; }
.dm-section { padding: 56px 0; }
.dm-skip-link { position: absolute; left: -9999px; }
.dm-skip-link:focus { left: 12px; top: 12px; z-index: 9999; background: #fff; padding: 10px 14px; border-radius: 8px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.dm-header { position: relative; z-index: 50; background: var(--dm-bg); color: #fff; }
.dm-topbar { background: #020307; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 12px; font-weight: 700; letter-spacing: .03em; }
.dm-topbar__inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.dm-topbar__left, .dm-social-links { display: flex; align-items: center; gap: 14px; }
.dm-live-dot { width: 8px; height: 8px; background: var(--dm-red); border-radius: 50%; box-shadow: 0 0 0 4px rgba(239,35,60,.14); animation: dmPulse 1.8s infinite; }
.dm-topbar__tagline { color: #9da8b8; font-weight: 500; }
.dm-social-links a { color: inherit; opacity: .88; }
.dm-social-links a:hover { opacity: 1; color: #71a9ff; }

.dm-brandbar { background: radial-gradient(circle at 25% 0%, #111b2d 0, #05070b 42%, #020307 100%); }
.dm-brandbar__inner { min-height: 138px; display: flex; align-items: center; gap: 28px; }
.dm-brand { width: 118px; flex: 0 0 auto; }
.dm-brand img, .dm-brand .custom-logo { width: 118px; height: 118px; object-fit: contain; }
.dm-brandbar__copy { display: flex; flex-direction: column; min-width: 0; }
.dm-brandbar__copy strong { font-size: clamp(28px, 3vw, 42px); letter-spacing: -.04em; line-height: 1.05; }
.dm-brandbar__copy > span:last-child { color: #a8b2c3; margin-top: 5px; }
.dm-kicker { color: #3b8cff; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .16em; margin-bottom: 8px; }
.dm-live-cta { margin-left: auto; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding: 12px 18px; display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 800; }
.dm-live-cta span { width: 9px; height: 9px; border-radius: 50%; background: var(--dm-red); box-shadow: 0 0 0 4px rgba(239,35,60,.14); }
.dm-live-cta:hover { color: #fff; background: rgba(255,255,255,.06); }

.dm-nav { position: sticky; top: 0; background: rgba(6, 9, 15, .98); backdrop-filter: blur(12px); border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); }
.dm-nav__inner { min-height: 56px; display: flex; align-items: center; gap: 16px; }
.dm-nav__menu { min-width: 0; flex: 1; }
.dm-nav__list { list-style: none; display: flex; align-items: center; gap: 2px; margin: 0; padding: 0; overflow-x: auto; scrollbar-width: none; }
.dm-nav__list::-webkit-scrollbar { display: none; }
.dm-nav__list li { flex: 0 0 auto; }
.dm-nav__list a { display: block; color: #e8edf5; font-size: 13px; font-weight: 760; padding: 18px 10px; white-space: nowrap; }
.dm-nav__list a:hover { color: #fff; background: rgba(255,255,255,.05); }
.dm-nav-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; }
.dm-nav-toggle > span:not(.screen-reader-text) { display: block; height: 2px; background: #fff; margin: 5px 0; }
.dm-nav-search { display: flex; align-items: center; width: 210px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.05); border-radius: 999px; overflow: hidden; }
.dm-nav-search input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: #fff; padding: 9px 0 9px 14px; font-size: 13px; }
.dm-nav-search input::placeholder { color: #8490a2; }
.dm-nav-search button { border: 0; background: transparent; color: #fff; padding: 8px 13px; cursor: pointer; }

.dm-breaking { background: #eff5ff; border-bottom: 1px solid #d8e7ff; }
.dm-breaking__inner { min-height: 44px; display: flex; align-items: center; gap: 14px; font-size: 14px; }
.dm-breaking__inner strong { background: var(--dm-blue); color: #fff; padding: 5px 9px; border-radius: 6px; font-size: 11px; letter-spacing: .08em; }
.dm-breaking__inner a { font-weight: 760; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.dm-hero-section { background: linear-gradient(180deg, #f8fbff 0, #fff 100%); }
.dm-hero-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(320px, .8fr); gap: 22px; }
.dm-hero-main { min-height: 580px; border-radius: 24px; overflow: hidden; position: relative; background: #0d1625; box-shadow: var(--dm-shadow); }
.dm-hero-main__media { position: absolute; inset: 0; color: #fff; }
.dm-hero-main__media:hover { color: #fff; }
.dm-hero-main img { width: 100%; height: 100%; object-fit: cover; }
.dm-hero-placeholder { display: grid; place-items: center; height: 100%; font-size: clamp(54px, 9vw, 130px); font-weight: 950; color: #142b56; background: radial-gradient(circle at 60% 30%, #16366b, #070c15 65%); }
.dm-hero-main__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,7,12,0) 25%, rgba(4,7,12,.92) 92%); }
.dm-hero-main__content { position: absolute; left: 34px; right: 34px; bottom: 32px; }
.dm-hero-main__content h1 { margin: 14px 0 8px; font-size: clamp(34px, 4.5vw, 64px); line-height: .98; letter-spacing: -.045em; max-width: 900px; }
.dm-hero-main__content p { margin: 0; max-width: 720px; color: #d4dbe7; font-size: 16px; }
.dm-hero-side { display: grid; gap: 14px; }
.dm-mini-card { border: 1px solid var(--dm-line); border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 0 8px 24px rgba(29, 45, 75, .06); }
.dm-mini-card > a { display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: 14px; align-items: stretch; height: 128px; }
.dm-mini-card__media { min-height: 128px; overflow: hidden; background: #0c1730; display: grid; place-items: center; color: #2979ff; font-size: 26px; font-weight: 900; }
.dm-mini-card__media img { width: 100%; height: 100%; object-fit: cover; }
.dm-mini-card > a > div:last-child { padding: 13px 13px 13px 0; }
.dm-mini-card__date { color: var(--dm-blue); font-size: 11px; font-weight: 780; text-transform: uppercase; }
.dm-mini-card h2 { font-size: 16px; line-height: 1.2; margin: 6px 0 0; letter-spacing: -.02em; }

.dm-chip { display: inline-flex; align-items: center; width: fit-content; background: #eaf2ff; color: #075fd4; border-radius: 999px; padding: 5px 9px; font-size: 10px; line-height: 1; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.dm-chip--blue { background: var(--dm-blue); color: #fff; }
.dm-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.dm-section-heading h2 { margin: 5px 0 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.05; letter-spacing: -.04em; }
.dm-section-heading > a { color: var(--dm-blue); font-weight: 800; font-size: 13px; }
.dm-section-heading--light { color: #fff; }
.dm-section-heading--light > p { color: #b9c2d0; max-width: 470px; margin: 0; }
.dm-eyebrow { color: var(--dm-blue); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.dm-eyebrow i { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--dm-red); box-shadow: 0 0 0 4px rgba(239,35,60,.12); }

.dm-live-section { background: radial-gradient(circle at 15% 0%, #143b7c 0, #081321 30%, #03060b 74%); border-top: 1px solid #0c2e5f; border-bottom: 1px solid #0c2e5f; }
.dm-live-layout { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(300px, .65fr); gap: 24px; }
.dm-player-shell { aspect-ratio: 16/9; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; overflow: hidden; background: #000; box-shadow: 0 30px 80px rgba(0,0,0,.34); }
.dm-live-video, .dm-live-iframe { width: 100%; height: 100%; border: 0; background: #000; object-fit: contain; }
.dm-live-placeholder { height: 100%; display: grid; place-items: center; align-content: center; text-align: center; padding: 30px; color: #fff; background: radial-gradient(circle, #0e254e, #02050a 68%); }
.dm-live-placeholder img { width: 150px; margin-bottom: 14px; }
.dm-live-placeholder strong { font-size: 23px; }
.dm-live-placeholder p { color: #aeb9c9; max-width: 560px; }
.dm-live-info { color: #fff; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; padding: 28px; background: rgba(255,255,255,.04); display: flex; flex-direction: column; justify-content: center; }
.dm-live-info h3 { font-size: 30px; line-height: 1.05; margin: 18px 0 10px; letter-spacing: -.035em; }
.dm-live-info p { color: #b8c2d0; }
.dm-live-badge { width: fit-content; display: inline-flex; align-items: center; gap: 8px; background: var(--dm-red); color: #fff; border-radius: 999px; padding: 7px 11px; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.dm-live-badge i { width: 7px; height: 7px; border-radius: 50%; background: #fff; }
.dm-button { display: inline-flex; width: fit-content; background: var(--dm-blue); color: #fff; padding: 12px 17px; border-radius: 999px; font-weight: 800; font-size: 13px; }
.dm-button:hover { color: #fff; background: var(--dm-blue-2); }
.dm-button--light { background: #fff; color: #0a1830; }
.dm-button--light:hover { background: #dfe9f8; color: #0a1830; }

.dm-latest-section { background: #fff; }
.dm-category-section:nth-of-type(even) { background: var(--dm-surface-soft); }
.dm-cards-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.dm-cards-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dm-cards-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dm-card { overflow: hidden; background: #fff; border: 1px solid var(--dm-line); border-radius: var(--dm-radius); transition: transform .2s ease, box-shadow .2s ease; }
.dm-card:hover { transform: translateY(-3px); box-shadow: var(--dm-shadow); }
.dm-card__media { aspect-ratio: 16/9; display: block; overflow: hidden; background: #0d1727; }
.dm-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.dm-card:hover .dm-card__media img { transform: scale(1.035); }
.dm-card__placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: #267cff; font-size: 42px; font-weight: 950; background: radial-gradient(circle at 20% 20%, #15396e, #08101d 70%); }
.dm-card__body { padding: 18px; }
.dm-card__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; color: var(--dm-muted); font-size: 11px; }
.dm-card h3 { font-size: 20px; line-height: 1.15; letter-spacing: -.025em; margin: 13px 0 9px; }
.dm-card p { color: var(--dm-muted); font-size: 13px; margin: 0 0 16px; }
.dm-card__footer { border-top: 1px solid var(--dm-line); padding-top: 12px; display: flex; justify-content: space-between; gap: 10px; font-size: 10px; color: #8590a1; }
.dm-card--skeleton:hover { transform: none; box-shadow: none; }

.dm-follow-section { background: #07111f; color: #fff; padding: 58px 0; }
.dm-follow-section__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.dm-follow-section h2 { margin: 6px 0; font-size: clamp(32px, 4vw, 54px); letter-spacing: -.045em; }
.dm-follow-section p { color: #aab4c2; max-width: 670px; }
.dm-social-links--buttons { flex-wrap: wrap; justify-content: flex-end; }
.dm-social-links--buttons a { opacity: 1; padding: 10px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14); font-size: 12px; font-weight: 800; }
.dm-social-links--buttons a:hover { background: rgba(255,255,255,.08); color: #fff; }

.dm-footer { background: #02050a; color: #b5becb; }
.dm-footer__grid { display: grid; grid-template-columns: 1.15fr 1fr .7fr; gap: 48px; padding: 58px 0; }
.dm-footer__logo { width: 130px; margin-bottom: 16px; }
.dm-footer h2 { color: #fff; font-size: 15px; text-transform: uppercase; letter-spacing: .08em; }
.dm-footer p { max-width: 450px; }
.dm-footer__menu { list-style: none; margin: 0; padding: 0; columns: 2; }
.dm-footer__menu li { break-inside: avoid; margin: 0 0 8px; }
.dm-footer__menu a { font-size: 13px; }
.dm-social-links--footer { align-items: flex-start; flex-direction: column; }
.dm-footer__bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; font-size: 12px; color: #7f8a9b; }

.dm-archive-main, .dm-single-main { background: #f8fafc; min-height: 70vh; }
.dm-content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 34px; align-items: start; }
.dm-page-header { margin-bottom: 28px; }
.dm-page-header h1 { font-size: clamp(34px, 4vw, 58px); line-height: 1; letter-spacing: -.045em; margin: 6px 0 12px; }
.dm-archive-description { color: var(--dm-muted); }
.dm-widget { background: #fff; border: 1px solid var(--dm-line); border-radius: 16px; padding: 18px; margin-bottom: 18px; }
.dm-widget__title { margin-top: 0; font-size: 18px; }
.dm-pagination { margin-top: 30px; }
.dm-pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.dm-pagination .page-numbers { min-width: 38px; height: 38px; display: grid; place-items: center; padding: 0 12px; background: #fff; border: 1px solid var(--dm-line); border-radius: 9px; font-size: 12px; font-weight: 750; }
.dm-pagination .current { background: var(--dm-blue); color: #fff; border-color: var(--dm-blue); }

.dm-article { background: #fff; border: 1px solid var(--dm-line); border-radius: 22px; overflow: hidden; }
.dm-article__header { padding: clamp(24px, 5vw, 52px); padding-bottom: 28px; }
.dm-article__header h1 { font-size: clamp(38px, 5.5vw, 72px); line-height: .98; letter-spacing: -.05em; margin: 18px 0 14px; }
.dm-article__excerpt { font-size: 20px; color: #556071; max-width: 800px; }
.dm-article__byline { font-size: 12px; color: #7b8798; margin-top: 18px; }
.dm-article__featured { margin: 0; }
.dm-article__featured img { width: 100%; max-height: 720px; object-fit: cover; }
.dm-article__content { padding: 36px clamp(24px, 5vw, 70px); font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif; font-size: 19px; line-height: 1.8; }
.dm-article__content h2, .dm-article__content h3 { font-family: Inter, ui-sans-serif, system-ui, sans-serif; line-height: 1.12; letter-spacing: -.03em; }
.dm-article__content a { color: var(--dm-blue); text-decoration: underline; }
.dm-article__content blockquote { margin: 30px 0; padding: 8px 0 8px 24px; border-left: 4px solid var(--dm-blue); font-size: 24px; color: #263b5b; }
.dm-article__footer { padding: 0 36px 36px; }
.dm-tags a { display: inline-block; background: #eef3f9; border-radius: 999px; padding: 6px 10px; margin: 4px; font-size: 11px; }
.dm-related { padding: 0 36px 36px; }
.dm-related .dm-card__body p { display: none; }
.dm-empty-state { text-align: center; padding: 70px 20px; border: 1px dashed #c9d4e2; border-radius: 20px; background: #f8fbff; }
.dm-empty-state h1, .dm-empty-state h2 { margin: 8px 0; }

@keyframes dmPulse { 0%,100% { opacity: 1; } 50% { opacity: .45; } }

@media (max-width: 1080px) {
  .dm-cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dm-hero-grid, .dm-live-layout, .dm-content-layout { grid-template-columns: 1fr; }
  .dm-hero-side { grid-template-columns: repeat(2, 1fr); }
  .dm-hero-main { min-height: 520px; }
  .dm-live-info { min-height: 260px; }
  .dm-content-layout > aside { display: none; }
  .dm-nav-search { width: 180px; }
}

@media (max-width: 760px) {
  .dm-section { padding: 38px 0; }
  .dm-topbar__tagline, .dm-social-links--top { display: none; }
  .dm-brandbar__inner { min-height: 105px; gap: 16px; }
  .dm-brand { width: 82px; }
  .dm-brand img, .dm-brand .custom-logo { width: 82px; height: 82px; }
  .dm-brandbar__copy > span:last-child { display: none; }
  .dm-brandbar__copy strong { font-size: 24px; }
  .dm-kicker { font-size: 9px; }
  .dm-live-cta { display: none; }
  .dm-nav__inner { position: relative; }
  .dm-nav-toggle { display: block; flex: 0 0 auto; }
  .dm-nav__menu { position: absolute; top: 56px; left: 0; right: 0; background: #060a11; border-bottom: 1px solid rgba(255,255,255,.08); display: none; }
  .dm-nav__menu.is-open { display: block; }
  .dm-nav__list { display: block; max-height: 70vh; overflow-y: auto; }
  .dm-nav__list a { padding: 13px 18px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .dm-nav-search { margin-left: auto; width: min(65vw, 250px); }
  .dm-hero-main { min-height: 430px; border-radius: 18px; }
  .dm-hero-main__content { left: 20px; right: 20px; bottom: 20px; }
  .dm-hero-main__content h1 { font-size: 36px; }
  .dm-hero-main__content p { display: none; }
  .dm-hero-side { grid-template-columns: 1fr; }
  .dm-mini-card > a { grid-template-columns: 120px minmax(0, 1fr); height: 112px; }
  .dm-mini-card__media { min-height: 112px; }
  .dm-mini-card h2 { font-size: 14px; }
  .dm-section-heading { align-items: flex-start; }
  .dm-section-heading > p { display: none; }
  .dm-section-heading > a { white-space: nowrap; }
  .dm-cards-grid, .dm-cards-grid--2, .dm-cards-grid--3 { grid-template-columns: 1fr; }
  .dm-card { display: grid; grid-template-columns: 130px minmax(0, 1fr); }
  .dm-card__media { aspect-ratio: auto; height: 100%; min-height: 150px; }
  .dm-card__body { padding: 14px; }
  .dm-card h3 { font-size: 17px; }
  .dm-card p, .dm-card__footer { display: none; }
  .dm-follow-section__inner { align-items: flex-start; flex-direction: column; }
  .dm-social-links--buttons { justify-content: flex-start; }
  .dm-footer__grid { grid-template-columns: 1fr; gap: 24px; }
  .dm-footer__menu { columns: 1; }
  .dm-article__header h1 { font-size: 40px; }
  .dm-article__content { font-size: 18px; padding: 28px 20px; }
  .dm-related { padding: 0 20px 24px; }
}

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

/* v1.1 - Estado de la señal en vivo */
.dm-player-shell { position: relative; }
.dm-live-status {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 4;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.78);
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .02em;
  backdrop-filter: blur(8px);
}
.dm-live-status[hidden] { display: none; }

/* v1.3 — Inicio + estadísticas FPC */
.dm-nav-home {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  padding: 0 12px;
  border-right: 1px solid rgba(255,255,255,.08);
}
.dm-nav-home:hover,
.dm-nav-home[aria-current="page"] { color: #71a9ff; }

.dm-stats-section {
  background:
    radial-gradient(circle at 8% 5%, rgba(9,105,255,.18), transparent 30%),
    linear-gradient(180deg, #06101d 0%, #03070d 100%);
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.dm-stats-heading h2 { color: #fff; }
.dm-stats-heading p { color: #9eabba; }
.dm-stats-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(420px, 1.35fr);
  gap: 18px;
  align-items: start;
}
.dm-stats-card {
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.15);
}
.dm-stats-card__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.dm-stats-card__head span {
  color: #4e96ff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}
.dm-stats-card__head h3 { margin: 0; font-size: 20px; letter-spacing: -.025em; }
.dm-match-list { padding: 4px 14px 12px; }
.dm-match-row { padding: 12px 2px; border-bottom: 1px solid rgba(255,255,255,.07); }
.dm-match-row:last-child { border-bottom: 0; }
.dm-match-row__date { color: #8492a6; font-size: 10px; text-transform: capitalize; margin-bottom: 7px; }
.dm-match-row__teams { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); gap: 10px; align-items: center; }
.dm-match-team { min-width: 0; display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; }
.dm-match-team span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.dm-match-team--away { justify-content: flex-end; text-align: right; }
.dm-team-logo { width: 25px; height: 25px; object-fit: contain; flex: 0 0 25px; }
.dm-team-logo--fallback { display: grid; place-items: center; border-radius: 50%; background: #153a72; color: #7db1ff; font-size: 8px; font-weight: 900; }
.dm-match-score { min-width: 54px; text-align: center; font-size: 14px; color: #fff; background: rgba(9,105,255,.15); border: 1px solid rgba(69,145,255,.2); border-radius: 9px; padding: 5px 7px; }
.dm-match-row__status { margin-top: 6px; text-align: center; color: #6f7e91; font-size: 9px; font-weight: 800; }
.dm-standings-wrap { overflow: auto; max-height: 550px; }
.dm-standings { width: 100%; border-collapse: collapse; font-size: 12px; }
.dm-standings th { position: sticky; top: 0; z-index: 2; background: #0c1624; color: #8290a2; text-align: left; text-transform: uppercase; font-size: 9px; letter-spacing: .08em; padding: 10px; }
.dm-standings td { padding: 10px; border-top: 1px solid rgba(255,255,255,.06); }
.dm-standings th:not(:nth-child(2)), .dm-standings td:not(:nth-child(2)) { text-align: center; }
.dm-standing-team { min-width: 170px; display: flex; align-items: center; gap: 9px; font-weight: 800; }
.dm-standing-team .dm-team-logo { width: 23px; height: 23px; flex-basis: 23px; }
.dm-stats-meta { color: #708095; font-size: 10px; margin-top: 12px; text-align: right; }
.dm-stats-empty { background: rgba(255,255,255,.055); border: 1px dashed rgba(255,255,255,.18); border-radius: 18px; padding: 28px; text-align: center; }
.dm-stats-empty strong { display: block; font-size: 22px; }
.dm-stats-empty p { color: #a4b0bf; }
.dm-stats-empty small { color: #78869a; }

/* Estilos de bloques visibles también en el frontend */
.is-style-dm-bajada { font-size: 1.25em; line-height: 1.55; color: #556071; font-weight: 550; }
.is-style-dm-destacada { border-left: 5px solid var(--dm-blue); padding-left: 22px; font-size: 1.25em; }
.is-style-dm-marco img { border-radius: 18px; box-shadow: var(--dm-shadow); }

@media (max-width: 1180px) {
  .dm-stats-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .dm-stats-card--table { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .dm-nav-home { min-height: 56px; padding-inline: 8px; font-size: 12px; }
  .dm-stats-grid { grid-template-columns: 1fr; }
  .dm-stats-card--table { grid-column: auto; }
  .dm-match-team { font-size: 11px; }
  .dm-team-logo { width: 22px; height: 22px; flex-basis: 22px; }
}

/* v1.4 — YouTube automático + datos avanzados FPC */
.dm-nav-stats-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  color: #79adff;
  font-size: 13px;
  font-weight: 900;
  padding: 0 12px;
  border-right: 1px solid rgba(255,255,255,.08);
}
.dm-nav-stats-link:hover { color: #fff; }
.dm-youtube-offline {
  width: 100%; height: 100%; min-height: 390px;
  display: grid; place-items: center; align-content: center; gap: 10px;
  text-align: center; padding: 34px; color: #fff;
  background: radial-gradient(circle at 50% 30%, #102a58 0%, #02050a 72%);
}
.dm-youtube-offline img { width: 145px; height: auto; margin-bottom: 5px; }
.dm-youtube-offline strong { font-size: clamp(22px, 3vw, 34px); }
.dm-youtube-offline span, .dm-youtube-offline small { color: #aeb9c9; max-width: 620px; }
.dm-youtube-player-label {
  position: absolute; left: 16px; top: 16px; z-index: 3;
  background: rgba(4,9,17,.84); color: #fff; border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px; padding: 8px 11px; font-size: 10px; font-weight: 900; letter-spacing: .08em;
}
.dm-youtube-player-label.is-live { background: #ef233c; border-color: #ef233c; }
.dm-live-info__links { margin-top: 18px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.dm-live-info__links > a:not(.dm-button) { color: #9fc4ff; font-weight: 800; font-size: 13px; }
.dm-stats-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.dm-stats-actions a {
  border: 1px solid rgba(255,255,255,.13); border-radius: 999px; padding: 9px 12px;
  color: #c9d8ec; font-size: 11px; font-weight: 850;
}
.dm-stats-actions a:hover { color: #fff; border-color: #4e96ff; }
.dm-live-scores-panel {
  margin-bottom: 18px; background: linear-gradient(135deg, rgba(239,35,60,.09), rgba(255,255,255,.04));
  border: 1px solid rgba(239,35,60,.22); border-radius: 20px; overflow: hidden;
}
.dm-live-score-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #ef233c; margin-right: 6px; box-shadow: 0 0 0 4px rgba(239,35,60,.12); }
.dm-match-row.is-live .dm-match-score { background: #ef233c; border-color: #ef233c; }
.dm-match-team a, .dm-standing-team a { color: inherit; }
.dm-match-team a:hover, .dm-standing-team a:hover { color: #72aaff; }
.dm-live-scores-empty { min-height: 95px; display: grid; place-items: center; align-content: center; gap: 5px; text-align: center; color: #dbe7f8; }
.dm-live-scores-empty span, .dm-live-scores-empty small { color: #78899f; font-size: 11px; }
.dm-topscorers-preview { margin-top: 22px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); border-radius: 20px; padding: 18px; }
.dm-section-heading--compact { margin-bottom: 12px; }
.dm-section-heading--compact h3 { color: #fff; margin: 0; font-size: 25px; }
.dm-scorers-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; }
.dm-scorer-row { min-width: 0; display: grid; grid-template-columns: 24px 42px minmax(0,1fr); gap: 9px; align-items: center; background: rgba(255,255,255,.045); border-radius: 13px; padding: 10px; position: relative; }
.dm-scorer-row > img { width: 42px; height: 42px; object-fit: cover; border-radius: 50%; background: #101b2a; }
.dm-scorer-rank { color: #559bff; text-align: center; }
.dm-scorer-copy { min-width: 0; }
.dm-scorer-copy b, .dm-scorer-copy a, .dm-scorer-copy span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dm-scorer-copy b { font-size: 12px; color: #fff; }
.dm-scorer-copy a, .dm-scorer-copy span { font-size: 9px; color: #7f90a5; margin-top: 2px; }
.dm-scorer-goals { grid-column: 2 / -1; color: #fff; font-weight: 900; font-size: 15px; }
.dm-scorer-goals small { font-size: 9px; color: #8797aa; font-weight: 700; }

.dm-stats-page { background: #f5f7fa; min-height: 70vh; }
.dm-stats-page-hero { background: radial-gradient(circle at 10% 0,#183f82,#06101d 48%,#03070d); color:#fff; padding: 46px 0; }
.dm-stats-page-hero h1 { margin: 7px 0 8px; font-size: clamp(34px,5vw,62px); letter-spacing:-.04em; }
.dm-stats-page-hero p { color:#aab8ca; max-width:760px; }
.dm-stats-tabs { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.dm-stats-tabs a { color:#cbd9ec; border:1px solid rgba(255,255,255,.14); border-radius:999px; padding:10px 14px; font-weight:850; font-size:12px; }
.dm-stats-tabs a.is-active,.dm-stats-tabs a:hover { background:#0969ff; border-color:#0969ff; color:#fff; }
.dm-stats-page-content { padding: 34px 0 60px; }
.dm-calendar-list { display:grid; gap:12px; }
.dm-calendar-day { background:#fff; border:1px solid #e4e8ef; border-radius:18px; overflow:hidden; box-shadow:0 12px 35px rgba(4,19,41,.05); }
.dm-calendar-day > h2 { margin:0; padding:14px 18px; font-size:14px; background:#091422; color:#fff; text-transform:capitalize; }
.dm-calendar-day .dm-match-list { padding: 4px 16px 12px; }
.dm-calendar-day .dm-match-row { border-color:#e8edf4; color:#121c2b; }
.dm-calendar-day .dm-match-row__date,.dm-calendar-day .dm-match-row__status { color:#718096; }
.dm-calendar-day .dm-match-score { color:#0b1830; background:#eef4ff; }
.dm-calendar-day .dm-match-team a { color:#101927; }
.dm-scorers-table { width:100%; border-collapse:collapse; background:#fff; border-radius:18px; overflow:hidden; box-shadow:0 12px 35px rgba(4,19,41,.05); }
.dm-scorers-table th,.dm-scorers-table td { padding:13px 14px; border-bottom:1px solid #edf0f4; text-align:left; }
.dm-scorers-table th { background:#091422; color:#aab8ca; font-size:10px; text-transform:uppercase; letter-spacing:.08em; }
.dm-scorers-table td:last-child,.dm-scorers-table th:last-child { text-align:center; }
.dm-player-cell { display:flex; align-items:center; gap:10px; font-weight:800; }
.dm-player-cell img { width:38px; height:38px; object-fit:cover; border-radius:50%; }

.dm-team-page { background:#f5f7fa; min-height:70vh; }
.dm-team-hero { background:radial-gradient(circle at 12% 0,#173e80,#07111e 50%,#02060c); color:#fff; padding:42px 0; }
.dm-team-hero__inner { display:flex; align-items:center; gap:24px; }
.dm-team-crest { width:120px; height:120px; object-fit:contain; background:#fff; border-radius:24px; padding:14px; box-shadow:0 18px 45px rgba(0,0,0,.25); }
.dm-team-hero h1 { margin:4px 0 5px; font-size:clamp(36px,5vw,64px); letter-spacing:-.045em; }
.dm-team-hero p { color:#a8b7c9; margin:0; }
.dm-team-body { padding:34px 0 60px; }
.dm-team-kpis { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:12px; margin-bottom:22px; }
.dm-team-kpi { background:#fff; border:1px solid #e4e8ef; border-radius:16px; padding:16px; }
.dm-team-kpi span { display:block; color:#76849a; font-size:10px; font-weight:800; text-transform:uppercase; }
.dm-team-kpi strong { display:block; margin-top:5px; font-size:24px; color:#081424; }
.dm-team-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.dm-team-card { background:#fff; border:1px solid #e4e8ef; border-radius:18px; overflow:hidden; }
.dm-team-card h2 { margin:0; padding:16px 18px; background:#091422; color:#fff; font-size:19px; }
.dm-team-card .dm-match-list { padding:4px 16px 12px; }
.dm-team-card .dm-match-row { border-color:#e8edf4; }
.dm-team-card .dm-match-row__date,.dm-team-card .dm-match-row__status { color:#718096; }
.dm-team-card .dm-match-team a,.dm-team-card .dm-match-team span { color:#0d1725; }
.dm-team-card .dm-match-score { color:#0b1830; background:#eef4ff; }
.dm-team-scorers { padding:12px 16px 16px; }
.dm-team-scorers .dm-scorer-row { background:#f5f7fa; margin-bottom:8px; }
.dm-team-scorers .dm-scorer-copy b,.dm-team-scorers .dm-scorer-goals { color:#0a1524; }

@media (max-width: 1100px) {
  .dm-scorers-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dm-team-kpis { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .dm-nav-stats-link { min-height:56px; padding-inline:8px; font-size:12px; }
  .dm-youtube-offline { min-height:250px; padding:22px; }
  .dm-scorers-grid,.dm-team-grid,.dm-team-kpis { grid-template-columns:1fr; }
  .dm-team-hero__inner { align-items:flex-start; }
  .dm-team-crest { width:86px; height:86px; border-radius:18px; }
  .dm-stats-actions { width:100%; }
}
