


.atl-liste {
    max-width: 1280px;
    margin: 0 auto;
}

.atl-filtre {
    max-width: 190px;
}


.atl-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.atl-badge::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

.atl-badge-plan  { background: var(--paper);      color: var(--slate); }
.atl-badge-cours { background: var(--amber-soft); color: var(--amber-dark); }
.atl-badge-fini  { background: var(--teal-soft);  color: var(--teal-dark); }


.atl-doc {
    max-width: 1280px;
    margin: 0 auto;
}

.atl-vide {
    color: var(--slate);
    padding: 24px 0;
}

.atl-cartes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 14px 0;
}

@media (max-width: 900px) {
    .atl-cartes { grid-template-columns: 1fr; }
}

.atl-carte {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-14);
    padding: 16px;
}

.atl-carte-titre {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--slate);
    margin-bottom: 12px;
}

.atl-champ {
    margin-bottom: 12px;
}

.atl-champ label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--slate);
    margin-bottom: 4px;
}

.atl-verrou {
    display: inline-block;
    padding: 7px 10px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--r-8);
    font-size: 14px;
}

.atl-enregistrer {
    margin-top: 4px;
}

.atl-op {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid var(--line);
}

.atl-hint {
    font-size: 12px;
    color: var(--slate);
    margin: 8px 0 0;
}


.atl-bande {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-left: 3px solid var(--teal);
    border-radius: var(--r-10);
    padding: 12px 14px;
    margin-bottom: 14px;
}

.atl-bande-titre {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--slate);
    width: 100%;
}

.atl-sep {
    color: var(--slate);
    font-size: 13px;
    padding: 0 4px;
}

.atl-nom-select { max-width: 340px; }
.atl-qte        { max-width: 120px; }

@media (max-width: 768px) {
    .atl-bande { flex-direction: column; align-items: stretch; }
    .atl-nom-select, .atl-qte { max-width: none; }
}


.atl-import {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.atl-bp {
    border: 1px solid var(--line);
    border-radius: var(--r-10);
    padding: 10px 12px;
}

.atl-bp-tete {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.atl-bp-prod {
    font-size: 12px;
    color: var(--slate);
    margin-left: auto;
}

.atl-bp-sans {
    margin-top: 6px;
    font-size: 12px;
    color: var(--amber);
}


.atl-bloc {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-14);
    padding: 16px;
    margin-bottom: 14px;
}

.atl-bloc-titre {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--slate);
    margin-bottom: 10px;
}

.atl-bloc-sub {
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}


.atl-table {
    width: 100%;
}

.atl-manque {
    background: var(--amber-soft);
}

.atl-manque-tag {
    color: var(--amber);
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.atl-ok {
    color: var(--teal-dark);
    font-weight: 600;
}


.atl-charge-groupe {
    border-top: 1px solid var(--line);
    padding-top: 8px;
    margin-top: 8px;
}

.atl-charge-tete {
    font-size: 12px;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 4px;
}

.atl-charge {
    display: grid;
    grid-template-columns: 1fr 120px 120px 90px;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
}

@media (max-width: 768px) {
    .atl-charge { grid-template-columns: 1fr 1fr; }
}

.atl-charge-reel {
    max-width: 120px;
}

.atl-ecart {
    color: var(--amber);
    font-weight: 600;
}


.atl-msg {
    border-radius: var(--r-10);
    padding: 10px 14px;
    margin: 10px 0;
    font-size: 13.5px;
}

.atl-msg-ok   { background: var(--teal-soft);  color: var(--teal-dark); }
.atl-msg-err  { background: var(--red-soft);   color: var(--red); }
.atl-msg-warn { background: var(--amber-soft); color: var(--amber-dark); }


.atl-portee {
    background: var(--paper);
    border: 1px dashed var(--line);
    border-radius: var(--r-10);
    padding: 12px 14px;
    font-size: 13px;
    color: var(--slate);
    margin-bottom: 20px;
}


.atl-print-note {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.45;
    color: var(--slate);
}
