#events-page{--ev-accent:#e57833;--ev-surface:rgba(25,25,25,0.65);--ev-surface-hover:rgba(125,74,42,0.38);--ev-border:rgba(255,255,255,0.08);--ev-muted:rgba(255,255,255,0.55);--ev-radius:14px;--browse-nav-offset:56px;--browse-footer-room:100px;margin-top:var(--browse-nav-offset);width:100%;color:#fff;padding:0 1.25rem 3rem;box-sizing:border-box;min-height:calc(100vh - var(--browse-nav-offset) - var(--browse-footer-room))}@media screen and (max-width:768px){#events-page{--browse-nav-offset:48px;margin-top:var(--browse-nav-offset);padding:0 .75rem 2.5rem}}#events-page .events-page__inner{max-width:1280px;margin:0 auto;min-height:calc(100vh - var(--browse-nav-offset) - var(--browse-footer-room));display:flex;flex-direction:column}#events-page .events-hero{text-align:center;padding:2rem 0 1.5rem}#events-page .events-hero__icon{color:var(--ev-accent);margin-bottom:.75rem;opacity:.9}#events-page .events-hero h1{margin:0 0 .5rem;font-size:clamp(1.75rem,4vw,2.35rem);font-weight:700;letter-spacing:-.02em}#events-page .events-hero p{margin:0;color:var(--ev-muted);font-size:.95rem;max-width:420px;margin-inline:auto;line-height:1.5}#events-page .events-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;font-size:.85rem;color:var(--ev-muted)}#events-page .events-meta strong{color:#fff;font-weight:600}#events-page .events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(260px,100%),1fr));gap:1.15rem;width:100%}@media screen and (min-width:900px){#events-page .events-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}#events-page .events-grid .event-item{display:flex;flex-direction:column;margin:0;border-radius:var(--ev-radius);background:var(--ev-surface);border:1px solid rgba(0,0,0,0);overflow:hidden;cursor:pointer;transition:background .3s ease-in-out,border-color .3s ease-in-out,transform .3s ease-in-out,box-shadow .3s ease-in-out;animation:events-fade-in .35s ease both;box-shadow:0 4px 24px rgba(0,0,0,.25)}#events-page .events-grid .event-item:hover{background:var(--ev-surface-hover);border-color:rgba(229,120,51,.3);transform:translateY(-3px);box-shadow:0 8px 28px rgba(229,120,51,.15)}#events-page .events-grid .event-item:hover .image img{transform:scale(1.04)}#events-page .events-grid .event-item:hover .info h4{color:var(--ev-accent)}#events-page .events-grid .event-item .image{width:100%;aspect-ratio:1;overflow:hidden;background:#111}#events-page .events-grid .event-item .image img{width:100%!important;height:100%!important;object-fit:cover;border-radius:0;display:block;transform:scale(1);transform-origin:center center;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .3s ease-in-out,filter .3s ease-in-out,opacity .3s ease-in-out}#events-page .events-grid .event-item .info{padding:.85rem 1rem 1rem}#events-page .events-grid .event-item .info .col{margin:0}#events-page .events-grid .event-item .info h4{margin:0;font-size:.95rem;font-weight:600;color:#fff;line-height:1.35;transition:color .15s ease}#events-page .events-empty{text-align:center;padding:3rem 1rem;color:var(--ev-muted)}#events-page .events-empty svg{margin-bottom:1rem;opacity:.45;color:var(--ev-accent)}#events-page .events-empty h2{margin:0 0 .5rem;font-size:1.15rem;color:#fff}#events-page .events-empty p{margin:0;font-size:.9rem}#events-page .events-page-loading{flex:1;display:flex;align-items:center;justify-content:center;min-height:55vh;padding:2rem 0 4rem}@keyframes events-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes browse-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}#playlists-page{--pl-accent:#e57833;--pl-surface:rgba(25,25,25,0.65);--pl-surface-hover:rgba(125,74,42,0.35);--pl-border:rgba(255,255,255,0.08);--pl-muted:rgba(255,255,255,0.55);--pl-radius:14px;--browse-nav-offset:56px;--browse-footer-room:100px;margin-top:var(--browse-nav-offset);width:100%;color:#fff;padding:0 1.25rem 3rem;box-sizing:border-box;min-height:calc(100vh - var(--browse-nav-offset) - var(--browse-footer-room))}@media screen and (max-width:768px){#playlists-page{--browse-nav-offset:48px;margin-top:var(--browse-nav-offset);padding:0 .75rem 2.5rem}}#playlists-page .playlists-page__inner{max-width:1280px;margin:0 auto;min-height:calc(100vh - var(--browse-nav-offset) - var(--browse-footer-room));display:flex;flex-direction:column}#playlists-page .playlists-hero{text-align:center;padding:2rem 0 1.5rem}#playlists-page .playlists-hero__icon{color:var(--pl-accent);margin-bottom:.75rem;opacity:.9}#playlists-page .playlists-hero h1{margin:0 0 .5rem;font-size:clamp(1.75rem,4vw,2.35rem);font-weight:700;letter-spacing:-.02em}#playlists-page .playlists-hero p{margin:0;color:var(--pl-muted);font-size:.95rem;max-width:420px;margin-inline:auto;line-height:1.5}#playlists-page .playlists-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;font-size:.85rem;color:var(--pl-muted)}#playlists-page .playlists-meta strong{color:#fff;font-weight:600}#playlists-page .playlists-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(260px,100%),1fr));gap:1.15rem;width:100%}@media screen and (min-width:900px){#playlists-page .playlists-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}#playlists-page .playlists-grid .playlist{display:flex;flex-direction:column;align-items:stretch;cursor:pointer;border-radius:14px;background:rgba(25,25,25,.65);border:1px solid rgba(0,0,0,0);overflow:hidden;transition:background .3s ease-in-out,border-color .3s ease-in-out,transform .3s ease-in-out,box-shadow .3s ease-in-out;box-shadow:0 4px 24px rgba(0,0,0,.25)}#playlists-page .playlists-grid .playlist:hover{background:rgba(125,74,42,.35);border-color:rgba(229,120,51,.3);transform:translateY(-3px);box-shadow:0 8px 28px rgba(229,120,51,.15)}#playlists-page .playlists-grid .playlist:hover .image img,#playlists-page .playlists-grid .playlist:hover figure.image img,#playlists-page .playlists-grid .playlist:hover>a img,#playlists-page .playlists-grid .playlist:hover>a:first-child img{transform:scale(1.04)}#playlists-page .playlists-grid .playlist:hover .browse-card__title,#playlists-page .playlists-grid .playlist:hover h4{color:#e57833}#playlists-page .playlists-grid .playlist .image,#playlists-page .playlists-grid .playlist figure.image{position:relative;margin:0;padding:0;width:100%;max-width:100%;flex-shrink:0;line-height:0;overflow:hidden;background:#111}#playlists-page .playlists-grid .playlist .image img,#playlists-page .playlists-grid .playlist figure.image img{width:100%;height:auto;max-width:100%;margin:0;padding:0;object-fit:contain;object-position:center;border-radius:0!important;display:block;vertical-align:top;transform:scale(1);transform-origin:center center;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .3s ease-in-out,filter .3s ease-in-out,opacity .3s ease-in-out}#playlists-page .playlists-grid .playlist>a:first-child,#playlists-page .playlists-grid .playlist>a:has(img){display:block;width:100%;margin:0;padding:0;line-height:0;overflow:hidden;background:#111;flex-shrink:0}#playlists-page .playlists-grid .playlist>a:first-child img,#playlists-page .playlists-grid .playlist>a:has(img) img{width:100%;height:auto;max-width:100%;margin:0;object-fit:contain!important;object-position:center;border-radius:0!important;box-shadow:none!important;display:block;transform:scale(1);transform-origin:center center;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .3s ease-in-out,filter .3s ease-in-out,opacity .3s ease-in-out}#playlists-page .playlists-grid .playlist .browse-card__title,#playlists-page .playlists-grid .playlist h4{margin:0;padding:.85rem 1rem 1rem;font-size:.95rem;font-weight:600;text-align:left;display:flex;align-items:center;gap:.5rem;line-height:1.35;color:#fff;transition:color .3s ease-in-out}#playlists-page .playlists-grid .playlist .browse-card__title .browse-card__icon,#playlists-page .playlists-grid .playlist .browse-card__title .playlist-music-icon,#playlists-page .playlists-grid .playlist .browse-card__title i.fas,#playlists-page .playlists-grid .playlist .browse-card__title svg,#playlists-page .playlists-grid .playlist h4 .browse-card__icon,#playlists-page .playlists-grid .playlist h4 .playlist-music-icon,#playlists-page .playlists-grid .playlist h4 i.fas,#playlists-page .playlists-grid .playlist h4 svg{flex-shrink:0;color:#e57833}#playlists-page .playlists-grid .playlist{animation:browse-fade-in .35s ease both}#playlists-page .playlists-empty{text-align:center;padding:3rem 1rem;color:var(--pl-muted)}#playlists-page .playlists-empty svg{margin-bottom:1rem;opacity:.45;color:var(--pl-accent)}#playlists-page .playlists-empty h2{margin:0 0 .5rem;font-size:1.15rem;color:#fff}#playlists-page .playlists-empty p{margin:0;font-size:.9rem}#playlists-page .playlists-page-loading{flex:1;display:flex;align-items:center;justify-content:center;min-height:55vh;padding:2rem 0 4rem}.current-playlist-div{width:100%;height:100vh;top:0;background:red;position:fixed}#current-playlist{position:fixed;z-index:11;color:#fff;right:0;bottom:55px;width:300px;transition:all 1s ease-in-out}#current-playlist::-webkit-scrollbar-track{-webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out;background:rgba(190,190,190,0)}#current-playlist::-webkit-scrollbar-thumb{-webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out;border-radius:3px;background:rgba(73,73,73,0)}#current-playlist::-webkit-scrollbar{-webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out;width:8px}#current-playlist:hover{transition:all 1s ease-in-out}#current-playlist:hover::-webkit-scrollbar-track{background:#bebebe}#current-playlist:hover::-webkit-scrollbar-thumb{border-radius:3px;background:#494949}@media screen and (max-width:768px){#current-playlist{left:0;right:unset}}#current-playlist{background-color:#363c43;height:400px;overflow-y:scroll;direction:rtl;transition:all .3s ease-in-out}#current-playlist::-webkit-scrollbar{opacity:0}#current-playlist .playing{margin:0!important;background-color:#202327}#current-playlist div{cursor:pointer;padding:2px 12px;display:flex;direction:ltr;flex-direction:row;justify-content:left;align-items:center;border-bottom:1px solid rgba(245,222,179,.1)}#current-playlist div *{margin-left:10px}#current-playlist div img{height:50px;width:50px;border-radius:50%}#current-playlist div .fas{margin-left:auto;transform:scale(.7)}.profile-section__more,.section-see-all{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:999px;background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.62);font-size:.8rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;font-family:inherit;white-space:nowrap;line-height:1.2;flex-shrink:0;transition:background .2s ease,color .2s ease}.profile-section__more:hover:not(:disabled),.section-see-all:hover:not(:disabled){background:rgba(247,147,30,.15);color:#f7931e}.profile-section__more:disabled,.section-see-all:disabled{opacity:.6;cursor:wait}.main-page__sections .rowsTitle .profile-section__more,.main-page__sections .rowsTitle .section-see-all{margin-top:0}@keyframes av-flip-in-y{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.av-flip-in-y{animation:av-flip-in-y .3s ease both}.video-cover-holder{position:relative;display:block;width:100%;overflow:hidden;line-height:0;aspect-ratio:1.7777777778;background:#111}.video-cover-holder>.lazy-media-image,.video-cover-holder>img{position:absolute;inset:0;width:100%;height:100%;display:block}.video-cover-holder .lazy-media-image__main,.video-cover-holder .lazy-media-image__placeholder,.video-cover-holder img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center}.profile-artist-panel__hero{position:relative;isolation:isolate;overflow:hidden;border-radius:20px;border:1px solid var(--pf-border);background:#0a0a0a;margin-bottom:8px}.profile-artist-panel__hero--in-card{margin-bottom:0;border-radius:14px}.profile-artist-cover{position:relative;width:100%;height:clamp(160px,22vw,220px);overflow:hidden;background:#0a0a0a}.profile-artist-cover--empty{background:linear-gradient(135deg,rgba(30,22,16,.95),rgba(12,10,9,.98) 45%,rgba(229,90,43,.12))}.profile-artist-cover__img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.profile-artist-cover:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.12),transparent 22%,rgba(0,0,0,.5) 55%,rgba(0,0,0,.92));pointer-events:none}.profile-artist-cover--hero-full{position:absolute;inset:0;z-index:0;width:100%;height:100%;min-height:100%}.profile-artist-cover--compact{height:clamp(120px,18vw,168px)}.profile-artist-panel__hero-body{position:relative;z-index:2;display:flex;gap:18px;align-items:flex-end;padding:clamp(88px,16vw,200px) 20px 20px}@media screen and (max-width:600px){.profile-artist-panel__hero-body{flex-direction:column;align-items:center;text-align:center;padding-top:clamp(72px,22vw,100px)}}.profile-artist-panel__avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;border:3px solid #1a1a1a;box-shadow:0 8px 24px rgba(0,0,0,.45);flex-shrink:0}.profile-artist-panel__meta{flex:1;min-width:0;padding-bottom:4px}.profile-artist-panel__name{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 0 8px;font-size:1.5rem;font-weight:700;color:#fff}.profile-artist-panel__verified{color:var(--pf-accent)}.profile-artist-panel__stats{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:14px;font-size:.875rem;color:var(--pf-muted)}.profile-artist-panel__stats strong{color:#fff;font-weight:700}.profile-artist-panel__quick{display:flex;flex-wrap:wrap;gap:10px}@media screen and (max-width:600px){.profile-artist-panel__quick{justify-content:center}}.profile-artist-panel__cta{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:12px;background:linear-gradient(135deg,#f7931e,#e55a2b);color:#fff;font-size:.875rem;font-weight:700;text-decoration:none;transition:filter .15s ease}.profile-artist-panel__cta:hover{filter:brightness(1.06)}.profile-artist-panel__link-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border-radius:12px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.9);font-size:.8125rem;font-weight:600;font-family:inherit;text-decoration:none;cursor:pointer;transition:background .15s ease,border-color .15s ease}.profile-artist-panel__link-btn:disabled{opacity:.45;cursor:not-allowed}.profile-artist-panel__link-btn:hover:not(:disabled){background:hsla(0,0%,100%,.1);border-color:rgba(247,147,30,.35);color:#fff}.profile-artist-panel__link-btn--public{border-color:rgba(247,147,30,.28);background:rgba(247,147,30,.1)}.profile-artist-panel__link-btn--public:hover{background:rgba(247,147,30,.18);border-color:rgba(247,147,30,.45)}.profile-artist-panel__catalog{flex:1}.profile-artist-panel__tab-count{margin-left:4px;padding:2px 7px;border-radius:999px;background:hsla(0,0%,100%,.12);font-size:.75rem;font-weight:700}.profile-artist-panel__grid{width:100%}.profile-artist-panel__empty{margin:0;padding:28px 16px;border-radius:14px;background:hsla(0,0%,100%,.04);border:1px dashed hsla(0,0%,100%,.12);color:var(--pf-muted);font-size:.875rem;text-align:center}.profile-artist-track{display:flex;flex-direction:column;gap:8px;min-width:0}.profile-artist-track--locked .music-grid-item,.profile-artist-track--locked .related-video-item{opacity:.92}.profile-artist-track__status{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;padding:6px 10px;border-radius:8px;border:1px solid rgba(247,147,30,.35);background:rgba(247,147,30,.12);color:#ffd08a;font-size:.75rem;font-weight:600}.profile-artist-track__status--reviewing{border-color:rgba(96,165,250,.45);background:rgba(59,130,246,.14);color:#bfdbfe}.profile-artist-track__status--published{border-color:rgba(34,197,94,.4);background:rgba(34,197,94,.12);color:#bbf7d0}.profile-artist-track__status--processing{border-color:rgba(168,85,247,.45);background:rgba(168,85,247,.14);color:#e9d5ff}.profile-artist-track__status--failed{border-color:rgba(239,68,68,.45);background:rgba(239,68,68,.12);color:#fecaca}.profile-artist-track__spin{animation:profile-artist-spin .9s linear infinite}@keyframes profile-artist-spin{to{transform:rotate(1turn)}}.profile-artist-track__hint{font-size:.72rem;color:hsla(0,0%,100%,.55);width:100%}.profile-artist-track__hint--error{color:#fca5a5}.profile-artist-track__action-group{display:flex;flex-wrap:wrap;gap:8px;margin-left:auto}.profile-artist-track__actions--stack{flex-direction:column;align-items:flex-start}.profile-artist-track--processing .profile-artist-track-cell,.profile-artist-track--processing.profile-artist-track-cell{outline:1px solid rgba(168,85,247,.35);outline-offset:4px;border-radius:12px}.profile-artist-track--reviewing .profile-artist-track-cell,.profile-artist-track--reviewing.profile-artist-track-cell{outline:1px solid rgba(96,165,250,.35);outline-offset:4px;border-radius:12px}.profile-artist-track--failed .profile-artist-track-cell,.profile-artist-track--failed.profile-artist-track-cell{outline:1px solid rgba(248,113,113,.4);outline-offset:4px;border-radius:12px}.profile-artist-track__status--failed{color:#fca5a5}.profile-artist-album-card--highlight,.profile-artist-track-cell--highlight{outline:2px solid rgba(247,147,30,.75);outline-offset:4px;border-radius:12px}.profile-artist-upload-success{position:relative;margin:0 0 20px;padding:20px 48px 20px 20px;border-radius:14px;border:1px solid rgba(34,197,94,.35);background:linear-gradient(135deg,rgba(34,197,94,.14),rgba(247,147,30,.08))}.profile-artist-upload-success__inner{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:16px}.profile-artist-upload-success__title{margin:0 0 8px;font-size:1.125rem;font-weight:700;color:#fff}.profile-artist-upload-success__body{margin:0;max-width:52ch;font-size:.875rem;line-height:1.5;color:hsla(0,0%,100%,.82)}.profile-artist-upload-success__item{margin:10px 0 0;font-size:.9rem;color:hsla(0,0%,100%,.9)}.profile-artist-upload-success__actions{display:flex;flex-wrap:wrap;gap:10px}.profile-artist-upload-success__cta{display:inline-flex;align-items:center;padding:10px 16px;border-radius:10px;background:var(--pf-accent,#f7931e);color:#111;font-size:.8125rem;font-weight:700;text-decoration:none}.profile-artist-upload-success__cta:hover{filter:brightness(1.06)}.profile-artist-upload-success__dismiss{padding:10px 14px;border-radius:10px;border:1px solid hsla(0,0%,100%,.18);background:rgba(0,0,0,0);color:hsla(0,0%,100%,.85);font-size:.8125rem;font-weight:600;cursor:pointer}.profile-artist-upload-success__close{position:absolute;top:12px;right:12px;padding:6px;border:none;background:rgba(0,0,0,0);color:hsla(0,0%,100%,.7);cursor:pointer}.profile-artist-track__actions{display:flex;flex-wrap:wrap;gap:8px}.profile-artist-track__actions--bar{width:100%;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:12px}.profile-artist-track__action{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:8px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.9);font-size:.75rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background .15s ease,border-color .15s ease}.profile-artist-track__action:hover{background:hsla(0,0%,100%,.1);border-color:rgba(247,147,30,.35)}.profile-artist-track__action--danger:hover{border-color:rgba(239,68,68,.45);background:rgba(239,68,68,.12);color:#fca5a5}.profile-artist-panel__catalog-grid{width:100%}.profile-artist-track-cell{display:flex;flex-direction:column;gap:8px;min-width:0;box-sizing:border-box}.profile-artist-panel__grid--videos.profile-video-grid .profile-artist-video-grid__row,.profile-artist-panel__grid--videos.profile-video-grid .profile-videos-row{display:grid!important;grid-template-columns:minmax(0,1fr);gap:clamp(12px,1.2vw,16px);align-items:start;width:100%;margin:0;padding:0;overflow:visible;flex-wrap:unset}@media screen and (min-width:560px){.profile-artist-panel__grid--videos.profile-video-grid .profile-artist-video-grid__row,.profile-artist-panel__grid--videos.profile-video-grid .profile-videos-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:900px){.profile-artist-panel__grid--videos.profile-video-grid .profile-artist-video-grid__row,.profile-artist-panel__grid--videos.profile-video-grid .profile-videos-row{grid-template-columns:repeat(3,minmax(0,1fr))}}.profile-artist-panel__grid--videos.profile-video-grid .profile-artist-video-grid__row .profile-artist-track-cell,.profile-artist-panel__grid--videos.profile-video-grid .profile-videos-row .profile-artist-track-cell{width:100%;max-width:100%;margin:0;min-width:0}.profile-artist-panel__grid--videos.profile-video-grid .profile-artist-video-grid__row .horizontal-video-item,.profile-artist-panel__grid--videos.profile-video-grid .profile-videos-row .horizontal-video-item{width:100%!important;flex:none!important;max-width:100%;margin:0!important}.profile-artist-panel__grid--videos.profile-video-grid .profile-artist-video-grid__row .horizontal-video-item .image,.profile-artist-panel__grid--videos.profile-video-grid .profile-videos-row .horizontal-video-item .image{position:relative;display:block;width:100%;overflow:hidden;line-height:0;aspect-ratio:1.7777777778;background:#111}.profile-artist-panel__grid--videos.profile-video-grid .profile-artist-video-grid__row .horizontal-video-item .image>.lazy-media-image,.profile-artist-panel__grid--videos.profile-video-grid .profile-artist-video-grid__row .horizontal-video-item .image>img,.profile-artist-panel__grid--videos.profile-video-grid .profile-videos-row .horizontal-video-item .image>.lazy-media-image,.profile-artist-panel__grid--videos.profile-video-grid .profile-videos-row .horizontal-video-item .image>img{position:absolute;inset:0;width:100%;height:100%;display:block}.profile-artist-panel__grid--videos.profile-video-grid .profile-artist-video-grid__row .horizontal-video-item .image .lazy-media-image__main,.profile-artist-panel__grid--videos.profile-video-grid .profile-artist-video-grid__row .horizontal-video-item .image .lazy-media-image__placeholder,.profile-artist-panel__grid--videos.profile-video-grid .profile-artist-video-grid__row .horizontal-video-item .image img,.profile-artist-panel__grid--videos.profile-video-grid .profile-videos-row .horizontal-video-item .image .lazy-media-image__main,.profile-artist-panel__grid--videos.profile-video-grid .profile-videos-row .horizontal-video-item .image .lazy-media-image__placeholder,.profile-artist-panel__grid--videos.profile-video-grid .profile-videos-row .horizontal-video-item .image img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center}.profile-artist-panel__grid--videos.profile-video-grid .profile-artist-video-grid__row .horizontal-video-item .image,.profile-artist-panel__grid--videos.profile-video-grid .profile-videos-row .horizontal-video-item .image{min-height:0;background:rgba(0,0,0,.35)}.profile-artist-panel__grid--albums.profile-album-grid .profile-artist-album-grid__row{display:grid!important;grid-template-columns:minmax(0,1fr);gap:clamp(14px,1.4vw,18px);align-items:stretch;width:100%;margin:0;padding:0;overflow:visible}@media screen and (min-width:560px){.profile-artist-panel__grid--albums.profile-album-grid .profile-artist-album-grid__row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:900px){.profile-artist-panel__grid--albums.profile-album-grid .profile-artist-album-grid__row{grid-template-columns:repeat(3,minmax(0,1fr))}}.profile-artist-album-cell{display:flex;flex-direction:column;gap:12px;min-width:0}.profile-artist-album-cell--open{grid-column:1/-1}.profile-artist-album-folder{padding:4px 0 8px;border-radius:12px;border:1px solid rgba(247,147,30,.22);background:rgba(0,0,0,.22)}.profile-artist-album-folder__loading{padding:16px 0}.profile-artist-album-folder__empty,.profile-artist-album-folder__error{margin:0;padding:16px 20px;font-size:.875rem;color:hsla(0,0%,100%,.65)}.profile-artist-album-folder__error{color:#fca5a5}.profile-artist-album-folder .profile-artist-panel__grid--music{padding:12px 12px 4px}.profile-artist-album-card{display:flex;flex-direction:column;min-width:0;height:100%;border-radius:14px;border:1px solid var(--pf-border);background:var(--pf-surface);overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.profile-artist-album-card--expanded{border-color:rgba(247,147,30,.5);box-shadow:0 8px 28px rgba(0,0,0,.4)}.profile-artist-album-card__toggle{display:flex;flex-direction:column;width:100%;height:100%;padding:0;border:none;background:rgba(0,0,0,0);color:inherit;text-align:left;cursor:pointer;font:inherit}.profile-artist-album-card:hover{border-color:rgba(247,147,30,.35);box-shadow:0 8px 24px rgba(0,0,0,.35)}.profile-artist-album-card__cover{position:relative;aspect-ratio:1;overflow:hidden;background:rgba(0,0,0,.35);line-height:0}.profile-artist-album-card__cover img{width:100%;height:100%;object-fit:cover;transform:scale(1);transform-origin:center center;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .3s ease-in-out,filter .3s ease-in-out,opacity .3s ease-in-out}.profile-artist-album-card__cover:hover img{transform:scale(1.03)}.profile-artist-album-card__cover-badge{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:12px;background:rgba(0,0,0,.52);color:#fff;font-size:.8125rem;font-weight:600;opacity:0;transition:opacity .15s ease,background .15s ease}.profile-artist-album-card--expanded .profile-artist-album-card__cover-badge,.profile-artist-album-card__toggle:hover .profile-artist-album-card__cover-badge{opacity:1}.profile-artist-album-card__chevron{flex-shrink:0;color:hsla(0,0%,100%,.55)}.profile-artist-album-card__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;width:100%;margin-top:10px}.profile-artist-album-card__public-link{display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border-radius:6px;font-size:.72rem;font-weight:600;color:hsla(0,0%,100%,.75);text-decoration:none}.profile-artist-album-card__public-link:hover{color:var(--pf-accent,#f7931e);background:hsla(0,0%,100%,.06)}.profile-artist-album-card__track-count{margin:4px 0 0;font-size:.75rem;color:hsla(0,0%,100%,.5)}.profile-artist-album-card__hover-cta{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border:none;background:rgba(0,0,0,.58);color:#fff;font-size:.8125rem;font-weight:600;text-decoration:none;opacity:0;transition:opacity .15s ease,background .15s ease}.profile-artist-album-card__hover-cta:hover{background:rgba(0,0,0,.72);color:#fff}.profile-artist-album-card__cover:hover .profile-artist-album-card__hover-cta,.profile-artist-album-card__hover-cta:focus-visible{opacity:1}.profile-artist-album-card--locked{opacity:.95}.profile-artist-album-card__body{display:flex;flex:1;flex-direction:column;gap:10px;padding:12px 14px 14px;min-width:0}.profile-artist-album-card__body--footer{flex:0;gap:0;padding-top:0}.profile-artist-album-card__toggle:focus-visible{outline:2px solid var(--pf-accent,#f7931e);outline-offset:-2px}.profile-artist-album-card__meta{display:flex;align-items:flex-start;gap:10px;min-width:0;flex:1}.profile-artist-album-card__icon{flex-shrink:0;margin-top:2px;padding:6px;border-radius:8px;border:1px solid hsla(0,0%,100%,.14);color:var(--pf-accent);background:rgba(247,147,30,.1)}.profile-artist-album-card__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.profile-artist-album-card__title{margin:0;font-size:.95rem;font-weight:700;line-height:1.35;color:var(--pf-text)}.profile-artist-album-card__title a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:inherit;text-decoration:none}.profile-artist-album-card__title a:hover{color:var(--pf-accent)}.profile-artist-album-card__featuring{margin:0;font-size:.78rem;line-height:1.4;color:var(--pf-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-artist-panel__grid--music.profile-music-grid .tracks{display:grid;grid-template-columns:1fr;gap:clamp(10px,1.2vw,14px)}@media screen and (min-width:560px){.profile-artist-panel__grid--music.profile-music-grid .tracks{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:900px){.profile-artist-panel__grid--music.profile-music-grid .tracks{grid-template-columns:repeat(3,minmax(0,1fr))}}.profile-artist-panel__grid--music.profile-music-grid .tracks .profile-artist-track-cell{min-width:0}.profile-artist-panel__grid--music.profile-music-grid .tracks .track{width:100%!important;max-width:none}.profile-artist-panel__topbar{display:flex;align-items:center;gap:14px;margin-bottom:14px;min-width:0}.profile-artist-panel__back{flex-shrink:0;margin:0;text-decoration:none}.profile-artist-panel__page-title{margin:0;font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:var(--pf-text);line-height:1.25}.profile-artist-panel__subpage{min-width:0;width:100%}.profile-artist-panel__subpage .profile-content{width:100%}.profile-artist-panel__subpage .profile-artist-page{margin-top:0}.profile-artist-album-detail{min-width:0}.profile-artist-album-detail__topbar{margin-bottom:16px}.profile-artist-album-detail__loading{padding:24px 0}.profile-artist-album-detail__error{margin:0;padding:20px;border-radius:12px;background:rgba(239,68,68,.12);color:#fca5a5;font-size:.9rem}.profile-artist-album-detail__hero{display:flex;flex-wrap:wrap;gap:20px;align-items:flex-end;margin-bottom:28px;padding:20px;border-radius:16px;border:1px solid var(--pf-border);background:var(--pf-surface)}.profile-artist-album-detail__cover-wrap{flex-shrink:0;width:140px;height:140px;border-radius:12px;overflow:hidden;background:rgba(0,0,0,.35);box-shadow:0 8px 24px rgba(0,0,0,.35)}@media screen and (min-width:600px){.profile-artist-album-detail__cover-wrap{width:168px;height:168px}}.profile-artist-album-detail__cover{width:100%;height:100%;object-fit:cover}.profile-artist-album-detail__meta{flex:1;min-width:0}.profile-artist-album-detail__eyebrow{display:inline-flex;align-items:center;gap:6px;margin:0 0 8px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:hsla(0,0%,100%,.55)}.profile-artist-album-detail__title{margin:0 0 12px;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;line-height:1.2;color:#fff}.profile-artist-album-detail__stats{display:flex;flex-wrap:wrap;gap:16px 24px;margin-bottom:14px;font-size:.875rem;color:hsla(0,0%,100%,.72)}.profile-artist-album-detail__stats span{display:inline-flex;align-items:center;gap:6px}.profile-artist-album-detail__stats strong{color:#fff;font-weight:700}.profile-artist-album-detail__public{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:600;color:var(--pf-accent,#f7931e);text-decoration:none}.profile-artist-album-detail__public:hover{text-decoration:underline}.profile-artist-album-detail__tracks-title{margin:0 0 14px;font-size:1rem;font-weight:700;color:hsla(0,0%,100%,.9)}.profile-artist-album-detail__tracks{min-width:0}.profile-artist-album-detail__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.profile-artist-album-detail__edit{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;border:1px solid rgba(247,147,30,.45);background:rgba(247,147,30,.12);color:var(--pf-accent,#f7931e);font-size:.8125rem;font-weight:600;cursor:pointer}.profile-artist-album-detail__edit:hover{background:rgba(247,147,30,.2)}.profile-artist-album-card__edit-btn{display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border-radius:6px;border:1px solid rgba(247,147,30,.35);background:rgba(247,147,30,.1);color:var(--pf-accent,#f7931e);font-size:.72rem;font-weight:600;cursor:pointer}.profile-content-edit-modal__root{position:fixed;inset:0;z-index:10050;display:flex;align-items:center;justify-content:center;padding:20px;animation:profile-content-edit-fade-in .2s ease}.profile-content-edit-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.profile-content-edit-modal{position:relative;width:min(600px,100%);max-height:min(90vh,900px);overflow-y:auto;border-radius:20px;border:1px solid hsla(0,0%,100%,.1);background:linear-gradient(165deg,#3a3a3a,#1e1e1e 55%,#141414);box-shadow:0 24px 80px rgba(0,0,0,.55),0 0 0 1px rgba(229,120,51,.15);color:#fff;animation:profile-content-edit-slide-up .28s cubic-bezier(.22,1,.36,1)}.profile-content-edit-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px 12px;border-bottom:1px solid var(--pf-border)}.profile-content-edit-modal__header h2{margin:0;font-size:1.125rem;font-weight:700;color:#fff}.profile-content-edit-modal__close{padding:6px;border:none;background:rgba(0,0,0,0);color:hsla(0,0%,100%,.65);cursor:pointer}.profile-content-edit-modal__form{padding:16px 20px 20px;display:flex;flex-direction:column;gap:14px}.profile-content-edit-modal__hint,.profile-content-edit-modal__note-hint,.profile-content-edit-modal__pending{margin:0;font-size:.8125rem;color:hsla(0,0%,100%,.62)}.profile-content-edit-modal__pending{padding:10px 12px;border-radius:8px;background:rgba(96,165,250,.12);color:#93c5fd}.profile-content-edit-modal__cover-block{display:flex;gap:16px;align-items:flex-start;padding:14px;border-radius:14px;border:1px solid var(--pf-border);background:hsla(0,0%,100%,.03)}.profile-content-edit-modal__cover-thumb{width:112px;height:112px;border-radius:12px;object-fit:cover;flex-shrink:0;box-shadow:0 8px 24px rgba(0,0,0,.35)}.profile-content-edit-modal__cover-upload{flex:1;min-width:0}.profile-content-edit-modal__error{margin:0;color:#fca5a5;font-size:.8125rem}.profile-content-edit-modal__notice{margin:0;color:#86efac;font-size:.8125rem}.profile-content-edit-modal__footer{display:flex;justify-content:flex-end;gap:10px;padding-top:4px;flex-wrap:wrap}.profile-content-edit-modal__loading{padding:24px}@keyframes profile-content-edit-fade-in{0%{opacity:0}to{opacity:1}}@keyframes profile-content-edit-slide-up{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.profile-artist-page{max-width:720px;width:100%}.profile-artist-page--details,.profile-artist-page--edit{max-width:none;width:100%}.profile-artist-page--socials{max-width:min(920px,100%);display:flex;flex-direction:column;gap:14px}.profile-panel-card{padding:18px 20px;border-radius:16px;border:1px solid var(--pf-border);background:var(--pf-surface);text-align:left}.profile-panel-card__head{margin-bottom:16px}.profile-panel-card__head--row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.profile-panel-card__title{margin:0;font-size:1.05rem;font-weight:700;color:var(--pf-text);text-align:left}.profile-panel-card__desc{margin:6px 0 0;font-size:.875rem;line-height:1.5;color:var(--pf-muted);text-align:left}.profile-panel-card__desc--empty{margin:0}.profile-panel-card__badge{flex-shrink:0;padding:4px 10px;border-radius:999px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.06);font-size:.75rem;font-weight:600;color:var(--pf-muted)}.profile-artist-card{padding:22px 20px;border-radius:18px;border:1px solid var(--pf-border);background:var(--pf-surface);margin-bottom:18px;text-align:left;align-items:stretch;cursor:default}.profile-artist-card:hover{background:var(--pf-surface);border-color:var(--pf-border)}.profile-artist-card__eyebrow{display:inline-flex;margin-bottom:10px;padding:4px 10px;border-radius:999px;border:1px solid rgba(247,147,30,.35);background:rgba(247,147,30,.12);color:var(--pf-accent);font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.profile-artist-card h3{margin:0 0 8px;font-size:1.1rem;font-weight:700}.profile-artist-card p,.profile-artist-card__lede{margin:0;color:var(--pf-muted);font-size:.9rem;line-height:1.5}.profile-artist-card__lede{margin-bottom:4px}.profile-artist-hero{position:relative;isolation:isolate;overflow:hidden;width:100%;margin-bottom:18px;border-radius:16px;border:1px solid var(--pf-border);background:#0a0a0a;min-height:clamp(200px,26vw,280px)}.profile-artist-hero .profile-artist-hero__cover.profile-artist-cover{position:absolute;inset:0;z-index:0;width:100%;height:100%;min-height:100%}.profile-artist-hero__body{position:relative;z-index:2;display:flex;align-items:flex-end;gap:18px;box-sizing:border-box;width:100%;min-height:clamp(200px,26vw,280px);padding:clamp(96px,16vw,128px) 20px 20px}@media screen and (max-width:600px){.profile-artist-hero__body{flex-direction:column;align-items:center;text-align:center;padding-top:clamp(80px,22vw,108px)}}.profile-artist-hero__avatar{width:96px;height:96px;margin:0;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid #1a1410;box-shadow:0 8px 28px rgba(0,0,0,.5)}.profile-artist-hero__meta{flex:1;min-width:0;padding-bottom:4px}.profile-artist-hero__meta h1{margin:0 0 6px;font-size:1.5rem;font-weight:700;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.65)}.profile-artist-hero__meta p{margin:0;font-size:.9rem;color:hsla(0,0%,100%,.82);text-shadow:0 1px 6px rgba(0,0,0,.55)}.profile-artist-page--edit .profile-artist-hero{margin-bottom:0}.profile-artist-banner{display:flex;flex-direction:column;gap:16px;margin-bottom:18px}.profile-artist-banner__cover{border-radius:14px;border:1px solid var(--pf-border)}.profile-artist-banner__row{display:flex;gap:16px;align-items:flex-end}.profile-artist-banner__avatar{width:88px;height:88px;border-radius:50%;object-fit:cover;border:3px solid rgba(0,0,0,.5);margin-top:-48px;flex-shrink:0;position:relative;z-index:3}.profile-artist-banner__meta{flex:1;min-width:0;padding-bottom:4px}.profile-artist-banner__meta h1{margin:0 0 6px;font-size:1.35rem;font-weight:700}.profile-artist-detail-grid{display:grid;gap:12px}.profile-artist-detail-row{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-radius:12px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08)}.profile-artist-detail-row dt{margin:0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--pf-muted)}.profile-artist-detail-row dd{margin:0;font-size:.95rem;color:var(--pf-text);line-height:1.45;white-space:pre-wrap}.profile-artist-alert{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:12px;margin-bottom:16px;font-size:.875rem;line-height:1.45}.profile-artist-alert--pending{border:1px solid rgba(247,147,30,.35);background:rgba(247,147,30,.1);color:#ffd08a}.profile-artist-alert--info{border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.05);color:var(--pf-muted)}.profile-artist-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.profile-artist-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 18px;border-radius:12px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.06);color:#fff;font-size:.875rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background .15s ease,border-color .15s ease}.profile-artist-btn:hover{background:hsla(0,0%,100%,.1);border-color:rgba(247,147,30,.35)}.profile-artist-btn--primary{border:none;background:linear-gradient(135deg,#ff9a2e,#e55a2b);color:#111}.profile-artist-btn--primary:hover{filter:brightness(1.06)}.profile-artist-btn:disabled{opacity:.55;cursor:not-allowed}.profile-artist-form{display:flex;flex-direction:column;gap:16px}.profile-artist-form__field{display:flex;flex-direction:column;gap:6px}.profile-artist-form__field label{font-size:.8rem;font-weight:600;color:hsla(0,0%,100%,.75)}.profile-artist-form__field input,.profile-artist-form__field select,.profile-artist-form__field textarea{padding:12px 14px;border-radius:12px;border:1px solid var(--pf-border);background:hsla(0,0%,100%,.06);color:var(--pf-text);font-size:.95rem;font-family:inherit;outline:none}.profile-artist-form__field input:focus,.profile-artist-form__field select:focus,.profile-artist-form__field textarea:focus{border-color:rgba(247,147,30,.55);box-shadow:0 0 0 3px rgba(247,147,30,.15)}.profile-artist-form__field textarea{min-height:120px;resize:vertical}.profile-artist-form__file{display:flex;flex-direction:column;gap:8px}.profile-artist-form__file input[type=file]{font-size:.85rem;color:var(--pf-muted)}.profile-artist-image-specs{margin:14px 0 0;padding:12px 14px;border-radius:12px;border:1px solid rgba(247,147,30,.28);background:rgba(247,147,30,.08);list-style:none}.profile-artist-image-specs li{position:relative;padding-left:14px;font-size:.8rem;line-height:1.45;color:hsla(0,0%,100%,.82)}.profile-artist-image-specs li:before{content:"•";position:absolute;left:0;color:var(--pf-accent)}.profile-artist-image-specs li+li{margin-top:6px}.profile-artist-form__uploads{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}@media screen and (max-width:640px){.profile-artist-form__uploads{grid-template-columns:1fr}}.profile-artist-upload{display:flex;flex-direction:column;gap:8px;min-width:0}.profile-artist-upload__label{font-size:.8rem;font-weight:600;color:hsla(0,0%,100%,.75)}.profile-artist-upload__row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid var(--pf-border);background:hsla(0,0%,100%,.04)}.profile-artist-upload__row--error{border-color:rgba(239,68,68,.55);background:rgba(239,68,68,.08)}.profile-artist-upload__error{margin:0;font-size:.78rem;line-height:1.4;color:#fca5a5}.profile-artist-upload__btn{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;min-height:40px;padding:8px 14px;border:1px solid rgba(247,147,30,.45);border-radius:10px;background:linear-gradient(135deg,rgba(247,147,30,.22),rgba(229,90,43,.12));color:#fff;font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer;transition:filter .15s ease,border-color .15s ease}.profile-artist-upload__btn:hover{filter:brightness(1.08);border-color:var(--pf-accent)}.profile-artist-upload__btn:focus-visible{outline:2px solid rgba(247,147,30,.55);outline-offset:2px}.profile-artist-upload__meta{flex:1;min-width:0}.profile-artist-upload__filename{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;color:var(--pf-text)}.profile-artist-upload__hint{font-size:.8rem;color:var(--pf-muted);line-height:1.35}.profile-artist-upload__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.profile-artist-card--bio p{min-height:12rem;line-height:1.6;white-space:pre-wrap}.profile-artist-page--details .profile-artist-card,.profile-artist-page--details .profile-artist-form,.profile-artist-page--details .profile-artist-hero,.profile-artist-page--edit .profile-artist-card,.profile-artist-page--edit .profile-artist-form,.profile-artist-page--edit .profile-artist-hero{width:100%;box-sizing:border-box}.profile-artist-page--edit .profile-artist-form{width:100%}.profile-artist-page--edit .profile-artist-card{width:100%;box-sizing:border-box}.profile-artist-page--edit .profile-artist-card--text .profile-artist-form__field input,.profile-artist-page--edit .profile-artist-card--text .profile-artist-form__field textarea{width:100%;box-sizing:border-box;min-height:48px;padding:12px 14px;border-radius:12px;border:1px solid var(--pf-border);background:rgba(0,0,0,.22);color:var(--pf-text);font-size:.95rem;line-height:1.45;transition:border-color .15s ease,box-shadow .15s ease}.profile-artist-page--edit .profile-artist-card--text .profile-artist-form__field input::placeholder,.profile-artist-page--edit .profile-artist-card--text .profile-artist-form__field textarea::placeholder{color:hsla(0,0%,100%,.35)}.profile-artist-page--edit .profile-artist-card--text .profile-artist-form__field input:focus,.profile-artist-page--edit .profile-artist-card--text .profile-artist-form__field textarea:focus{border-color:rgba(247,147,30,.55);box-shadow:0 0 0 3px rgba(247,147,30,.14);outline:none}.profile-artist-page--edit .profile-artist-card--text .profile-artist-form__field textarea{min-height:320px;max-height:480px;resize:vertical;scrollbar-width:thin;scrollbar-color:rgba(247,147,30,.45) hsla(0,0%,100%,.08)}.profile-artist-page--edit .profile-artist-card--text .profile-artist-form__field textarea::-webkit-scrollbar{width:8px}.profile-artist-page--edit .profile-artist-card--text .profile-artist-form__field textarea::-webkit-scrollbar-thumb{border-radius:8px;background:rgba(247,147,30,.4)}.profile-artist-page--edit .profile-artist-card--text .profile-artist-form__field textarea::-webkit-scrollbar-track{background:hsla(0,0%,100%,.06);border-radius:8px}.profile-social-add{display:flex;flex-direction:column;gap:12px;width:100%}.profile-social-add__row{display:grid;grid-template-columns:minmax(0,7fr) minmax(148px,3fr);gap:12px;align-items:end;width:100%}@media screen and (max-width:640px){.profile-social-add__row{grid-template-columns:1fr}}.profile-social-add__field{display:flex;flex-direction:column;gap:6px;min-width:0}.profile-social-add__field label{font-size:.78rem;font-weight:600;color:hsla(0,0%,100%,.72)}.profile-social-add__field input{width:100%;box-sizing:border-box;min-height:46px;padding:12px 14px;border-radius:12px;border:1px solid var(--pf-border);background:hsla(0,0%,100%,.06);color:var(--pf-text);font-size:.95rem;font-family:inherit;outline:none}.profile-social-add__field input:focus{border-color:hsla(0,0%,100%,.28);box-shadow:0 0 0 3px hsla(0,0%,100%,.08)}.profile-social-select-wrap{position:relative;width:100%;min-width:0}.profile-social-select-wrap__icon{position:absolute;left:12px;top:50%;z-index:1;display:flex;align-items:center;justify-content:center;width:20px;height:20px;transform:translateY(-50%);color:var(--pf-accent);pointer-events:none;line-height:0}.profile-social-select-wrap__icon svg{display:block;width:18px;height:18px;flex-shrink:0}.profile-social-select{display:block;width:100%;box-sizing:border-box;min-height:46px;padding:12px 36px 12px 14px;border-radius:12px;border:1px solid var(--pf-border);background-color:hsla(0,0%,100%,.06);color:var(--pf-text);font-size:.95rem;font-family:inherit;outline:none;cursor:pointer;color-scheme:dark;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff99' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.profile-social-select:focus{border-color:hsla(0,0%,100%,.28);box-shadow:0 0 0 3px hsla(0,0%,100%,.08)}.profile-social-select option{background:#1a1410;color:#fff}.profile-social-select-wrap__icon+.profile-social-select{padding-left:40px}.profile-social-add__actions{display:flex;justify-content:flex-end;width:100%}.profile-social-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}@media screen and (max-width:640px){.profile-social-grid{grid-template-columns:1fr}}.profile-social-card{display:flex;align-items:flex-start;gap:10px;padding:12px;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.04)}.profile-social-card__icon{flex-shrink:0;display:grid;place-items:center;width:40px;height:40px;border-radius:10px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.88)}.profile-social-card__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.profile-social-card__name{font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:hsla(0,0%,100%,.72)}.profile-social-card__link{display:inline-flex;align-items:center;gap:6px;min-width:0;font-size:.8125rem;color:var(--pf-text);text-decoration:none}.profile-social-card__link:hover{color:#fff}.profile-social-card__link svg{flex-shrink:0;opacity:.65}.profile-social-card__url{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-social-card__delete{flex-shrink:0;display:grid;place-items:center;width:36px;height:36px;margin-top:2px;padding:0;border:none;border-radius:10px;background:rgba(239,68,68,.12);color:#fca5a5;cursor:pointer}.profile-social-card__delete:hover{background:rgba(239,68,68,.28)}.profile-panel-card--social-form .profile-panel-message{margin-top:12px}.profile-artist-page--socials .profile-panel-card{margin-bottom:0}.profile-artist-panel__subpage .profile-artist-card{display:block;align-items:stretch;text-align:left;cursor:default}.profile-artist-panel__subpage .profile-artist-card:hover{background:var(--pf-surface);border-color:var(--pf-border)}.profile-add-content{width:100%;max-width:none;min-width:0;display:flex;flex-direction:column;gap:18px}.profile-add-content__tabs{display:flex;gap:8px;flex-wrap:wrap}.profile-add-content__tab{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:8px 16px;border-radius:999px;border:1px solid var(--pf-border);background:hsla(0,0%,100%,.04);color:var(--pf-muted);font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.profile-add-content__tab.is-active{border-color:rgba(247,147,30,.55);background:rgba(247,147,30,.14);color:var(--pf-text)}.profile-add-content__tab:focus-visible{outline:2px solid rgba(247,147,30,.5);outline-offset:2px}.profile-add-content__tab-count{min-width:20px;padding:2px 7px;border-radius:999px;background:rgba(247,147,30,.25);color:#fff;font-size:.75rem;font-weight:700;text-align:center}.profile-add-content__stepper{display:flex;flex-wrap:wrap;gap:10px 16px;margin:0;padding:0;list-style:none}.profile-add-content__step{display:flex;align-items:center;gap:10px;color:var(--pf-muted);font-size:.88rem;font-weight:600}.profile-add-content__step.is-current{color:var(--pf-text)}.profile-add-content__step.is-done{color:rgba(247,147,30,.95)}.profile-add-content__step-index{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:1px solid var(--pf-border);background:rgba(0,0,0,.25);font-size:.8rem;font-weight:700}.is-current .profile-add-content__step-index{border-color:rgba(247,147,30,.6);background:rgba(247,147,30,.2);color:#fff}.is-done .profile-add-content__step-index{border-color:rgba(247,147,30,.45);background:rgba(247,147,30,.15)}.profile-add-content__type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}@media screen and (max-width:800px){.profile-add-content__type-grid{grid-template-columns:1fr}}.profile-add-content__type-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-height:140px;padding:18px 16px;border-radius:14px;border:1px solid var(--pf-border);background:hsla(0,0%,100%,.03);color:var(--pf-text);text-align:left;font-family:inherit;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.profile-add-content__type-card:hover{border-color:rgba(247,147,30,.4);background:rgba(247,147,30,.06)}.profile-add-content__type-card.is-selected{border-color:rgba(247,147,30,.65);background:rgba(247,147,30,.12);box-shadow:0 0 0 1px rgba(247,147,30,.2)}.profile-add-content__type-card svg{color:var(--pf-accent)}.profile-add-content__type-label{font-size:1rem;font-weight:700}.profile-add-content__type-desc{font-size:.82rem;line-height:1.45;color:var(--pf-muted);font-weight:500}.profile-add-content__form{display:flex;flex-direction:column;gap:14px}.profile-add-content__field{display:flex;flex-direction:column;gap:8px;min-width:0}.profile-add-content__field>span:first-child{font-size:.82rem;font-weight:600;color:hsla(0,0%,100%,.78)}.profile-add-content__field input,.profile-add-content__field textarea{width:100%;box-sizing:border-box;min-height:48px;padding:12px 14px;border-radius:12px;border:1px solid var(--pf-border);background:rgba(0,0,0,.22);color:var(--pf-text);font-size:.95rem;line-height:1.45;font-family:inherit}.profile-add-content__field input:focus,.profile-add-content__field textarea:focus{border-color:rgba(247,147,30,.55);box-shadow:0 0 0 3px rgba(247,147,30,.14);outline:none}.profile-add-content__field textarea{min-height:120px;resize:vertical}.profile-add-content__field em{font-style:normal;font-size:.78rem;color:#fca5a5}.profile-add-content__field--check{flex-direction:row;align-items:center;gap:10px}.profile-add-content__field--check input{width:auto;min-height:auto}.profile-add-content__field--check span{font-size:.9rem}.profile-add-content__chips{display:flex;flex-wrap:wrap;gap:8px}.profile-add-content__chip{padding:8px 14px;border-radius:999px;border:1px solid var(--pf-border);background:hsla(0,0%,100%,.04);color:var(--pf-muted);font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.profile-add-content__chip.is-on{border-color:rgba(247,147,30,.55);background:rgba(247,147,30,.18);color:#fff}.profile-add-content__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:4px}.profile-add-content__turnstile{flex:1 1 100%;display:flex;justify-content:flex-end}.profile-add-content__turnstile .form-protection-inline{width:min(100%,320px);margin:0 0 4px}.profile-add-content__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:10px 20px;border-radius:12px;border:1px solid rgba(0,0,0,0);font-size:.92rem;font-weight:600;font-family:inherit;cursor:pointer;transition:filter .15s ease}.profile-add-content__btn:disabled{opacity:.55;cursor:not-allowed}.profile-add-content__btn--primary{border-color:rgba(247,147,30,.5);background:linear-gradient(135deg,rgba(247,147,30,.9),rgba(229,90,43,.85));color:#fff}.profile-add-content__btn--primary:hover:not(:disabled){filter:brightness(1.06)}.profile-add-content__btn--ghost{border-color:var(--pf-border);background:hsla(0,0%,100%,.05);color:var(--pf-text)}.profile-add-content__btn--danger{border-color:rgba(239,68,68,.45);background:rgba(239,68,68,.12);color:#fecaca;min-height:40px;padding:8px 14px;font-size:.85rem}.profile-add-content__spin{animation:profile-add-content-spin .85s linear infinite}@keyframes profile-add-content-spin{to{transform:rotate(1turn)}}.profile-add-content__error,.profile-add-content__field-error{margin:0;padding:10px 12px;border-radius:10px;background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.35);color:#fecaca;font-size:.88rem;line-height:1.45}.profile-add-content__empty{margin:12px 0 0;color:var(--pf-muted);font-size:.9rem}.profile-add-content__draft-list{margin:14px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.profile-add-content__draft-item{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:14px 16px;border-radius:12px;border:1px solid var(--pf-border);background:rgba(0,0,0,.18)}.profile-add-content__draft-main{display:flex;flex-direction:column;gap:4px;min-width:0}.profile-add-content__draft-main strong{font-size:.95rem;color:var(--pf-text)}.profile-add-content__draft-main span{font-size:.82rem;color:var(--pf-muted)}.profile-add-content__draft-actions{display:flex;gap:8px;flex-wrap:wrap}.profile-content-upload{display:flex;flex-direction:column;gap:8px}.profile-content-upload__label{font-size:.82rem;font-weight:600;color:hsla(0,0%,100%,.78)}.profile-content-upload__row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid var(--pf-border);background:hsla(0,0%,100%,.04)}.profile-content-upload__row--error{border-color:rgba(239,68,68,.55);background:rgba(239,68,68,.08)}.profile-content-upload__btn{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;min-height:40px;padding:8px 14px;border:1px solid rgba(247,147,30,.45);border-radius:10px;background:linear-gradient(135deg,rgba(247,147,30,.22),rgba(229,90,43,.12));color:#fff;font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer}.profile-content-upload__btn:disabled{opacity:.6;cursor:not-allowed}.profile-content-upload__meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.profile-content-upload__filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;color:var(--pf-text)}.profile-content-upload__hint{font-size:.8rem;color:var(--pf-muted)}.profile-content-upload__input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.profile-content-upload__progress{position:relative;height:28px;border-radius:8px;background:rgba(0,0,0,.35);overflow:hidden;border:1px solid var(--pf-border)}.profile-content-upload__progress-bar{position:absolute;left:0;top:0;bottom:0;background:linear-gradient(90deg,rgba(247,147,30,.85),rgba(229,90,43,.75));transition:width .12s ease-out}.profile-content-upload__progress-text{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;height:100%;font-size:.78rem;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5)}.profile-content-upload__error{margin:0;font-size:.78rem;color:#fca5a5}.profile-search-multi{display:flex;flex-direction:column;gap:8px;min-width:0}.profile-search-multi--error .profile-search-multi__control{border-color:rgba(239,68,68,.55)}.profile-search-multi__label{display:flex;align-items:center;gap:8px;font-size:.82rem;font-weight:600;color:hsla(0,0%,100%,.78)}.profile-search-multi__optional{font-size:.72rem;font-weight:500;color:var(--pf-muted)}.profile-search-multi__hint{margin:0;font-size:.8rem;line-height:1.4;color:var(--pf-muted)}.profile-search-multi__selected{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}.profile-search-multi__tag{display:inline-flex;align-items:center;gap:4px;max-width:100%;padding:4px 6px 4px 10px;border-radius:999px;border:1px solid rgba(247,147,30,.4);background:rgba(247,147,30,.14);color:#fff;font-size:.8rem;font-weight:600}.profile-search-multi__tag-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}.profile-search-multi__tag-remove{display:inline-flex;align-items:center;justify-content:center;padding:2px;border:none;border-radius:50%;background:rgba(0,0,0,0);color:hsla(0,0%,100%,.75);cursor:pointer}.profile-search-multi__tag-remove:hover{color:#fff;background:rgba(0,0,0,.2)}.profile-search-multi__control{position:relative;display:flex;align-items:center;min-height:48px;border-radius:12px;border:1px solid var(--pf-border);background:rgba(0,0,0,.22);transition:border-color .15s ease,box-shadow .15s ease}.profile-search-multi__control.is-open{border-color:rgba(247,147,30,.55);box-shadow:0 0 0 3px rgba(247,147,30,.12)}.profile-search-multi__icon{flex-shrink:0;margin-left:12px;color:var(--pf-muted);pointer-events:none}.profile-search-multi__input{flex:1;min-width:0;padding:12px 8px 12px 10px;border:none;background:rgba(0,0,0,0);color:var(--pf-text);font-size:.95rem;font-family:inherit;outline:none}.profile-search-multi__input::placeholder{color:hsla(0,0%,100%,.35)}.profile-search-multi__input::-webkit-search-cancel-button{display:none}.profile-search-multi__toggle{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;margin-right:4px;border:none;border-radius:8px;background:rgba(0,0,0,0);color:var(--pf-muted);cursor:pointer}.is-open .profile-search-multi__toggle svg{transform:rotate(180deg)}.profile-search-multi__toggle svg{transition:transform .15s ease}.profile-search-multi__list{position:absolute;z-index:40;top:calc(100% + 6px);left:0;right:0;max-height:260px;margin:0;padding:6px;overflow-y:auto;list-style:none;border-radius:12px;border:1px solid var(--pf-border);background:#141414;box-shadow:0 16px 40px rgba(0,0,0,.55);scrollbar-width:thin;scrollbar-color:rgba(247,147,30,.45) hsla(0,0%,100%,.08)}.profile-search-multi__option{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:10px 12px;border:none;border-radius:8px;background:rgba(0,0,0,0);color:var(--pf-text);font-size:.9rem;font-family:inherit;text-align:left;cursor:pointer}.profile-search-multi__option:hover{background:hsla(0,0%,100%,.06)}.profile-search-multi__option.is-selected{background:rgba(247,147,30,.12)}.profile-search-multi__option-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-search-multi__option-check{flex-shrink:0;color:var(--pf-accent)}.profile-search-multi__empty,.profile-search-multi__more{padding:10px 12px;font-size:.82rem;color:var(--pf-muted);line-height:1.4}.profile-search-multi__count{margin:0;font-size:.78rem;color:var(--pf-muted)}.profile-search-multi__error{margin:0;font-size:.78rem;line-height:1.4;color:#fca5a5}.profile-artists-field{display:flex;flex-direction:column;gap:10px;min-width:0}.profile-artists-field__label{font-size:.82rem;font-weight:600;color:hsla(0,0%,100%,.78)}.profile-artists-field__hint{margin:0;font-size:.8rem;line-height:1.45;color:var(--pf-muted)}.profile-artists-field__main{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;border:1px solid rgba(247,147,30,.35);background:rgba(247,147,30,.08)}.profile-artists-field__avatar{flex-shrink:0;border-radius:50%;object-fit:cover;border:2px solid hsla(0,0%,100%,.12);background:rgba(0,0,0,.35)}.profile-artists-field__main-text{display:flex;flex-direction:column;gap:2px;min-width:0}.profile-artists-field__main-name{font-size:.92rem;font-weight:700;color:var(--pf-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-artists-field__main-role{font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--pf-accent)}.profile-artists-field__featured-block{display:flex;flex-direction:column;gap:8px;padding-top:4px}.profile-artists-field__featured-label{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;color:hsla(0,0%,100%,.72)}.profile-artists-field__optional{font-size:.72rem;font-weight:500;color:var(--pf-muted);text-transform:none;letter-spacing:0}.profile-artists-field__selected{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}.profile-artists-field__tag{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:3px 8px 3px 4px;border-radius:999px;border:1px solid var(--pf-border);background:hsla(0,0%,100%,.05);color:var(--pf-text);font-size:.8rem;font-weight:600}.profile-artists-field__tag-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px}.profile-artists-field__tag-remove{display:inline-flex;align-items:center;justify-content:center;padding:2px;border:none;border-radius:50%;background:rgba(0,0,0,0);color:var(--pf-muted);cursor:pointer}.profile-artists-field__tag-remove:hover{color:#fff;background:rgba(0,0,0,.25)}.profile-artists-field__empty-feat{margin:0;font-size:.78rem;color:var(--pf-muted);font-style:italic}.profile-artists-field__control{position:relative;display:flex;align-items:center;min-height:44px;border-radius:12px;border:1px solid var(--pf-border);background:rgba(0,0,0,.22)}.profile-artists-field__control.is-open{border-color:rgba(247,147,30,.55);box-shadow:0 0 0 3px rgba(247,147,30,.12)}.profile-artists-field__search-icon{flex-shrink:0;margin-left:11px;color:var(--pf-muted);pointer-events:none}.profile-artists-field__input{flex:1;min-width:0;padding:10px 8px;border:none;background:rgba(0,0,0,0);color:var(--pf-text);font-size:.9rem;font-family:inherit;outline:none}.profile-artists-field__input::placeholder{color:hsla(0,0%,100%,.35)}.profile-artists-field__toggle{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin-right:4px;border:none;border-radius:8px;background:rgba(0,0,0,0);color:var(--pf-muted);cursor:pointer}.is-open .profile-artists-field__toggle svg{transform:rotate(180deg)}.profile-artists-field__toggle svg{transition:transform .15s ease}.profile-artists-field__list{position:absolute;z-index:40;top:calc(100% + 6px);left:0;right:0;max-height:240px;margin:0;padding:6px;overflow-y:auto;list-style:none;border-radius:12px;border:1px solid var(--pf-border);background:#141414;box-shadow:0 16px 40px rgba(0,0,0,.55)}.profile-artists-field__option{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border:none;border-radius:8px;background:rgba(0,0,0,0);color:var(--pf-text);font-size:.88rem;font-family:inherit;text-align:left;cursor:pointer}.profile-artists-field__option:hover{background:hsla(0,0%,100%,.06)}.profile-artists-field__option.is-selected{background:rgba(247,147,30,.12)}.profile-artists-field__option svg{flex-shrink:0;margin-left:auto;color:var(--pf-accent)}.profile-artists-field__option-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-artists-field__list-empty,.profile-artists-field__list-more{padding:8px 10px;font-size:.8rem;color:var(--pf-muted)}.profile-artists-field__count{margin:0;font-size:.76rem;color:var(--pf-muted)}.profile-artist-panel__subpage .profile-add-content{width:100%}.profile-page{--pf-accent:#f7931e;--pf-accent-strong:#e55a2b;--pf-surface:rgba(18,18,20,0.82);--pf-border:rgba(255,255,255,0.1);--pf-text:rgba(255,255,255,0.95);--pf-muted:rgba(255,255,255,0.62);--pf-max-w:min(1280px,calc(100vw - 32px));--pf-sidebar-w:clamp(248px,17vw,292px);--pf-aside-w:clamp(272px,22vw,360px);--pf-gap:clamp(18px,2vw,28px);--pf-pad-x:clamp(16px,2.5vw,48px);--pf-pad-top:72px;--pf-pad-bottom:48px;--pf-footer-room:100px;display:grid;min-height:calc(100vh - var(--pf-footer-room));align-items:start;width:100%;max-width:var(--pf-max-w);margin:0 auto;padding:72px var(--pf-pad-x) 48px;color:var(--pf-text);box-sizing:border-box}.profile-page--shell{grid-template-columns:var(--pf-sidebar-w) minmax(0,1fr);gap:var(--pf-gap)}@media screen and (min-width:1440px){.profile-page{--pf-max-w:min(1920px,calc(1280px + (100vw - 1440px) * 0.72));--pf-sidebar-w:clamp(272px,calc(260px + (100vw - 1440px) * 0.04),300px);--pf-aside-w:clamp(320px,calc(280px + (100vw - 1440px) * 0.14),420px);--pf-gap:clamp(22px,calc(20px + (100vw - 1440px) * 0.01),32px)}}@media screen and (min-width:1920px){.profile-page{--pf-max-w:min(1920px,calc(100vw - 64px));--pf-aside-w:400px}}@media screen and (max-width:1100px){.profile-page{--pf-aside-w:100%}}@media screen and (max-width:768px){.profile-page{grid-template-columns:1fr;padding:64px 16px 32px;gap:20px;--pf-max-w:100%;--pf-pad-top:64px;--pf-pad-bottom:32px}}.profile-page--loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - var(--pf-footer-room));gap:14px;color:var(--pf-muted);font-size:.95rem}.profile-spin{animation:profile-spin .85s linear infinite}@keyframes profile-spin{to{transform:rotate(1turn)}}.profile-sidebar{position:-webkit-sticky;position:sticky;top:72px;display:flex;flex-direction:column;gap:14px}@media screen and (max-width:768px){.profile-sidebar{position:static}}.profile-card{position:relative;display:flex;flex-direction:column;align-items:center;padding:24px 18px 20px;border-radius:20px;border:1px solid var(--pf-border);background:radial-gradient(100% 80% at 50% 0,rgba(247,147,30,.18),transparent 55%),var(--pf-surface);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 16px 40px rgba(0,0,0,.35);text-align:center}.profile-card__settings{position:absolute;top:12px;right:12px;display:grid;place-items:center;width:36px;height:36px;padding:0;border:none;border-radius:10px;background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.75);cursor:pointer;transition:background .2s ease,color .2s ease}.profile-card__settings:hover{background:hsla(0,0%,100%,.12);color:var(--pf-accent)}.profile-card__settings:focus-visible{outline:2px solid rgba(247,147,30,.55);outline-offset:2px}.profile-card__file{display:none}.profile-card__avatar-btn{margin:0;padding:0;border:none;background:rgba(0,0,0,0);cursor:pointer}.profile-card__avatar-btn:disabled{cursor:wait}.profile-card__avatar-ring{position:relative;display:block;width:120px;height:120px;padding:3px;border-radius:50%;background:linear-gradient(135deg,#ff9a2e,#e55a2b);box-shadow:0 8px 28px rgba(229,90,43,.35)}.profile-card__avatar-ring img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block;background:hsla(0,0%,100%,.06)}.profile-card__avatar-overlay{position:absolute;inset:3px;display:grid;place-items:center;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;opacity:0;transition:opacity .2s ease}.profile-card__avatar-btn:focus-visible .profile-card__avatar-overlay,.profile-card__avatar-btn:hover .profile-card__avatar-overlay{opacity:1}.profile-card__notice{margin:10px 0 0;font-size:.78rem;color:var(--pf-accent)}.profile-card__name{margin:16px 0 4px;font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.profile-card__email{margin:0;font-size:.875rem;color:var(--pf-muted);word-break:break-word}.profile-nav{padding:8px;border-radius:18px;border:1px solid var(--pf-border);background:var(--pf-surface);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.profile-nav ul{margin:0;padding:0;list-style:none}.profile-nav li+li{margin-top:2px}.profile-nav li.has-divider{margin-top:6px;padding-top:6px;border-top:1px solid hsla(0,0%,100%,.08)}.profile-nav__link{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;color:hsla(0,0%,100%,.88);font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s ease,color .15s ease}.profile-nav__link:hover{background:hsla(0,0%,100%,.07);color:#fff}.profile-nav__link:hover .profile-nav__chevron{color:var(--pf-accent);transform:translateX(2px)}.profile-nav__link.is-active{background:hsla(0,0%,100%,.1);color:#fff}.profile-nav__link.is-active .profile-nav__icon{background:rgba(247,147,30,.18);color:var(--pf-accent)}.profile-nav__link.is-active .profile-nav__chevron{color:var(--pf-accent)}.profile-nav__link--artist{border:1px solid rgba(247,147,30,.4)}.profile-nav__link--artist:hover{border-color:rgba(247,147,30,.55)}.profile-nav__link--artist.is-active{border-color:var(--pf-accent);background:linear-gradient(135deg,rgba(247,147,30,.28),rgba(229,90,43,.12));box-shadow:0 0 0 1px rgba(247,147,30,.25);color:#fff}.profile-nav__link--artist.is-active .profile-nav__icon{background:rgba(247,147,30,.38);color:#ffd08a}.profile-nav__link--artist.is-active .profile-nav__icon--artist{box-shadow:0 0 0 2px var(--pf-accent)}.profile-nav__link--artist.is-active .profile-nav__label{color:#ffd08a}.profile-nav__link--artist.is-active .profile-nav__chevron{color:var(--pf-accent)}.profile-card__settings.is-active{background:rgba(247,147,30,.18);color:var(--pf-accent)}.profile-nav__icon{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.8)}.profile-nav__icon--artist{padding:0;overflow:hidden;border-radius:50%;background:hsla(0,0%,100%,.08);box-shadow:0 0 0 1px rgba(247,147,30,.35)}.profile-nav__artist-avatar{width:100%;height:100%;display:block;object-fit:cover}.profile-nav__chevron{color:hsla(0,0%,100%,.35);transition:color .15s ease,transform .15s ease}.profile-sidebar-cta{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:12px 16px;border-radius:14px;border:1px solid rgba(247,147,30,.45);background:linear-gradient(135deg,rgba(247,147,30,.22),rgba(229,90,43,.12));color:#fff;font-size:.875rem;font-weight:700;text-decoration:none;box-shadow:0 8px 24px rgba(247,147,30,.15);transition:filter .2s ease,transform .15s ease,box-shadow .2s ease}.profile-sidebar-cta svg{flex-shrink:0;color:var(--pf-accent)}.profile-sidebar-cta:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 10px 28px rgba(247,147,30,.22)}.profile-sidebar-cta.is-active{border-color:rgba(247,147,30,.7);box-shadow:0 0 0 1px rgba(247,147,30,.35)}.profile-main--request-artist{min-width:0}.profile-main--request-artist .ra-shell--embedded{max-width:560px}.profile-plan{position:relative;overflow:hidden;padding:18px 16px;border-radius:18px;border:1px solid rgba(247,147,30,.28);background:linear-gradient(145deg,rgba(247,147,30,.14),rgba(18,18,20,.9) 55%)}.profile-plan__glow{position:absolute;top:-40%;right:-20%;width:70%;height:80%;background:radial-gradient(circle,rgba(247,147,30,.35),transparent 70%);pointer-events:none}.profile-plan__head{position:relative;display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:.8rem;font-weight:600;color:var(--pf-muted);text-transform:uppercase;letter-spacing:.04em}.profile-plan__head svg{color:var(--pf-accent)}.profile-plan__badge{position:relative;display:inline-flex;padding:6px 14px;border-radius:999px;border:1px solid rgba(247,147,30,.45);background:rgba(247,147,30,.18);color:#ff9a2e;font-size:.9rem;font-weight:700;letter-spacing:.03em}.profile-plan__text{position:relative;display:flex;align-items:flex-start;gap:8px;margin:12px 0 0;font-size:.82rem;line-height:1.45;color:hsla(0,0%,100%,.72)}.profile-plan__text svg{flex-shrink:0;margin-top:2px;color:var(--pf-accent)}.profile-content{min-width:0;display:flex;flex-direction:column}.profile-content,.profile-dashboard{min-height:calc(100vh - var(--pf-pad-top) - var(--pf-pad-bottom) - var(--pf-footer-room))}.profile-dashboard{display:grid;grid-template-columns:minmax(0,1fr) var(--pf-aside-w,320px);gap:var(--pf-gap,24px);align-items:start;width:100%;flex:1}@media screen and (max-width:1100px){.profile-dashboard{grid-template-columns:1fr}}.profile-dashboard--loading{display:flex;align-items:center;justify-content:center;padding:40px 16px;color:var(--pf-muted);min-height:calc(100vh - var(--pf-pad-top) - var(--pf-pad-bottom) - var(--pf-footer-room))}.profile-main{display:flex;flex-direction:column;gap:28px;min-width:0;flex:1;min-height:55vh}.profile-main--loading{flex:1;display:flex;align-items:center;justify-content:center;min-height:calc(100vh - var(--pf-pad-top) - var(--pf-pad-bottom) - var(--pf-footer-room) - 80px);padding:40px 16px;color:var(--pf-muted)}.profile-main--embed #my-playlists{margin-top:0}.profile-main--embed #events-page{margin-top:0;min-height:auto;padding-left:0;padding-right:0}.profile-main--embed #events-page .events-page__inner{min-height:auto}.profile-main--embed #events-page .events-hero{padding-top:0}.profile-main--embed #artists-page{margin-top:0;padding-left:0;padding-right:0}.profile-main--embed #artists-page .artists-hero{padding-top:0}.profile-section__head--panel{margin-bottom:12px}.profile-aside{position:-webkit-sticky;position:sticky;top:72px;min-width:0;max-width:100%;align-self:stretch}.profile-aside .profile-section--recent{min-height:280px}.profile-aside .profile-recent-video-grid{width:100%;min-width:0}.profile-aside .profile-recent-video-grid .tracks{width:100%;margin:0 0 12px}.profile-aside .profile-recent-music-grid.music-grid{width:100%;margin:0;color:inherit}.profile-aside .profile-recent-music-grid.music-grid .tracks{display:flex;flex-direction:column;flex-wrap:nowrap;gap:10px;margin:12px 0;width:100%}.profile-aside .profile-recent-music-grid.music-grid .tracks .track{width:100%!important;max-width:100%}@media screen and (max-width:1100px){.profile-aside{grid-column:1/-1;position:static}}.profile-section{margin:0}.profile-main>.profile-section{flex:1}.profile-section__loading{display:flex;flex:1;align-items:center;justify-content:center;min-height:calc(100vh - var(--pf-pad-top) - var(--pf-pad-bottom) - var(--pf-footer-room) - 120px)}.profile-section__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.profile-section__head h2{display:inline-flex;align-items:center;gap:10px;margin:0;font-size:1.15rem;font-weight:700;letter-spacing:-.02em}.profile-section__head h2 svg{color:var(--pf-accent)}.profile-section__more{color:var(--pf-muted)}.profile-section__more:hover:not(:disabled){color:var(--pf-accent)}.profile-music-grid.music-grid{width:100%;margin:0;color:inherit}.profile-music-grid.music-grid .tracks{display:grid;grid-template-columns:1fr;gap:clamp(10px,1.2vw,14px);margin-top:0;width:100%}@media screen and (min-width:560px){.profile-music-grid.music-grid .tracks{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:900px){.profile-music-grid.music-grid .tracks{grid-template-columns:repeat(3,minmax(0,1fr))}}.profile-music-grid.music-grid .tracks .track{width:100%!important;max-width:none;height:90px;flex-direction:row;align-items:stretch;box-sizing:border-box}.profile-music-grid.music-grid .tracks .track .image{flex:0 0 90px;width:90px;height:90px}.profile-music-grid.music-grid .tracks .track .image img{width:90px;height:90px;object-fit:cover}.profile-music-grid.music-grid .tracks .track .track-info{flex:1 1 0;min-width:0;overflow:hidden;padding-right:8px}.profile-video-grid{width:100%;min-width:0;margin:0;color:inherit}.profile-video-grid .info,.profile-video-grid>.title{display:none}.profile-video-grid .profile-artist-video-grid__row,.profile-video-grid .profile-videos-row{display:grid!important;grid-template-columns:minmax(0,1fr);gap:clamp(10px,1.2vw,14px);width:100%;margin:0;padding:0;box-sizing:border-box;overflow:visible;flex-direction:unset;flex-wrap:unset;justify-content:unset}.profile-video-grid .profile-artist-video-grid__row>.profile-artist-track-cell,.profile-video-grid .profile-videos-row>.profile-artist-track-cell{min-width:0}.profile-video-grid .profile-artist-video-grid__row .profile-artist-track-cell>.horizontal-video-item,.profile-video-grid .profile-artist-video-grid__row>.horizontal-video-item,.profile-video-grid .profile-videos-row .profile-artist-track-cell>.horizontal-video-item,.profile-video-grid .profile-videos-row>.horizontal-video-item{width:100%!important;max-width:100%;flex:none!important;margin:0!important;box-sizing:border-box}.profile-video-grid .profile-artist-video-grid__row .profile-artist-track-cell>.horizontal-video-item .image,.profile-video-grid .profile-artist-video-grid__row>.horizontal-video-item .image,.profile-video-grid .profile-videos-row .profile-artist-track-cell>.horizontal-video-item .image,.profile-video-grid .profile-videos-row>.horizontal-video-item .image{position:relative;display:block;width:100%;overflow:hidden;line-height:0;aspect-ratio:1.7777777778;background:#111}.profile-video-grid .profile-artist-video-grid__row .profile-artist-track-cell>.horizontal-video-item .image>.lazy-media-image,.profile-video-grid .profile-artist-video-grid__row .profile-artist-track-cell>.horizontal-video-item .image>img,.profile-video-grid .profile-artist-video-grid__row>.horizontal-video-item .image>.lazy-media-image,.profile-video-grid .profile-artist-video-grid__row>.horizontal-video-item .image>img,.profile-video-grid .profile-videos-row .profile-artist-track-cell>.horizontal-video-item .image>.lazy-media-image,.profile-video-grid .profile-videos-row .profile-artist-track-cell>.horizontal-video-item .image>img,.profile-video-grid .profile-videos-row>.horizontal-video-item .image>.lazy-media-image,.profile-video-grid .profile-videos-row>.horizontal-video-item .image>img{position:absolute;inset:0;width:100%;height:100%;display:block}.profile-video-grid .profile-artist-video-grid__row .profile-artist-track-cell>.horizontal-video-item .image .lazy-media-image__main,.profile-video-grid .profile-artist-video-grid__row .profile-artist-track-cell>.horizontal-video-item .image .lazy-media-image__placeholder,.profile-video-grid .profile-artist-video-grid__row .profile-artist-track-cell>.horizontal-video-item .image img,.profile-video-grid .profile-artist-video-grid__row>.horizontal-video-item .image .lazy-media-image__main,.profile-video-grid .profile-artist-video-grid__row>.horizontal-video-item .image .lazy-media-image__placeholder,.profile-video-grid .profile-artist-video-grid__row>.horizontal-video-item .image img,.profile-video-grid .profile-videos-row .profile-artist-track-cell>.horizontal-video-item .image .lazy-media-image__main,.profile-video-grid .profile-videos-row .profile-artist-track-cell>.horizontal-video-item .image .lazy-media-image__placeholder,.profile-video-grid .profile-videos-row .profile-artist-track-cell>.horizontal-video-item .image img,.profile-video-grid .profile-videos-row>.horizontal-video-item .image .lazy-media-image__main,.profile-video-grid .profile-videos-row>.horizontal-video-item .image .lazy-media-image__placeholder,.profile-video-grid .profile-videos-row>.horizontal-video-item .image img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center}.profile-video-grid .profile-artist-video-grid__row .profile-artist-track-cell>.horizontal-video-item .image,.profile-video-grid .profile-artist-video-grid__row>.horizontal-video-item .image,.profile-video-grid .profile-videos-row .profile-artist-track-cell>.horizontal-video-item .image,.profile-video-grid .profile-videos-row>.horizontal-video-item .image{min-height:0;background:rgba(0,0,0,.35)}@media screen and (min-width:560px){.profile-video-grid .profile-artist-video-grid__row,.profile-video-grid .profile-videos-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:900px){.profile-video-grid .profile-artist-video-grid__row,.profile-video-grid .profile-videos-row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:900px)and (max-width:1399px){.profile-dashboard--with-recent .profile-video-grid .profile-artist-video-grid__row,.profile-dashboard--with-recent .profile-video-grid .profile-videos-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1400px){.profile-dashboard--with-recent .profile-video-grid .profile-artist-video-grid__row,.profile-dashboard--with-recent .profile-video-grid .profile-videos-row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:900px)and (max-width:1399px){.profile-dashboard--with-recent .profile-music-grid.music-grid .tracks{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1400px){.profile-dashboard--with-recent .profile-music-grid.music-grid .tracks{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:900px)and (max-width:1399px){.profile-dashboard--with-recent .profile-artist-panel__grid--albums .profile-artist-album-grid__row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1400px){.profile-dashboard--with-recent .profile-artist-panel__grid--albums .profile-artist-album-grid__row{grid-template-columns:repeat(3,minmax(0,1fr))}}.profile-artists-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:16px}.profile-artists-grid .profile-artist-card{display:flex;flex-direction:column;align-items:center;gap:10px;padding:12px;border:1px solid var(--pf-border);border-radius:16px;background:hsla(0,0%,100%,.04);cursor:pointer;transition:background .2s ease,border-color .2s ease}.profile-artists-grid .profile-artist-card:hover{background:rgba(247,147,30,.1);border-color:rgba(247,147,30,.35)}.profile-artists-grid .profile-artist-card img{width:88px;height:88px;border-radius:50%;object-fit:cover}.profile-artists-grid .profile-artist-card__name{display:inline-flex;align-items:center;gap:4px;font-size:.8rem;font-weight:600;text-align:center;color:var(--pf-text)}.profile-events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.profile-events-grid .event-item{width:100%}.profile-panel-message{margin:0;padding:16px;border-radius:12px;font-size:.875rem;line-height:1.5}.profile-panel-message--error{background:rgba(220,60,60,.12);color:#ffb4b4;border:1px solid rgba(220,60,60,.25)}.profile-panel-message--success{background:rgba(34,197,94,.12);color:#86efac;border:1px solid rgba(34,197,94,.28)}.profile-playlists__create{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.profile-playlists__input{flex:1 1 200px;min-width:0;padding:10px 14px;border-radius:12px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.06);color:#fff;font-size:.9rem}.profile-playlists__input::placeholder{color:var(--pf-muted)}.profile-playlists__input:focus{outline:none;border-color:rgba(247,147,30,.45)}.profile-playlists__create-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border:none;border-radius:12px;background:linear-gradient(135deg,#ff9a2e,#e55a2b);color:#111;font-size:.875rem;font-weight:700;cursor:pointer;transition:filter .2s ease}.profile-playlists__create-btn:hover:not(:disabled){filter:brightness(1.08)}.profile-playlists__create-btn:disabled{opacity:.5;cursor:not-allowed}.profile-playlists__spin{animation:profile-playlists-spin .8s linear infinite}.profile-playlists__error{margin:0 0 12px;color:#f87171;font-size:.85rem}.profile-playlists__hint{margin:0 0 16px;color:var(--pf-muted);font-size:.85rem}.profile-playlists__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(10px,1.2vw,14px);margin-bottom:24px}@media screen and (min-width:560px){.profile-playlists__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:900px){.profile-playlists__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.profile-playlists__card{position:relative;display:flex;align-items:center;gap:12px;width:100%;margin:0;padding:14px 16px;border:1px solid hsla(0,0%,100%,.1);border-radius:14px;background:hsla(0,0%,100%,.06);color:#fff;text-align:left;cursor:pointer;transition:background .2s ease,border-color .2s ease}.profile-playlists__card:hover{background:rgba(247,147,30,.12);border-color:rgba(247,147,30,.28)}.profile-playlists__card--active{background:rgba(247,147,30,.18);border-color:rgba(247,147,30,.45)}.profile-playlists__card-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:10px;background:rgba(0,0,0,.25);color:var(--pf-accent)}.profile-playlists__card-name{flex:1;min-width:0;font-size:.95rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-playlists__card-delete{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:6px;border-radius:8px;color:var(--pf-muted);transition:color .2s ease,background .2s ease}.profile-playlists__card-delete:hover{color:#f87171;background:rgba(248,113,113,.12)}.profile-playlists__detail{margin-top:8px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.08)}.profile-playlists__detail-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}.profile-playlists__detail-head h3{flex:1;min-width:0;margin:0;font-size:1.05rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-playlists__shuffle{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid hsla(0,0%,100%,.14);border-radius:999px;background:hsla(0,0%,100%,.06);color:#fff;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s ease}.profile-playlists__shuffle:hover{background:rgba(247,147,30,.15)}.profile-playlists__clear-select{display:flex;align-items:center;justify-content:center;padding:8px;border:none;border-radius:10px;background:rgba(0,0,0,0);color:var(--pf-muted);cursor:pointer}.profile-playlists__clear-select:hover{color:#fff;background:hsla(0,0%,100%,.08)}.profile-playlists__tracks-loading{min-height:200px}.profile-playlists__tracks-empty{padding:28px 20px}.profile-playlists__tracks{width:100%}@keyframes profile-playlists-spin{to{transform:rotate(1turn)}}@media screen and (min-width:900px)and (max-width:1399px){.profile-dashboard--with-recent .profile-playlists__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1400px){.profile-dashboard--with-recent .profile-playlists__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.profile-section--empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 24px;border-radius:18px;border:1px dashed hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.03);text-align:center}.profile-section--empty svg{color:var(--pf-muted)}.profile-section--empty p{margin:0;max-width:320px;color:var(--pf-muted);font-size:.9rem;line-height:1.5}.profile-section__cta{display:inline-flex;padding:10px 18px;border-radius:999px;background:linear-gradient(135deg,#ff9a2e,#e55a2b);color:#111;font-size:.875rem;font-weight:700;text-decoration:none;transition:filter .2s ease}.profile-section__cta:hover{filter:brightness(1.08)}.profile-section--recent .profile-section__head{margin-bottom:12px}.profile-recent-tabs{display:flex;gap:8px;margin-bottom:16px;padding:4px;border-radius:12px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08)}.profile-recent-tab{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:8px 12px;border:none;border-radius:9px;background:rgba(0,0,0,0);color:hsla(0,0%,100%,.65);font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.profile-recent-tab svg{flex-shrink:0}.profile-recent-tab.is-active{background:rgba(247,147,30,.18);color:#fff;box-shadow:0 0 0 1px rgba(247,147,30,.35)}.profile-recent-tab:hover:not(.is-active){background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.9)}.profile-recent-tab:focus-visible{outline:2px solid rgba(247,147,30,.55);outline-offset:2px}.profile-aside__empty{margin:0;padding:20px 16px;border-radius:14px;background:hsla(0,0%,100%,.04);color:var(--pf-muted);font-size:.875rem;text-align:center}.profile-settings{--ps-accent:#f7931e;--ps-border:rgba(255,255,255,0.1);--ps-muted:rgba(255,255,255,0.62);--ps-text:rgba(255,255,255,0.95);--ps-input:rgba(255,255,255,0.06);max-width:640px;width:100%}.profile-settings__header{margin-bottom:24px}.profile-settings__eyebrow{display:inline-flex;align-items:center;gap:6px;margin-bottom:10px;padding:4px 12px;border-radius:999px;border:1px solid rgba(247,147,30,.35);background:rgba(247,147,30,.12);color:var(--ps-accent);font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.profile-settings__title{margin:0 0 8px;font-size:clamp(1.4rem,4vw,1.75rem);font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,#fff,#f7931e 72%);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}.profile-settings__subtitle{margin:0;font-size:.92rem;line-height:1.55;color:var(--ps-muted)}.profile-settings__alert{margin-bottom:16px;padding:12px 14px;border-radius:12px;font-size:.875rem;line-height:1.45}.profile-settings__alert--success{border:1px solid rgba(126,231,135,.35);background:rgba(126,231,135,.1);color:#9ae6b0}.profile-settings__alert--error{border:1px solid rgba(255,107,107,.35);background:rgba(255,107,107,.1);color:#ffb4b4}.profile-settings__form{display:flex;flex-direction:column;gap:28px}.profile-settings__block{padding:20px;border-radius:18px;border:1px solid var(--ps-border);background:rgba(18,18,20,.72);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.profile-settings__block h2{display:flex;align-items:center;gap:8px;margin:0 0 16px;font-size:1rem;font-weight:600;color:var(--ps-text)}.profile-settings__block h2 svg{color:var(--ps-accent)}.profile-settings__field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.profile-settings__field:last-child{margin-bottom:0}.profile-settings__label{font-size:.8rem;font-weight:600;color:hsla(0,0%,100%,.75)}.profile-settings__control{display:flex;align-items:center;gap:12px;padding:0 14px;min-height:52px;border-radius:14px;border:1px solid var(--ps-border);background:var(--ps-input);transition:border-color .2s ease,box-shadow .2s ease}.profile-settings__control svg{flex-shrink:0;color:var(--ps-muted)}.profile-settings__control:focus-within{border-color:rgba(247,147,30,.55);box-shadow:0 0 0 3px rgba(247,147,30,.15)}.profile-settings__control input{flex:1;min-width:0;padding:14px 0;border:none;outline:none;background:rgba(0,0,0,0);color:var(--ps-text);font-size:.95rem;font-family:inherit}.profile-settings__control input::placeholder{color:hsla(0,0%,100%,.35)}.profile-settings__control input:disabled{opacity:.75;cursor:not-allowed}.profile-settings__control input:-webkit-autofill,.profile-settings__control input:-webkit-autofill:active,.profile-settings__control input:-webkit-autofill:focus,.profile-settings__control input:-webkit-autofill:hover{-webkit-text-fill-color:var(--ps-text)!important;color:var(--ps-text)!important;caret-color:var(--ps-text);box-shadow:inset 0 0 0 1000px #18181a!important;-webkit-box-shadow:inset 0 0 0 1000px #18181a!important;-webkit-transition:background-color 600000s ease-in-out 0s;transition:background-color 600000s ease-in-out 0s}.profile-settings__control input:-webkit-autofill{box-shadow:inset 0 0 0 1000px #18181a!important;-webkit-text-fill-color:var(--ps-text);color:var(--ps-text)}.profile-settings__control input:autofill{box-shadow:inset 0 0 0 1000px #18181a!important;-webkit-text-fill-color:var(--ps-text);color:var(--ps-text)}.profile-settings__control:focus-within input:-webkit-autofill,.profile-settings__control:focus-within input:-webkit-autofill:active,.profile-settings__control:focus-within input:-webkit-autofill:focus,.profile-settings__control:focus-within input:-webkit-autofill:hover,.profile-settings__control:focus-within textarea:-webkit-autofill,.profile-settings__control:focus-within textarea:-webkit-autofill:active,.profile-settings__control:focus-within textarea:-webkit-autofill:focus,.profile-settings__control:focus-within textarea:-webkit-autofill:hover{box-shadow:inset 0 0 0 1000px #222224!important;-webkit-box-shadow:inset 0 0 0 1000px #222224!important}.profile-settings__control--disabled{opacity:.9}.profile-settings__submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:280px;min-height:50px;padding:12px 20px;border:none;border-radius:14px;background:linear-gradient(135deg,#ff9a2e,#e55a2b);color:#111;font-size:.95rem;font-weight:700;cursor:pointer;box-shadow:0 8px 24px rgba(229,90,43,.35);transition:transform .15s ease,box-shadow .2s ease,opacity .2s ease}.profile-settings__submit:disabled{opacity:.65;cursor:not-allowed;transform:none}.profile-settings__submit:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 10px 28px rgba(229,90,43,.45)}