.al-spawn{position:fixed;inset:0;z-index:9999;background:#0a0a0a;display:flex;align-items:center;justify-content:center}.al-spawn--exit{transition:filter 1s ease,opacity 1s ease;filter:blur(12px);opacity:0;transform:scale(1.02)}.al-spawn__core{display:flex;flex-direction:column;align-items:center;gap:0}.al-spawn__avatar{width:72px;height:72px;border-radius:18px;overflow:hidden;background:#e8e5de;margin-bottom:20px}.al-spawn__avatar img{width:100%;height:100%;object-fit:cover}.al-spawn__avatar span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:28px;font-weight:700;color:#fff;background:linear-gradient(145deg,#f56b56,#d4503c)}.al-spawn__handle{font-size:2rem;font-weight:700;color:#fff;letter-spacing:-.03em;margin-bottom:12px}.al-spawn__tagline{font-size:.9375rem;font-weight:400;color:hsla(0,0%,100%,.45);letter-spacing:.01em;display:inline-flex;transition:filter 1s ease,opacity 1s ease,transform 1s ease;white-space:nowrap}.al-spawn__tagline--out{filter:blur(8px);opacity:0;transform:scale(1.02)}.al-spawn__char{display:inline-block;transition:filter .25s ease,opacity .25s ease;white-space:pre}.al-spawn__char--hidden{opacity:0;filter:blur(8px)}.al-spawn__char--visible{opacity:1;filter:blur(0)}.al-spawn__char--latest{color:hsla(0,0%,100%,.7)}