/* ============================================
   PLAN PAGE - Offre Actuelle
   Aldon Radar Design System
   ============================================ */

/* ─── Anti-flash : supprime tout highlight/outline sur click ─── */
.plan-page *,
.plan-page *::before,
.plan-page *::after {
    -webkit-tap-highlight-color: transparent !important;
}

/*
 * Override : .settings-page impose max-width: 900px via settings.css.
 * La page Offre Actuelle nécessite plus d'espace (grille 3 plans + matrice).
 * On surcharge ici pour aligner sur la largeur du dashboard (1400px).
 */
.plan-page {
    max-width: 1400px;
}

.plan-page button,
.plan-page a,
.plan-page [ng-click] {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none;
    outline: none !important;
    user-select: none;
}

.plan-page button:focus,
.plan-page button:focus-visible,
.plan-page a:focus,
.plan-page [ng-click]:focus {
    outline: none !important;
    box-shadow: none !important;
}

.plan-page button:active,
.plan-page [ng-click]:active {
    opacity: 0.88;
    transition: opacity 0.08s ease;
}

/* ============================================
   TABS - soft transitions
   ============================================ */

.plan-tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    padding: 4px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    width: fit-content;
}

.plan-tab {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #64748b;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    cursor: pointer;
    background: transparent;
    border: 1px solid transparent;
}

.plan-tab:hover {
    color: #94a3b8;
    background: rgba(255, 255, 255, 0.025);
}

.plan-tab.active {
    color: #10b981;
    background: rgba(16, 185, 129, 0.08);
    border-color: rgba(16, 185, 129, 0.18);
}

.plan-tab i {
    font-size: 0.8rem;
}

/* ============================================
   ERROR STATE
   ============================================ */

.plan-error {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 3rem;
    text-align: center;
    color: #64748b;
}

.plan-error i {
    font-size: 2rem;
    color: #f59e0b;
}

.btn-retry {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 8px;
    color: #10b981;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-retry:hover {
    background: rgba(16, 185, 129, 0.14);
}

/* ============================================
   CURRENT PLAN BANNER
   ============================================ */

.current-plan-banner {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: #1a2234;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    margin-bottom: 1.5rem;
}

.cpb-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.cpb-info {
    flex: 1;
    min-width: 0;
}

.cpb-label {
    font-size: 0.75rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cpb-name {
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.cpb-badge {
    font-size: 0.65rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid;
    letter-spacing: 0.5px;
}

.cpb-sub {
    font-size: 0.8rem;
    color: #64748b;
    margin-top: 0.25rem;
}

.cpb-sub i {
    color: #ef4444;
    margin-right: 0.25rem;
}

.cpb-usage-mini {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-shrink: 0;
}

.cpb-usage-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cpb-usage-label {
    font-size: 0.7rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cpb-usage-value {
    font-size: 0.95rem;
    font-weight: 600;
    color: #e2e8f0;
}

.cpb-reset {
    font-size: 0.7rem;
    color: #64748b;
    padding: 0.25rem 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 100px;
}

/* ============================================
   PLANS GRID (3 columns)
   ============================================ */

.plans-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.plan-card {
    background: #1a2234;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
}

.plan-card:hover {
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.plan-card-active {
    border-color: rgba(16, 185, 129, 0.35) !important;
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.1), 0 4px 20px rgba(16, 185, 129, 0.05);
}

.plan-card-recommended {
    border-color: rgba(16, 185, 129, 0.2);
}

/* Tags */
.plan-recommended-tag,
.plan-current-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 100px;
    letter-spacing: 0.3px;
    z-index: 2;
}

.plan-recommended-tag {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.plan-current-tag {
    background: rgba(16, 185, 129, 0.12);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.25);
}

/* Card header */
.plan-card-header {
    padding: 1.5rem 1.25rem 1rem;
    text-align: center;
}

.plan-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin: 0 auto 0.75rem;
}

.plan-card-name {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0.5rem;
}

.plan-card-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.25rem;
    min-height: 2.5rem; /* hauteur identique pour Gratuit vs 9€/mois */
}

.price-amount {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
}

.price-amount.free {
    font-size: 1.25rem;
    color: #94a3b8;
}

.price-period {
    font-size: 0.85rem;
    color: #64748b;
}

.plan-card-yearly {
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 0.25rem;
    text-align: center;
    min-height: 1.15em; /* garantit la meme hauteur meme si vide */
}

.yearly-placeholder {
    color: #475569;
}

.plan-card-desc {
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 0.75rem;
    line-height: 1.5;
    min-height: 2.25rem; /* alignement entre cards */
}

/* Card quotas */
.plan-card-quotas {
    padding: 0 1.25rem;
    flex: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.plan-quota-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    font-size: 0.8rem;
}

.plan-quota-row:last-child {
    border-bottom: none;
}

.pqr-label {
    color: #94a3b8;
}

.pqr-value {
    color: #e2e8f0;
    font-weight: 600;
}

.pqr-value.unlimited {
    color: #10b981;
}

.pqr-value.blocked {
    color: #64748b;
}

/* Total flux RSS — ligne mise en avant */
.plan-quota-row-highlight {
    background: rgba(16, 185, 129, 0.04);
    margin: 0 -1.25rem;
    padding: 0.625rem 1.25rem;
    border-bottom: 1px solid rgba(16, 185, 129, 0.08);
    border-top: 1px solid rgba(16, 185, 129, 0.08);
}

.pqr-total {
    font-size: 0.9rem;
    font-weight: 700;
    color: #10b981;
}

/* Usage bars inside plan card */
.plan-usage-bars {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px dashed rgba(255, 255, 255, 0.08);
}

.plan-usage-bar-row {
    margin-bottom: 0.625rem;
}

.pub-label {
    display: flex;
    justify-content: space-between;
    font-size: 0.7rem;
    color: #94a3b8;
    margin-bottom: 0.25rem;
}

.pub-track {
    height: 4px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    overflow: hidden;
}

.pub-fill {
    height: 100%;
    border-radius: 4px;
    transition: width 0.6s ease;
}

.pub-fill.usage-bar-ok {
    background: linear-gradient(90deg, #10b981, #059669);
}

.pub-fill.usage-bar-warning {
    background: linear-gradient(90deg, #f59e0b, #d97706);
}

.pub-fill.usage-bar-danger {
    background: linear-gradient(90deg, #ef4444, #dc2626);
}

/* Card action button — SOFT transitions, no flash */
.plan-card-action {
    padding: 1rem 1.25rem 1.25rem;
}

.btn-plan-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.25s ease;
    border: 1px solid;
}

.btn-plan-current {
    background: rgba(16, 185, 129, 0.08);
    border-color: rgba(16, 185, 129, 0.18);
    color: #10b981;
    cursor: default;
}

.btn-plan-upgrade {
    background: linear-gradient(135deg, #10b981, #059669);
    border-color: transparent;
    color: white;
}

.btn-plan-upgrade:hover {
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.2);
}

.btn-plan-downgrade {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.08);
    color: #94a3b8;
}

.btn-plan-downgrade:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #cbd5e1;
}

.btn-plan-action:disabled {
    opacity: 0.7;
    cursor: default;
    box-shadow: none !important;
}

/* ============================================
   DETAILED MATRIX
   ============================================ */

.plan-matrix {
    margin-top: 2rem;
}

.plan-matrix-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.plan-matrix-title i {
    color: #10b981;
    font-size: 1rem;
}

.matrix-section {
    background: #1a2234;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.matrix-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.matrix-section-header:hover {
    background: rgba(255, 255, 255, 0.015);
}

.msh-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: #e2e8f0;
}

.msh-left i {
    color: #10b981;
    width: 18px;
    text-align: center;
}

.msh-arrow {
    color: #64748b;
    font-size: 0.7rem;
    transition: transform 0.3s ease;
}

.matrix-section.expanded .msh-arrow {
    transform: rotate(180deg);
    color: #10b981;
}

.matrix-section-body {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Matrix table */
.matrix-table {
    width: 100%;
    border-collapse: collapse;
}

.matrix-table th,
.matrix-table td {
    padding: 0.75rem 1rem;
    font-size: 0.8rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.matrix-table th {
    font-weight: 600;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #64748b;
    text-align: center;
    border-top: 2px solid transparent;
    padding-top: 0.875rem;
}

.mt-feature {
    text-align: left;
    color: #94a3b8;
    width: 40%;
}

.mt-plan {
    text-align: center;
    width: 20%;
}

.cell-check {
    color: #10b981;
}

.cell-blocked {
    color: #475569;
}

.cell-unlimited {
    color: #10b981;
    font-weight: 600;
}

.cell-value {
    color: #e2e8f0;
    font-weight: 500;
}

/* ============================================
   USAGE TAB - Tier Gauges
   ============================================ */

/* Account info bar */
.usage-account-bar {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1rem 1.5rem;
    background: #1a2234;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.uab-item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.uab-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.uab-content {
    min-width: 0;
}

.uab-value {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.uab-label {
    font-size: 0.7rem;
    color: #64748b;
}

.uab-separator {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.06);
    flex-shrink: 0;
}

/* Usage section card */
.usage-section {
    background: #1a2234;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
}

.usage-section h2 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.usage-section h2 i {
    color: #10b981;
    font-size: 0.95rem;
}

.usage-section h2 .section-badge {
    font-size: 0.65rem;
    font-weight: 400;
    color: #64748b;
    padding: 2px 8px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 100px;
    margin-left: auto;
}

/* Gauge grid */
.gauge-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 2.5rem;
}

.gauge-grid.cols-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

/* Individual gauge item */
.gauge-item {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.gauge-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.gauge-label {
    font-size: 0.85rem;
    color: #e2e8f0;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.gauge-label i {
    font-size: 0.75rem;
}

.gauge-values {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
}

.gauge-values .gv-current {
    color: #e2e8f0;
    font-weight: 600;
}

.gauge-track {
    height: 6px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 6px;
    overflow: hidden;
}

.gauge-fill {
    height: 100%;
    border-radius: 6px;
    transition: width 0.8s ease;
    min-width: 2px;
}

.gauge-fill.g-ok {
    background: linear-gradient(90deg, #10b981, #059669);
}

.gauge-fill.g-warning {
    background: linear-gradient(90deg, #f59e0b, #d97706);
}

.gauge-fill.g-danger {
    background: linear-gradient(90deg, #ef4444, #dc2626);
}

.gauge-fill.g-unlimited {
    background: linear-gradient(90deg, rgba(16, 185, 129, 0.25), rgba(16, 185, 129, 0.08));
}

.gauge-fill.g-blocked {
    background: rgba(100, 116, 139, 0.3);
}

.gauge-sub {
    font-size: 0.7rem;
    color: #64748b;
}

.gauge-sub.gauge-sub-ok {
    color: #10b981;
}

/* Collection detail list */
.collection-detail-list {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.cdl-item {
    display: grid;
    grid-template-columns: 1fr auto 120px;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
}

.cdl-name {
    font-size: 0.8rem;
    color: #e2e8f0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cdl-count {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 500;
    white-space: nowrap;
}

.cdl-bar {
    height: 3px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 3px;
    overflow: hidden;
}

.cdl-bar-fill {
    height: 100%;
    background: #10b981;
    border-radius: 3px;
    transition: width 0.5s ease;
}

/* Usage meta row */
.usage-meta-row {
    display: flex;
    gap: 1.5rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.usage-meta-item {
    font-size: 0.75rem;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.usage-meta-item i {
    font-size: 0.7rem;
}

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

@media (max-width: 900px) {
    .plans-grid {
        grid-template-columns: 1fr;
    }

    .gauge-grid,
    .gauge-grid.cols-3 {
        grid-template-columns: 1fr;
    }

    .usage-account-bar {
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .uab-separator {
        display: none;
    }

    .current-plan-banner {
        flex-direction: column;
        text-align: center;
    }

    .cpb-usage-mini {
        flex-direction: row;
        justify-content: center;
    }

    .matrix-table th,
    .matrix-table td {
        padding: 0.5rem 0.5rem;
        font-size: 0.7rem;
    }

    .mt-feature {
        width: 35%;
    }
}

@media (max-width: 600px) {
    .plan-tabs {
        width: 100%;
    }

    .plan-tab {
        flex: 1;
        justify-content: center;
    }

    .cdl-item {
        grid-template-columns: 1fr auto;
    }

    .cdl-bar {
        display: none;
    }
}

/* ════════════════════════════════════════════════════
   MODALE UPGRADE INTEREST — Beta waitlist
   Partagée entre settings-plan.html et dashboard.html
   ════════════════════════════════════════════════════ */

.upgrade-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(5, 10, 20, 0.82);
    backdrop-filter: blur(6px);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    animation: modal-fade-in 0.2s ease;
}

@keyframes modal-fade-in {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.upgrade-modal-box {
    background: #111827;
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 16px;
    padding: 2rem;
    width: 100%;
    max-width: 420px;
    position: relative;
    animation: modal-slide-in 0.25s ease;
}

@keyframes modal-slide-in {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Header */
.upgrade-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.upgrade-modal-icon {
    width: 44px;
    height: 44px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.25);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #10b981;
    font-size: 1.1rem;
}

.upgrade-modal-close {
    background: none;
    border: none;
    color: #475569;
    font-size: 1rem;
    cursor: pointer;
    padding: 0.25rem;
    transition: color 0.2s;
    line-height: 1;
}

.upgrade-modal-close:hover { color: #94a3b8; }

/* Texte */
.upgrade-modal-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #f1f5f9;
    margin: 0 0 0.625rem;
}

.upgrade-modal-desc {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.65;
    margin: 0 0 1rem;
}

.upgrade-modal-desc strong { color: #10b981; }

/* Avantages */
.upgrade-modal-perks {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 1.25rem;
}

.upgrade-modal-perks span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    color: #94a3b8;
}

.upgrade-modal-perks span i {
    color: #10b981;
    font-size: 0.65rem;
    flex-shrink: 0;
}

/* Formulaire */
.upgrade-modal-form { display: flex; flex-direction: column; gap: 0.875rem; }

.upgrade-modal-field { display: flex; flex-direction: column; gap: 0.35rem; }

.upgrade-modal-field label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
}

.upgrade-modal-input {
    width: 100%;
    padding: 0.625rem 0.875rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #e2e8f0;
    font-size: 0.875rem;
    transition: border-color 0.2s;
    outline: none;
    box-sizing: border-box;
}

.upgrade-modal-input:focus { border-color: rgba(16, 185, 129, 0.5); }
.upgrade-modal-input.input-error { border-color: #ef4444; }

.upgrade-modal-error {
    font-size: 0.72rem;
    color: #f87171;
}

/* Bouton principal */
.upgrade-modal-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem;
    background: #10b981;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}

.upgrade-modal-btn:hover:not(:disabled) { background: #0ea371; }
.upgrade-modal-btn:disabled { opacity: 0.6; cursor: not-allowed; }

.upgrade-btn-secondary {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #94a3b8;
    margin-top: 0.75rem;
}
.upgrade-btn-secondary:hover { background: rgba(255, 255, 255, 0.1); }

/* Confidentialité */
.upgrade-modal-privacy {
    font-size: 0.7rem;
    color: #334155;
    text-align: center;
    margin: 0.5rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

/* État succès */
.upgrade-modal-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.5rem 0;
}

.upgrade-success-icon {
    font-size: 2.5rem;
    color: #10b981;
    margin-bottom: 1rem;
}

.upgrade-modal-success h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #f1f5f9;
    margin: 0 0 0.5rem;
}

.upgrade-modal-success p {
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 1.25rem;
}

.upgrade-modal-success em { color: #10b981; font-style: normal; font-weight: 500; }
