/* Suivi Commissions — design Jupiter (aligné Suivi_Commissions_Jupiter.html) */

.comm-workbench {
    padding: 8px 4px 32px;
}

.comm-workbench .comm-wb-kpi-row {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1100px) {
    .comm-workbench .comm-wb-kpi-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .comm-workbench .comm-wb-kpi-row {
        grid-template-columns: 1fr;
    }
}

.comm-workbench .rent-wb-kpi.accent-comm { border-top: 3px solid #0091AE; }
.comm-workbench .rent-wb-kpi.accent-sig { border-top: 3px solid #008000; }
.comm-workbench .rent-wb-kpi.accent-marge { border-top: 3px solid #10B981; }
.comm-workbench .rent-wb-kpi.accent-top { border-top: 3px solid #F59E0B; }

.comm-workbench .comm-cdm-name {
    font-size: 14px !important;
}

.comm-wb-page-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.comm-wb-page-title h1 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--rent-text, #33475B);
}

.comm-wb-breadcrumb {
    font-size: 12px;
    color: var(--rent-muted, #506E91);
    margin-top: 4px;
}

.comm-wb-page-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.comm-wb-btn-soft {
    background: #EAF0F6;
    border-color: #E5EBF0;
    color: #506E91;
}

.comm-wb-period-hint {
    font-size: 12px;
}

.comm-wb-chip-period {
    background: #008000 !important;
    color: #fff !important;
    border: none !important;
}

.comm-wb-chip-period strong {
    font-weight: 600;
}

.comm-workbench .rent-wb-rank-bar .rb-int {
    background: linear-gradient(90deg, #0091AE, #06B6D4);
}

.comm-workbench .rent-wb-rank-bar .rb-ext {
    background: linear-gradient(90deg, #008000, #34D399);
}

.comm-workbench .rent-wb-rank-bar .rb-amb {
    background: linear-gradient(90deg, #F59E0B, #FBBF24);
}

.comm-crown {
    color: #F59E0B;
    margin-right: 4px;
}

.comm-donut-wrap {
    min-height: 120px;
}

.comm-donut-inner {
    display: flex;
    align-items: center;
    gap: 18px;
}

.comm-donut-svg {
    flex: 0 0 110px;
    width: 110px;
    height: 110px;
}

.comm-donut-legend {
    flex: 1;
    font-size: 12px;
}

.comm-donut-li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0;
}

.comm-donut-li.sep {
    border-top: 1px dashed #E5EBF0;
    margin-top: 6px;
    padding-top: 6px;
}

.comm-donut-li .l {
    display: flex;
    align-items: center;
    gap: 7px;
}

.comm-donut-li .l.muted {
    color: #506E91;
}

.comm-donut-li .sw {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    flex-shrink: 0;
}

.comm-donut-li .v {
    font-variant-numeric: tabular-nums;
    font-weight: 500;
}

.comm-spark-legend {
    display: flex;
    gap: 14px;
    justify-content: flex-end;
    font-size: 11px;
    color: #506E91;
    margin-top: 4px;
}

.comm-spark-legend .ld {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}

.comm-spark-legend .ld-int { background: #0091AE; }
.comm-spark-legend .ld-ext { background: #008000; }
.comm-spark-legend .ld-rec { background: #7C3AED; }

.comm-workbench .rent-wb-spark-bar .b-int {
    background: linear-gradient(180deg, #0091AE, #06B6D4);
}

.comm-workbench .rent-wb-spark-bar .b-ext {
    background: linear-gradient(180deg, #008000, #34D399);
}

.comm-workbench .rent-wb-spark-bar .b-rec {
    background: linear-gradient(180deg, #7C3AED, #A78BFA);
}

.comm-workbench .rent-wb-spark-bar .b .tip {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 9.5px;
    color: #33475B;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    transition: opacity .15s;
}

.comm-workbench .rent-wb-spark-bar:hover .b .tip {
    opacity: 1;
}

.comm-spark-foot {
    border-top: 1px solid #E5EBF0;
    margin-top: 8px;
    padding-top: 8px;
    font-size: 11px;
    color: #506E91;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.comm-wb-grid tbody tr:hover {
    background: #FAFBFD;
}

.comm-wb-grid tfoot td {
    background: #FAFBFD;
    font-weight: 600;
    border-top: 2px solid #E5EBF0;
}

.comm-tfoot-label {
    text-align: right !important;
    color: #506E91 !important;
}

.comm-empty,
.comm-empty-row {
    text-align: center;
    color: #506E91;
    padding: 24px 12px !important;
}

.comm-lnk {
    color: #0091AE;
    font-weight: 500;
}

.comm-total {
    color: #008000 !important;
}

.comm-rc-total {
    color: #92400E;
}

.comm-neg {
    color: #991B1B !important;
}

.comm-mult {
    font-size: 10px;
    color: #506E91;
    font-weight: 400;
}

.comm-rc-line {
    margin-top: 3px;
    font-size: 11.5px;
    color: #506E91;
}

.comm-derog {
    color: #DC2626;
    font-weight: 600;
    border-bottom: 1px dotted #DC2626;
    cursor: help;
    font-size: 11px;
    margin-left: 4px;
}

.comm-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    margin-right: 6px;
    vertical-align: middle;
    flex-shrink: 0;
}

.comm-avatar-sm {
    width: 18px;
    height: 18px;
    font-size: 9px;
    margin-right: 4px;
}

.comm-type-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 10.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3px;
    white-space: nowrap;
}

.comm-type-interne {
    background: #CFFAFE;
    color: #155E75;
    border: 1px solid #A5F3FC;
}

.comm-type-externe {
    background: #DCFCE7;
    color: #14532D;
    border: 1px solid #BBF7D0;
}

.comm-type-rec {
    background: #EDE9FE;
    color: #5B21B6;
    border: 1px solid #DDD6FE;
}

.comm-pill {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
    white-space: nowrap;
}

.comm-pill-green { background: #E6F4E6; color: #0A6E0A; }
.comm-pill-gray { background: #F1F5F9; color: #64748B; }
.comm-pill-amber { background: #FEF3C7; color: #92400E; }
.comm-pill-red { background: #FEE2E2; color: #991B1B; }
.comm-pill-blue { background: #E0F2FE; color: #075985; }

.comm-workbench .rent-wb-rank-line > span:first-child {
    display: flex;
    align-items: center;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ========== Mes Commissions (Mes_Commissions_Jupiter.html) ========== */

.comm-mine-workbench {
    max-width: 1480px;
    margin: 0 auto;
}

.comm-mine-content {
    padding-bottom: 24px;
}

.comm-hero {
    background: linear-gradient(135deg, #0091AE 0%, #06B6D4 50%, #10B981 100%);
    color: #fff;
    border-radius: 6px;
    padding: 22px 26px;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 14px rgba(0, 145, 174, .18);
    position: relative;
    overflow: hidden;
}

.comm-hero::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
}

.comm-hero-left {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 2;
}

.comm-hero-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    color: #0091AE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .12);
    flex-shrink: 0;
}

.comm-hero-info h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.comm-hero-role {
    font-size: 12px;
    opacity: .9;
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 4px;
    flex-wrap: wrap;
}

.comm-hero-pill {
    background: rgba(255, 255, 255, .18);
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
}

.comm-hero-right {
    display: flex;
    gap: 18px;
    align-items: center;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}

.comm-hero-stat {
    text-align: right;
}

.comm-hero-stat .v {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.comm-hero-stat.rank .v {
    font-size: 20px;
}

.comm-hero-stat .l {
    font-size: 11px;
    opacity: .85;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-top: 4px;
}

.comm-hero-small {
    font-size: 14px;
    opacity: .8;
}

.comm-mine-kpi-row {
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 14px;
}

.comm-mine-kpi-row .rent-wb-kpi.amois { border-top: 3px solid #0091AE; }
.comm-mine-kpi-row .rent-wb-kpi.aytd { border-top: 3px solid #10B981; }
.comm-mine-kpi-row .rent-wb-kpi.asig { border-top: 3px solid #F59E0B; }
.comm-mine-kpi-row .rent-wb-kpi.aroy { border-top: 3px solid #7C3AED; }
.comm-mine-kpi-row .rent-wb-kpi.acdm { border-top: 3px solid #F59E0B; }

.comm-kpi-muted {
    font-size: 13px;
    color: #506E91;
    font-weight: 400;
}

.comm-mine-row2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 14px;
}

@media (max-width: 1000px) {
    .comm-mine-row2 { grid-template-columns: 1fr; }
    .comm-mine-kpi-row { grid-template-columns: repeat(2, 1fr); }
    .comm-hero { flex-direction: column; align-items: flex-start; gap: 16px; }
}

.comm-mine-card {
    background: #fff;
    border: 1px solid #E5EBF0;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(15, 32, 61, .08);
    overflow: hidden;
}

.comm-mine-cal-card,
.comm-mine-tabs-card {
    margin-bottom: 14px;
}

.comm-mine-card-head {
    padding: 13px 18px;
    border-bottom: 1px solid #E5EBF0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, #FFF, #FAFCFD);
    gap: 12px;
    flex-wrap: wrap;
}

.comm-mine-card-head h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.comm-mine-card-head .meta {
    font-size: 11.5px;
    color: #506E91;
}

.comm-mine-card-body {
    padding: 16px 18px;
}

.comm-mine-table-body {
    padding: 0;
}

.comm-icon-gold { color: #F59E0B; }
.comm-icon-link { color: #0091AE; }

.comm-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    margin-bottom: 10px;
}

@media (max-width: 700px) {
    .comm-steps { grid-template-columns: repeat(3, 1fr); }
}

.comm-step {
    background: #F8FAFC;
    border: 1.5px solid #E5EBF0;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
}

.comm-step.done {
    background: linear-gradient(135deg, #DCFCE7, #fff);
    border-color: #86EFAC;
}

.comm-step.done .num { background: #008000; color: #fff; }
.comm-step.done .lbl { color: #0A6E0A; }

.comm-step.current {
    background: linear-gradient(135deg, #FEF3C7, #fff);
    border-color: #FDE68A;
    box-shadow: 0 0 0 3px rgba(251, 191, 36, .18);
}

.comm-step.current .num { background: #F59E0B; color: #fff; }
.comm-step.current .lbl { color: #92400E; }

.comm-step.bonus.done {
    background: linear-gradient(135deg, #FEF3C7, #fff);
    border-color: #FDE68A;
}

.comm-step.bonus.done .num { background: #F59E0B; }

.comm-step .num {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #E5EBF0;
    color: #506E91;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    margin: 0 auto 4px;
}

.comm-step .lbl {
    font-size: 10.5px;
    color: #506E91;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
}

.comm-step .v {
    font-size: 11px;
    color: #506E91;
    margin-top: 2px;
}

.comm-bonus-info {
    background: #FEF3C7;
    border: 1px solid #FDE68A;
    color: #78350F;
    padding: 10px 13px;
    border-radius: 6px;
    font-size: 12.5px;
    display: flex;
    gap: 9px;
    align-items: flex-start;
}

.comm-bonus-info.hidden { display: none; }
.comm-bonus-info i { color: #D97706; margin-top: 2px; }

.comm-race-line {
    display: grid;
    grid-template-columns: 130px 1fr 100px;
    gap: 8px;
    align-items: center;
    font-size: 12.5px;
    padding: 6px 0;
}

.comm-race-line.me {
    background: #F0FBFE;
    border-radius: 5px;
    padding: 6px 8px;
    font-weight: 500;
}

.comm-race-bar {
    height: 10px;
    background: #E5EBF0;
    border-radius: 5px;
    overflow: hidden;
}

.comm-race-bar > span {
    display: block;
    height: 100%;
    border-radius: 5px;
}

.comm-race-bar .me { background: linear-gradient(90deg, #0091AE, #06B6D4); }
.comm-race-bar .others { background: linear-gradient(90deg, #94A3B8, #CBD5E1); }
.comm-race-bar .leader { background: linear-gradient(90deg, #F59E0B, #FBBF24); }

.comm-race-val {
    text-align: right;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
}

.comm-race-sub {
    font-size: 10px;
    color: #506E91;
    font-weight: 400;
}

.comm-me-tag {
    color: #0091AE;
    font-size: 10px;
}

.comm-race-foot {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #E5EBF0;
    font-size: 12px;
    color: #506E91;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.comm-cal-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.comm-cal-item {
    display: grid;
    grid-template-columns: 55px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 10px 12px;
    background: #F8FAFC;
    border-radius: 6px;
    border-left: 3px solid #0091AE;
}

.comm-cal-item.next {
    background: linear-gradient(90deg, #E0F2FE, #fff);
    box-shadow: 0 1px 3px rgba(0, 145, 174, .1);
}

.comm-cal-item.pending {
    background: #FEF3C7;
    border-left-color: #F59E0B;
}

.comm-cal-date { text-align: center; font-weight: 700; }
.comm-cal-date .d { font-size: 18px; line-height: 1; }
.comm-cal-date .m {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #506E91;
    margin-top: 2px;
}

.comm-cal-info .t { font-weight: 600; font-size: 12.5px; }
.comm-cal-subline { font-size: 11px; color: #506E91; margin-top: 2px; }

.comm-cal-amt {
    font-size: 15px;
    font-weight: 700;
    color: #008000;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.comm-cal-amt.pending { color: #92400E; }
.comm-cal-amt .sub {
    font-size: 10px;
    font-weight: 500;
    color: #506E91;
    margin-top: 2px;
    text-transform: uppercase;
}

.comm-mine-tabs-head {
    padding: 0 0 0 12px;
}

.comm-tabs {
    display: flex;
    gap: 0;
    flex: 1;
    overflow-x: auto;
}

.comm-tab {
    padding: 11px 18px;
    font-size: 13px;
    font-weight: 500;
    color: #506E91;
    cursor: pointer;
    border: none;
    border-bottom: 2px solid transparent;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
}

.comm-tab:hover {
    color: #33475B;
    background: #FAFBFD;
}

.comm-tab.active {
    color: #0091AE;
    border-bottom-color: #0091AE;
    font-weight: 600;
}

.comm-tab .count {
    background: #F1F5F9;
    color: #475569;
    font-size: 10.5px;
    font-weight: 600;
    padding: 1px 6px;
    border-radius: 8px;
}

.comm-tab.active .count {
    background: #E0F2FE;
    color: #0091AE;
}

.comm-tab-panel.hidden { display: none; }

.comm-role-badge {
    font-size: 10px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 8px;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.role-sig { background: #E0F2FE; color: #075985; }
.role-rc { background: #FEF3C7; color: #92400E; }
.role-deleg { background: #EDE9FE; color: #5B21B6; }

.comm-share { color: #0091AE; }

.comm-empty-state {
    text-align: center;
    padding: 32px 20px;
    color: #506E91;
    font-size: 13px;
}

.comm-empty-state i {
    font-size: 30px;
    color: #86EFAC;
    display: block;
    margin-bottom: 10px;
}

.comm-mine-period-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px;
    margin-top: 8px;
    font-size: 12px;
    flex-wrap: wrap;
}

.comm-statut-cell {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 120px;
}

.comm-statut-sub {
    font-size: 11px;
    color: #506E91;
    line-height: 1.2;
}

.comm-workflow-view {
    vertical-align: middle;
    cursor: pointer;
}

.comm-workflow-view:hover {
    color: #0091AE !important;
}

.comm-wf-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 16px;
    padding: 12px;
    background: #F5F8FA;
    border-radius: 6px;
}

.comm-wf-list {
    margin: 0 0 12px 0;
    padding-left: 18px;
    font-size: 12px;
}

.comm-wf-list.muted {
    color: #506E91;
}

.comm-wf-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed #E5EBF0;
}

.comm-wf-pay-box {
    padding: 10px;
    background: #FAFBFC;
    border: 1px solid #E5EBF0;
    border-radius: 6px;
}

.comm-wf-pay-box label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
}

.comm-wf-pay-type label {
    display: block;
    font-weight: 400;
    margin: 6px 0;
    font-size: 12px;
}

/* ── Podium Top 3 partageable ── */
.comm-topcomms-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.comm-topcomms-head h3 {
    margin: 0;
}

.comm-podium-btn {
    flex-shrink: 0;
    border-color: #0091AE !important;
    color: #0091AE !important;
    font-weight: 600;
}

.comm-podium-btn:hover {
    background: #E6F7FA !important;
}

.comm-podium-modal-hint {
    font-size: 13px;
    color: #506E91;
    margin-bottom: 12px;
}

.comm-podium-preview-wrap {
    display: flex;
    justify-content: center;
    padding: 16px;
    background: #1a2332;
    border-radius: 10px;
    margin-bottom: 16px;
    overflow: auto;
}

.comm-podium-modal-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.comm-podium-textarea {
    font-size: 12px;
    resize: vertical;
}

.comm-podium-export {
    position: relative;
    width: 540px;
    height: 540px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 16px;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.comm-podium-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, #071428 0%, #0d2a52 45%, #13406e 100%);
}

.comm-podium-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 15%, rgba(0, 145, 174, 0.25) 0%, transparent 45%),
        radial-gradient(circle at 80% 85%, rgba(16, 185, 129, 0.12) 0%, transparent 40%);
}

.comm-podium-inner {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 28px 24px 20px;
    box-sizing: border-box;
}

.comm-podium-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 8px;
}

.comm-podium-brand-name {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fff;
    line-height: 1.1;
}

.comm-podium-brand-name span {
    color: #38bdf8;
}

.comm-podium-brand-tag {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.08em;
    text-transform: lowercase;
    margin-top: 2px;
}

.comm-podium-month {
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
}

.comm-podium-stage {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 12px;
    padding: 0 8px 0;
}

.comm-podium-slot {
    flex: 1;
    max-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.comm-podium-slot-first {
    max-width: 170px;
}

.comm-podium-crown {
    position: absolute;
    top: -8px;
    z-index: 3;
    color: #fbbf24;
    font-size: 22px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}

.comm-podium-avatar-wrap {
    position: relative;
    z-index: 2;
    margin-bottom: 8px;
}

.comm-podium-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    display: block;
}

.comm-podium-slot-first .comm-podium-avatar {
    width: 88px;
    height: 88px;
    border-width: 4px;
    border-color: #fbbf24;
}

.comm-podium-avatar-fallback {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #0091AE, #0ea5e9);
    border: 3px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.comm-podium-slot-first .comm-podium-avatar-fallback {
    width: 88px;
    height: 88px;
    font-size: 26px;
    border-color: #fbbf24;
}

.comm-podium-name {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 4px;
    max-width: 100%;
    word-break: break-word;
}

.comm-podium-slot-first .comm-podium-name {
    font-size: 12px;
}

.comm-podium-amount {
    font-size: 10px;
    font-weight: 600;
    color: #7dd3fc;
    margin-bottom: 10px;
}

.comm-podium-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #38bdf8 0%, #0284c7 100%);
    border-radius: 8px 8px 0 0;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.25), 0 -4px 16px rgba(0, 0, 0, 0.2);
    position: relative;
}

.comm-podium-slot-first .comm-podium-block {
    height: 130px;
    background: linear-gradient(180deg, #7dd3fc 0%, #0284c7 100%);
}

.comm-podium-slot-second .comm-podium-block {
    height: 95px;
}

.comm-podium-slot-third .comm-podium-block {
    height: 70px;
}

.comm-podium-slot.empty .comm-podium-block {
    opacity: 0.35;
}

.comm-podium-rank-num {
    font-size: 42px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    line-height: 1;
}

.comm-podium-slot-first .comm-podium-rank-num {
    font-size: 52px;
}

.comm-podium-foot {
    margin-top: 16px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    padding: 10px 16px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

