/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing: .25rem;--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;line-height:1.5;font-family:var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var( --default-mono-font-variation-settings, normal );font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::-moz-placeholder{color:currentColor}::placeholder{color:currentColor}@supports (color: color-mix(in lab,red,red)){::-moz-placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.static{position:static}.flex{display:flex}.grid{display:grid}.hidden{display:none}.resize{resize:both}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.gap-3{gap:calc(var(--spacing) * 3)}}:root{--bg-primary: #121212;--bg-secondary: #181818;--bg-tertiary: #282828;--text-primary: #fff;--text-secondary: #b3b3b3;--text-tertiary: gray;--border-color: #333;--hover-bg: #2a2a2a;--accent-color: #1db954;--accent-hover: #1ed760}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;transition:background-color .3s,color .3s}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none}input,textarea{outline:none}.app{background:#121212;flex-direction:column;min-height:100vh;display:flex;position:relative}.app-layout{box-sizing:border-box;width:100%;max-width:1920px;min-height:calc(100vh - 60px);margin-top:60px;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0;display:flex;position:relative}.app-layout.profile-layout{min-height:calc(100vh - 60px);margin-top:0}.main-content{box-sizing:border-box;background:#121212;flex:1;max-width:1680px;min-height:calc(100vh - 60px);margin-left:240px;padding:24px 24px 100px;transition:margin-left .3s;overflow-y:auto}@media (min-width: 1921px){.header{left:0;right:0}.header-container{box-sizing:border-box;max-width:1920px;margin-left:auto;margin-right:auto;padding-left:calc(50vw - 960px);padding-right:calc(50vw - 960px)}.app-layout{margin-left:calc(50vw - 960px);margin-right:calc(50vw - 960px)}.sidebar{left:calc(50vw - 960px)!important}.main-content{max-width:1680px;margin-left:240px}.profile-sidebar{left:calc(50vw - 960px)!important}.profile-content-area{max-width:1680px;margin-left:240px}}.main-content.profile-main-content{background:#000;height:calc(100vh - 60px);margin-left:0;padding:0 0 100px;overflow:hidden}.app-layout.profile-layout{margin-top:60px}.sidebar-overlay{display:none}@media (max-width: 1024px){.sidebar{left:0}.main-content{max-width:1720px;margin-left:200px;padding:20px}}@media (max-width: 768px){.main-content{max-width:1920px;margin-left:0;padding:16px 16px 160px}.sidebar-overlay{z-index:99;background:#00000080;display:block;position:fixed;inset:60px 0 0}}@media (max-width: 480px){.main-content{padding-bottom:150px}}.edit-container{padding:0}.edit-card{background:0 0;padding:0}.edit-card h2{display:none}.form-row{gap:16px;margin-bottom:16px;display:flex}.form-group{flex:1}.form-group input[type=text],.form-group input[type=number],.form-group input[type=url],.form-group input[type=file]{color:#fff;box-sizing:border-box;background:#2a2a2a;border:1px solid #ffffff1a;border-radius:6px;width:100%;padding:10px;font-size:14px}.form-group input[type=text]:focus,.form-group input[type=number]:focus,.form-group input[type=url]:focus{border-color:#1db954;outline:none}.upload-card .image-preview,.edit-card .image-preview{-o-object-fit:cover;object-fit:cover;border-radius:10px;width:100%;max-width:200px;height:auto;margin-top:12px;box-shadow:0 4px 12px #0000004d}.form-actions{gap:12px;width:100%;margin-top:24px;display:flex}.btn-primary,.btn-secondary{cursor:pointer;letter-spacing:.3px;white-space:nowrap;box-sizing:border-box;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;min-width:0;height:48px;min-height:48px;padding:14px 20px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#1db954,#1ed760);box-shadow:0 4px 12px #1db9544d;border-radius:10px!important}.btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #1db9544d}.btn-secondary{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:10px}.btn-secondary:hover:not(:disabled){background:#ffffff1f;border-color:#ffffff40;transform:translateY(-2px)}.btn-secondary:active:not(:disabled){transform:translateY(0)}.btn-secondary:disabled{opacity:.6;cursor:not-allowed;transform:none}.upload-card .error-message,.edit-card .error-message{color:#ff6b6b;background:#ff00001a;border:1px solid #ff6b6b33;border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:14px}.success-message{color:#1db954;background:#1db9541a;border-radius:4px;margin-bottom:16px;padding:12px}.carousel-container{border-radius:12px;width:100%;height:100%;position:relative;overflow:hidden}.carousel-wrapper{width:100%;height:100%;position:relative}.carousel-slide{opacity:0;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px;width:100%;height:100%;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.carousel-slide.active{opacity:1;z-index:1}.carousel-dots{z-index:10;gap:8px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.carousel-dot{cursor:pointer;background:0 0;border:2px solid #ffffff80;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.carousel-dot:hover{background:#ffffff4d;border-color:#fffc}.carousel-dot.active{background:#1db954;border-color:#1db954;width:12px;height:12px}.carousel-arrow{color:#fff;cursor:pointer;z-index:10;opacity:.7;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:32px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-arrow:hover{opacity:1;background:#000000b3;transform:translateY(-50%) scale(1.1)}.carousel-arrow-left{left:16px}.carousel-arrow-right{right:16px}@media (max-width: 768px){.carousel-dots{gap:6px;bottom:12px}.carousel-dot{width:8px;height:8px}.carousel-dot.active{width:10px;height:10px}.carousel-arrow{width:40px;height:40px;font-size:24px}.carousel-arrow-left{left:8px}.carousel-arrow-right{right:8px}}@media (max-width: 480px){.carousel-arrow{width:36px;height:36px;font-size:20px}.carousel-dots{bottom:8px}}.dynamic-background{min-height:100vh;transition:background 1s ease-in-out;position:relative}.dynamic-background:before{content:"";z-index:0;background:#0000004d;position:absolute;inset:0}.dynamic-background>*{z-index:1;position:relative}.footer{color:#fff;background-color:#34495e;margin-top:auto;padding:1.5rem 0}.footer-container{text-align:center;max-width:1200px;margin:0 auto;padding:0 2rem}.footer p{margin:0;font-size:.9rem}.header{backdrop-filter:blur(10px);color:#fff;z-index:200;background:linear-gradient(#000000f2,#121212f2);border-bottom:1px solid #ffffff14;height:64px;padding:0;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 12px #0006}.header-container{box-sizing:border-box;justify-content:space-between;align-items:center;max-width:1920px;height:100%;margin:0 auto;padding:0 2rem;display:flex}.menu-toggle{color:#fff;cursor:pointer;background:0 0;border:none;margin-right:12px;padding:8px;font-size:24px;transition:opacity .2s;display:none}.menu-toggle:hover{opacity:.8}.logo{color:#fff;text-decoration:none;transition:opacity .2s}.logo:hover{opacity:.8}.logo h1{-webkit-text-fill-color:transparent;letter-spacing:-.5px;background:linear-gradient(135deg,#fff,#b3b3b3);-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.5rem;font-weight:700}.nav{align-items:center;gap:1.5rem;display:flex}.nav-link{color:#b3b3b3;text-decoration:none;transition:color .2s}.nav-link:hover{color:#fff}.nav-user{color:#ecf0f1;font-size:.9rem}.btn-logout{color:#fff;cursor:pointer;background-color:#e74c3c;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:500;transition:background-color .2s}.btn-logout:hover{background-color:#c0392b}.header-left{flex-shrink:0;align-items:center;gap:1rem;display:flex}.header-right{flex-shrink:0;align-items:center;display:flex}.header-user-section{position:relative}.header-user-button{cursor:pointer;color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:24px;align-items:center;gap:10px;padding:6px 12px 6px 6px;font-size:14px;font-weight:500;transition:all .3s;display:flex}.header-user-button:hover{background:#ffffff26;border-color:#ffffff40}.header-user-avatar{color:#fff;background:linear-gradient(135deg,#1db954,#1ed760);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:600;display:flex}.header-user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:14px;font-weight:500;overflow:hidden}.header-user-arrow{color:#ffffffb3;flex-shrink:0;font-size:10px;transition:transform .3s}.header-user-button:hover .header-user-arrow{transform:translateY(2px)}.header-user-dropdown{z-index:201;background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:1px solid #ffffff1a;border-radius:12px;min-width:240px;padding:0;animation:.2s dropdownFadeIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 32px #00000080}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.header-dropdown-user-info{background:#ffffff0d;border-bottom:1px solid #ffffff1a;align-items:center;gap:12px;padding:16px;display:flex}.header-dropdown-user-avatar{color:#fff;background:linear-gradient(135deg,#1db954,#1ed760);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;font-weight:600;display:flex}.header-dropdown-user-name{color:#fff;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:16px;font-weight:600;overflow:hidden}.header-dropdown-divider{background:#ffffff1a;height:1px;margin:0}.header-dropdown-item{color:#ffffffe6;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:14px;font-weight:400;text-decoration:none;transition:all .2s;display:flex}.header-dropdown-item:hover{color:#fff;background:#ffffff1a}.header-dropdown-icon{text-align:center;flex-shrink:0;justify-content:center;align-items:center;width:24px;font-size:18px;display:flex}.header-dropdown-text{text-align:left;flex:1}.header-dropdown-arrow{color:#ffffff80;flex-shrink:0;font-size:18px;transition:transform .2s,color .2s}.header-dropdown-item:hover .header-dropdown-arrow{color:#ffffffe6;transform:translate(4px)}.header-auth-nav{align-items:center;gap:12px;display:flex}.header-auth-link{color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s}.header-auth-link:hover{background:#ffffff26;border-color:#ffffff40}@media (max-width: 1024px){.header-container{padding:0 1.5rem}.header-user-name{display:none}.header-user-button{padding:6px}}@media (max-width: 768px){.menu-toggle{display:block}.header-container{gap:.5rem;padding:0 1rem}.logo h1{font-size:1.2rem}.header-user-name{display:none}.header-user-button{padding:6px}.nav-link{padding:.25rem .5rem;font-size:.85rem}.nav-user{display:none}.btn-logout{padding:.4rem .8rem;font-size:.85rem}}@media (max-width: 480px){.nav{gap:.25rem}.nav-link{padding:.2rem .4rem;font-size:.75rem}.logo h1{font-size:1rem}}.loading-container{flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:2rem;display:flex}.loading-spinner{border:4px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite spin}.loading-container p{color:#7f8c8d;font-size:.9rem}.modal-overlay{backdrop-filter:blur(8px);z-index:99999;background:#000000d9;justify-content:center;align-items:center;padding:20px;animation:.3s fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:1px solid #ffffff26;border-radius:16px;flex-direction:column;width:100%;max-width:500px;max-height:90vh;animation:.3s slideUp;display:flex;overflow:hidden;box-shadow:0 20px 60px #000000b3,0 0 0 1px #ffffff1a}.modal-content.modal-large{max-width:800px}.modal-content:has(.upload-card),.modal-content:has(.edit-card),.modal-content:has(.user-edit-form){flex-direction:column;display:flex;position:relative;overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{background:#ffffff05;border-bottom:1px solid #ffffff1a;flex-shrink:0;justify-content:space-between;align-items:center;padding:28px 32px;display:flex}.modal-content:has(.upload-card) .modal-header,.modal-content:has(.edit-card) .modal-header,.modal-content:has(.user-edit-form) .modal-header{z-index:10;-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a1a1a,#0f0f0f);position:sticky;top:0}.modal-title{color:#fff;letter-spacing:-.5px;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff,#fffc);-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.75rem;font-weight:700}.modal-close-btn{color:#b3b3b3;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:28px;line-height:1;transition:all .2s;display:flex}.modal-close-btn:hover{color:#fff;background:#ffffff26;border-color:#fff3;transform:rotate(90deg)}.modal-body{flex:1;padding:32px;overflow:hidden auto}.modal-content:has(.upload-card) .modal-body,.modal-content:has(.edit-card) .modal-body,.modal-content:has(.user-edit-form) .modal-body,.modal-content:has(.playlist-edit-form) .modal-body,.modal-content:has(.playlist-create-form) .modal-body{flex:1;min-height:0;padding:32px 32px 160px;display:block;overflow:hidden auto}.modal-content:has(.upload-card) .modal-body .upload-card,.modal-content:has(.edit-card) .modal-body .edit-card{height:auto;min-height:0}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:0 0}.modal-content::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.modal-content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media (max-width: 1024px){.modal-content,.modal-content.modal-large{max-width:90%}.modal-header{padding:20px}.modal-title{font-size:1.25rem}.modal-body{padding:20px}.modal-content:has(.upload-card) .modal-body,.modal-content:has(.edit-card) .modal-body,.modal-content:has(.user-edit-form) .modal-body,.modal-content:has(.playlist-edit-form) .modal-body,.modal-content:has(.playlist-create-form) .modal-body{padding:20px 20px 150px}.upload-card form .form-actions,.edit-card form .form-actions,.user-edit-form .form-actions{padding:18px 20px;bottom:0;left:0;right:0}}@media (max-width: 768px){.modal-overlay{padding:10px}.modal-content{border-radius:12px;max-width:100%;max-height:95vh}.modal-header{padding:20px 24px}.modal-title{font-size:1.375rem}.modal-close-btn{width:36px;height:36px;font-size:24px}.modal-body{padding:24px}.profile-edit-form{gap:20px}.profile-edit-form .form-actions{flex-direction:column;gap:10px}.profile-edit-form .btn-primary,.profile-edit-form .btn-secondary{width:100%;height:48px;min-height:48px;padding:14px}.upload-card .form-row,.edit-card .form-row{flex-direction:column;gap:12px}.upload-card .form-group,.edit-card .form-group{min-width:100%}.modal-content:has(.upload-card) .modal-body,.modal-content:has(.edit-card) .modal-body,.modal-content:has(.user-edit-form) .modal-body,.modal-content:has(.playlist-edit-form) .modal-body,.modal-content:has(.playlist-create-form) .modal-body{padding:24px 24px 150px}.upload-card .form-actions,.edit-card .form-actions,.user-edit-form .form-actions{flex-direction:column;gap:10px;padding:16px 24px;bottom:0;left:0;right:0}.upload-card .btn-primary,.upload-card .btn-secondary,.edit-card .btn-primary,.edit-card .btn-secondary{width:100%;height:48px;min-height:48px;padding:14px}}@media (max-width: 480px){.modal-overlay{padding:0}.modal-content{border-left:none;border-right:none;border-radius:0;max-height:100vh}.modal-header{padding:16px 20px}.modal-title{font-size:1.25rem}.modal-close-btn{width:32px;height:32px;font-size:20px}.modal-body{padding:20px}.modal-content:has(.upload-card) .modal-body,.modal-content:has(.edit-card) .modal-body,.modal-content:has(.user-edit-form) .modal-body,.modal-content:has(.playlist-edit-form) .modal-body,.modal-content:has(.playlist-create-form) .modal-body{padding:20px 20px 140px}.upload-card form .form-actions,.edit-card form .form-actions,.user-edit-form .form-actions{border-radius:0;padding:14px 20px;bottom:0;left:0;right:0}.profile-edit-form{gap:18px}.profile-edit-form .form-group input{padding:12px 14px;font-size:14px}.profile-edit-form .btn-primary,.profile-edit-form .btn-secondary{height:44px;min-height:44px;padding:12px;font-size:14px}.upload-card .form-group input[type=text],.upload-card .form-group input[type=number],.upload-card .form-group input[type=email],.edit-card .form-group input[type=text],.edit-card .form-group input[type=number],.edit-card .form-group input[type=email]{padding:12px 14px;font-size:14px}.upload-card .btn-primary,.upload-card .btn-secondary,.edit-card .btn-primary,.edit-card .btn-secondary{height:44px;min-height:44px;padding:12px;font-size:14px}}.sidebar{z-index:100;background:#000;border-right:1px solid #ffffff1a;width:240px;height:calc(100vh - 60px);transition:transform .3s,left .3s;position:fixed;top:60px;left:0;overflow-y:auto}@media (max-width: 768px){.sidebar{z-index:101;width:280px;transform:translate(-100%)}.sidebar.open{transform:translate(0)}}.sidebar-content{padding:24px 0}.sidebar-section{margin-bottom:32px;padding:0 16px}.sidebar-section-title{color:#b3b3b3;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 12px;padding:0 16px;font-size:11px;font-weight:600}.sidebar-nav{flex-direction:column;gap:4px;display:flex}.sidebar-link{color:#b3b3b3;border-radius:4px;align-items:center;gap:16px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.sidebar-link:hover{color:#fff;background:#ffffff0d}.sidebar-link.active{color:#fff;background:#ffffff1a}.sidebar-icon{text-align:center;width:24px;font-size:20px}.sidebar::-webkit-scrollbar{width:8px}.sidebar::-webkit-scrollbar-track{background:0 0}.sidebar::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.sidebar::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.album-card{cursor:pointer;width:100%;transition:transform .2s}.album-card:hover{transform:translateY(-4px)}.album-cover-container{aspect-ratio:1;background:#2a2a2a;border-radius:8px;width:100%;margin-bottom:12px;position:relative;overflow:hidden}.album-cover{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.album-cover-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.album-icon{opacity:.7;font-size:3rem}.album-overlay{opacity:0;background:#00000080;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.album-card:hover .album-overlay{opacity:1}.play-button{color:#000;cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:20px;transition:transform .2s;display:flex}.play-button:hover{transform:scale(1.1)}.album-info{color:#fff}.album-name{white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:14px;font-weight:600;overflow:hidden}.album-artist{color:#b3b3b3;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13px;overflow:hidden}.album-year{color:#888;margin-top:4px;font-size:12px;display:block}@media (max-width: 1024px){.album-name{font-size:13px}.album-artist{font-size:12px}.album-year{font-size:11px}.album-icon{font-size:2.5rem}.play-button{width:48px;height:48px;font-size:18px}}@media (max-width: 768px){.album-name{font-size:12px}.album-artist{font-size:11px}.album-year{font-size:10px}.album-icon{font-size:2rem}.play-button{width:40px;height:40px;font-size:16px}}@media (max-width: 480px){.album-name{font-size:11px}.album-artist{font-size:10px}.album-year{font-size:9px}.album-icon{font-size:1.75rem}.play-button{width:36px;height:36px;font-size:14px}}.artist-card{cursor:pointer;text-align:center;width:100%;transition:transform .2s}.artist-card:hover{transform:translateY(-4px)}.artist-image-container{aspect-ratio:1;background:#2a2a2a;border-radius:50%;width:100%;margin:0 auto 12px;overflow:hidden}.artist-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.artist-image-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.artist-initial{color:#fff;font-size:3rem;font-weight:700}.artist-info{color:#fff}.artist-name{margin:0 0 4px;font-size:14px;font-weight:600}@media (max-width: 1024px){.artist-name{font-size:13px}.artist-song-count{font-size:11px}.artist-initial{font-size:2.5rem}}@media (max-width: 768px){.artist-name{font-size:12px}.artist-song-count{font-size:10px}.artist-initial{font-size:2rem}}@media (max-width: 480px){.artist-name{font-size:11px}.artist-song-count{font-size:9px}.artist-initial{font-size:1.75rem}}.song-card{cursor:pointer;box-sizing:border-box;background:linear-gradient(135deg,#ffffff05,#ffffff03);border:1px solid #ffffff0d;border-radius:8px;grid-template-columns:48px minmax(300px,2fr) minmax(200px,1.5fr) minmax(100px,140px);align-items:center;gap:16px;width:100%;padding:12px 16px;transition:all .3s cubic-bezier(.4,0,.2,1);display:grid;position:relative;overflow:hidden}.song-card:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#1db9540d,#1db95400);transition:opacity .3s;position:absolute;inset:0}.song-card:hover{background:linear-gradient(135deg,#ffffff14,#ffffff0a);border-color:#ffffff1a;transform:translate(4px);box-shadow:0 4px 16px #0003}.song-card:hover:before{opacity:1}.song-card.active{background:linear-gradient(135deg,#1db95426,#1db95414);border-color:#1db9544d;box-shadow:0 4px 20px #1db95433}.song-card.active:before{opacity:1}.song-card.active:hover{background:linear-gradient(135deg,#1db95433,#1db9541f);border-color:#1db95466;box-shadow:0 6px 24px #1db9544d}.song-card.duplicate{background:linear-gradient(135deg,#fbbf2420,#f59e0b15);border-color:#fbbf2466}.song-card.duplicate:hover{background:linear-gradient(135deg,#fbbf2430,#f59e0b20);border-color:#fbbf2488}.song-card.duplicate.active{background:linear-gradient(135deg,#fbbf2426,#f59e0b1a);border-color:#fbbf2488}.song-album-container{grid-column:3;align-items:center;width:100%;min-width:0;max-width:100%;display:flex;overflow:hidden}.song-cover-container{background:#2a2a2a;border-radius:8px;flex-shrink:0;grid-column:1;width:48px;height:48px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000004d}.song-card:hover .song-cover-container{transform:scale(1.05);box-shadow:0 4px 12px #0006}.song-card.active .song-cover-container{box-shadow:0 4px 16px #1db95466}.song-cover,.song-cover-placeholder{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.song-cover-placeholder{background:linear-gradient(135deg,#1db954,#1ed760,#1db954) 0 0/200% 200%;justify-content:center;align-items:center;font-size:24px;animation:3s infinite gradientShift;display:flex}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.song-cover-overlay{opacity:0;background:#0009;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.song-card:hover .song-cover-overlay,.song-card.active .song-cover-overlay{opacity:1}.song-play-overlay-btn{color:#000;cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:transform .2s,background .2s;display:flex}.song-play-overlay-btn:hover{background:#fff;transform:scale(1.1)}.song-info{flex-direction:column;grid-column:2;gap:4px;width:100%;min-width:0;max-width:100%;display:flex;overflow:hidden}.song-title-row{flex:1;align-items:center;gap:10px;width:100%;min-width:0;max-width:100%;display:flex;overflow:hidden}.song-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;max-width:100%;margin:0;font-size:16px;font-weight:500;transition:color .3s;overflow:hidden}.song-card.active .song-title{color:#1db954;text-shadow:0 0 10px #1db9544d;font-weight:600}.song-playing-indicator{color:#1db954;flex-shrink:0;font-size:14px}.song-waveform-indicator{flex-shrink:0;align-items:flex-end;gap:3px;height:16px;padding:0 4px;display:flex}.waveform-bar{will-change:height,opacity;border-radius:2px;width:3px;min-height:4px;transition:height .15s cubic-bezier(.4,0,.2,1),opacity .15s cubic-bezier(.4,0,.2,1)}.waveform-bar:first-child{background:linear-gradient(#3b82f6,#60a5fa,#3b82f6)}.waveform-bar:nth-child(2){background:linear-gradient(#10b981,#34d399,#10b981)}.waveform-bar:nth-child(3){background:linear-gradient(#1db954,#1ed760,#1db954)}.waveform-bar:nth-child(4){background:linear-gradient(#a855f7,#c084fc,#a855f7)}.waveform-bar:nth-child(5){background:linear-gradient(#ec4899,#f472b6,#ec4899)}.song-reaction-icon{filter:drop-shadow(0 0 4px #1db954cc);flex-shrink:0;justify-content:center;align-items:center;width:10px;height:10px;margin-right:2px;animation:2s infinite pulse;display:inline-flex}@keyframes pulse{50%{opacity:.5}}.song-artist-row{color:#b3b3b3;align-items:center;gap:8px;width:100%;min-width:0;max-width:100%;font-size:14px;display:flex;overflow:hidden}.song-artist-image,.song-artist-image-placeholder{-o-object-fit:cover;object-fit:cover;border-radius:50%;flex-shrink:0;width:20px;height:20px}.song-artist-image-placeholder{color:#fff;background:linear-gradient(135deg,#1db954,#1ed760);justify-content:center;align-items:center;font-size:10px;font-weight:600;display:flex;box-shadow:0 2px 6px #1db9544d}.song-artist{color:#b3b3b3;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.song-card.active .song-artist{color:#b3b3b3}.song-play-count{color:#888;background:#1db9541a;border-radius:12px;align-items:center;gap:4px;width:-moz-fit-content;width:fit-content;margin-top:4px;padding:2px 6px;font-size:12px;display:flex}.play-count-icon{color:#1db954;opacity:.8;font-size:10px}.play-count-number{color:#1db954;font-weight:600}.song-uploaded-by{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;margin-top:4px;padding:3px 8px;font-size:11px;display:flex}.uploaded-by-label{color:#888;text-transform:uppercase;letter-spacing:.5px;font-size:9px;font-weight:400}.uploaded-by-name{color:#b3b3b3;font-size:11px;font-weight:500}.song-card.active .uploaded-by-name{color:#1db954}.song-meta-info{flex-wrap:wrap;align-items:center;gap:12px;margin-top:6px;display:flex}.song-meta-item{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;transition:all .3s;display:flex}.song-card:hover .song-meta-item{background:#ffffff0f;border-color:#ffffff1f}.song-card.active .song-meta-item{background:#1db9541a;border-color:#1db95433}.meta-icon{opacity:.8;font-size:10px}.meta-value{color:#b3b3b3;font-size:11px;font-weight:500}.song-card.active .meta-value{color:#1db954}.song-separator{color:#888;font-size:12px}.song-album{color:#b3b3b3;white-space:nowrap;text-overflow:ellipsis;background:#ffffff08;border-radius:6px;padding:4px 8px;font-size:14px;font-weight:400;transition:all .3s;overflow:hidden}.song-card:hover .song-album{color:#fff;background:#ffffff0f}.song-card.active .song-album{color:#1db954;background:#1db9541a}.song-album-empty{color:#666;font-size:14px;font-style:italic}.song-card-right{flex-shrink:0;grid-column:4;justify-content:flex-end;align-items:center;gap:16px;min-width:0;display:flex}.song-duration{color:#b3b3b3;text-align:right;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:14px;overflow:hidden}.song-card.active .song-duration{color:#1db954}.song-actions{align-items:center;gap:8px;display:flex}.song-edit-btn,.song-delete-btn{color:#b3b3b3;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px 8px;font-size:16px;transition:all .2s;display:flex}.song-edit-btn:hover{color:#1db954;background:#1db9541a}.song-delete-btn:hover{color:#ff6b6b;background:#ff6b6b1a}.song-like-btn,.song-dislike-btn{color:#b3b3b3;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;transition:all .3s;display:flex;position:relative;overflow:hidden}.song-like-btn:before,.song-dislike-btn:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .4s,height .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.song-like-btn:active:before,.song-dislike-btn:active:before{width:200px;height:200px}.song-like-btn:hover{color:#ff6b6b;background:#ff6b6b26;border-color:#ff6b6b4d;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b6b33}.song-dislike-btn:hover{color:#6464ff;background:#6464ff26;border-color:#6464ff4d;transform:translateY(-2px);box-shadow:0 4px 12px #6464ff33}.song-like-btn.active{color:#ff6b6b;background:linear-gradient(135deg,#ff6b6b40,#ff6b6b26);border-color:#ff6b6b;animation:2s ease-in-out infinite likePulse;box-shadow:0 0 12px #ff6b6b66}.song-dislike-btn.active{color:#6464ff;background:linear-gradient(135deg,#6464ff40,#6464ff26);border-color:#6464ff;animation:2s ease-in-out infinite dislikePulse;box-shadow:0 0 12px #6464ff66}.song-like-btn.active:hover{background:linear-gradient(135deg,#ff6b6b59,#ff6b6b40);transform:translateY(-2px) scale(1.05);box-shadow:0 0 16px #ff6b6b99}.song-dislike-btn.active:hover{background:linear-gradient(135deg,#6464ff59,#6464ff40);transform:translateY(-2px) scale(1.05);box-shadow:0 0 16px #6464ff99}.song-reaction-icon{justify-content:center;align-items:center;font-size:16px;line-height:1;display:flex}.song-reaction-count{text-align:center;min-width:16px;font-size:13px;font-weight:600}@keyframes likePulse{0%,to{box-shadow:0 0 12px #ff6b6b66}50%{box-shadow:0 0 20px #ff6b6b99}}@keyframes dislikePulse{0%,to{box-shadow:0 0 12px #6464ff66}50%{box-shadow:0 0 20px #6464ff99}}.song-reaction-counts{align-items:center;gap:12px;display:flex}.song-like-count,.song-dislike-count{color:#b3b3b3;background:#ffffff08;border-radius:12px;align-items:center;gap:6px;padding:4px 8px;font-size:13px;transition:all .3s;display:flex}.song-like-count.has-count{color:#ff6b6b;background:#ff6b6b1a}.song-dislike-count.has-count{color:#6464ff;background:#6464ff1a}.song-toggle-active-btn{color:#b3b3b3;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .3s;display:flex;position:relative;overflow:hidden}.song-toggle-active-btn:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .4s,height .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.song-toggle-active-btn:active:before{width:200px;height:200px}.song-toggle-active-btn.active{color:#1db954;background:linear-gradient(135deg,#1db95440,#1db95426);border-color:#1db954;box-shadow:0 0 12px #1db95466}.song-toggle-active-btn.active:hover{background:linear-gradient(135deg,#1db95459,#1db95440);transform:translateY(-2px) scale(1.05);box-shadow:0 0 16px #1db95499}.song-toggle-active-btn.inactive{color:#ff6b6b;background:linear-gradient(135deg,#ff6b6b40,#ff6b6b26);border-color:#ff6b6b;box-shadow:0 0 12px #ff6b6b66}.song-toggle-active-btn.inactive:hover{background:linear-gradient(135deg,#ff6b6b59,#ff6b6b40);transform:translateY(-2px) scale(1.05);box-shadow:0 0 16px #ff6b6b99}.toggle-active-icon{justify-content:center;align-items:center;font-size:16px;line-height:1;display:flex}.toggle-active-text{white-space:nowrap;font-size:12px;font-weight:600}.song-inactive-badge{color:#ff6b6b;background:linear-gradient(135deg,#ff6b6b33,#ff6b6b1a);border:1px solid #ff6b6b4d;border-radius:12px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:600;animation:2s ease-in-out infinite inactivePulse;display:flex;box-shadow:0 0 8px #ff6b6b4d}.inactive-icon{font-size:14px;line-height:1}.inactive-text{text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}@keyframes inactivePulse{0%,to{opacity:.9;box-shadow:0 0 8px #ff6b6b4d}50%{opacity:1;box-shadow:0 0 12px #ff6b6b80}}.song-card.inactive,.song-card:has(.song-inactive-badge){opacity:.7;position:relative}.song-card.inactive:after,.song-card:has(.song-inactive-badge):after{content:"";pointer-events:none;background:#0000001a;border-radius:8px;position:absolute;inset:0}@media (max-width: 1024px){.song-card{grid-template-columns:44px minmax(200px,2fr) minmax(150px,1.5fr) minmax(80px,120px);gap:12px;padding:10px 12px}.song-cover-container{width:44px;height:44px}.song-title{font-size:15px}.song-artist-row,.song-album,.song-duration{font-size:13px}}@media (max-width: 768px){.song-card{grid-template-columns:40px 1fr minmax(60px,80px);gap:12px;padding:10px 12px}.song-cover-container{width:40px;height:40px}.song-info{grid-column:2;min-width:0}.song-album-container{display:none}.song-card-right{flex-direction:column;grid-column:3;align-items:flex-end;gap:4px}.song-title{font-size:14px}.song-artist-row{font-size:12px}.song-play-count{font-size:11px}.song-meta-info{gap:8px;margin-top:4px}.song-meta-item{padding:2px 6px;font-size:10px}.meta-icon{font-size:9px}.meta-value{font-size:10px}.song-duration{min-width:50px;font-size:12px}.song-actions{gap:4px}.song-edit-btn,.song-delete-btn{padding:2px 4px;font-size:14px}.song-like-btn,.song-dislike-btn{gap:4px;padding:5px 10px;font-size:12px}.song-reaction-icon{font-size:14px}.song-reaction-count{font-size:12px}.song-toggle-active-btn{gap:4px;padding:5px 10px;font-size:11px}.toggle-active-icon{font-size:14px}.toggle-active-text{font-size:11px}.song-inactive-badge{gap:4px;padding:3px 8px;font-size:10px}.inactive-icon{font-size:12px}.inactive-text{font-size:10px}}@media (max-width: 480px){.song-card{grid-template-columns:36px 1fr minmax(50px,70px);gap:8px;padding:8px 10px}.song-cover-container{width:36px;height:36px}.song-title{font-size:13px}.song-artist-row{font-size:11px}.song-artist-image,.song-artist-image-placeholder{width:16px;height:16px;font-size:8px}.song-play-count{font-size:10px}.song-meta-info{gap:6px;margin-top:4px}.song-meta-item{padding:2px 5px;font-size:9px}.meta-icon{font-size:8px}.meta-value{font-size:9px}.song-playing-indicator{width:8px;height:8px;font-size:12px}.song-duration{min-width:45px;font-size:11px}}.song-grid{flex-direction:column;gap:0;width:100%;display:flex}.song-grid-empty{text-align:center;color:#b3b3b3;padding:48px}@media (max-width: 768px){.song-grid{gap:0}}.song-list{max-width:1200px;margin:0 auto;padding:2rem}.error-message{text-align:center;color:#e74c3c;background:#fff;border-radius:8px;margin:2rem;padding:2rem}.empty-state{text-align:center;color:#b3b3b3;-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid #ffffff1a;border-radius:16px;margin:2rem 0;padding:4rem 2rem;font-size:1.1rem;font-weight:400}.empty-state p{margin:0;line-height:1.6}.empty-state:hover{background:linear-gradient(135deg,#ffffff14,#ffffff0a);border-color:#ffffff26;transition:all .3s}.song-player{z-index:1000;background:#181818;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;height:120px;padding:0 16px;display:flex;position:fixed;bottom:0;left:0;right:0}.player-left{flex:0 0 30%;align-items:center;gap:12px;min-width:180px;display:flex}.player-album-art,.player-album-art-placeholder{-o-object-fit:cover;object-fit:cover;background:#2a2a2a;border-radius:4px;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;display:flex}.player-song-info{flex-direction:column;gap:4px;min-width:0;display:flex}.player-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.player-artist{color:#b3b3b3;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.player-center{flex-direction:column;flex:1;align-items:center;gap:8px;max-width:722px;display:flex}.player-controls{align-items:center;gap:8px;display:flex}.player-btn{color:#b3b3b3;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:8px;font-size:20px;transition:all .2s;display:flex;position:relative}.player-btn:hover{color:#fff;background:#ffffff1a;transform:scale(1.1)}.player-btn.active{color:#1db954;background:#1db95426;box-shadow:0 0 8px #1db9544d}.player-btn.active:hover{color:#1ed760;background:#1db95440;transform:scale(1.15);box-shadow:0 0 12px #1db95480}.shuffle-btn.active{animation:2s ease-in-out infinite shufflePulse}.repeat-btn.active{animation:2s ease-in-out infinite repeatPulse}@keyframes shufflePulse{0%,to{box-shadow:0 0 8px #1db9544d}50%{box-shadow:0 0 16px #1db95499}}@keyframes repeatPulse{0%,to{box-shadow:0 0 8px #1db9544d}50%{box-shadow:0 0 16px #1db95499}}.play-pause-btn{color:#000;background:#fff;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;display:flex;position:relative}.play-pause-btn:hover:not(:disabled){color:#fff;background:#1db954;transform:scale(1.05)}.play-pause-btn:disabled{cursor:not-allowed;opacity:.7}.loading-spinner{border:3px solid #0003;border-top-color:#000;border-radius:50%;width:20px;height:20px;margin-top:16px;animation:.8s linear infinite spin}.play-pause-btn:hover:not(:disabled) .loading-spinner{border-top-color:#fff}.player-progress{align-items:center;gap:12px;width:100%;display:flex}.player-time{color:#b3b3b3;text-align:center;min-width:40px;font-size:11px}.progress-bar-container{flex:1;position:relative;overflow:visible;display:flex;align-items:center}.progress-bar{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:transparent;border-radius:2px;outline:none;width:100%;height:4px;position:relative}.progress-bar::-webkit-slider-runnable-track{width:100%;height:4px;background:linear-gradient(to right,#1db95488 0%,#1db95488 var(--progress, 0%),#ffffff4d var(--progress, 0%),#ffffff4d 100%);border-radius:2px;cursor:pointer}.progress-bar::-moz-range-track{width:100%;height:4px;background:#ffffff4d;border-radius:2px;border:none;cursor:pointer}.progress-bar::-moz-range-progress{height:4px;background:linear-gradient(to right,#1db95488,#1ed76088);border-radius:2px}.progress-bar::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;cursor:pointer;opacity:1;background:#fff;border:2px solid #1db954;border-radius:50%;width:14px;height:14px;margin-top:-5px;-webkit-transition:width .2s,height .2s,box-shadow .2s;transition:width .2s,height .2s,box-shadow .2s;box-shadow:0 2px 8px #1db95466}.progress-bar-container:hover .progress-bar::-webkit-slider-thumb{opacity:1!important;border-color:#1ed760!important;width:16px!important;height:16px!important;box-shadow:0 4px 12px #1db95480!important}.progress-bar:active::-webkit-slider-thumb{opacity:1!important;border-color:#1ed760!important;width:16px!important;height:16px!important;box-shadow:0 4px 12px #1db95480!important}.progress-bar:focus::-webkit-slider-thumb{opacity:1!important;border-color:#1ed760!important;width:16px!important;height:16px!important;box-shadow:0 4px 12px #1db95480!important}.progress-bar:focus-visible::-webkit-slider-thumb{opacity:1!important;border-color:#1ed760!important;width:16px!important;height:16px!important;box-shadow:0 4px 12px #1db95480!important}.progress-bar::-webkit-slider-thumb:active{opacity:1!important;border-color:#1ed760!important;width:16px!important;height:16px!important;box-shadow:0 4px 12px #1db95480!important}.progress-bar::-moz-range-thumb{cursor:pointer;opacity:1;background:#fff;border:2px solid #1db954;border-radius:50%;width:14px;height:14px;transform:translateY(-5px);-moz-transition:width .2s,height .2s,box-shadow .2s,transform .2s;transition:width .2s,height .2s,box-shadow .2s,transform .2s;box-shadow:0 2px 8px #1db95466}.progress-bar-container:hover .progress-bar::-moz-range-thumb{opacity:1!important;border-color:#1ed760!important;width:16px!important;height:16px!important;box-shadow:0 4px 12px #1db95480!important}.progress-bar:active::-moz-range-thumb{opacity:1!important;border-color:#1ed760!important;width:16px!important;height:16px!important;box-shadow:0 4px 12px #1db95480!important}.progress-bar:focus::-moz-range-thumb{opacity:1!important;border-color:#1ed760!important;width:16px!important;height:16px!important;box-shadow:0 4px 12px #1db95480!important}.progress-bar:focus-visible::-moz-range-thumb{opacity:1!important;border-color:#1ed760!important;width:16px!important;height:16px!important;box-shadow:0 4px 12px #1db95480!important}.progress-bar::-moz-range-thumb:active{opacity:1!important;border-color:#1ed760!important;width:16px!important;height:16px!important;box-shadow:0 4px 12px #1db95480!important}.player-right{flex:0 0 30%;justify-content:flex-end;align-items:center;gap:12px;min-width:180px;display:flex}.player-volume-control{align-items:center;gap:8px;width:125px;display:flex}.volume-icon{color:#b3b3b3;font-size:16px}.volume-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:#ffffff4d;border-radius:2px;outline:none;width:100%;height:4px}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;cursor:pointer;opacity:1;background:#fff;border:2px solid #1db954;border-radius:50%;width:12px;height:12px;-webkit-transition:width .2s,height .2s,box-shadow .2s;transition:width .2s,height .2s,box-shadow .2s;box-shadow:0 2px 6px #1db95466}.player-volume-control:hover .volume-slider::-webkit-slider-thumb{opacity:1;border-color:#1ed760;width:14px;height:14px;box-shadow:0 4px 10px #1db95480}.volume-slider:active::-webkit-slider-thumb{opacity:1;border-color:#1ed760;width:14px;height:14px;box-shadow:0 4px 10px #1db95480}.volume-slider:focus::-webkit-slider-thumb{opacity:1;border-color:#1ed760;width:14px;height:14px;box-shadow:0 4px 10px #1db95480}.volume-slider::-webkit-slider-thumb:active{opacity:1!important;border-color:#1ed760!important;width:14px!important;height:14px!important;box-shadow:0 4px 10px #1db95480!important}.volume-slider::-moz-range-thumb{cursor:pointer;opacity:1;background:#fff;border:2px solid #1db954;border-radius:50%;width:12px;height:12px;-moz-transition:width .2s,height .2s,box-shadow .2s;transition:width .2s,height .2s,box-shadow .2s;box-shadow:0 2px 6px #1db95466}.player-volume-control:hover .volume-slider::-moz-range-thumb{opacity:1;border-color:#1ed760;width:14px;height:14px;box-shadow:0 4px 10px #1db95480}.volume-slider:active::-moz-range-thumb{opacity:1;border-color:#1ed760;width:14px;height:14px;box-shadow:0 4px 10px #1db95480}.volume-slider:focus::-moz-range-thumb{opacity:1;border-color:#1ed760;width:14px;height:14px;box-shadow:0 4px 10px #1db95480}.volume-slider::-moz-range-thumb:active{opacity:1!important;border-color:#1ed760!important;width:14px!important;height:14px!important;box-shadow:0 4px 10px #1db95480!important}.queue-btn{font-size:18px}@media (max-width: 1024px){.song-player{height:1200px;padding:0 12px}.player-left{flex:0 0 25%;min-width:150px}.player-album-art,.player-album-art-placeholder{width:48px;height:48px;font-size:20px}.player-title{font-size:13px}.player-artist{font-size:11px}.player-center{max-width:600px}.player-btn{width:28px;height:28px;padding:6px;font-size:18px}.play-pause-btn{width:36px;height:36px;font-size:14px}.player-right{flex:0 0 25%;min-width:120px}.player-volume-control{width:100px}}@media (max-width: 768px){.song-player{box-sizing:border-box;flex-direction:column;gap:12px;height:140px;padding:12px 16px;overflow:hidden}.player-left,.player-center,.player-right{display:none}.player-mobile-top{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.player-mobile-info{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.player-mobile-album-art,.player-mobile-album-art-placeholder{-o-object-fit:cover;object-fit:cover;background:#2a2a2a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;display:flex}[data-theme=light] .player-mobile-album-art-placeholder{background:linear-gradient(135deg,#f0f0f0,#e5e5e5);box-shadow:0 2px 8px #0000001a,0 0 0 1px #0000000d}.player-mobile-song-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.player-mobile-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}[data-theme=light] .player-mobile-title{color:var(--text-primary);letter-spacing:-.2px;font-size:16px;font-weight:700}.player-mobile-artist{color:#b3b3b3;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}[data-theme=light] .player-mobile-artist{color:var(--text-secondary);font-size:14px;font-weight:500}.player-mobile-header-buttons{flex-shrink:0;align-items:center;gap:12px;display:flex}.player-mobile-queue-btn{color:#b3b3b3;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;font-size:20px;transition:all .2s;display:flex}.player-mobile-queue-btn:hover{color:#fff;background:#ffffff1a}[data-theme=light] .player-mobile-queue-btn{color:var(--text-primary);background:#0000000a;border:1px solid #00000014;border-radius:10px;width:40px;height:40px;font-weight:600;box-shadow:0 1px 3px #0000000d}[data-theme=light] .player-mobile-queue-btn:hover{background:#0000000f;border-color:#0000001a}[data-theme=light] .player-mobile-queue-btn:active{background:#00000014;border-color:#0000001f;transform:scale(.92);box-shadow:0 2px 6px #0000001a}.player-mobile-volume-wrapper{flex-shrink:0;position:relative}.player-mobile-volume-btn{color:#b3b3b3;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;font-size:20px;transition:color .2s;display:flex}.player-mobile-volume-btn:active{color:#1db954}[data-theme=light] .player-mobile-volume-btn{color:var(--text-primary);background:#0000000a;border:1px solid #00000014;border-radius:10px;width:40px;height:40px;box-shadow:0 1px 3px #0000000d}[data-theme=light] .player-mobile-volume-btn:active{color:#1db954;background:linear-gradient(135deg,#1db9541f,#1ed76014);border-color:#1db95440;transform:scale(.92);box-shadow:0 2px 8px #1db95433}.player-mobile-volume-modal{z-index:1001;background:#2a2a2a;border-radius:8px;margin-bottom:8px;padding:16px 8px;position:absolute;bottom:100%;right:0;box-shadow:0 4px 12px #00000080}[data-theme=light] .player-mobile-volume-modal{-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#fff,#fafafa);border:1px solid #0000001a;box-shadow:0 8px 24px #00000026,0 0 0 1px #0000000d}.player-mobile-volume-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;writing-mode:vertical-lr;cursor:pointer;direction:rtl;background:#ffffff4d;border-radius:2px;outline:none;width:4px;height:100px}[data-theme=light] .player-mobile-volume-slider{background:#0000001a}.player-mobile-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;cursor:pointer;background:#fff;border-radius:50%;width:16px;height:16px;box-shadow:0 2px 4px #0000004d}[data-theme=light] .player-mobile-volume-slider::-webkit-slider-thumb{background:linear-gradient(135deg,#1db954,#1ed760);border:2px solid #fff;box-shadow:0 2px 8px #1db9544d}.player-mobile-volume-slider::-moz-range-thumb{-moz-appearance:none;appearance:none;cursor:pointer;background:#fff;border:none;border-radius:50%;width:16px;height:16px;box-shadow:0 2px 4px #0000004d}[data-theme=light] .player-mobile-volume-slider::-moz-range-thumb{background:linear-gradient(135deg,#1db954,#1ed760);border:2px solid #fff;box-shadow:0 2px 8px #1db9544d}.player-mobile-progress{flex-direction:column;gap:6px;width:100%;display:flex}.player-mobile-progress-bar-container{width:100%;position:relative}.player-mobile-progress-bar{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:#ffffff4d;border-radius:3px;outline:none;width:100%;height:6px}[data-theme=light] .player-mobile-progress-bar{background:#00000014;border-radius:2px;height:4px}.player-mobile-progress-bar::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;cursor:pointer;opacity:1;background:#fff;border:2px solid #1db954;border-radius:50%;width:18px;height:18px;-webkit-transition:width .2s,height .2s,box-shadow .2s;transition:width .2s,height .2s,box-shadow .2s;box-shadow:0 2px 8px #1db95466}[data-theme=light] .player-mobile-progress-bar::-webkit-slider-thumb{background:linear-gradient(135deg,#1db954,#1ed760);border:3px solid #fff;width:18px;height:18px;box-shadow:0 2px 12px #1db95466,0 0 0 3px #1db9541f}.player-mobile-progress-bar-container:hover .player-mobile-progress-bar::-webkit-slider-thumb{opacity:1!important;border-color:#1ed760!important;width:20px!important;height:20px!important;box-shadow:0 4px 12px #1db95480!important}.player-mobile-progress-bar:active::-webkit-slider-thumb{opacity:1!important;border-color:#1ed760!important;width:20px!important;height:20px!important;box-shadow:0 4px 12px #1db95480!important}.player-mobile-progress-bar:focus::-webkit-slider-thumb{opacity:1!important;border-color:#1ed760!important;width:20px!important;height:20px!important;box-shadow:0 4px 12px #1db95480!important}.player-mobile-progress-bar:focus-visible::-webkit-slider-thumb{opacity:1!important;border-color:#1ed760!important;width:20px!important;height:20px!important;box-shadow:0 4px 12px #1db95480!important}[data-theme=light] .player-mobile-progress-bar-container:hover .player-mobile-progress-bar::-webkit-slider-thumb{border-width:3px!important;width:20px!important;height:20px!important;box-shadow:0 4px 18px #1db95480,0 0 0 4px #1db9542e!important}[data-theme=light] .player-mobile-progress-bar:active::-webkit-slider-thumb{border-width:3px!important;width:20px!important;height:20px!important;box-shadow:0 4px 18px #1db95480,0 0 0 4px #1db9542e!important}[data-theme=light] .player-mobile-progress-bar:focus::-webkit-slider-thumb{border-width:3px!important;width:20px!important;height:20px!important;box-shadow:0 4px 18px #1db95480,0 0 0 4px #1db9542e!important}.player-mobile-progress-bar::-webkit-slider-thumb:active{opacity:1!important;border-color:#1ed760!important;width:20px!important;height:20px!important;box-shadow:0 4px 12px #1db95480!important}[data-theme=light] .player-mobile-progress-bar::-webkit-slider-thumb:active{border-width:3px!important;width:20px!important;height:20px!important;box-shadow:0 4px 18px #1db95480,0 0 0 4px #1db9542e!important}.player-mobile-progress-bar::-moz-range-thumb{cursor:pointer;opacity:1;background:#fff;border:2px solid #1db954;border-radius:50%;width:18px;height:18px;-moz-transition:width .2s,height .2s,box-shadow .2s;transition:width .2s,height .2s,box-shadow .2s;box-shadow:0 2px 8px #1db95466}[data-theme=light] .player-mobile-progress-bar::-moz-range-thumb{background:linear-gradient(135deg,#1db954,#1ed760);border:3px solid #fff;width:18px;height:18px;box-shadow:0 2px 12px #1db95466,0 0 0 3px #1db9541f}.player-mobile-progress-bar-container:hover .player-mobile-progress-bar::-moz-range-thumb{opacity:1!important;border-color:#1ed760!important;width:20px!important;height:20px!important;box-shadow:0 4px 12px #1db95480!important}.player-mobile-progress-bar:active::-moz-range-thumb{opacity:1!important;border-color:#1ed760!important;width:20px!important;height:20px!important;box-shadow:0 4px 12px #1db95480!important}.player-mobile-progress-bar:focus::-moz-range-thumb{opacity:1!important;border-color:#1ed760!important;width:20px!important;height:20px!important;box-shadow:0 4px 12px #1db95480!important}.player-mobile-progress-bar:focus-visible::-moz-range-thumb{opacity:1!important;border-color:#1ed760!important;width:20px!important;height:20px!important;box-shadow:0 4px 12px #1db95480!important}[data-theme=light] .player-mobile-progress-bar-container:hover .player-mobile-progress-bar::-moz-range-thumb{border-width:3px!important;width:20px!important;height:20px!important;box-shadow:0 4px 18px #1db95480,0 0 0 4px #1db9542e!important}[data-theme=light] .player-mobile-progress-bar:active::-moz-range-thumb{border-width:3px!important;width:20px!important;height:20px!important;box-shadow:0 4px 18px #1db95480,0 0 0 4px #1db9542e!important}[data-theme=light] .player-mobile-progress-bar:focus::-moz-range-thumb{border-width:3px!important;width:20px!important;height:20px!important;box-shadow:0 4px 18px #1db95480,0 0 0 4px #1db9542e!important}.player-mobile-progress-bar::-moz-range-thumb:active{opacity:1!important;border-color:#1ed760!important;width:20px!important;height:20px!important;box-shadow:0 4px 12px #1db95480!important}[data-theme=light] .player-mobile-progress-bar::-moz-range-thumb:active{border-width:3px!important;width:20px!important;height:20px!important;box-shadow:0 4px 18px #1db95480,0 0 0 4px #1db9542e!important}.player-mobile-time{color:#b3b3b3;justify-content:space-between;font-size:11px;display:flex}[data-theme=light] .player-mobile-time{color:var(--text-secondary);font-weight:500}.player-mobile-controls{justify-content:center;align-items:center;gap:24px;width:100%;display:flex}.player-mobile-btn{color:#b3b3b3;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.player-mobile-btn:active{transform:scale(.95)}[data-theme=light] .player-mobile-btn{color:var(--text-secondary);background:0 0;width:44px;height:44px;transition:all .2s cubic-bezier(.4,0,.2,1)}[data-theme=light] .player-mobile-btn:active{color:var(--text-primary);background:#00000014;transform:scale(.9)}.shuffle-btn-mobile,.repeat-btn-mobile{width:32px;height:32px;font-size:18px}.shuffle-btn-mobile.active,.repeat-btn-mobile.active{color:#1db954}[data-theme=light] .shuffle-btn-mobile,[data-theme=light] .repeat-btn-mobile{width:44px;height:44px;color:var(--text-secondary);font-size:22px}[data-theme=light] .shuffle-btn-mobile.active,[data-theme=light] .repeat-btn-mobile.active{color:#1db954;background:linear-gradient(135deg,#1db95426,#1ed7601a);transform:scale(1);box-shadow:0 2px 10px #1db95440}[data-theme=light] .shuffle-btn-mobile.active:active,[data-theme=light] .repeat-btn-mobile.active:active{transform:scale(.9);box-shadow:0 1px 6px #1db95433}.prev-btn-mobile,.next-btn-mobile{width:40px;height:40px;font-size:20px}[data-theme=light] .prev-btn-mobile,[data-theme=light] .next-btn-mobile{width:52px;height:52px;color:var(--text-primary);font-size:24px;font-weight:600}[data-theme=light] .prev-btn-mobile:active,[data-theme=light] .next-btn-mobile:active{background:#0000001a;transform:scale(.88)}.play-pause-btn-mobile{color:#000;background:#fff;justify-content:center;align-items:center;width:64px;height:64px;font-size:28px;display:flex;position:relative;box-shadow:0 4px 12px #0000004d}.play-pause-btn-mobile:active:not(:disabled){color:#fff;background:#1db954;transform:scale(.95)}.play-pause-btn-mobile:disabled{cursor:not-allowed;opacity:.7}.play-pause-btn-mobile .loading-spinner{border:3px solid #0003;border-top-color:#000;width:28px;height:28px}[data-theme=light] .play-pause-btn-mobile{color:#fff;background:linear-gradient(135deg,#1db954,#1ed760);border-radius:50%;width:76px;height:76px;font-size:36px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 24px #1db95466,0 0 0 5px #1db9541f,inset 0 1px #fff3}[data-theme=light] .play-pause-btn-mobile:hover:not(:disabled){background:linear-gradient(135deg,#1ed760,#1db954);transform:scale(1.08);box-shadow:0 10px 28px #1db95480,0 0 0 6px #1db95426,inset 0 1px #ffffff40}[data-theme=light] .play-pause-btn-mobile:active:not(:disabled){background:linear-gradient(135deg,#1db954,#1ed760);transform:scale(.92);box-shadow:0 4px 18px #1db95459,0 0 0 4px #1db9541a,inset 0 1px #ffffff26}[data-theme=light] .play-pause-btn-mobile:disabled{opacity:.6;cursor:not-allowed}[data-theme=light] .play-pause-btn-mobile .loading-spinner{border:3px solid #fff3;border-top-color:#fff;width:32px;height:32px}}@media (max-width: 480px){.song-player{box-sizing:border-box;gap:10px;height:130px;padding:10px 12px;overflow:hidden}.player-mobile-album-art,.player-mobile-album-art-placeholder{width:48px;height:48px;font-size:20px}.player-mobile-title{font-size:14px}.player-mobile-artist{font-size:12px}.player-mobile-volume-btn{padding:6px;font-size:18px}.player-mobile-volume-modal{padding:12px 6px}.player-mobile-volume-slider{height:80px}.player-mobile-progress-bar{height:5px}.player-mobile-progress-bar::-webkit-slider-thumb{width:14px;height:14px}.player-mobile-progress-bar::-moz-range-thumb{width:14px;height:14px}.player-mobile-time{font-size:10px}.player-mobile-controls{gap:20px}}.queue-modal-overlay{backdrop-filter:blur(10px);z-index:999999;background:#000000f2;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.queue-modal-content{background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;width:100%;max-width:900px;max-height:90vh;animation:.3s slideUp;display:flex;overflow:hidden;box-shadow:0 20px 60px #000c}.queue-modal-header{background:#ffffff05;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.queue-modal-title-section{flex-direction:column;gap:4px;display:flex}.queue-modal-title{color:#fff;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff,#1db954);-webkit-background-clip:text;background-clip:text;margin:0;font-size:28px;font-weight:700}.queue-modal-count{color:#b3b3b3;font-size:14px;font-weight:500}.queue-modal-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;transition:all .2s;display:flex}.queue-modal-close:hover{background:#fff3;transform:rotate(90deg)}.queue-modal-body{flex:1;padding:16px;overflow-y:auto}.queue-modal-empty{color:#b3b3b3;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;display:flex}.queue-empty-icon{opacity:.5;margin-bottom:16px;font-size:64px}.queue-empty-text{margin:0;font-size:18px}.queue-song-list{flex-direction:column;gap:8px;display:flex}.queue-song-item{cursor:pointer;background:#ffffff05;border:1px solid #0000;border-radius:12px;grid-template-columns:50px 60px 1fr auto;align-items:center;gap:16px;padding:12px 16px;transition:all .2s;display:grid}.queue-song-item:hover{background:#ffffff14;border-color:#ffffff1a;transform:translate(4px)}.queue-song-item.active{background:linear-gradient(90deg,#1db95426,#1db9540d);border-color:#1db9544d;box-shadow:0 4px 12px #1db95433}.queue-song-number{color:#b3b3b3;justify-content:center;align-items:center;width:50px;font-size:14px;font-weight:500;display:flex}.queue-playing-indicator{color:#1db954;filter:drop-shadow(0 0 4px #1db954cc);font-size:16px;animation:2s infinite pulse}.queue-song-index{color:#666}.queue-song-item.active .queue-song-index{color:#1db954}.queue-song-cover{border-radius:8px;flex-shrink:0;width:60px;height:60px;overflow:hidden}.queue-song-cover-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.queue-song-cover-placeholder{background:linear-gradient(135deg,#333,#222);justify-content:center;align-items:center;width:100%;height:100%;font-size:24px;display:flex}.queue-song-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.queue-song-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:600;overflow:hidden}.queue-song-item.active .queue-song-title{color:#1db954}.queue-song-artist{color:#b3b3b3;white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.queue-song-album{color:#666;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.queue-song-duration{color:#b3b3b3;text-align:right;min-width:50px;font-size:14px;font-weight:500}.queue-song-item.active .queue-song-duration{color:#1db954}.queue-modal-footer{background:#ffffff05;border-top:1px solid #ffffff1a;justify-content:center;align-items:center;padding:16px 32px;display:flex}.queue-shuffle-badge{color:#1db954;background:#1db95426;border:1px solid #1db9544d;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;display:inline-flex}.queue-modal-body::-webkit-scrollbar{width:8px}.queue-modal-body::-webkit-scrollbar-track{background:0 0}.queue-modal-body::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.queue-modal-body::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media (max-width: 1024px){.queue-modal-content{border-radius:16px;max-width:95%;max-height:85vh}.queue-modal-header{padding:20px 24px}.queue-modal-title{font-size:24px}.queue-song-item{grid-template-columns:40px 50px 1fr auto;gap:12px;padding:10px 12px}.queue-song-cover{width:50px;height:50px}}@media (max-width: 768px){.queue-modal-overlay{padding:0}.queue-modal-content{border-radius:0;max-width:100%;height:100vh;max-height:100vh}.queue-modal-header{padding:16px 20px}.queue-modal-title{font-size:20px}.queue-modal-count{font-size:12px}.queue-modal-close{width:36px;height:36px;font-size:20px}.queue-modal-body{padding:12px}.queue-song-item{grid-template-columns:35px 45px 1fr auto;gap:10px;padding:10px}.queue-song-cover{width:45px;height:45px}.queue-song-title{font-size:14px}.queue-song-artist{font-size:12px}.queue-song-album{font-size:11px}.queue-song-duration{font-size:12px}.queue-modal-footer{padding:12px 20px}.queue-shuffle-badge{padding:6px 12px;font-size:12px}}@media (max-width: 480px){.queue-modal-header{padding:12px 16px}.queue-modal-title{font-size:18px}.queue-song-item{grid-template-columns:30px 40px 1fr auto;gap:8px;padding:8px}.queue-song-cover{width:40px;height:40px}.queue-song-title{font-size:13px}.queue-song-artist{font-size:11px}.queue-song-duration{min-width:40px;font-size:11px}.shuffle-btn-mobile,.repeat-btn-mobile{width:28px;height:28px;font-size:16px}.prev-btn-mobile,.next-btn-mobile{width:36px;height:36px;font-size:18px}.play-pause-btn-mobile{width:56px;height:56px;font-size:24px}}@media (min-width: 769px){.player-mobile-top,.player-mobile-progress,.player-mobile-controls{display:none}}.upload-container{max-width:100%;margin:0;padding:0}.upload-card{box-shadow:none;color:#fff;background:0 0;border-radius:0;padding:0}.upload-card h2{display:none}.upload-card .form-row,.edit-card .form-row{flex-wrap:wrap;gap:16px;margin-bottom:16px;display:flex}.upload-card .form-group,.edit-card .form-group{flex:1;min-width:200px;margin-bottom:0}.upload-card .form-group label,.edit-card .form-group label{color:#ffffffe6;letter-spacing:.3px;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.upload-card .form-group input[type=text],.upload-card .form-group input[type=number],.upload-card .form-group input[type=email],.edit-card .form-group input[type=text],.edit-card .form-group input[type=number],.edit-card .form-group input[type=email]{color:#fff;box-sizing:border-box;background:#ffffff14;border:1px solid #ffffff26;border-radius:10px;width:100%;padding:14px 16px;font-family:inherit;font-size:15px;transition:all .3s}.upload-card .form-group input[type=text]::-moz-placeholder,.upload-card .form-group input[type=number]::-moz-placeholder,.edit-card .form-group input[type=text]::-moz-placeholder,.edit-card .form-group input[type=number]::-moz-placeholder{color:#fff6}.upload-card .form-group input[type=text]::placeholder,.upload-card .form-group input[type=number]::placeholder,.edit-card .form-group input[type=text]::placeholder,.edit-card .form-group input[type=number]::placeholder{color:#fff6}.upload-card .form-group input[type=text]:focus,.upload-card .form-group input[type=number]:focus,.upload-card .form-group input[type=email]:focus,.edit-card .form-group input[type=text]:focus,.edit-card .form-group input[type=number]:focus,.edit-card .form-group input[type=email]:focus{background:#ffffff1f;border-color:#1db954;outline:none;box-shadow:0 0 0 3px #1db9541a}.upload-card .form-group input[type=file],.edit-card .form-group input[type=file]{color:#fff;cursor:pointer;box-sizing:border-box;background:#ffffff14;border:1px solid #ffffff26;border-radius:10px;width:100%;padding:10px;font-size:14px;transition:all .3s}.upload-card .form-group input[type=file]:focus,.edit-card .form-group input[type=file]:focus{background:#ffffff1f;border-color:#1db954;outline:none;box-shadow:0 0 0 3px #1db9541a}.upload-card .form-group input[type=url]{color:#fff;box-sizing:border-box;background:#ffffff14;border:1px solid #ffffff26;border-radius:10px;width:100%;padding:14px 16px;font-family:inherit;font-size:15px;transition:all .3s}.upload-card .form-group input[type=url]::-moz-placeholder{color:#fff6}.upload-card .form-group input[type=url]::placeholder{color:#fff6}.upload-card .form-group input[type=url]:focus{background:#ffffff1f;border-color:#1db954;outline:none;box-shadow:0 0 0 3px #1db9541a}.youtube-url-input-group{gap:8px;margin-bottom:8px;display:flex;align-items:center}.youtube-url-input-group input[type=url]{flex:2}.youtube-url-input-group .youtube-album-input{flex:1}.youtube-url-input{margin-top:0}.remove-url-btn{color:#fff;cursor:pointer;background:#f44;border:none;border-radius:50%;width:28px;height:28px;font-size:16px;font-weight:600;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.remove-url-btn:hover{background:#f66;transform:scale(1.1)}.add-url-btn{color:#fff;cursor:pointer;background:#1db954;border:none;border-radius:8px;padding:10px 16px;margin-top:8px;font-size:14px;font-weight:500;transition:all .3s;display:inline-flex;align-items:center;gap:6px}.add-url-btn:hover{background:#1ed760;transform:translateY(-1px);box-shadow:0 4px 8px #1db95433}.upload-card .image-preview{-o-object-fit:cover;object-fit:cover;border-radius:10px;width:100%;max-width:200px;height:auto;margin-top:12px;box-shadow:0 4px 12px #0000004d}.upload-card .form-actions,.edit-card .form-actions,.playlist-edit-form .form-actions,.playlist-create-form .form-actions{gap:12px;width:100%;margin-top:24px;margin-bottom:0;padding:0;display:flex}.upload-card,.edit-card,.upload-card form,.edit-card form{display:block}.modal-content:has(.upload-card) .form-actions,.modal-content:has(.edit-card) .form-actions,.modal-content:has(.user-edit-form) .form-actions,.modal-content:has(.playlist-edit-form) .form-actions,.modal-content:has(.playlist-create-form) .form-actions,.upload-card form .form-actions,.edit-card form .form-actions,.user-edit-form .form-actions,.playlist-edit-form .form-actions,.playlist-create-form .form-actions{-webkit-backdrop-filter:blur(10px);z-index:100;background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:none;border-top:1px solid #ffffff1a;border-radius:0;width:100%;margin:0;padding:20px 32px;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #0000004d}.profile-edit-form .form-actions{-webkit-backdrop-filter:none!important;width:100%!important;box-shadow:none!important;z-index:auto!important;background:0 0!important;border:none!important;margin-top:24px!important;padding:0!important;position:static!important;bottom:auto!important;left:auto!important;right:auto!important}.modal-content:has(.upload-card),.modal-content:has(.edit-card),.modal-content:has(.user-edit-form),.modal-content:has(.playlist-edit-form),.modal-content:has(.playlist-create-form){position:relative}.modal-content:has(.profile-edit-form){position:static}.error-message{color:#ff6b6b;text-align:center;background-color:#ff00001a;border:1px solid #f003;border-radius:6px;margin-bottom:1rem;padding:.75rem}.success-message{color:#1db954;text-align:center;background-color:#1db9541a;border:1px solid #1db95433;border-radius:6px;margin-bottom:1rem;padding:.75rem}@media (max-width: 768px){.form-row{grid-template-columns:1fr}}.auth-container{background:#121212;justify-content:center;align-items:center;min-height:calc(100vh - 60px);margin-top:60px;display:flex}.auth-split-layout{grid-template-columns:1fr 1fr;width:100%;min-height:calc(100vh - 60px);display:grid}.auth-left{z-index:1;background:#1a1a1a;justify-content:center;align-items:center;width:50%;height:calc(100vh - 60px);padding:60px 48px;display:flex;position:fixed;top:60px;left:0;overflow:hidden}.auth-left-image{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.auth-left-img{-o-object-fit:cover;object-fit:cover;opacity:.4;filter:brightness(.7) saturate(1.2);width:100%;height:100%}.auth-left:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(135deg,#1db95426,#1ed7601a,#1db95426),radial-gradient(circle at 20%,#1db9541a,#0000 50%),radial-gradient(circle at 80% 80%,#1ed7601a,#0000 50%);position:absolute;inset:0}.auth-left-content{z-index:2;text-align:left;max-width:500px;position:relative}.auth-left-text{color:#ffffffe6;letter-spacing:.5px;text-shadow:0 2px 10px #00000080;margin-bottom:16px;font-size:1.25rem;font-weight:400}.auth-left-title{-webkit-text-fill-color:transparent;text-shadow:0 4px 20px #1db9544d;letter-spacing:-1px;filter:drop-shadow(0 4px 20px #1db95433);background:linear-gradient(135deg,#fff,#1db954,#1ed760);-webkit-background-clip:text;background-clip:text;margin:0;font-size:4.5rem;font-weight:800;line-height:1.1}.auth-left-overlay{z-index:1;pointer-events:none;background:linear-gradient(#1212124d,#12121299),linear-gradient(90deg,#12121266,#0000 50%);position:absolute;inset:0}.auth-right{z-index:2;box-sizing:border-box;background:#121212;justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 60px);margin-left:100%;padding:60px 48px;display:flex;position:relative}.auth-card{box-sizing:border-box;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:480px;padding:48px 40px;box-shadow:0 8px 32px #0006}.auth-title{-webkit-text-fill-color:transparent;text-align:left;background:linear-gradient(135deg,#fff,#1db954);-webkit-background-clip:text;background-clip:text;margin-bottom:32px;font-size:2rem;font-weight:700}.form-group{margin-bottom:24px}.form-group label{color:#b3b3b3;margin-bottom:8px;font-size:.95rem;font-weight:500;display:block}.form-group input{color:#fff;box-sizing:border-box;background:#2a2a2a;border:1.5px solid #ffffff1a;border-radius:8px;width:100%;padding:14px 16px;font-size:1rem;transition:all .3s}.form-group input:focus{background:#333;border-color:#1db954;outline:none;box-shadow:0 0 0 3px #1db9541a}.form-group input::-moz-placeholder{color:#666}.form-group input::placeholder{color:#666}.form-checkbox{align-items:flex-start;gap:12px;margin-bottom:24px;display:flex}.form-checkbox input[type=checkbox]{cursor:pointer;accent-color:#ff6b9d;flex-shrink:0;width:20px;height:20px;margin-top:2px}.form-checkbox label{color:#b3b3b3;cursor:pointer;margin:0;font-size:.9rem;line-height:1.5}.auth-card .btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1db954,#1ed760);border:none;border-radius:50px;width:100%;margin-bottom:24px;padding:16px;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 16px #1db9544d}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#1ed760,#1db954);transform:translateY(-2px);box-shadow:0 8px 24px #1db95466}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.error-message{color:#f44;text-align:center;background-color:#ff00001a;border:1px solid #f443;border-radius:8px;margin-bottom:24px;padding:12px 16px;font-size:.9rem}.auth-link{text-align:center;color:#b3b3b3;margin-top:24px;font-size:.95rem}.auth-link a{color:#1db954;font-weight:600;text-decoration:none;transition:color .2s}.auth-link a:hover{color:#1ed760;text-decoration:underline}@media (max-width: 1024px){.auth-split-layout{grid-template-columns:1fr}.auth-left{width:100%;height:auto;min-height:300px;padding:40px 32px;position:relative;top:auto;left:auto}.auth-right{width:100%;margin-left:0;padding:40px 32px}.auth-card{max-width:100%;padding:40px 32px}.auth-left-title{font-size:3.5rem}.auth-left-text{font-size:1.1rem}}@media (max-width: 768px){.auth-left{width:100%;height:auto;min-height:250px;padding:32px 24px;position:relative;top:auto;left:auto}.auth-right{width:100%;margin-left:0;padding:32px 24px}.auth-card{max-width:100%;padding:32px 24px}.auth-left-title{font-size:2.5rem}.auth-left-text{margin-bottom:12px;font-size:1rem}.auth-right,.auth-card{padding:32px 24px}.auth-title{margin-bottom:24px;font-size:1.75rem}.form-group{margin-bottom:20px}.btn-primary{margin-bottom:20px;padding:14px}}@media (max-width: 480px){.auth-left{width:100%;height:auto;min-height:200px;padding:24px 20px;position:relative;top:auto;left:auto}.auth-right{width:100%;margin-left:0;padding:24px 20px}.auth-card{max-width:100%;padding:24px 20px}.auth-left-title{font-size:2rem}.auth-left-text{font-size:.95rem}.auth-right,.auth-card{padding:24px 20px}.auth-title{margin-bottom:20px;font-size:1.5rem}.form-group input{padding:12px 14px;font-size:.95rem}.btn-primary{padding:12px;font-size:.95rem}.btn-social{padding:12px 14px;font-size:.95rem}}.album-detail-page{color:#fff;min-height:calc(100vh - 200px);padding:24px}.album-header{border-bottom:1px solid #ffffff1a;align-items:flex-end;gap:24px;margin-bottom:48px;padding-bottom:24px;display:flex}.album-header-image{-o-object-fit:cover;object-fit:cover;border-radius:8px;width:200px;height:200px;box-shadow:0 8px 24px #0000004d}.album-header-title-row{align-items:center;gap:16px;display:flex}.album-header-info h1{margin:0 0 8px;font-size:3rem;font-weight:700}.album-artist{color:#b3b3b3;margin:0 0 4px;font-size:1.2rem}.album-year{color:#888;margin:0 0 8px;font-size:14px}.album-song-count{color:#b3b3b3;margin:0;font-size:14px}.album-songs-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.album-songs h2{margin:0;font-size:1.5rem;font-weight:600}@media (max-width: 1024px){.album-detail-page{padding:20px}.album-header{gap:20px;margin-bottom:32px}.album-header-image{width:160px;height:160px}.album-header-info h1{font-size:2.5rem}.album-artist{font-size:1.1rem}.album-songs h2{font-size:1.25rem}}@media (max-width: 768px){.album-detail-page{padding:16px}.album-header{text-align:center;flex-direction:column;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:20px}.album-header-image{width:140px;height:140px}.album-header-info{width:100%}.album-header-title-row{flex-wrap:wrap;justify-content:center}.album-header-info h1{font-size:2rem}.album-artist{font-size:1rem}.album-songs-header{flex-direction:column;align-items:flex-start;gap:12px}.album-songs h2{font-size:1.125rem}.add-song-btn{width:100%;padding:8px 16px;font-size:13px}}@media (max-width: 480px){.album-detail-page{padding:12px}.album-header-image{width:120px;height:120px}.album-header-info h1{font-size:1.75rem}.album-artist{font-size:.9rem}.edit-btn{padding:6px 10px;font-size:16px}.album-songs h2{font-size:1rem}}.albums-page{color:#fff;min-height:calc(100vh - 200px);padding:24px}.albums-page h1{margin-bottom:32px;font-size:2rem;font-weight:700}.albums-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:24px;display:grid}@media (max-width: 1024px){.albums-page{padding:20px}.albums-page h1{margin-bottom:24px;font-size:1.75rem}.albums-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:20px}}@media (max-width: 768px){.albums-page{padding:16px}.albums-page h1{margin-bottom:20px;font-size:1.5rem}.albums-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px}}@media (max-width: 480px){.albums-page{padding:12px}.albums-page h1{margin-bottom:16px;font-size:1.25rem}.albums-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}}.artist-detail-page{color:#fff;min-height:calc(100vh - 200px);padding:24px}.artist-header{border-bottom:1px solid #ffffff1a;align-items:flex-end;gap:24px;margin-bottom:48px;padding-bottom:24px;display:flex}.artist-header-image{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:200px;height:200px;box-shadow:0 8px 24px #0000004d}.artist-header-title-row{align-items:center;gap:16px;display:flex}.artist-header-info h1{margin:0 0 8px;font-size:3rem;font-weight:700}.edit-btn{color:#b3b3b3;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;justify-content:center;align-items:center;padding:8px 12px;font-size:18px;transition:all .2s;display:flex}.edit-btn:hover{color:#1db954;background:#1db95433;border-color:#1db954}.artist-song-count{color:#b3b3b3;margin:0;font-size:14px}.artist-songs-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.artist-songs-actions{align-items:center;gap:16px;display:flex;flex-wrap:wrap}.artist-search-container{position:relative;display:flex;align-items:center}.duplicate-toggle-btn{color:#fff;cursor:pointer;background:#ff9800;border:none;border-radius:6px;padding:10px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex;align-items:center;gap:6px;white-space:nowrap}.duplicate-toggle-btn:hover{background:#fb8c00;transform:translateY(-1px)}.duplicate-toggle-btn.active{background:#f57c00}.artist-search-bar{color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:20px;outline:none;padding:8px 36px 8px 16px;font-size:14px;transition:all .3s;min-width:250px}.artist-search-bar:focus{background:#ffffff26;border-color:#1db954;box-shadow:0 0 0 3px #1db95433}.artist-search-bar::-moz-placeholder{color:#ffffff80}.artist-search-bar::placeholder{color:#ffffff80}.artist-search-icon{color:#fff9;pointer-events:none;position:absolute;right:12px;font-size:14px}.artist-songs h2{margin:0;font-size:1.5rem;font-weight:600}@media (max-width: 1024px){.artist-detail-page{padding:20px}.artist-header{gap:20px;margin-bottom:32px}.artist-header-image{width:160px;height:160px}.artist-header-info h1{font-size:2.5rem}.artist-songs h2{font-size:1.25rem}}@media (max-width: 768px){.artist-detail-page{padding:16px}.artist-header{text-align:center;flex-direction:column;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:20px}.artist-header-image{width:140px;height:140px}.artist-header-info{width:100%}.artist-header-title-row{flex-wrap:wrap;justify-content:center}.artist-header-info h1{font-size:2rem}.artist-songs-header{flex-direction:column;align-items:flex-start;gap:12px}.artist-songs h2{font-size:1.125rem}.add-song-btn{width:100%;padding:8px 16px;font-size:13px}.duplicate-toggle-btn{width:100%;justify-content:center;padding:10px 16px;font-size:13px}}@media (max-width: 480px){.artist-detail-page{padding:12px}.artist-header-image{width:120px;height:120px}.artist-header-info h1{font-size:1.75rem}.edit-btn{padding:6px 10px;font-size:16px}.artist-songs h2{font-size:1rem}}.duplicate-groups-container{display:flex;flex-direction:column;gap:24px;width:100%}.duplicate-group{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:20px}.duplicate-group-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.duplicate-group-title{color:#fff;font-size:1.25rem;font-weight:600;margin:0}.duplicate-group-count{color:#fff9;font-size:.875rem}.duplicate-group-songs{display:flex;flex-direction:column;gap:0;width:100%}.duplicate-group-songs .song-card{width:100%;min-width:0;margin-bottom:1rem}.duplicate-group-songs .song-card:last-child{margin-bottom:0}.duplicate-group-songs .song-card .song-card-right,.duplicate-group-songs .song-card .song-actions{display:flex!important;visibility:visible!important;opacity:1!important}.duplicate-group-songs .song-card .song-edit-btn,.duplicate-group-songs .song-card .song-delete-btn,.duplicate-group-songs .song-card .song-toggle-active-btn{display:inline-flex!important;visibility:visible!important;opacity:1!important}.duplicate-song-item{min-width:0}@media (max-width: 768px){.duplicate-group-songs{grid-template-columns:1fr}}[data-theme=light] .duplicate-group{background:#00000008;border-color:#0000001a}[data-theme=light] .duplicate-group-header{border-bottom-color:#0000001a}[data-theme=light] .duplicate-group-title{color:#000}[data-theme=light] .duplicate-group-count{color:#0009}.artists-page{color:#fff;min-height:calc(100vh - 200px);padding:24px}.artists-page h1{margin-bottom:32px;font-size:2rem;font-weight:700}.artists-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:24px;display:grid}@media (max-width: 1024px){.artists-page{padding:20px}.artists-page h1{margin-bottom:24px;font-size:1.75rem}.artists-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:20px}}@media (max-width: 768px){.artists-page{padding:16px}.artists-page h1{margin-bottom:20px;font-size:1.5rem}.artists-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px}}@media (max-width: 480px){.artists-page{padding:12px}.artists-page h1{margin-bottom:16px;font-size:1.25rem}.artists-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}}.genre-detail-page{color:#fff;min-height:calc(100vh - 200px);padding:24px}.genre-header{border-bottom:1px solid #ffffff1a;align-items:flex-end;gap:24px;margin-bottom:48px;padding-bottom:24px;display:flex}.genre-header-info h1{margin:0 0 8px;font-size:3rem;font-weight:700}.genre-song-count{color:#b3b3b3;margin:0;font-size:14px}.genre-songs-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.genre-songs h2{margin:0;font-size:1.5rem;font-weight:600}.add-song-btn{color:#fff;cursor:pointer;background:#1db954;border:none;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:600;transition:background-color .2s}.add-song-btn:hover{background:#1ed760}@media (max-width: 1024px){.genre-detail-page{padding:20px}.genre-header{gap:20px;margin-bottom:32px}.genre-header-info h1{font-size:2.5rem}.genre-songs h2{font-size:1.25rem}}@media (max-width: 768px){.genre-detail-page{padding:16px}.genre-header{margin-bottom:24px;padding-bottom:20px}.genre-header-info h1{font-size:2rem}.genre-songs-header{flex-direction:column;align-items:flex-start;gap:12px}.genre-songs h2{font-size:1.125rem}.add-song-btn{width:100%;padding:8px 16px;font-size:13px}}@media (max-width: 480px){.genre-detail-page{padding:12px}.genre-header-info h1{font-size:1.75rem}.genre-songs h2{font-size:1rem}}.genres-page{color:#fff;min-height:calc(100vh - 200px);padding:24px}.genres-page h1{margin-bottom:32px;font-size:2rem;font-weight:700}.genres-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:24px;display:grid}.genre-card{cursor:pointer;text-align:center;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:12px;padding:24px;transition:all .2s}.genre-card:hover{background:#2a2a2a;border-color:#1db9544d;transform:translateY(-4px);box-shadow:0 8px 24px #0006}.genre-icon{margin-bottom:12px;font-size:3rem}.genre-name{color:#fff;margin:0;font-size:18px;font-weight:600}@media (max-width: 1024px){.genres-page{padding:20px}.genres-page h1{margin-bottom:24px;font-size:1.75rem}.genres-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px}.genre-card{padding:20px}.genre-icon{font-size:2.5rem}.genre-name{font-size:16px}}@media (max-width: 768px){.genres-page{padding:16px}.genres-page h1{margin-bottom:20px;font-size:1.5rem}.genres-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}.genre-card{padding:16px}.genre-icon{margin-bottom:10px;font-size:2rem}.genre-name{font-size:15px}}@media (max-width: 480px){.genres-page{padding:12px}.genres-page h1{margin-bottom:16px;font-size:1.25rem}.genres-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.genre-card{padding:12px}.genre-icon{margin-bottom:8px;font-size:1.75rem}.genre-name{font-size:14px}}.home-page{color:#fff;padding-bottom:24px}.home-loading{text-align:center;color:#b3b3b3;padding:48px}.home-loading-overlay{z-index:9998;pointer-events:none;background:#0000004d;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.home-loading-overlay .loading-spinner{border:4px solid #fff3;border-top-color:#1db954;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.home-title{margin-bottom:32px;font-size:2rem;font-weight:700}.home-section{margin-bottom:48px}.section-title{color:#fff;margin-bottom:16px;font-size:1.5rem;font-weight:700}.section-cards-large{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;margin-bottom:32px;display:grid}.large-card{cursor:pointer;background:#1a1a1a;border-radius:8px;min-height:350px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.large-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0006}.large-card-image,.large-card-placeholder{-o-object-fit:cover;object-fit:cover;background:linear-gradient(135deg,#667eea,#764ba2);justify-content:center;align-items:center;width:100%;height:250px;display:flex}.large-card-placeholder{font-size:4rem}.large-card-content{padding:16px}.large-card-title{color:#fff;margin:0 0 4px;font-size:18px;font-weight:600}.large-card-subtitle{color:#b3b3b3;margin:0;font-size:14px}.section-cards{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:24px;display:grid}.recent-card{cursor:pointer;background:#1a1a1a;border-radius:8px;padding:16px;transition:transform .2s,background .2s;position:relative;overflow:hidden}.recent-card:hover{background:#2a2a2a;transform:translateY(-4px)}.recent-card.active{background:#1db9541a;border:1px solid #1db9544d}.recent-card.active:hover{background:#1db95426}.recent-card-image-container{aspect-ratio:1;width:100%;margin-bottom:12px;position:relative}.recent-card-image,.recent-card-placeholder{-o-object-fit:cover;object-fit:cover;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.recent-card-play-indicator{color:#000;background:#1db954;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;animation:2s infinite pulse-scale;display:flex;position:absolute;bottom:8px;right:8px;box-shadow:0 4px 12px #0000004d}@keyframes pulse-scale{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.recent-card-placeholder{font-size:3rem}.recent-card-info{min-height:60px}.recent-card-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:14px;font-weight:600;overflow:hidden}.recent-card-artist{color:#b3b3b3;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13px;overflow:hidden}@media (max-width: 1024px){.section-cards-large{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.section-cards{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:20px}.home-title{font-size:1.75rem}.section-title{font-size:1.25rem}}@media (max-width: 768px){.home-page{padding-bottom:16px}.home-title{margin-bottom:24px;font-size:1.5rem}.home-section{margin-bottom:32px}.section-title{margin-bottom:12px;font-size:1.125rem}.section-cards-large{grid-template-columns:1fr;gap:16px}.large-card{min-height:300px}.large-card-image,.large-card-placeholder{height:200px}.large-card-content{padding:12px}.large-card-title{font-size:16px}.large-card-subtitle{font-size:13px}.section-cards{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px}.recent-card{padding:12px}.recent-card-title{font-size:13px}.recent-card-artist{font-size:12px}.recent-card-play-indicator{width:32px;height:32px;font-size:14px;bottom:6px;right:6px}}@media (max-width: 480px){.home-title{margin-bottom:20px;font-size:1.25rem}.section-title{font-size:1rem}.section-cards{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.large-card{min-height:250px}.large-card-image,.large-card-placeholder{height:180px}.large-card-title{font-size:14px}.large-card-subtitle{font-size:12px}.recent-card{padding:10px}.recent-card-title{font-size:12px}.recent-card-artist{font-size:11px}}.landing-page{color:#fff;background:#121212;flex-direction:column;min-height:100vh;display:flex}.landing-hero{background:linear-gradient(#121212,#1a1a1a);grid-template-columns:1fr 1fr;align-items:center;gap:48px;max-width:1400px;min-height:calc(100vh - 60px);margin-top:60px;margin-left:auto;margin-right:auto;padding:80px 48px;display:grid}.landing-hero-content{text-align:left;z-index:2;flex-direction:column;align-items:flex-start;display:flex}.landing-hero-carousel{z-index:1;width:100%;height:500px;position:relative}.landing-title{-webkit-text-fill-color:transparent;text-align:left;background:linear-gradient(135deg,#fff,#b3b3b3);-webkit-background-clip:text;background-clip:text;margin:0 0 24px;font-size:4rem;font-weight:700}.landing-subtitle{color:#b3b3b3;text-align:left;margin:0 0 32px;font-size:1.5rem;font-weight:400}.landing-hero-image{border-radius:20px;width:100%;max-width:700px;margin:0 0 40px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 12px 40px #00000080,0 0 0 1px #ffffff0d}.landing-hero-image:before{content:"";opacity:0;z-index:1;pointer-events:none;background:linear-gradient(135deg,#1db9541a,#1db95400);border-radius:20px;transition:opacity .4s;position:absolute;inset:0}.landing-hero-image:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 60px #0009,0 0 0 1px #1db95433}.landing-hero-image:hover:before{opacity:1}.landing-hero-img{-o-object-fit:cover;object-fit:cover;z-index:0;border-radius:20px;width:100%;height:auto;display:block;position:relative}.landing-actions{flex-wrap:wrap;justify-content:flex-start;gap:20px;margin-top:8px;display:flex}.landing-btn-primary,.landing-btn-secondary{letter-spacing:.5px;text-transform:none;cursor:pointer;border:none;border-radius:50px;outline:none;padding:16px 40px;font-size:17px;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-block;position:relative;overflow:hidden}.landing-btn-primary{color:#fff;background:linear-gradient(135deg,#1db954,#1ed760);box-shadow:0 8px 24px #1db9544d,inset 0 0 0 1px #ffffff1a,inset 0 1px #fff3}.landing-btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.landing-btn-primary:hover{background:linear-gradient(135deg,#1ed760,#1db954);transform:translateY(-3px) scale(1.02);box-shadow:0 12px 32px #1db95480,inset 0 0 0 1px #ffffff26,inset 0 2px #ffffff4d}.landing-btn-primary:hover:before{left:100%}.landing-btn-primary:active{transform:translateY(-1px) scale(.98);box-shadow:0 4px 16px #1db95466}.landing-btn-secondary{color:#fff;-webkit-backdrop-filter:blur(10px);background:#ffffff14;border:1.5px solid #ffffff40;box-shadow:0 8px 24px #0003,inset 0 0 0 1px #ffffff0d}.landing-btn-secondary:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);transition:opacity .4s;position:absolute;inset:0}.landing-btn-secondary:hover{color:#fff;background:#ffffff1f;border-color:#fff6;transform:translateY(-3px) scale(1.02);box-shadow:0 12px 32px #0000004d,inset 0 0 0 1px #ffffff1a,0 0 20px #ffffff1a}.landing-btn-secondary:hover:before{opacity:1}.landing-btn-secondary:active{transform:translateY(-1px) scale(.98);box-shadow:0 4px 16px #00000040}.landing-section{width:100%;max-width:1200px;margin:0 auto;padding:80px 24px}.landing-content{text-align:center;max-width:800px;margin:0 auto}.landing-section-image{border-radius:20px;width:100%;max-width:900px;margin:0 auto 48px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 12px 40px #00000080,0 0 0 1px #ffffff0d}.landing-section-image:before{content:"";opacity:0;z-index:1;pointer-events:none;background:linear-gradient(135deg,#1db9541a,#1db95400);border-radius:20px;transition:opacity .4s;position:absolute;inset:0}.landing-section-image:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 20px 60px #0009,0 0 0 1px #1db95433}.landing-section-image:hover:before{opacity:1}.landing-section-img{-o-object-fit:cover;object-fit:cover;z-index:0;border-radius:20px;width:100%;height:auto;display:block;position:relative}.landing-section-title{color:#fff;margin:0 0 24px;font-size:2.5rem;font-weight:700}.landing-section-text{color:#b3b3b3;margin:0 0 32px;font-size:1.125rem;line-height:1.8}.landing-link{color:#1db954;font-size:1.125rem;font-weight:500;text-decoration:none;transition:color .2s}.landing-link:hover{color:#1ed760}.landing-features{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px;width:100%;max-width:1400px;margin:0 auto;padding:100px 24px;display:grid}.landing-feature{text-align:center;background:linear-gradient(135deg,#ffffff08,#ffffff03);border:1px solid #ffffff14;border-radius:24px;padding:48px 40px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff1a}.landing-feature:before{content:"";opacity:0;z-index:0;pointer-events:none;background:linear-gradient(135deg,#1db9541a,#1db95400,#1db9540d);transition:opacity .4s;position:absolute;inset:0}.landing-feature:hover{background:linear-gradient(135deg,#ffffff0f,#ffffff05);border-color:#1db95466;transform:translateY(-8px) scale(1.02);box-shadow:0 20px 60px #00000080,0 0 0 1px #1db9544d,inset 0 1px #ffffff26}.landing-feature:hover:before{opacity:1}.landing-feature-icon{z-index:1;filter:drop-shadow(0 4px 12px #1db9544d);margin-bottom:32px;font-size:5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-block;position:relative}.landing-feature:hover .landing-feature-icon{filter:drop-shadow(0 8px 24px #1db95480);transform:scale(1.15) rotate(5deg)}.landing-feature-title{color:#fff;z-index:1;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff,#b3b3b3);-webkit-background-clip:text;background-clip:text;margin:0 0 20px;font-size:1.75rem;font-weight:700;transition:all .3s;position:relative}.landing-feature:hover .landing-feature-title{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff,#1db954);-webkit-background-clip:text;background-clip:text}.landing-feature-text{color:#b3b3b3;z-index:1;margin:0;font-size:1.0625rem;line-height:1.8;transition:color .3s;position:relative}.landing-feature:hover .landing-feature-text{color:#d3d3d3}@media (max-width: 1024px){.landing-hero{grid-template-columns:1fr;gap:32px;padding:60px 32px}.landing-hero-content{text-align:center;align-items:center}.landing-title{text-align:center;font-size:3rem}.landing-subtitle{text-align:center;font-size:1.25rem}.landing-hero-image{max-width:100%;margin:0 auto 32px}.landing-actions{justify-content:center}.landing-hero-carousel{height:400px}.landing-section{padding:60px 24px}.landing-section-image{max-width:100%;margin-bottom:40px}.landing-section-title{font-size:2rem}.landing-features{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;padding:80px 24px}.landing-feature{border-radius:20px;padding:40px 32px}.landing-feature-icon{margin-bottom:28px;font-size:4.5rem}.landing-feature-title{margin-bottom:18px;font-size:1.625rem}.landing-feature-text{font-size:1rem}}@media (max-width: 768px){.landing-hero{grid-template-columns:1fr;gap:24px;padding:60px 20px 40px}.landing-hero-content{text-align:center;align-items:center}.landing-hero-carousel{order:-1;height:300px}.landing-title{text-align:center;margin-bottom:20px;font-size:2.5rem}.landing-subtitle{text-align:center;margin-bottom:24px;font-size:1.125rem}.landing-hero-image{border-radius:12px;max-width:100%;margin:0 auto 24px}.landing-actions{flex-direction:column;justify-content:center;gap:16px;width:100%;max-width:320px}.landing-btn-primary,.landing-btn-secondary{text-align:center;width:100%;max-width:100%;padding:14px 32px;font-size:16px}.landing-section{padding:48px 20px}.landing-section-image{border-radius:16px;max-width:100%;margin-bottom:32px}.landing-section-img{border-radius:16px}.landing-section-title{margin-bottom:20px;font-size:1.75rem}.landing-section-text{margin-bottom:24px;font-size:1rem}.landing-features{grid-template-columns:1fr;gap:28px;padding:60px 20px}.landing-feature{border-radius:20px;padding:36px 28px}.landing-feature:hover{transform:translateY(-6px) scale(1.01)}.landing-feature-icon{margin-bottom:24px;font-size:4rem}.landing-feature:hover .landing-feature-icon{transform:scale(1.1) rotate(3deg)}.landing-feature-title{margin-bottom:16px;font-size:1.5rem}.landing-feature-text{font-size:1rem;line-height:1.7}}@media (max-width: 480px){.landing-hero{gap:20px;padding:40px 16px 30px}.landing-hero-carousel{height:250px}.landing-title{font-size:2rem}.landing-subtitle{margin-bottom:20px;font-size:1rem}.landing-hero-image{border-radius:8px;margin-bottom:20px}.landing-section{padding:40px 16px}.landing-section-image{border-radius:12px;margin-bottom:24px}.landing-section-img{border-radius:12px}.landing-section-title{font-size:1.5rem}.landing-section-text{font-size:.95rem}.landing-features{gap:24px;padding:50px 16px}.landing-feature{border-radius:16px;padding:32px 24px}.landing-feature:hover{transform:translateY(-6px) scale(1.01)}.landing-feature-icon{margin-bottom:20px;font-size:3.5rem}.landing-feature:hover .landing-feature-icon{transform:scale(1.08) rotate(2deg)}.landing-feature-title{margin-bottom:14px;font-size:1.375rem}.landing-feature-text{font-size:.95rem;line-height:1.7}.landing-actions{gap:14px;max-width:100%}.landing-btn-primary,.landing-btn-secondary{padding:12px 28px;font-size:15px}}.library-page{color:#fff;min-height:calc(100vh - 200px);padding:24px}.library-header{margin-bottom:32px}.library-header h1{margin-bottom:24px;font-size:2rem;font-weight:700}.library-tabs{border-bottom:1px solid #ffffff1a;gap:8px;display:flex}.tab{color:#b3b3b3;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:12px 24px;font-size:14px;font-weight:500;transition:all .2s}.tab:hover{color:#fff}.tab.active{color:#fff;border-bottom-color:#1db954}.library-content{margin-top:24px}.artists-grid,.albums-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:24px;display:grid}.error-message{color:#ff6b6b;background:#ff00001a;border-radius:4px;margin-bottom:24px;padding:12px}@media (max-width: 1024px){.library-page{padding:20px}.library-header h1{margin-bottom:20px;font-size:1.75rem}.artists-grid,.albums-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:20px}.tab{padding:10px 20px;font-size:13px}}@media (max-width: 768px){.library-page{padding:16px}.library-header{margin-bottom:24px}.library-header h1{margin-bottom:16px;font-size:1.5rem}.library-tabs{-webkit-overflow-scrolling:touch;overflow-x:auto}.tab{white-space:nowrap;padding:10px 16px;font-size:12px}.library-content{margin-top:20px}.artists-grid,.albums-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px}}@media (max-width: 480px){.library-page{padding:12px}.library-header h1{margin-bottom:12px;font-size:1.25rem}.tab{padding:8px 12px;font-size:11px}.artists-grid,.albums-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}}.popular-page{color:#fff;min-height:calc(100vh - 200px);padding:24px}.page-header{margin-bottom:32px}.page-header h1{margin:0 0 8px;font-size:2rem;font-weight:700}.page-subtitle{color:#b3b3b3;margin:0;font-size:14px}.loading{text-align:center;color:#b3b3b3;padding:48px}.error-message{color:#ff6b6b;background:#ff00001a;border-radius:4px;padding:12px}@media (max-width: 1024px){.popular-page{padding:20px}.page-header h1{font-size:1.75rem}}@media (max-width: 768px){.popular-page{padding:16px}.page-header{margin-bottom:24px}.page-header h1{font-size:1.5rem}.page-subtitle{font-size:13px}}@media (max-width: 480px){.popular-page{padding:12px}.page-header{margin-bottom:20px}.page-header h1{font-size:1.25rem}.page-subtitle{font-size:12px}}.profile-app-layout{color:#fff;background:#000;height:calc(100vh - 60px);margin-top:60px;display:flex;position:relative;overflow:hidden}.profile-sidebar{z-index:201;background:#0a0a0a;border-right:1px solid #ffffff1a;flex-direction:column;flex-shrink:0;width:240px;height:calc(100vh - 64px);padding:24px 0;transition:padding-bottom .3s;display:flex;position:fixed;top:64px;left:0;overflow-y:auto}.profile-sidebar.player-active{padding-bottom:100px}.profile-user-section{border-bottom:1px solid #ffffff1a;margin-bottom:24px;padding:0 20px 32px}.profile-avatar-container{margin-bottom:12px;display:inline-block;position:relative}.profile-avatar{color:#fff;background:linear-gradient(135deg,#1db954,#1ed760);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:32px;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 12px #1db9544d}.profile-avatar-image{-o-object-fit:cover;object-fit:cover;border:2px solid #1db9544d;border-radius:50%;width:80px;height:80px;transition:all .3s;box-shadow:0 4px 12px #1db9544d}.profile-avatar-image:hover{border-color:#1db95480;transform:scale(1.05);box-shadow:0 6px 20px #1db95480}.profile-avatar-upload-btn{cursor:pointer;background:linear-gradient(135deg,#1db954,#1ed760);border:2px solid #0a0a0a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 2px 8px #1db95466}.profile-avatar-upload-btn:hover{background:linear-gradient(135deg,#1ed760,#1db954);transform:scale(1.1);box-shadow:0 4px 12px #1db95499}.profile-avatar-upload-icon{font-size:16px;display:block}.profile-avatar-save-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#1db954,#1ed760);border:2px solid #0a0a0a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin:0;padding:0;font-size:18px;font-weight:700;transition:all .3s;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 2px 8px #1db95466}.profile-avatar-save-btn:hover{background:linear-gradient(135deg,#1ed760,#1db954);transform:scale(1.1);box-shadow:0 4px 12px #1db95499}.profile-avatar-save-icon{line-height:1;display:block}.profile-welcome-text{color:#fff;margin:0;font-size:16px;font-weight:600}.profile-duration-text{color:#1db954;margin:4px 0 0;font-size:13px;font-weight:500}.profile-duration-text.no-subscription{color:#ffffff80}.profile-nav-menu{flex-direction:column;flex:1;gap:4px;padding:0 12px;display:flex}.profile-nav-item{color:#ffffffb3;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.profile-nav-item:hover{color:#fff;background:#ffffff0d}.profile-nav-item.active{color:#1db954;background:#1db95426}.profile-nav-icon{text-align:center;flex-shrink:0;width:24px;font-size:18px}.profile-price-plans-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;display:grid}.profile-price-plan-card{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid #ffffff1a;border-radius:16px;padding:24px;transition:all .3s;display:flex;flex-direction:column;gap:16px;cursor:default;position:relative}.profile-price-plan-card:hover{background:linear-gradient(135deg,#ffffff14,#ffffff0a);border-color:#ffffff26;transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.profile-price-plan-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.profile-price-plan-title{color:#fff;margin:0;font-size:20px;font-weight:700}.profile-price-plan-label{color:#1db954;background:#1db95426;border-radius:8px;padding:4px 12px;font-size:12px;font-weight:600;white-space:nowrap}.profile-price-plan-price{color:#1db954;margin:0;font-size:32px;font-weight:700;line-height:1.2}.profile-price-plan-duration{color:#ffffff80;margin:-8px 0 0;font-size:14px}.profile-price-plan-description{color:#ffffffbf;margin:0;font-size:14px;line-height:1.6}.profile-price-plan-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.profile-price-plan-feature{color:#ffffffbf;padding-left:24px;font-size:14px;position:relative}.profile-price-plan-feature:before{content:"✓";color:#1db954;font-weight:700;position:absolute;left:0}.profile-price-plan-subscribe-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1db954,#1ed760);border:none;border-radius:10px;width:100%;padding:14px 20px;margin-top:auto;font-size:15px;font-weight:600;transition:all .3s;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 12px #1db9544d}.profile-price-plan-subscribe-btn:hover:not(.disabled){background:linear-gradient(135deg,#1ed760,#1db954);transform:translateY(-2px);box-shadow:0 6px 20px #1db95466}.profile-price-plan-subscribe-btn:active:not(.disabled){transform:translateY(0);box-shadow:0 2px 8px #1db9544d}.profile-price-plan-subscribe-btn.disabled{cursor:not-allowed;opacity:.5;background:#ffffff14;color:#ffffff80;box-shadow:none}.profile-price-plan-subscribe-btn.disabled:hover{transform:none;box-shadow:none}[data-theme=light] .profile-price-plans-grid{gap:24px}[data-theme=light] .profile-price-plan-card{background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #e0e0e0}[data-theme=light] .profile-price-plan-card:hover{background:linear-gradient(135deg,#fff,#f5f5f5);border-color:#d0d0d0;box-shadow:0 8px 24px #00000014}[data-theme=light] .profile-price-plan-title{color:#1a1a1a}[data-theme=light] .profile-price-plan-label{color:#1db954;background:#1db9541a}[data-theme=light] .profile-price-plan-price{color:#1db954}[data-theme=light] .profile-price-plan-duration{color:#666}[data-theme=light] .profile-price-plan-description,[data-theme=light] .profile-price-plan-feature{color:#4a4a4a}[data-theme=light] .profile-price-plan-subscribe-btn{background:linear-gradient(135deg,#1db954,#1ed760);color:#fff}[data-theme=light] .profile-price-plan-subscribe-btn.disabled{background:#f0f0f0;color:#999}.profile-logout-btn{color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:none;border-radius:8px;align-items:center;gap:12px;margin:12px;padding:12px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.profile-logout-btn:hover{color:#fff;background:#ffffff1a}.profile-content-area{background:#000;flex-direction:column;flex:1;height:calc(100vh - 60px);margin-left:240px;display:flex;overflow:hidden}.profile-top-nav{backdrop-filter:blur(10px);background:#00000080;border-bottom:1px solid #ffffff1a;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 32px;display:flex}.profile-top-nav-links{gap:32px;display:flex}.profile-nav-link{color:#fff9;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:0 0;border:none;border-bottom:2px solid #0000;padding:8px 0;font-size:14px;font-weight:600;transition:all .2s}.profile-nav-link:hover{color:#fff}.profile-nav-link.active{color:#1db954;border-bottom-color:#1db954}.profile-search-container{align-items:center;display:flex;position:relative}.profile-search-bar{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;width:300px;padding:10px 40px 10px 16px;font-size:14px;transition:all .2s}.profile-search-bar::-moz-placeholder{color:#ffffff80}.profile-search-bar::placeholder{color:#ffffff80}.profile-search-bar:focus{background:#ffffff26;border-color:#1db954;outline:none}.profile-search-icon{color:#fff9;pointer-events:none;font-size:16px;position:absolute;right:16px}.profile-main-content{flex:1;padding:32px;overflow-y:auto}.profile-section{margin-bottom:48px}.profile-section-title{color:#fff;text-transform:capitalize;margin:0 0 24px;font-size:24px;font-weight:700}.profile-artists-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:24px;display:grid}.profile-artist-item{text-align:center}.profile-songs-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:24px;display:grid}.profile-song-card{cursor:pointer;background:#ffffff0d;border-radius:12px;transition:all .2s;position:relative;overflow:hidden}.profile-song-card:hover{background:#ffffff1a;transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.profile-song-image{-o-object-fit:cover;object-fit:cover;width:100%;height:200px}.profile-song-placeholder{background:linear-gradient(135deg,#1a1a1a,#2a2a3a);justify-content:center;align-items:center;width:100%;height:200px;font-size:64px;display:flex}.profile-song-info{padding:16px}.profile-song-info h4{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:16px;font-weight:600;overflow:hidden}.profile-song-info p{color:#fff9;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;overflow:hidden}.profile-song-like{color:#fff;cursor:pointer;backdrop-filter:blur(10px);background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:all .2s;display:flex;position:absolute;top:12px;right:12px}.profile-song-like:hover{background:#000000b3;transform:scale(1.1)}.profile-recent-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;display:grid}.profile-recent-item{cursor:pointer;background:#ffffff0d;border:1px solid #0000;border-radius:12px;align-items:center;gap:16px;padding:12px;transition:all .2s;display:flex}.profile-recent-item:hover{background:#ffffff1a;border-color:#ffffff1a}.profile-recent-item.active{background:#1db95426;border-color:#1db9544d}.profile-recent-image{-o-object-fit:cover;object-fit:cover;border-radius:8px;flex-shrink:0;width:80px;height:80px}.profile-recent-placeholder{background:linear-gradient(135deg,#1a1a1a,#2a2a3a);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:32px;display:flex}.profile-recent-info{flex:1;min-width:0}.profile-recent-info h4{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:16px;font-weight:600;overflow:hidden}.profile-recent-item.active .profile-recent-info h4{color:#1db954}.profile-recent-info p{color:#fff9;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;overflow:hidden}.profile-recent-play{color:#fff;cursor:pointer;background:#1db954;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;transition:all .2s;display:flex;box-shadow:0 4px 12px #1db9544d}.profile-recent-play:hover{background:#1ed760;transform:scale(1.1);box-shadow:0 6px 16px #1db95466}.profile-my-songs{margin-top:24px}.profile-edit-form{flex-direction:column;gap:24px;display:flex}.profile-edit-form .form-group{flex-direction:column;gap:10px;display:flex}.profile-edit-form .form-group label{color:#ffffffe6;letter-spacing:.3px;font-size:14px;font-weight:600}.profile-edit-form .form-group input{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:10px;padding:14px 16px;font-family:inherit;font-size:15px;transition:all .3s}.profile-edit-form .form-group input::-moz-placeholder{color:#fff6}.profile-edit-form .form-group input::placeholder{color:#fff6}.profile-edit-form .form-group input:focus{background:#ffffff1f;border-color:#1db954;outline:none;box-shadow:0 0 0 3px #1db9541a}.profile-edit-form .form-actions{gap:12px;width:100%;margin-top:8px;display:flex}.profile-edit-form .btn-primary,.profile-edit-form .btn-secondary{cursor:pointer;letter-spacing:.3px;white-space:nowrap;box-sizing:border-box;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;min-width:0;height:48px;min-height:48px;padding:14px 20px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.profile-edit-form .btn-primary{color:#fff;background:linear-gradient(135deg,#1db954,#1ed760);box-shadow:0 4px 12px #1db9544d}.profile-edit-form .btn-primary:hover{background:linear-gradient(135deg,#1ed760,#1db954);transform:translateY(-2px);box-shadow:0 6px 20px #1db95466}.profile-edit-form .btn-primary:active{transform:translateY(0);box-shadow:0 2px 8px #1db9544d}.profile-edit-form .btn-secondary{color:#fff;background:#ffffff14;border:1px solid #ffffff26}.profile-edit-form .btn-secondary:hover{background:#ffffff1f;border-color:#ffffff40;transform:translateY(-2px)}.profile-edit-form .btn-secondary:active{transform:translateY(0)}.profile-sidebar::-webkit-scrollbar{width:8px}.profile-main-content::-webkit-scrollbar{width:8px}.profile-sidebar::-webkit-scrollbar-track{background:0 0}.profile-main-content::-webkit-scrollbar-track{background:0 0}.profile-sidebar::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.profile-main-content::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.profile-sidebar::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.profile-main-content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media (max-width: 1024px){.profile-app-layout{margin-top:60px}.profile-sidebar{width:200px;height:calc(100vh - 64px);position:fixed;top:64px;left:0}.profile-sidebar.player-active{padding-bottom:90px}.profile-content-area{height:calc(100vh - 60px);margin-left:200px;overflow:hidden}.profile-top-nav{padding:16px 24px}.profile-top-nav-links{gap:20px}.profile-nav-link{font-size:13px}.profile-search-container{max-width:300px}.profile-search-bar{width:250px;font-size:14px}.profile-main-content{padding:24px}.profile-artists-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:20px}.profile-songs-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:20px}.profile-section-title{font-size:22px}}@media (max-width: 768px){.profile-app-layout{flex-direction:column;height:auto;min-height:calc(100vh - 60px);margin-top:60px}.profile-sidebar{z-index:100;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;border-bottom:1px solid #ffffff1a;border-right:none;flex-direction:row;width:100%;height:auto;min-height:auto;max-height:none;padding:12px;position:relative;top:0;left:0;overflow:auto hidden}.profile-sidebar::-webkit-scrollbar{display:none}.profile-sidebar.player-active{margin-bottom:0;padding-bottom:12px}.profile-user-section{display:none}.profile-nav-menu{flex-direction:row;flex:1;gap:8px;min-width:-moz-max-content;min-width:max-content;padding:0}.profile-nav-item{white-space:nowrap;min-width:-moz-fit-content;min-width:fit-content;padding:10px 16px;font-size:13px}.profile-nav-item span:last-child{margin-left:8px;display:inline}.profile-nav-icon{width:20px;font-size:16px}.profile-logout-btn{white-space:nowrap;flex-shrink:0;margin:0;padding:10px 16px}.profile-logout-btn span:last-child{margin-left:8px;display:inline}.profile-content-area{flex-direction:column;flex:1;width:100%;min-width:0;height:calc(100vh - 60px);min-height:0;margin-left:0;display:flex;position:relative;overflow:hidden}.profile-top-nav{z-index:99;-webkit-backdrop-filter:blur(20px);background:#000c;flex-direction:column;flex-shrink:0;align-items:stretch;gap:16px;padding:16px;position:sticky;top:0}.profile-top-nav-links{flex-wrap:wrap;justify-content:flex-start;gap:12px}.profile-nav-link{letter-spacing:.3px;padding:6px 0;font-size:12px}.profile-search-container{width:100%;max-width:100%}.profile-search-bar{width:100%;padding:10px 16px 10px 40px;font-size:14px}.profile-search-icon{font-size:18px;left:12px}.profile-main-content{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;flex:1;height:auto;min-height:0;max-height:calc(100vh - 60px);padding:16px 16px 180px;overflow:hidden auto}.profile-main-content::-webkit-scrollbar{background:0 0;width:0;display:none}.profile-main-content::-webkit-scrollbar-track{display:none}.profile-main-content::-webkit-scrollbar-thumb{display:none}.profile-section{margin-bottom:32px}.profile-section-title{margin-bottom:16px;font-size:20px}.profile-artists-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:16px}.profile-songs-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px}.profile-recent-grid{grid-template-columns:1fr;gap:12px}.profile-recent-item{gap:12px;padding:12px}.profile-recent-image,.profile-recent-placeholder{width:60px;height:60px}.profile-recent-info h4{font-size:14px}.profile-recent-info p{font-size:12px}.profile-recent-play{width:36px;height:36px;font-size:16px}}@media (max-width: 480px){.profile-app-layout{margin-top:60px}.profile-sidebar{padding:10px 8px}.profile-nav-item{padding:8px 12px;font-size:12px}.profile-nav-item span:last-child{display:none}.profile-nav-icon{width:20px;font-size:18px}.profile-logout-btn{padding:8px 12px;font-size:12px}.profile-logout-btn span:last-child{display:none}.profile-top-nav{gap:12px;padding:12px}.profile-top-nav-links{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:8px;overflow-x:auto}.profile-top-nav-links::-webkit-scrollbar{display:none}.profile-nav-link{white-space:nowrap;letter-spacing:.2px;padding:6px 0;font-size:11px}.profile-search-bar{padding:8px 14px 8px 36px;font-size:13px}.profile-search-icon{font-size:16px;left:10px}.profile-content-area{height:calc(100vh - 60px);min-height:0;overflow:hidden}.profile-main-content{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;flex:1;height:auto;min-height:0;max-height:calc(100vh - 60px);padding:12px 12px 170px;overflow:hidden auto}.profile-main-content::-webkit-scrollbar{background:0 0;width:0;display:none}.profile-main-content::-webkit-scrollbar-track{display:none}.profile-main-content::-webkit-scrollbar-thumb{display:none}.profile-section{margin-bottom:24px}.profile-section-title{margin-bottom:12px;font-size:18px}.profile-artists-grid{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:12px}.profile-songs-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.profile-song-image,.profile-song-placeholder{height:160px}.profile-recent-item{gap:10px;padding:10px}.profile-recent-image,.profile-recent-placeholder{width:50px;height:50px}.profile-recent-info h4{font-size:13px}.profile-recent-info p{font-size:11px}.profile-recent-play{width:32px;height:32px;font-size:14px}.profile-avatar{width:60px;height:60px;font-size:24px}.profile-avatar-image{width:60px;height:60px}.profile-avatar-upload-btn,.profile-avatar-save-btn{width:24px;height:24px;font-size:12px}}.songs-page{min-height:calc(100vh - 200px)}@media (max-width: 1024px){.page-header{padding:1.5rem}.page-header h1{font-size:1.75rem}}@media (max-width: 768px){.page-header{padding:1rem}.page-header h1{font-size:1.5rem}}@media (max-width: 480px){.page-header{padding:.75rem}.page-header h1{font-size:1.25rem}}.upload-page{min-height:calc(100vh - 200px);padding-bottom:2rem}.page-header{text-align:center;padding:2rem}.page-header h1{color:#fff;font-size:2rem}@media (max-width: 1024px){.upload-page{padding-bottom:1.5rem}.page-header{padding:1.5rem}.page-header h1{font-size:1.75rem}}@media (max-width: 768px){.upload-page{padding-bottom:1rem}.page-header{padding:1rem}.page-header h1{font-size:1.5rem}}@media (max-width: 480px){.upload-page{padding-bottom:.75rem}.page-header{padding:.75rem}.page-header h1{font-size:1.25rem}}.player-modal-overlay{-webkit-backdrop-filter:blur(30px);z-index:999999;background:linear-gradient(135deg,#000000fa,#14141efa);justify-content:center;align-items:center;animation:.4s cubic-bezier(.4,0,.2,1) fadeIn;display:flex;position:fixed;inset:0}.player-modal-content{background:0 0;flex-direction:column;width:100%;max-width:100%;height:100vh;display:flex;position:relative;overflow-y:auto}.player-modal-header{z-index:10;background:linear-gradient(#0000004d,#0000);justify-content:space-between;align-items:center;padding:24px 28px;display:flex;position:relative}.player-modal-back-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(20px);background:#ffffff1f;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 16px #0003}.player-modal-back-btn:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-3px) scale(1.05);box-shadow:0 6px 24px #0000004d}.player-modal-back-btn:active{transform:translateY(-1px) scale(.98)}.player-modal-track-info{flex:1;justify-content:center;display:flex}.player-modal-track-number{color:#ffffffbf;letter-spacing:1px;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:20px;padding:6px 16px;font-size:13px;font-weight:600}.player-modal-art-container{flex:1;justify-content:center;align-items:center;min-height:420px;padding:48px 24px;display:flex;position:relative}.player-modal-art-wrapper{aspect-ratio:1;z-index:5;width:100%;max-width:360px;animation:.6s cubic-bezier(.4,0,.2,1) floatIn;position:relative}@keyframes floatIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.player-modal-art{-o-object-fit:cover;object-fit:cover;border-radius:28px;width:100%;height:100%;transition:transform .3s;animation:.6s cubic-bezier(.4,0,.2,1) scaleIn;box-shadow:0 24px 80px #000000b3,0 0 0 1px #ffffff1a}.player-modal-art:hover{transform:scale(1.02)}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.player-modal-art-placeholder{background:linear-gradient(135deg,#1a1a1a,#2a2a3a);border-radius:28px;justify-content:center;align-items:center;width:100%;height:100%;font-size:140px;animation:.6s cubic-bezier(.4,0,.2,1) scaleIn;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 80px #000000b3,0 0 0 1px #ffffff1a}.player-modal-art-placeholder:before{content:"";background:linear-gradient(45deg,#0000,#ffffff1a,#0000);width:200%;height:200%;animation:3s infinite shimmer;position:absolute;top:-50%;left:-50%}@keyframes shimmer{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.player-modal-art-background{filter:blur(80px) brightness(.35) saturate(1.2);opacity:.7;z-index:1;background-position:50%;background-size:cover;animation:8s ease-in-out infinite backgroundPulse;position:absolute;inset:-20%;transform:scale(1.3)}@keyframes backgroundPulse{0%,to{opacity:.7;transform:scale(1.3)}50%{opacity:.8;transform:scale(1.35)}}.player-modal-song-info{text-align:center;z-index:10;padding:0 24px 40px;animation:.6s cubic-bezier(.4,0,.2,1) .2s both fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.player-modal-title{color:#fff;letter-spacing:-.5px;text-shadow:0 2px 20px #0000004d;margin:0 0 12px;font-size:32px;font-weight:800;line-height:1.2}.player-modal-artist{color:#ffffffd9;letter-spacing:-.3px;margin:0 0 8px;font-size:20px;font-weight:600}.player-modal-album{color:#fff9;letter-spacing:.3px;margin:0;font-size:15px;font-weight:500}.player-modal-progress-section{z-index:10;padding:0 24px 40px;animation:.6s cubic-bezier(.4,0,.2,1) .3s both fadeInUp}.player-modal-progress-bar-container{width:100%;margin-bottom:16px;position:relative}.player-modal-progress-bar{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:#ffffff26;border-radius:3px;outline:none;width:100%;height:6px;transition:height .2s}.player-modal-progress-bar-container:hover .player-modal-progress-bar{height:8px}.player-modal-progress-bar::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;cursor:pointer;opacity:1;background:linear-gradient(135deg,#1db954,#1ed760);border:3px solid #fff;border-radius:50%;width:18px;height:18px;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 12px #1db95466,0 0 0 3px #1db9541f}.player-modal-progress-bar-container:hover .player-modal-progress-bar::-webkit-slider-thumb{opacity:1;width:22px;height:22px;box-shadow:0 4px 18px #1db95499,0 0 0 4px #1db9542e}.player-modal-progress-bar:active::-webkit-slider-thumb{opacity:1;width:22px;height:22px;box-shadow:0 4px 18px #1db95499,0 0 0 4px #1db9542e}.player-modal-progress-bar:focus::-webkit-slider-thumb{opacity:1;width:22px;height:22px;box-shadow:0 4px 18px #1db95499,0 0 0 4px #1db9542e}.player-modal-progress-bar::-moz-range-thumb{cursor:pointer;opacity:1;background:linear-gradient(135deg,#1db954,#1ed760);border:3px solid #fff;border-radius:50%;width:18px;height:18px;-moz-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 12px #1db95466,0 0 0 3px #1db9541f}.player-modal-progress-bar-container:hover .player-modal-progress-bar::-moz-range-thumb{opacity:1;width:22px;height:22px;box-shadow:0 4px 18px #1db95499,0 0 0 4px #1db9542e}.player-modal-progress-bar:active::-moz-range-thumb{opacity:1;width:22px;height:22px;box-shadow:0 4px 18px #1db95499,0 0 0 4px #1db9542e}.player-modal-progress-bar:focus::-moz-range-thumb{opacity:1;width:22px;height:22px;box-shadow:0 4px 18px #1db95499,0 0 0 4px #1db9542e}.player-modal-time-display{color:#ffffffb3;letter-spacing:.5px;font-variant-numeric:tabular-nums;justify-content:space-between;font-size:13px;font-weight:600;display:flex}.player-modal-main-controls{z-index:10;justify-content:center;align-items:center;gap:40px;padding:0 24px 48px;animation:.6s cubic-bezier(.4,0,.2,1) .4s both fadeInUp;display:flex}.player-modal-control-btn{color:#ffffffe6;cursor:pointer;-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:28px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 16px #0003}.player-modal-control-btn:hover{color:#fff;background:#fff3;border-color:#ffffff4d;transform:scale(1.15) translateY(-2px);box-shadow:0 6px 24px #0000004d}.player-modal-control-btn:active{transform:scale(1.05) translateY(0)}.player-modal-play-pause-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1db954,#1ed760);border:none;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;font-size:40px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 12px 32px #1db95480,0 0 0 6px #1db95426,inset 0 1px #fff3}.player-modal-play-pause-btn:before{content:"";opacity:0;filter:blur(12px);z-index:-1;background:linear-gradient(135deg,#1db954,#1ed760);border-radius:50%;transition:opacity .3s;position:absolute;inset:-4px}.player-modal-play-pause-btn:hover:not(:disabled):before{opacity:.6}.player-modal-play-pause-btn:hover:not(:disabled){background:linear-gradient(135deg,#1ed760,#1db954);transform:scale(1.1) translateY(-3px);box-shadow:0 16px 40px #1db95499,0 0 0 8px #1db95433,inset 0 1px #ffffff4d}.player-modal-play-pause-btn:active:not(:disabled){transform:scale(1.05) translateY(-1px);box-shadow:0 8px 24px #1db95466,0 0 0 5px #1db95426,inset 0 1px #fff3}.player-modal-play-pause-btn:disabled{opacity:.7;cursor:not-allowed}.player-modal-loading-spinner{border:4px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}.player-modal-bottom-nav{-webkit-backdrop-filter:blur(20px);z-index:10;background:linear-gradient(#0000,#0003);border-top:1px solid #ffffff1f;justify-content:center;align-items:center;gap:48px;padding:28px 24px;animation:.6s cubic-bezier(.4,0,.2,1) .5s both fadeInUp;display:flex}.player-modal-nav-btn{color:#ffffffb3;cursor:pointer;-webkit-backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:22px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 12px #00000026}.player-modal-nav-btn:hover{color:#fff;background:#ffffff26;border-color:#ffffff40;transform:scale(1.15) translateY(-2px);box-shadow:0 4px 20px #00000040}.player-modal-nav-btn:active{transform:scale(1.05) translateY(0)}.player-modal-nav-btn.active{color:#1db954;background:linear-gradient(135deg,#1db95433,#1ed76026);border-color:#1db9544d;box-shadow:0 4px 16px #1db9544d}.player-modal-nav-btn.active:hover{background:linear-gradient(135deg,#1db9544d,#1ed76033);border-color:#1db95466;box-shadow:0 6px 24px #1db95466}.player-modal-content::-webkit-scrollbar{background:0 0;width:0}@media (max-width: 1024px){.player-modal-art-wrapper{max-width:280px}.player-modal-title{font-size:24px}.player-modal-artist{font-size:16px}}@media (max-width: 768px){.player-modal-header{padding:16px 20px}.player-modal-art-container{min-height:350px;padding:32px 20px}.player-modal-art-wrapper{max-width:280px}.player-modal-song-info{padding:0 20px 24px}.player-modal-title{font-size:22px}.player-modal-artist{font-size:15px}.player-modal-progress-section{padding:0 20px 24px}.player-modal-main-controls{gap:28px;padding:0 20px 32px}.player-modal-control-btn{width:48px;height:48px;font-size:28px}.player-modal-play-pause-btn{width:72px;height:72px;font-size:32px}.player-modal-bottom-nav{gap:32px;padding:20px}.player-modal-nav-btn{width:44px;height:44px;font-size:20px}}@media (max-width: 480px){.player-modal-header{padding:12px 16px}.player-modal-art-container{min-height:300px;padding:24px 16px}.player-modal-art-wrapper{max-width:240px}.player-modal-song-info{padding:0 16px 20px}.player-modal-title{font-size:20px}.player-modal-artist{font-size:14px}.player-modal-progress-section{padding:0 16px 20px}.player-modal-main-controls{gap:24px;padding:0 16px 28px}.player-modal-control-btn{width:44px;height:44px;font-size:24px}.player-modal-play-pause-btn{width:64px;height:64px;font-size:28px}.player-modal-bottom-nav{gap:28px;padding:16px}.player-modal-nav-btn{width:40px;height:40px;font-size:18px}}.toast-container{pointer-events:none;flex-direction:column;gap:12px;width:auto;max-width:400px;z-index:999999!important;margin:0!important;padding:0!important;display:flex!important;position:fixed!important;top:20px!important;right:20px!important}.toast{color:#fff;pointer-events:auto;backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:1px solid #ffffff26;border-radius:12px;align-items:center;gap:12px;min-width:300px;max-width:400px;padding:16px 20px;font-size:14px;font-weight:500;animation:.3s slideInRight,.3s 2.7s fadeOut;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0009,0 0 0 1px #ffffff1a}.toast:before{content:"";opacity:.8;background:currentColor;width:4px;position:absolute;top:0;bottom:0;left:0}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0;transform:translate(20px)}}.toast-icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:20px;font-weight:700;display:flex}.toast-message{word-wrap:break-word;flex:1;line-height:1.5}.toast-close{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:24px;line-height:1;transition:all .2s;display:flex}.toast-close:hover{color:#fff;background:#ffffff1a}.toast-success{color:#1db954;border-left-color:#1db954}.toast-success:before{background:#1db954}.toast-success .toast-icon{color:#1db954}.toast-error{color:#f44;border-left-color:#f44}.toast-error:before{background:#f44}.toast-error .toast-icon{color:#f44}.toast-warning{color:#fa0;border-left-color:#fa0}.toast-warning:before{background:#fa0}.toast-warning .toast-icon{color:#fa0}.toast-info{color:#3498db;border-left-color:#3498db}.toast-info:before{background:#3498db}.toast-info .toast-icon{color:#3498db}.toast-confirm{color:#fff;border-left-color:#fa0;flex-direction:column;align-items:flex-start;min-width:320px;max-width:400px;padding:20px;animation:.3s slideInRight}.toast-confirm:before{background:#fa0}.toast-confirm .toast-icon{color:#fa0;margin-bottom:8px}.toast-confirm .toast-message{color:#ffffffe6;width:100%;margin-bottom:16px;font-size:15px;line-height:1.5}.toast-actions{gap:10px;width:100%;margin-top:0;display:flex}.toast-btn{cursor:pointer;box-sizing:border-box;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;min-height:44px;padding:12px 20px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.toast-btn-confirm{color:#fff;background:linear-gradient(135deg,#1db954,#1ed760);box-shadow:0 4px 12px #1db9544d}.toast-btn-confirm:hover{background:linear-gradient(135deg,#1ed760,#1db954);transform:translateY(-2px);box-shadow:0 6px 20px #1db95466}.toast-btn-cancel{color:#fff;background:#ffffff1a;border:1px solid #fff3}.toast-btn-cancel:hover{background:#ffffff26;border-color:#ffffff4d}@media (max-width: 1024px){.toast-container{max-width:350px;top:70px;right:16px}.toast{min-width:280px;max-width:350px;padding:14px 18px;font-size:13px}}@media (max-width: 768px){.toast-container{max-width:100%;top:70px;left:12px;right:12px}.toast{min-width:auto;max-width:100%;padding:14px 16px;font-size:13px}.toast-confirm{min-width:auto;max-width:100%;padding:16px}.toast-confirm .toast-message{margin-bottom:12px;font-size:14px}.toast-actions{flex-direction:column;gap:10px}.toast-btn{width:100%;padding:12px 16px}}@media (max-width: 480px){.toast-container{top:60px;left:8px;right:8px}.toast{padding:12px 14px;font-size:12px}.toast-confirm{min-width:auto;padding:14px}.toast-confirm .toast-message{margin-bottom:10px;font-size:13px}.toast-actions{gap:8px}.toast-btn{min-height:40px;padding:10px 14px;font-size:13px}.toast-icon{width:20px;height:20px;font-size:18px}.toast-close{width:20px;height:20px;font-size:20px}}.theme-toggle{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;font-size:24px;transition:background-color .2s;display:flex}.theme-toggle:hover{background-color:var(--hover-bg)}.theme-toggle:active{transform:scale(.95)}.verification-required-message{text-align:center;background:var(--bg-secondary);border-radius:12px;margin:20px 0;padding:40px}.verification-required-message h2{color:var(--text-primary);margin-bottom:16px;font-size:24px}.verification-required-message p{color:var(--text-secondary);margin:8px 0;font-size:16px;line-height:1.6}.verification-lock-message{text-align:center;background:linear-gradient(135deg,#ffc1071a,#ff57221a);border:2px solid #ffc1074d;border-radius:12px;margin:20px;padding:30px}.verification-lock-message h2{color:#ffc107;margin-bottom:12px;font-size:22px}.verification-lock-message p{color:var(--text-secondary);margin:8px 0;font-size:14px;line-height:1.5}.playlist-list-container{max-width:1400px;margin:0 auto;padding:24px 24px 120px}.playlist-list-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:32px;display:flex}.playlist-list-title-wrapper{flex:1}.playlist-list-title{color:#fff;-webkit-text-fill-color:transparent;letter-spacing:-.5px;background:linear-gradient(135deg,#fff,#b3b3b3);-webkit-background-clip:text;background-clip:text;margin:0 0 8px;font-size:2.5rem;font-weight:700}.playlist-list-subtitle{color:#b3b3b3;margin:0;font-size:1rem;font-weight:400}.create-playlist-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#1db954,#1ed760);border:none;border-radius:30px;align-items:center;gap:10px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #1db9544d}.create-playlist-btn:hover{background:linear-gradient(135deg,#1ed760,#1db954);transform:translateY(-2px);box-shadow:0 6px 20px #1db95480}.create-playlist-btn:active{transform:translateY(0);box-shadow:0 2px 8px #1db95466}.create-playlist-icon{justify-content:center;align-items:center;font-size:18px;line-height:1;display:flex}.create-playlist-text{letter-spacing:.3px;font-weight:600}.playlist-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:24px;display:grid}.playlist-card{cursor:pointer;background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid #ffffff1a;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.playlist-card:hover{background:linear-gradient(135deg,#ffffff14,#ffffff0a);border-color:#1db9544d;transform:translateY(-8px);box-shadow:0 20px 40px #0006,0 0 0 1px #1db95433}.playlist-card.playing{border-color:#1db95480;box-shadow:0 0 20px #1db9544d}.playlist-card-cover-container{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);width:100%;padding-top:100%;position:relative;overflow:hidden}.playlist-card-cover{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .3s;position:absolute;top:0;left:0}.playlist-card:hover .playlist-card-cover{transform:scale(1.1)}.playlist-card-placeholder{background:linear-gradient(135deg,#1db954,#1ed760);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.playlist-placeholder-icon{opacity:.8;font-size:64px}.playlist-card-overlay{opacity:0;backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;gap:16px;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.playlist-card-overlay.visible{opacity:1}.playlist-play-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1db954,#1ed760);border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;transition:all .3s;display:flex;box-shadow:0 4px 12px #1db95466}.playlist-play-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #1db95499}.playlist-delete-btn{color:#fff;cursor:pointer;backdrop-filter:blur(8px);background:#fff3;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;transition:all .3s;display:flex}.playlist-delete-btn:hover{background:#ff00004d;border-color:#ff000080;transform:scale(1.1)}.playlist-playing-indicator{background:#1db954e6;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;animation:2s ease-in-out infinite pulse;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #1db95480}.playing-dot{color:#fff;font-size:16px;animation:1.5s ease-in-out infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.playlist-card-info{padding:20px}.playlist-card-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0 0 8px;font-size:18px;font-weight:700;line-height:1.3;overflow:hidden}.playlist-card-description{color:#b3b3b3;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:42px;margin:0 0 12px;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.playlist-card-meta{align-items:center;gap:8px;display:flex}.playlist-card-count{color:gray;font-size:13px;font-weight:500}@media (max-width: 1024px){.playlist-list-container{padding:20px 20px 100px}.playlist-list-title{font-size:2rem}.playlist-list-subtitle{font-size:.9rem}.create-playlist-btn{padding:12px 24px;font-size:14px}.playlist-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px}.playlist-card-info{padding:16px}.playlist-card-name{font-size:16px}.playlist-card-description{min-height:38px;font-size:13px}.empty-state{margin:1.5rem 0;padding:3rem 1.5rem;font-size:1rem}}@media (max-width: 768px){.playlist-list-container{padding:16px 16px 160px}.playlist-list-header{flex-direction:column;align-items:stretch;gap:20px}.playlist-list-title{font-size:1.75rem}.playlist-list-subtitle{font-size:.85rem}.empty-state{border-radius:12px;margin:1rem 0;padding:2.5rem 1rem;font-size:.95rem}.create-playlist-btn{justify-content:center;width:100%;padding:14px 20px}.playlist-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}.playlist-card-info{padding:14px}.playlist-card-name{font-size:15px}.playlist-card-description{min-height:36px;font-size:12px}.playlist-play-btn{width:48px;height:48px;font-size:20px}.playlist-delete-btn{width:40px;height:40px;font-size:18px}}@media (max-width: 480px){.playlist-list-container{padding:12px 12px 150px}.playlist-list-title{font-size:1.5rem}.empty-state{border-radius:10px;margin:.75rem 0;padding:2rem .75rem;font-size:.9rem}.playlist-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.playlist-card-info{padding:12px}.playlist-card-name{font-size:14px}.playlist-card-description{-webkit-line-clamp:1;line-clamp:1;min-height:32px;font-size:11px}.playlist-play-btn{width:44px;height:44px;font-size:18px}.playlist-delete-btn{width:36px;height:36px;font-size:16px}.playlist-playing-indicator{width:28px;height:28px}.playing-dot{font-size:14px}}.themes-section{padding:32px 0}.theme-selector{flex-direction:column;gap:32px;padding:0;display:flex}.theme-options{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}.theme-option{cursor:pointer;background:#ffffff08;border:2px solid #ffffff14;border-radius:16px;align-items:center;gap:20px;padding:24px;transition:all .3s;display:flex;position:relative;overflow:hidden}.theme-option:before{content:"";opacity:0;background:linear-gradient(135deg,#1db9541a,#1db9540d);transition:opacity .3s;position:absolute;inset:0}.theme-option:hover{background:#ffffff0d;border-color:#ffffff26;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.theme-option:hover:before{opacity:1}.theme-option.active{background:#1db9541a;border-color:#1db954;box-shadow:0 0 0 3px #1db95433,0 8px 24px #0000004d}.theme-option.active:before{opacity:1}.theme-option-icon{background:#ffffff0d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:48px;transition:all .3s;display:flex}.theme-option.active .theme-option-icon{background:#1db95433;transform:scale(1.1)}.theme-option-content{flex:1;min-width:0}.theme-option-title{color:#fff;margin:0 0 8px;font-size:18px;font-weight:700;transition:color .3s}.theme-option.active .theme-option-title{color:#1db954}.theme-option-description{color:#fff9;margin:0;font-size:14px;line-height:1.5}.theme-option.active .theme-option-description{color:#fffc}.theme-option-check{color:#fff;opacity:0;background:#1db954;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;font-weight:700;transition:all .3s;display:flex;position:absolute;top:16px;right:16px;transform:scale(0)}.theme-option.active .theme-option-check{opacity:1;transform:scale(1)}.theme-preview-container{margin-top:8px}.theme-preview-header{margin-bottom:16px}.theme-preview-header h4{color:#ffffffe6;margin:0;font-size:16px;font-weight:600}.theme-preview{border:2px solid #ffffff1a;border-radius:12px;transition:all .3s;overflow:hidden}.theme-preview.dark-preview{background:#121212}.theme-preview.light-preview{background:#fff;border-color:#0000001a}.theme-preview-header-bar{background:#ffffff0d;border-bottom:1px solid #ffffff1a;align-items:center;gap:8px;padding:12px 16px;display:flex}.theme-preview.dark-preview .theme-preview-header-bar{background:#ffffff0d;border-bottom-color:#ffffff1a}.theme-preview.light-preview .theme-preview-header-bar{background:#0000000d;border-bottom-color:#0000001a}.theme-preview-dot{background:#ffffff4d;border-radius:50%;width:12px;height:12px}.theme-preview.light-preview .theme-preview-dot{background:#0000004d}.theme-preview-content{height:200px;display:flex}.theme-preview-sidebar{background:#ffffff08;border-right:1px solid #ffffff1a;width:80px}.theme-preview.light-preview .theme-preview-sidebar{background:#00000008;border-right-color:#0000001a}.theme-preview-main{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex}.theme-preview-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;overflow:hidden}.theme-preview.light-preview .theme-preview-card{background:#0000000d;border-color:#0000001a}.theme-preview-card-header{background:#ffffff14;border-bottom:1px solid #ffffff1a;height:40px}.theme-preview.light-preview .theme-preview-card-header{background:#00000014;border-bottom-color:#0000001a}.theme-preview-card-body{flex-direction:column;gap:12px;padding:16px;display:flex}.theme-preview-line{background:#ffffff1a;border-radius:4px;height:12px}.theme-preview.light-preview .theme-preview-line{background:#0000001a}.theme-preview-line.short{width:60%}@media (max-width: 768px){.themes-section{padding:24px 0}.theme-selector{padding:24px}}@media (max-width: 480px){.theme-selector{padding:20px}}.playlist-detail-container{max-width:1400px;margin:0 auto;padding:32px 32px 120px}.add-to-playlist-container{flex-direction:column;gap:14px;display:flex}.add-to-playlist-toolbar{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.add-to-playlist-hint{color:#ffffffbf;margin:0;font-size:14px}.add-to-playlist-search{width:min(420px,100%);position:relative}.add-to-playlist-search-input{color:#fff;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:14px;outline:none;width:100%;padding:12px 14px 12px 42px;transition:border-color .2s,background .2s}.add-to-playlist-search-input:focus{background:#ffffff14;border-color:#1db95473}.add-to-playlist-search-icon{opacity:.7;pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.add-to-playlist-list{background:#00000040;border:1px solid #ffffff1a;border-radius:16px;max-height:min(60vh,520px);overflow:auto}.add-to-playlist-header-row{z-index:2;backdrop-filter:blur(10px);letter-spacing:.12em;text-transform:uppercase;color:#fff9;background:#ffffff0f;border-bottom:1px solid #ffffff14;grid-template-columns:1.6fr 1fr 110px 74px;gap:12px;padding:12px 16px;font-size:12px;display:grid;position:sticky;top:0}.add-to-playlist-row{cursor:pointer;grid-template-columns:1.6fr 1fr 110px 74px;align-items:center;gap:12px;padding:12px 16px;transition:background .2s;display:grid}.add-to-playlist-row:hover{background:#ffffff0f}.add-to-playlist-row.is-disabled{opacity:.55;cursor:default}.add-to-playlist-row.is-disabled:hover{background:0 0}.atp-col-title{min-width:0}.atp-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.atp-sub{color:#ffffffa6;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.atp-col-album{color:#ffffffbf;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.atp-col-duration{text-align:right;color:#ffffffb3;font-variant-numeric:tabular-nums;font-size:13px}.atp-col-action{justify-content:flex-end;display:flex}.add-to-playlist-add-btn{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;width:44px;height:36px;font-weight:800;transition:transform .15s,background .2s,border-color .2s}.add-to-playlist-add-btn:hover{background:#1db9542e;border-color:#1db95459;transform:translateY(-1px)}.add-to-playlist-add-btn.is-already{letter-spacing:.01em;background:#ffffff0f;border-color:#ffffff24;width:auto;padding:0 12px;font-weight:700}.add-to-playlist-add-btn:disabled{opacity:.65;cursor:not-allowed}.add-to-playlist-empty{text-align:center;color:#ffffffa6;padding:24px 16px}@media (max-width: 768px){.add-to-playlist-toolbar{flex-direction:column;align-items:stretch}.add-to-playlist-header-row{display:none}.add-to-playlist-row{grid-template-columns:1fr 80px;grid-template-areas:"title action" "album duration";row-gap:6px}.atp-col-title{grid-area:title}.atp-col-album{grid-area:album}.atp-col-duration{text-align:left;color:#fff9;grid-area:duration;font-size:12px}.atp-col-action{grid-area:action}}.playlist-detail-header{align-items:flex-end;gap:32px;margin-bottom:48px;display:flex}.playlist-detail-cover-container{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border-radius:12px;flex-shrink:0;width:280px;height:280px;overflow:hidden;box-shadow:0 8px 32px #0006}.playlist-detail-cover{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.playlist-detail-cover-placeholder{background:linear-gradient(135deg,#1db954,#1ed760);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.playlist-detail-cover-placeholder span{opacity:.8;font-size:96px}.playlist-detail-info{flex-direction:column;flex:1;gap:16px;display:flex}.playlist-detail-title{color:#fff;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff,#b3b3b3);-webkit-background-clip:text;background-clip:text;margin:0;font-size:4rem;font-weight:900;line-height:1.1}.playlist-detail-description{color:#b3b3b3;margin:0;font-size:16px;line-height:1.5}.playlist-detail-meta{color:gray;margin:0;font-size:14px;font-weight:500}.playlist-detail-actions{gap:16px;margin-top:8px;display:flex}.play-all-btn,.edit-playlist-btn,.add-song-btn{cursor:pointer;border:none;border-radius:30px;align-items:center;gap:8px;padding:12px 32px;font-size:16px;font-weight:700;transition:all .3s;display:flex}.play-all-btn{color:#fff;background:linear-gradient(135deg,#1db954,#1ed760);box-shadow:0 8px 24px #1db9544d}.play-all-btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 12px 36px #1db95466}.edit-playlist-btn,.add-song-btn{color:#fff;backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #fff3}.edit-playlist-btn:hover,.add-song-btn:hover{background:#fff3;transform:translateY(-2px)}.playlist-detail-songs{margin-top:32px}.playlist-songs-list{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;overflow:hidden}.playlist-songs-header{text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;background:#ffffff0d;border-bottom:1px solid #ffffff14;grid-template-columns:60px 1.5fr 1fr 100px 120px;gap:16px;padding:12px 16px;font-size:12px;font-weight:600;display:grid}.playlist-song-row{border-bottom:1px solid #ffffff0a;grid-template-columns:60px 1.5fr 1fr 100px 120px;align-items:center;gap:16px;padding:12px 16px;transition:background .2s,transform .15s,opacity .15s;display:grid}.playlist-song-row:last-child{border-bottom:none}.playlist-song-row:hover{background:#ffffff0f}.playlist-song-row.playing{background:#1db95426}.playlist-song-row.dragging{opacity:.5;background:#1db95433;transform:scale(1.02)}.psl-col-order{align-items:center;gap:8px;display:flex}.psl-drag-handle{cursor:grab;color:#fff6;padding:4px;font-size:14px;transition:color .2s}.psl-drag-handle:hover{color:#fffc}.psl-drag-handle:active{cursor:grabbing}.psl-order-number{color:#ffffff80;min-width:20px;font-size:14px;font-weight:500}.playlist-song-row.playing .psl-order-number{color:#1db954}.psl-col-title{cursor:pointer;align-items:center;gap:12px;min-width:0;display:flex}.psl-song-cover{background:#ffffff1a;border-radius:6px;flex-shrink:0;width:48px;height:48px;position:relative;overflow:hidden}.psl-song-cover img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.psl-cover-placeholder{background:linear-gradient(135deg,#1db954,#1ed760);justify-content:center;align-items:center;width:100%;height:100%;font-size:20px;display:flex}.psl-play-overlay{opacity:0;color:#fff;background:#0009;justify-content:center;align-items:center;font-size:18px;transition:opacity .2s;display:flex;position:absolute;inset:0}.psl-col-title:hover .psl-play-overlay{opacity:1}.playlist-song-row.playing .psl-play-overlay{opacity:1;background:#1db954b3}.psl-song-info{flex:1;min-width:0}.psl-song-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.playlist-song-row.playing .psl-song-title{color:#1db954}.psl-song-artist{color:#fff9;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:13px;overflow:hidden}.psl-col-album{color:#fff9;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.psl-col-duration{color:#fff9;font-variant-numeric:tabular-nums;text-align:right;font-size:13px}.psl-col-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.psl-reorder-btns{flex-direction:column;gap:2px;display:flex}.psl-move-btn{color:#fff9;cursor:pointer;background:#ffffff14;border:none;border-radius:4px;justify-content:center;align-items:center;width:28px;height:20px;font-size:10px;transition:all .2s;display:flex}.psl-move-btn:hover:not(:disabled){color:#1db954;background:#1db9544d}.psl-move-btn:disabled{opacity:.3;cursor:not-allowed}.psl-remove-btn{color:#fff6;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .2s;display:flex}.psl-remove-btn:hover{color:#ff6b6b;background:#f003}@media (max-width: 1024px){.playlist-songs-header,.playlist-song-row{grid-template-columns:50px 1.5fr 100px 100px;gap:12px}.psl-col-album{display:none}}@media (max-width: 768px){.playlist-songs-header{display:none}.playlist-song-row{grid-template-columns:40px 1fr auto;gap:12px;padding:10px 12px}.psl-col-album,.psl-col-duration{display:none}.psl-song-cover{width:44px;height:44px}.psl-reorder-btns{flex-direction:row}.psl-move-btn{width:32px;height:32px;font-size:12px}}@media (max-width: 480px){.playlist-song-row{grid-template-columns:32px 1fr auto;gap:8px;padding:8px 10px}.psl-drag-handle{display:none}.psl-song-cover{width:40px;height:40px}.psl-song-title{font-size:13px}.psl-song-artist{font-size:12px}}@media (max-width: 1024px){.playlist-detail-container{padding:24px 24px 100px}.playlist-detail-header{gap:24px}.playlist-detail-cover-container{width:240px;height:240px}.playlist-detail-title{font-size:3rem}}@media (max-width: 768px){.playlist-detail-container{height:auto;min-height:auto;padding:20px 20px 180px;overflow:visible}.playlist-detail-header{flex-direction:column;align-items:flex-start;gap:20px}.playlist-detail-cover-container{align-self:center;width:200px;height:200px}.playlist-detail-title{font-size:2rem}.playlist-detail-description,.playlist-detail-meta{font-size:14px}.playlist-detail-actions{flex-wrap:wrap;gap:12px;width:100%}.play-all-btn,.edit-playlist-btn,.add-song-btn{flex:1;justify-content:center;min-width:120px;padding:12px 20px;font-size:14px}.playlist-detail-songs{margin-top:24px;overflow:visible}.playlist-songs-list{overflow:visible}.playlist-songs-header{grid-template-columns:50px 1fr 80px 60px;gap:12px;padding:10px 12px;font-size:11px}.playlist-song-row{grid-template-columns:50px 1fr 80px 60px;gap:12px;padding:10px 12px}.psl-col-album{display:none}.psl-col-order{gap:4px}.psl-drag-handle{padding:2px;font-size:12px}.psl-order-number{min-width:16px;font-size:12px}.psl-song-cover{width:40px;height:40px}.psl-song-title{font-size:14px}.psl-song-artist,.psl-col-duration{font-size:12px}.psl-reorder-btns{flex-direction:column;gap:4px}.psl-move-btn{width:24px;height:24px;padding:0;font-size:10px}.psl-remove-btn{width:24px;height:24px;font-size:12px}}@media (max-width: 480px){.playlist-detail-container{height:auto;min-height:auto;padding:12px 12px 170px;overflow:visible}.playlist-detail-header{gap:16px}.playlist-detail-cover-container{width:160px;height:160px}.playlist-detail-title{font-size:1.75rem}.playlist-detail-description,.playlist-detail-meta{font-size:13px}.playlist-detail-actions{flex-direction:column;gap:10px}.play-all-btn,.edit-playlist-btn,.add-song-btn{width:100%;padding:12px 16px;font-size:13px}.playlist-detail-songs{margin-top:20px;overflow:visible}.playlist-songs-header{grid-template-columns:40px 1fr 60px 50px;gap:8px;padding:8px 10px;font-size:10px}.playlist-song-row{grid-template-columns:40px 1fr 60px 50px;gap:8px;padding:8px 10px}.psl-col-order{gap:2px}.psl-drag-handle{font-size:11px}.psl-order-number{min-width:14px;font-size:11px}.psl-song-cover{width:36px;height:36px}.psl-song-title{font-size:13px}.psl-song-artist,.psl-col-duration{font-size:11px}.psl-reorder-btns{gap:2px}.psl-move-btn{width:20px;height:20px;font-size:9px}.psl-remove-btn{width:20px;height:20px;font-size:11px}}.user-list-container{max-width:1400px;margin:0 auto;padding:32px 32px 120px}.user-list-header{margin-bottom:32px}.user-list-header h2{color:#fff;-webkit-text-fill-color:transparent;letter-spacing:-.5px;background:linear-gradient(135deg,#fff,#b3b3b3);-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.5rem;font-weight:700}.user-list-table{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000004d}.user-list-table table{border-collapse:collapse;width:100%}.user-list-table thead{background:#ffffff0d;border-bottom:2px solid #ffffff1a}.user-list-table th{text-align:left;text-transform:uppercase;letter-spacing:.1em;color:#fff9;white-space:nowrap;padding:18px 24px;font-size:12px;font-weight:700}.user-list-table tbody tr{border-bottom:1px solid #ffffff0d;transition:background .2s,transform .15s}.user-list-table tbody tr:last-child{border-bottom:none}.user-list-table tbody tr:hover{background:#ffffff14;transform:translate(2px)}.user-list-table td{color:#fff;vertical-align:middle;padding:18px 24px;font-size:14px}.user-cell{align-items:center;gap:12px;display:flex}.user-avatar-small{-o-object-fit:cover;object-fit:cover;border:2px solid #ffffff1a;border-radius:50%;flex-shrink:0;width:40px;height:40px}.user-avatar-placeholder-small{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex}.user-cell span{color:#fff;font-weight:600}.user-roles{flex-wrap:wrap;gap:8px;display:flex}.role-badge{text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-radius:20px;align-items:center;gap:4px;padding:6px 12px;font-size:11px;font-weight:700;display:inline-flex}.role-badge.big-admin{color:#fff;background:linear-gradient(135deg,#f093fb,#f5576c);box-shadow:0 4px 12px #f5576c4d}.role-badge.admin{color:#fff;background:linear-gradient(135deg,#4facfe,#00f2fe);box-shadow:0 4px 12px #4facfe4d}.role-badge.user{color:#fffc;background:#ffffff1a;border:1px solid #fff3}.verification-badge{text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-radius:20px;align-items:center;gap:4px;padding:6px 12px;font-size:11px;font-weight:700;display:inline-flex}.verification-badge.verified{color:#fff;background:linear-gradient(135deg,#1db954,#1ed760);box-shadow:0 4px 12px #1db9544d}.verification-badge.unverified{color:#fff9;background:#ffffff14;border:1px solid #ffffff26}.edit-user-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.edit-user-btn:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.edit-user-btn:active{transform:translateY(0)}.pagination{justify-content:center;align-items:center;gap:16px;margin-top:32px;padding:20px;display:flex}.pagination button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.pagination button:hover:not(:disabled){background:#ffffff26;border-color:#ffffff4d;transform:translateY(-1px)}.pagination button:disabled{opacity:.4;cursor:not-allowed}.pagination span{color:#ffffffb3;font-size:14px;font-weight:500}@media (max-width: 1024px){.user-list-container{padding:24px 24px 100px}.user-list-header h2{font-size:2rem}.user-list-table th,.user-list-table td{padding:14px 18px;font-size:13px}.user-avatar-small,.user-avatar-placeholder-small{width:36px;height:36px;font-size:14px}}@media (max-width: 768px){.user-list-container{padding:20px 20px 160px}.user-list-header h2{font-size:1.75rem}.user-list-table{-webkit-overflow-scrolling:touch;overflow-x:auto}.user-list-table table{min-width:700px}.user-list-table th,.user-list-table td{padding:12px 16px;font-size:12px}.user-avatar-small,.user-avatar-placeholder-small{width:32px;height:32px;font-size:12px}.role-badge,.verification-badge{padding:4px 8px;font-size:10px}.edit-user-btn{padding:6px 12px;font-size:12px}}@media (max-width: 480px){.user-list-container{padding:16px 16px 150px}.user-list-header h2{font-size:1.5rem}.user-list-table th,.user-list-table td{padding:10px 12px;font-size:11px}.user-cell{gap:8px}.user-avatar-small,.user-avatar-placeholder-small{width:28px;height:28px;font-size:11px}.role-badge,.verification-badge{padding:3px 6px;font-size:9px}.edit-user-btn{padding:4px 8px;font-size:11px}.pagination{flex-direction:column;gap:12px}.pagination button{width:100%;max-width:200px}}.user-edit-form{flex-direction:column;gap:20px;min-height:0;display:flex}.user-edit-form .form-group{flex-direction:column;gap:8px;display:flex}.user-edit-form .form-group label{color:#ffffffe6;letter-spacing:.3px;font-size:14px;font-weight:600}.user-edit-form .form-group input[type=text],.user-edit-form .form-group input[type=email]{color:#fff9;cursor:not-allowed;background:#ffffff14;border:1px solid #ffffff26;border-radius:10px;padding:12px 16px;font-size:14px}.user-edit-form .checkbox-group{cursor:pointer;background:#ffffff0d;border:2px solid #ffffff1a;border-radius:12px;align-items:center;gap:12px;padding:16px 20px;transition:all .3s;display:flex;position:relative;overflow:hidden}.user-edit-form .checkbox-group:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.user-edit-form .checkbox-group:hover:before{left:100%}.user-edit-form .checkbox-group:hover{background:#ffffff14;border-color:#fff3;transform:translate(2px)}.user-edit-form .checkbox-group label{cursor:pointer;color:#fff;z-index:1;flex:1;align-items:center;gap:14px;margin:0;font-size:15px;font-weight:600;display:flex;position:relative}.user-edit-form .checkbox-group .checkbox-label-text{-webkit-user-select:none;-moz-user-select:none;user-select:none}.user-edit-form .checkbox-group input[type=checkbox]{opacity:0;width:0;height:0;position:absolute}.user-edit-form .checkbox-group label{position:relative}.user-edit-form .checkbox-group label:before{content:"";background:#ffffff0d;border:2px solid #ffffff4d;border-radius:8px;flex-shrink:0;order:-1;justify-content:center;align-items:center;width:26px;height:26px;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;box-shadow:0 2px 8px #0003}.user-edit-form .checkbox-group label:has(input[type=checkbox]:checked):before{background:linear-gradient(135deg,#1db954,#1ed760);border-color:#1db954;transform:scale(1.05);box-shadow:0 4px 16px #1db95466}.user-edit-form .checkbox-group label:has(input[type=checkbox]:checked):after{content:"✓";color:#fff;z-index:2;pointer-events:none;justify-content:center;align-items:center;width:26px;height:26px;font-size:18px;font-weight:900;line-height:1;animation:.3s cubic-bezier(.4,0,.2,1) checkmark;display:flex;position:absolute;top:0;left:0}@keyframes checkmark{0%{opacity:0;transform:scale(0) rotate(-45deg)}50%{transform:scale(1.2) rotate(0)}to{opacity:1;transform:scale(1) rotate(0)}}.user-edit-form .checkbox-group label:has(input[type=checkbox]:disabled),.user-edit-form .checkbox-group label:has(input[type=checkbox]:disabled):before{opacity:.5;cursor:not-allowed}.user-edit-form .checkbox-group.checkbox-bigadmin{background:#f5576c14;border-color:#f5576c33}.user-edit-form .checkbox-group.checkbox-bigadmin:hover{background:#f5576c1f;border-color:#f5576c59}.user-edit-form .checkbox-group.checkbox-bigadmin.checked{background:#f5576c26;border-color:#f5576c66}.user-edit-form .checkbox-group.checkbox-bigadmin label:has(input[type=checkbox]:checked):before{background:linear-gradient(135deg,#f093fb,#f5576c);border-color:#f5576c;box-shadow:0 4px 16px #f5576c66}.user-edit-form .checkbox-group.checkbox-admin{background:#4facfe14;border-color:#4facfe33}.user-edit-form .checkbox-group.checkbox-admin:hover{background:#4facfe1f;border-color:#4facfe59}.user-edit-form .checkbox-group.checkbox-admin.checked{background:#4facfe26;border-color:#4facfe66}.user-edit-form .checkbox-group.checkbox-admin label:has(input[type=checkbox]:checked):before{background:linear-gradient(135deg,#4facfe,#00f2fe);border-color:#4facfe;box-shadow:0 4px 16px #4facfe66}.user-edit-form .checkbox-group.checkbox-verified{background:#1db95414;border-color:#1db95433}.user-edit-form .checkbox-group.checkbox-verified:hover{background:#1db9541f;border-color:#1db95459}.user-edit-form .checkbox-group.checkbox-verified.checked{background:#1db95426;border-color:#1db95466}.user-edit-form .checkbox-group.checkbox-verified label:has(input[type=checkbox]:checked):before{background:linear-gradient(135deg,#1db954,#1ed760);border-color:#1db954;box-shadow:0 4px 16px #1db95466}.user-edit-form .form-actions{gap:12px;margin-top:8px;margin-bottom:0;display:flex}.user-edit-form .form-actions button{cursor:pointer;letter-spacing:.3px;white-space:nowrap;box-sizing:border-box;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;min-width:0;height:48px;min-height:48px;padding:14px 20px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.user-edit-form .form-actions button[type=button]{color:#fff;background:#ffffff14;border:1px solid #ffffff26}.user-edit-form .form-actions button[type=button]:hover:not(:disabled){background:#ffffff1f;border-color:#ffffff40;transform:translateY(-2px)}.user-edit-form .form-actions button[type=button]:active:not(:disabled){transform:translateY(0)}.user-edit-form .form-actions button[type=submit]{color:#fff;background:linear-gradient(135deg,#1db954,#1ed760);box-shadow:0 4px 12px #1db9544d}.user-edit-form .form-actions button[type=submit]:hover:not(:disabled){background:linear-gradient(135deg,#1ed760,#1db954);transform:translateY(-2px);box-shadow:0 6px 20px #1db95466}.user-edit-form .form-actions button[type=submit]:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #1db9544d}.user-edit-form .form-actions button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 768px){.user-edit-form .checkbox-group{padding:14px}.user-edit-form .checkbox-group label{font-size:14px}.user-edit-form .form-actions{flex-direction:column}.user-edit-form .form-actions button{width:100%}}[data-theme=light]{--bg-primary: #fff;--bg-secondary: #f5f5f5;--bg-tertiary: #e5e5e5;--text-primary: #1a1a1a;--text-secondary: #666;--text-tertiary: #999;--border-color: #e0e0e0;--hover-bg: #f0f0f0;--accent-color: #1db954;--accent-hover: #1ed760}[data-theme=light] body{background-color:var(--bg-primary);color:var(--text-primary)}[data-theme=light] .app{background:#fff}[data-theme=light] .main-content{color:var(--text-primary);background:#fff}[data-theme=light] .main-content.profile-main-content{background:#fff}[data-theme=light] .sidebar{background:#f5f5f5;border-right:1px solid #0000001a}[data-theme=light] .sidebar-section-title,[data-theme=light] .sidebar-link{color:var(--text-secondary)}[data-theme=light] .sidebar-link:hover{color:var(--text-primary);background:#0000000d}[data-theme=light] .sidebar-link.active{color:var(--text-primary);background:#00000014;font-weight:600}[data-theme=light] .sidebar::-webkit-scrollbar-thumb{background:#0003}[data-theme=light] .sidebar::-webkit-scrollbar-thumb:hover{background:#0000004d}[data-theme=light] .sidebar-overlay{background:#00000080}[data-theme=light] .profile-app-layout{color:var(--text-primary);background:#fff}[data-theme=light] .profile-sidebar{background:#f5f5f5;border-right:1px solid #0000001a}[data-theme=light] .profile-user-section{background:#ffffff80}[data-theme=light] .profile-welcome-text{color:var(--text-primary)}[data-theme=light] .profile-duration-text{color:#1db954}[data-theme=light] .profile-duration-text.no-subscription{color:var(--text-secondary)}[data-theme=light] .profile-verification-warning{color:#d32f2f;background:#d32f2f1a;border-radius:6px;padding:8px 12px;font-size:12px}[data-theme=light] .profile-nav-item{color:var(--text-secondary)}[data-theme=light] .profile-nav-item:hover{background:var(--hover-bg);color:var(--text-primary)}[data-theme=light] .profile-nav-item.active{color:var(--accent-color);background:#1db9541a}[data-theme=light] .profile-logout-btn{color:var(--text-secondary);border-top:1px solid #0000001a}[data-theme=light] .profile-logout-btn:hover{color:#d32f2f;background:#ff00001a}[data-theme=light] .profile-content-area{background:#fff}[data-theme=light] .profile-top-nav{background:#fffffff2;border-bottom:1px solid #0000001a}[data-theme=light] .profile-nav-link{color:#0009}[data-theme=light] .profile-nav-link:hover{color:var(--text-primary)}[data-theme=light] .profile-nav-link.active{color:var(--accent-color);border-bottom-color:var(--accent-color)}[data-theme=light] .profile-search-bar{color:var(--text-primary);background:#0000000d;border:1px solid #00000026}[data-theme=light] .profile-search-bar::-moz-placeholder{color:#0006}[data-theme=light] .profile-search-bar::placeholder{color:#0006}[data-theme=light] .profile-search-bar:focus{border-color:var(--accent-color);background:#00000014}[data-theme=light] .profile-search-icon{color:#0006}[data-theme=light] .profile-main-content{background:#fff}[data-theme=light] .profile-section-title{color:var(--text-primary)}[data-theme=light] .playlist-list-container{background:0 0}[data-theme=light] .playlist-list-title{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#1a1a1a,#666);-webkit-background-clip:text;background-clip:text}[data-theme=light] .playlist-list-subtitle{color:var(--text-secondary)}[data-theme=light] .create-playlist-btn{color:#fff;background:linear-gradient(135deg,#1db954,#1ed760)}[data-theme=light] .create-playlist-btn:hover{background:linear-gradient(135deg,#1ed760,#1db954)}[data-theme=light] .empty-state{color:var(--text-secondary);background:linear-gradient(135deg,#00000008,#00000003);border:1px solid #0000001a}[data-theme=light] .empty-state:hover{background:linear-gradient(135deg,#0000000d,#00000005);border-color:#00000026}[data-theme=light] .playlist-card{background:#f5f5f5;border:1px solid #0000001a}[data-theme=light] .playlist-card:hover{background:#e5e5e5;border-color:#00000026}[data-theme=light] .playlist-card-name{color:var(--text-primary)}[data-theme=light] .playlist-card-description{color:var(--text-secondary)}[data-theme=light] .playlist-card-count{color:var(--text-tertiary)}[data-theme=light] .song-card:hover{background:#e5e5e5;border-color:#00000026}[data-theme=light] .song-card-title{color:var(--text-primary)}[data-theme=light] .song-card-artist{color:var(--text-secondary)}[data-theme=light] .modal-overlay{background:#00000080}[data-theme=light] .modal-content{background:linear-gradient(135deg,#fff,#f5f5f5);border:1px solid #00000026}[data-theme=light] .modal-header{background:#00000005;border-bottom:1px solid #0000001a}[data-theme=light] .modal-title{color:var(--text-primary)}[data-theme=light] .modal-close-btn{color:var(--text-secondary)}[data-theme=light] .modal-close-btn:hover,[data-theme=light] .modal-body{color:var(--text-primary)}[data-theme=light] .form-group label{color:var(--text-secondary)}[data-theme=light] .form-group input[type=text],[data-theme=light] .form-group input[type=email],[data-theme=light] .form-group input[type=number]{color:var(--text-primary);background:#fff;border:1px solid #00000026}[data-theme=light] .form-group input[type=text]:focus,[data-theme=light] .form-group input[type=email]:focus,[data-theme=light] .form-group input[type=number]:focus{border-color:var(--accent-color)}[data-theme=light] .form-group input[type=text]:disabled,[data-theme=light] .form-group input[type=email]:disabled{color:var(--text-tertiary);background:#00000008}[data-theme=light] .upload-card .form-group input[type=url]{color:#1a1a1a;background:#f5f5f5;border:1px solid #d0d0d0}[data-theme=light] .upload-card .form-group input[type=url]::-moz-placeholder{color:#999}[data-theme=light] .upload-card .form-group input[type=url]::placeholder{color:#999}[data-theme=light] .upload-card .form-group input[type=url]:focus{background:#fff;border-color:#1db954;box-shadow:0 0 0 3px #1db9541a}[data-theme=light] .form-group input[type=file],[data-theme=light] .upload-card .form-group input[type=file],[data-theme=light] .edit-card .form-group input[type=file]{color:var(--text-primary);background:#fff;border:1px solid #00000026}[data-theme=light] .form-group input[type=file]:focus,[data-theme=light] .upload-card .form-group input[type=file]:focus,[data-theme=light] .edit-card .form-group input[type=file]:focus{border-color:var(--accent-color);background:#fff;outline:none;box-shadow:0 0 0 3px #1db9541a}[data-theme=light] .form-group input[type=file]::file-selector-button{color:var(--text-primary);cursor:pointer;background:#0000000d;border:1px solid #00000026;border-radius:6px;margin-right:12px;padding:6px 12px;font-size:14px;transition:all .2s}[data-theme=light] .upload-card .form-group input[type=file]::file-selector-button{color:var(--text-primary);cursor:pointer;background:#0000000d;border:1px solid #00000026;border-radius:6px;margin-right:12px;padding:6px 12px;font-size:14px;transition:all .2s}[data-theme=light] .edit-card .form-group input[type=file]::file-selector-button{color:var(--text-primary);cursor:pointer;background:#0000000d;border:1px solid #00000026;border-radius:6px;margin-right:12px;padding:6px 12px;font-size:14px;transition:all .2s}[data-theme=light] .form-group input[type=file]::file-selector-button:hover{background:#00000014;border-color:#00000040}[data-theme=light] .upload-card .form-group input[type=file]::file-selector-button:hover{background:#00000014;border-color:#00000040}[data-theme=light] .edit-card .form-group input[type=file]::file-selector-button:hover{background:#00000014;border-color:#00000040}[data-theme=light] .user-edit-form .checkbox-group{background:#00000008;border:2px solid #0000001a}[data-theme=light] .user-edit-form .checkbox-group:hover{background:#0000000d;border-color:#0003}[data-theme=light] .user-edit-form .checkbox-group label{color:var(--text-primary)}[data-theme=light] .user-edit-form .checkbox-group label:before{background:#fff;border:2px solid #0000004d}[data-theme=light] .btn-primary{color:#fff;background:linear-gradient(135deg,#1db954,#1ed760)}[data-theme=light] .btn-primary:hover{background:linear-gradient(135deg,#1ed760,#1db954)}[data-theme=light] .btn-secondary{color:var(--text-primary);background:#0000000d;border:1px solid #00000026}[data-theme=light] .btn-secondary:hover{background:#00000014;border-color:#00000040}[data-theme=light] .user-list-container{background:0 0}[data-theme=light] .user-list-table table{background:#fff;border:1px solid #0000001a}[data-theme=light] .user-list-table th{color:var(--text-primary);background:#f5f5f5;border-bottom:1px solid #0000001a}[data-theme=light] .user-list-table td{color:var(--text-primary);border-bottom:1px solid #0000000d}[data-theme=light] .user-list-table tr:hover{background:#00000005}[data-theme=light] .edit-user-btn{color:var(--accent-color);background:#1db9541a;border:1px solid #1db95433}[data-theme=light] .edit-user-btn:hover{background:#1db95426;border-color:#1db9544d}[data-theme=light] .role-badge{color:#fff}[data-theme=light] .verification-badge.verified{color:var(--accent-color);background:#1db9541a}[data-theme=light] .verification-badge.unverified{color:#d32f2f;background:#d32f2f1a}[data-theme=light] .profile-artist-card,[data-theme=light] .artist-card{background:0 0;border:none;border-radius:12px;padding:12px;transition:all .3s}[data-theme=light] .profile-artist-card:hover,[data-theme=light] .artist-card:hover{background:linear-gradient(135deg,#00000008,#00000003);border-color:#0000;transform:translateY(-4px);box-shadow:0 8px 16px #00000014}[data-theme=light] .profile-song-card{background:#f5f5f5;border:1px solid #0000001a}[data-theme=light] .profile-song-card:hover{background:#e5e5e5;border-color:#00000026}[data-theme=light] .profile-song-info h4{color:var(--text-primary)}[data-theme=light] .profile-song-info p{color:var(--text-secondary)}[data-theme=light] .profile-recent-item{background:#f5f5f5;border:1px solid #0000001a}[data-theme=light] .profile-recent-item:hover{background:#e5e5e5;border-color:#00000026}[data-theme=light] .profile-recent-item.active{border-color:var(--accent-color);background:#1db9541a}[data-theme=light] .profile-recent-info h4{color:var(--text-primary)}[data-theme=light] .profile-recent-info p{color:var(--text-secondary)}[data-theme=light] .verification-lock-message{color:#d32f2f;background:#ffc1071a;border:1px solid #ffc1074d}[data-theme=light] .error-message{color:#d32f2f;background:#d32f2f1a;border:1px solid #d32f2f33}[data-theme=light] .profile-sidebar::-webkit-scrollbar-thumb{background:#0003}[data-theme=light] .profile-main-content::-webkit-scrollbar-thumb{background:#0003}[data-theme=light] .profile-sidebar::-webkit-scrollbar-thumb:hover{background:#0000004d}[data-theme=light] .profile-main-content::-webkit-scrollbar-thumb:hover{background:#0000004d}[data-theme=light] .loading{color:var(--text-secondary)}[data-theme=light] .theme-option{background:#00000008;border-color:#0000001a}[data-theme=light] .theme-option:before{background:linear-gradient(135deg,#1db95426,#1db95414)}[data-theme=light] .theme-option:hover{background:#0000000d;border-color:#00000026}[data-theme=light] .theme-option.active{background:#1db95426;border-color:#1db954;box-shadow:0 0 0 3px #1db95440,0 8px 24px #0000001a}[data-theme=light] .theme-option-icon{background:#0000000d}[data-theme=light] .theme-option.active .theme-option-icon{background:#1db95433}[data-theme=light] .theme-option-title{color:var(--text-primary)}[data-theme=light] .theme-option.active .theme-option-title{color:#1db954}[data-theme=light] .theme-option-description{color:#0009}[data-theme=light] .theme-option.active .theme-option-description{color:#000c}[data-theme=light] .theme-preview-header h4{color:var(--text-primary)}[data-theme=light] .theme-preview-box.dark-preview{color:#fff;background:#121212;border:1px solid #ffffff1a}@media (max-width: 768px){.theme-options{grid-template-columns:1fr;gap:16px}.theme-option{gap:16px;padding:20px}.theme-option-icon{width:56px;height:56px;font-size:40px}.theme-option-title{font-size:16px}.theme-option-description{font-size:13px}.theme-preview-content{height:160px}.theme-preview-sidebar{width:60px}.theme-preview-main{padding:16px}}@media (max-width: 480px){.themes-section{padding:24px 0}.theme-option{gap:12px;padding:16px}.theme-option-icon{width:48px;height:48px;font-size:36px}.theme-option-title{font-size:15px}.theme-option-description{font-size:12px}.theme-option-check{width:28px;height:28px;font-size:16px;top:12px;right:12px}.theme-preview-content{height:140px}.theme-preview-sidebar{width:50px}.theme-preview-main{gap:12px;padding:12px}.theme-preview-card-body{gap:8px;padding:12px}.theme-preview-line{height:10px}}[data-theme=light] .form-actions{background:0 0;border-top:1px solid #0000001a}[data-theme=light] .modal-content:has(.upload-card) .form-actions,[data-theme=light] .modal-content:has(.edit-card) .form-actions,[data-theme=light] .modal-content:has(.user-edit-form) .form-actions,[data-theme=light] .modal-content:has(.playlist-edit-form) .form-actions,[data-theme=light] .modal-content:has(.playlist-create-form) .form-actions,[data-theme=light] .upload-card form .form-actions,[data-theme=light] .edit-card form .form-actions,[data-theme=light] .user-edit-form .form-actions,[data-theme=light] .playlist-edit-form .form-actions,[data-theme=light] .playlist-create-form .form-actions{background:linear-gradient(135deg,#fff,#f5f5f5)!important;border-top:1px solid #0000001a!important;box-shadow:0 -2px 6px #0000001a!important}[data-theme=light] .profile-edit-form .form-actions{width:100%!important;box-shadow:none!important;background:0 0!important;border-top:none!important;gap:12px!important;margin-top:24px!important;padding:0!important;display:flex!important;position:static!important;bottom:auto!important;left:auto!important;right:auto!important}[data-theme=light] .user-edit-form .form-actions button[type=submit]{color:#fff;background:linear-gradient(135deg,#1db954,#1ed760)}[data-theme=light] .user-edit-form .form-actions button[type=button]{color:var(--text-primary);background:#0000000d;border:1px solid #00000026}[data-theme=light] .playlist-edit-form .form-actions button[type=submit]{color:#fff;background:linear-gradient(135deg,#1db954,#1ed760)}[data-theme=light] .playlist-edit-form .form-actions button[type=button]{color:var(--text-primary);background:#0000000d;border:1px solid #00000026}[data-theme=light] .modal-content:has(.upload-card) .modal-header,[data-theme=light] .modal-content:has(.edit-card) .modal-header,[data-theme=light] .modal-content:has(.user-edit-form) .modal-header,[data-theme=light] .modal-content:has(.playlist-edit-form) .modal-header,[data-theme=light] .modal-content:has(.playlist-create-form) .modal-header{background:linear-gradient(135deg,#fff,#f5f5f5);border-bottom:1px solid #0000001a}[data-theme=light] .modal-title{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#1a1a1a,#666);-webkit-background-clip:text;background-clip:text}[data-theme=light] .modal-close-btn{color:var(--text-secondary);background:#0000000d;border:1px solid #00000026}[data-theme=light] .modal-close-btn:hover{color:var(--text-primary);background:#0000001a;border-color:#0003}[data-theme=light] .album-header-info h1{color:var(--text-primary)}[data-theme=light] .album-song-count{color:var(--text-secondary)}[data-theme=light] .album-songs h2,[data-theme=light] .artist-header-info h1,[data-theme=light] .home-title,[data-theme=light] .section-title,[data-theme=light] .large-card-title{color:var(--text-primary)}[data-theme=light] .large-card-subtitle{color:var(--text-secondary)}[data-theme=light] .recent-card-title{color:var(--text-primary)}[data-theme=light] .recent-card-artist{color:var(--text-secondary)}[data-theme=light] .edit-btn{color:var(--text-secondary);background:#0000000d;border:1px solid #00000026}[data-theme=light] .edit-btn:hover{border-color:var(--accent-color);color:var(--accent-color);background:#1db9541a}[data-theme=light] .add-song-btn{color:#fff;background:linear-gradient(135deg,#1db954,#1ed760)}[data-theme=light] .add-song-btn:hover{background:linear-gradient(135deg,#1ed760,#1db954)}[data-theme=light] .large-card{background:#f5f5f5;border:1px solid #0000001a}[data-theme=light] .large-card:hover{background:#e5e5e5;box-shadow:0 8px 24px #00000026}[data-theme=light] .recent-card{background:#f5f5f5;border:1px solid #0000001a}[data-theme=light] .recent-card:hover{background:#e5e5e5;border-color:#00000026}[data-theme=light] .recent-card.active{border-color:var(--accent-color);background:#1db9541a}[data-theme=light] .recent-card.active:hover{background:#1db95426}[data-theme=light] .queue-modal-overlay{background:#00000080}[data-theme=light] .queue-modal-content{background:linear-gradient(135deg,#fff,#f5f5f5);border:1px solid #00000026}[data-theme=light] .queue-modal-header{background:#00000005;border-bottom:1px solid #0000001a}[data-theme=light] .queue-modal-header h2,[data-theme=light] .queue-modal-body{color:var(--text-primary)}[data-theme=light] .queue-modal-footer{background:#00000005;border-top:1px solid #0000001a;box-shadow:0 -2px 6px #0000000d}[data-theme=light] .player-modal-overlay{-webkit-backdrop-filter:blur(30px);background:linear-gradient(135deg,#fffffff2,#fafafafa)}[data-theme=light] .player-modal-content{background:0 0}[data-theme=light] .player-modal-header{-webkit-backdrop-filter:blur(20px);background:linear-gradient(#fff6,#ffffff1a,#0000);border-bottom:1px solid #fff3}[data-theme=light] .player-modal-back-btn{color:var(--text-primary);-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffffb3,#ffffff80);border:1px solid #fff9;box-shadow:0 2px 12px #ffffff4d,0 0 0 1px #fff3}[data-theme=light] .player-modal-back-btn:hover{background:linear-gradient(135deg,#ffffffd9,#ffffffb3);border-color:#fffc;transform:translateY(-3px) scale(1.05);box-shadow:0 6px 20px #fff6,0 0 0 2px #ffffff4d}[data-theme=light] .player-modal-back-btn:active{transform:translateY(-1px) scale(.98);box-shadow:0 2px 10px #ffffff4d,0 0 0 1px #fff3}[data-theme=light] .player-modal-track-number{color:var(--text-secondary);-webkit-backdrop-filter:blur(15px);background:linear-gradient(135deg,#fff9,#fff6);border:1px solid #ffffff80;font-weight:600;box-shadow:0 2px 8px #fff3}[data-theme=light] .player-modal-art-placeholder{background:linear-gradient(135deg,#f0f0f0,#e5e5e5);box-shadow:0 20px 60px #00000026}[data-theme=light] .player-modal-art-background{filter:blur(60px) brightness(.6);opacity:.4}[data-theme=light] .player-modal-title{color:var(--text-primary);font-weight:800}[data-theme=light] .player-modal-artist{color:var(--text-secondary);font-weight:600}[data-theme=light] .player-modal-album{color:var(--text-secondary);opacity:.8}[data-theme=light] .player-modal-progress-bar{background:#fff6;height:6px}[data-theme=light] .player-modal-progress-bar-container:hover .player-modal-progress-bar{background:#ffffff80;height:8px}[data-theme=light] .player-modal-progress-bar::-webkit-slider-thumb{opacity:1;background:linear-gradient(135deg,#1db954,#1ed760);border:3px solid #fff;box-shadow:0 2px 12px #1db95466,0 0 0 3px #1db9541f}[data-theme=light] .player-modal-progress-bar-container:hover .player-modal-progress-bar::-webkit-slider-thumb{width:22px;height:22px;box-shadow:0 4px 18px #1db95499,0 0 0 4px #1db9542e}[data-theme=light] .player-modal-progress-bar::-webkit-slider-thumb:hover{width:22px;height:22px;box-shadow:0 4px 18px #1db95499,0 0 0 4px #1db9542e}[data-theme=light] .player-modal-progress-bar::-webkit-slider-thumb:active{width:22px;height:22px;box-shadow:0 4px 18px #1db95499,0 0 0 4px #1db9542e}[data-theme=light] .player-modal-progress-bar::-moz-range-thumb{opacity:1;background:linear-gradient(135deg,#1db954,#1ed760);border:3px solid #fff;box-shadow:0 2px 12px #1db95466,0 0 0 3px #1db9541f}[data-theme=light] .player-modal-progress-bar-container:hover .player-modal-progress-bar::-moz-range-thumb{width:22px;height:22px;box-shadow:0 4px 18px #1db95499,0 0 0 4px #1db9542e}[data-theme=light] .player-modal-progress-bar::-moz-range-thumb:hover{width:22px;height:22px;box-shadow:0 4px 18px #1db95499,0 0 0 4px #1db9542e}[data-theme=light] .player-modal-progress-bar::-moz-range-thumb:active{width:22px;height:22px;box-shadow:0 4px 18px #1db95499,0 0 0 4px #1db9542e}[data-theme=light] .player-modal-time-display{color:var(--text-secondary);font-weight:600}[data-theme=light] .player-modal-control-btn{color:var(--text-primary);-webkit-backdrop-filter:blur(15px);background:linear-gradient(135deg,#fff9,#fff6);border:1px solid #ffffff80;box-shadow:0 4px 16px #ffffff4d,0 0 0 1px #fff3}[data-theme=light] .player-modal-control-btn:hover{color:var(--text-primary);background:linear-gradient(135deg,#fffc,#fff9);border-color:#ffffffb3;transform:scale(1.15) translateY(-2px);box-shadow:0 6px 24px #fff6,0 0 0 2px #ffffff4d}[data-theme=light] .player-modal-control-btn:active{transform:scale(1.05) translateY(0);box-shadow:0 2px 12px #ffffff4d,0 0 0 1px #fff3}[data-theme=light] .player-modal-play-pause-btn{background:linear-gradient(135deg,#1db954,#1ed760);box-shadow:0 8px 24px #1db95466,0 0 0 5px #1db9541f,inset 0 1px #fff3}[data-theme=light] .player-modal-play-pause-btn:hover:not(:disabled){background:linear-gradient(135deg,#1ed760,#1db954);transform:scale(1.05);box-shadow:0 12px 32px #1db95480,0 0 0 6px #1db95426,inset 0 1px #ffffff40}[data-theme=light] .player-modal-play-pause-btn:active:not(:disabled){transform:scale(.95);box-shadow:0 6px 20px #1db95459,0 0 0 4px #1db9541a,inset 0 1px #ffffff26}[data-theme=light] .player-modal-loading-spinner{border:4px solid #ffffff4d;border-top-color:#fff}[data-theme=light] .player-modal-bottom-nav{-webkit-backdrop-filter:blur(25px);background:linear-gradient(#0000,#fff9,#fffc);border-top:1px solid #ffffff4d;box-shadow:0 -2px 20px #fff3}[data-theme=light] .player-modal-nav-btn{color:var(--text-secondary);-webkit-backdrop-filter:blur(15px);background:linear-gradient(135deg,#ffffffb3,#ffffff80);border:1px solid #fff9;box-shadow:0 2px 12px #ffffff4d,0 0 0 1px #fff3}[data-theme=light] .player-modal-nav-btn:hover{color:var(--text-primary);background:linear-gradient(135deg,#ffffffe6,#ffffffb3);border-color:#fffc;transform:scale(1.15) translateY(-2px);box-shadow:0 4px 20px #fff6,0 0 0 2px #ffffff4d}[data-theme=light] .player-modal-nav-btn:active{transform:scale(1.05) translateY(0);box-shadow:0 2px 10px #ffffff4d,0 0 0 1px #fff3}[data-theme=light] .player-modal-nav-btn.active{color:#1db954;background:linear-gradient(135deg,#1db95426,#1ed7601a);border-color:#1db95440;box-shadow:0 2px 8px #1db95433}[data-theme=light] .player-modal-nav-btn.active:hover{background:linear-gradient(135deg,#1db95440,#1ed76026);border-color:#1db95459;box-shadow:0 4px 12px #1db9544d}[data-theme=light] .album-detail-page,[data-theme=light] .artist-detail-page{color:var(--text-primary);background:#fff}[data-theme=light] .header{-webkit-backdrop-filter:blur(20px);background:linear-gradient(#fffffffa,#fafafafa);border-bottom:1px solid #00000014;box-shadow:0 2px 16px #0000000f}[data-theme=light] .menu-toggle{color:var(--text-primary);background:#0000000a;border-radius:8px}[data-theme=light] .menu-toggle:hover{opacity:1;background:#00000014}[data-theme=light] .logo{color:var(--text-primary)}[data-theme=light] .logo:hover{opacity:.8}[data-theme=light] .logo h1{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#1db954,#1ed760);-webkit-background-clip:text;background-clip:text}[data-theme=light] .header-user-button{color:var(--text-primary);background:linear-gradient(135deg,#1db9541a,#1ed76014);border:1px solid #1db95433;box-shadow:0 2px 8px #1db9541a}[data-theme=light] .header-user-button:hover{background:linear-gradient(135deg,#1db95426,#1ed7601f);border-color:#1db9544d;transform:translateY(-1px);box-shadow:0 4px 12px #1db95426}[data-theme=light] .header-user-avatar{box-shadow:0 2px 6px #1db95433}[data-theme=light] .header-user-name{color:var(--text-primary);font-weight:600}[data-theme=light] .header-user-arrow{color:#00000080}[data-theme=light] .header-user-button:hover .header-user-arrow{color:#000000b3}[data-theme=light] .header-user-dropdown{-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#fffffffa,#fafafafa);border:1px solid #00000014;box-shadow:0 8px 32px #0000001f,0 0 0 1px #0000000a}[data-theme=light] .header-dropdown-user-info{background:linear-gradient(135deg,#1db9540d,#1ed76008);border-bottom:1px solid #00000014}[data-theme=light] .header-dropdown-user-avatar{box-shadow:0 2px 8px #1db95433}[data-theme=light] .header-dropdown-user-name{color:var(--text-primary);font-weight:700}[data-theme=light] .header-dropdown-divider{background:#0000000f}[data-theme=light] .header-dropdown-item{color:var(--text-primary);font-weight:500}[data-theme=light] .header-dropdown-item:hover{color:#1db954;background:linear-gradient(135deg,#1db95414,#1ed7600d);transform:translate(4px)}[data-theme=light] .header-dropdown-icon{filter:grayscale(.3)}[data-theme=light] .header-dropdown-item:hover .header-dropdown-icon{filter:grayscale(0);transform:scale(1.1)}[data-theme=light] .header-dropdown-arrow{color:#0006}[data-theme=light] .header-dropdown-item:hover .header-dropdown-arrow{color:#1db954}[data-theme=light] .header-auth-link{color:var(--text-primary);background:linear-gradient(135deg,#1db9541a,#1ed76014);border:1px solid #1db95433;font-weight:600;box-shadow:0 2px 8px #1db9541a}[data-theme=light] .header-auth-link:hover{color:#1db954;background:linear-gradient(135deg,#1db95426,#1ed7601f);border-color:#1db9544d;transform:translateY(-1px);box-shadow:0 4px 12px #1db95433}[data-theme=light] .page-header h1{color:var(--text-primary)}[data-theme=light] .page-subtitle{color:var(--text-secondary)}[data-theme=light] .songs-page,[data-theme=light] .artists-page,[data-theme=light] .albums-page,[data-theme=light] .genres-page,[data-theme=light] .popular-page,[data-theme=light] .library-page{color:var(--text-primary);background:#fff}[data-theme=light] .songs-page h1,[data-theme=light] .artists-page h1,[data-theme=light] .albums-page h1,[data-theme=light] .genres-page h1,[data-theme=light] .popular-page h1,[data-theme=light] .library-page h1,[data-theme=light] .library-header h1{color:var(--text-primary)}[data-theme=light] .genre-detail-page{color:var(--text-primary);background:#fff}[data-theme=light] .genre-header{border-bottom:1px solid #0000001a}[data-theme=light] .genre-header-info h1{color:var(--text-primary)}[data-theme=light] .genre-song-count{color:var(--text-secondary)}[data-theme=light] .genre-songs h2{color:var(--text-primary)}[data-theme=light] .tab{color:var(--text-secondary);border-bottom:2px solid #0000}[data-theme=light] .tab:hover{color:var(--text-primary)}[data-theme=light] .tab.active{color:var(--accent-color);border-bottom-color:var(--accent-color)}[data-theme=light] .library-tabs{border-bottom:1px solid #0000001a}[data-theme=light] .album-card{background:0 0}[data-theme=light] .album-cover-container{background:#e5e5e5}[data-theme=light] .album-info,[data-theme=light] .album-name{color:var(--text-primary)}[data-theme=light] .album-artist{color:var(--text-secondary)}[data-theme=light] .album-year{color:var(--text-tertiary)}[data-theme=light] .album-overlay{background:#0000004d}[data-theme=light] .artist-image-container{background:linear-gradient(135deg,#f0f0f0,#e5e5e5);transition:all .3s;box-shadow:0 2px 8px #0000001a}[data-theme=light] .artist-card:hover .artist-image-container{transform:scale(1.02);box-shadow:0 4px 12px #00000026}[data-theme=light] .artist-info{color:var(--text-primary)}[data-theme=light] .artist-name{color:var(--text-primary);font-weight:600}[data-theme=light] .artist-song-count{color:var(--text-secondary);font-weight:400}[data-theme=light] .artist-image-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:inset 0 2px 4px #0000001a}[data-theme=light] .artist-initial{color:#fff;text-shadow:0 1px 2px #0003}[data-theme=light] .genre-card{background:#f5f5f5;border:1px solid #0000001a}[data-theme=light] .genre-card:hover{border-color:var(--accent-color);background:#e5e5e5;box-shadow:0 8px 24px #00000026}[data-theme=light] .genre-name{color:var(--text-primary)}[data-theme=light] .song-card{background:linear-gradient(135deg,#00000005,#00000003);border:1px solid #0000001a}[data-theme=light] .song-card:hover{background:linear-gradient(135deg,#0000000d,#00000005);border-color:#00000026;box-shadow:0 4px 16px #0000001a}[data-theme=light] .song-card:before{background:linear-gradient(135deg,#1db95414,#1db95400)}[data-theme=light] .song-card.active{background:linear-gradient(135deg,#1db9541f,#1db9540f);border-color:#1db9544d;box-shadow:0 4px 20px #1db95426}[data-theme=light] .song-card.duplicate{background:linear-gradient(135deg,#fbbf2420,#f59e0b15);border-color:#fbbf2466}[data-theme=light] .song-card.duplicate:hover{background:linear-gradient(135deg,#fbbf2430,#f59e0b20);border-color:#fbbf2488}[data-theme=light] .song-card.duplicate.active{background:linear-gradient(135deg,#fbbf2426,#f59e0b1a);border-color:#fbbf2488}[data-theme=light] .artist-search-bar{color:#000;background:#0000000d;border-color:#00000026}[data-theme=light] .artist-search-bar:focus{background:#00000014;border-color:#1db954}[data-theme=light] .artist-search-bar::-moz-placeholder{color:#0006}[data-theme=light] .artist-search-bar::placeholder{color:#0006}[data-theme=light] .artist-search-icon{color:#00000080}[data-theme=light] .duplicate-toggle-btn{color:#fff;background:#ff9800}[data-theme=light] .duplicate-toggle-btn:hover{background:#fb8c00}[data-theme=light] .duplicate-toggle-btn.active{background:#f57c00}[data-theme=light] .song-title{color:var(--text-primary)}[data-theme=light] .song-artist,[data-theme=light] .song-album,[data-theme=light] .song-duration,[data-theme=light] .song-meta-item{color:var(--text-secondary)}[data-theme=light] .meta-value{color:var(--text-primary)}[data-theme=light] .uploaded-by-name{color:var(--text-secondary)}[data-theme=light] .song-cover-container{background:#e5e5e5}[data-theme=light] .song-cover-overlay{background:#0006}[data-theme=light] .song-play-overlay-btn{color:#000;background:#fffffff2}[data-theme=light] .song-play-overlay-btn:hover{background:#fff}[data-theme=light] .radio-page{color:var(--text-primary);background:#fff}[data-theme=light] .radio-page h1{color:var(--text-primary)}[data-theme=light] .dynamic-background{background:linear-gradient(135deg,#fff,#f5f5f5)!important}[data-theme=light] .dynamic-background:before{background:#ffffffd9}[data-theme=light] .album-header,[data-theme=light] .artist-header{border-bottom:1px solid #0000001a}[data-theme=light] .artist-song-count{color:var(--text-secondary)}[data-theme=light] .artist-songs h2{color:var(--text-primary)}[data-theme=light] .playlist-detail-container{color:var(--text-primary);background:linear-gradient(#fff,#fafafa)}[data-theme=light] .playlist-detail-header{border-bottom:1px solid #0000000f;margin-bottom:32px;padding-bottom:32px}[data-theme=light] .playlist-detail-cover-container{background:linear-gradient(135deg,#f0f0f0,#e5e5e5);box-shadow:0 8px 32px #0000001f,0 0 0 1px #0000000f}[data-theme=light] .playlist-detail-cover-placeholder{background:linear-gradient(135deg,#1db954,#1ed760);box-shadow:inset 0 2px 8px #0000001a}[data-theme=light] .playlist-detail-title{-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 4px #1db95433);background:linear-gradient(135deg,#1db954,#1ed760);-webkit-background-clip:text;background-clip:text}[data-theme=light] .playlist-detail-description{color:var(--text-secondary);font-weight:400}[data-theme=light] .playlist-detail-meta{color:var(--text-tertiary);font-weight:500}[data-theme=light] .play-all-btn{box-shadow:0 8px 24px #1db95440,inset 0 0 0 1px #1db9541a}[data-theme=light] .play-all-btn:hover{box-shadow:0 12px 36px #1db95459,inset 0 0 0 1px #1db95426}[data-theme=light] .edit-playlist-btn,[data-theme=light] .add-song-btn{color:var(--text-primary);-webkit-backdrop-filter:blur(8px);background:linear-gradient(135deg,#1db95414,#1ed7600f);border:1px solid #1db95433}[data-theme=light] .edit-playlist-btn:hover,[data-theme=light] .add-song-btn:hover{background:linear-gradient(135deg,#1db9541f,#1ed7601a);border-color:#1db9544d;box-shadow:0 4px 12px #1db95426}[data-theme=light] .playlist-detail-songs{margin-top:24px}[data-theme=light] .playlist-songs-list{-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffffe6,#fafafae6);border:1px solid #00000014;box-shadow:0 4px 16px #0000000f,0 0 0 1px #0000000a}[data-theme=light] .playlist-songs-header{color:var(--text-tertiary);background:linear-gradient(135deg,#00000008,#00000003);border-bottom:1px solid #00000014;font-weight:600}[data-theme=light] .playlist-song-row{border-bottom:1px solid #0000000a;transition:all .2s}[data-theme=light] .playlist-song-row:hover{background:linear-gradient(135deg,#1db9540d,#1ed76008);transform:translate(4px)}[data-theme=light] .playlist-song-row.playing{background:linear-gradient(135deg,#1db9541f,#1ed76014);border-left:3px solid #1db954;box-shadow:inset 4px 0 12px #1db95426}[data-theme=light] .playlist-song-row.dragging{background:linear-gradient(135deg,#1db95426,#1ed7601f);border-left:3px solid #1db954;box-shadow:0 4px 12px #1db95433}[data-theme=light] .psl-drag-handle{color:var(--text-tertiary)}[data-theme=light] .psl-drag-handle:hover{color:#1db954}[data-theme=light] .psl-order-number{color:var(--text-tertiary);font-weight:500}[data-theme=light] .playlist-song-row.playing .psl-order-number{color:#1db954;font-weight:700}[data-theme=light] .psl-song-cover{background:linear-gradient(135deg,#f0f0f0,#e5e5e5);box-shadow:0 2px 8px #0000001a}[data-theme=light] .psl-cover-placeholder{background:linear-gradient(135deg,#1db954,#1ed760);box-shadow:inset 0 2px 4px #0000001a}[data-theme=light] .psl-play-overlay{background:#00000080}[data-theme=light] .playlist-song-row.playing .psl-play-overlay{background:#1db954d9}[data-theme=light] .psl-song-title{color:var(--text-primary);font-weight:600}[data-theme=light] .playlist-song-row.playing .psl-song-title{color:#1db954;font-weight:700}[data-theme=light] .psl-song-artist,[data-theme=light] .psl-col-album,[data-theme=light] .psl-col-duration{color:var(--text-secondary)}[data-theme=light] .psl-move-btn{color:var(--text-secondary);background:#0000000a;border:1px solid #00000014}[data-theme=light] .psl-move-btn:hover:not(:disabled){color:#1db954;background:linear-gradient(135deg,#1db95426,#1ed7601f);border-color:#1db9544d;box-shadow:0 2px 6px #1db95426}[data-theme=light] .psl-move-btn:disabled{opacity:.4;cursor:not-allowed}[data-theme=light] .psl-remove-btn{color:var(--text-tertiary)}[data-theme=light] .psl-remove-btn:hover{color:#ff6b6b;background:#ff6b6b26;box-shadow:0 2px 8px #ff6b6b33}[data-theme=light] .empty-state{color:var(--text-secondary);text-align:center;background:linear-gradient(135deg,#00000005,#00000003);border:1px dashed #0000001a;border-radius:12px;padding:48px 24px;font-size:16px}[data-theme=light] .add-to-playlist-hint{color:var(--text-secondary)}[data-theme=light] .add-to-playlist-search-input{color:var(--text-primary);background:linear-gradient(135deg,#00000008,#00000003);border:1px solid #0000001a}[data-theme=light] .add-to-playlist-search-input:focus{background:linear-gradient(135deg,#1db9540d,#1ed76008);border-color:#1db95466;box-shadow:0 0 0 3px #1db9541a}[data-theme=light] .add-to-playlist-list{-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffffe6,#fafafae6);border:1px solid #00000014}[data-theme=light] .add-to-playlist-header-row{color:var(--text-tertiary);background:linear-gradient(135deg,#00000008,#00000003);border-bottom:1px solid #00000014}[data-theme=light] .add-to-playlist-row{border-bottom:1px solid #0000000a}[data-theme=light] .add-to-playlist-row:hover{background:linear-gradient(135deg,#1db9540d,#1ed76008)}[data-theme=light] .atp-title{color:var(--text-primary);font-weight:700}[data-theme=light] .atp-sub,[data-theme=light] .atp-col-album,[data-theme=light] .atp-col-duration{color:var(--text-secondary)}[data-theme=light] .add-to-playlist-add-btn{color:#1db954;background:linear-gradient(135deg,#1db9541a,#1ed76014);border:1px solid #1db95433}[data-theme=light] .add-to-playlist-add-btn:hover{background:linear-gradient(135deg,#1db9542e,#1ed76026);border-color:#1db95459;box-shadow:0 4px 12px #1db95433}[data-theme=light] .add-to-playlist-add-btn.is-already{color:var(--text-tertiary);background:#0000000a;border-color:#0000001a}[data-theme=light] .add-to-playlist-empty{color:var(--text-secondary)}[data-theme=light] .player-album-art-placeholder{background:linear-gradient(135deg,#f0f0f0,#e5e5e5);box-shadow:0 2px 8px #0000001a}[data-theme=light] .player-title{color:var(--text-primary);font-weight:600}[data-theme=light] .player-artist,[data-theme=light] .player-btn{color:var(--text-secondary)}[data-theme=light] .player-btn:hover{color:var(--text-primary);background:#0000000d}[data-theme=light] .player-btn.active{color:#1db954;background:linear-gradient(135deg,#1db9541f,#1ed76014);box-shadow:0 0 8px #1db95433}[data-theme=light] .player-btn.active:hover{color:#1ed760;background:linear-gradient(135deg,#1db9542e,#1ed7601f);box-shadow:0 0 12px #1db9544d}[data-theme=light] .play-pause-btn{color:#fff;background:linear-gradient(135deg,#1db954,#1ed760);box-shadow:0 4px 12px #1db9544d}[data-theme=light] .play-pause-btn:hover:not(:disabled){background:linear-gradient(135deg,#1ed760,#1db954);box-shadow:0 6px 16px #1db95466}[data-theme=light] .play-pause-btn .loading-spinner{border:3px solid #fff3;border-top-color:#fff}[data-theme=light] .player-time{color:var(--text-secondary)}[data-theme=light] .progress-bar{background:transparent}[data-theme=light] .progress-bar::-webkit-slider-runnable-track{background:linear-gradient(to right,#1db954aa 0%,#1db954aa var(--progress, 0%),#0000001a var(--progress, 0%),#0000001a 100%)}[data-theme=light] .progress-bar::-moz-range-track{background:#0000001a}[data-theme=light] .progress-bar::-moz-range-progress{background:linear-gradient(to right,#1db954aa,#1ed760aa)}[data-theme=light] .progress-bar::-webkit-slider-thumb{background:#fff;border:2px solid #1db954;box-shadow:0 2px 8px #1db9544d}[data-theme=light] .progress-bar-container:hover .progress-bar::-webkit-slider-thumb{border-color:#1ed760;box-shadow:0 4px 12px #1db95466}[data-theme=light] .progress-bar:active::-webkit-slider-thumb{border-color:#1ed760;box-shadow:0 4px 12px #1db95466}[data-theme=light] .progress-bar:focus::-webkit-slider-thumb{border-color:#1ed760;box-shadow:0 4px 12px #1db95466}[data-theme=light] .progress-bar::-moz-range-thumb{background:#fff;border:2px solid #1db954;box-shadow:0 2px 8px #1db9544d}[data-theme=light] .progress-bar-container:hover .progress-bar::-moz-range-thumb{border-color:#1ed760;box-shadow:0 4px 12px #1db95466}[data-theme=light] .progress-bar:active::-moz-range-thumb{border-color:#1ed760;box-shadow:0 4px 12px #1db95466}[data-theme=light] .progress-bar:focus::-moz-range-thumb{border-color:#1ed760;box-shadow:0 4px 12px #1db95466}[data-theme=light] .volume-icon{color:var(--text-secondary)}[data-theme=light] .volume-slider{background:#0000001a}[data-theme=light] .volume-slider::-webkit-slider-thumb{background:#fff;border:2px solid #1db954;box-shadow:0 2px 6px #1db9544d}[data-theme=light] .player-volume-control:hover .volume-slider::-webkit-slider-thumb{border-color:#1ed760;box-shadow:0 4px 10px #1db95466}[data-theme=light] .volume-slider:active::-webkit-slider-thumb{border-color:#1ed760;box-shadow:0 4px 10px #1db95466}[data-theme=light] .volume-slider:focus::-webkit-slider-thumb{border-color:#1ed760;box-shadow:0 4px 10px #1db95466}[data-theme=light] .volume-slider::-moz-range-thumb{background:#fff;border:2px solid #1db954;box-shadow:0 2px 6px #1db9544d}[data-theme=light] .player-volume-control:hover .volume-slider::-moz-range-thumb{border-color:#1ed760;box-shadow:0 4px 10px #1db95466}[data-theme=light] .volume-slider:active::-moz-range-thumb{border-color:#1ed760;box-shadow:0 4px 10px #1db95466}[data-theme=light] .volume-slider:focus::-moz-range-thumb{border-color:#1ed760;box-shadow:0 4px 10px #1db95466}[data-theme=light] .player-mobile-album-art-placeholder{background:linear-gradient(135deg,#f0f0f0,#e5e5e5);box-shadow:0 2px 8px #0000001a}[data-theme=light] .player-mobile-title{color:var(--text-primary);font-weight:600}[data-theme=light] .player-mobile-artist,[data-theme=light] .player-mobile-queue-btn{color:var(--text-secondary)}[data-theme=light] .player-mobile-queue-btn:hover{color:var(--text-primary);background:#0000000d}[data-theme=light] .player-mobile-volume-btn{color:var(--text-secondary)}[data-theme=light] .player-mobile-volume-btn:active{color:#1db954}[data-theme=light] .player-mobile-volume-modal{background:linear-gradient(135deg,#fff,#f5f5f5);border:1px solid #0000001a;box-shadow:0 4px 16px #0000001f}[data-theme=light] .player-mobile-volume-slider{background:#0000001a}[data-theme=light] .player-mobile-volume-slider::-webkit-slider-thumb{background:#fff;border:2px solid #1db954;box-shadow:0 2px 6px #0003}[data-theme=light] .player-mobile-volume-slider::-moz-range-thumb{background:#fff;border:2px solid #1db954;box-shadow:0 2px 6px #0003}[data-theme=light] .player-mobile-progress-bar{background:#0000001a}[data-theme=light] .player-mobile-progress-bar::-webkit-slider-thumb{background:#fff;border:2px solid #1db954;box-shadow:0 2px 8px #1db9544d}[data-theme=light] .player-mobile-progress-bar-container:hover .player-mobile-progress-bar::-webkit-slider-thumb{border-color:#1ed760;box-shadow:0 4px 12px #1db95466}[data-theme=light] .player-mobile-progress-bar:active::-webkit-slider-thumb{border-color:#1ed760;box-shadow:0 4px 12px #1db95466}[data-theme=light] .player-mobile-progress-bar:focus::-webkit-slider-thumb{border-color:#1ed760;box-shadow:0 4px 12px #1db95466}[data-theme=light] .player-mobile-progress-bar::-moz-range-thumb{background:#fff;border:2px solid #1db954;box-shadow:0 2px 8px #1db9544d}[data-theme=light] .player-mobile-progress-bar-container:hover .player-mobile-progress-bar::-moz-range-thumb{border-color:#1ed760;box-shadow:0 4px 12px #1db95466}[data-theme=light] .player-mobile-progress-bar:active::-moz-range-thumb{border-color:#1ed760;box-shadow:0 4px 12px #1db95466}[data-theme=light] .player-mobile-progress-bar:focus::-moz-range-thumb{border-color:#1ed760;box-shadow:0 4px 12px #1db95466}[data-theme=light] .player-mobile-time,[data-theme=light] .player-mobile-btn{color:var(--text-secondary)}[data-theme=light] .player-mobile-btn:active{color:var(--text-primary);background:#0000000d}[data-theme=light] .shuffle-btn-mobile.active,[data-theme=light] .repeat-btn-mobile.active{color:#1db954;background:linear-gradient(135deg,#1db9541f,#1ed76014)}[data-theme=light] .play-pause-btn-mobile{color:#fff;background:linear-gradient(135deg,#1db954,#1ed760);box-shadow:0 4px 12px #1db9544d}[data-theme=light] .play-pause-btn-mobile:active:not(:disabled){background:linear-gradient(135deg,#1ed760,#1db954);box-shadow:0 6px 16px #1db95466}[data-theme=light] .play-pause-btn-mobile .loading-spinner{border:3px solid #fff3;border-top-color:#fff}[data-theme=light] .song-player{background:linear-gradient(#fff,#fafafa);border-top:1px solid #00000014;box-shadow:0 -4px 16px #00000014}.dashboard-app{display:flex;min-height:100vh;background:#f5f5f5;color:#1a1a1a;position:relative}.dashboard-main{flex:1;display:flex;flex-direction:column;margin-left:240px;transition:margin-left .3s ease;max-width:1680px}.dashboard-content{flex:1;padding:96px 24px 24px;overflow-y:auto;background:#f5f5f5;min-height:calc(100vh - 72px)}.dashboard-sidebar{position:fixed;left:0;top:0;width:240px;height:100vh;background:linear-gradient(180deg,#28203d,#1a1529);border-right:1px solid rgba(255,255,255,.1);box-shadow:4px 0 24px #0003;z-index:1000;overflow-y:auto;transition:transform .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(10px)}.dashboard-sidebar-content{display:flex;flex-direction:column;height:100%;padding:24px 0}.dashboard-sidebar-search-mobile{display:none;padding:0 24px 24px;margin-top:-8px;margin-bottom:0}.dashboard-sidebar-search-form{display:flex;align-items:center;position:relative;width:100%}.dashboard-sidebar-search-input{width:100%;padding:12px 16px 12px 44px;border:2px solid rgba(255,255,255,.1);border-radius:12px;font-size:14px;background:#ffffff1a;color:#fff;transition:all .3s ease;backdrop-filter:blur(10px)}.dashboard-sidebar-search-input::-moz-placeholder{color:#fff9}.dashboard-sidebar-search-input::placeholder{color:#fff9}.dashboard-sidebar-search-input:focus{outline:none;border-color:#ffffff4d;background:#ffffff26;box-shadow:0 4px 12px #0003}.dashboard-sidebar-search-btn{position:absolute;left:12px;background:none;border:none;color:#ffffffb3;font-size:18px;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.dashboard-sidebar-search-input:focus+.dashboard-sidebar-search-btn,.dashboard-sidebar-search-btn:hover{color:#fff}.dashboard-sidebar-logo{display:flex;align-items:center;gap:12px;padding:0 24px 32px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:24px}.dashboard-logo-icon{font-size:32px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6c5ce7,#a29bfe);border-radius:14px;box-shadow:0 8px 24px #6c5ce766,0 0 0 2px #ffffff1a;transition:all .3s ease;position:relative;overflow:hidden}.dashboard-logo-icon:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.2),transparent);transform:rotate(45deg);animation:shine 3s infinite}@keyframes shine{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}.dashboard-logo-text{font-size:22px;font-weight:800;color:#fff;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.3);letter-spacing:-.5px}.dashboard-nav-menu{display:flex;flex-direction:column;gap:4px;padding:0 16px;flex:1}.dashboard-nav-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:transparent;border:none;color:#ffffffb3;font-size:14px;font-weight:500;cursor:pointer;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:left;width:100%;position:relative;overflow:hidden}.dashboard-nav-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:0;background:linear-gradient(180deg,#6c5ce7,#a29bfe);border-radius:0 4px 4px 0;transition:height .3s ease}.dashboard-nav-item:hover{background:#ffffff1a;color:#fff;transform:translate(4px);box-shadow:0 4px 12px #0003}.dashboard-nav-item:hover:before{height:60%}.dashboard-nav-item.active{background:linear-gradient(135deg,#6c5ce74d,#a29bfe4d);color:#a29bfe;font-weight:700;box-shadow:0 4px 16px #6c5ce74d}.dashboard-nav-item.active:before{height:80%;box-shadow:0 0 12px #6c5ce799}.dashboard-nav-icon{font-size:20px;width:24px;text-align:center;flex-shrink:0}.dashboard-nav-label{flex:1}.dashboard-sidebar-user{display:flex;align-items:center;gap:12px;padding:16px 24px;border-top:1px solid #e0e0e0;margin-top:auto}.dashboard-user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#6c5ce7,#a29bfe);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px;flex-shrink:0;overflow:hidden}.dashboard-user-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dashboard-user-info{flex:1;min-width:0}.dashboard-user-name{font-size:14px;font-weight:600;color:#fff;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-user-role{font-size:12px;color:#999;margin:0}.dashboard-logout-btn{width:32px;height:32px;border-radius:6px;border:none;background:#f5f5f5;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .2s ease;flex-shrink:0}.dashboard-logout-btn:hover{background:#e0e0e0;color:#1a1a1a}.dashboard-sidebar-overlay{display:none}.dashboard-header{position:fixed;top:0;left:240px;right:0;height:72px;background:linear-gradient(135deg,#fff,#fafafa);border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 4px 20px #0000000f;z-index:999;transition:left .3s ease;backdrop-filter:blur(20px)}.dashboard-header-container{max-width:1920px;margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;box-sizing:border-box}.dashboard-header-left{display:flex;align-items:center;gap:16px;flex-shrink:0}.dashboard-menu-toggle{display:none;background:none;border:none;color:#666;font-size:24px;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s ease}.dashboard-menu-toggle:hover{background:#f5f5f5;color:#1a1a1a}.dashboard-header-title h2{font-size:22px;font-weight:800;background:linear-gradient(135deg,#6c5ce7,#a29bfe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;letter-spacing:-.5px}.dashboard-header-center{flex:1;max-width:600px;margin:0 auto}.dashboard-search-form{display:flex;align-items:center;position:relative;width:100%}.dashboard-search-input{width:100%;padding:12px 20px 12px 48px;border:2px solid rgba(108,92,231,.1);border-radius:28px;font-size:14px;background:linear-gradient(135deg,#fff,#f8f9ff);color:#1a1a1a;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000a}.dashboard-search-input:focus{outline:none;border-color:#6c5ce7;background:#fff;box-shadow:0 4px 16px #6c5ce733,0 0 0 4px #6c5ce71a;transform:translateY(-1px)}.dashboard-search-input::-moz-placeholder{color:#999}.dashboard-search-input::placeholder{color:#999}.dashboard-search-btn{position:absolute;left:12px;background:none;border:none;color:#999;font-size:18px;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.dashboard-header-right{display:flex;align-items:center;gap:16px;flex-shrink:0}.dashboard-notifications{display:flex;align-items:center;gap:8px}.dashboard-notification-btn{position:relative;width:44px;height:44px;border-radius:50%;border:2px solid rgba(108,92,231,.1);background:linear-gradient(135deg,#fff,#f8f9ff);color:#666;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000a}.dashboard-notification-btn:hover{background:linear-gradient(135deg,#6c5ce71a,#a29bfe1a);border-color:#6c5ce74d;color:#6c5ce7;transform:translateY(-2px) scale(1.05);box-shadow:0 4px 16px #6c5ce733}.dashboard-notification-badge{position:absolute;top:2px;right:2px;min-width:20px;height:20px;padding:0 6px;background:linear-gradient(135deg,#e74c3c,#ff6b6b);color:#fff;font-size:11px;font-weight:700;border-radius:10px;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff;box-shadow:0 2px 8px #e74c3c66;animation:pulse-badge 2s infinite}@keyframes pulse-badge{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.dashboard-header-user{position:relative}.dashboard-user-button{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#6c5ce71a,#a29bfe1a);border:2px solid rgba(108,92,231,.2);border-radius:28px;padding:8px 16px 8px 8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #6c5ce71a}.dashboard-user-button:hover{background:linear-gradient(135deg,#6c5ce733,#a29bfe33);border-color:#6c5ce766;transform:translateY(-2px);box-shadow:0 4px 16px #6c5ce733}.dashboard-user-avatar-small{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#6c5ce7,#a29bfe);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:16px;flex-shrink:0;overflow:hidden;box-shadow:0 4px 12px #6c5ce74d;transition:all .3s ease}.dashboard-user-button:hover .dashboard-user-avatar-small{transform:scale(1.1);box-shadow:0 6px 20px #6c5ce766}.dashboard-user-avatar-small img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dashboard-user-details{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.dashboard-user-name-small{font-size:14px;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.dashboard-user-role-small{font-size:12px;color:#999}.dashboard-user-arrow{font-size:12px;color:#999;transition:transform .2s ease;flex-shrink:0}.dashboard-user-button:hover .dashboard-user-arrow{transform:translateY(2px)}.dashboard-user-dropdown{position:absolute;top:calc(100% + 12px);right:0;min-width:280px;background:linear-gradient(135deg,#fff,#fafafa);border:1px solid rgba(108,92,231,.1);border-radius:16px;box-shadow:0 12px 40px #00000026,0 0 0 1px #6c5ce70d;z-index:1000;overflow:hidden;backdrop-filter:blur(20px);animation:slideDown .3s cubic-bezier(.4,0,.2,1)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dashboard-dropdown-user-info{display:flex;align-items:center;gap:16px;padding:20px;background:linear-gradient(135deg,#6c5ce71a,#a29bfe1a);border-bottom:1px solid rgba(108,92,231,.1)}.dashboard-dropdown-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#6c5ce7,#a29bfe);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:20px;flex-shrink:0;overflow:hidden;box-shadow:0 4px 16px #6c5ce74d}.dashboard-dropdown-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dashboard-dropdown-user-details{flex:1;min-width:0}.dashboard-dropdown-name{font-size:14px;font-weight:600;color:#1a1a1a;margin:0 0 2px}.dashboard-dropdown-email{font-size:12px;color:#666;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-dropdown-role{font-size:11px;color:#999;margin:0}.dashboard-dropdown-divider{height:1px;background:#e0e0e0;margin:0}.dashboard-dropdown-item{display:flex;align-items:center;gap:12px;width:100%;padding:14px 20px;background:transparent;border:none;color:#666;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:left;position:relative}.dashboard-dropdown-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#6c5ce7,#a29bfe);opacity:0;transition:opacity .3s ease;border-radius:0 4px 4px 0}.dashboard-dropdown-item:hover{background:linear-gradient(135deg,#6c5ce714,#a29bfe14);color:#6c5ce7;transform:translate(4px)}.dashboard-dropdown-item:hover:before{opacity:1}.dashboard-dropdown-icon{font-size:18px;width:24px;text-align:center;flex-shrink:0}.dashboard-dropdown-text{flex:1}.dashboard-dropdown-arrow{font-size:16px;color:#999;flex-shrink:0;transition:transform .2s ease}.dashboard-dropdown-item:hover .dashboard-dropdown-arrow{transform:translate(6px);color:#6c5ce7}.dashboard-dropdown-item:hover .dashboard-dropdown-icon{transform:scale(1.2);filter:drop-shadow(0 2px 4px rgba(108,92,231,.3))}.dashboard-home{max-width:100%;margin:0 auto;padding:0 20px}@media (min-width: 1200px){.dashboard-home{max-width:1160px;padding:0}}@media (min-width: 1921px){.dashboard-home{max-width:1600px}}.dashboard-page{max-width:100%;margin:0 auto;padding:0 20px}@media (min-width: 1200px){.dashboard-page{max-width:1160px;padding:0}}@media (min-width: 1921px){.dashboard-page{max-width:1600px}}.dashboard-settings-header{margin-bottom:32px}.dashboard-settings-icon{display:inline-block;font-size:32px;animation:rotate-slow 20s linear infinite;filter:drop-shadow(0 4px 8px rgba(108,92,231,.3));-webkit-text-fill-color:initial!important;background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important;color:#6c5ce7;line-height:1}@keyframes rotate-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-settings-subtitle{font-size:15px;color:#888;margin:8px 0 0;font-weight:400;line-height:1.5}.dashboard-settings-tabs-wrapper{background:linear-gradient(135deg,#ffffffe6,#ffffffb3);border-radius:16px;padding:8px;margin-bottom:32px;box-shadow:0 4px 20px #0000000f;backdrop-filter:blur(10px);border:1px solid rgba(108,92,231,.1)}.dashboard-settings-tabs{display:flex;gap:8px;position:relative}.dashboard-settings-tab{background:transparent;border:none;padding:14px 28px;font-size:14px;font-weight:600;color:#666;cursor:pointer;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:12px;display:flex;align-items:center;gap:10px;overflow:hidden;z-index:1}.dashboard-settings-tab:before{content:"";position:absolute;inset:0;background:var(--tab-gradient, linear-gradient(135deg, #667eea 0%, #764ba2 100%));opacity:0;transition:opacity .3s ease;z-index:-1;border-radius:12px}.dashboard-settings-tab:hover{color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #6c5ce733}.dashboard-settings-tab:hover:before{opacity:.1}.dashboard-settings-tab.active{color:#fff;box-shadow:0 8px 24px #6c5ce74d;transform:translateY(-2px)}.dashboard-settings-tab.active:before{opacity:1}.dashboard-settings-tab-icon{font-size:18px;display:inline-flex;align-items:center;justify-content:center;transition:transform .3s ease}.dashboard-settings-tab:hover .dashboard-settings-tab-icon,.dashboard-settings-tab.active .dashboard-settings-tab-icon{transform:scale(1.2) rotate(5deg)}.dashboard-settings-tab-label{position:relative;z-index:1}.dashboard-settings-tab-indicator{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:40px;height:3px;background:linear-gradient(90deg,#fff,#fffc);border-radius:2px;animation:indicator-pulse 2s ease-in-out infinite}@keyframes indicator-pulse{0%,to{opacity:1;transform:translate(-50%) scaleX(1)}50%{opacity:.7;transform:translate(-50%) scaleX(.8)}}.dashboard-settings-content{margin-top:0}.dashboard-settings-tab-panel{background:linear-gradient(135deg,#fff,#fffffff2);border:1px solid rgba(108,92,231,.15);border-radius:24px;padding:0;box-shadow:0 8px 32px #00000014;overflow:hidden;position:relative;transition:all .3s ease}.dashboard-settings-tab-panel:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--tab-gradient, linear-gradient(90deg, #667eea 0%, #764ba2 100%));opacity:.8}.dashboard-settings-tab-panel-price:before{background:linear-gradient(90deg,#667eea,#764ba2)}.dashboard-settings-tab-panel-qr:before{background:linear-gradient(90deg,#f093fb,#f5576c)}.dashboard-settings-panel-header{display:flex;align-items:flex-start;gap:20px;padding:32px 32px 24px;background:linear-gradient(135deg,#6c5ce708,#a29bfe08);border-bottom:1px solid rgba(108,92,231,.1)}.dashboard-settings-panel-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:32px;box-shadow:0 8px 24px #6c5ce740;flex-shrink:0;transition:transform .3s ease}.dashboard-settings-tab-panel:hover .dashboard-settings-panel-icon{transform:scale(1.1) rotate(5deg)}.dashboard-settings-panel-title-wrapper{flex:1}.dashboard-settings-tab-title{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 8px;background:linear-gradient(135deg,#6c5ce7,#a29bfe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.dashboard-settings-tab-panel-qr .dashboard-settings-tab-title{background:linear-gradient(135deg,#f093fb,#f5576c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dashboard-settings-tab-description{font-size:15px;color:#666;margin:0;line-height:1.6;font-weight:400}.dashboard-settings-panel-content{padding:32px}.dashboard-settings-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;background:linear-gradient(135deg,#6c5ce705,#a29bfe05);border-radius:16px;border:2px dashed rgba(108,92,231,.2)}.dashboard-settings-empty-icon{font-size:64px;margin-bottom:20px;filter:drop-shadow(0 4px 12px rgba(108,92,231,.2));animation:float-gentle 3s ease-in-out infinite}@keyframes float-gentle{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.dashboard-settings-empty-title{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 8px;background:linear-gradient(135deg,#6c5ce7,#a29bfe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dashboard-settings-empty-description{font-size:14px;color:#888;margin:0;line-height:1.6}.dashboard-welcome-banner{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;padding:40px;margin-bottom:32px;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden;box-shadow:0 8px 32px #667eea4d}.dashboard-welcome-banner:before{content:"";position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);border-radius:50%;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-20px,-20px) scale(1.1)}}.dashboard-welcome-content{flex:1;z-index:1}.dashboard-welcome-title{font-size:32px;font-weight:800;color:#fff;margin:0 0 12px;text-shadow:0 2px 12px rgba(0,0,0,.2)}.dashboard-welcome-subtitle{font-size:16px;color:#ffffffe6;margin:0;line-height:1.6}.dashboard-welcome-illustration{font-size:120px;opacity:.2;z-index:0;animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.2}50%{transform:scale(1.1);opacity:.3}}.dashboard-welcome-orbit{position:absolute;right:0;top:50%;transform:translateY(-50%);width:50%;min-width:320px;height:320px;display:flex;align-items:center;justify-content:center;pointer-events:none}.dashboard-welcome-orbit:before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;border:2px solid rgba(255,255,255,.3);background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.15) 0%,rgba(255,255,255,.05) 40%,transparent 70%);box-shadow:inset 0 0 40px #ffffff1a,0 0 60px #0000004d,inset 0 0 80px #0003;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3));animation:orbit-ring 20s linear infinite}.dashboard-welcome-orbit:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;border:1px dashed rgba(255,255,255,.2);animation:orbit-ring 25s linear infinite reverse;opacity:.6}.dashboard-welcome-orbit-center{position:absolute;width:80px;height:80px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.4) 0%,rgba(255,255,255,.1) 50%,transparent 100%),linear-gradient(135deg,#ffffff4d,#ffffff1a);display:flex;align-items:center;justify-content:center;font-size:32px;color:#fff;box-shadow:0 0 0 3px #fff3,0 0 0 6px #ffffff1a,inset 0 0 20px #fff3,0 10px 40px #0006;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:orbit-center-pulse 3s ease-in-out infinite;z-index:3;border:1px solid rgba(255,255,255,.3)}.dashboard-welcome-orbit-item{position:absolute;left:50%;top:50%;width:200px;transform:translate(-50%,-50%) rotate(var(--orbit-angle)) translate(150px) rotate(calc(-1 * var(--orbit-angle)));display:flex;align-items:center;gap:12px;background:#ffffff2e;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1.5px solid rgba(255,255,255,.3);border-radius:50px;padding:10px 16px;box-shadow:0 8px 24px #0000004d,inset 0 1px 2px #ffffff4d;transition:all .3s ease;animation:orbit-spin 20s linear infinite;animation-delay:calc(var(--orbit-angle) * -.055);pointer-events:auto;z-index:2}.dashboard-welcome-orbit-item:hover{transform:translate(-50%,-50%) rotate(var(--orbit-angle)) translate(150px) rotate(calc(-1 * var(--orbit-angle))) scale(1.1);background:#ffffff40;box-shadow:0 12px 32px #0006,inset 0 1px 3px #fff6;border-color:#fff6}.dashboard-welcome-orbit-cover{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#ffffff26;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d,inset 0 1px 2px #ffffff4d;border:2px solid rgba(255,255,255,.3)}.dashboard-welcome-orbit-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dashboard-welcome-orbit-cover span{font-size:20px;color:#ffffffd9}.dashboard-welcome-orbit-info{display:flex;flex-direction:column;gap:2px;min-width:0}.dashboard-welcome-orbit-title{font-size:13px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 6px rgba(0,0,0,.3)}.dashboard-welcome-orbit-artist{font-size:11px;color:#ffffffd9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes orbit-spin{0%{transform:translate(-50%,-50%) rotate(var(--orbit-angle)) translate(150px) rotate(calc(-1 * var(--orbit-angle)))}to{transform:translate(-50%,-50%) rotate(calc(var(--orbit-angle) + 360deg)) translate(150px) rotate(calc(-1 * (var(--orbit-angle) + 360deg)))}}@keyframes orbit-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes orbit-center-pulse{0%,to{transform:scale(1);box-shadow:0 10px 30px #00000040,0 0 0 2px #ffffff26}50%{transform:scale(1.05);box-shadow:0 14px 34px #0000004d,0 0 0 4px #fff3}}.dashboard-page-header{margin-bottom:32px}.dashboard-page-title{font-size:28px;font-weight:700;margin:0 0 8px;display:flex;align-items:center;gap:12px}.dashboard-page-title-text{background:linear-gradient(135deg,#6c5ce7,#a29bfe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dashboard-page-subtitle{font-size:14px;color:#666;margin:0}.dashboard-cd-collage-wrapper{display:flex;gap:20px;width:100%;height:240px;margin-bottom:40px}.dashboard-slideshow-container{position:relative;flex:1;height:100%;min-height:200px;background:#000;border-radius:20px;overflow:hidden;display:flex;align-items:center;justify-content:center}.dashboard-slideshow-track{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;gap:16px;padding:20px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgba(102,126,234,.3) transparent;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;cursor:grab}.dashboard-slideshow-track:active{cursor:grabbing}.dashboard-slideshow-track::-webkit-scrollbar{height:6px}.dashboard-slideshow-track::-webkit-scrollbar-track{background:#0003;border-radius:3px}.dashboard-slideshow-track::-webkit-scrollbar-thumb{background:#667eea80;border-radius:3px;-webkit-transition:background .2s ease;transition:background .2s ease}.dashboard-slideshow-track::-webkit-scrollbar-thumb:hover{background:#667eeab3}.dashboard-slideshow-item{flex-shrink:0;width:140px;height:180px;position:relative;animation:slideshow-float 6s ease-in-out infinite;animation-delay:var(--slide-index, 0s)}@keyframes slideshow-float{0%,to{transform:translateY(0) rotate(var(--slide-rotation, 0deg))}50%{transform:translateY(-12px) rotate(calc(var(--slide-rotation, 0deg) + 2deg))}}.dashboard-slideshow-item:nth-child(1){--slide-rotation: -3deg}.dashboard-slideshow-item:nth-child(2){--slide-rotation: 2deg}.dashboard-slideshow-item:nth-child(3){--slide-rotation: -2deg}.dashboard-slideshow-item:nth-child(4){--slide-rotation: 3deg}.dashboard-slideshow-item:nth-child(5){--slide-rotation: -1deg}.dashboard-slideshow-item:nth-child(6){--slide-rotation: 2deg}.dashboard-slideshow-frame{position:relative;width:100%;height:100%;border-radius:16px;overflow:hidden;background:#1a1a1a;box-shadow:0 8px 32px #0006,0 0 0 1px #ffffff1a,inset 0 0 40px #0000004d;transform:rotate(var(--slide-rotation, 0deg));transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}.dashboard-slideshow-item:hover .dashboard-slideshow-frame{transform:rotate(0) scale(1.08) translateY(-8px);box-shadow:0 16px 48px #667eea80,0 8px 24px #764ba266,0 0 0 2px #667eea4d;z-index:10}.dashboard-slideshow-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;filter:brightness(.9) contrast(1.1);transition:all .4s cubic-bezier(.4,0,.2,1)}.dashboard-slideshow-item:hover .dashboard-slideshow-image{filter:brightness(1.1) contrast(1.2);transform:scale(1.05)}.dashboard-slideshow-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#0a0a0a);font-size:64px;color:#fff3}.dashboard-slideshow-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.8) 100%);padding:16px 12px 12px;transform:translateY(100%);transition:all .4s cubic-bezier(.4,0,.2,1)}.dashboard-slideshow-item:hover .dashboard-slideshow-overlay{transform:translateY(0)}.dashboard-slideshow-title{font-size:13px;font-weight:700;color:#fff;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 2px 8px rgba(0,0,0,.8)}.dashboard-slideshow-artist{font-size:11px;font-weight:500;color:#fffc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 4px rgba(0,0,0,.6)}.dashboard-slideshow-glow{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(102,126,234,.2) 0%,transparent 70%);opacity:0;transition:opacity .4s cubic-bezier(.4,0,.2,1);pointer-events:none;border-radius:16px}.dashboard-slideshow-item:hover .dashboard-slideshow-glow{opacity:1}.dashboard-slideshow-gradient-bottom{position:absolute;bottom:0;left:0;right:0;height:60%;background:radial-gradient(ellipse at center bottom,rgba(0,255,100,.15) 0%,transparent 70%);pointer-events:none;z-index:1}.dashboard-cd-box-fan-item{position:absolute;width:160px;height:140px;transform-style:preserve-3d;opacity:calc(1 - var(--fan-index) * .05);z-index:calc(10 - var(--fan-index));transform-origin:left center;left:0;top:0;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;animation:cd-box-float 6s ease-in-out infinite;animation-delay:calc(var(--fan-index) * .2s)}.dashboard-cd-box-fan-item:hover{z-index:20;opacity:1;filter:brightness(1.1)}.dashboard-cd-box-fan-item:nth-child(1):hover{transform:translate(15px) translateY(-5px) translateZ(27px) rotateY(-25deg) rotateX(10deg) scale(1.05)}.dashboard-cd-box-fan-item:nth-child(2):hover{transform:translate(60px) translateY(25px) translateZ(39px) rotateY(-10deg) rotateX(7deg) scale(1.05)}.dashboard-cd-box-fan-item:nth-child(3):hover{transform:translate(105px) translateY(55px) translateZ(51px) rotateY(5deg) rotateX(2deg) scale(1.05)}.dashboard-cd-box-fan-item:nth-child(4):hover{transform:translate(150px) translateY(85px) translateZ(63px) rotateY(20deg) rotateX(-3deg) scale(1.05)}.dashboard-cd-box-fan-item:nth-child(5):hover{transform:translate(195px) translateY(115px) translateZ(75px) rotateY(35deg) rotateX(-8deg) scale(1.05)}@keyframes cd-box-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.dashboard-cd-box-front-face{position:absolute;top:0;left:0;width:160px;height:140px;background:linear-gradient(135deg,#fffffffa,#fafafafa);border:1px solid rgba(0,0,0,.1);border-radius:2px;box-shadow:0 4px 16px #0003,inset 0 1px 3px #fffffff2;transform:translateZ(70px);transform-origin:left center;backdrop-filter:blur(.5px);-webkit-backdrop-filter:blur(.5px);transition:all .4s cubic-bezier(.4,0,.2,1)}.dashboard-cd-box-fan-item:hover .dashboard-cd-box-front-face{box-shadow:0 8px 32px #667eea4d,0 4px 16px #764ba233,inset 0 1px 3px #fffffff2;filter:brightness(1.05)}.dashboard-cd-box-front-face:before{content:"";position:absolute;inset:10px;border:1px solid rgba(0,0,0,.04);border-radius:1px;pointer-events:none}.dashboard-cd-box-back-face{position:absolute;top:0;left:0;width:160px;height:140px;background:linear-gradient(135deg,#fffffff7,#f8f8f8f7);border:1px solid rgba(0,0,0,.08);border-radius:2px;transform:translateZ(-70px);transform-origin:left center;box-shadow:0 2px 10px #00000026,inset 0 0 20px #0000000a}.dashboard-cd-box-top-face{position:absolute;top:0;left:0;width:160px;height:140px;background:linear-gradient(180deg,#fffffff2,#f5f5f5f2);border:1px solid rgba(0,0,0,.08);border-radius:2px;transform:rotateX(90deg) translateZ(70px);transform-origin:bottom center;box-shadow:0 -2px 8px #00000026,inset 0 1px 2px #ffffffe6}.dashboard-cd-box-bottom-face{position:absolute;bottom:0;left:0;width:160px;height:140px;background:linear-gradient(0deg,#fffffff2,#f5f5f5f2);border:1px solid rgba(0,0,0,.08);border-radius:2px;transform:rotateX(-90deg) translateZ(70px);transform-origin:top center;box-shadow:0 2px 8px #00000026,inset 0 -1px 2px #0000000d}.dashboard-cd-box-right-face{position:absolute;top:0;right:0;width:140px;height:140px;background:linear-gradient(90deg,#fffffff0,#f0f0f0f0);border:1px solid rgba(0,0,0,.08);border-radius:2px;transform:rotateY(90deg) translateZ(80px) translate(-70px);transform-origin:left center;box-shadow:0 2px 8px #00000026,inset -1px 0 2px #0000000d}.dashboard-cd-box-front{position:absolute;bottom:0;left:0;width:200px;height:12px;background:linear-gradient(180deg,#c8c8c8b3,#b4b4b4b3);border:1px solid rgba(0,0,0,.1);border-radius:0 0 2px 2px;transform:rotateX(-90deg) translateZ(-6px);transform-origin:top center;box-shadow:0 1px 4px #00000026}.dashboard-cd-box-right{position:absolute;bottom:0;right:0;width:12px;height:12px;background:linear-gradient(135deg,#b4b4b4b3,#a0a0a0b3);border:1px solid rgba(0,0,0,.1);border-radius:0 0 2px;transform:rotateY(90deg) translateZ(94px) translate(6px);transform-origin:left center;box-shadow:0 1px 4px #00000026}.dashboard-cd-box-left-face{position:absolute;left:0;top:0;width:12px;height:140px;background:linear-gradient(180deg,#1a1a1a,#0a0a0a);border:1px solid rgba(255,255,255,.05);border-radius:2px 0 0 2px;transform:rotateY(-90deg) translateZ(-76px) translate(-6px);transform-origin:right center;box-shadow:inset 0 0 20px #000000b3,0 2px 8px #0009;overflow:hidden}.dashboard-cd-box-spine-ribs{position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(90deg,transparent 0px,transparent 1px,rgba(255,255,255,.03) 1px,rgba(255,255,255,.03) 2px)}.dashboard-cd-box-spine-logo{font-size:24px;color:#fff;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg)}.dashboard-cd-box-spine-text{font-size:10px;font-weight:700;color:#fff;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);letter-spacing:2px;text-shadow:0 1px 3px rgba(0,0,0,.5)}.dashboard-cd-box-tray{position:absolute;top:0;left:0;width:160px;height:140px;background:linear-gradient(135deg,#282828fa,#1e1e1efa);border-radius:2px;transform:translateZ(1px);transform-origin:left center;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 30px #0009,inset 0 0 0 1px #0000004d;border:1px solid rgba(0,0,0,.2)}.dashboard-cd-box-tray-artwork{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:110px;height:110px;border-radius:50%;overflow:hidden;opacity:.7;z-index:1;filter:brightness(.8) contrast(1.1);transition:all .4s cubic-bezier(.4,0,.2,1)}.dashboard-cd-box-fan-item:hover .dashboard-cd-box-tray-artwork{opacity:.9;filter:brightness(.95) contrast(1.15);transform:translate(-50%,-50%) scale(1.05)}.dashboard-cd-box-tray-artwork img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%;filter:brightness(.7) contrast(1.1)}.dashboard-cd-box-tray-hub{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;z-index:3;display:flex;align-items:center;justify-content:center}.dashboard-cd-box-hub-star{width:100%;height:100%;background:linear-gradient(135deg,#3c3c3ce6,#282828e6);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);-webkit-clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);box-shadow:inset 0 2px 4px #00000080,0 0 0 2px #0000004d}.dashboard-cd-box-hub-star:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:#0f0f0fe6;box-shadow:inset 0 1px 2px #000000b3,0 0 0 1px #0000004d}.dashboard-cd-box-title{position:absolute;bottom:-28px;left:50%;transform:translate(-50%);width:180px;text-align:center;z-index:10;pointer-events:none;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:.8}.dashboard-cd-box-fan-item:hover .dashboard-cd-box-title{opacity:1;transform:translate(-50%) translateY(-5px)}.dashboard-cd-box-title span{display:inline-block;font-size:12px;font-weight:600;color:#333;background:linear-gradient(135deg,#fffffff2,#fafafaf2);padding:4px 12px;border-radius:12px;box-shadow:0 2px 8px #00000026;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(102,126,234,.2)}.dashboard-cd-box-fan-item:hover .dashboard-cd-box-title span{box-shadow:0 4px 16px #667eea4d;border-color:#667eea66;transform:scale(1.05)}.dashboard-cd-collage{position:relative;flex:1;height:100%;overflow:visible;background:radial-gradient(circle at 30% 30%,rgba(102,126,234,.08) 0%,transparent 50%),radial-gradient(circle at 70% 70%,rgba(118,75,162,.08) 0%,transparent 50%),linear-gradient(135deg,#667eea08,#764ba208);border-radius:20px;padding:0;display:block}.dashboard-cd-item{position:absolute;width:80px;height:80px;left:var(--x-percent, 50%);top:var(--y-percent, 50%);transform:translate(-50%,-50%) rotate(var(--rotation, 0deg)) scale(var(--scale, 1));z-index:var(--z-index, 1);animation:cd-fade-in .8s cubic-bezier(.34,1.56,.64,1) backwards,cd-float 4s ease-in-out infinite;animation-delay:var(--delay, 0s),calc(var(--delay, 0s) + var(--float-offset, 0) * .3s);transition:all .4s cubic-bezier(.34,1.56,.64,1);cursor:pointer;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}.dashboard-cd-item:hover{transform:translate(-50%,-50%) rotate(var(--rotation, 0deg)) scale(calc(var(--scale, 1) * 1.3));z-index:30;filter:drop-shadow(0 8px 24px rgba(102,126,234,.4));animation-play-state:paused}.dashboard-cd-cover{width:100%;height:100%;border-radius:50%;overflow:visible;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #0003,0 0 0 2px #ffffff4d,inset 0 0 20px #0000001a;position:relative;display:flex;align-items:center;justify-content:center}.dashboard-cd-cover:after{content:"";position:absolute;width:20px;height:20px;border-radius:50%;background:#f5f5f5;box-shadow:inset 0 1px 2px #0000001a,0 0 0 1px #0000000d;z-index:2}.dashboard-cd-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%;clip-path:circle(50% at 50% 50%);mask:radial-gradient(circle,transparent 10px,black 10px);-webkit-mask:radial-gradient(circle,transparent 10px,black 10px)}.dashboard-cd-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eeacc,#764ba2cc);border-radius:50%;clip-path:circle(50% at 50% 50%);mask:radial-gradient(circle,transparent 10px,black 10px);-webkit-mask:radial-gradient(circle,transparent 10px,black 10px)}.dashboard-cd-placeholder span{font-size:32px;color:#ffffffe6}.dashboard-cd-shine{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.5) 0%,transparent 65%);pointer-events:none;animation:cd-shine-rotate 6s linear infinite;z-index:1}.dashboard-cd-glow{position:absolute;top:50%;left:50%;width:120%;height:120%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(102,126,234,.3) 0%,transparent 70%);pointer-events:none;opacity:0;transition:opacity .4s ease;z-index:-1;filter:blur(8px)}.dashboard-cd-item:hover .dashboard-cd-glow{opacity:1}@keyframes cd-fade-in{0%{opacity:0;transform:translate(-50%,-50%) rotate(calc(var(--rotation, 0deg) - 180deg)) scale(.3)}to{opacity:1;transform:translate(-50%,-50%) rotate(var(--rotation, 0deg)) scale(var(--scale, 1))}}@keyframes cd-float{0%,to{transform:translate(-50%,-50%) translateY(0) rotate(var(--rotation, 0deg)) scale(var(--scale, 1))}50%{transform:translate(-50%,-50%) translateY(-8px) rotate(calc(var(--rotation, 0deg) + 2deg)) scale(calc(var(--scale, 1) * 1.02))}}@keyframes cd-shine-rotate{0%{transform:rotate(0);opacity:.5}50%{opacity:.8}to{transform:rotate(360deg);opacity:.5}}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px}.dashboard-stat-card{background:#fff;border:1px solid rgba(108,92,231,.1);border-radius:20px;padding:28px;display:flex;align-items:center;gap:20px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #0000000a;position:relative;overflow:hidden;cursor:pointer}.dashboard-stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6c5ce7,#a29bfe);opacity:0;transition:opacity .3s ease}.dashboard-stat-card:hover{box-shadow:0 12px 32px #6c5ce726;transform:translateY(-6px);border-color:#6c5ce74d}.dashboard-stat-card:hover:before{opacity:1}.dashboard-stat-card-background{position:absolute;inset:0;opacity:0;transition:opacity .3s ease;z-index:0}.dashboard-stat-card:hover .dashboard-stat-card-background{opacity:1}.dashboard-stat-icon-wrapper{position:relative;z-index:1}.dashboard-stat-icon{width:72px;height:72px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:36px;flex-shrink:0;box-shadow:0 8px 24px #0000001f;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.dashboard-stat-card:hover .dashboard-stat-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 12px 32px #0003}.dashboard-stat-content{flex:1;min-width:0;position:relative;z-index:1}.dashboard-stat-value-wrapper{display:flex;align-items:baseline;gap:12px;margin-bottom:8px}.dashboard-stat-value{font-size:32px;font-weight:800;background:linear-gradient(135deg,#1a1a1a,#4a4a4a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;line-height:1.2;transition:all .3s ease}.dashboard-stat-card:hover .dashboard-stat-value{transform:scale(1.05)}.dashboard-stat-change{font-size:13px;font-weight:600;padding:4px 8px;border-radius:12px;display:flex;align-items:center;gap:4px;transition:all .3s ease}.dashboard-stat-change.positive{background:linear-gradient(135deg,#1db9541a,#1ed7601a);color:#1db954}.dashboard-stat-change.negative{background:linear-gradient(135deg,#ff4d4d1a,#ff6b6b1a);color:#ff4d4d}.dashboard-stat-change-icon{font-size:12px}.dashboard-stat-title{font-size:14px;color:#666;margin:0;font-weight:500;transition:color .3s ease}.dashboard-stat-card:hover .dashboard-stat-title{color:#1a1a1a}.dashboard-stat-decoration{position:absolute;bottom:-20px;right:-20px;width:100px;height:100px;background:radial-gradient(circle,rgba(108,92,231,.1) 0%,transparent 70%);border-radius:50%;opacity:0;transition:opacity .3s ease}.dashboard-stat-card:hover .dashboard-stat-decoration{opacity:1}.dashboard-main-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin-bottom:32px}.dashboard-section-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;padding:28px;box-shadow:0 4px 16px #0000000a;transition:all .3s ease}.dashboard-section-card:hover{box-shadow:0 8px 32px #00000014;transform:translateY(-2px)}.dashboard-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.06)}.dashboard-section-title{font-size:22px;font-weight:700;background:linear-gradient(135deg,#1a1a1a,#4a4a4a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.dashboard-section-subtitle{font-size:14px;color:#999;margin:4px 0 0}.dashboard-section-link{background:none;border:none;color:#6c5ce7;font-size:14px;font-weight:600;cursor:pointer;padding:8px 12px;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;gap:4px}.dashboard-section-link:hover{background:#6c5ce71a;transform:translate(4px)}.dashboard-actions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.dashboard-action-card{background:linear-gradient(135deg,#fff,#fafafa);border:1px solid rgba(108,92,231,.1);border-radius:16px;padding:24px;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:0 2px 8px #0000000a;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:12px}.dashboard-action-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#6c5ce7,#a29bfe);opacity:0;transition:opacity .3s ease}.dashboard-action-card:hover{box-shadow:0 12px 32px #6c5ce726;transform:translateY(-6px);border-color:#6c5ce74d}.dashboard-action-card:hover:before{opacity:1}.dashboard-action-icon-wrapper{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#6c5ce71a,#a29bfe1a);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.dashboard-action-card:hover .dashboard-action-icon-wrapper{background:linear-gradient(135deg,#6c5ce7,#a29bfe);transform:scale(1.1) rotate(5deg)}.dashboard-action-icon{font-size:28px;transition:transform .3s ease}.dashboard-action-card:hover .dashboard-action-icon{transform:scale(1.2)}.dashboard-action-title{font-size:18px;font-weight:700;color:#1a1a1a;margin:0;transition:color .3s ease}.dashboard-action-card:hover .dashboard-action-title{color:#6c5ce7}.dashboard-action-description{font-size:13px;color:#666;margin:0;line-height:1.6;flex:1}.dashboard-action-arrow{font-size:20px;color:#6c5ce7;opacity:0;transform:translate(-10px);transition:all .3s ease;align-self:flex-end}.dashboard-action-card:hover .dashboard-action-arrow{opacity:1;transform:translate(0)}.dashboard-recent-list{display:flex;flex-direction:column;gap:12px}.dashboard-recent-item{display:flex;align-items:center;gap:16px;padding:16px;background:linear-gradient(135deg,#fafafa,#fff);border:1px solid rgba(0,0,0,.06);border-radius:12px;transition:all .3s ease;cursor:pointer}.dashboard-recent-item:hover{background:linear-gradient(135deg,#6c5ce70d,#a29bfe0d);border-color:#6c5ce733;transform:translate(4px);box-shadow:0 4px 12px #6c5ce71a}.dashboard-recent-avatar,.dashboard-recent-song-cover{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#6c5ce7,#a29bfe);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:18px;flex-shrink:0;overflow:hidden;box-shadow:0 4px 12px #6c5ce733}.dashboard-recent-avatar img,.dashboard-recent-song-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dashboard-recent-song-cover{font-size:24px}.dashboard-recent-info{flex:1;min-width:0}.dashboard-recent-name{font-size:15px;font-weight:600;color:#1a1a1a;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-recent-meta{font-size:13px;color:#666;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-recent-badge{font-size:11px;font-weight:600;color:#6c5ce7;background:linear-gradient(135deg,#6c5ce71a,#a29bfe1a);padding:6px 12px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.dashboard-recent-play{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#1db954,#1ed760);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #1db9544d;opacity:0;transform:scale(.8)}.dashboard-recent-item:hover .dashboard-recent-play{opacity:1;transform:scale(1)}.dashboard-recent-play:hover{transform:scale(1.1);box-shadow:0 6px 20px #1db95466}.dashboard-empty-state{text-align:center;color:#999;font-size:14px;padding:40px 20px;background:linear-gradient(135deg,#fafafa,#fff);border:1px dashed rgba(0,0,0,.1);border-radius:12px}@media (min-width: 1921px){.dashboard-header{left:calc(240px + (100vw - 1920px)/2);right:calc((100vw - 1920px)/2)}.dashboard-header-container{max-width:1680px!important}.dashboard-sidebar{left:calc((100vw - 1920px)/2)}.dashboard-main{margin-left:calc(240px + (100vw - 1920px)/2);margin-right:calc((100vw - 1920px)/2);max-width:1680px;width:1680px}}@media (max-width: 1024px){.dashboard-sidebar{width:200px;transform:translate(-100%)}.dashboard-sidebar.open{transform:translate(0)}.dashboard-main{margin-left:0;max-width:100%}.dashboard-header{left:0}.dashboard-menu-toggle{display:block}.dashboard-header-center{max-width:400px}.dashboard-cd-cover:after{width:18px;height:18px}.dashboard-cd-cover img,.dashboard-cd-placeholder{mask:radial-gradient(circle,transparent 9px,black 9px);-webkit-mask:radial-gradient(circle,transparent 9px,black 9px)}.dashboard-cd-collage-wrapper{flex-direction:column;height:auto;gap:16px}.dashboard-slideshow-container{min-height:180px}.dashboard-slideshow-item{width:120px;height:160px}.dashboard-slideshow-title{font-size:12px}.dashboard-slideshow-artist{font-size:10px}.dashboard-cd-box-fan-item{width:120px;height:106px}.dashboard-cd-box-front-face{width:120px;height:106px;transform:translateZ(53px)}.dashboard-cd-box-back-face{width:120px;height:106px;transform:translateZ(-53px)}.dashboard-cd-box-top-face{width:120px;height:106px;transform:rotateX(90deg) translateZ(53px)}.dashboard-cd-box-bottom-face{width:120px;height:106px;transform:rotateX(-90deg) translateZ(53px)}.dashboard-cd-box-left-face{width:10px;height:106px;transform:rotateY(-90deg) translateZ(-58px) translate(-5px)}.dashboard-cd-box-right-face{width:106px;height:106px;transform:rotateY(90deg) translateZ(60px) translate(-53px)}.dashboard-cd-box-tray{width:120px;height:106px}.dashboard-cd-box-tray-artwork{width:90px;height:90px}.dashboard-cd-box-tray-hub{width:32px;height:32px}.dashboard-cd-box-title{width:140px;bottom:-22px}.dashboard-cd-box-title span{font-size:10px;padding:2px 8px;max-width:120px}.dashboard-cd-collage{height:200px}.dashboard-stats-grid,.dashboard-actions-grid{grid-template-columns:repeat(2,1fr);gap:16px}.dashboard-main-grid{grid-template-columns:1fr;gap:20px}.dashboard-cd-collage-wrapper{flex-direction:column;height:auto;gap:12px}.dashboard-slideshow-container{min-height:160px}.dashboard-slideshow-track{gap:12px;padding:16px}.dashboard-slideshow-item{width:100px;height:140px}.dashboard-slideshow-title{font-size:11px}.dashboard-slideshow-artist{font-size:9px}.dashboard-cd-collage{height:180px}.dashboard-welcome-banner{padding:32px 24px 100px}.dashboard-welcome-title{font-size:28px}.dashboard-welcome-illustration{font-size:100px}.dashboard-welcome-orbit{width:50%;min-width:300px;height:300px}.dashboard-welcome-orbit:before{width:240px;height:240px}.dashboard-welcome-orbit:after{width:260px;height:260px}.dashboard-welcome-orbit-center{width:70px;height:70px;font-size:28px}.dashboard-welcome-orbit-item{width:180px;transform:translate(-50%,-50%) rotate(var(--orbit-angle)) translate(130px) rotate(calc(-1 * var(--orbit-angle)));padding:8px 14px;gap:10px}.dashboard-welcome-orbit-cover{width:36px;height:36px}.dashboard-welcome-orbit-title{font-size:12px}.dashboard-welcome-orbit-artist{font-size:10px}.dashboard-cd-collage{height:180px;padding:16px;gap:6px}.dashboard-cd-item{width:70px;height:70px}.dashboard-cd-placeholder span{font-size:28px}.dashboard-stat-card{padding:24px}.dashboard-stat-icon{width:64px;height:64px;font-size:32px}.dashboard-stat-value{font-size:28px}.dashboard-section-card{padding:24px}.dashboard-sidebar-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:999}}@media (max-width: 768px){.dashboard-sidebar{width:280px}.dashboard-sidebar-search-mobile{display:block}.dashboard-header-container{padding:0 16px;gap:12px}.dashboard-header-left{gap:12px}.dashboard-header-title,.dashboard-header-center{display:none}.dashboard-header-right{gap:12px;margin-left:auto}.dashboard-user-details{display:none}.dashboard-user-button{padding:6px}.dashboard-notification-btn{width:40px;height:40px;font-size:18px}.dashboard-content{padding:88px 16px 16px}.dashboard-stats-grid,.dashboard-actions-grid{grid-template-columns:1fr;gap:16px}.dashboard-main-grid{grid-template-columns:1fr;gap:20px}.dashboard-welcome-banner{padding:28px 20px 90px;flex-direction:column;text-align:center;gap:16px}.dashboard-welcome-title{font-size:24px}.dashboard-welcome-subtitle{font-size:14px}.dashboard-welcome-illustration{font-size:80px;margin-top:8px}.dashboard-welcome-orbit{min-width:260px;height:260px}.dashboard-welcome-orbit:before{width:220px;height:220px}.dashboard-welcome-orbit:after{width:240px;height:240px}.dashboard-welcome-orbit-center{width:64px;height:64px;font-size:24px}.dashboard-cd-collage-wrapper{flex-direction:column;height:auto;gap:10px}.dashboard-cd-box-fan-item{width:120px;height:106px}.dashboard-cd-box-front-face{width:100px;height:88px;transform:translateZ(44px)}.dashboard-cd-box-back-face{width:100px;height:88px;transform:translateZ(-44px)}.dashboard-cd-box-top-face{width:100px;height:88px;transform:rotateX(90deg) translateZ(44px)}.dashboard-cd-box-bottom-face{width:100px;height:88px;transform:rotateX(-90deg) translateZ(44px)}.dashboard-cd-box-left-face{width:8px;height:88px;transform:rotateY(-90deg) translateZ(-48px) translate(-4px)}.dashboard-cd-box-right-face{width:88px;height:88px;transform:rotateY(90deg) translateZ(50px) translate(-44px)}.dashboard-cd-box-tray{width:100px;height:88px}.dashboard-cd-box-tray-artwork{width:75px;height:75px}.dashboard-cd-box-tray-hub{width:28px;height:28px}.dashboard-cd-box-title{width:120px;bottom:-18px}.dashboard-cd-box-title span{font-size:9px;padding:2px 6px;max-width:100px}.dashboard-cd-box-tray{width:120px;height:106px}.dashboard-cd-box-tray-artwork{width:90px;height:90px}.dashboard-cd-box-tray-hub{width:32px;height:32px}.dashboard-cd-box-title{width:140px;bottom:-20px}.dashboard-cd-box-title span{font-size:10px;padding:2px 8px;max-width:120px}.dashboard-cd-collage{height:160px}.dashboard-welcome-orbit-item{width:165px;transform:translate(-50%,-50%) rotate(var(--orbit-angle)) translate(120px) rotate(calc(-1 * var(--orbit-angle)));padding:7px 12px;gap:8px}.dashboard-welcome-orbit-cover{width:32px;height:32px}.dashboard-welcome-orbit-cover span{font-size:16px}.dashboard-welcome-orbit-title{font-size:11px}.dashboard-welcome-orbit-artist{font-size:9px}.dashboard-page-title{font-size:24px}.dashboard-settings-header{margin-bottom:24px}.dashboard-settings-icon{font-size:28px}.dashboard-page-title{gap:10px}.dashboard-settings-subtitle{font-size:14px}.dashboard-settings-tabs-wrapper{padding:6px;margin-bottom:24px;border-radius:12px}.dashboard-settings-tabs{gap:6px}.dashboard-settings-tab{padding:12px 20px;font-size:13px;gap:8px}.dashboard-settings-tab-icon{font-size:16px}.dashboard-settings-panel-header{padding:24px 20px;gap:16px;flex-direction:column}.dashboard-settings-panel-icon{width:56px;height:56px;font-size:28px;border-radius:12px}.dashboard-settings-tab-title{font-size:22px}.dashboard-settings-tab-description{font-size:14px}.dashboard-settings-panel-content{padding:24px 20px}.dashboard-settings-empty-state{padding:40px 16px}.dashboard-settings-empty-icon{font-size:48px;margin-bottom:16px}.dashboard-settings-empty-title{font-size:18px}.dashboard-settings-empty-description{font-size:13px}.dashboard-cd-collage-wrapper{flex-direction:column;height:auto;gap:8px}.dashboard-cd-box-stack,.dashboard-cd-box-item{width:100px;height:90px}.dashboard-cd-box-top{width:100px;height:90px;transform:rotateX(90deg) translateZ(45px)}.dashboard-cd-box-front{width:100px;height:5px;transform:rotateX(-90deg) translateZ(-2.5px)}.dashboard-cd-box-right{width:5px;height:5px;transform:rotateY(90deg) translateZ(47.5px) translate(2.5px)}.dashboard-cd-box-spine{width:5px;height:90px;transform:rotateY(-90deg) translateZ(-47.5px) translate(-2.5px);padding:6px 2px;gap:4px}.dashboard-cd-box-spine-logo{font-size:14px}.dashboard-cd-box-spine-text{font-size:6px}.dashboard-cd-box-content{width:100px;height:90px}.dashboard-cd-box-disc{width:60px;height:60px}.dashboard-cd-box-disc-cover:after{width:14px;height:14px}.dashboard-cd-box-disc-cover img,.dashboard-cd-box-disc-placeholder{mask:radial-gradient(circle,transparent 7px,black 7px);-webkit-mask:radial-gradient(circle,transparent 7px,black 7px)}.dashboard-cd-box-disc-placeholder span{font-size:24px}.dashboard-cd-collage{height:140px}.dashboard-stat-card{padding:20px;gap:16px}.dashboard-stat-icon{width:60px;height:60px;font-size:30px}.dashboard-stat-value{font-size:26px}.dashboard-section-card{padding:20px}.dashboard-section-title{font-size:20px}.dashboard-action-card{padding:20px}.dashboard-action-icon-wrapper{width:48px;height:48px}.dashboard-action-icon{font-size:24px}.dashboard-recent-item{padding:14px;gap:12px}.dashboard-recent-avatar,.dashboard-recent-song-cover{width:44px;height:44px;font-size:16px}.dashboard-recent-name{font-size:14px}.dashboard-recent-meta{font-size:12px}}@media (max-width: 480px){.dashboard-cd-collage{height:140px;padding:10px;gap:4px}.dashboard-cd-item{width:50px;height:50px}.dashboard-cd-placeholder span{font-size:20px}.dashboard-sidebar{width:260px}.dashboard-sidebar-search-mobile{padding:0 20px 20px;margin-top:-8px}.dashboard-sidebar-search-input{padding:10px 14px 10px 40px;font-size:13px}.dashboard-header-container{padding:0 12px;gap:8px}.dashboard-header-title,.dashboard-header-center{display:none}.dashboard-notifications{gap:8px}.dashboard-notification-btn{width:36px;height:36px;font-size:16px}.dashboard-content{padding:84px 12px 12px}.dashboard-welcome-banner{padding:24px 16px 85px;margin-bottom:24px}.dashboard-welcome-title{font-size:20px}.dashboard-welcome-subtitle{font-size:13px}.dashboard-welcome-illustration{font-size:64px}.dashboard-welcome-orbit{min-width:220px;height:220px}.dashboard-welcome-orbit:before{width:200px;height:200px}.dashboard-welcome-orbit:after{width:220px;height:220px}.dashboard-welcome-orbit-center{width:56px;height:56px;font-size:20px}.dashboard-welcome-orbit-item{width:150px;transform:translate(-50%,-50%) rotate(var(--orbit-angle)) translate(105px) rotate(calc(-1 * var(--orbit-angle)));padding:6px 10px;gap:6px;border-radius:50px}.dashboard-welcome-orbit-cover{width:28px;height:28px;border-radius:6px}.dashboard-welcome-orbit-cover span{font-size:14px}.dashboard-welcome-orbit-title{font-size:10px}.dashboard-welcome-orbit-artist{font-size:8px}.dashboard-page-header{margin-bottom:24px}.dashboard-page-title{font-size:20px}.dashboard-settings-header{margin-bottom:20px}.dashboard-settings-icon{font-size:24px}.dashboard-page-title{gap:8px}.dashboard-settings-subtitle{font-size:13px;margin-top:6px}.dashboard-settings-tabs-wrapper{padding:4px;margin-bottom:20px;border-radius:10px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.dashboard-settings-tabs-wrapper::-webkit-scrollbar{display:none}.dashboard-settings-tabs{gap:4px;min-width:-moz-max-content;min-width:max-content}.dashboard-settings-tab{padding:10px 16px;font-size:12px;white-space:nowrap;gap:6px;border-radius:10px}.dashboard-settings-tab-icon{font-size:14px}.dashboard-settings-panel-header{padding:20px 16px;gap:12px}.dashboard-settings-panel-icon{width:48px;height:48px;font-size:24px;border-radius:10px}.dashboard-settings-tab-title{font-size:20px}.dashboard-settings-tab-description{font-size:13px;margin:0}.dashboard-settings-panel-content{padding:20px 16px}.dashboard-settings-empty-state{padding:32px 12px;border-radius:12px}.dashboard-settings-empty-icon{font-size:40px;margin-bottom:12px}.dashboard-settings-empty-title{font-size:16px;margin-bottom:6px}.dashboard-settings-empty-description{font-size:12px}.dashboard-page-subtitle{font-size:13px}.dashboard-stats-grid{gap:12px;margin-bottom:24px}.dashboard-stat-card{padding:16px;gap:14px}.dashboard-stat-icon{width:56px;height:56px;font-size:28px}.dashboard-stat-value{font-size:24px}.dashboard-stat-change{font-size:11px;padding:3px 6px}.dashboard-main-grid{gap:16px;margin-bottom:24px}.dashboard-section-card{padding:16px}.dashboard-section-title{font-size:18px}.dashboard-section-subtitle{font-size:12px}.dashboard-actions-grid{gap:12px}.dashboard-action-card{padding:16px;gap:10px}.dashboard-action-icon-wrapper{width:44px;height:44px}.dashboard-action-icon{font-size:22px}.dashboard-action-title{font-size:16px}.dashboard-action-description{font-size:12px}.dashboard-recent-list{gap:10px}.dashboard-recent-item{padding:12px;gap:10px}.dashboard-recent-avatar,.dashboard-recent-song-cover{width:40px;height:40px;font-size:14px}.dashboard-recent-name{font-size:13px}.dashboard-recent-meta{font-size:11px}.dashboard-recent-badge{font-size:10px;padding:4px 8px}.dashboard-recent-play{width:36px;height:36px;font-size:14px}.dashboard-empty-state{padding:32px 16px;font-size:13px}}@media (max-width: 1024px){.paid-invoices-detail-card{grid-template-columns:1fr 1fr!important;gap:1rem!important}.paid-invoices-detail-card>div:last-child{grid-column:1 / -1}}@media (max-width: 768px){.paid-invoices-detail-card{grid-template-columns:1fr!important;gap:1rem!important}.paid-invoices-detail-card>div{grid-column:1!important}}.queue-modal-dashboard{background:#00000080!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.queue-modal-content-dashboard{background:#fff!important;border:1px solid rgba(0,0,0,.1)!important;box-shadow:0 20px 60px #0003!important}.queue-modal-content-dashboard .queue-modal-header{background:linear-gradient(135deg,#fafafa,#fff)!important;border-bottom:1px solid rgba(0,0,0,.1)!important}.queue-modal-content-dashboard .queue-modal-title{background:linear-gradient(135deg,#6c5ce7,#a29bfe)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important}.queue-modal-content-dashboard .queue-modal-count{color:#666!important}.queue-modal-content-dashboard .queue-modal-close{color:#666!important;background:#0000000d!important}.queue-modal-content-dashboard .queue-modal-close:hover{background:#0000001a!important;color:#1a1a1a!important}.queue-modal-content-dashboard .queue-modal-body{background:#fff!important}.queue-modal-content-dashboard .queue-modal-empty,.queue-modal-content-dashboard .queue-empty-text{color:#666!important}.queue-modal-content-dashboard .queue-song-item{background:linear-gradient(135deg,#fafafa,#fff)!important;border:1px solid rgba(0,0,0,.06)!important}.queue-modal-content-dashboard .queue-song-item:hover{background:linear-gradient(135deg,#6c5ce70d,#a29bfe0d)!important;border-color:#6c5ce733!important;box-shadow:0 4px 12px #6c5ce71a!important}.queue-modal-content-dashboard .queue-song-item.active{background:linear-gradient(90deg,#6c5ce726,#6c5ce70d)!important;border-color:#6c5ce74d!important;box-shadow:0 4px 12px #6c5ce733!important}.queue-modal-content-dashboard .queue-song-number{color:#666!important}.queue-modal-content-dashboard .queue-playing-indicator{color:#6c5ce7!important;filter:drop-shadow(0 0 4px rgba(108,92,231,.5))!important}.queue-modal-content-dashboard .queue-song-item.active .queue-song-index{color:#6c5ce7!important}.queue-modal-content-dashboard .queue-song-title{color:#1a1a1a!important}.queue-modal-content-dashboard .queue-song-item.active .queue-song-title{color:#6c5ce7!important}.queue-modal-content-dashboard .queue-song-artist{color:#666!important}.queue-modal-content-dashboard .queue-song-album{color:#999!important}.queue-modal-content-dashboard .queue-song-duration{color:#666!important}.queue-modal-content-dashboard .queue-song-item.active .queue-song-duration{color:#6c5ce7!important}.queue-modal-content-dashboard .queue-modal-footer{background:linear-gradient(135deg,#fafafa,#fff)!important;border-top:1px solid rgba(0,0,0,.1)!important}.queue-modal-content-dashboard .queue-shuffle-badge{color:#6c5ce7!important;background:#6c5ce71a!important;border:1px solid rgba(108,92,231,.2)!important}.song-player-dashboard{background:#fff!important;border:1px solid rgba(0,0,0,.1)!important;border-radius:16px!important;box-shadow:0 8px 32px #0000001f!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);height:70px!important;padding:0 20px!important;max-width:600px;min-width:400px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:box-shadow .3s ease,transform .2s ease;position:relative}.song-player-dashboard .player-close-btn{position:absolute;top:8px;right:8px;width:24px;height:24px;border:none;background:#0000000d;border-radius:50%;color:#666;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10;line-height:1;padding:0}.song-player-dashboard .player-close-btn:hover{background:#0000001a;color:#1a1a1a;transform:scale(1.1)}.song-player-dashboard:hover{box-shadow:0 12px 40px #00000029!important}.song-player-dashboard:active{cursor:grabbing!important}.song-player-dashboard .player-left{flex:0 0 auto;min-width:140px;gap:10px}.song-player-dashboard .player-album-art,.song-player-dashboard .player-album-art-placeholder{width:48px!important;height:48px!important;background:linear-gradient(135deg,#f5f5f5,#e8e8e8)!important;border:1px solid rgba(0,0,0,.08);border-radius:8px!important;box-shadow:0 2px 8px #00000014}.song-player-dashboard .player-song-info{gap:2px;min-width:0;flex:1;overflow:hidden}.song-player-dashboard .player-title{color:#1a1a1a!important;font-size:13px!important;font-weight:600!important;white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important;max-width:160px!important}.song-player-dashboard .player-artist{color:#666!important;font-size:11px!important;white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important;max-width:160px!important}.song-player-dashboard .player-center{flex:1;max-width:300px;gap:6px}.song-player-dashboard .player-controls{gap:4px}.song-player-dashboard .player-btn{width:28px!important;height:28px!important;color:#666!important;background:transparent!important;border-radius:6px!important;font-size:16px!important;transition:all .2s ease}.song-player-dashboard .player-btn:hover{color:#1a1a1a!important;background:#0000000d!important;transform:scale(1.05)}.song-player-dashboard .player-btn.active{color:#6c5ce7!important;background:#6c5ce71a!important}.song-player-dashboard .play-pause-btn{width:36px!important;height:36px!important;background:linear-gradient(135deg,#6c5ce7,#a29bfe)!important;color:#fff!important;font-size:18px!important;box-shadow:0 4px 12px #6c5ce74d}.song-player-dashboard .play-pause-btn:hover{background:linear-gradient(135deg,#5a4cd6,#9285e8)!important;box-shadow:0 6px 16px #6c5ce766;transform:scale(1.08)}.song-player-dashboard .player-progress{width:100%;gap:8px}.song-player-dashboard .player-time{color:#666!important;font-size:11px!important;min-width:35px}.song-player-dashboard .progress-bar-container{flex:1;height:4px;background:#00000014;border-radius:2px;position:relative;cursor:pointer;display:flex;align-items:center}.song-player-dashboard .progress-bar{width:100%;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer;position:relative;z-index:2;margin:0;padding:0}.song-player-dashboard .progress-bar::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;background:#6c5ce7;border-radius:50%;cursor:pointer;box-shadow:0 2px 4px #6c5ce74d;opacity:0;-webkit-transition:opacity .2s ease,transform .2s ease;transition:opacity .2s ease,transform .2s ease;position:relative;margin-top:-5px}.song-player-dashboard .progress-bar-container:hover .progress-bar::-webkit-slider-thumb{opacity:1;transform:scale(1.2)}.song-player-dashboard .progress-bar::-moz-range-thumb{width:12px;height:12px;background:#6c5ce7;border-radius:50%;cursor:pointer;border:none;box-shadow:0 2px 4px #6c5ce74d;opacity:0;-moz-transition:opacity .2s ease,transform .2s ease;transition:opacity .2s ease,transform .2s ease}.song-player-dashboard .progress-bar-container:hover .progress-bar::-moz-range-thumb{opacity:1;transform:scale(1.2)}.song-player-dashboard .progress-bar::-webkit-slider-runnable-track{height:4px;background:linear-gradient(to right,#6c5ce7 0%,#6c5ce7 var(--progress, 0%),rgba(0,0,0,.1) var(--progress, 0%),rgba(0,0,0,.1) 100%);border-radius:2px;cursor:pointer}.song-player-dashboard .progress-bar::-moz-range-track{height:4px;background:#0000001a;border-radius:2px;cursor:pointer}.song-player-dashboard .progress-bar::-moz-range-progress{height:4px;background:#6c5ce7;border-radius:2px}.song-player-dashboard .player-right{flex:0 0 auto;gap:12px;align-items:center}.song-player-dashboard .queue-btn{color:#666!important}.song-player-dashboard .player-volume-control{gap:8px;align-items:center}.song-player-dashboard .volume-icon{color:#666;font-size:16px}.song-player-dashboard .volume-slider{width:80px;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#0000001a;border-radius:2px;cursor:pointer}.song-player-dashboard .volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;background:#6c5ce7;border-radius:50%;cursor:pointer;box-shadow:0 2px 4px #6c5ce74d}.song-player-dashboard .volume-slider::-moz-range-thumb{width:12px;height:12px;background:#6c5ce7;border-radius:50%;cursor:pointer;border:none;box-shadow:0 2px 4px #6c5ce74d}.song-player-dashboard .player-mobile-top,.song-player-dashboard .player-mobile-progress,.song-player-dashboard .player-mobile-controls{display:none!important}@media (max-width: 768px){.song-player-dashboard{max-width:calc(100vw - 40px);min-width:300px;height:65px!important;padding:0 16px!important}.song-player-dashboard .player-left{min-width:120px}.song-player-dashboard .player-album-art,.song-player-dashboard .player-album-art-placeholder{width:40px!important;height:40px!important}.song-player-dashboard .player-title{font-size:12px!important}.song-player-dashboard .player-artist{font-size:10px!important}.song-player-dashboard .player-btn{width:24px!important;height:24px!important;font-size:14px!important}.song-player-dashboard .play-pause-btn{width:32px!important;height:32px!important;font-size:16px!important}.song-player-dashboard .volume-slider{width:60px}}.price-plan-actions{margin-bottom:24px;display:flex;justify-content:flex-end}.price-plan-create-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.price-plan-create-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.price-plan-create-icon{font-size:20px;font-weight:300;line-height:1}.price-plan-loading{text-align:center;padding:40px;color:#666;font-size:14px}.price-plan-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.price-plan-card{background:#fff;border:2px solid rgba(108,92,231,.08);border-radius:24px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000a,0 1px 3px #0000000f;position:relative;display:flex;flex-direction:column;height:100%}.price-plan-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #6c5ce72e,0 4px 12px #00000014;border-color:#6c5ce733}.price-plan-card.active{border-color:#667eea59;box-shadow:0 8px 24px #667eea33,0 2px 8px #667eea26}.price-plan-card.inactive{opacity:.85}.price-plan-card.inactive:hover{opacity:1}.price-plan-status-ribbon{position:absolute;top:20px;right:-35px;background:linear-gradient(135deg,#95a5a6,#7f8c8d);color:#fff;padding:4px 40px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;transform:rotate(45deg);z-index:10;box-shadow:0 2px 8px #00000026}.price-plan-card-header{padding:28px 24px;color:#fff;position:relative;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden}.price-plan-card-header:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:shimmer 3s infinite}@keyframes shimmer{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-20%,-20%) rotate(180deg)}}.price-plan-header-content{display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:1}.price-plan-badge-wrapper{display:flex;align-items:center;gap:8px}.price-plan-badge-icon{font-size:20px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.price-plan-badge{font-size:13px;font-weight:700;letter-spacing:.3px;background:#ffffff40;padding:8px 16px;border-radius:12px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3);box-shadow:0 2px 8px #0000001a}.price-plan-toggle-wrapper{display:flex;align-items:center;justify-content:flex-end}.price-plan-toggle{position:relative;display:inline-block;width:52px;height:28px;cursor:pointer}.price-plan-toggle input{opacity:0;width:0;height:0}.price-plan-toggle-slider{position:absolute;inset:0;background-color:#ffffff4d;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:28px;border:2px solid rgba(255,255,255,.4)}.price-plan-toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:2px;top:2px;background-color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:50%;box-shadow:0 2px 6px #00000040,0 1px 2px #0003}.price-plan-toggle input:checked+.price-plan-toggle-slider{background-color:#fff9;border-color:#fffc}.price-plan-toggle input:checked+.price-plan-toggle-slider:before{transform:translate(24px);box-shadow:0 3px 8px #0000004d,0 1px 3px #0003}.price-plan-toggle input:disabled+.price-plan-toggle-slider{opacity:.6;cursor:not-allowed}.price-plan-card-body{padding:28px 24px;flex:1;display:flex;flex-direction:column;gap:24px}.price-plan-header-info{flex-shrink:0}.price-plan-title{font-size:24px;font-weight:800;color:#1a1a1a;margin:0 0 10px;line-height:1.3;letter-spacing:-.5px}.price-plan-description{font-size:14px;color:#666;margin:0;line-height:1.7}.price-plan-price-wrapper{padding:20px 0;border-top:2px solid rgba(108,92,231,.08);border-bottom:2px solid rgba(108,92,231,.08);display:flex;flex-direction:column;gap:6px}.price-plan-price{display:flex;align-items:baseline;gap:4px}.price-plan-currency{font-size:20px;font-weight:700;color:#6c5ce7;opacity:.8}.price-plan-price-amount{font-size:36px;font-weight:800;background:linear-gradient(135deg,#6c5ce7,#a29bfe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-1px;line-height:1}.price-plan-duration{font-size:13px;color:#888;font-weight:500;text-transform:lowercase}.price-plan-features{flex:1;display:flex;flex-direction:column;gap:16px}.price-plan-features-header{display:flex;align-items:center;gap:10px}.price-plan-features-icon{font-size:18px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.price-plan-features-title{font-size:15px;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.2px}.price-plan-features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.price-plan-feature-item{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#4a4a4a;line-height:1.6;transition:all .2s ease}.price-plan-feature-item:hover{color:#1a1a1a;transform:translate(4px)}.price-plan-feature-check{flex-shrink:0;width:20px;height:20px;margin-top:2px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 6px #667eea4d}.price-plan-feature-check svg{width:10px;height:10px;stroke-width:2.5}.price-plan-feature-text{flex:1;line-height:1.6}.price-plan-feature-empty{opacity:.5;font-style:italic}.price-plan-feature-empty .price-plan-feature-check{display:none}.price-plan-card-footer{padding:0 24px 24px;flex-shrink:0}.price-plan-edit-btn{width:100%;padding:14px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 4px 12px #667eea4d;position:relative;overflow:hidden}.price-plan-edit-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.price-plan-edit-btn:hover:before{width:300px;height:300px}.price-plan-edit-btn:hover{transform:translateY(-3px);box-shadow:0 8px 24px #667eea66}.price-plan-edit-btn:active{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.price-plan-edit-icon{position:relative;z-index:1;transition:transform .3s ease}.price-plan-edit-btn:hover .price-plan-edit-icon{transform:rotate(15deg)}.price-plan-edit-btn span{position:relative;z-index:1}.price-plan-modal-overlay{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.price-plan-modal-content{background:#fff;border-radius:20px;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;overflow:hidden}.price-plan-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid rgba(108,92,231,.1);background:#fff;position:sticky;top:0;z-index:10;flex-shrink:0}.price-plan-modal-title{font-size:24px;font-weight:700;color:#1a1a1a;margin:0;background:linear-gradient(135deg,#6c5ce7,#a29bfe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.price-plan-modal-close{background:none;border:none;font-size:32px;color:#666;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.price-plan-modal-close:hover{background:#6c5ce71a;color:#6c5ce7}.price-plan-modal-body{flex:1;overflow-y:auto;min-height:0}.price-plan-modal-form{padding:24px 24px 0}.price-plan-form-group{margin-bottom:20px}.price-plan-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.price-plan-form-label{display:block;font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.price-plan-form-label .required{color:#f5576c}.price-plan-form-input{width:100%;padding:12px 16px;border:1px solid rgba(108,92,231,.2);border-radius:12px;font-size:14px;color:#1a1a1a;transition:all .3s ease;background:#fff}.price-plan-form-input:focus{outline:none;border-color:#6c5ce7;box-shadow:0 0 0 3px #6c5ce71a}select.price-plan-form-input{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%236c5ce7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:12px 8px;padding-right:40px;cursor:pointer}select.price-plan-form-input:hover{border-color:#6c5ce7}select.price-plan-form-input:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%236c5ce7' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.price-plan-form-textarea{resize:vertical;min-height:80px}.price-plan-features-input{display:flex;gap:8px;margin-bottom:12px}.price-plan-features-input .price-plan-form-input{flex:1}.price-plan-add-feature-btn{padding:12px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.price-plan-add-feature-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.price-plan-features-list{display:flex;flex-wrap:wrap;gap:8px}.price-plan-feature-tag{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#6c5ce71a;border-radius:8px;font-size:13px;color:#6c5ce7}.price-plan-feature-remove{background:none;border:none;color:#6c5ce7;cursor:pointer;font-size:18px;line-height:1;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.price-plan-feature-remove:hover{background:#6c5ce733}.price-plan-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:24px;border-top:1px solid rgba(108,92,231,.1);background:#fff;position:sticky;bottom:0;z-index:10;flex-shrink:0;box-shadow:0 -2px 8px #0000000a}.price-plan-btn{padding:12px 24px;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.price-plan-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.price-plan-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.price-plan-btn-primary:disabled{opacity:.6;cursor:not-allowed}.price-plan-btn-secondary{background:#f5f5f5;color:#666}.price-plan-btn-secondary:hover{background:#e8e8e8}@media (max-width: 768px){.price-plan-grid{grid-template-columns:1fr;gap:20px}.price-plan-card{border-radius:20px}.price-plan-card-header{padding:24px 20px}.price-plan-card-body{padding:24px 20px;gap:20px}.price-plan-title{font-size:22px}.price-plan-price-amount{font-size:32px}.price-plan-currency{font-size:18px}.price-plan-card-footer{padding:0 20px 20px}.price-plan-edit-btn{padding:12px 18px;font-size:14px}.price-plan-badge{font-size:12px;padding:6px 12px}.price-plan-status-ribbon{top:16px;right:-30px;padding:3px 32px;font-size:10px}.price-plan-form-row{grid-template-columns:1fr}.price-plan-modal-content{max-width:100%;margin:0;border-radius:16px 16px 0 0;max-height:95vh}.price-plan-modal-header{padding:20px}.price-plan-modal-body{overflow-y:auto}.price-plan-modal-form,.price-plan-modal-footer{padding:20px}}@media (max-width: 480px){.price-plan-card-header{padding:20px 16px}.price-plan-card-body{padding:20px 16px;gap:18px}.price-plan-title{font-size:20px}.price-plan-price-amount{font-size:28px}.price-plan-card-footer{padding:0 16px 16px}.price-plan-header-content{flex-direction:column;gap:16px;align-items:flex-start}}.quick-qr-form{max-width:600px;display:flex;flex-direction:column;gap:24px}.quick-qr-form-group{display:flex;flex-direction:column;gap:10px}.quick-qr-form-label{font-size:14px;font-weight:600;color:#1a1a1a;display:block;letter-spacing:-.2px}.quick-qr-form-label-hint{font-size:12px;font-weight:400;color:#888;margin-left:4px}.quick-qr-form-input{width:100%;padding:14px 18px;border:2px solid rgba(108,92,231,.15);border-radius:14px;font-size:15px;color:#1a1a1a;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff;font-family:inherit}.quick-qr-form-input::-moz-placeholder{color:#999;opacity:.7}.quick-qr-form-input::placeholder{color:#999;opacity:.7}.quick-qr-form-input:focus{outline:none;border-color:#f093fb;box-shadow:0 0 0 4px #f093fb1a;background:#fff}.quick-qr-form-input:hover:not(:focus){border-color:#6c5ce740}.song-settings-description{font-size:.875rem;color:#888;margin-top:.5rem;line-height:1.5}.revenue-example-container{display:flex;flex-direction:column;gap:2rem}.revenue-example-section{background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2rem;transition:all .3s ease}.revenue-example-section:hover{background:#ffffff08;border-color:#ffffff1f}.revenue-example-section.summary{background:linear-gradient(135deg,#f6d3651a,#fda0851a);border-color:#f6d36533}.revenue-example-section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.revenue-example-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f6d365,#fda085);border-radius:12px;font-size:24px;box-shadow:0 4px 12px #f6d3654d}.revenue-example-section-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0}.revenue-example-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.revenue-example-card{background:#ffffffe6;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:1.25rem;transition:all .3s ease}.revenue-example-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a;border-color:#f6d3654d}.revenue-example-card.highlight{background:linear-gradient(135deg,#f6d36526,#fda08526);border-color:#f6d3654d}.revenue-example-card-label{font-size:.75rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.revenue-example-card-value{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem}.revenue-example-card-detail{font-size:.875rem;color:#888;line-height:1.4}.revenue-example-formula{background:#ffffffe6;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.revenue-example-formula-step{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#ffffff80;border-radius:8px;border-left:3px solid #f6d365}.revenue-example-formula-result{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:linear-gradient(135deg,#f6d36533,#fda08533);border-radius:8px;border-left:3px solid #fda085;margin-top:.5rem}.formula-label{font-weight:600;color:#1a1a1a;min-width:80px;font-size:.875rem}.formula-text{color:#1a1a1a;font-size:.95rem;line-height:1.6;flex:1}.revenue-example-day{display:flex;flex-direction:column;gap:1.25rem}.revenue-example-step{display:flex;gap:1.25rem;background:#ffffffe6;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:1.5rem;transition:all .3s ease}.revenue-example-step:hover{transform:translate(4px);box-shadow:0 4px 16px #00000014}.step-number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f6d365,#fda085);color:#fff;border-radius:10px;font-weight:700;font-size:1.125rem;flex-shrink:0;box-shadow:0 2px 8px #f6d3654d}.step-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.step-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.step-detail{font-size:.9rem;color:#333;line-height:1.6}.step-result{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(0,0,0,.1)}.result-item{font-size:.875rem;padding:.5rem .75rem;background:#fff9;border-radius:6px;color:#333}.result-item.positive{background:#1db9541a;color:#1a1a1a;border-left:3px solid #1db954}.result-item.negative{background:#fffc;color:#666}.revenue-example-summary{background:#ffffffe6;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:1.5rem}.summary-text{font-size:1rem;color:#1a1a1a;line-height:1.7;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.1)}.summary-points{display:flex;flex-direction:column;gap:.75rem}.summary-point{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fff9;border-radius:8px;font-size:.9rem;color:#1a1a1a;border-left:3px solid #f6d365}.point-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f6d365,#fda085);color:#fff;border-radius:6px;font-weight:700;font-size:.875rem;flex-shrink:0}.quick-qr-password-wrapper{position:relative;display:flex;align-items:center}.quick-qr-password-wrapper .quick-qr-form-input{padding-right:50px}.quick-qr-password-toggle{position:absolute;right:12px;background:none;border:none;cursor:pointer;font-size:18px;padding:4px 8px;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s ease;z-index:1}.quick-qr-password-toggle:hover{color:#6c5ce7}.quick-qr-password-toggle:active{transform:scale(.95)}.quick-qr-form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.quick-qr-cancel-btn{padding:14px 32px;background:#f5f5f5;color:#666;border:1px solid #e0e0e0;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.quick-qr-cancel-btn:hover{background:#e8e8e8;border-color:#d0d0d0}.quick-qr-actions{margin-bottom:24px;display:flex;justify-content:flex-end}.quick-qr-new-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#6c5ce7;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #6c5ce733}.quick-qr-new-btn:hover{background:#5a4fd9;transform:translateY(-2px);box-shadow:0 4px 12px #6c5ce74d}.quick-qr-new-icon{width:20px;height:20px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:300;line-height:1}.quick-qr-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.quick-qr-empty-icon{font-size:64px;margin-bottom:20px;opacity:.5}.quick-qr-empty-title{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.quick-qr-empty-description{font-size:14px;color:#666;margin:0 0 24px}.quick-qr-table-wrapper{overflow-x:auto;border:1px solid rgba(108,92,231,.15);border-radius:12px;background:#fff}.quick-qr-table{width:100%;border-collapse:collapse;font-size:14px}.quick-qr-table thead{background:#f8f9fa;border-bottom:2px solid rgba(108,92,231,.15)}.quick-qr-table th{padding:16px;text-align:left;font-weight:600;color:#1a1a1a;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.quick-qr-table td{padding:16px;border-bottom:1px solid rgba(108,92,231,.1);color:#4a4a4a;vertical-align:middle}.quick-qr-table tbody tr:last-child td{border-bottom:none}.quick-qr-table tbody tr:hover{background:#6c5ce705}.quick-qr-password-cell{display:flex;align-items:center;gap:8px}.quick-qr-password-value{font-family:Courier New,monospace;font-size:13px;color:#666;background:#f5f5f5;padding:6px 12px;border-radius:6px;flex:1;min-width:200px}.quick-qr-show-password-btn{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;padding:6px 10px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s ease;flex-shrink:0}.quick-qr-show-password-btn:hover{background:#e8e8e8;border-color:#d0d0d0;color:#333;transform:scale(1.05)}.quick-qr-show-password-btn:active{transform:scale(.95)}.quick-qr-copy-btn{background:#e3f2fd;border:1px solid #90caf9;border-radius:6px;padding:6px 10px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1976d2;transition:all .2s ease;flex-shrink:0}.quick-qr-copy-btn:hover{background:#bbdefb;border-color:#64b5f6;transform:scale(1.05)}.quick-qr-copy-btn:active{transform:scale(.95)}.quick-qr-toggle-switch{display:flex;align-items:center;gap:10px;cursor:pointer}.quick-qr-toggle-switch input{position:relative;width:48px;height:24px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ccc;border-radius:24px;outline:none;transition:background .3s;cursor:pointer}.quick-qr-toggle-switch input:checked{background:#6c5ce7}.quick-qr-toggle-switch input:before{content:"";position:absolute;width:20px;height:20px;border-radius:50%;top:2px;left:2px;background:#fff;transition:transform .3s;box-shadow:0 2px 4px #0003}.quick-qr-toggle-switch input:checked:before{transform:translate(24px)}.quick-qr-toggle-label{font-size:13px;font-weight:500;color:#4a4a4a;-webkit-user-select:none;-moz-user-select:none;user-select:none}.quick-qr-edit-btn{padding:8px 16px;background:#6c5ce7;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.quick-qr-edit-btn:hover{background:#5a4fd9;transform:translateY(-1px);box-shadow:0 2px 8px #6c5ce74d}.quick-qr-update-btn{padding:14px 32px;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;border:none;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #f093fb4d;position:relative;overflow:hidden;min-width:120px}.quick-qr-update-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.quick-qr-update-btn:hover:before{width:300px;height:300px}.quick-qr-update-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f093fb66}.quick-qr-update-btn:active{transform:translateY(0);box-shadow:0 4px 12px #f093fb4d}.quick-qr-update-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.quick-qr-update-btn:disabled:hover{transform:none;box-shadow:0 4px 12px #f093fb4d}@media (max-width: 768px){.quick-qr-form{max-width:100%;gap:20px}.quick-qr-form-input{padding:12px 16px;font-size:14px}.quick-qr-form-actions{margin-top:4px;flex-direction:column}.quick-qr-update-btn,.quick-qr-cancel-btn{padding:12px 28px;font-size:14px;width:100%}.quick-qr-table-wrapper{overflow-x:auto}.quick-qr-table{min-width:600px}.quick-qr-table th,.quick-qr-table td{padding:12px;font-size:13px}.quick-qr-password-value{min-width:150px;font-size:12px}}@media (max-width: 480px){.quick-qr-form{gap:18px}.quick-qr-form-input{padding:12px 14px;border-radius:12px}.quick-qr-update-btn,.quick-qr-cancel-btn{padding:12px 24px;border-radius:12px}.quick-qr-new-btn{padding:10px 20px;font-size:13px}.quick-qr-table{min-width:500px}.quick-qr-table th,.quick-qr-table td{padding:10px 8px;font-size:12px}.quick-qr-password-value{min-width:120px;padding:4px 8px}.quick-qr-toggle-switch{flex-direction:column;gap:6px;align-items:flex-start}.quick-qr-edit-btn{padding:6px 12px;font-size:12px}}.quick-qr-config-user-section{margin-top:32px;padding:24px;background:#ffffff05;border-radius:12px;border:1px solid rgba(255,255,255,.06)}.quick-qr-config-user-header{margin-bottom:20px;position:relative}.quick-qr-config-user-title{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 6px}.quick-qr-config-user-description{font-size:13px;color:#0009;margin:0 0 12px;line-height:1.5}.quick-qr-config-user-edit-mode-btn{position:absolute;top:0;right:0;display:flex;align-items:center;gap:6px;padding:8px 16px;background:#0000000d;border:1px solid rgba(0,0,0,.1);border-radius:8px;color:#1a1a1a;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.quick-qr-config-user-edit-mode-btn:hover{background:#00000014;border-color:#00000026;color:#000}.quick-qr-config-user-edit-mode-btn:active{transform:scale(.98)}.quick-qr-config-user-edit-mode-btn svg{width:14px;height:14px}.quick-qr-config-user-form{margin-top:24px}.quick-qr-config-user-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px}.quick-qr-config-user-field-card{position:relative;padding:16px;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:10px;transition:all .2s ease;cursor:default}.quick-qr-config-user-field-card:hover{background:#ffffff0a;border-color:#ffffff1f}.quick-qr-config-user-field-card.editing{background:#f093fb0f;border-color:#f093fb4d}.quick-qr-config-user-field-card.has-value:not(.editing){border-color:#1db95440}.quick-qr-config-user-field-card.full-width{grid-column:1 / -1}.quick-qr-config-user-field-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;gap:8px}.quick-qr-config-user-field-header .quick-qr-form-label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#000000b3;margin:0;cursor:pointer;transition:color .2s}.quick-qr-config-user-field-card:hover .quick-qr-form-label{color:#000000d9}.quick-qr-config-user-field-card.editing .quick-qr-form-label{color:#000000e6}.quick-qr-field-icon{width:16px;height:16px;color:#00000080;flex-shrink:0;transition:color .2s}.quick-qr-config-user-field-card:hover .quick-qr-field-icon{color:#000000b3}.quick-qr-config-user-field-card.editing .quick-qr-field-icon{color:#000c}.quick-qr-config-user-field-edit-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:transparent;border:none;border-radius:6px;color:#0006;cursor:pointer;transition:all .2s ease;opacity:0}.quick-qr-config-user-field-card:hover .quick-qr-config-user-field-edit-btn{opacity:1}.quick-qr-config-user-field-edit-btn:hover{background:#0000000f;color:#000c}.quick-qr-config-user-field-edit-btn:active{transform:scale(.9)}.quick-qr-config-user-field-edit-btn svg{width:13px;height:13px}.quick-qr-config-user-field-input{width:100%;padding:10px 12px;background:#ffffffe6;border:1px solid rgba(255,255,255,.3);border-radius:8px;color:#1a1a1a;font-size:14px;font-family:inherit;font-weight:400;transition:all .2s ease;outline:none}.quick-qr-config-user-field-input::-moz-placeholder{color:#00000080;font-weight:400}.quick-qr-config-user-field-input::placeholder{color:#00000080;font-weight:400}.quick-qr-config-user-field-input:focus{background:#fffffff2;border-color:#f093fb66;box-shadow:0 0 0 2px #f093fb1a;color:#1a1a1a}.quick-qr-config-user-field-input:-moz-read-only{background:#ffffffb3;border-color:transparent;color:#1a1a1a;cursor:text;padding:10px 12px}.quick-qr-config-user-field-input:read-only{background:#ffffffb3;border-color:transparent;color:#1a1a1a;cursor:text;padding:10px 12px}.quick-qr-config-user-field-card.editing .quick-qr-config-user-field-input{background:#fffffff2;border-color:#f093fb66;color:#1a1a1a;padding:10px 12px}.quick-qr-config-user-field-input:-moz-read-only:hover{color:#000}.quick-qr-config-user-field-input:read-only:hover{color:#000}.quick-qr-config-user-field-card.register-number-field:not(.editing) .register-number-input:-moz-read-only{filter:blur(4px);-moz-transition:filter .3s ease;transition:filter .3s ease;pointer-events:auto}.quick-qr-config-user-field-card.register-number-field:not(.editing) .register-number-input:read-only{filter:blur(4px);transition:filter .3s ease;pointer-events:auto}.quick-qr-config-user-field-card.register-number-field:not(.editing):hover .register-number-input:-moz-read-only,.quick-qr-config-user-field-card.register-number-field:not(.editing) .register-number-input:-moz-read-only:hover{filter:blur(0)}.quick-qr-config-user-field-card.register-number-field:not(.editing):hover .register-number-input:read-only,.quick-qr-config-user-field-card.register-number-field:not(.editing) .register-number-input:read-only:hover{filter:blur(0)}.quick-qr-config-user-field-card.register-number-field.editing .register-number-input{filter:blur(0)}.quick-qr-config-user-field-card .quick-qr-form-label-hint{display:block;margin-top:6px;font-size:11px;color:#00000080;line-height:1.4;font-weight:400}.quick-qr-form-group-full{grid-column:1 / -1}.quick-qr-config-user-form-actions{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}.quick-qr-config-user-form-actions .quick-qr-cancel-btn{padding:12px 24px;background:#0000000d;border:1px solid rgba(0,0,0,.15);border-radius:8px;color:#1a1a1a;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.quick-qr-config-user-form-actions .quick-qr-cancel-btn:hover{background:#00000014;border-color:#0003;color:#000}.quick-qr-config-user-form-actions .quick-qr-cancel-btn:active{transform:scale(.98)}.quick-qr-config-user-form-actions .quick-qr-cancel-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width: 768px){.quick-qr-config-user-section{padding:20px;margin-top:24px}.quick-qr-config-user-header{position:relative;padding-bottom:50px}.quick-qr-config-user-edit-mode-btn{position:absolute;inset:auto 0 0;width:100%;justify-content:center}.quick-qr-config-user-form-grid{grid-template-columns:1fr;gap:14px}.quick-qr-config-user-field-card{padding:14px}.quick-qr-config-user-title{font-size:17px}.quick-qr-config-user-description{font-size:12px}.quick-qr-config-user-form-actions{flex-direction:column}.quick-qr-config-user-form-actions .quick-qr-update-btn,.quick-qr-config-user-form-actions .quick-qr-cancel-btn{width:100%}.quick-qr-config-user-field-edit-btn{opacity:1}}@media (max-width: 480px){.quick-qr-config-user-section{padding:16px;margin-top:20px}.quick-qr-config-user-form-grid{gap:12px}.quick-qr-config-user-field-card{padding:12px}.quick-qr-config-user-field-header{flex-wrap:wrap}.quick-qr-config-user-title{font-size:16px}.quick-qr-config-user-description{font-size:11px}.quick-qr-config-user-edit-mode-btn{padding:7px 14px;font-size:12px}.quick-qr-config-user-field-input{padding:9px 10px;font-size:13px}}.quick-qr-account-section{margin-top:32px;padding:24px;background:#ffffff05;border-radius:12px;border:1px solid rgba(255,255,255,.06)}.quick-qr-account-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px;gap:16px}.quick-qr-account-title{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 6px}.quick-qr-account-description{font-size:13px;color:#0009;margin:0;line-height:1.5}.quick-qr-account-create-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#0000000d;border:1px solid rgba(0,0,0,.1);border-radius:8px;color:#1a1a1a;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;flex-shrink:0}.quick-qr-account-create-btn:hover{background:#00000014;border-color:#00000026;color:#000}.quick-qr-account-create-btn:active{transform:scale(.98)}.quick-qr-account-loading{padding:40px;text-align:center;color:#0009;font-size:14px}.quick-qr-account-empty-state{text-align:center;padding:40px 20px}.quick-qr-account-empty-icon{font-size:48px;margin-bottom:16px;opacity:.6}.quick-qr-account-empty-title{font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.quick-qr-account-empty-description{font-size:13px;color:#00000080;margin:0}.quick-qr-account-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.quick-qr-account-card{position:relative;padding:20px;background:linear-gradient(135deg,#ffffffe6,#ffffffb3);border:1.5px solid rgba(0,0,0,.08);border-radius:14px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.quick-qr-account-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,rgba(240,147,251,.3),transparent);opacity:0;transition:opacity .3s}.quick-qr-account-card:hover:before{opacity:1}.quick-qr-account-card:hover{background:linear-gradient(135deg,#fffffff2,#ffffffd9);border-color:#0000001f;box-shadow:0 8px 24px #0000001a,0 0 0 1px #f093fb1a;transform:translateY(-2px)}.quick-qr-account-card.is-default{background:linear-gradient(135deg,#1db95414,#1db95408);border-color:#1db9544d;box-shadow:0 4px 16px #1db95426}.quick-qr-account-card.is-default:before{background:linear-gradient(90deg,transparent,rgba(29,185,84,.5),transparent);opacity:1;height:4px}.quick-qr-account-card.is-default:hover{box-shadow:0 8px 28px #1db95433,0 0 0 1px #1db95433}.quick-qr-account-card-header{display:flex;align-items:flex-start;justify-content:flex-start;margin-bottom:16px;gap:12px;position:relative;z-index:1}.quick-qr-account-card-info{flex:1;display:flex;flex-direction:column;gap:12px;width:100%}.quick-qr-account-card-actions-wrapper{display:flex;flex-direction:row;align-items:center;gap:8px;flex-wrap:wrap}.quick-qr-account-card-title-wrapper{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.quick-qr-account-card-info .quick-qr-account-set-default-btn{width:-moz-fit-content;width:fit-content}.quick-qr-account-card-actions-wrapper .quick-qr-account-card-actions{display:flex;align-items:center;gap:8px}.quick-qr-account-card-title{font-size:17px;font-weight:700;color:#1a1a1a;margin:0;display:flex;align-items:center;gap:10px;letter-spacing:-.3px;line-height:1.3}.quick-qr-account-card-title:before{content:"🏦";font-size:22px;opacity:.8;filter:grayscale(.2)}.quick-qr-account-card.is-default .quick-qr-account-card-title:before{content:"⭐";opacity:1;filter:none;animation:pulse 2s infinite}.quick-qr-account-default-badge{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;background:linear-gradient(135deg,#1db95440,#1db95426);border:1.5px solid rgba(29,185,84,.5);border-radius:18px;color:#1db954;font-size:11px;font-weight:700;letter-spacing:.4px;box-shadow:0 3px 10px #1db95440;position:relative;overflow:hidden}.quick-qr-account-default-badge:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.quick-qr-account-default-badge:hover:before{left:100%}.quick-qr-account-default-badge svg{width:12px;height:12px;flex-shrink:0}.quick-qr-account-card-actions{display:flex;align-items:center;gap:8px;align-self:flex-start}.quick-qr-account-action-btn{display:flex;align-items:center;justify-content:center;padding:8px 14px;background:#fffc;border:1.5px solid rgba(0,0,0,.1);border-radius:8px;color:#000c;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);gap:6px;box-shadow:0 2px 4px #0000000d}.quick-qr-account-action-btn:hover:not(:disabled){background:#fff;border-color:#0003;color:#000;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.quick-qr-account-action-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #0000000d}.quick-qr-account-action-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.quick-qr-account-set-default-btn{background:linear-gradient(135deg,#1db9541a,#1db9540d);border-color:#1db9544d;color:#1db954}.quick-qr-account-set-default-btn:hover:not(:disabled){background:linear-gradient(135deg,#1db95433,#1db9541a);border-color:#1db95480;color:#1db954;box-shadow:0 4px 12px #1db95433}.quick-qr-account-edit-btn,.quick-qr-account-delete-btn{width:32px;height:32px;padding:0;border-radius:8px}.quick-qr-account-edit-btn{color:#f093fbcc;border-color:#f093fb33}.quick-qr-account-edit-btn:hover:not(:disabled){background:#f093fb1a;border-color:#f093fb66;color:#f093fb;box-shadow:0 4px 12px #f093fb33}.quick-qr-account-delete-btn{color:#ef4444cc;border-color:#ef444433}.quick-qr-account-delete-btn:hover:not(:disabled){background:#ef44441a;border-color:#ef444466;color:#ef4444;box-shadow:0 4px 12px #ef444433}.quick-qr-account-card-details{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:16px;background:#00000005;border-radius:10px;border:1px solid rgba(0,0,0,.05);position:relative;z-index:1}.quick-qr-account-detail-item{display:flex;flex-direction:column;gap:4px}.quick-qr-account-detail-label{font-size:12px;font-weight:500;color:#00000080;text-transform:none;letter-spacing:.2px;display:flex;align-items:center;gap:6px}.quick-qr-account-detail-label svg{width:12px;height:12px;opacity:.6;flex-shrink:0}.quick-qr-account-detail-value{font-size:14px;font-weight:600;color:#1a1a1a;font-family:Monaco,Menlo,Courier New,monospace;letter-spacing:.3px}.quick-qr-account-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.quick-qr-account-modal{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.quick-qr-account-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(0,0,0,.1);flex-shrink:0}.quick-qr-account-modal-title{font-size:18px;font-weight:600;color:#1a1a1a;margin:0}.quick-qr-account-modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:6px;color:#0009;cursor:pointer;transition:all .2s ease}.quick-qr-account-modal-close:hover{background:#0000000d;color:#000}.quick-qr-account-modal-form{padding:24px;overflow-y:auto;flex:1}.quick-qr-account-form-group{margin-bottom:20px}.quick-qr-account-form-label{display:block;font-size:13px;font-weight:500;color:#1a1a1a;margin-bottom:8px}.quick-qr-account-form-input{width:100%;padding:10px 12px;background:#ffffffe6;border:1px solid rgba(0,0,0,.1);border-radius:8px;color:#1a1a1a;font-size:14px;font-family:inherit;font-weight:400;transition:all .2s ease;outline:none}.quick-qr-account-form-input::-moz-placeholder{color:#0000004d}.quick-qr-account-form-input::placeholder{color:#0000004d}.quick-qr-account-form-input:focus{background:#fff;border-color:#f093fb66;box-shadow:0 0 0 2px #f093fb1a}.quick-qr-account-checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer}.quick-qr-account-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#1db954}.quick-qr-account-checkbox-text{font-size:13px;color:#000000b3;font-weight:400}.quick-qr-account-form-hint{display:block;margin-top:6px;font-size:11px;color:#00000080;line-height:1.4;font-style:italic}.quick-qr-account-form-readonly{padding:10px 12px;background:#00000008;border:1px solid rgba(0,0,0,.08);border-radius:8px;color:#0009;font-size:14px;font-weight:500;cursor:not-allowed}.quick-qr-account-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid rgba(0,0,0,.1);flex-shrink:0}.quick-qr-account-modal-cancel-btn{padding:10px 20px;background:#0000000d;border:1px solid rgba(0,0,0,.1);border-radius:8px;color:#1a1a1a;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.quick-qr-account-modal-cancel-btn:hover:not(:disabled){background:#00000014;border-color:#00000026}.quick-qr-account-modal-cancel-btn:disabled{opacity:.5;cursor:not-allowed}.quick-qr-account-modal-save-btn{padding:10px 20px;background:linear-gradient(135deg,#f093fb,#f5576c);border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #f093fb4d}.quick-qr-account-modal-save-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #f093fb66}.quick-qr-account-modal-save-btn:active:not(:disabled){transform:translateY(0)}.quick-qr-account-modal-save-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 1024px){.quick-qr-account-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}}@media (max-width: 768px){.quick-qr-account-section{padding:20px;margin-top:24px}.quick-qr-account-header{flex-direction:column;align-items:stretch}.quick-qr-account-create-btn{width:100%;justify-content:center}.quick-qr-account-list{grid-template-columns:1fr;gap:12px}.quick-qr-account-card{padding:18px}.quick-qr-account-card-header{flex-direction:column;align-items:stretch;gap:14px}.quick-qr-account-card-actions-wrapper{width:100%}.quick-qr-account-card-actions-wrapper .quick-qr-account-card-actions{width:100%;justify-content:flex-start}.quick-qr-account-card-actions{flex-wrap:wrap;width:100%}.quick-qr-account-card-details{grid-template-columns:1fr;gap:10px}.quick-qr-account-modal{max-width:100%;margin:0;border-radius:12px 12px 0 0;max-height:85vh}.quick-qr-account-modal-footer{flex-direction:column-reverse}.quick-qr-account-modal-cancel-btn,.quick-qr-account-modal-save-btn{width:100%}}@media (max-width: 480px){.quick-qr-account-section,.quick-qr-account-card{padding:16px}.quick-qr-account-card-title{font-size:15px}.quick-qr-account-card-actions{width:100%;justify-content:flex-start;gap:6px}.quick-qr-account-action-btn{flex:1;justify-content:center;min-width:0;padding:7px 10px;font-size:11px}.quick-qr-account-edit-btn,.quick-qr-account-delete-btn{width:30px;height:30px}}.upload-tabs{display:flex;gap:0;margin-bottom:24px;border-bottom:2px solid rgba(255,255,255,.1);background:#282828;border-radius:12px 12px 0 0;padding:4px}.upload-tab{flex:1;padding:12px 20px;background:transparent;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;color:#b3b3b3;transition:all .3s ease;position:relative}.upload-tab:hover{color:#fff;background:#ffffff0d}.upload-tab.active{color:#1db954;background:#1a1a1a;box-shadow:0 2px 8px #0000004d}.upload-tab.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:linear-gradient(135deg,#1db954,#1ed760);border-radius:2px 2px 0 0}.form-group.full-width{grid-column:1 / -1}.form-hint{display:block;margin-top:6px;font-size:12px;color:gray;line-height:1.4}.processing-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 20px;margin:24px 0;background:linear-gradient(135deg,#282828,#1a1a1a);border:2px dashed rgba(29,185,84,.3);border-radius:12px;text-align:center}.loader-spinner{width:48px;height:48px;border:4px solid rgba(29,185,84,.2);border-top-color:#1db954;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.processing-text{font-size:16px;font-weight:600;color:#fff;margin:0 0 8px}.processing-hint{font-size:13px;color:gray;margin:0}[data-theme=light] .upload-tabs{background:#f5f5f5;border-bottom:2px solid rgba(0,0,0,.08)}[data-theme=light] .upload-tab{color:#666}[data-theme=light] .upload-tab:hover{color:#1a1a1a;background:#0000000f}[data-theme=light] .upload-tab.active{color:#1db954;background:#fff;box-shadow:0 2px 8px #0000001a}[data-theme=light] .form-hint{color:#888}[data-theme=light] .processing-loader{background:linear-gradient(135deg,#fff,#fafafa);border-color:#1db95466}.progress-bar-container{width:100%;max-width:400px;position:relative;margin:12px 0;background:#ffffff1a;border-radius:8px;height:24px;overflow:hidden}.progress-bar{height:100%;background:#181818;border-radius:8px;transition:width .3s ease;display:flex;align-items:center;justify-content:flex-end;padding-right:8px;min-width:40px}.progress-text{color:#fff;font-size:12px;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.3)}[data-theme=light] .progress-bar-container{background:#0000001a}[data-theme=light] .progress-text{color:#fff}.youtube-warning-banner{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;margin-bottom:20px;background:linear-gradient(135deg,#ffc10726,#ff98001a);border:1px solid rgba(255,193,7,.3);border-radius:10px;border-left:4px solid #ffc107}.youtube-warning-icon{font-size:20px;flex-shrink:0;margin-top:2px}.youtube-warning-content{flex:1;font-size:13px;line-height:1.5;color:#ffc107}.youtube-warning-content strong{color:#ff9800;font-weight:600}[data-theme=light] .youtube-warning-banner{background:linear-gradient(135deg,#ffc10733,#ff980026);border-color:#ffc10766;border-left-color:#ff9800}[data-theme=light] .youtube-warning-content{color:#f57c00}[data-theme=light] .youtube-warning-content strong{color:#e65100}.artists-list-container{display:flex;flex-direction:column;gap:0}.artists-list-header{display:grid;grid-template-columns:2fr 1fr 1.5fr 1.5fr 1.5fr 1.5fr;gap:1rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#f8f9fa,#fff);border-bottom:2px solid rgba(0,0,0,.08);border-radius:12px 12px 0 0;font-weight:600;font-size:.875rem;color:#666;text-transform:uppercase;letter-spacing:.5px;position:sticky;top:0;z-index:10}.artists-list-header-item{display:flex;align-items:center}.artists-list{display:flex;flex-direction:column;gap:1rem;padding:1rem 0}.artist-card{background:#1a1a1a;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:1.5rem;color:#fff;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.artist-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px);border-color:#1db95433}.artist-card-main{display:grid;grid-template-columns:2fr 1fr 1.5fr 1.5fr 1.5fr 1.5fr;gap:1rem;align-items:center}.artist-avatar-section{display:flex;align-items:center;gap:1rem}.artist-avatar{width:56px;height:56px;border-radius:12px;-o-object-fit:cover;object-fit:cover;border:2px solid rgba(0,0,0,.08)}.artist-avatar-placeholder{width:56px;height:56px;border-radius:12px;background:linear-gradient(135deg,#1db954,#1ed760);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.25rem;border:2px solid rgba(29,185,84,.2)}.artist-info{display:flex;flex-direction:column;gap:.25rem}.artist-name{font-size:1rem;font-weight:600;color:#eee;line-height:1.4}.artist-email{font-size:.875rem;color:#888;line-height:1.4}.artist-stats-section{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;align-items:center}.artist-stat-item{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:linear-gradient(135deg,#fafafa,#fff);border-radius:8px;border:1px solid rgba(0,0,0,.05);transition:all .2s ease}.artist-stat-item:hover{background:linear-gradient(135deg,#f0f0f0,#fafafa);border-color:#0000001a}.artist-stat-item.highlight{background:linear-gradient(135deg,#1db9541a,#1ed7601a);border-color:#1db95433}.artist-stat-item.highlight:hover{background:linear-gradient(135deg,#1db95426,#1ed76026);border-color:#1db9544d}.artist-stat-label{font-size:.75rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.artist-stat-value{font-size:1.125rem;font-weight:700;color:#1a1a1a;line-height:1.4}.artist-stat-value.play-count{color:#1db954;animation:pulse .3s ease}.artist-stat-value.wallet-balance{color:#6c5ce7}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width: 1200px){.artists-list-header,.artist-card-main{grid-template-columns:2fr 1fr 1.2fr 1.2fr 1.2fr 1.2fr}}@media (max-width: 1024px){.artists-list-header{display:none}.artist-card-main{grid-template-columns:1fr;gap:1.5rem}.artist-stats-section{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media (max-width: 768px){.artist-stats-section{grid-template-columns:1fr}.artist-avatar-section{flex-direction:column;align-items:flex-start;gap:.75rem}}
