/* ==========================================================================
   CSS SPECIFIQUE POUR CARTEARTISTEDHIER.PHP V10
   Intégration du thème Manuscrit d'Ivoire et de la charte Premium
   ========================================================================== */

/* Cartouche des Droits d'Auteur (Deceased < 70 years) */
.carteartistedhier-container {
    max-width: 1400px;
    margin: 0 auto;
    font-family: var(--font-sans), sans-serif;
    padding: 0;
    box-sizing: border-box;
}

.copyright-alert {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid rgba(139, 38, 62, 0.15);
    background-color: #fdf6f7;
    color: var(--text-muted);
    border-radius: var(--radius-sm);
    font-family: var(--font-sans);
    font-size: 0.82rem;
    line-height: 1.5;
    text-align: justify;
    box-shadow: var(--shadow);
}

.copyright-alert strong {
    color: var(--accent);
    display: block;
    margin-bottom: 6px;
    text-align: center;
    font-size: 0.9rem;
}

/* Tableau de bord de soumission pour l'artiste d'hier */
.dashboard-menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed var(--border-color);
}

.dashboard-menu .button-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.dashboard-button {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 260px;
    min-height: 90px;
    color: var(--text-main);
    text-decoration: none;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow);
    transition: all 0.2s ease;
    font-family: var(--font-sans);
    font-size: 0.78rem;
    font-weight: 600;
    text-align: center;
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid var(--border-color);
}

.dashboard-button i {
    font-size: 1.6rem;
    margin-bottom: 8px;
    color: var(--text-main);
}

.dashboard-button span {
    line-height: 1.3;
}

.dashboard-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

/* Bouton Vert (Soumission possible / Délai de 7 jours respecté) */
.dashboard-button.status-possible {
    background-color: #f1fcf4;
    border-color: #a3e2b4;
    color: #1e5c2f;
}
.dashboard-button.status-possible i {
    color: #278c43;
}
.dashboard-button.status-possible:hover {
    background-color: #e5faeb;
    border-color: #278c43;
}

/* Bouton Rouge/Rose (En attente / Délai de 7 jours non expiré) */
.dashboard-button.status-pending {
    background-color: #fff5f5;
    border-color: #f8b4b4;
    color: #9b2c2c;
    cursor: not-allowed;
}
.dashboard-button.status-pending i {
    color: #c53030;
}
.dashboard-button.status-pending:hover {
    transform: none;
    box-shadow: var(--shadow);
    border-color: #f8b4b4;
}

/* Biographie */
.profile-bio {
    font-size: 1.02rem;
    line-height: 1.8;
    color: var(--text-main);
    text-align: justify;
}

.bio-source {
    margin-top: 20px;
    font-family: var(--font-sans);
    font-style: italic;
    font-size: 0.85em;
    color: var(--text-muted);
    border-top: 1px dashed var(--border-color);
    padding-top: 12px;
}

.bio-source a {
    color: var(--accent);
    text-decoration: none;
    font-weight: 500;
}

.bio-source a:hover {
    color: var(--accent-hover);
    text-decoration: underline;
}

/* Bouton réduire */
.showcase-reduce-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: var(--bg-page);
    border: 1px solid var(--border-color);
    color: var(--text-muted);
    padding: 5px 12px;
    border-radius: 20px;
    font-family: var(--font-sans);
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    height: 30px;
    box-shadow: var(--shadow);
}

.showcase-reduce-btn:hover {
    background-color: var(--accent);
    color: #ffffff;
    border-color: var(--accent);
}
