.user-contact-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 16px 0; }
.user-call-actions { display: contents; }
.user-contact-actions .user-call-actions button { background: var(--accent-soft, #e4efff); }
.user-call-actions button svg { width: 24px; height: 24px; }
.user-contact-actions button { display: flex; align-items: center; justify-content: center; flex: 0 0 44px; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 12px; background: var(--accent-soft, #e4efff); color: var(--accent-strong); font: inherit; font-size: 13px; }
.user-contact-actions button > span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.user-contact-actions button:hover { background: #3478d410; }
.user-contact-actions svg { flex: none; width: 22px; height: 22px; }
.user-contact-actions .user-action-danger { color: #c34250; }
.user-contact-actions button[hidden] { display: none; }
.user-actions-footer { display: grid; gap: 1px; margin-top: 20px; border-top: 1px solid var(--line); }
.user-actions-footer button { display: block; text-align: left; padding: 14px 10px; background: transparent; border: 0; color: #c34250; font: inherit; cursor: pointer; }
.user-actions-footer button svg { display: none; }
.user-actions-footer button:disabled { opacity: .5; cursor: default; }
.profile-tag-copy { border: 0; border-radius: 0; margin: 0; padding: 0; background: transparent; color: var(--accent-strong); font: inherit; font-size: 14px; font-weight: 400; line-height: 1.5; cursor: pointer; }
.profile-tag-copy:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.profile-tag-copy:empty { display: none; }
[data-theme="dark"] .user-actions-footer button { color: #ff9ba6; }
.user-contact-actions button:disabled { opacity: .5; cursor: default; }
.user-contact-actions button:focus-visible, .user-action-retry:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.user-action-status { margin: 0 12px 12px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.user-action-status:empty { display: none; }
.user-action-status.error { color: #c34250; }
.user-action-retry { margin: 0 12px 12px; padding: 8px 12px; border-radius: 8px; color: var(--accent-strong); background: #3478d415; }
.user-action-retry[hidden], #userDetailsSection[hidden], #mediaSection[hidden], #membersSection[hidden] { display: none !important; }
#userDetailsGallery { margin-top: 20px; }
.details-panel.user-details-panel { padding-left: 12px; padding-right: 12px; }
.details-panel.user-details-panel .details-hero { padding-bottom: 12px; }
.details-panel.user-details-panel .security-note { margin: 0 4px; }
[data-theme="dark"] .user-contact-actions .user-action-danger, [data-theme="dark"] .user-action-status.error { color: #ff9ba6; }

.tag-field-icon { display: inline-block; margin-right: 6px; color: var(--accent-strong); font-size: 18px; line-height: 1; vertical-align: -1px; }
