#syncMessage { position: sticky; top: 0; z-index: 10000; padding: 10px 16px; background: #fff1bd; color: #352b09; border-bottom: 1px solid #bd9742; overflow-wrap: anywhere; }
#syncMessage[hidden] { display: none; }
.collaboration-form { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr)); gap: 12px; padding: 12px 0; }
.collaboration-form label { display: grid; gap: 5px; min-width: 0; }
.collaboration-form input, .collaboration-form select { width: 100%; min-width: 0; box-sizing: border-box; padding: 8px; border: 1px solid #aeb7b1; border-radius: 4px; }
.collaboration-info, .shared-history { padding: 12px 0; border-bottom: 1px solid #d5ddd8; }
.collaboration-info p, .shared-history p, .client-request-card p { overflow-wrap: anywhere; }
.client-request-card details { margin: 12px 0; }
.collaboration-info summary, .shared-history summary, .client-request-card summary { cursor: pointer; }
.collaboration-form button, .shared-history button, #reloadCard, #adminUpload { padding: 8px 12px; border: 1px solid #aeb7b1; border-radius: 4px; background: #f2f7f3; color: #1a3826; font: inherit; cursor: pointer; white-space: normal; }
button:disabled { opacity: .6; cursor: wait; }
