.cdb-auto-notice { padding: 18px 20px; border: 1px solid #cddbd4; border-left: 4px solid #0f8a57; border-radius: 12px; background: #fff; color: #34423b; }
.cdb-auto-table-wrap { overflow-x: auto; border: 1px solid #dfe7e3; border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgba(7,61,43,.06); }
.cdb-auto-table { width: 100%; min-width: 650px; border-collapse: collapse; }
.cdb-auto-table th { padding: 13px 12px; color: #fff; background: #073d2b; font-size: .75rem; text-align: center; text-transform: uppercase; }
.cdb-auto-table th:nth-child(2) { text-align: left; }
.cdb-auto-table td { padding: 11px 12px; border-bottom: 1px solid #e7eeea; text-align: center; }
.cdb-auto-table tr:last-child td { border-bottom: 0; }
.cdb-auto-table tr:hover td { background: #f4f8f6; }
.cdb-auto-table tr.is-libertadores td:first-child { box-shadow: inset 4px 0 #168de2; }
.cdb-auto-table tr.is-relegation td:first-child { box-shadow: inset 4px 0 #d62f3a; }
.cdb-auto-team { display: flex; align-items: center; gap: 10px; text-align: left; white-space: nowrap; }
.cdb-auto-team img { width: 28px; height: 28px; object-fit: contain; }
.cdb-auto-updated { margin-top: 8px; color: #66736d; font-size: .72rem; text-align: right; }

.cdb-auto-matches { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.cdb-auto-match { overflow: hidden; border: 1px solid #dfe7e3; border-radius: 15px; background: #fff; box-shadow: 0 6px 17px rgba(7,61,43,.06); }
.cdb-auto-match__meta { display: flex; justify-content: space-between; gap: 10px; padding: 10px 14px; color: #516059; background: #f1f6f3; font-size: .7rem; }
.cdb-auto-match__teams { display: grid; grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr); align-items: center; gap: 6px; padding: 17px 14px; }
.cdb-auto-match__teams > div { display: flex; align-items: center; justify-content: flex-end; gap: 8px; min-width: 0; font-weight: 800; }
.cdb-auto-match__teams > div:last-child { justify-content: flex-start; }
.cdb-auto-match__teams img { flex: 0 0 auto; width: 34px; height: 34px; object-fit: contain; }
.cdb-auto-match__teams span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cdb-auto-match__score { text-align: center; font-size: 1.12rem; }
.cdb-auto-match__info { display: flex; justify-content: space-between; gap: 10px; padding: 10px 14px; border-top: 1px solid #e7eeea; color: #5e6b65; font-size: .72rem; }

.cdb-auto-clubs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.cdb-auto-club-card { position: relative; isolation: isolate; overflow: hidden; display: flex; min-height: 150px; flex-direction: column; justify-content: end; padding: 18px; border-radius: 16px; color: #fff !important; background: linear-gradient(135deg, var(--club-one), color-mix(in srgb, var(--club-one) 82%, #000)); box-shadow: 0 10px 24px rgba(0,0,0,.12); transition: transform .2s ease; }
.cdb-auto-club-card::after { position: absolute; z-index: -1; top: -35px; right: -30px; width: 130px; height: 130px; border: 25px solid color-mix(in srgb, var(--club-two) 42%, transparent); border-radius: 50%; content: ""; opacity: .45; }
.cdb-auto-club-card:hover { transform: translateY(-3px); }
.cdb-auto-club-card > span { position: absolute; top: 14px; left: 16px; display: grid; width: 47px; height: 47px; place-items: center; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; background: rgba(0,0,0,.23); font-size: .75rem; font-weight: 900; }
.cdb-auto-club-card strong { font-size: 1.2rem; }
.cdb-auto-club-card small { color: rgba(255,255,255,.75); font-weight: 700; }

.cdb-auto-offers { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.cdb-auto-offer { overflow: hidden; border: 1px solid #dfe7e3; border-radius: 15px; background: #fff; box-shadow: 0 7px 19px rgba(7,61,43,.06); }
.cdb-auto-offer__image { display: grid; aspect-ratio: 1.22; place-items: center; background: #f6f8f7; font-size: 3rem; }
.cdb-auto-offer__image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.cdb-auto-offer__body { padding: 15px; }
.cdb-auto-offer__body small { color: #0f8a57; font-weight: 800; text-transform: uppercase; }
.cdb-auto-offer__body h3 { min-height: 2.5em; margin: 6px 0; font-size: 1rem; line-height: 1.25; }
.cdb-auto-offer__body del { display: block; color: #7c8982; font-size: .75rem; }
.cdb-auto-offer__price { display: block; margin: 3px 0 11px; color: #073d2b; font-size: 1.25rem; }
.cdb-auto-offer__body a { display: flex; min-height: 42px; align-items: center; justify-content: center; border-radius: 9px; color: #181600; background: #ffc928; font-weight: 900; }
.cdb-auto-affiliate-notice { color: #66736d; font-size: .72rem; }

.cdb-auto-ad { overflow: hidden; display: grid; min-height: 112px; place-items: center; margin: 24px 0; border: 1px dashed #bac8c1; border-radius: 13px; background: #f7f9f8; text-align: center; }
.cdb-auto-ad > span { display: block; color: #8a958f; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.cdb-auto-ad ins { max-width: 100%; }

.cdb-auto-news { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.cdb-auto-news-card { overflow: hidden; display: grid; grid-template-columns: 42% 1fr; min-height: 180px; border: 1px solid #dfe7e3; border-radius: 15px; background: #fff; }
.cdb-auto-news-card > div:first-child img { display: block; width: 100%; height: 100%; object-fit: cover; }
.cdb-auto-news-card > div:last-child { padding: 17px; }
.cdb-auto-news-card small { color: #0f8a57; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.cdb-auto-news-card h3 { margin: 6px 0 8px; font-size: 1.08rem; line-height: 1.25; }
.cdb-auto-news-card h3 a { color: #14201b; }
.cdb-auto-news-card p { margin: 0; color: #66736d; font-size: .83rem; line-height: 1.45; }
.cdb-auto-news-source { display: inline-flex; margin-top: 12px; color: #087c4a; font-size: .76rem; font-weight: 800; text-decoration: none; }
.cdb-auto-news-source:hover { text-decoration: underline; }
.cdb-auto-news-card--no-image { display: block; }
.cdb-auto-news-card--empty { display: block; min-height: 160px; border-style: dashed; }

.cdb-auto-club-page { width: min(calc(100% - 32px), 1200px); margin: 0 auto; padding: 24px 0 70px; }
.cdb-auto-breadcrumb { overflow: hidden; margin-bottom: 15px; color: #66736d; font-size: .75rem; text-overflow: ellipsis; white-space: nowrap; }
.cdb-auto-breadcrumb span { margin: 0 7px; }
.cdb-auto-club-hero { position: relative; isolation: isolate; overflow: hidden; display: flex; min-height: 245px; align-items: center; gap: 26px; padding: 38px; border-radius: 22px; color: #fff; background: linear-gradient(128deg, var(--club-one), color-mix(in srgb, var(--club-one) 72%, #000)); box-shadow: 0 16px 35px rgba(0,0,0,.16); }
.cdb-auto-club-hero::after { position: absolute; z-index: -1; width: 340px; height: 340px; right: -100px; top: -90px; border: 60px solid color-mix(in srgb, var(--club-two) 35%, transparent); border-radius: 50%; content: ""; }
.cdb-auto-club-badge { flex: 0 0 auto; display: grid; width: 115px; height: 115px; place-items: center; border: 4px solid rgba(255,255,255,.85); border-radius: 50%; background: rgba(0,0,0,.22); box-shadow: 0 10px 25px rgba(0,0,0,.18); font-size: 1.5rem; font-weight: 900; }
.cdb-auto-club-hero small { color: rgba(255,255,255,.75); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cdb-auto-club-hero h1 { margin: 5px 0; font-size: clamp(2.4rem, 7vw, 5rem); line-height: 1; letter-spacing: -.055em; }
.cdb-auto-club-hero p { margin: 8px 0 0; color: rgba(255,255,255,.84); }
.cdb-auto-section { margin-top: 36px; }
.cdb-auto-heading { margin-bottom: 16px; }
.cdb-auto-heading > span { display: block; color: #0f8a57; font-size: .7rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.cdb-auto-heading h2 { margin: 4px 0 0; font-size: clamp(1.5rem, 3.5vw, 2.3rem); line-height: 1.15; letter-spacing: -.035em; }
.cdb-auto-faq details { margin: 10px 0; border: 1px solid #dfe7e3; border-radius: 12px; background: #fff; }
.cdb-auto-faq summary { padding: 15px 18px; cursor: pointer; font-weight: 800; }
.cdb-auto-faq details p { padding: 0 18px 17px; margin: 0; color: #66736d; }

@media (max-width: 900px) {
  .cdb-auto-clubs, .cdb-auto-offers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cdb-auto-matches { grid-template-columns: 1fr; }
}
@media (max-width: 650px) {
  .cdb-auto-news { grid-template-columns: 1fr; }
  .cdb-auto-club-hero { min-height: 210px; gap: 17px; padding: 25px 21px; }
  .cdb-auto-club-badge { width: 78px; height: 78px; border-width: 3px; font-size: 1rem; }
  .cdb-auto-match__info { display: grid; }
}
@media (max-width: 430px) {
  .cdb-auto-clubs, .cdb-auto-offers { grid-template-columns: 1fr; }
  .cdb-auto-news-card { grid-template-columns: 1fr; }
  .cdb-auto-news-card > div:first-child { aspect-ratio: 16/9; }
  .cdb-auto-match__teams { grid-template-columns: minmax(0,1fr) 34px minmax(0,1fr); padding-inline: 9px; }
  .cdb-auto-match__teams img { width: 28px; height: 28px; }
  .cdb-auto-club-hero { display: block; }
  .cdb-auto-club-badge { margin-bottom: 18px; }
}
