:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:320px;min-height:100vh;overflow:hidden;background:linear-gradient(135deg,#1ed760,#242424);background-size:200% 200%;animation:wave 6s infinite linear}h1{font-size:3em;line-height:1.1;color:#1db954;margin-bottom:20px;animation:fadeIn 1s ease-out;text-shadow:-1px -1px 2px rgba(0,0,0,.7),1px -1px 2px rgba(0,0,0,.7),-1px 1px 2px rgba(0,0,0,.7),1px 1px 2px rgba(0,0,0,.7),0px 0px 10px rgba(29,185,84,.6)}#profile{background:#000c;padding:2rem;border-radius:15px;max-width:400px;text-align:center;box-shadow:0 4px 15px #00000080;animation:slideUp .8s ease-out}@media (min-width:491px) and (max-width:665px){#profile{max-width:40vh}h1{font-size:35px}img{width:32vh;height:auto}}@media (max-width:490px){#profile{max-width:30vh}h1{font-size:30px}img{width:30vh;height:auto}}#profile h2{font-size:1.8em;color:#1db954;margin-bottom:15px}#avatar img{border-radius:50%;width:150px;height:150px;margin:10px 0 15px;border:3px solid #1db954;box-shadow:0 4px 10px #0000004d;animation:pulse 2s infinite}ul{list-style:none;padding:0}ul li{font-size:1.1em;margin:10px 0;color:#bbb}a{font-weight:500;color:#646cff;text-decoration:inherit;transition:color .3s,transform .3s}a:hover{color:#535bf2;transform:scale(1.1)}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:#fff;cursor:pointer;transition:border-color .25s,transform .3s}button:hover{border-color:#646cff;transform:scale(1.05)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes wave{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#div-profile-img{display:none}
