.rt-rating-page {
    background: #f6f8fb;
    padding: 34px 0 54px;
}

.rt-rating-shell {
    max-width: 1180px;
    margin: 0 auto;
}

.rt-hero {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    padding: 28px;
    background: linear-gradient(135deg, #2d3a8c 0%, #5d3ebc 48%, #2ab97e 100%);
    color: #ffffff;
    box-shadow: 0 18px 48px rgba(45, 58, 140, .22);
    margin-bottom: 22px;
}

.rt-hero:before {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 240px;
    height: 240px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
}

.rt-hero:after {
    content: "";
    position: absolute;
    bottom: -110px;
    left: 18%;
    width: 210px;
    height: 210px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
}

.rt-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.rt-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 7px 12px;
    background: rgba(255, 255, 255, .16);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 12px;
}

.rt-hero-title {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -.5px;
}

.rt-hero-text {
    margin: 0;
    max-width: 700px;
    color: rgba(255, 255, 255, .86);
    font-size: 15px;
    line-height: 1.7;
}

.rt-hero-stat {
    min-width: 178px;
    border-radius: 22px;
    padding: 18px;
    text-align: center;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(8px);
}

.rt-hero-stat-number {
    color: #ffffff;
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 6px;
}

.rt-hero-stat-label {
    color: rgba(255, 255, 255, .85);
    font-size: 13px;
    font-weight: 700;
}

.rt-filter-card {
    border-radius: 22px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .07);
    box-shadow: 0 10px 34px rgba(15, 23, 42, .06);
    margin-bottom: 14px;
}

.rt-filter-form {
    display: grid;
    grid-template-columns: 1fr 180px 150px auto;
    gap: 12px;
    align-items: center;
}

.rt-filter-input,
.rt-filter-select {
    width: 100%;
    height: 46px;
    border: 1px solid #dbe3ef;
    border-radius: 14px;
    padding: 0 14px;
    outline: none;
    background: #ffffff;
    color: #111827;
    font-size: 14px;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.rt-filter-input:focus,
.rt-filter-select:focus {
    border-color: #5d3ebc;
    box-shadow: 0 0 0 4px rgba(93, 62, 188, .10);
}

.rt-filter-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rt-filter-btn,
.rt-filter-clear {
    height: 46px;
    border: 0;
    border-radius: 14px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
}

.rt-filter-btn {
    color: #ffffff !important;
    background: linear-gradient(135deg, #5d3ebc, #2ab97e);
    box-shadow: 0 8px 20px rgba(93, 62, 188, .18);
}

.rt-filter-clear {
    color: #374151 !important;
    background: #f3f5f8;
}

.rt-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.rt-period-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 9px 13px;
    color: #374151;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .07);
    box-shadow: 0 8px 22px rgba(15, 23, 42, .045);
    font-size: 13px;
    font-weight: 800;
}

.rt-period-note i {
    color: #5d3ebc;
}

.rt-view-switch {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .07);
    box-shadow: 0 8px 22px rgba(15, 23, 42, .045);
}

.rt-view-btn {
    height: 34px;
    border: 0;
    border-radius: 999px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #64748b;
    background: transparent;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    cursor: pointer;
    transition: background .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.rt-view-btn:hover {
    color: #5d3ebc;
    background: rgba(93, 62, 188, .06);
}

.rt-view-btn.is-active {
    color: #ffffff;
    background: linear-gradient(135deg, #5d3ebc, #2ab97e);
    box-shadow: 0 8px 20px rgba(93, 62, 188, .22);
}

.rt-layout {
    display: none;
}

.rt-layout.is-active {
    display: block;
}

/* =========================
   CƏDVƏL / SƏTİR GÖRÜNÜŞÜ
========================= */

.rt-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.rt-row {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .07);
    box-shadow: 0 12px 34px rgba(15, 23, 42, .07);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.rt-row:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #2ab97e, #5d3ebc);
}

.rt-row:hover {
    transform: translateY(-3px);
    border-color: rgba(93, 62, 188, .18);
    box-shadow: 0 18px 48px rgba(15, 23, 42, .10);
}

.rt-row-first {
    border-color: rgba(245, 158, 11, .30);
    background: radial-gradient(circle at 10% 20%, rgba(245, 158, 11, .12), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #fffbeb 100%);
}

.rt-row-first:before {
    background: linear-gradient(180deg, #f59e0b, #2ab97e, #5d3ebc);
}

.rt-row-second {
    border-color: rgba(148, 163, 184, .32);
    background: radial-gradient(circle at 10% 20%, rgba(148, 163, 184, .13), transparent 28%),
    #ffffff;
}

.rt-row-third {
    border-color: rgba(180, 83, 9, .20);
    background: radial-gradient(circle at 10% 20%, rgba(180, 83, 9, .10), transparent 28%),
    #ffffff;
}

.rt-row-main {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 15px 16px;
}

.rt-rank-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rt-rank-badge,
.rt-card-rank-badge {
    width: 58px;
    height: 58px;
    border-radius: 19px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ffffff;
    background: linear-gradient(135deg, #2ab97e, #5d3ebc);
    box-shadow: 0 10px 22px rgba(42, 185, 126, .22);
    line-height: 1;
    font-weight: 900;
}

.rt-row-first .rt-rank-badge,
.rt-card-first .rt-card-rank-badge {
    background: linear-gradient(135deg, #f59e0b, #5d3ebc);
    box-shadow: 0 12px 26px rgba(245, 158, 11, .22);
}

.rt-row-second .rt-rank-badge,
.rt-card-second .rt-card-rank-badge {
    background: linear-gradient(135deg, #94a3b8, #5d3ebc);
}

.rt-row-third .rt-rank-badge,
.rt-card-third .rt-card-rank-badge {
    background: linear-gradient(135deg, #b45309, #5d3ebc);
}

.rt-rank-badge i,
.rt-card-rank-badge i {
    font-size: 12px;
    margin-bottom: 5px;
}

.rt-rank-badge span,
.rt-card-rank-badge span {
    font-size: 17px;
}

.rt-user-col,
.rt-card-user {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.rt-avatar {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    background: linear-gradient(135deg, #2ab97e, #5d3ebc);
    box-shadow: 0 10px 22px rgba(42, 185, 126, .22);
    flex-shrink: 0;
    overflow: hidden;
}

.rt-avatar-image {
    background: #f1f5f9;
}

.rt-avatar-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.rt-user-info {
    min-width: 0;
}

.rt-login {
    margin: 0;
    color: #111827;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 900;
    word-break: break-word;
}

.rt-position {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: 100%;
    border-radius: 999px;
    padding: 6px 10px;
    color: #155c41;
    background: rgba(42, 185, 126, .12);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rt-position i {
    flex-shrink: 0;
    color: #2ab97e;
}

.rt-expand-btn {
    height: 42px;
    border: 0;
    border-radius: 14px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    background: linear-gradient(135deg, #5d3ebc, #2ab97e);
    box-shadow: 0 8px 18px rgba(93, 62, 188, .18);
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    cursor: pointer;
    transition: transform .16s ease, box-shadow .16s ease;
}

.rt-expand-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(93, 62, 188, .22);
}

.rt-expand-btn i {
    transition: transform .18s ease;
}

.rt-expand-btn.is-open i {
    transform: rotate(180deg);
}

.rt-row-details {
    position: relative;
    z-index: 2;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px) scale(.985);
    padding: 0 16px;
    transition: max-height .46s cubic-bezier(.22, 1, .36, 1),
    opacity .28s ease,
    transform .38s cubic-bezier(.22, 1, .36, 1),
    padding-bottom .34s ease;
    will-change: max-height, opacity, transform;
}

.rt-row-details.is-open {
    opacity: 1;
    transform: translateY(0) scale(1);
    padding-bottom: 16px;
}

.rt-row-details.is-open .rt-details-grid {
    animation: rtDetailsFadeUp .42s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes rtDetailsFadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rt-details-grid {
    display: grid;
    grid-template-columns: minmax(180px, 1.15fr) minmax(180px, 1.15fr) repeat(3, minmax(110px, .75fr));
    gap: 8px;
    padding-top: 14px;
    border-top: 1px solid rgba(15, 23, 42, .07);
}

.rt-detail-card {
    min-width: 0;
    border-radius: 18px;
    padding: 12px 9px;
    background: #f8fafc;
    border: 1px solid #edf1f6;
    text-align: center;
}

.rt-detail-card-total,
.rt-detail-card-month {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    padding: 12px 11px;
}

.rt-detail-card-total {
    background: linear-gradient(135deg, rgba(93, 62, 188, .13), rgba(42, 185, 126, .10));
    border-color: rgba(93, 62, 188, .14);
}

.rt-detail-card-month {
    background: linear-gradient(135deg, rgba(42, 185, 126, .16), rgba(93, 62, 188, .09));
    border-color: rgba(42, 185, 126, .16);
}

.rt-detail-card-team {
    background: linear-gradient(180deg, rgba(93, 62, 188, .06), rgba(42, 185, 126, .06));
}

.rt-detail-icon {
    width: 36px;
    height: 36px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #2ab97e, #5d3ebc);
    box-shadow: 0 8px 18px rgba(42, 185, 126, .18);
    flex-shrink: 0;
    font-size: 14px;
}

.rt-detail-number {
    color: #111827;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 950;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rt-detail-card-total .rt-detail-number,
.rt-detail-card-month .rt-detail-number {
    font-size: 17px;
}

.rt-detail-label {
    margin-top: 5px;
    color: #64748b;
    font-size: 9.8px;
    line-height: 1.18;
    font-weight: 850;
}

.rt-detail-card-total .rt-detail-label,
.rt-detail-card-month .rt-detail-label {
    font-size: 10.2px;
}

/* =========================
   KART GÖRÜNÜŞÜ
========================= */

.rt-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.rt-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .07);
    box-shadow: 0 12px 34px rgba(15, 23, 42, .07);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.rt-card:hover {
    transform: translateY(-4px);
    border-color: rgba(93, 62, 188, .18);
    box-shadow: 0 18px 48px rgba(15, 23, 42, .10);
}

.rt-card-first {
    border-color: rgba(245, 158, 11, .30);
    background: radial-gradient(circle at 10% 20%, rgba(245, 158, 11, .12), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #fffbeb 100%);
}

.rt-card-second {
    border-color: rgba(148, 163, 184, .32);
}

.rt-card-third {
    border-color: rgba(180, 83, 9, .20);
}

.rt-card-topline {
    height: 5px;
    background: linear-gradient(90deg, #2ab97e, #5d3ebc);
}

.rt-card-first .rt-card-topline {
    background: linear-gradient(90deg, #f59e0b, #2ab97e, #5d3ebc);
}

.rt-card-body {
    padding: 18px;
}

.rt-card-head {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 16px;
}

.rt-card-turnover {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 12px;
}

.rt-card-turnover-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(93, 62, 188, .14);
}

.rt-card-turnover-total {
    background: linear-gradient(135deg, rgba(93, 62, 188, .13), rgba(42, 185, 126, .11));
}

.rt-card-turnover-month {
    background: linear-gradient(135deg, rgba(42, 185, 126, .17), rgba(93, 62, 188, .10));
}

.rt-card-turnover-icon {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #2ab97e, #5d3ebc);
    box-shadow: 0 10px 22px rgba(42, 185, 126, .20);
    flex-shrink: 0;
    font-size: 17px;
}

.rt-card-turnover-number {
    color: #0f172a;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 950;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rt-card-turnover-label {
    margin-top: 4px;
    color: #475569;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 900;
}

.rt-card-mini-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.rt-card-mini-stat {
    min-width: 0;
    border-radius: 18px;
    padding: 12px 8px;
    background: #f8fafc;
    border: 1px solid #edf1f6;
    text-align: center;
}

.rt-card-mini-stat-team {
    background: linear-gradient(180deg, rgba(93, 62, 188, .06), rgba(42, 185, 126, .06));
}

.rt-card-mini-number {
    color: #111827;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rt-card-mini-label {
    margin-top: 5px;
    color: #6b7280;
    font-size: 9.8px;
    line-height: 1.22;
    font-weight: 800;
}

/* =========================
   EMPTY / PAGINATION
========================= */

.rt-empty {
    border-radius: 24px;
    padding: 42px 20px;
    text-align: center;
    background: #ffffff;
    border: 1px dashed #cbd5e1;
    color: #64748b;
}

.rt-empty-icon {
    width: 68px;
    height: 68px;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5d3ebc;
    background: rgba(93, 62, 188, .10);
    font-size: 28px;
    margin-bottom: 14px;
}

.rt-empty-title {
    margin: 0 0 7px;
    color: #111827;
    font-size: 20px;
    font-weight: 900;
}

.rt-pagination {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1180px) {
    .rt-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rt-details-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rt-detail-card-total,
    .rt-detail-card-month {
        grid-column: span 1;
    }
}

@media (max-width: 991.98px) {
    .rt-filter-form {
        grid-template-columns: 1fr 160px 135px;
    }

    .rt-filter-actions {
        grid-column: 1 / -1;
    }

    .rt-filter-btn,
    .rt-filter-clear {
        flex: 1;
    }

    .rt-details-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rt-detail-card-team {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .rt-rating-page {
        padding: 22px 0 42px;
    }

    .rt-hero {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .rt-hero-inner {
        display: block;
    }

    .rt-hero-title {
        font-size: 26px;
    }

    .rt-hero-stat {
        margin-top: 18px;
        min-width: 0;
        width: 100%;
    }

    .rt-filter-form {
        grid-template-columns: 1fr;
    }

    .rt-filter-actions {
        grid-column: auto;
        width: 100%;
    }

    .rt-filter-btn,
    .rt-filter-clear {
        width: 100%;
    }

    .rt-toolbar {
        display: block;
    }

    .rt-period-note {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        border-radius: 16px;
        text-align: center;
        margin-bottom: 12px;
    }

    .rt-view-switch {
        width: 100%;
        justify-content: center;
    }

    .rt-view-btn {
        flex: 1;
    }

    .rt-row {
        border-radius: 22px;
    }

    .rt-row-main {
        grid-template-columns: 50px minmax(0, 1fr) auto;
        gap: 10px;
        padding: 14px;
    }

    .rt-rank-badge {
        width: 44px;
        height: 44px;
        border-radius: 15px;
    }

    .rt-rank-badge i,
    .rt-card-rank-badge i {
        font-size: 10px;
        margin-bottom: 4px;
    }

    .rt-rank-badge span,
    .rt-card-rank-badge span {
        font-size: 14px;
    }

    .rt-user-col,
    .rt-card-user {
        gap: 10px;
    }

    .rt-avatar {
        width: 48px;
        height: 48px;
        border-radius: 16px;
        font-size: 18px;
    }

    .rt-login {
        font-size: 16px;
    }

    .rt-position {
        padding: 5px 8px;
        font-size: 10.5px;
    }

    .rt-expand-btn {
        width: 40px;
        height: 40px;
        padding: 0;
        border-radius: 14px;
    }

    .rt-expand-text {
        display: none;
    }

    .rt-row-details {
        padding-left: 14px;
        padding-right: 14px;
    }

    .rt-row-details.is-open {
        padding-bottom: 14px;
    }

    .rt-details-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .rt-detail-card {
        border-radius: 15px;
        padding: 10px 6px;
    }

    .rt-detail-card-total,
    .rt-detail-card-month {
        padding: 11px 8px;
        gap: 8px;
    }

    .rt-detail-icon {
        width: 30px;
        height: 30px;
        border-radius: 12px;
        font-size: 12px;
    }

    .rt-detail-number {
        font-size: 14px;
    }

    .rt-detail-card-total .rt-detail-number,
    .rt-detail-card-month .rt-detail-number {
        font-size: 15px;
    }

    .rt-detail-label,
    .rt-detail-card-total .rt-detail-label,
    .rt-detail-card-month .rt-detail-label {
        font-size: 8.7px;
        line-height: 1.15;
        margin-top: 4px;
    }

    .rt-detail-card-team {
        grid-column: 1 / -1;
    }

    .rt-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .rt-card {
        border-radius: 22px;
    }

    .rt-card-body {
        padding: 15px;
    }

    .rt-card-head {
        gap: 10px;
        margin-bottom: 13px;
    }

    .rt-card-rank-badge {
        width: 44px;
        height: 44px;
        border-radius: 15px;
    }

    .rt-card-turnover-item {
        border-radius: 17px;
        padding: 13px;
        gap: 10px;
    }

    .rt-card-turnover-icon {
        width: 38px;
        height: 38px;
        border-radius: 14px;
        font-size: 15px;
    }

    .rt-card-turnover-number {
        font-size: 19px;
    }

    .rt-card-turnover-label {
        font-size: 11px;
    }

    .rt-card-mini-stats {
        gap: 6px;
    }

    .rt-card-mini-stat {
        border-radius: 15px;
        padding: 10px 5px;
    }

    .rt-card-mini-number {
        font-size: 14px;
    }

    .rt-card-mini-label {
        font-size: 8.5px;
        line-height: 1.15;
    }
}

@media (max-width: 380px) {
    .rt-row-main {
        grid-template-columns: 44px minmax(0, 1fr) 38px;
        gap: 8px;
        padding: 13px;
    }

    .rt-rank-badge {
        width: 40px;
        height: 40px;
        border-radius: 14px;
    }

    .rt-rank-badge span,
    .rt-card-rank-badge span {
        font-size: 13px;
    }

    .rt-avatar {
        width: 44px;
        height: 44px;
        border-radius: 15px;
        font-size: 17px;
    }

    .rt-position {
        max-width: 170px;
    }

    .rt-expand-btn {
        width: 38px;
        height: 38px;
    }

    .rt-details-grid {
        gap: 5px;
    }

    .rt-detail-card {
        padding: 9px 4px;
    }

    .rt-detail-card-total,
    .rt-detail-card-month {
        padding: 10px 6px;
    }

    .rt-detail-icon {
        display: none;
    }

    .rt-detail-number {
        font-size: 13px;
    }

    .rt-detail-card-total .rt-detail-number,
    .rt-detail-card-month .rt-detail-number {
        font-size: 14px;
    }

    .rt-detail-label,
    .rt-detail-card-total .rt-detail-label,
    .rt-detail-card-month .rt-detail-label {
        font-size: 7.8px;
        line-height: 1.1;
    }

    .rt-card-body {
        padding: 13px;
    }

    .rt-card-head {
        gap: 8px;
    }

    .rt-card-rank-badge {
        width: 40px;
        height: 40px;
        border-radius: 14px;
    }

    .rt-card-turnover-number {
        font-size: 17px;
    }

    .rt-card-turnover-label {
        font-size: 10px;
    }

    .rt-card-mini-stats {
        gap: 5px;
    }

    .rt-card-mini-stat {
        padding: 9px 4px;
    }

    .rt-card-mini-number {
        font-size: 13px;
    }

    .rt-card-mini-label {
        font-size: 7.8px;
        line-height: 1.1;
    }
}