.upload-progress {
    height: 8px;
    margin: 14px 0;
    overflow: hidden;
    background: #07110f;
    border-radius: 99px;
}

.upload-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: var(--accent);
    border-radius: inherit;
    transition: width .18s;
}

.inline-confirm {
    display: grid;
    min-width: 240px;
    gap: 10px;
    margin-top: 12px;
    padding: 14px;
    background: #081411;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
}

.inline-confirm label { font-size: 11px; }
