.identity-preview{position:fixed;z-index:2147483000;width:min(336px,calc(100vw - 24px));max-height:calc(100dvh - 24px);overflow-y:auto;box-sizing:border-box;padding:16px;color:var(--nh-plate-ink);background:var(--nh-plate);border:1px solid var(--nh-plate-rule-strong);border-radius:var(--nh-r-card);box-shadow:var(--nh-modal-shadow);font-family:var(--font-libre-baskerville),Georgia,serif;font-size:13px;line-height:1.55;text-align:left;isolation:isolate;animation:identity-preview-in .14s ease-out}.identity-preview a{color:inherit;text-decoration:none}.ip-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:11px}.ip-eyebrow{font-size:12px;font-weight:700;letter-spacing:.03em;color:var(--nh-plate-mute)}.identity-preview .ip-close{display:grid;place-items:center;width:27px;height:27px;padding:5px;border:0;border-radius:50%;background:transparent;color:var(--nh-plate-mute);cursor:pointer}.ip-close svg{width:16px;height:16px}.ip-identity{gap:12px;min-width:0;border-radius:var(--nh-r-control)}.ip-identity,.ip-portrait{display:flex;align-items:center}.ip-portrait{justify-content:center;flex:0 0 48px;width:48px;height:48px;border-radius:50%;overflow:hidden;background:var(--nh-plate-track);color:var(--nh-plate-mute);font-size:22px}.ip-portrait img{width:100%;height:100%;object-fit:cover}.ip-portrait svg{width:27px;height:27px}.ip-company{border-radius:var(--nh-r-tile)}.ip-company img{object-fit:contain}.ip-name-group{display:grid;min-width:0;gap:3px;overflow-wrap:anywhere}.ip-name-group strong{font-size:16px;line-height:1.5;font-weight:700}.ip-headline{font-size:12px;color:var(--nh-plate-mute);line-height:1.55}.ip-description{margin:14px 0 0;color:var(--nh-plate-second);overflow-wrap:anywhere}.ip-unavailable{font-size:12px}.ip-socials{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px}.identity-preview .ip-socials a{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border:1px solid var(--nh-plate-rule-strong);border-radius:var(--nh-r-small);color:var(--nh-plate-second);font-size:12px;font-weight:700}.ip-socials svg{width:14px;height:14px}.ip-x{font-size:14px;line-height:1}.identity-preview .ip-open{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:11px 12px;margin-top:15px;border-radius:var(--nh-r-control);background:var(--nh-plate-track);color:var(--nh-plate-ink);font-size:12px;font-weight:700}.ip-open svg{width:15px;height:15px}.identity-preview a,.identity-preview button{transition:background-color .14s ease,color .14s ease,box-shadow .14s ease}.identity-preview .ip-identity:hover{background:var(--nh-plate-track);color:var(--nh-plate-ink)}.identity-preview .ip-close:hover,.identity-preview .ip-open:hover,.identity-preview .ip-socials a:hover{background:var(--nh-plate-hover);color:var(--nh-plate-ink)}.identity-preview :is(a,button):focus-visible{outline:2px solid var(--nh-control-focus);outline-offset:3px}.ip-loading{display:grid;gap:7px;padding-top:15px}.ip-loading i{display:block;height:8px;border-radius:var(--nh-r-row);background:var(--nh-plate-track);animation:identity-preview-pulse 1s ease-in-out infinite alternate}.ip-loading i:nth-child(2){width:91%}.ip-loading i:nth-child(3){width:58%}@keyframes identity-preview-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@keyframes identity-preview-pulse{to{opacity:.45}}@media (prefers-reduced-motion:reduce){.identity-preview,.ip-loading i{animation:none}.identity-preview a,.identity-preview button{transition:none}}