.fi-panel-cliente .fi-topbar {
    background-color: #04651b;
    box-shadow: 0 1px 0 rgba(2, 0, 0, 0.15);
    --tw-ring-color: rgba(255, 254, 246, 0.1);
}

.fi-panel-cliente .fi-topbar .fi-logo {
    color: #fffef6;
}

.fi-panel-cliente .fi-topbar .fi-icon-btn {
    color: #fffef6;
}

.fi-panel-cliente .fi-topbar .fi-icon-btn:hover,
.fi-panel-cliente .fi-topbar .fi-icon-btn:focus-visible {
    background-color: rgba(255, 254, 246, 0.12);
}

.fi-panel-cliente .fi-topbar .fi-icon-btn .fi-icon {
    color: #fffef6;
}

.fi-panel-cliente .fi-topbar .fi-topbar-item-btn {
    color: #fffef6;
}

.fi-panel-cliente .fi-topbar .fi-topbar-item-btn:hover,
.fi-panel-cliente .fi-topbar .fi-topbar-item-btn:focus-visible {
    background-color: rgba(255, 254, 246, 0.12);
}

.fi-panel-cliente .fi-topbar .fi-topbar-item-btn > .fi-icon {
    color: rgba(255, 254, 246, 0.85);
}

.fi-panel-cliente .fi-topbar .fi-topbar-item-label {
    color: #fffef6;
}

.fi-panel-cliente .fi-topbar .fi-user-avatar {
    background-color: #fffef6;
    box-shadow: 0 0 0 1px rgba(255, 254, 246, 0.35);
}

.fi-panel-cliente .client-dashboard {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.fi-panel-cliente .client-dashboard__welcome {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.fi-panel-cliente .client-dashboard__welcome-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #057c21;
}

.fi-panel-cliente .client-dashboard__welcome-title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    color: #111827;
}

.fi-panel-cliente .client-dashboard__welcome-lead {
    max-width: 42rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4b5563;
}

.fi-panel-cliente .client-dashboard__progress {
    padding: 1.25rem 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background: #fffef6;
}

.fi-panel-cliente .client-dashboard__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fi-panel-cliente .client-dashboard__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
    text-align: center;
}

.fi-panel-cliente .client-dashboard__step-marker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    border: 2px solid #d1d5db;
    background: #fff;
    color: #9ca3af;
}

.fi-panel-cliente .client-dashboard__step-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 9999px;
    background: currentColor;
}

.fi-panel-cliente .client-dashboard__step-icon {
    width: 1rem;
    height: 1rem;
}

.fi-panel-cliente .client-dashboard__step-label {
    font-size: 0.8rem;
    line-height: 1.35;
    color: #6b7280;
}

.fi-panel-cliente .client-dashboard__step--done .client-dashboard__step-marker {
    border-color: #057c21;
    background: #057c21;
    color: #fffef6;
}

.fi-panel-cliente .client-dashboard__step--done .client-dashboard__step-label {
    color: #111827;
    font-weight: 600;
}

.fi-panel-cliente .client-dashboard__step--current .client-dashboard__step-marker {
    border-color: #057c21;
    background: #fff;
    color: #057c21;
    box-shadow: 0 0 0 4px rgba(5, 124, 33, 0.12);
}

.fi-panel-cliente .client-dashboard__step--current .client-dashboard__step-label {
    color: #04651b;
    font-weight: 700;
}

.fi-panel-cliente .client-dashboard__step--rejected .client-dashboard__step-marker {
    border-color: #dc2626;
    background: #fef2f2;
    color: #dc2626;
}

.fi-panel-cliente .client-dashboard__step--rejected .client-dashboard__step-label {
    color: #b91c1c;
    font-weight: 700;
}

.fi-panel-cliente .client-dashboard__card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.25rem;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
}

.fi-panel-cliente .client-dashboard__card-icon-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
    background: #f3f4f6;
    color: #374151;
}

.fi-panel-cliente .client-dashboard__card-icon {
    width: 1.75rem;
    height: 1.75rem;
    margin: auto;
}

.fi-panel-cliente .client-dashboard__card-body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0;
}

.fi-panel-cliente .client-dashboard__card-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b7280;
}

.fi-panel-cliente .client-dashboard__card-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    color: #111827;
}

.fi-panel-cliente .client-dashboard__card-message {
    max-width: 44rem;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #4b5563;
}

.fi-panel-cliente .client-dashboard__card--warning .client-dashboard__card-icon-wrap {
    background: #fff7ed;
    color: #c2410c;
}

.fi-panel-cliente .client-dashboard__card--info .client-dashboard__card-icon-wrap {
    background: #eff6ff;
    color: #1d4ed8;
}

.fi-panel-cliente .client-dashboard__card--success .client-dashboard__card-icon-wrap {
    background: #ecfdf5;
    color: #047857;
}

.fi-panel-cliente .client-dashboard__card--danger .client-dashboard__card-icon-wrap {
    background: #fef2f2;
    color: #dc2626;
}

.fi-panel-cliente .client-dashboard__card--neutral .client-dashboard__card-icon-wrap {
    background: #f3f4f6;
    color: #4b5563;
}

.fi-panel-cliente .client-dashboard__alert {
    display: flex;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    border-radius: 0.75rem;
    border: 1px solid #fecaca;
    background: #fef2f2;
}

.fi-panel-cliente .client-dashboard__alert-icon {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    color: #dc2626;
    margin-top: 0.1rem;
}

.fi-panel-cliente .client-dashboard__alert-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #991b1b;
}

.fi-panel-cliente .client-dashboard__alert-text {
    margin-top: 0.2rem;
    font-size: 0.92rem;
    line-height: 1.55;
    color: #7f1d1d;
}

.fi-panel-cliente .client-dashboard__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    align-self: flex-start;
    margin-top: 0.25rem;
    padding: 0.7rem 1.1rem;
    border-radius: 0.65rem;
    background: #057c21;
    color: #fffef6;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.fi-panel-cliente .client-dashboard__cta:hover,
.fi-panel-cliente .client-dashboard__cta:focus-visible {
    background: #04651b;
    color: #fffef6;
    text-decoration: none;
}

.fi-panel-cliente .client-dashboard__cta-icon {
    width: 1rem;
    height: 1rem;
}

.fi-panel-cliente .client-dashboard__details {
    padding: 1.25rem 1.5rem 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background: #fff;
}

.fi-panel-cliente .client-dashboard__details-header {
    margin-bottom: 1rem;
}

.fi-panel-cliente .client-dashboard__details-title {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
}

.fi-panel-cliente .client-dashboard__details-subtitle {
    margin-top: 0.2rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.fi-panel-cliente .client-dashboard__details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.5rem;
    margin: 0;
}

.fi-panel-cliente .client-dashboard__detail {
    min-width: 0;
}

.fi-panel-cliente .client-dashboard__detail-label {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b7280;
}

.fi-panel-cliente .client-dashboard__detail-icon {
    width: 0.95rem;
    height: 0.95rem;
    flex-shrink: 0;
    color: #057c21;
}

.fi-panel-cliente .client-dashboard__detail-value {
    margin-top: 0.35rem;
    margin-left: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #111827;
    word-break: break-word;
}

@media (max-width: 1024px) {
    .fi-panel-cliente .client-dashboard__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .fi-panel-cliente .client-dashboard__card {
        grid-template-columns: 1fr;
    }

    .fi-panel-cliente .client-dashboard__steps {
        grid-template-columns: 1fr;
    }

    .fi-panel-cliente .client-dashboard__step {
        flex-direction: row;
        text-align: left;
    }

    .fi-panel-cliente .client-dashboard__details-grid {
        grid-template-columns: 1fr;
    }

    .fi-panel-cliente .client-dashboard__welcome-title {
        font-size: 1.45rem;
    }
}
