@import 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap';*{box-sizing:border-box;margin:0;padding:0}body{font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif;background-color:#000;color:#fff;min-height:100vh;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.background-image{position:fixed;inset:0;z-index:-2;overflow:hidden}.background-image img{width:100%;height:100%;object-fit:cover;object-position:center;filter:blur(2px)brightness(.85)}.background-overlay{position:fixed;inset:0;z-index:-1;background:rgba(0,0,0,.45)}.content{position:relative;z-index:1;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}.profile-container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:800px}.avatar{display:block;width:170px;height:170px;object-fit:cover;border-radius:10px;position:relative;z-index:2;margin-bottom:14px;box-shadow:0 6px 20px rgba(0,0,0,.5)}.links-box{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:26px;margin-bottom:14px;position:relative;z-index:2}.link-item{display:flex;align-items:center;justify-content:center;color:#fff;opacity:.85;font-size:30px;width:30px;height:30px;text-decoration:none}.info-box{width:100%;background:rgba(0,0,0,.45);border-radius:10px;padding:140px 52px 48px;margin-top:-140px;backdrop-filter:blur(2px)}.info-box h1{margin-bottom:18px;font-size:1.8em;font-weight:600;text-align:center;letter-spacing:-.01em}.info-box h1 .handle{font-weight:400;opacity:.55}.info-box p{line-height:1.6;margin-bottom:14px;font-size:1.1rem;font-weight:300;text-align:center;color:rgba(255,255,255,.85)}.info-box p:last-child{margin-bottom:0}.chip{display:inline-flex;align-items:center;gap:6px;background:rgba(0,0,0,.5);padding:3px 9px;margin:2px 1px;border-radius:4px;font-size:.85em;white-space:nowrap}.chip i{font-size:.95em;opacity:.85}.lfm{display:flex;align-items:center;justify-content:center;gap:8px;max-width:100%;margin:16px auto 0;font-size:.85rem;font-weight:300;color:rgba(255,255,255,.6)}.lfm[hidden]{display:none}.np-eq{flex-shrink:0;font-size:.9em;opacity:.7}.np-title{font-weight:400;color:rgba(255,255,255,.85);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.np-sep{opacity:.4}.np-artist{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:480px){.content{padding:20px 14px}.avatar{width:130px;height:130px;margin-bottom:12px}.info-box{padding:100px 22px 26px;margin-top:-102px}.info-box h1{font-size:1.4em}.info-box p{font-size:.95em}.links-box{gap:20px;margin-bottom:12px}.link-item{font-size:26px;width:26px;height:26px}}