/**
 * FICHE-PAIE.FR - Générateur de bulletins de paie
 *
 * @copyright 2025-2026 Purple Telecom EURL
 * @license   Proprietary - All Rights Reserved
 * @author    Fabien HIRIART <contact@polygonlab.ai>
 *
 * CSS externalisé depuis sidebar-footer.php
 */

/* SIDEBAR FOOTER - INTÉGRÉ NATURELLEMENT */
.sidebar-footer {
    padding: 0 15px 15px 15px !important;
    margin-top: auto !important;
}
.sidebar-footer .footer-separator {
    height: 1px !important;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.15) 50%, transparent 100%) !important;
    margin-bottom: 15px !important;
}
.sidebar-footer .app-info {
    display: block !important;
    text-align: center !important;
    margin-bottom: 10px !important;
}
.sidebar-footer .app-name {
    display: block !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 3px !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.sidebar-footer .app-version {
    display: block !important;
    font-size: 9px !important;
    color: rgba(255, 255, 255, 0.4) !important;
    letter-spacing: 0.3px !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.sidebar-footer .copyright {
    text-align: center !important;
    font-size: 9px !important;
    color: rgba(255, 255, 255, 0.4) !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
}
.sidebar-footer .copyright a {
    color: rgba(255, 255, 255, 0.5) !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
}
.sidebar-footer .copyright a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}
.sidebar-footer .lock-badge {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    font-size: 9px !important;
    color: rgba(255, 255, 255, 0.35) !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}
.sidebar-footer .lock-badge svg {
    opacity: 0.5 !important;
}

/* ™ et ® ne doivent pas affecter le centrage */
.sidebar-footer .app-name sup,
.sidebar-footer .copyright sup {
    position: absolute !important;
    font-size: 0.6em !important;
    vertical-align: super !important;
    margin-left: 1px !important;
}
.sidebar-footer .app-name,
.sidebar-footer .copyright {
    position: relative !important;
}
