.uid-mini-card {
  width: 100%; min-height: 43px; border: 1px solid var(--line); border-radius: 13px;
  background: var(--card, #fff); display: flex; align-items: center; gap: 9px;
  padding: 7px 10px; text-align: left; margin: 0 0 7px;
}
.uid-mini-card > span { width: 29px; height: 29px; border-radius: 10px; background: #edf8f3; display: grid; place-items: center; }
.uid-mini-card > span img { width: 18px; height: 18px; }
.uid-mini-card p { margin: 0; display: flex; flex-direction: column; gap: 1px; }
.uid-mini-card small { font-size: 7px; color: var(--muted); letter-spacing: .08em; }
.uid-mini-card b { font: 800 10px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .04em; }
.uid-mini-card em { margin-left: auto; color: var(--blue); font-size: 8px; font-style: normal; font-weight: 850; }

.contact-quick-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 0 10px; }
.contact-quick-actions button { min-width: 0; min-height: 58px; border: 1px solid var(--line); border-radius: 16px; background: var(--card, #fff); padding: 9px; display: flex; align-items: center; gap: 8px; text-align: left; }
.contact-quick-actions button > span { width: 34px; height: 34px; border-radius: 12px; background: #f0f4f6; display: grid; place-items: center; flex: 0 0 auto; }
.contact-quick-actions img { width: 20px; height: 20px; }
.contact-quick-actions p { margin: 0; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.contact-quick-actions b { font-size: 10px; }
.contact-quick-actions small { font-size: 8px; color: var(--muted); white-space: nowrap; }

.uid-search-hero { display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 18px; background: #f5f7f8; padding: 14px; margin-bottom: 14px; }
.uid-search-hero > span { width: 46px; height: 46px; border-radius: 16px; background: #fff; display: grid; place-items: center; flex: 0 0 auto; }
.uid-search-hero > span img { width: 26px; height: 26px; }
.uid-search-hero div { min-width: 0; }
.uid-search-hero small { color: var(--blue); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.uid-search-hero h3 { margin: 3px 0; font-size: 15px; }
.uid-search-hero p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.group-uid-hero > span { background: #edf5f7; }

.uid-share-card { min-height: 104px; border-radius: 22px; background: #111820; color: #fff; padding: 18px; display: flex; flex-direction: column; justify-content: center; gap: 6px; margin-bottom: 14px; }
.uid-share-card small { font-size: 8px; color: #9da9b5; letter-spacing: .12em; }
.uid-share-card b { font: 900 22px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .06em; }
.uid-share-card span { color: #58d6a6; font-size: 8px; }

.uid-identity-profile > small { margin-top: 11px; color: var(--muted); font-size: 8px; font-family: inherit; letter-spacing: .12em; }
.uid-identity-profile h3 { font: 900 20px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .05em; margin-top: 5px; }
.uid-wallet-binding, .uid-copy-row { width: 100%; min-height: 52px; border: 1px solid var(--line); border-radius: 15px; background: #f7f9fa; display: flex; align-items: center; gap: 10px; padding: 10px 12px; text-align: left; margin-top: 12px; }
.uid-wallet-binding > span, .uid-copy-row > span { width: 31px; height: 31px; border-radius: 11px; background: #fff; display: grid; place-items: center; }
.uid-wallet-binding img, .uid-copy-row img { width: 18px; height: 18px; }
.uid-wallet-binding p, .uid-copy-row p { margin: 0; display: flex; flex-direction: column; gap: 2px; }
.uid-wallet-binding small, .uid-copy-row small { color: var(--muted); font-size: 7px; }
.uid-wallet-binding b, .uid-copy-row b { font: 800 9px ui-monospace, SFMono-Regular, Menlo, monospace; }
.uid-copy-row em { margin-left: auto; color: var(--blue); font-size: 8px; font-style: normal; font-weight: 900; }

.group-join-preview { text-align: center; border: 1px solid var(--line); border-radius: 22px; background: #f5f7f8; padding: 22px 16px; margin-bottom: 14px; }
.group-join-preview > span { width: 60px; height: 60px; margin: 0 auto 12px; border-radius: 20px; background: #fff; display: grid; place-items: center; }
.group-join-preview > span img { width: 34px; height: 34px; }
.group-join-preview small { color: var(--blue); font: 800 9px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .07em; }
.group-join-preview h3 { margin: 6px 0 5px; font-size: 19px; }
.group-join-preview p { margin: 0; color: var(--muted); font-size: 9px; }

[data-theme="dark"] .uid-mini-card,
[data-theme="dark"] .contact-quick-actions button { background: #17232c; }
[data-theme="dark"] .uid-search-hero,
[data-theme="dark"] .group-join-preview,
[data-theme="dark"] .uid-wallet-binding,
[data-theme="dark"] .uid-copy-row { background: #17232c; }
[data-theme="dark"] .uid-search-hero > span,
[data-theme="dark"] .group-join-preview > span,
[data-theme="dark"] .uid-wallet-binding > span,
[data-theme="dark"] .uid-copy-row > span { background: #202f3a; }

@media (max-width: 360px) {
  .contact-quick-actions small { display: none; }
  .uid-share-card b { font-size: 19px; }
}
