.upload-dropzone.is-dragging { border-color: #8e642e; background: #f4ead9; outline: 2px solid #dcc9aa; outline-offset: 2px; }
.upload-selection { min-width: 0; }
.upload-selection-hint { color: var(--tx-3); font-size: 12px; }
.upload-selection [role="status"] { margin: 10px 0 6px; font-weight: 600; font-size: 13px; }
.upload-selection ul { list-style: none; padding: 0; margin: 0; max-height: 220px; overflow-y: auto; }
.upload-selection li { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.upload-selection li span { overflow-wrap: anywhere; }
.upload-selection small { color: var(--tx-3); }
.upload-selection button { padding: 5px 9px; border: 1px solid var(--line); border-radius: 8px; background: var(--card); font-size: 12px; }
.upload-selection [role="alert"] { color: var(--err); font-size: 13px; }
/* Reserve the final heading's line while the authenticated first name loads. */
#dashboard-personal-title { min-height: 1.2em; }
#dashboard-personal-title:empty,
#dashboard-personal-title[data-i18n="personal_dashboard_title"] { visibility: hidden; }
