*{box-sizing:border-box;margin:0;padding:0}html,body{font-size:var(--base-font-size);height:100%;width:100%;max-width:100vw;overflow:hidden}html[data-scale=small]{--scale-factor: .5}html[data-scale=normal]{--scale-factor: 1}body,#app,.app-container{width:100%;max-width:100vw}body{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input,textarea,[contenteditable]{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}:root{--color-background-dark: #121212;--color-background-light: #1e1e1e;--color-background-medium: #2a2a2a;--color-background-hover: #3a3a3a;--color-background-active-subtle: #4a4a4a;--color-text-primary: #e0e0e0;--color-text-secondary: #9e9e9e;--color-text-dim: #757575;--color-text-light: #cfcfcf;--color-accent-green: #ff00ff;--color-accent-green-dark: #ff00ff;--color-accent-green-light: #04d6ac;--color-accent-green-translucent: rgba(255, 0, 255, .2);--progress-bar-color: var(--color-accent-green-dark);--progress-gradient-start: var(--color-accent-green-light);--progress-gradient-end: var(--color-accent-green);--volume-bar-color: var(--color-accent-green-dark);--volume-gradient-end: var(--color-accent-green-light);--color-border-subtle: #333;--color-border-focus: #555;--animation-duration-fast: .2s;--animation-duration-normal: .3s;--animation-duration-slow: .4s;--animation-easing-default: cubic-bezier(.25, .46, .45, .94);--scale-factor: 1;--font-main: "Inter", sans-serif;--font-accent: "Source Code Pro", monospace;--base-font-size: calc(16px * var(--scale-factor))}@media screen and (min-resolution: 120dpi){:root{--scale-factor: 1.5}}body{font-family:var(--font-main);background-color:var(--color-background-dark);color:var(--color-text-primary);display:flex;flex-direction:column}code,.accent-font{font-family:var(--font-accent)}#app{flex-grow:1;display:flex;flex-direction:column;height:100%;overflow:hidden}.app-container{flex-grow:1;display:flex;flex-direction:column;height:100%}.sidebar{width:100%;background-color:var(--color-background-light);padding:1.25rem .9375rem;flex-shrink:0;display:none;flex-direction:column;height:100%;overflow-y:auto;overflow-x:hidden;min-height:0}.sidebar h2,.sidebar__section-heading{color:var(--color-text-dim);font-size:.9rem;margin:1.25rem 0 .625rem;text-transform:uppercase;font-weight:500;flex-shrink:0}.sidebar h2:first-child{margin-top:0}.sidebar ul{list-style:none;padding:0}.sidebar li{padding:.625rem .75rem;margin-bottom:.25rem;cursor:pointer;border-radius:.375rem;transition:background-color var(--animation-duration-fast) ease,transform .1s ease;display:flex;align-items:center;gap:.75rem;font-size:.95rem;font-weight:400;color:var(--color-text-secondary);flex-shrink:0}.sidebar li:hover{background-color:var(--color-background-hover);transform:translate(.125rem);color:var(--color-text-primary)}.sidebar li.active{background-color:var(--color-accent-green);color:var(--color-text-primary);font-weight:600}.sidebar li.active:hover{background-color:var(--color-accent-green-dark);transform:translate(0)}.ph{font-family:Phosphor;font-size:1rem;flex-shrink:0;line-height:1;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph-fill{font-weight:900}.ph-regular{font-weight:400}.sidebar li .ph{font-size:1.25rem}.sidebar__section{margin-bottom:.9375rem;flex-shrink:0;display:flex;flex-direction:column}.sidebar__section:last-of-type{margin-bottom:0}.sidebar__playlists-section{flex-grow:1;border-top:1px solid var(--color-border-subtle);padding-top:.9375rem;margin-top:.9375rem;display:flex;flex-direction:column;min-height:0}.sidebar__playlists-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.625rem;flex-shrink:0}.sidebar__add-playlist-btn{background:none;border:none;color:var(--color-text-secondary);font-size:1.2rem;cursor:pointer;padding:.3125rem;border-radius:50%;transition:background-color var(--animation-duration-fast) ease}.sidebar__add-playlist-btn:hover{background-color:var(--color-background-hover)}.sidebar__playlists-list-wrapper{flex-grow:1;min-height:0}.sidebar__playlists-list-inner{list-style:none;padding:0}.sidebar__playlist-item-input{background-color:var(--color-background-dark);border:1px solid var(--color-accent-green);color:var(--color-text-primary);padding:.3125rem;border-radius:.25rem;font-size:.95rem;width:calc(100% - .625rem);outline:none}.main-content{flex-grow:1;background-color:var(--color-background-dark);display:flex;flex-direction:column;height:100%;overflow-y:auto;overflow-x:hidden;min-height:0}.main-content>section{flex-grow:1;display:flex;flex-direction:column;min-height:0;padding:0}.track-list-section{display:flex;flex-direction:column;gap:.625rem}.track-list-inner-container,.playlist-tracks-inner-container{display:flex;flex-direction:column;gap:.3125rem}.track-list-grid__header{display:flex;align-items:center;justify-content:space-between;padding:.625rem .9375rem;background-color:var(--color-background-medium);border-radius:.5rem;color:var(--color-text-secondary);font-weight:700}.scrollable-container{flex-grow:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.scrollable-content-wrapper{padding:1rem;min-height:100%}.scrollable-container::-webkit-scrollbar{width:8px;background-color:transparent}.scrollable-container::-webkit-scrollbar-thumb{background-color:#555;border-radius:4px}.scrollable-container::-webkit-scrollbar-track{background-color:#222}.custom-context-menu{position:fixed;background-color:var(--color-background-light);border:.0625rem solid var(--color-border-subtle);border-radius:.5rem;box-shadow:0 .25rem .75rem #0006;z-index:1000;padding:.5rem 0;min-width:11.25rem;font-size:.95rem;color:var(--color-text-primary);font-family:var(--font-accent)}.custom-context-menu__header{padding:.5rem .75rem;border-bottom:.0625rem solid var(--color-border-subtle);margin-bottom:.25rem}.custom-context-menu__header-title{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-context-menu__header-meta{font-size:.85rem;font-family:var(--font-accent);color:var(--color-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-context-menu__item{padding:.625rem .9375rem;cursor:pointer;transition:background-color .15s ease}.custom-context-menu__item:hover{background-color:var(--color-accent-green);color:var(--color-text-primary)}.custom-context-menu__separator{height:.0625rem;background-color:var(--color-border-subtle);margin:.3125rem 0}@media (min-width: 48rem){.app-container{display:grid;grid-template-columns:15.625rem 1fr;grid-template-rows:1fr;grid-template-areas:"sidebar main";height:100%}.sidebar{display:flex;grid-area:sidebar;height:100%;border-right:.0625rem solid var(--color-border-subtle)}.main-content{grid-area:main;height:100%;overflow-y:hidden}.mobileNavbar{display:none}.main-content>section{padding:0}.tracks-view .scrollable-content-wrapper,.playlists-view .scrollable-content-wrapper{padding:1.5rem}}@media (max-width: 48rem){:root{--scale-factor: .875}}._scrollableContainer_1ybmk_1{flex-grow:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}._scrollableContentWrapper_1ybmk_9{padding:1rem;min-height:100%}._scrollableContainer_1ybmk_1::-webkit-scrollbar{width:8px;background-color:transparent}._scrollableContainer_1ybmk_1::-webkit-scrollbar-thumb{background-color:#555;border-radius:4px}._scrollableContainer_1ybmk_1::-webkit-scrollbar-track{background-color:#222}._sidebar_xbkm2_1{position:fixed;left:0;top:0;width:15.625rem;background-color:var(--color-background-light);padding:1.25rem .9375rem;flex-shrink:0;display:flex;flex-direction:column;height:100%;overflow-y:auto;overflow-x:hidden;min-height:0;transform:translate(-100%);transition:transform var(--animation-duration-fast) ease;z-index:1000}._sidebarOpen_xbkm2_20{transform:translate(0)}._sidebar_xbkm2_1 h2,._sidebar_xbkm2_1 .sidebar__section-heading{color:var(--color-text-dim);font-size:.9rem;margin:1.25rem 0 .625rem;text-transform:uppercase;font-weight:500;flex-shrink:0}._sidebar_xbkm2_1 h2:first-child{margin-top:0}._sidebar_xbkm2_1 ul{list-style:none;padding:0}._sidebar_xbkm2_1 li{padding:.625rem .75rem;margin-bottom:.25rem;cursor:pointer;border-radius:.375rem;transition:background-color var(--animation-duration-fast) ease,transform .1s ease;display:flex;align-items:center;gap:.75rem;font-size:.95rem;font-weight:400;color:var(--color-text-secondary);flex-shrink:0}._sidebar_xbkm2_1 li:hover{background-color:var(--color-background-hover);transform:translate(.125rem);color:var(--color-text-primary)}._sidebar_xbkm2_1 li.active{background-color:var(--color-accent-green);color:var(--color-text-primary);font-weight:600}._sidebar_xbkm2_1 li.active:hover{background-color:var(--color-accent-green-dark);transform:translate(0)}._sidebar_xbkm2_1 .sidebar__section{margin-bottom:.9375rem;flex-shrink:0;display:flex;flex-direction:column}._sidebar_xbkm2_1 .sidebar__section:last-of-type{margin-bottom:0}._sidebar_xbkm2_1 .sidebar__playlists-section{flex-grow:1;border-top:1px solid var(--color-border-subtle);padding-top:.9375rem;margin-top:.9375rem;display:flex;flex-direction:column;min-height:0}._sidebar_xbkm2_1 .sidebar__playlists-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.625rem;flex-shrink:0}._sidebar_xbkm2_1 .sidebar__add-playlist-btn{background:none;border:none;color:var(--color-text-secondary);font-size:1.2rem;cursor:pointer;padding:.3125rem;border-radius:50%;transition:background-color var(--animation-duration-fast) ease}._sidebar_xbkm2_1 .sidebar__add-playlist-btn:hover{background-color:var(--color-background-hover)}._sidebar_xbkm2_1 .sidebar__playlists-list-wrapper{flex-grow:1;min-height:0}._sidebar_xbkm2_1 .sidebar__playlists-list-inner{list-style:none;padding:0}._sidebar_xbkm2_1 .sidebar__playlist-item-input{background-color:var(--color-background-dark);border:1px solid var(--color-accent-green);color:var(--color-text-primary);padding:.3125rem;border-radius:.25rem;font-size:.95rem;width:calc(100% - .625rem);outline:none}@media (min-width: 48rem){._sidebar_xbkm2_1{position:relative;transform:none;display:flex;grid-area:sidebar;height:100%;border-right:.0625rem solid var(--color-border-subtle)}}._mainContent_1xuat_1{flex-grow:1;background-color:var(--color-background-dark);display:flex;flex-direction:column;height:100%;overflow-y:auto;overflow-x:hidden;min-height:0}._mainContent_1xuat_1>section{flex-grow:1;display:flex;flex-direction:column;min-height:0;padding:0}@media (min-width: 48rem){._mainContent_1xuat_1{grid-area:main;height:100%;overflow-y:hidden}._mainContent_1xuat_1>section{padding:0}}._sidebarToggle_p0c6z_3{position:fixed;top:1rem;left:1rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--color-accent-green);color:var(--color-text-primary);border:none;z-index:1100;transition:transform var(--animation-duration-fast) ease}@media (min-width: 48rem){._sidebarToggle_p0c6z_3{display:none}}@media (max-width: 48rem){._sidebarOpen_p0c6z_1 ._sidebarToggle_p0c6z_3{transform:translate(15.625rem)}}.sidebar__cart-badge-svg{display:inline-block;vertical-align:middle;color:#444;width:1.1em;height:1.1em;stroke:currentColor;fill:none;transition:color .2s}body.dark .sidebar__cart-badge-svg{color:#eee}.sidebar__cart-badge-btn{all:unset;display:flex;align-items:center;justify-content:flex-end;gap:.5em;min-width:0;width:auto;padding:.1em .2em;cursor:pointer;border-radius:1.5em;background:none;box-shadow:none}.sidebar__cart-badge-container{display:flex;align-items:center;justify-content:flex-end;width:100%}.sidebar__cart-badge-btn:focus-visible{outline:2px solid #4d90fe;outline-offset:2px}.sidebar__cart-badge-btn:hover .sidebar__cart-badge-circle{background:#e0e0e0}body.dark .sidebar__cart-badge-btn:hover .sidebar__cart-badge-circle{background:#333}.sidebar__cart-badge-info{display:flex;align-items:center;gap:.3em;font-size:.4rem;font-family:JetBrains Mono,Fira Mono,Menlo,Consolas,monospace;color:#888;white-space:nowrap;letter-spacing:.01em}body.dark .sidebar__cart-badge-info{color:#ccc}.sidebar__cart-badge{position:relative;width:100%;min-width:2.6em;height:2.2em;display:flex;align-items:center;justify-content:flex-end}.sidebar__cart-badge-info{display:flex;align-items:center;gap:.3em;font-size:.75rem;white-space:nowrap}.sidebar__cart-badge-circle{display:flex;align-items:center;justify-content:center;width:2em;height:2em;min-width:2em;min-height:2em;border-radius:50%;background:#f3f3f3;color:#444;box-shadow:0 1px 4px #00000014;margin-left:.5em;transition:background .2s,color .2s;cursor:pointer}body.dark .sidebar__cart-badge-circle{background:#222;color:#eee}.sidebar__cart-badge-circle:active{background:#e0e0e0}body.dark .sidebar__cart-badge-circle:active{background:#333}.sidebar__cart-badge-svg{width:1.2em;height:1.2em;color:inherit}.merch-list-view{max-width:1200px;margin:0 auto;padding:1.5rem 1rem}.merch-list-search{width:100%;max-width:400px;padding:.5rem 1rem;margin-bottom:1rem;font-size:1rem;border-radius:6px;border:1px solid #ccc}.merch-list-filters{margin-bottom:1.5rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.merch-list-filters span{font-weight:600;margin-right:.5rem}.merch-list-filters button{background:#f3f3f3;border:1px solid #ccc;border-radius:4px;padding:.25rem .75rem;cursor:pointer;transition:background .2s}.merch-list-filters button:hover{background:#e0e0e0}.merch-list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.merch-product-card{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000f;overflow:hidden;display:flex;flex-direction:column;position:relative;transition:box-shadow .2s}.merch-product-card:hover{box-shadow:0 4px 16px #0000001c}.merch-product-link{text-decoration:none;color:inherit;flex:1 1 auto;display:flex;flex-direction:column;align-items:center;padding:1rem}.merch-product-img{width:100%;max-width:180px;aspect-ratio:1/1;object-fit:cover;margin-bottom:.5rem;border-radius:8px;background:#f3f3f3}.merch-product-info{text-align:center}.merch-product-name{font-size:1.1rem;font-weight:600;margin:.25rem 0 .1rem}.merch-product-price{color:#1e88e5;font-size:1.05rem;font-weight:500}.merch-add-to-cart{background:#1e88e5;color:#fff;border:none;border-radius:0 0 10px 10px;padding:.75rem 0;font-size:1rem;font-weight:600;cursor:pointer;width:100%;transition:background .2s}.merch-add-to-cart:hover{background:#1565c0}.product-detail-view{max-width:800px;margin:2rem auto;background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;padding:2rem 1.5rem}.product-detail-header{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start}.product-detail-img{width:220px;height:220px;object-fit:cover;border-radius:8px;background:#f3f3f3;flex-shrink:0}.product-detail-meta{flex:1 1 200px}.product-detail-name{font-size:1.5rem;margin-bottom:.5rem}.product-detail-price{color:#1e88e5;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.product-detail-materials,.product-detail-country{font-size:.98rem;color:#555}.product-detail-description{margin:1.5rem 0 1rem;font-size:1.07rem}.product-detail-customization label{display:block;margin-bottom:.75rem;font-weight:500}.product-detail-customization select{margin-left:.5rem;padding:.25rem .5rem;border-radius:4px;border:1px solid #bbb}.product-detail-actions{margin:1.5rem 0 1rem}.product-detail-add-to-cart{background:#1e88e5;color:#fff;border:none;border-radius:6px;padding:.85rem 2.5rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s}.product-detail-add-to-cart:hover{background:#1565c0}.product-detail-reviews{margin-top:2rem}.product-detail-reviews h3{margin-bottom:.7rem;font-size:1.15rem}.product-review{background:#f8f8f8;border-radius:6px;padding:.75rem 1rem;margin-bottom:.7rem;font-size:.98rem}.product-review-rating{color:#fbc02d;margin-left:.4em}@media (max-width: 700px){.merch-list-grid{grid-template-columns:1fr 1fr}.product-detail-header{flex-direction:column;align-items:center;gap:1.2rem}.product-detail-img{width:100%;height:auto;max-width:350px}}@media (max-width: 480px){.merch-list-grid{grid-template-columns:1fr}.merch-list-view,.product-detail-view{padding:1rem .2rem}}.merch-cart-fab{position:fixed;right:2rem;bottom:2rem;z-index:1100;background:#1e88e5;color:#fff;border:none;border-radius:50%;width:58px;height:58px;box-shadow:0 4px 16px #1e88e52e;display:flex;align-items:center;justify-content:center;font-size:2rem;cursor:pointer;transition:background .2s}.merch-cart-fab:hover{background:#1565c0}.merch-cart-fab-icon{pointer-events:none}.merch-cart-fab-badge{position:absolute;top:10px;right:10px;background:#fbc02d;color:#222;font-size:1rem;font-weight:700;border-radius:50%;padding:.14em .6em;min-width:1.2em;text-align:center;box-shadow:0 1px 4px #00000021;pointer-events:none}@media (max-width: 700px){.merch-cart-fab{right:1rem;bottom:1rem;width:48px;height:48px;font-size:1.5rem}.merch-cart-fab-badge{top:6px;right:6px;font-size:.95rem}}.cart-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#1e1e2873;display:flex;align-items:center;justify-content:center;animation:fadeInCartOverlay .2s}@keyframes fadeInCartOverlay{0%{opacity:0}to{opacity:1}}.cart-modal{background:#fff;border-radius:12px;box-shadow:0 8px 32px #1e88e521;padding:2rem 1.5rem;min-width:330px;max-width:95vw;max-height:90vh;overflow-y:auto;position:relative;animation:popInCartModal .2s}@keyframes popInCartModal{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.cart-modal h2{margin-top:0;font-size:1.4rem;margin-bottom:1.2rem}.cart-items{margin-bottom:1.2rem}.cart-item{display:flex;align-items:center;gap:.9rem;margin-bottom:1rem;background:#f9f9fb;border-radius:7px;padding:.8rem .7rem}.cart-item-img{width:54px;height:54px;object-fit:cover;border-radius:6px;background:#eee}.cart-item-info{flex:1 1 120px}.cart-item-name{font-weight:600;font-size:1.06rem}.cart-item-options span{background:#e3e3e3;border-radius:3px;padding:.06em .5em;font-size:.95em;margin-right:.3em;color:#444}.cart-item-price{color:#1e88e5;font-weight:500;font-size:1.01rem}.cart-item-qty{width:3.5em;padding:.2em .3em;border-radius:4px;border:1px solid #bbb;font-size:1rem}.cart-item-remove{background:transparent;border:none;color:#c62828;font-size:1.3rem;cursor:pointer;border-radius:50%;width:2em;height:2em;display:flex;align-items:center;justify-content:center;transition:background .18s}.cart-item-remove:hover{background:#f8d7da}.cart-total{font-size:1.18rem;font-weight:600;margin-bottom:1.1rem;text-align:right}.cart-actions{display:flex;gap:.7rem;justify-content:flex-end}.cart-actions button{background:#1e88e5;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;padding:.6em 1.5em;cursor:pointer;transition:background .2s}.cart-actions .cart-clear{background:#fbc02d;color:#222}.cart-actions .cart-clear:hover{background:#f9a825}.cart-actions .cart-checkout{background:#43a047}.cart-actions .cart-checkout:hover{background:#2e7d32}.cart-actions .cart-close{background:#888}.cart-actions .cart-close:hover{background:#444}@media (max-width: 480px){.cart-modal{min-width:95vw;padding:1.1rem .4rem}.cart-item-img{width:38px;height:38px}}.megachat-view{display:flex;height:100%;background:#18181b;color:#fff}.channel-list{width:200px;list-style:none;padding:.5rem;border-right:1px solid #23232b}.channel-item{padding:.4rem .6rem;cursor:pointer}.channel-item.active{background:#23232b}.channel-item.unread{font-weight:700}.megachat-chat-section{flex:1;display:flex;flex-direction:column;padding:.5rem}.chat-feed{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.chat-message{display:flex;flex-direction:column;max-width:70%;padding:10px 14px;border-radius:14px;background:#23232b;font-size:1rem;word-break:break-word}.chat-input-area{display:flex;gap:.5rem}.chat-input{flex:1;padding:.5rem}._trackListItem_1a8kl_1{display:grid;grid-template-columns:2rem 1fr 3rem auto;grid-template-areas:"play title duration actions";align-items:center;gap:.618rem;width:100%;padding:.618rem 1rem;background-color:var(--color-background-medium);border-radius:.5rem;transition:background-color var(--animation-duration-fast) ease;cursor:pointer}._trackListItem_1a8kl_1:hover{background-color:var(--color-background-hover)}._trackListItem_1a8kl_1 .track-list-item__play-pause-btn{grid-area:play;background:none;border:none;color:var(--color-text-secondary);font-size:1.5rem;cursor:pointer;transition:color var(--animation-duration-fast) ease,transform .1s ease;width:1.875rem;height:1.875rem;display:flex;justify-content:center;align-items:center;outline:none}._trackListItem_1a8kl_1 .track-list-item__play-pause-btn:hover{color:var(--color-accent-green);transform:scale(1.1)}._trackListItem_1a8kl_1 .track-list-item__play-pause-btn:focus-visible{outline:.125rem solid var(--color-accent-green-light);outline-offset:.125rem}._trackListItem_1a8kl_1 .track-title{grid-area:title;font-weight:700;color:var(--color-text-primary);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:normal;min-width:0;font-size:clamp(.85rem,3.5vw,1rem)}._trackListItem_1a8kl_1 .track-meta,._trackListItem_1a8kl_1 .track-artist,._trackListItem_1a8kl_1 .track-album{display:none;font-size:clamp(.75rem,3vw,.9rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}._trackListItem_1a8kl_1 .track-duration{grid-area:duration;font-size:.85rem;color:var(--color-text-secondary);justify-self:end}._trackListItem_1a8kl_1 .track-actions{grid-area:actions;display:flex;align-items:center;gap:.5rem;justify-content:flex-end}._trackListItem_1a8kl_1 .track-list-item__context-menu-btn{background:none;border:none;color:var(--color-text-secondary);font-size:1.2rem;cursor:pointer;padding:.3125rem;border-radius:50%;transition:color var(--animation-duration-fast) ease,background-color var(--animation-duration-fast) ease;width:1.875rem;height:1.875rem;display:flex;justify-content:center;align-items:center;outline:none}._trackListItem_1a8kl_1 .track-list-item__context-menu-btn:hover{background-color:var(--color-background-hover);color:var(--color-text-primary)}._trackListItem_1a8kl_1 .track-list-item__context-menu-btn:focus-visible{outline:.125rem solid var(--color-accent-green);outline-offset:.125rem}._trackListItem_1a8kl_1 .track-list-item--playing{background-color:var(--color-accent-green-translucent);border:.0625rem solid var(--color-accent-green);color:var(--color-text-primary);font-weight:700;box-shadow:0 0 .3125rem #1db9544d}@media (min-width: 48rem){._trackListItem_1a8kl_1{grid-template-columns:2rem 2fr 1fr 1fr 3rem auto;grid-template-areas:"play title artist album duration actions"}._trackListItem_1a8kl_1 .track-title{font-size:1rem}._trackListItem_1a8kl_1 .track-meta{display:none}._trackListItem_1a8kl_1 .track-artist,._trackListItem_1a8kl_1 .track-album{display:block;font-size:.9rem;color:var(--color-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}._socialLinksSection_1vsg8_1{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem;margin-bottom:.75rem;justify-content:flex-start}@media (max-width: 600px){._socialLinksSection_1vsg8_1{justify-content:center}}._socialLinkPill_1vsg8_16{display:inline-flex;align-items:center;gap:.5em;background:var(--color-background-elevated, #23272f);color:var(--color-text-primary, #fff);border-radius:999px;padding:.25em .9em .25em .6em;font-size:.95em;text-decoration:none;font-family:var(--font-accent, inherit);box-shadow:0 1px 3px #00000012;transition:background .15s,color .15s,box-shadow .15s;border:1px solid var(--color-border-subtle, #333);cursor:pointer}._socialLinkPill_1vsg8_16:hover,._socialLinkPill_1vsg8_16:focus{background:var(--color-background-hover, #31363f);color:var(--color-accent, #1db954);box-shadow:0 2px 8px #00000024;outline:none}._socialLinkIcon_1vsg8_38{display:flex;align-items:center;font-size:1.1em;margin-right:.1em}._socialLinkText_1vsg8_44{white-space:nowrap;font-weight:500;font-size:1em}.tracks-view__album-heading{display:flex;align-items:flex-end;gap:1rem;padding:.75rem 0;margin:1rem 0 .5rem;border-bottom:1px solid var(--color-border-subtle);color:var(--color-text-secondary);flex-shrink:0}.tracks-view__album-text-content{display:flex;flex-direction:column;flex-grow:1;min-width:0;justify-content:flex-end;height:100%}.tracks-view__album-artist{font-size:.9rem;font-family:var(--font-accent);color:var(--color-text-secondary);margin-bottom:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tracks-view__album-name{font-size:1.2rem;color:var(--color-text-primary);font-weight:700;margin-bottom:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-wrap:balance}.tracks-view__album-description{font-size:.8rem;font-family:var(--font-accent);color:var(--color-text-dim);text-wrap:balance;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.album-art-thumbnail{width:clamp(8rem,40vw,12.5rem);height:clamp(8rem,40vw,12.5rem);object-fit:cover;border-radius:.25rem;flex-shrink:0;background-color:var(--color-background-hover);display:block;transition:transform .2s ease-out}@media (max-width: 30rem){.tracks-view__album-heading{flex-direction:column;align-items:center;text-align:center}.tracks-view__album-text-content{align-items:center}}@media (min-width: 48rem){.tracks-view .scrollable-content-wrapper{padding:1.5rem}}.livestream-view{display:flex;flex-direction:column;height:100%;background:#18181b;color:#fff}.livestream-video-section{padding:16px;border-bottom:1px solid #23232b;background:#23232b}.video-player-mock{width:100%;max-width:900px;margin:0 auto;aspect-ratio:16/9;background:#000;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:2rem;color:#bbb}.livestream-chat-section{flex:1;display:flex;flex-direction:column;padding:16px;overflow:hidden;position:relative}.chat-title{font-weight:700;margin-bottom:10px;color:#a3e635}.chat-feed{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.chat-message{display:flex;flex-direction:column;max-width:70%;padding:10px 14px;border-radius:14px;background:#23232b;font-size:1rem;word-break:break-word;box-shadow:0 1px 2px #00000012}.chat-message.self{align-self:flex-end;background:#a3e635;color:#23232b}.chat-message.other{align-self:flex-start;background:#23232b;color:#fff}.chat-user{font-weight:700;font-size:.93em;margin-bottom:2px}.chat-text{font-size:1.05em}._progressBar_18sbj_1{width:100%;height:.25rem;background-color:var(--color-text-dim);border-radius:.125rem;position:relative;cursor:ew-resize;transition:height .1s ease}._progressBar_18sbj_1:hover,._progressBar_18sbj_1._dragging_18sbj_12{height:.5rem}._progressBar__fill_18sbj_16{position:relative;height:100%;background-color:var(--progress-bar-color, var(--color-accent-green-dark));border-radius:.125rem;width:0%;overflow:hidden}._progressBar__fill_18sbj_16:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 50%,var(--progress-gradient-start, var(--color-accent-green-light)),transparent 60%),radial-gradient(circle at 80% 50%,var(--progress-gradient-end, var(--color-accent-green)),transparent 60%);background-size:200% 200%;filter:blur(8px);animation:_lavaFlow_18sbj_1 8s ease-in-out infinite}@keyframes _lavaFlow_18sbj_1{0%{background-position:0% 0%,100% 0%}50%{background-position:100% 50%,0% 50%}to{background-position:0% 0%,100% 0%}}._progressBar__handle_18sbj_49{position:absolute;top:50%;left:0%;transform:translate(-50%,-50%);width:.75rem;height:.75rem;background-color:var(--color-text-primary);border-radius:50%;box-shadow:0 0 .3125rem #0009;transition:transform .1s ease,opacity .1s ease;opacity:0;pointer-events:none}._progressBar_18sbj_1:hover ._progressBar__handle_18sbj_49,._progressBar_18sbj_1._dragging_18sbj_12 ._progressBar__handle_18sbj_49{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1.2)}._volumeBar_wuv70_1{width:6rem;height:.25rem;background-color:var(--color-text-dim);border-radius:.125rem;position:relative;cursor:ew-resize;transition:height .1s ease}._volumeBar_wuv70_1:hover,._volumeBar_wuv70_1._dragging_wuv70_12{height:.5rem}._volumeBar__fill_wuv70_16{height:100%;background:linear-gradient(90deg,var(--volume-bar-color, var(--color-accent-green-dark)),var(--volume-gradient-end, var(--color-accent-green-light)));border-radius:.125rem;width:0%}._volumeBar__handle_wuv70_23{position:absolute;top:50%;left:0%;transform:translate(-50%,-50%);width:.75rem;height:.75rem;background-color:var(--color-text-primary);border-radius:50%;box-shadow:0 0 .3125rem #0009;opacity:0;pointer-events:none;transition:transform .1s ease,opacity .1s ease}._volumeBar_wuv70_1:hover ._volumeBar__handle_wuv70_23,._volumeBar_wuv70_1._dragging_wuv70_12 ._volumeBar__handle_wuv70_23{opacity:1;transform:translate(-50%,-50%) scale(1.2)}._nowPlayingBar_12lij_1{background-color:var(--color-background-light);color:var(--color-text-primary);padding:1rem 1.25rem;flex-shrink:0;width:100%;border-top:1px solid var(--color-border-subtle);display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden;opacity:1;transform:translateY(0);transition:opacity var(--animation-duration-normal) ease-out,transform var(--animation-duration-normal) ease-out}._nowPlayingBar_12lij_1 .now-playing-bar__background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;filter:blur(10px) brightness(.5);z-index:1;transition:background-image .5s ease-in-out}._nowPlayingBar_12lij_1 .visualizer-canvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}._nowPlayingBar_12lij_1 .now-playing-bar__content{position:relative;z-index:2;width:100%;max-width:75rem;display:grid;grid-template-areas:"controls controls" "progress progress" "metadata volume";grid-template-columns:1fr auto;gap:1rem;align-items:center}@media (min-width: 48rem){._nowPlayingBar_12lij_1 .now-playing-bar__content{grid-template-areas:"metadata controls volume" "progress progress progress";grid-template-columns:1fr auto 1fr}}._nowPlayingBar_12lij_1 .now-playing-bar__controls{grid-area:controls;display:flex;align-items:center;gap:1rem;justify-content:center}@media (max-width: 40rem){._nowPlayingBar_12lij_1 .now-playing-bar__controls{justify-content:center}._nowPlayingBar_12lij_1._has-lyrics_12lij_77 .now-playing-bar__controls{padding-right:2.5rem}}._nowPlayingBar_12lij_1 .now-playing-bar__controls button{background:linear-gradient(145deg,#2a2a2a,#1f1f1f);border:none;border-radius:50%;width:2.5rem;height:2.5rem;flex:0 0 auto;aspect-ratio:1;display:flex;justify-content:center;align-items:center;color:var(--color-text-secondary);font-size:1.5rem;cursor:pointer;box-shadow:.125rem .125rem .3125rem #0006,-.125rem -.125rem .3125rem #ffffff0d;transition:all var(--animation-duration-fast) ease-out;outline:none}._nowPlayingBar_12lij_1 .now-playing-bar__play-pause-btn{width:3rem;height:3rem;font-size:2rem}._nowPlayingBar_12lij_1 .now-playing-bar__repeat-btn{position:relative}._nowPlayingBar_12lij_1 .now-playing-bar__controls button.active{color:var(--color-accent-green-light)}._nowPlayingBar_12lij_1 .now-playing-bar__repeat-badge{position:absolute;bottom:0;right:0;transform:translate(35%,35%);line-height:1;width:1.2rem;height:1.2rem;border-radius:50%;background-color:var(--color-accent-green);color:var(--color-background-dark);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;font-family:var(--font-accent);pointer-events:none;text-align:center}._nowPlayingBar_12lij_1 .repeat-badge--infinite img{width:.9rem;height:.9rem;display:block}._nowPlayingBar_12lij_1 .now-playing-bar__progress{grid-area:progress;display:flex;flex-direction:column;align-items:center;gap:.375rem;width:100%}._nowPlayingBar_12lij_1 .now-playing-bar__progress-time{display:flex;width:100%;justify-content:space-between;font-size:.8rem;font-family:var(--font-accent);color:var(--color-text-secondary)}._nowPlayingBar_12lij_1 .now-playing-bar__progress-bar-wrapper{flex-grow:1;height:.5rem;position:relative;cursor:ew-resize;width:100%}._nowPlayingBar_12lij_1 .now-playing-bar__metadata{grid-area:metadata;display:flex;align-items:center;gap:.75rem;justify-content:flex-start;min-width:0}._nowPlayingBar_12lij_1 .now-playing-bar__album-art{width:3.125rem;height:3.125rem;flex-shrink:0;border-radius:.25rem;overflow:hidden;background-color:var(--color-background-hover)}._nowPlayingBar_12lij_1 .now-playing-bar__album-art img{width:100%;height:100%;object-fit:cover;display:block}._nowPlayingBar_12lij_1 .now-playing-bar__track-info{display:flex;flex-direction:column;min-width:0}._nowPlayingBar_12lij_1 .now-playing-bar__song-title,._nowPlayingBar_12lij_1 .now-playing-bar__artist-name,._nowPlayingBar_12lij_1 .now-playing-bar__album-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:break-word;cursor:pointer}._nowPlayingBar_12lij_1 .now-playing-bar__song-title{font-size:.9rem;font-weight:700;color:var(--color-text-primary)}._nowPlayingBar_12lij_1 .now-playing-bar__artist-name,._nowPlayingBar_12lij_1 .now-playing-bar__album-name{font-size:.8rem;font-family:var(--font-accent);color:var(--color-text-secondary)}._nowPlayingBar_12lij_1 .now-playing-bar__volume{grid-area:volume;display:flex;align-items:center;gap:.75rem}@media (min-width: 48rem){._nowPlayingBar_12lij_1 .now-playing-bar__volume{justify-content:flex-end}}@media (max-width: 40rem){._nowPlayingBar_12lij_1 .now-playing-bar__content{grid-template-areas:"controls controls" "progress progress" "metadata metadata";grid-template-columns:1fr}._nowPlayingBar_12lij_1 .now-playing-bar__volume{display:none}._nowPlayingBar_12lij_1 .now-playing-bar__metadata{justify-content:center}}._nowPlayingBar_12lij_1 .volumeBar{width:6rem;height:.25rem;background-color:var(--color-text-dim);border-radius:.125rem;position:relative;cursor:ew-resize;transition:height .1s ease}._nowPlayingBar_12lij_1 .volumeBar:hover,._nowPlayingBar_12lij_1 .volumeBar.dragging{height:.5rem}._nowPlayingBar_12lij_1 .volumeBar__fill{height:100%;background:linear-gradient(90deg,var(--color-accent-green-dark),var(--color-accent-green-light));border-radius:.125rem;width:0%}._nowPlayingBar_12lij_1 .volumeBar__handle{position:absolute;top:50%;left:0%;transform:translate(-50%,-50%);width:.75rem;height:.75rem;background-color:var(--color-text-primary);border-radius:50%;box-shadow:0 0 .3125rem #0009;opacity:0;pointer-events:none;transition:transform .1s ease,opacity .1s ease}._nowPlayingBar_12lij_1 .volumeBar:hover .volumeBar__handle,._nowPlayingBar_12lij_1 .volumeBar.dragging .volumeBar__handle{opacity:1;transform:translate(-50%,-50%) scale(1.2)}._nowPlayingBar_12lij_1 .now-playing-bar__lyrics-toggle{position:absolute;top:.5rem;right:.5rem;background:none;border:none;color:var(--color-text-secondary);font-size:1.25rem;cursor:pointer;transition:transform var(--animation-duration-fast) ease;z-index:3}._nowPlayingBar_12lij_1:not(._has-lyrics_12lij_77) .now-playing-bar__lyrics-toggle,._nowPlayingBar_12lij_1:not(._has-lyrics_12lij_77) .now-playing-bar__lyrics-panel{display:none}._nowPlayingBar_12lij_1._lyrics-open_12lij_314 .now-playing-bar__lyrics-toggle{transform:rotate(180deg)}._nowPlayingBar_12lij_1 .now-playing-bar__lyrics-panel{position:absolute;bottom:100%;left:0;width:100%;max-height:40vh;overflow-y:auto;padding:1rem;background-color:#000c;color:var(--color-text-primary);transform:translateY(100%);transition:transform var(--animation-duration-normal) ease;z-index:2}._nowPlayingBar_12lij_1._lyrics-open_12lij_314 .now-playing-bar__lyrics-panel{transform:translateY(0)}@media (min-width: 48rem){._nowPlayingBar_12lij_1 .now-playing-bar__lyrics-panel{top:0;bottom:0;left:auto;right:0;width:20rem;max-width:40%;transform:translate(100%)}._nowPlayingBar_12lij_1._lyrics-open_12lij_314 .now-playing-bar__lyrics-panel{transform:translate(0)}}@media (max-width: 30rem){._nowPlayingBar_12lij_1{padding:1rem .75rem .382rem}._nowPlayingBar_12lij_1 .now-playing-bar__content{row-gap:.618rem}._nowPlayingBar_12lij_1 .now-playing-bar__controls button{width:clamp(1.75rem,8vw,2.25rem);height:clamp(1.75rem,8vw,2.25rem);font-size:1.25rem}._nowPlayingBar_12lij_1 .now-playing-bar__play-pause-btn{width:clamp(2.25rem,10vw,2.75rem);height:clamp(2.25rem,10vw,2.75rem);font-size:1.75rem}._nowPlayingBar_12lij_1 .now-playing-bar__album-art{width:clamp(2.5rem,20vw,3.125rem);height:clamp(2.5rem,20vw,3.125rem)}}
