.DiscordModal_modalOverlay__2JmSK{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;animation:DiscordModal_fadeIn__imV4W .3s ease-out}.DiscordModal_modalContent__wwXX_{background:white;padding:2rem;border-radius:1rem;position:relative;width:90%;max-width:400px;text-align:center;animation:DiscordModal_slideUp__bx4Vx .3s ease-out}.DiscordModal_closeButton__6UGQD{position:absolute;top:1rem;right:1rem;border:none;background:none;font-size:1.5rem;cursor:pointer;color:#666;padding:.5rem;line-height:1;border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.DiscordModal_closeButton__6UGQD:hover{background:#f5f5f5}.DiscordModal_discordIcon__4WPX0{width:64px;height:64px;margin-bottom:1rem}.DiscordModal_title__jYPDz{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#5865F2}.DiscordModal_usernameContainer__9jpZT{background:#f5f5f5;padding:.75rem;border-radius:.5rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.DiscordModal_username__FSzD0{font-family:monospace;font-size:1.2rem;color:#333}.DiscordModal_copyButton__ezTDh{background:#5865F2;color:white;border:none;padding:.5rem 1rem;border-radius:.25rem;cursor:pointer;transition:background .2s}.DiscordModal_copyButton__ezTDh:hover{background:#4752C4}.DiscordModal_message__0eC9O{color:#666}@keyframes DiscordModal_fadeIn__imV4W{0%{opacity:0}to{opacity:1}}@keyframes DiscordModal_slideUp__bx4Vx{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}