.tsdo-board {
    --tsdo-slate: #34495e;
    --tsdo-slate-dark: #26394b;
    --tsdo-gold: #ffc037;
    --tsdo-teal: #1abc9c;
    --tsdo-red: #df3f45;
    --tsdo-green: #128a65;
    --tsdo-ink: #17212b;
    --tsdo-muted: #697785;
    --tsdo-line: #dfe4e8;
    --tsdo-row: #f7f7f7;
    --tsdo-white: #fff;
    color: var(--tsdo-ink);
    container-type: inline-size;
    font-family: Arial, Helvetica, sans-serif;
    margin: 18px 0;
    position: relative;
}

.tsdo-board *,
.tsdo-board *::before,
.tsdo-board *::after {
    box-sizing: border-box;
}

.tsdo-board__header {
    align-items: center;
    background: linear-gradient(125deg, var(--tsdo-slate-dark), var(--tsdo-slate));
    border-radius: 7px 7px 0 0;
    color: var(--tsdo-white);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    min-height: 98px;
    padding: 18px 22px;
}

.tsdo-board__eyebrow {
    color: var(--tsdo-gold);
    display: block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.tsdo-board .tsdo-board__header h2 {
    color: inherit;
    font-size: 25px;
    line-height: 1.15;
    margin: 0;
    padding: 0;
}

.tsdo-board__header p {
    color: #dfe7ee;
    font-size: 12px;
    margin: 5px 0 0;
}

.tsdo-board__live {
    align-items: center;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 20px;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 700;
    gap: 7px;
    padding: 7px 11px;
}

.tsdo-board__live i {
    background: var(--tsdo-teal);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(26, 188, 156, .17);
    height: 7px;
    width: 7px;
}

.tsdo-filter-form {
    background: #eef1f3;
    border: 1px solid var(--tsdo-line);
    border-top: 0;
    padding: 8px;
}

.tsdo-sports {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    padding: 2px 2px 9px;
    scrollbar-color: #bbc3c9 transparent;
    scrollbar-width: thin;
}

.tsdo-sport {
    background: #c8cdcd;
    border: 0;
    border-radius: 7px 7px 7px 0;
    color: #15202a;
    cursor: pointer;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    padding: 9px 13px;
    text-transform: uppercase;
    transition: background-color .18s ease, transform .18s ease;
}

.tsdo-sport:hover,
.tsdo-sport:focus-visible {
    background: #b9c0c0;
    transform: translateY(-1px);
}

.tsdo-sport:focus-visible,
.tsdo-apply:focus-visible,
.tsdo-row__match:focus-visible,
.tsdo-row__updated a:focus-visible,
.tsdo-guest-gate > a:focus-visible {
    outline: 2px solid #0b6975;
    outline-offset: 2px;
}

.tsdo-sport.is-active {
    background: var(--tsdo-gold);
}

.tsdo-controls {
    align-items: end;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(7, minmax(105px, 1fr)) auto;
}

.tsdo-controls > label {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    min-width: 0;
}

.tsdo-controls > label > span:first-child {
    color: #53616e;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.tsdo-controls input,
.tsdo-controls select {
    appearance: auto;
    background: var(--tsdo-white);
    border: 1px solid #cfd6db;
    border-radius: 4px;
    color: var(--tsdo-ink);
    font: inherit;
    font-size: 11px;
    height: 34px;
    margin: 0;
    max-width: none;
    min-width: 0;
    padding: 0 8px;
    width: 100%;
}

.tsdo-controls input:focus,
.tsdo-controls select:focus {
    border-color: var(--tsdo-gold);
    box-shadow: 0 0 0 2px rgba(255, 192, 55, .2);
    outline: 2px solid #0b6975;
    outline-offset: 1px;
}

.tsdo-number-field {
    display: block;
    position: relative;
}

.tsdo-number-field input {
    padding-right: 40px;
}

.tsdo-number-field b {
    color: #53616e;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    right: 8px;
    text-transform: uppercase;
    top: 10px;
}

.tsdo-apply {
    background: var(--tsdo-slate);
    border: 0;
    border-radius: 4px;
    color: var(--tsdo-white);
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
    height: 34px;
    padding: 0 14px;
    white-space: nowrap;
}

.tsdo-apply:hover,
.tsdo-apply:focus-visible {
    background: var(--tsdo-slate-dark);
}

.tsdo-results {
    background: var(--tsdo-white);
    border: 1px solid var(--tsdo-line);
    border-top: 0;
    min-height: 100px;
    overflow-x: auto;
    position: relative;
}

.tsdo-results__meta {
    align-items: center;
    color: var(--tsdo-muted);
    display: flex;
    font-size: 11px;
    justify-content: space-between;
    padding: 8px 12px;
}

.tsdo-results__meta span {
    color: var(--tsdo-ink);
    font-weight: 800;
}

.tsdo-group {
    margin-top: 8px;
}

.tsdo-group:first-child {
    margin-top: 0;
}

.tsdo-group__header {
    align-items: center;
    background: var(--tsdo-slate);
    color: var(--tsdo-white);
    display: flex;
    gap: 10px;
    min-height: 36px;
    padding: 6px 12px;
    position: sticky;
    top: 0;
    z-index: 2;
}

.tsdo-group__header::before {
    border-left: 3px solid var(--tsdo-gold);
    content: '';
    height: 22px;
    transform: skew(-13deg);
}

.tsdo-group__sport {
    color: var(--tsdo-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tsdo-board .tsdo-group__header h3 {
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.tsdo-group__count {
    background: rgba(255, 255, 255, .12);
    border-radius: 12px;
    font-size: 10px;
    font-weight: 800;
    margin-left: auto;
    min-width: 22px;
    padding: 3px 6px;
    text-align: center;
}

.tsdo-row {
    align-items: center;
    border-top: 2px solid var(--tsdo-white);
    display: grid;
    gap: 12px;
    grid-template-columns: 78px minmax(190px, 1fr) 220px 98px 112px;
    min-height: 84px;
    padding: 9px 12px;
}

.tsdo-row:nth-child(odd) {
    background: var(--tsdo-row);
}

.tsdo-row__time {
    border-right: 1px solid var(--tsdo-line);
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    min-height: 48px;
    padding-right: 10px;
    text-align: center;
}

.tsdo-row__time strong {
    color: var(--tsdo-ink);
    font-size: 15px;
}

.tsdo-row__time span {
    color: #53616d;
    font-size: 10px;
    white-space: nowrap;
}

.tsdo-row__event {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

.tsdo-row__match,
.tsdo-row__match:hover,
.tsdo-row__match:visited {
    color: var(--tsdo-ink);
    display: flex;
    font-size: 12px;
    font-weight: 800;
    gap: 5px;
    line-height: 1.25;
    overflow: hidden;
    text-decoration: none;
}

.tsdo-row__match span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tsdo-row__match:hover span {
    color: #0f6f78;
}

.tsdo-row__match i {
    color: #9aa4ad;
    font-style: normal;
}

.tsdo-row__market {
    align-items: center;
    color: #53616d;
    display: flex;
    font-size: 10px;
    gap: 6px;
    min-width: 0;
}

.tsdo-row__market b {
    color: #455562;
    max-width: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tsdo-row__market span {
    background: #e8ecef;
    border-radius: 3px;
    overflow: hidden;
    padding: 2px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tsdo-row__bookie {
    align-items: center;
    color: #4e5c67;
    display: flex;
    font-size: 10px;
    gap: 5px;
}

.tsdo-row__bookie img {
    height: 14px;
    max-width: 70px;
    object-fit: contain;
    width: auto;
}

.tsdo-row__prices {
    background: #eef1f3;
    border: 1px solid #d8dee2;
    border-radius: 5px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    overflow: hidden;
}

.tsdo-row__prices > div {
    border-left: 1px solid #d8dee2;
    padding: 7px 5px;
    text-align: center;
}

.tsdo-row__prices > div:first-child {
    border-left: 0;
}

.tsdo-row__prices dt {
    color: #4b5964;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    margin: 0 0 3px;
    text-transform: uppercase;
}

.tsdo-row__prices dd {
    color: var(--tsdo-ink);
    font-size: 13px;
    font-weight: 800;
    margin: 0;
}

.tsdo-row__prices .tsdo-price-current {
    background: var(--tsdo-white);
}

.tsdo-price-previous.is-down dd::before,
.tsdo-price-previous.is-up dd::before {
    font-size: 10px;
    margin-right: 2px;
}

.tsdo-price-previous.is-down dd::before {
    color: var(--tsdo-red);
    content: '▼';
}

.tsdo-price-previous.is-up dd::before {
    color: var(--tsdo-green);
    content: '▲';
}

.tsdo-row__drop {
    align-items: center;
    background: rgba(18, 138, 101, .08);
    border: 1px solid rgba(18, 138, 101, .18);
    border-radius: 5px;
    color: var(--tsdo-green);
    display: grid;
    gap: 1px 4px;
    grid-template-columns: auto 1fr;
    padding: 7px 8px;
}

.tsdo-row__drop > span {
    font-size: 19px;
    grid-row: span 2;
}

.tsdo-row__drop strong {
    font-size: 13px;
    line-height: 1;
}

.tsdo-row__drop small {
    color: #4e655d;
    font-size: 10px;
}

.tsdo-row__drop.is-medium {
    background: rgba(255, 192, 55, .12);
    border-color: rgba(255, 192, 55, .35);
    color: #a86b00;
}

.tsdo-row__drop.is-strong {
    background: rgba(223, 63, 69, .08);
    border-color: rgba(223, 63, 69, .22);
    color: #ba2930;
}

.tsdo-row__updated {
    align-items: center;
    color: #52616c;
    display: flex;
    font-size: 10px;
    gap: 7px;
    justify-content: flex-end;
    text-align: right;
}

.tsdo-row__updated a {
    align-items: center;
    background: var(--tsdo-slate);
    border-radius: 50%;
    color: var(--tsdo-white);
    display: inline-flex;
    flex: 0 0 25px;
    font-size: 14px;
    height: 25px;
    justify-content: center;
    text-decoration: none;
}

.tsdo-row__updated a:hover {
    background: var(--tsdo-gold);
    color: var(--tsdo-ink);
}

.tsdo-empty {
    align-items: center;
    color: var(--tsdo-muted);
    display: flex;
    flex-direction: column;
    min-height: 190px;
    padding: 34px 20px;
    text-align: center;
}

.tsdo-empty > span {
    align-items: center;
    background: #eef1f3;
    border-radius: 50%;
    color: #8d99a3;
    display: flex;
    font-size: 29px;
    height: 62px;
    justify-content: center;
    margin-bottom: 12px;
    width: 62px;
}

.tsdo-empty strong {
    color: var(--tsdo-ink);
    font-size: 13px;
}

.tsdo-empty p {
    font-size: 11px;
    margin: 5px 0 0;
}

.tsdo-guest-gate {
    align-items: center;
    background: linear-gradient(110deg, #fff7e3, #fff);
    border-top: 1px solid #f0d899;
    display: flex;
    gap: 12px;
    padding: 15px;
}

.tsdo-guest-gate__icon {
    align-items: center;
    background: var(--tsdo-gold);
    border-radius: 50%;
    display: flex;
    flex: 0 0 36px;
    height: 36px;
    justify-content: center;
}

.tsdo-guest-gate div {
    min-width: 0;
}

.tsdo-guest-gate strong {
    display: block;
    font-size: 12px;
}

.tsdo-guest-gate p {
    color: var(--tsdo-muted);
    font-size: 10px;
    margin: 3px 0 0;
}

.tsdo-guest-gate > a {
    background: var(--tsdo-slate);
    border-radius: 4px;
    color: var(--tsdo-white);
    font-size: 11px;
    font-weight: 800;
    margin-left: auto;
    padding: 9px 16px;
    text-decoration: none;
    white-space: nowrap;
}

.tsdo-disclaimer {
    color: #4f5e69;
    font-size: 11px;
    line-height: 1.5;
    margin: 0;
    padding: 9px 12px 11px;
}

.tsdo-board.is-loading .tsdo-results::after {
    animation: tsdo-spin .7s linear infinite;
    border: 3px solid rgba(52, 73, 94, .2);
    border-radius: 50%;
    border-top-color: var(--tsdo-gold);
    content: '';
    height: 28px;
    left: calc(50% - 14px);
    position: absolute;
    top: 48px;
    width: 28px;
    z-index: 5;
}

.tsdo-board.is-loading .tsdo-results::before {
    background: rgba(255, 255, 255, .66);
    content: '';
    inset: 0;
    position: absolute;
    z-index: 4;
}

.tsdo-request-error,
.tsdo-notice {
    background: #fff2f2;
    border: 1px solid #efb5b8;
    color: #9b2429;
    font-size: 11px;
    margin: 8px;
    padding: 10px 12px;
}

.tsdo-status {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

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

@media (max-width: 1100px) {
    .tsdo-controls {
        grid-template-columns: repeat(4, minmax(120px, 1fr));
    }

    .tsdo-row {
        grid-template-columns: 72px minmax(180px, 1fr) 205px 92px;
    }

    .tsdo-row__updated {
        display: flex;
        grid-column: 2 / -1;
        justify-content: flex-end;
    }
}

@media (max-width: 760px) {
    .tsdo-board__header {
        min-height: 86px;
        padding: 15px;
    }

    .tsdo-board .tsdo-board__header h2 {
        font-size: 21px;
    }

    .tsdo-board__header p {
        display: none;
    }

    .tsdo-controls {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
    }

    .tsdo-row {
        align-items: start;
        grid-template-columns: 64px minmax(0, 1fr) 86px;
        gap: 9px;
        padding: 10px;
    }

    .tsdo-row__prices {
        grid-column: 2 / 4;
        width: 100%;
    }

    .tsdo-row__drop {
        grid-column: 3;
        grid-row: 1;
    }

    .tsdo-row__event {
        grid-column: 2;
        grid-row: 1;
    }

    .tsdo-row__time {
        grid-row: 1 / 3;
    }

    .tsdo-row__updated {
        grid-column: 2 / 4;
        grid-row: 3;
        justify-content: flex-start;
        text-align: left;
    }

    .tsdo-row__market {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .tsdo-row__market b {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .tsdo-board__live {
        font-size: 0;
        padding: 8px;
    }

    .tsdo-controls {
        grid-template-columns: 1fr 1fr;
    }

    .tsdo-controls > label:nth-of-type(n+5),
    .tsdo-apply {
        grid-column: span 2;
    }

    .tsdo-row {
        grid-template-columns: 55px minmax(0, 1fr);
    }

    .tsdo-row__event {
        grid-column: 2;
    }

    .tsdo-row__drop {
        grid-column: 2;
        grid-row: 2;
        justify-self: start;
        min-width: 98px;
    }

    .tsdo-row__prices {
        grid-column: 1 / 3;
        grid-row: 3;
    }

    .tsdo-row__time {
        grid-row: 1 / 3;
    }

    .tsdo-row__updated {
        grid-column: 1 / 3;
        grid-row: 4;
    }

    .tsdo-guest-gate {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .tsdo-guest-gate > a {
        margin-left: 48px;
    }
}

@container (max-width: 1100px) {
    .tsdo-controls {
        grid-template-columns: repeat(4, minmax(120px, 1fr));
    }

    .tsdo-row {
        grid-template-columns: 72px minmax(180px, 1fr) 205px 92px;
    }

    .tsdo-row__updated {
        display: flex;
        grid-column: 2 / -1;
        justify-content: flex-end;
    }
}

@container (max-width: 760px) {
    .tsdo-controls {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
    }

    .tsdo-row {
        align-items: start;
        grid-template-columns: 64px minmax(0, 1fr) 86px;
        gap: 9px;
        padding: 10px;
    }

    .tsdo-row__event {
        grid-column: 2;
        grid-row: 1;
    }

    .tsdo-row__prices {
        grid-column: 2 / 4;
        width: 100%;
    }

    .tsdo-row__drop {
        grid-column: 3;
        grid-row: 1;
    }

    .tsdo-row__time {
        grid-row: 1 / 3;
    }

    .tsdo-row__updated {
        grid-column: 2 / 4;
        grid-row: 3;
        justify-content: flex-start;
        text-align: left;
    }

    .tsdo-row__market {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .tsdo-row__market b {
        max-width: 100%;
    }
}

@container (max-width: 480px) {
    .tsdo-board__live {
        font-size: 0;
        padding: 8px;
    }
    .tsdo-controls {
        grid-template-columns: 1fr 1fr;
    }

    .tsdo-controls > label:nth-of-type(n+5),
    .tsdo-apply {
        grid-column: span 2;
    }

    .tsdo-row {
        grid-template-columns: 55px minmax(0, 1fr);
    }

    .tsdo-row__event {
        grid-column: 2;
    }

    .tsdo-row__drop {
        grid-column: 2;
        grid-row: 2;
        justify-self: start;
        min-width: 98px;
    }

    .tsdo-row__prices {
        grid-column: 1 / 3;
        grid-row: 3;
    }

    .tsdo-row__updated {
        grid-column: 1 / 3;
        grid-row: 4;
    }

    .tsdo-guest-gate {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .tsdo-guest-gate > a {
        margin-left: 48px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tsdo-board *,
    .tsdo-board *::before,
    .tsdo-board *::after {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }
}
