.player .music-card{display:block}.music-content{grid-template-columns:72px minmax(0,1fr);align-items:center;gap:16px;display:grid}.music-content audio{display:none}.music-art{background:#ffffff12;border-radius:17px;place-items:center;width:72px;height:72px;display:grid;overflow:hidden}.music-art img{object-fit:cover;width:100%;height:100%}.music-info{min-width:0}.music-status{color:#ffffff8c;letter-spacing:.04em;font-size:.75rem}.music-info h2{letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;margin:5px 0 4px;font-size:1.08rem;font-weight:550;overflow:hidden}.music-info p{color:#ffffffb3;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.875rem;overflow:hidden}.music-seek{grid-column:1/-1}.music-seek input{appearance:none;cursor:pointer;background:0 0;width:100%;height:20px;margin:0;display:block}.music-seek input::-webkit-slider-runnable-track{background:linear-gradient(to right, #e5ecf6 var(--played), #fff3 var(--played));border-radius:3px;height:3px}.music-seek input::-moz-range-track{background:#fff3;border-radius:3px;height:3px}.music-seek input::-moz-range-progress{background:#e5ecf6;height:3px}.music-seek input::-webkit-slider-thumb{appearance:none;background:#fff;border-radius:50%;width:10px;height:10px;margin-top:-3.5px;box-shadow:0 1px 5px #0005}.music-seek input::-moz-range-thumb{background:#fff;border:0;border-radius:50%;width:10px;height:10px}.music-times{color:#fff9;font-variant-numeric:tabular-nums;justify-content:space-between;font-size:.75rem;display:flex}.music-controls{grid-column:1/-1;justify-content:center;align-items:center;gap:24px;margin-top:-5px;display:flex}.music-controls button{color:#e9edf3;background:0 0;border:0;border-radius:50%;place-items:center;width:44px;height:44px;transition:transform .2s,background .2s;display:grid}.music-controls button.music-play{color:#14161b;background:#f2f4f7;width:48px;height:48px}.music-controls svg{fill:currentColor;width:21px;height:21px}.music-controls button:hover{transform:scale(1.06)}.music-controls button:active{transform:scale(.95)}.music-content :focus-visible{outline-offset:4px;outline:2px solid #fff}.music-content :disabled{opacity:.35;cursor:default}.music-error{color:#ffd6cf;grid-column:1/-1;margin:0;font-size:.8rem}@media (prefers-reduced-motion:reduce){.music-controls button{transition:none}}.cursor-particles{z-index:1000;pointer-events:none;width:100%;height:100%;position:fixed;inset:0}@media (hover:hover) and (pointer:fine){html,body,.player{cursor:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='23'%20viewBox='0%200%2018%2023'%3e%3cpath%20d='M2%201.5v16l4.1-3.6%203.2%207%202.8-1.3-3.2-6.9%205.5-.1Z'%20fill='%23111'%20stroke='%23fff'%20stroke-width='1.2'%20stroke-linejoin='round'/%3e%3c/svg%3e") 2 2,auto}button,a,[role=button]{cursor:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='23'%20viewBox='0%200%2018%2023'%3e%3cpath%20d='M2%201.5v16l4.1-3.6%203.2%207%202.8-1.3-3.2-6.9%205.5-.1Z'%20fill='%23111'%20stroke='%23fff'%20stroke-width='1.2'%20stroke-linejoin='round'/%3e%3c/svg%3e") 2 2,pointer!important}}@media (prefers-reduced-motion:reduce),(hover:none),(pointer:coarse){.cursor-particles{display:none}}.player{isolation:isolate;background:#000;width:100%;min-height:100vh;display:grid;position:relative;overflow:hidden}.player__background,.player__scrim{pointer-events:none;width:100%;height:100%;position:fixed;inset:0}.player__background{z-index:-3;object-fit:cover;filter:saturate(.82)brightness(.62)contrast(1.06);display:block;transform:scale(1.015)}.player__scrim{z-index:-2;background:radial-gradient(circle at 62% 22%,#ff402c1f,#0000 32%),radial-gradient(circle at 34% 74%,#758bff1a,#0000 34%),linear-gradient(#0003,#0000009e)}.profile-stage{align-content:center;gap:0;width:min(90vw,560px);min-height:100vh;margin:0 auto;padding:32px 0;display:grid}.glass-card{-webkit-backdrop-filter:blur(7px)saturate(115%);backdrop-filter:blur(7px)saturate(115%);background:linear-gradient(135deg,#ffffff0b,#ffffff02 48%,#ffffff06),#07080b11;border:1px solid #ffffff38;position:relative;overflow:hidden;box-shadow:0 30px 84px #0000006b,0 5px 18px #0000002e,inset 0 1px #fff3,inset 0 -1px #ffffff0f}.glass-card:after{z-index:1;border-radius:inherit;pointer-events:none;content:"";background:linear-gradient(112deg,#ffffff06,#0000 27%);position:absolute;inset:0;box-shadow:inset 0 1px 1px #fff6,inset 1px 0 1px #ffffff1f,inset 0 -1px 1px #ffffff24}.profile-card{--pointer-x:50%;--pointer-y:42%;--tilt-x:0deg;--tilt-y:0deg;--depth-x:0px;--depth-y:0px;min-height:430px;transform:perspective(1200px) rotateX(calc(var(--tilt-x) * .7)) rotateY(calc(var(--tilt-y) * .7));transform-style:preserve-3d;transform-origin:50%;will-change:transform;border-radius:36px;flex-direction:column;padding:26px 30px 24px;transition:transform .65s cubic-bezier(.16,1,.3,1),border-color .45s,box-shadow .45s;animation:.95s cubic-bezier(.16,1,.3,1) both profile-arrive;display:flex}@keyframes profile-arrive{0%{opacity:0;translate:0 22px}to{opacity:1;translate:0}}@keyframes profile-reveal{0%{opacity:0;translate:0 12px}to{opacity:1;translate:0}}.profile-card__header{animation:.85s cubic-bezier(.16,1,.3,1) .1s both profile-reveal}.profile-card .avatar{animation:.95s cubic-bezier(.16,1,.3,1) .17s both profile-reveal}.profile-copy{animation:.95s cubic-bezier(.16,1,.3,1) .24s both profile-reveal}.profile-card__footer{animation:.95s cubic-bezier(.16,1,.3,1) .32s both profile-reveal}.profile-card .avatar{transform:translate(var(--depth-x), var(--depth-y));transition:transform .48s cubic-bezier(.16,1,.3,1),box-shadow .5s}.profile-copy{transform:translate(calc(var(--depth-x) * .35), calc(var(--depth-y) * .35));transition:transform .55s cubic-bezier(.16,1,.3,1)}.profile-card .avatar__orbit{transition:transform 1.1s cubic-bezier(.16,1,.3,1),border-color .6s}.profile-card:before{content:"";z-index:3;pointer-events:none;border-radius:inherit;background:radial-gradient(220px circle at var(--pointer-x) var(--pointer-y), #ffffffbf, #b4ceff1f 55%, transparent 80%);-webkit-mask-composite:xor;opacity:0;padding:1px;transition:opacity .65s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.profile-card__liquid:after{content:"";opacity:0;background:linear-gradient(110deg,#0000 42%,#ffffff0e 49%,#ffffff1a 50%,#0000 58%);position:absolute;inset:-50%;transform:translate(-75%)}@keyframes profile-shimmer{0%{opacity:0;transform:translate(-75%)}5%{opacity:1}25%{opacity:1}30%,to{opacity:0;transform:translate(75%)}}.profile-card__glow{top:var(--pointer-y);left:var(--pointer-x);z-index:0;filter:blur(72px);opacity:.68;pointer-events:none;background:#ff46362e;border-radius:50%;width:290px;height:220px;transition:left 90ms linear,top 90ms linear,opacity .22s;display:none;position:absolute;transform:translate(-50%,-50%)}.profile-card__liquid{z-index:0;border-radius:inherit;background:radial-gradient(380px circle at var(--pointer-x) var(--pointer-y), #ffffff0e, transparent 65%);mix-blend-mode:screen;opacity:.4;pointer-events:none;transition:opacity .24s;position:absolute;inset:-1px;overflow:hidden}.profile-card__liquid:before{top:var(--pointer-y);left:var(--pointer-x);filter:blur(10px);content:"";background:linear-gradient(145deg,#ffffff29,#ff52400d);border:1px solid #ffffff26;border-radius:44% 56% 61% 39%/52% 43% 57% 48%;width:150px;height:150px;transition:left 90ms linear,top 90ms linear;display:none;position:absolute;transform:translate(-50%,-50%)rotate(24deg);box-shadow:inset 18px 12px 34px #ffffff0f}.profile-card__header,.profile-card__identity,.profile-card__footer,.music-card>*{z-index:2;position:relative}.profile-card__header{transform:translateZ(20px)}.profile-card__identity{transform:translateZ(34px)}.profile-card__footer{transform:translateZ(16px)}.profile-card__header{justify-content:space-between;align-items:center;gap:20px;display:flex}.eyebrow,.track__state{color:#ffffff8a;letter-spacing:.14em;margin:0;font-size:.75rem;font-weight:700}.availability{color:#ffffffc7;background:#ffffff12;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:7px;padding:7px 11px;font-size:.8rem;font-weight:600;display:inline-flex}.availability i{background:#ff513f;border-radius:50%;width:7px;height:7px;box-shadow:0 0 12px #ff513fe6}.profile-card__identity{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:18px;margin:28px 0;display:flex}.avatar{aspect-ratio:1;background:radial-gradient(circle at 70% 22%,#ff5d48b8,#0000 24%),radial-gradient(circle at 25% 82%,#7488ff7a,#0000 34%),linear-gradient(145deg,#27292f,#0c0d10 70%);border:1px solid #fff3;border-radius:31px;place-items:center;width:104px;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 36px #00000059,inset 0 1px #ffffff2e}.avatar:before{content:"";border:1px solid #ffffff29;border-radius:50%;width:62%;height:62%;position:absolute}.avatar__orbit{border:1px solid #ffffff47;border-radius:50%;width:110%;height:42%;position:absolute;transform:rotate(-31deg)}.avatar__letter{letter-spacing:-.09em;text-shadow:0 6px 24px #0000007a;font-size:3.2rem;font-weight:580;position:relative}.profile-copy{min-width:0}.profile-copy__handle{color:#ffffffb3;margin:0 0 6px;font-size:.92rem;font-weight:650}.profile-copy h1{letter-spacing:-.035em;margin:0;font-size:clamp(2.5rem,7vw,3rem);font-weight:500;line-height:1.15}.profile-copy__bio{color:#ffffffd1;text-shadow:0 1px 12px #0006;max-width:390px;margin:12px 0 0;font-size:1rem;line-height:1.55}.profile-card__footer{border-top:1px solid #ffffff1a;align-items:center;gap:10px;padding-top:15px;display:flex}.profile-card__footer>span:not(.profile-card__signature){color:#ffffffb8;background:#fff1;border-radius:999px;padding:8px 12px;font-size:.8rem}.profile-card__signature{color:#ffffff57;letter-spacing:.12em;margin-left:auto;font-size:.75rem;font-weight:700}.music-card{--music-rotate-x:0deg;--music-rotate-y:0deg;--music-light-x:50%;--music-light-y:50%;transform:perspective(1000px) rotateX(var(--music-rotate-x)) rotateY(var(--music-rotate-y));transform-origin:50%;border-radius:30px;grid-template-columns:78px minmax(0,1fr) auto;align-items:center;gap:17px;width:calc(100% - 20px);margin:34px auto 0;padding:20px;transition:transform .48s cubic-bezier(.18,.8,.25,1),border-color .3s;display:grid}.music-card:before{content:"";border-radius:inherit;pointer-events:none;background:radial-gradient(240px circle at var(--music-light-x) var(--music-light-y), #ffffff16, transparent 75%);opacity:0;transition:opacity .32s;position:absolute;inset:0}@media (hover:hover) and (pointer:fine){.music-card[data-tracking=true]{border-color:#ffffff61;transition:transform .18s cubic-bezier(.18,.8,.25,1),border-color .3s}.music-card[data-tracking=true]:before{opacity:1}}.cover-art{aspect-ratio:1;background:radial-gradient(circle at 75% 23%,#ff745f 0 7%,#0000 8%),linear-gradient(145deg,#3b1716,#121318 55%,#313753);border-radius:19px;place-items:center;width:78px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff38}.cover-art:before,.cover-art:after{content:"";border:1px solid #ffffff2e;border-radius:50%;position:absolute}.cover-art:before{width:64px;height:64px;transform:translate(18px,24px)}.cover-art:after{width:42px;height:42px;transform:translate(-27px,-25px)}.cover-art span{z-index:1;font-size:1.7rem;font-weight:650;position:relative}.track{min-width:0}.track__heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:5px;display:flex}.track__state{color:#ffffffb3;align-items:center;gap:7px;font-size:.75rem;font-weight:500;display:inline-flex}.track__time{color:#ffffffa6;font-variant-numeric:tabular-nums;font-size:.75rem}.track h2{letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1.1rem;font-weight:500;overflow:hidden}.track>p{color:#ffffff7a;margin:3px 0 10px;font-size:.8rem}.progress{background:#ffffff21;border-radius:999px;height:3px;overflow:hidden}.progress span{border-radius:inherit;background:#ffffffd1;width:34%;height:100%;display:block}.transport{align-items:center;gap:4px;display:flex}.transport button{color:#fff;cursor:pointer;border:0;place-items:center;transition:transform .18s,background-color .18s;display:grid}.transport button:hover{transform:scale(1.06)}.transport button:focus-visible{outline-offset:3px;outline:2px solid #ffffffe6}.transport button svg{fill:currentColor;width:17px;height:17px}.transport__secondary{opacity:.52;background:0 0;width:30px;height:30px}.transport__primary{background:#ffffffeb;border-radius:50%;width:42px;height:42px;box-shadow:0 4px 16px #00000026,inset 0 1px 1px #fff;color:#17191d!important}.transport__primary:hover{background:#fff}.audio-bars{align-items:center;gap:1.5px;height:10px;display:inline-flex}.audio-bars i{background:currentColor;border-radius:1px;width:2px;height:4px}.audio-bars--active i{animation:.9s ease-in-out infinite alternate pulse-bar}.audio-bars--active i:nth-child(2){animation-delay:-540ms}.audio-bars--active i:nth-child(3){animation-delay:-240ms}.audio-bars--active i:nth-child(4){animation-delay:-710ms}@media (hover:hover) and (pointer:fine){.profile-card:hover{transform:perspective(1200px) rotateX(calc(var(--tilt-x) * .7)) rotateY(calc(var(--tilt-y) * .7));border-color:#ffffff57;transition:transform .24s cubic-bezier(.2,.7,.2,1),border-color .45s,box-shadow .45s;box-shadow:0 36px 98px #00000080,0 8px 24px #0003,inset 0 1px #ffffff47,inset 0 -1px #ffffff14}.profile-card:hover:before{opacity:1}.profile-card:hover .profile-card__liquid:after{animation:10s linear infinite profile-shimmer}.profile-card:hover .avatar{box-shadow:0 24px 42px #0000006b,inset 0 1px #ffffff59}.profile-card:hover .avatar__orbit{border-color:#ffffff7a;transform:rotate(-12deg)}.profile-card:hover .profile-card__glow{opacity:1}.profile-card:hover .profile-card__liquid{opacity:.92}}@keyframes pulse-bar{0%{height:3px}to{height:10px}}@media (width<=600px){.profile-stage{width:min(92vw,460px);padding:24px 0}.profile-card{border-radius:28px;min-height:420px;padding:20px}.profile-card__identity{grid-template-columns:84px minmax(0,1fr);gap:16px;margin:20px 0 22px}.avatar{border-radius:25px;width:84px}.avatar__letter{font-size:2.8rem}.profile-copy h1{font-size:clamp(2.25rem,12vw,3rem)}.profile-copy__bio{margin-top:10px;font-size:.9rem}.music-card{border-radius:24px;grid-template-columns:64px minmax(0,1fr) auto;gap:12px;width:calc(100% - 12px);margin-top:22px;padding:11px}.cover-art{border-radius:17px;width:64px}.transport{gap:0}.transport__secondary{display:none!important}}@media (width<=410px){.availability{padding:7px 9px}.profile-card__identity{grid-template-columns:1fr}.profile-copy__bio{max-width:290px}.profile-card__footer>span:nth-child(2),.track__time{display:none}}@media (prefers-reduced-motion:reduce){.profile-card,.profile-card *,.profile-card:before,.profile-card__liquid:after{transition:none!important;animation:none!important}.profile-card .avatar,.profile-card .profile-copy{transform:none}.profile-card:before,.profile-card__liquid:after{display:none}.music-card,.music-card[data-tracking=true]{transition:none;transform:none}.music-card:before{display:none}.audio-bars--active i{animation:none}.transport button{transition:none}.profile-card,.profile-card:hover{transition:none;transform:none}.profile-card__glow,.profile-card__liquid,.profile-card__liquid:before{transition:none}}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#fff;-webkit-font-smoothing:antialiased;font-synthesis:none;text-rendering:optimizelegibility;background:#000;font-family:Segoe UI Variable Display,Segoe UI Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#app{width:100%;min-height:100%;margin:0}body{background:#000;min-height:100vh}button,input,textarea,select{font:inherit}
