.tl-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 24px 0;
    overflow: visible;
}

.tl-card {
    position: relative;
    display: block;
    overflow: visible;
    border: 1.5px solid var(--border-light);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(4, 26, 16, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.22s ease, transform 0.18s ease, background 0.2s ease;
}

.tl-card:hover {
    border-color: rgba(46, 158, 116, 0.3);
    background: #fbfdfb;
    box-shadow: 0 8px 28px rgba(4, 26, 16, 0.12);
    transform: translateY(-2px);
}

.tl-card.tl-top {
    background: linear-gradient(90deg, var(--amber-100) 0%, #ffffff 50%);
    border-color: rgba(46, 158, 116, 0.28);
}

.tl-card::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    border-radius: 14px 0 0 14px;
    background: var(--border-light);
}

.tl-card.tl-top::before {
    background: linear-gradient(180deg, var(--navy-600) 0%, var(--amber-500) 100%);
}

.tl-crown,
.tl-card__crown {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    padding: 3px 16px;
    border-radius: 0 0 8px 8px;
    background: var(--g-amber);
    box-shadow: 0 5px 12px rgba(46, 158, 116, 0.24);
    color: var(--navy-900);
    font-family: var(--font-ui);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
}

.tl-inner {
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 0;
    margin-left: 0;
    padding: 22px 22px 22px 26px;
}

.tl-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 112px;
    flex-shrink: 0;
    padding-right: 10px;
}

.tl-rank-badge {
    display: none;
}

.tl-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
}

.tl-card.tl-top .tl-logo-box {
    background: transparent;
    box-shadow: none;
}

.tl-logo-box img {
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    border-radius: 50%;
    background: transparent;
    object-fit: contain;
}

.tl-logo-box__placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: var(--navy-700);
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 800;
}

.tl-rank-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 3px 9px;
    border-radius: 5px;
    background: var(--navy-800);
    box-shadow: 0 6px 12px rgba(11, 46, 31, 0.18);
    color: var(--amber-300);
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
}

.tl-card.tl-top .tl-rank-num {
    color: var(--amber-300);
}

.tl-mid {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    min-width: 0;
    padding: 0 24px 0 4px;
}

.tl-casino-name {
    color: var(--text);
    font-family: var(--font-heading);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

.tl-bonus-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.tl-bonus-label {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid rgba(46, 158, 116, 0.18);
    border-radius: var(--rad-pill);
    background: rgba(168, 232, 44, 0.12);
    color: var(--navy-600);
    font-family: var(--font-ui);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.tl-bonus-val {
    color: var(--text-muted);
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    word-break: break-word;
}

.tl-card.tl-top .tl-bonus-val {
    color: var(--text);
}

.tl-feats {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.tl-feat {
    display: inline-flex;
    align-items: center;
    padding: 5px 8px;
    border: 1px solid rgba(46, 158, 116, 0.12);
    border-radius: 6px;
    background: rgba(4, 26, 16, 0.04);
    color: var(--navy-700);
    font-family: var(--font-ui);
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.2;
}

.tl-feat::before {
    display: none;
}

.tl-rating-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 2px;
}

.tl-rating-bar-outer,
.rating-bar-outer {
    position: relative;
    flex: 1;
    min-width: 80px;
    height: 3px;
    overflow: hidden;
    border-radius: 999px;
    background: var(--border-light);
}

.rating-fill {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--navy-500) 0%, var(--amber-400) 100%);
    transform-origin: left center;
    will-change: transform;
}

.rating-bar-outer.js-rating-animate .rating-fill {
    transform: scaleX(0);
}

.rating-bar-outer.js-rating-animate.is-visible .rating-fill {
    animation: rating-bar-fill 0.9s ease-out forwards;
}

@keyframes rating-bar-fill {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .rating-bar-outer.js-rating-animate .rating-fill {
        animation: none;
        transform: none;
    }
}

.tl-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 2px;
}

.tl-meta-item {
    color: var(--text-light);
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 500;
}

.tl-meta-item strong {
    color: var(--text-muted);
    font-weight: 700;
}

.tl-meta-ok {
    color: var(--navy-600);
    font-family: var(--font-ui);
    font-weight: 700;
}

.tl-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    min-width: 164px;
    flex-shrink: 0;
    padding-left: 16px;
}

.tl-no-actions .tl-right {
    display: none;
}

.tl-no-actions .tl-mid {
    padding-right: 0;
}

.tl-score-circle {
    display: flex;
    align-items: baseline;
    gap: 4px;
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

.tl-score {
    color: var(--navy-600);
    font-family: var(--font-display);
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
}

.tl-card.tl-top .tl-score {
    color: var(--navy-500);
}

.tl-score span {
    display: none;
}

.tl-score-label {
    color: var(--text-light);
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.tl-stars {
    display: none;
}

.tl-btn,
.tl-btn-rev {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    font-family: var(--font-ui);
    text-decoration: none;
}

.tl-btn {
    width: auto;
    min-width: 118px;
    padding: 8px 14px;
    border-radius: var(--rad-sm);
    background: var(--navy-800);
    box-shadow: 0 6px 14px rgba(11, 46, 31, 0.24);
    color: var(--amber-300);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
}

.tl-btn:hover,
.tl-btn:focus {
    background: var(--amber-500);
    color: var(--navy-900);
    text-decoration: none;
}

.tl-card.tl-top .tl-btn {
    background: linear-gradient(135deg, var(--navy-600) 0%, var(--navy-500) 100%);
    box-shadow: 0 6px 18px rgba(35, 122, 90, 0.24);
    color: var(--amber-100);
}

.tl-card.tl-top .tl-btn:hover,
.tl-card.tl-top .tl-btn:focus {
    background: linear-gradient(135deg, var(--amber-500) 0%, var(--amber-400) 100%);
    color: var(--navy-900);
}

.tl-btn-rev {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--text-light);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: none;
    white-space: nowrap;
}

.tl-btn-rev:hover,
.tl-btn-rev:focus {
    color: var(--navy-600);
    text-decoration: none;
}

@media (max-width: 959px) {
    .tl-inner {
        padding: 20px 18px 20px 22px;
    }

    .tl-left {
        min-width: 92px;
        gap: 8px;
    }

    .tl-logo-box {
        width: 200px;
        height: 200px;
    }

    .tl-mid {
        padding: 0 16px 0 0;
    }

    .tl-right {
        min-width: 146px;
        padding-left: 12px;
    }

    .tl-btn {
        min-width: 112px;
        padding: 8px 12px;
    }
}

@media (max-width: 639px) {
    .tl-list {
        margin: 16px 0;
    }

    .tl-crown,
    .tl-card__crown {
        padding: 3px 12px;
        font-size: 8px;
    }

    .tl-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 16px;
    }

    .tl-left {
        align-items: center;
        justify-content: flex-start;
        min-width: 0;
        gap: 12px;
        padding-right: 0;
    }

    .tl-logo-box {
        width: 200px;
        height: 200px;
    }

    .tl-logo-box img {
        padding: 0;
    }

    .tl-mid {
        padding: 0;
        gap: 6px;
    }

    .tl-casino-name {
        font-size: 16px;
    }

    .tl-bonus-val {
        font-size: 14.5px;
    }

    .tl-feat {
        font-size: 11px;
    }

    .tl-right {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        min-width: 0;
        gap: 12px;
        padding: 12px 0 0;
        border-top: 1px solid var(--border-light);
    }

    .tl-score-circle {
        gap: 4px;
        margin-right: auto;
    }

    .tl-score {
        font-size: 24px;
    }

    .tl-btn {
        min-width: 120px;
        padding: 10px 16px;
    }
}

@media (max-width: 480px) {
    .tl-inner {
        padding: 14px 12px;
        gap: 10px;
    }

    .tl-left {
        gap: 10px;
    }

    .tl-logo-box {
        width: 200px;
        height: 200px;
    }

    .tl-casino-name {
        font-size: 15px;
    }

    .tl-right {
        gap: 10px;
    }

    .tl-score {
        font-size: 22px;
    }

    .tl-btn {
        min-width: 100px;
        padding: 9px 14px;
        font-size: 10px;
    }
}

@media (max-width: 420px) {
    .tl-right {
        flex-direction: column;
        align-items: stretch;
    }

    .tl-score-circle {
        margin-right: 0;
    }

    .tl-btn-rev {
        justify-content: flex-start;
    }
}
