/* Eventos 2026 — baq.com.co. Brand tokens taken from the Elementor kit (2026-09-10). */
.bqe {
  --bq-bg: #F8F5EC;
  --bq-bg-2: #F3EEDF;
  --bq-ink: #1A1A1A;
  --bq-green: #4DA570;
  --bq-green-deep: #398858;
  --bq-red: #CE5861;
  --bq-red-deep: #A33742;
  --bq-sand: #EFD296;
  --bq-line: #DED5C0;
  --bq-line-soft: #EDE6D5;
  --bq-muted: #5C564D;
  --bq-muted-2: #7A7266;
  --bq-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --bq-radius: 10px;
  background: var(--bq-bg);
  color: var(--bq-ink);
  font-family: var(--bq-font);
  -webkit-font-smoothing: antialiased;
  padding: 28px 24px 64px;
}
.bqe *, .bqe *::before, .bqe *::after { box-sizing: border-box; }
.bqe .bqe-wrap { max-width: 1400px; margin: 0 auto; display: flex; flex-direction: column; gap: 28px; }
.bqe button { font-family: inherit; }
.bqe :focus-visible { outline: 2px solid var(--bq-green); outline-offset: 2px; }

/* — hero — */
.bqe .bqe-hero {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px;
  padding: 34px 36px; background: var(--bq-ink); color: var(--bq-bg); border-radius: var(--bq-radius);
}
.bqe .bqe-kicker { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--bq-sand); }
.bqe .bqe-title { font-size: clamp(32px, 4.6vw, 54px) !important; line-height: 1 !important; margin: 10px 0 0 !important; letter-spacing: -.02em; color: var(--bq-bg) !important; font-weight: 700 !important; }
.bqe .bqe-hero-side { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; text-align: right; font-size: 13px; font-weight: 500; line-height: 1.4; color: #C4B9A1; }
.bqe .bqe-lang { color: var(--bq-sand); text-decoration: none; border-bottom: 1px solid currentColor; font-weight: 700; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.bqe .bqe-lang:hover { color: var(--bq-bg); }

/* — KPIs — */
.bqe .bqe-kpis { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; }
.bqe .bqe-kpi { padding: 18px 20px; border: 1px solid var(--bq-line); border-radius: 8px; background: transparent; }
.bqe .bqe-kpi-label { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--bq-muted-2); }
.bqe .bqe-kpi-value { font-size: 40px; font-weight: 700; line-height: 1.05; margin-top: 10px; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }

/* — panels — */
.bqe .bqe-panel { border: 1px solid var(--bq-line); border-radius: 8px; }
.bqe .bqe-rhythm { padding: 24px 26px 20px; }
.bqe .bqe-panel-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.bqe .bqe-h2 { font-size: 26px !important; font-weight: 700 !important; letter-spacing: -.02em; margin: 0 !important; line-height: 1.1; }
.bqe .bqe-hint { margin: 4px 0 0; font-size: 14px; color: var(--bq-muted); }

/* — segmented control — */
.bqe .bqe-seg { display: inline-flex; }
.bqe .bqe-seg-btn {
  font-size: 11px !important; font-weight: 700 !important; letter-spacing: .08em !important; text-transform: uppercase !important; white-space: nowrap;
  padding: 9px 16px !important; border: 1px solid #C4B9A1 !important; background: transparent !important; color: var(--bq-muted) !important; cursor: pointer;
}
.bqe .bqe-seg-btn + .bqe-seg-btn { border-left: 0 !important; }
.bqe .bqe-seg-btn:first-child { border-radius: 999px 0 0 999px !important; }
.bqe .bqe-seg-btn:last-child { border-radius: 0 999px 999px 0 !important; }
.bqe .bqe-seg-btn.is-on { background: var(--bq-ink) !important; border-color: var(--bq-ink) !important; color: var(--bq-bg) !important; }
.bqe .bqe-seg-btn:not(.is-on):hover { background: var(--bq-bg-2) !important; }

/* — chart — */
.bqe .bqe-chart-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.bqe .bqe-chart { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 8px; align-items: end; min-width: 560px; }
.bqe .bqe-month { appearance: none; border: 0 !important; background: transparent !important; cursor: pointer; padding: 6px 4px !important; border-radius: 10px !important; display: flex; flex-direction: column; align-items: stretch; color: inherit !important; }
.bqe .bqe-month:hover { background: var(--bq-bg-2) !important; }
.bqe .bqe-month.is-on { background: var(--bq-line-soft) !important; }
.bqe .bqe-month-val { font-size: 13px; text-align: center; color: var(--bq-muted); font-variant-numeric: tabular-nums; min-height: 1.2em; }
.bqe .bqe-month-track { height: 150px; display: flex; align-items: flex-end; margin-top: 6px; }
.bqe .bqe-month-bar { width: 100%; border-radius: 999px 999px 0 0; background: var(--bq-red); transition: height .35s ease, background .2s ease; }
.bqe .bqe-month.is-on .bqe-month-bar { background: var(--bq-ink); }
.bqe .bqe-month.is-past .bqe-month-bar { background: #E3B3B7; }
.bqe .bqe-month.is-past .bqe-month-val, .bqe .bqe-month.is-past .bqe-month-lab { color: #9A9081; }
.bqe .bqe-month.is-past.is-on .bqe-month-bar { background: var(--bq-ink); }
.bqe .bqe-month-lab { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-align: center; margin-top: 8px; color: var(--bq-muted); }
.bqe .bqe-month.is-on .bqe-month-lab { color: var(--bq-ink); }

/* — filters — */
.bqe .bqe-filters { display: flex; flex-direction: column; gap: 14px; }
.bqe .bqe-filter-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.bqe .bqe-input {
  min-height: 40px !important; padding: 6px 14px !important; font: inherit; font-size: 14px !important; color: var(--bq-ink) !important;
  background: transparent !important; border: 1px solid #C4B9A1 !important; border-radius: 999px !important; max-width: 100%;
}
.bqe .bqe-input:hover { border-color: var(--bq-muted) !important; }
.bqe .bqe-input:focus-visible { border-color: var(--bq-green) !important; outline-offset: 0; }
.bqe .bqe-search { flex: 1 1 280px; min-width: 220px; }
.bqe select.bqe-input { flex: 0 1 220px; min-width: 180px; }
.bqe select[data-esc].bqe-input { flex: 1 1 240px; }
.bqe .bqe-check { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--bq-muted); cursor: pointer; }
.bqe .bqe-check input { accent-color: var(--bq-green); width: 16px; height: 16px; margin: 0; }
.bqe .bqe-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px; cursor: pointer;
  font-size: 13px !important; font-weight: 700 !important; line-height: 1.2; padding: 10px 18px !important; border-radius: 999px !important; border: 1px solid var(--bq-line) !important;
  background: transparent !important; color: var(--bq-ink) !important; text-decoration: none;
}
.bqe .bqe-btn--ghost { border-color: transparent !important; color: var(--bq-red-deep) !important; }
.bqe .bqe-btn--ghost:hover { background: rgba(206, 88, 97, .1) !important; }
.bqe .bqe-btn--primary { background: var(--bq-ink) !important; color: var(--bq-bg) !important; border-color: var(--bq-ink) !important; }
.bqe .bqe-btn--primary:hover { background: var(--bq-green-deep) !important; border-color: var(--bq-green-deep) !important; }
.bqe .bqe-btn[hidden] { display: none; }
.bqe .bqe-filter-row--tools { justify-content: flex-start; }
.bqe .bqe-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.bqe .bqe-chips:empty { display: none; }
.bqe .bqe-chip {
  display: inline-flex; align-items: center; gap: 8px; font-size: 12px !important; font-weight: 700;
  padding: 5px 6px 5px 12px !important; border-radius: 999px !important; background: var(--bq-ink) !important; color: var(--bq-bg) !important; border: 0 !important; cursor: pointer;
}
.bqe .bqe-chip span { font-weight: 400; opacity: .8; }
.bqe .bqe-chip i { font-style: normal; width: 18px; height: 18px; border-radius: 50%; background: rgba(255,255,255,.18); display: inline-grid; place-items: center; font-size: 11px; }
.bqe .bqe-chip:hover { background: var(--bq-red-deep) !important; }
.bqe .bqe-summary-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: baseline; justify-content: space-between; }
.bqe .bqe-summary { font-size: 14px; font-weight: 700; color: var(--bq-red-deep); }
.bqe .bqe-note { font-size: 13px; color: var(--bq-muted); }

/* — list — */
.bqe .bqe-list { padding: 0; overflow: hidden; }
.bqe .bqe-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.bqe .bqe-table { width: 100%; min-width: 1080px; border-collapse: collapse; font-size: 13px; }
.bqe .bqe-table th {
  text-align: left; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap;
  color: #3E3A34; background: var(--bq-bg-2); padding: 10px 12px; border-bottom: 1px solid var(--bq-line);
}
.bqe .bqe-table th button { all: unset; cursor: pointer; font: inherit; letter-spacing: inherit; text-transform: inherit; color: inherit !important; }
.bqe .bqe-table th button::after { content: ""; display: inline-block; width: 0; margin-left: 4px; }
.bqe .bqe-table th[aria-sort="ascending"] button::after { content: "↑"; width: auto; }
.bqe .bqe-table th[aria-sort="descending"] button::after { content: "↓"; width: auto; }
.bqe .bqe-table th button:hover { color: var(--bq-green-deep); }
.bqe .bqe-th-id { width: 52px; text-align: right !important; }
.bqe .bqe-th-name { min-width: 260px; }
.bqe .bqe-th-num { text-align: right !important; }
.bqe .bqe-table td { background: transparent !important; padding: 10px 12px; border-bottom: 1px solid var(--bq-line-soft); vertical-align: top; }
.bqe .bqe-table tbody tr:hover { background: var(--bq-bg-2); }
.bqe .bqe-td-id { text-align: right; color: var(--bq-muted-2); font-variant-numeric: tabular-nums; }
.bqe .bqe-td-name { font-weight: 500; }
.bqe .bqe-td-muted { color: var(--bq-muted); }
.bqe .bqe-td-dates { white-space: nowrap; font-variant-numeric: tabular-nums; }
.bqe .bqe-td-num { text-align: right; font-variant-numeric: tabular-nums; font-size: 15px; font-weight: 700; }
.bqe .bqe-dur { display: block; font-size: 11px; color: var(--bq-muted-2); }
.bqe .bqe-tag {
  display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap;
  padding: 3px 10px; border-radius: 999px; background: var(--bq-line-soft); color: #3E3A34;
}
.bqe .bqe-tag--entretenimiento { background: #FBEAEB; color: var(--bq-red-deep); }
.bqe .bqe-tag--deportivo { background: #E6F4EB; color: #2F7350; }
.bqe .bqe-tag--mice { background: var(--bq-sand); color: #5C4A14; }
.bqe .bqe-badge { display: inline-block; margin-left: 6px; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--bq-muted-2); }
.bqe .bqe-badge--today { color: var(--bq-green-deep); }
.bqe tr.is-past td { opacity: .55; }
.bqe tr.is-past:hover td { opacity: .8; }
.bqe.hide-actors .bqe-actor { display: none; }
.bqe .bqe-empty { padding: 40px 20px; text-align: center; color: var(--bq-muted); }
.bqe .bqe-list-foot { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; padding: 16px 20px; border-top: 1px solid var(--bq-line); }
.bqe .bqe-foot { display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--bq-muted-2); }

/* — mobile: table rows become cards — */
@media (max-width: 767px) {
.bqe { padding: 16px 14px 48px; }
.bqe .bqe-wrap { gap: 18px; }
.bqe .bqe-hero { padding: 22px 20px; }
.bqe .bqe-hero-side { align-items: flex-start; text-align: left; }
.bqe .bqe-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.bqe .bqe-kpi { padding: 14px 14px; }
.bqe .bqe-kpi-value { font-size: 28px; }
.bqe .bqe-rhythm { padding: 18px 14px 14px; }
.bqe .bqe-month-track { height: 110px; }
.bqe .bqe-search, .bqe select.bqe-input, .bqe select[data-esc].bqe-input { flex: 1 1 100%; min-width: 0; width: 100%; }
.bqe .bqe-filter-row--tools { gap: 10px 14px; }
.bqe .bqe-table-scroll { overflow: visible; }
.bqe .bqe-table { min-width: 0; display: block; }
.bqe .bqe-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.bqe .bqe-table tbody { display: block; }
.bqe .bqe-table tr { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; padding: 14px 16px; border-bottom: 1px solid var(--bq-line-soft); }
.bqe .bqe-table td { display: block; padding: 0; border: 0; }
.bqe .bqe-td-id { display: none !important; }
.bqe .bqe-td-name { grid-column: 1 / -1; font-size: 15px; font-weight: 700; line-height: 1.25; }
.bqe .bqe-td-type { grid-column: 1; }
.bqe .bqe-td-sub { grid-column: 2; text-align: right; font-size: 12px; align-self: center; }
.bqe .bqe-actor { display: none !important; }
.bqe .bqe-td-venue { grid-column: 1 / -1; font-size: 13px; color: var(--bq-muted); }
.bqe .bqe-td-dates { grid-column: 1; font-size: 13px; }
.bqe .bqe-td-num { grid-column: 2; text-align: right; font-size: 15px; }
.bqe .bqe-td-num::before { content: attr(data-label) " "; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--bq-muted-2); }
}
