.guest-identity-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.guest-identity-card{display:grid;gap:1rem;padding:1rem}.guest-identity-card header{display:flex;align-items:center;gap:.7rem}.guest-identity-card header>div{display:grid;gap:.12rem}.guest-identity-card header small,.guest-identity-card dt{color:var(--muted);font-size:.58rem}.guest-identity-avatar{display:grid;width:2.7rem;height:2.7rem;place-items:center;border:1px solid #bc7cff55;border-radius:.8rem;background:#9e5aff20;color:#d9b7ff;font-weight:900}.guest-identity-card dl{display:grid;grid-template-columns:1fr 1fr;gap:.55rem;margin:0}.guest-identity-card dl>div{display:grid;gap:.18rem;min-width:0;padding:.65rem;border:1px solid var(--line);border-radius:.7rem;background:#0b0713}.guest-identity-card dd{min-width:0;margin:0;overflow-wrap:anywhere;font-size:.65rem}.guest-identity-card .guest-fingerprint{grid-column:1/-1}.guest-identity-card .guest-fingerprint dd{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;color:#cbb7dc}.guest-account-links{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}.guest-account-links>div{display:grid;gap:.2rem;padding:.65rem;border:1px solid var(--line);border-radius:.7rem}.guest-account-links strong{font-size:.58rem}.guest-account-links span{color:var(--muted);font-size:.6rem;line-height:1.45}.guest-account-links .has-match{border-color:#f1b54a55;background:#d98c160c}.guest-account-links .has-match strong{color:#ffc96e}.guest-identity-card>form{display:flex;justify-content:flex-end}@media(max-width:900px){.guest-identity-list{grid-template-columns:1fr}}@media(max-width:600px){.guest-identity-card dl,.guest-account-links{grid-template-columns:1fr}.guest-identity-card .guest-fingerprint{grid-column:auto}.guest-identity-card .guest-fingerprint dd{font-size:.55rem}}
