/* public/app/css/clone-shell.css
 * Synopsis: Coque A3 profil clone.
 * Objectif: Dictée centrale sans rails dashboard.
 */

.dash--clone {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 100svh;
    padding: 1rem 1.25rem 2rem;
    box-sizing: border-box;
}

.clone-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.clone-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: inherit;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.clone-top__tools {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.clone-ico {
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 1rem;
}

.dash--clone .clone-langs {
    max-width: 52rem;
}

.dash--clone .dash-stage {
    flex: 1 1 auto;
    min-height: 18rem;
}

.dash--clone .dash-compose-ico--zip,
.dash--clone .dash-compose-ico--import,
.dash--clone .dash-compose-ico--dictee-plus,
.dash--clone .dash-free-guide {
    display: none !important;
}

body[data-app-profile="clone"] .offers,
body[data-app-profile="clone"] .features,
body[data-app-profile="clone"] .docs,
body[data-app-profile="clone"] .mast-note {
    display: none;
}
