.sports.sports--hot-matches,
.sports.sports--hot-matches * {
    box-sizing: border-box;
}

.sports.sports--hot-matches {
    width: 100%;
    max-width: 100%;
    color: var(--bd-hot-text);
    font-family: var(--bd-font, inherit);
    font-size: 13px;
    line-height: 1.4;
}

.sports.sports--hot-matches [hidden] {
    display: none !important;
}

.sports.sports--hot-matches :is(button, select) {
    font: inherit;
    margin: 0;
    outline: none;
    box-shadow: none;
    text-transform: none;
    letter-spacing: normal;
}

.sports.sports--hot-matches button {
    cursor: pointer;
}

.sports.sports--hot-matches button:disabled {
    opacity: .55;
    cursor: not-allowed;
    pointer-events: none;
}

.sports.sports--hot-matches :is(.sports__hot-head, .sports__hot-title-wrap, .sports__hot-icon, .sports__loading, .sports__empty, .sports__hot-league, .sports__hot-team, .sports__hot-center, .sports__hot-score, .sports__popup-overlay, .sports__popup-head, .sports__popup-close, .sports__scoreboard-team, .sports__scoreboard-center, .sports__scoreboard-score, .sports__info-item, .sports__popup-link, .sports__bookmaker-row, .sports__odd-item, .sports__prediction-item, .sports__form-row, .sports__form-row div, .sports__form-badge, .sports__popup-loading) {
    display: flex;
    align-items: center;
}

.sports.sports--hot-matches .sports__hot-card {
    overflow: hidden;
    border: 1px solid var(--bd-hot-border);
    border-radius: var(--bd-hot-radius);
    background: linear-gradient(180deg, var(--bd-surface) 0%, var(--bd-primary-soft) 100%);
    box-shadow: 0 8px 24px rgba(37, 99, 235, .1);
}

.sports.sports--hot-matches .sports__hot-head {
    justify-content: space-between;
    gap: 8px;
    background: linear-gradient(135deg, var(--bd-primary) 0%, var(--bd-primary-dark) 100%);
    color: var(--bd-surface);
    padding: 10px 12px;
}

.sports.sports--hot-matches .sports__hot-title-wrap {
    gap: 8px;
    min-width: 0;
}

.sports.sports--hot-matches .sports__hot-icon {
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .18);
    animation: bd-hot-pulse 1.6s infinite;
}

.sports.sports--hot-matches .sports__hot-title {
    margin: 0;
    font-size: 13px;
    font-weight: 950;
    line-height: 1.2;
    text-transform: uppercase;
}

.sports.sports--hot-matches .sports__hot-fire {
    font-size: 16px;
    filter: drop-shadow(0 0 4px rgba(255, 160, 0, .9));
}

.sports.sports--hot-matches :is(.sports__loading, .sports__empty) {
    justify-content: center;
    flex-direction: column;
    gap: 9px;
    min-height: 150px;
    color: var(--bd-hot-muted);
    padding: 22px;
    font-weight: 800;
    text-align: center;
}

.sports.sports--hot-matches .sports__spinner {
    width: 30px;
    height: 30px;
    border: 3px solid var(--bd-hot-border);
    border-top-color: var(--bd-hot-primary);
    border-radius: 999px;
    animation: bd-hot-spin .8s linear infinite;
}

.sports.sports--hot-matches .sports__loading-text {
    margin: 0;
    color: var(--bd-hot-primary);
    font-size: 13px;
    font-weight: 850;
}

.sports.sports--hot-matches .sports__mini-button {
    min-height: 30px;
    border: 1px solid var(--bd-hot-primary);
    border-radius: 9px;
    background: var(--bd-hot-primary);
    color: var(--bd-surface);
    padding: 0 12px;
    font-size: 12px;
    font-weight: 900;
}

.sports.sports--hot-matches .sports__hot-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
}

.sports.sports--hot-matches .sports__hot-match {
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(37, 99, 235, .18);
    border-radius: 12px;
    background: linear-gradient(145deg, var(--bd-surface) 0%, var(--bd-primary-soft) 100%);
    color: inherit;
    padding: 8px;
    text-align: inherit;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.sports.sports--hot-matches .sports__hot-match:hover {
    transform: translateY(-2px);
    border-color: var(--bd-hot-primary);
    box-shadow: 0 8px 18px rgba(37, 99, 235, .18);
}

.sports.sports--hot-matches .sports__hot-match.is-live {
    border-color: #fecaca;
    background: linear-gradient(145deg, var(--bd-surface) 0%, var(--bd-danger-soft, #fee2e2) 100%);
}

.sports.sports--hot-matches .sports__hot-league {
    gap: 6px;
    min-height: 24px;
    border: 1px solid rgba(37, 99, 235, .1);
    border-radius: 8px;
    background: rgba(37, 99, 235, .06);
    padding: 3px 7px;
}

.sports.sports--hot-matches .sports__hot-league-logo {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    object-fit: contain;
}

.sports.sports--hot-matches :is(.sports__hot-league span, .sports__hot-names span, .sports__scoreboard-team span, .sports__info-value, .sports__odd-item span) {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sports.sports--hot-matches .sports__hot-league span {
    flex: 1 1 auto;
    color: var(--bd-hot-primary-dark);
    font-size: 10px;
    font-weight: 900;
}

.sports.sports--hot-matches .sports__hot-league small {
    flex: 0 0 auto;
    color: var(--bd-hot-danger);
    font-size: 10px;
    font-weight: 950;
}

.sports.sports--hot-matches .sports__hot-main {
    display: grid;
    grid-template-columns: 1fr 74px 1fr;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
}

.sports.sports--hot-matches .sports__hot-team {
    justify-content: center;
}

.sports.sports--hot-matches .sports__hot-team-logo {
    width: 46px;
    height: 46px;
    border: 2px solid var(--bd-hot-primary);
    border-radius: 999px;
    background: var(--bd-surface);
    object-fit: contain;
    padding: 4px;
}

.sports.sports--hot-matches .sports__hot-center {
    justify-content: center;
    flex-direction: column;
    gap: 3px;
}

.sports.sports--hot-matches .sports__hot-score {
    justify-content: center;
    min-width: 64px;
    min-height: 30px;
    border-radius: 9px;
    background: var(--bd-hot-primary);
    color: var(--bd-surface);
    padding: 0 8px;
    font-size: 16px;
    font-weight: 950;
}

.sports.sports--hot-matches .sports__hot-score span {
    min-width: 14px;
    text-align: center;
}

.sports.sports--hot-matches .sports__hot-center small {
    color: var(--bd-hot-muted);
    font-size: 10px;
    font-weight: 850;
}

.sports.sports--hot-matches .sports__hot-names {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
}

.sports.sports--hot-matches .sports__hot-names span {
    border-radius: 7px;
    background: var(--bd-hot-primary);
    color: var(--bd-surface);
    padding: 5px 6px;
    font-size: 10px;
    font-weight: 900;
    text-align: center;
}

.sports.sports--hot-matches .sports__popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    justify-content: center;
    background: rgba(15, 23, 42, .72);
    padding: 12px;
}

.sports.sports--hot-matches .sports__popup {
    width: min(440px, 100%);
    max-height: 90vh;
    overflow: hidden;
    border-radius: 16px;
    background: var(--bd-surface);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .36);
}

.sports.sports--hot-matches .sports__popup-head {
    justify-content: space-between;
    gap: 10px;
    min-height: 42px;
    border-bottom: 1px solid var(--bd-border);
    background: var(--bd-soft);
    padding: 8px 10px;
}

.sports.sports--hot-matches .sports__popup-title {
    color: var(--bd-hot-text);
    font-size: 14px;
    font-weight: 950;
}

.sports.sports--hot-matches .sports__popup-close {
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid var(--bd-border);
    border-radius: 9px;
    background: var(--bd-surface);
    color: var(--bd-hot-text);
    padding: 0;
    font-size: 14px;
    line-height: 1;
}

.sports.sports--hot-matches .sports__popup-body {
    max-height: calc(90vh - 42px);
    overflow: auto;
    padding: 10px;
}

.sports.sports--hot-matches .sports__scoreboard {
    overflow: hidden;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--bd-primary-dark) 0%, var(--bd-text) 100%);
    color: var(--bd-surface);
    padding: 10px;
}

.sports.sports--hot-matches .sports__scoreboard-league {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .8);
    font-size: 11px;
    font-weight: 900;
    text-align: center;
}

.sports.sports--hot-matches .sports__scoreboard-main {
    display: grid;
    grid-template-columns: 1fr 110px 1fr;
    align-items: center;
    gap: 8px;
}

.sports.sports--hot-matches .sports__scoreboard-team {
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.sports.sports--hot-matches .sports__scoreboard-logo {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--bd-surface);
    object-fit: contain;
    padding: 5px;
}

.sports.sports--hot-matches .sports__scoreboard-team span {
    width: 100%;
    color: var(--bd-surface);
    font-size: 11px;
    font-weight: 950;
    text-align: center;
}

.sports.sports--hot-matches .sports__scoreboard-center {
    flex-direction: column;
    gap: 5px;
}

.sports.sports--hot-matches .sports__scoreboard-status {
    border-radius: 999px;
    background: var(--bd-hot-danger);
    color: var(--bd-surface);
    padding: 3px 8px;
    font-size: 10px;
    font-weight: 950;
}

.sports.sports--hot-matches .sports__scoreboard-score {
    gap: 5px;
    color: var(--bd-surface);
    font-size: 24px;
    font-weight: 950;
}

.sports.sports--hot-matches .sports__scoreboard-time {
    color: rgba(255, 255, 255, .72);
    font-size: 10px;
    font-weight: 800;
    text-align: center;
}

.sports.sports--hot-matches .sports__popup-tabs {
    display: flex;
    gap: 6px;
    margin: 10px 0;
    overflow-x: auto;
}

.sports.sports--hot-matches .sports__popup-tab {
    flex: 1 1 0;
    min-height: 30px;
    border: 1px solid var(--bd-border);
    border-radius: 999px;
    background: var(--bd-surface);
    color: var(--bd-hot-muted);
    padding: 0 10px;
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}

.sports.sports--hot-matches .sports__popup-tab.is-active {
    border-color: var(--bd-hot-primary);
    background: var(--bd-hot-primary);
    color: var(--bd-surface);
}

.sports.sports--hot-matches .sports__popup-panel {
    min-height: 120px;
}

.sports.sports--hot-matches :is(.sports__market-grid, .sports__info-grid, .sports__prediction-grid, .sports__form-grid) {
    display: grid;
    gap: 7px;
}

.sports.sports--hot-matches :is(.sports__prediction-grid, .sports__market-grid) {
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
}

.sports.sports--hot-matches .sports__info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sports.sports--hot-matches .sports__info-item {
    gap: 4px;
    min-height: 34px;
    border: 1px solid var(--bd-border);
    border-radius: 9px;
    background: var(--bd-soft);
    padding: 7px 8px;
}

.sports.sports--hot-matches .sports__info-label {
    flex: 0 0 auto;
    color: var(--bd-hot-muted);
    font-size: 10px;
    font-weight: 900;
}

.sports.sports--hot-matches .sports__info-label::after {
    content: " -";
}

.sports.sports--hot-matches .sports__info-value {
    color: var(--bd-hot-text);
    font-size: 11px;
    font-weight: 950;
}

.sports.sports--hot-matches .sports__info-action {
    grid-column: 1 / -1;
}

.sports.sports--hot-matches .sports__popup-link {
    justify-content: center;
    min-height: 36px;
    border-radius: 10px;
    background: var(--bd-hot-primary);
    color: var(--bd-surface);
    font-size: 12px;
    font-weight: 950;
    text-decoration: none;
}

.sports.sports--hot-matches .sports__bookmaker-row {
    gap: 8px;
    margin-bottom: 8px;
    border: 1px solid var(--bd-hot-border);
    border-radius: 9px;
    background: var(--bd-hot-soft);
    padding: 7px;
}

.sports.sports--hot-matches .sports__bookmaker-row span {
    color: var(--bd-hot-primary-dark);
    font-size: 11px;
    font-weight: 900;
}

.sports.sports--hot-matches .sports__bookmaker-select {
    flex: 1 1 auto;
    min-width: 0;
    height: 30px;
    border: 1px solid var(--bd-primary-border);
    border-radius: 8px;
    background: var(--bd-surface);
    color: var(--bd-hot-text);
    padding: 0 8px;
    font-size: 11px;
    font-weight: 800;
}

.sports.sports--hot-matches .sports__market {
    margin-bottom: 9px;
}

.sports.sports--hot-matches .sports__market-title {
    margin-bottom: 5px;
    color: var(--bd-hot-primary-dark);
    font-size: 11px;
    font-weight: 950;
}

.sports.sports--hot-matches .sports__odd-item {
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
    border: 1px solid var(--bd-border);
    border-radius: 8px;
    background: var(--bd-soft);
    padding: 6px 8px;
    text-align: left;
}

.sports.sports--hot-matches :is(.sports__odd-item span, .sports__odd-item strong) {
    display: block;
    white-space: nowrap;
}

.sports.sports--hot-matches .sports__odd-item span {
    flex: 1 1 auto;
    color: var(--bd-hot-muted);
    font-size: 10px;
    font-weight: 900;
}

.sports.sports--hot-matches .sports__odd-item strong {
    flex: 0 0 auto;
    color: var(--bd-hot-primary);
    font-size: 13px;
    font-weight: 950;
    text-align: right;
}

.sports.sports--hot-matches .sports__prediction-advice {
    grid-column: 1 / -1;
    margin-bottom: 8px;
    border: 1px solid #fde68a;
    border-radius: 9px;
    background: var(--bd-warning-soft);
    color: #92400e;
    padding: 8px;
    font-size: 11px;
    font-weight: 850;
}

.sports.sports--hot-matches :is(.sports__prediction-item, .sports__form-row) {
    justify-content: space-between;
    border: 1px solid var(--bd-border);
    border-radius: 9px;
    background: var(--bd-soft);
    padding: 8px;
}

.sports.sports--hot-matches .sports__prediction-item {
    text-align: center;
}

.sports.sports--hot-matches .sports__prediction-item strong {
    display: block;
    font-size: 15px;
    font-weight: 950;
}

.sports.sports--hot-matches .sports__prediction-item span {
    color: var(--bd-hot-muted);
    font-size: 10px;
    font-weight: 900;
}

.sports.sports--hot-matches .sports__prediction-item.is-home strong {
    color: var(--bd-hot-primary);
}

.sports.sports--hot-matches .sports__prediction-item.is-draw strong {
    color: var(--bd-hot-muted);
}

.sports.sports--hot-matches .sports__prediction-item.is-away strong {
    color: var(--bd-hot-danger);
}

.sports.sports--hot-matches .sports__form-grid {
    grid-template-columns: 1fr;
    margin-top: 8px;
}

.sports.sports--hot-matches .sports__form-row span {
    color: var(--bd-hot-text);
    font-size: 11px;
    font-weight: 900;
}

.sports.sports--hot-matches .sports__form-row div {
    flex-wrap: wrap;
    gap: 3px;
}

.sports.sports--hot-matches .sports__form-badge {
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    color: var(--bd-surface);
    font-size: 10px;
    font-weight: 950;
}

.sports.sports--hot-matches .sports__form-badge.is-win {
    background: var(--bd-hot-success);
}

.sports.sports--hot-matches .sports__form-badge.is-draw {
    background: var(--bd-hot-warning);
}

.sports.sports--hot-matches .sports__form-badge.is-lose {
    background: var(--bd-hot-danger);
}

.sports.sports--hot-matches .sports__muted {
    border: 1px dashed var(--bd-border-strong);
    border-radius: 10px;
    background: var(--bd-soft);
    color: var(--bd-hot-muted);
    padding: 18px 10px;
    font-size: 12px;
    font-weight: 850;
    text-align: center;
}

.sports.sports--hot-matches .sports__popup-loading {
    justify-content: center;
    min-height: 120px;
    color: var(--bd-hot-muted);
    font-size: 12px;
    font-weight: 850;
}

@keyframes bd-hot-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes bd-hot-pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.12);
    }
}