.sub b{
    color: var(--text);
    font-weight: 600;
}

.upload-card__formats{
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 4px;
    text-align: center;
}

.photo-strip{
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 14px;
    border: 1px solid rgba(15,23,42,.10);
    border-radius: var(--radius);
    background: rgba(255,255,255,.70);
}

.thumb{
    height: 63px;
    max-width: 220px;
    flex: 0 0 auto;
    border-radius: var(--radius-sm);
    overflow: hidden;
    border: 1px solid rgba(15,23,42,.12);
    background: rgba(15,23,42,.04);
}

.thumb img{
    height: 100%;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    display: block;
}

.photo-info{
    flex: 1;
    min-width: 220px;
}

.photo-info .fm-name{
    font-size: 14px;
    font-weight: 600;
    word-break: break-all;
}

.photo-info .fm-details{
    font-size: 12px;
    color: var(--muted);
    margin-top: 3px;
}

.photo-info .fm-sep{
    margin: 0 6px;
    opacity: .5;
}

.photo-privacy{
    margin-left: auto;
    font-size: 12px;
    font-weight: 600;
    color: #047857;
    background: rgba(16,185,129,.08);
    border: 1px solid rgba(16,185,129,.25);
    border-radius: 999px;
    padding: 5px 12px;
    white-space: nowrap;
}

.summary-strip{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.session-chip--lead{
    color: #1d4ed8;
    background: #eff6ff;
    border-color: #BEDBFF;
}

.session-chip--lead b{
    color: #1d4ed8;
}

.session-chip--warn{
    color: #92400e;
    background: rgba(245,158,11,.10);
    border-color: rgba(245,158,11,.35);
}

.session-chip--warn b{
    color: #92400e;
}

.clean-block{
    margin-top: 16px;
    padding: 16px;
    border-radius: var(--radius);
    border: 1px solid rgba(56,100,235,.25);
    background: rgba(56,100,235,.05);
}

.clean-title{
    font-size: 14px;
    font-weight: 600;
}

.clean-desc{
    font-size: 12.5px;
    color: var(--muted);
    line-height: 1.6;
    margin-top: 4px;
}

.clean-desc b{
    color: var(--text);
}

.clean-cols{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 12px;
}

.clean-col{
    font-size: 12px;
    line-height: 1.7;
    color: var(--muted);
    background: rgba(255,255,255,.75);
    border: 1px solid rgba(15,23,42,.08);
    border-radius: var(--radius);
    padding: 10px 12px;
}

.clean-col .cc-head{
    font-weight: 600;
    font-size: 12px;
}

.clean-col.removed .cc-head{
    color: #b91c1c;
}

.clean-col.kept .cc-head{
    color: #047857;
}

.clean-status{
    margin-top: 10px;
    font-size: 12px;
    color: var(--muted);
}

.clean-status:empty{
    display: none;
}

.section-title{
    font-weight: 600;
    font-size: 14px;
    margin: 18px 0 10px;
}

.results > div:first-child .section-title{
    margin-top: 0;
}

.mvalue{
    font-size: 13px;
    color: rgba(15,23,42,.90);
    word-break: break-word;
}

.mvalue--mono{
    font-family: var(--mono);
    font-size: 12.5px;
}

.external-link::after{
    content: "";
    display: inline-block;
    width: 0.68em;
    height: 0.68em;
    margin-left: 0.2em;
    vertical-align: 0.02em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17 17 7'/%3E%3Cpath d='M7 7h10v10'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17 17 7'/%3E%3Cpath d='M7 7h10v10'/%3E%3C/svg%3E") no-repeat center / contain;
}

.loc .result-row{
    border-color: rgba(245,158,11,.35);
    background: rgba(245,158,11,.06);
}

.loc-note{
    font-size: 12px;
    color: #92400e;
    margin-top: 8px;
    line-height: 1.6;
}

.c2pa-box{
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 12px;
    border: 1px solid rgba(15,23,42,.10);
    border-radius: var(--radius);
    background: rgba(255,255,255,.70);
}

.c2pa-pill{
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 600;
    color: var(--muted);
    border: 1px solid rgba(15,23,42,.15);
    border-radius: 999px;
    padding: 4px 10px;
    background: #fff;
}

.c2pa-pill--detected{
    color: #92400e;
    background: rgba(245,158,11,.10);
    border-color: rgba(245,158,11,.35);
}

.c2pa-text{
    font-size: 12.5px;
    color: var(--muted);
    line-height: 1.6;
}

.af-list .result-row{
    grid-template-columns: 220px 1fr;
}

.af-list .mvalue{
    font-family: var(--mono);
    font-size: 12px;
}

@media (max-width: 768px){
    .clean-cols{
        grid-template-columns: 1fr;
    }

    .photo-privacy{
        margin-left: 0;
    }

    .result-row{
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .af-list .result-row{
        grid-template-columns: 1fr;
    }
}

.progress-fill--busy{
    width: 40%;
    animation: readsweep 1.1s ease-in-out infinite;
}

@keyframes readsweep{
    0%{ margin-left: -40%; }
    100%{ margin-left: 100%; }
}
