.collection-filters { display: flex; gap: 8px; align-items: center; }
.collection-filters > button { white-space: nowrap; padding: 10px 12px; background: #33383c; color: #d7dce0; border: 1px solid #454c50; border-radius: 4px; cursor: pointer; }
.trash-actions { display: flex; gap: 8px; align-items: center; }
.trash-actions button { padding: 7px 10px; border: 1px solid #4b555a; border-radius: 4px; background: #343a3e; color: #d7dce0; cursor: pointer; }
.trash-actions button:last-child { border-color: #704242; color: #e5a7a7; }
#collectionForm .danger { width: 100%; margin-top: 10px; }
#collectionMessage { display: block; color: #d98585; margin-top: 12px; font-size: 10px; }
.duplicate-badge { position: absolute; left: 7px; top: 7px; padding: 4px 7px; border-radius: 10px; background: #7a5125e8; color: #ffe0aa; font-size: 9px; line-height: 1; }
.duplicate-detail { margin: 14px 0; padding: 12px; border: 1px solid #75552f; border-radius: 5px; background: #312619; }
.duplicate-detail h3 { margin: 0 0 8px; color: #efbf7c; }
.duplicate-detail div { padding: 7px 0; border-top: 1px solid #574128; }
.duplicate-detail small { display: block; color: #bda98c; margin-top: 3px; }
#scanDuplicates { padding: 8px 11px; margin-left: 12px; background: #33383c; color: #d7dce0; border: 1px solid #454c50; border-radius: 4px; cursor: pointer; }
@media (max-width: 800px) { .collection-filters { flex-wrap: wrap; } .trash-actions { flex-direction: column; align-items: stretch; } }
