/* ─ RIBBON MES HEURES ─ */
#mes-heures-ribbon {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 996;
    background: var(--heures-color);
    box-shadow: 0 2px 8px rgba(0,0,0,.18);
}
#mes-heures-ribbon .ribbon-tabs {
    display: flex;
    padding: 0 8px;
    align-items: stretch;
    min-height: 32px;
}
#mes-heures-ribbon .ribbon-tab {
    border: none;
    background: 0;
    color: rgba(0,0,0,.7);
    padding: 5px 11px;
    font-size: 10px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 4px 4px 0 0;
    transition: .2s;
}
#mes-heures-ribbon .ribbon-tab i { font-size: 14px; }
#mes-heures-ribbon .ribbon-tab:hover { background: rgba(0,0,0,.08); color: rgba(0,0,0,.9); }
#mes-heures-ribbon .ribbon-title {
    color: rgba(0,0,0,.7);
    font-size: 12px;
    font-weight: 700;
    padding: 0 12px;
    display: flex;
    align-items: center;
    letter-spacing: .3px;
}
main { padding-top: 32px; }
main.full-height { height: 100dvh; }
