:root{--bg: #0b1220;--panel: #121b2c;--panel-strong: #1a2740;--text: #e7eefc;--muted: #9ab0d5;--accent: #5ee6a8;--accent-2: #7da7ff;--border: #1f2d45;--shadow: 0 20px 50px rgba(0, 0, 0, .45);--radius: 16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(ellipse at 20% 20%,rgba(50,100,180,.2),transparent 35%),radial-gradient(ellipse at 80% 0%,rgba(94,230,168,.18),transparent 35%),var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh}a{color:inherit}.app-shell{max-width:1100px;margin:0 auto;padding:18px 18px 32px}.header{display:flex;justify-content:space-between;align-items:center;padding:14px 0;position:sticky;top:0;background:#0b1220e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100}.header-right{display:flex;align-items:center;gap:12px;padding-right:16px}.logo{font-weight:800;font-size:22px;letter-spacing:.3px;cursor:pointer;padding-left:16px;display:flex;align-items:center;padding-top:2px}.nav{display:flex;gap:16px;align-items:center;padding-top:2px}.dj-burger-menu{display:none;flex-direction:column;justify-content:space-around;width:28px;height:28px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1;margin-right:16px;-webkit-tap-highlight-color:transparent}.dj-burger-line{width:100%;height:2px;background:var(--text);border-radius:2px}@media(hover:hover){.dj-burger-menu:hover .dj-burger-line{background:var(--accent)}}.dj-burger-menu:focus{outline:none}.dj-mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#0b1220fa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);padding:16px;z-index:99}.dj-mobile-nav{display:flex;flex-direction:column;gap:8px}.dj-mobile-nav .nav-link{padding:12px 16px;border-radius:8px}.dj-mobile-menu-footer{display:none}.artist-genres-dropdown-wrap{width:100%}.artist-genres-dropdown-trigger{width:100%;justify-content:space-between}.artist-genres-dropdown{position:relative;top:0;margin-top:8px;box-shadow:none;border:1px solid var(--border)}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1) brightness(1.15);opacity:1;cursor:pointer}@media(max-width:1024px){.nav,.header-right{display:none}.dj-burger-menu{display:flex}.dj-mobile-menu{display:block;opacity:0;transform:translateY(-10px);transition:opacity .28s ease-out,transform .28s ease-out}.dj-mobile-menu.dj-mobile-menu--visible{opacity:1;transform:translateY(0)}.dj-mobile-menu-footer{display:flex;flex-direction:column;gap:12px;padding-top:16px;border-top:1px solid var(--border);margin-top:16px}.dj-mobile-auth{display:flex;justify-content:center}.dj-mobile-auth .btn-auth{width:auto;min-width:0;white-space:nowrap;justify-content:center}.dj-mobile-auth .user-profile-menu-container{width:100%}.dj-mobile-auth .user-profile-button{width:100%;justify-content:center;padding:12px 16px;background:#ffffff0a;border-radius:8px}.dj-mobile-auth .user-profile-button:hover{background:#ffffff14}.dj-mobile-auth .user-profile-dropdown{position:relative;top:0;margin-top:8px;box-shadow:none;border:1px solid var(--border)}.dj-mobile-menu-footer .artist-genres-dropdown{position:relative;top:0;margin-top:8px;width:100%;min-width:0;max-width:none;box-shadow:none;border:1px solid var(--border);max-height:min(60vh,360px);display:flex;flex-direction:column;overflow:hidden;border-radius:12px;background:var(--panel)}.dj-mobile-menu-footer .artist-genres-dropdown-list{max-height:min(52vh,300px);overflow-y:auto;-webkit-overflow-scrolling:touch;padding-right:2px}}.nav-link{color:var(--muted);text-decoration:none;font-weight:600;padding:8px 10px;border-radius:10px}.nav-link.active{color:var(--text);background:#ffffff0a}.lang-switcher{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:8px 32px 8px 12px;color:var(--text);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;min-width:120px;margin-right:16px}.lang-switcher:hover{background-color:#ffffff0d;border-color:#ffffff1a}.lang-switcher:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #6366f133}.app-main{display:flex;flex-direction:column;gap:22px}.footer{margin-top:20px;border-top:1px solid var(--border);padding-top:20px;padding-bottom:20px;display:flex;flex-direction:column;align-items:center}.footer-links{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;max-width:936px;width:min(92%,936px)}.footer-socials{display:flex;flex-wrap:wrap;gap:12px 18px;justify-content:center;align-items:center;width:100%}.footer-social-box{margin-top:16px;padding:14px 28px;border-radius:16px;border:1px solid rgba(255,255,255,.06);background:#ffffff05;box-shadow:0 10px 24px #0003;display:flex;flex-direction:column;align-items:center;gap:12px;max-width:936px;width:min(92%,936px);margin-left:auto;margin-right:auto}.footer-extras{width:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;margin-top:8px}.footer-extras-spacer{width:100%}.footer-social-box{justify-self:center}.footer-social{display:inline-flex;align-items:center;gap:8px;color:var(--text);text-decoration:none;font-size:13px;font-weight:600;letter-spacing:.2px;padding:4px 0;transition:color .2s ease,opacity .2s ease}.footer-social-icon{display:inline-flex;width:18px;height:18px}.footer-social-icon svg{width:100%;height:100%}.footer-social-icon--logo img{width:100%;height:100%;object-fit:contain}.footer-store-badges{display:inline-flex;gap:10px;align-items:stretch;justify-content:flex-end;flex-direction:column;justify-self:end}.footer-store-badge{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;color:var(--text);text-decoration:none;font-size:12px;font-weight:600;letter-spacing:.2px;transition:border-color .2s ease,color .2s ease,background .2s ease}.footer-socials{flex-wrap:nowrap;gap:14px 20px;justify-content:center}@media(max-width:980px){.footer-extras{grid-template-columns:1fr;justify-items:center}.footer-store-badges{flex-direction:row;justify-content:center;align-items:center;justify-self:center;width:100%}.footer-socials{flex-wrap:wrap;justify-content:center}}.footer-store-badge:hover{color:var(--accent);border-color:#ffffff2e;background:#ffffff0a}.footer-store-icon{display:inline-flex;width:16px;height:16px}.footer-store-icon svg{width:100%;height:100%}.footer-store-icon-image{width:16px;height:16px;display:block;filter:brightness(0) invert(1)}.footer .footer-social-icon{width:14px;height:14px;color:#fff9}.footer .footer-social-icon svg{color:inherit}.footer .footer-social:hover .footer-social-icon{color:#ffffffd9}.footer .footer-store-icon{width:14px;height:14px}.footer .footer-store-icon-image{width:14px;height:14px;opacity:.6;filter:brightness(0) invert(1)}.footer .footer-store-badge:hover .footer-store-icon-image{opacity:.85}.footer-social:hover{color:var(--accent)}.footer-social:active{opacity:.7}.footer-slogan{margin-top:0;text-align:center;font-size:22px;font-weight:800;color:var(--accent);letter-spacing:1.6px;text-transform:uppercase;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.footer-copyright{margin-top:16px;text-align:center;font-size:12px;color:var(--muted);letter-spacing:.8px}.footer-link{display:inline-block;color:var(--muted);text-decoration:none;font-size:14px;font-weight:400;transition:color .2s ease;padding:4px 0}.footer-link:hover{color:var(--text);text-decoration:underline}.footer-link:active{opacity:.7}.footer-legal{margin-top:12px;display:flex;align-items:center;gap:8px;justify-content:center;padding-bottom:8px}.footer-legal-link{color:var(--muted);text-decoration:underline;font-size:12px;font-weight:400;transition:color .2s ease}.footer-legal-link:hover{color:var(--text)}.footer-legal-sep{color:var(--muted);font-size:12px;opacity:.5}.page{display:flex;flex-direction:column;gap:18px;position:relative;min-height:100vh;padding-top:24px}.hero-block{padding:10px 6px;margin-bottom:40px}.center{text-align:center}.eyebrow{text-transform:uppercase;letter-spacing:1.2px;font-size:12px;color:var(--muted)}.panel{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px;box-shadow:var(--shadow);transition:opacity .3s ease,transform .3s ease}.panel h2,.panel h3,.panel h4{margin:0}.panel#dj-ranking-table{opacity:1;transform:translateY(0);transition:opacity .2s ease,transform .2s ease}.panel.error-panel{border-color:#ff64644d;background:#ff64640d}.panel.error-panel h2{color:#ff6464;margin-bottom:12px}.section{display:flex;flex-direction:column;gap:12px;transition:opacity .3s ease}.section-head{display:flex;justify-content:space-between;align-items:center;transition:opacity .3s ease}.hero-subtitle{color:var(--muted);font-weight:600;margin-bottom:8px}.pulse-row{display:flex;gap:12px;justify-content:center;align-items:baseline}.pulse-value{font-size:52px;font-weight:800;color:var(--accent)}.pulse-delta{display:inline-flex;align-items:center;gap:6px;font-weight:700}.pulse-delta.up{color:var(--accent)}.pulse-delta.down{color:#ff9b61}.muted{color:var(--muted)}.small{font-size:12px}.small-text{font-size:13px;opacity:.7}.link{color:var(--accent);text-decoration:none;font-weight:600;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;font-size:inherit;margin-top:16px;display:inline-block}.mobile-only{display:none}.chip{display:inline-block;margin-top:8px;padding:6px 10px;background:#ffffff0f;border:1px solid var(--border);border-radius:999px;color:var(--text);font-size:13px}.bullet-list{margin:8px 0 0;padding-left:18px;color:var(--muted)}.topline{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.grid.three{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.grid.two{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px}.tile{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.tile-icon{font-size:22px;margin-bottom:10px}.tile-icon img{width:24px;height:24px;display:block;margin:0 auto}.tile-icon .icon-accent{color:var(--accent)}.tile-title{font-weight:700;margin-bottom:4px}.tile .muted+.muted{margin-top:8px}.tile .muted{line-height:1.4}@media(max-width:720px){.app-shell{padding:12px}.page{padding-top:16px}}.share-container{position:relative;display:inline-block}.vote-dj-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:12px 20px;background:linear-gradient(135deg,#5ee6a8,#7da7ff);color:#0b1220;border:2px solid rgba(94,230,168,.5);border-radius:10px;font-size:15px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #5ee6a84d,0 0 20px #5ee6a81a;cursor:pointer;white-space:nowrap;min-width:140px;width:100%;text-align:center}.vote-dj-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 6px 20px #5ee6a880,0 0 30px #5ee6a833;background:linear-gradient(135deg,#7da7ff,#5ee6a8);border-color:#5ee6a8cc}.vote-dj-button:active:not(:disabled){transform:translateY(0)}.vote-dj-button:disabled{opacity:.6;cursor:not-allowed}.share-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;background:linear-gradient(135deg,#667eea26,#764ba21f);border:1px solid rgba(102,126,234,.3);border-radius:14px;color:#667eea;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #667eea33,0 2px 6px #667eea26;white-space:nowrap;position:relative;overflow:hidden;min-width:140px;width:100%}.share-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.share-button:hover:before{left:100%}.share-button:hover{background:linear-gradient(135deg,#667eea40,#764ba233);border-color:#667eea80;box-shadow:0 8px 24px #667eea4d,0 4px 12px #667eea40;transform:translateY(-2px)}.share-button:active{transform:translateY(0);box-shadow:0 2px 8px #667eea33}.share-button svg{flex-shrink:0;transition:transform .3s ease;filter:drop-shadow(0 2px 4px rgba(102,126,234,.3))}.share-button:hover svg{transform:rotate(20deg) scale(1.1)}.dj-share-backdrop{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9998;animation:fadeIn .25s ease}.dj-share-popup{position:fixed;bottom:0;left:0;right:0;width:100vw;height:80vh;background:linear-gradient(180deg,#0b1220fa,#080e18fa);border-top:2px solid rgba(102,126,234,.3);border-radius:28px 28px 0 0;padding:28px 24px 32px;z-index:9999;box-shadow:0 -12px 48px #0009,0 -4px 16px #0006;animation:fadeIn .3s ease;overflow-y:auto;box-sizing:border-box;margin:0}.dj-share-popup:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(102,126,234,.5),transparent)}.dj-share-popup-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid rgba(102,126,234,.2);position:relative}.dj-share-popup-header:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(102,126,234,.3),transparent)}.dj-share-head-content{display:flex;flex-direction:row;align-items:center;gap:16px;flex:1}.dj-share-artist-image{width:80px;height:80px;border-radius:12px;overflow:hidden;border:2px solid rgba(102,126,234,.3);box-shadow:0 4px 12px #0003}.dj-share-artist-image img{width:100%;height:100%;object-fit:cover}.dj-share-artist-name{font-size:20px;font-weight:700;color:var(--text);margin:0;background:linear-gradient(135deg,#fff,#ffffffe6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dj-share-popup-header h3{font-size:18px;font-weight:600;color:var(--text);margin:0;letter-spacing:-.2px}.dj-share-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 40px;min-width:40px;max-width:40px;min-height:40px;max-height:40px;flex-shrink:0;padding:0;background:linear-gradient(135deg,#5ee6a82e,#5ee6a814);border:1px solid rgba(94,230,168,.4);border-radius:6px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;margin-left:auto;align-self:center;box-sizing:border-box;aspect-ratio:1 / 1}.dj-share-close-icon{width:22px;height:22px;flex-shrink:0;display:block;margin:auto;filter:brightness(0) saturate(100%) invert(78%) sepia(18%) saturate(1181%) hue-rotate(98deg) brightness(98%) contrast(92%);transition:all .3s ease}.dj-share-ranking-text{font-size:16px;font-weight:600;color:#5ee6a8;opacity:.95;line-height:1.5;white-space:nowrap;letter-spacing:.01em;font-family:inherit;margin-left:2px}.dj-share-close:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#5ee6a840;border-radius:50%;transform:translate(-50%,-50%);transition:width .3s ease,height .3s ease}.dj-share-close:hover:before{width:100%;height:100%}.dj-share-close:hover{background:linear-gradient(135deg,#5ee6a84d,#5ee6a82e);border-color:#5ee6a8b3;transform:rotate(10deg) scale(1.05);box-shadow:0 10px 24px #5ee6a833}.dj-share-close:hover .dj-share-close-icon{filter:brightness(0) saturate(100%) invert(78%) sepia(18%) saturate(1181%) hue-rotate(98deg) brightness(105%) contrast(98%);transform:scale(1.1)}.dj-share-close:active{transform:rotate(10deg) scale(.95)}.dj-share-items{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.dj-share-item{display:flex;flex-direction:column;align-items:center;gap:14px;padding:24px 20px;background:linear-gradient(135deg,#ffffff0a,#ffffff05);border:1px solid rgba(255,255,255,.08);border-radius:18px;color:var(--text);font-size:15px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.dj-share-item:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#667eea1a,#764ba21a);opacity:0;transition:opacity .3s ease}.dj-share-item:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.dj-share-item:hover{background:linear-gradient(135deg,#ffffff14,#ffffff0a);border-color:#667eea66;transform:translateY(-6px);box-shadow:0 12px 32px #667eea40,0 4px 16px #667eea26}.dj-share-item:hover:before{opacity:1}.dj-share-item:hover:after{left:100%}.dj-share-item:active{transform:translateY(-4px)}.dj-share-item-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:1;box-shadow:0 4px 12px #0003}.dj-share-item:hover .dj-share-item-icon{transform:scale(1.15) rotate(8deg);box-shadow:0 8px 24px #667eea66,0 4px 12px #667eea4d}.dj-share-item-icon.twitter{color:#1da1f2;background:linear-gradient(135deg,#1da1f226,#1da1f214);border-color:#1da1f266}.dj-share-item-icon.facebook{color:#1877f2;background:linear-gradient(135deg,#1877f226,#1877f214);border-color:#1877f266}.dj-share-item-icon.linkedin{color:#0a66c2;background:linear-gradient(135deg,#0a66c226,#0a66c214);border-color:#0a66c266}.dj-share-item-icon.telegram{color:#08c;background:linear-gradient(135deg,#0088cc26,#0088cc14);border-color:#08c6}.dj-share-item-icon.copy{color:#667eea;background:linear-gradient(135deg,#667eea26,#764ba21f);border-color:#667eea66}.dj-share-item span{position:relative;z-index:1;transition:color .3s ease}.dj-share-item:hover span{color:var(--text)}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.dj-share-popup{width:100vw;height:80vh;padding:24px 20px 28px;border-radius:24px 24px 0 0;margin:0}.dj-share-popup-header{margin-bottom:24px;padding-bottom:16px}.dj-share-head-content{flex-direction:row;align-items:center;gap:12px;flex-wrap:wrap}.dj-share-artist-image{width:50px;height:50px;border-radius:10px}.dj-share-artist-name{font-size:18px}.dj-share-popup-header h3{font-size:16px}.dj-share-items{grid-template-columns:repeat(2,1fr);gap:12px}.dj-share-item{padding:20px 16px;gap:12px}.dj-share-item-icon{width:56px;height:56px}.dj-share-item span{font-size:14px}}.dj-confirm-backdrop{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9998;animation:fadeIn .25s ease}.dj-confirm-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:500px;background:linear-gradient(180deg,#0b1220fa,#080e18fa);border:2px solid rgba(94,230,168,.3);border-radius:20px;padding:32px 24px;z-index:9999;box-shadow:0 12px 48px #0009,0 4px 16px #0006;animation:fadeIn .4s ease;max-height:90vh;overflow-y:auto;box-sizing:border-box}.dj-confirm-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px;position:relative}.dj-confirm-title{font-size:22px;font-weight:700;color:var(--text);margin:0 0 12px;background:linear-gradient(135deg,#fff,#5ee6a8e6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;flex:1;padding-right:40px}.dj-confirm-close{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:8px;background:transparent;border:none;border-radius:8px;color:#ffffffb3;cursor:pointer;transition:all .2s ease}.dj-confirm-close svg{width:20px;height:20px}.dj-confirm-close:hover{background:#ffffff1a;color:#ffffffe6}.dj-confirm-close:active{background:#ffffff26}.dj-confirm-content{margin-bottom:24px}.dj-confirm-message{font-size:16px;line-height:1.6;color:#fffc;margin:0 0 8px;white-space:pre-line}.dj-confirm-body{margin-top:16px}.dj-confirm-actions{display:flex;flex-direction:column;gap:12px;margin-top:24px}.dj-confirm-button{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;font-size:16px;font-weight:600;border-radius:12px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.dj-confirm-cancel{background:transparent;border:1px solid rgba(255,255,255,.2);color:#ffffffb3;padding:12px 24px;font-size:14px;font-weight:500}.dj-confirm-cancel:hover{background:#ffffff0d;color:#ffffffe6}.dj-confirm-confirm{background:linear-gradient(135deg,#5ee6a833,#5ee6a81a);border:2px solid rgba(94,230,168,.5);color:#5ee6a8}.dj-confirm-confirm:hover{background:linear-gradient(135deg,#5ee6a84d,#5ee6a833);transform:translateY(-2px);box-shadow:0 4px 12px #5ee6a84d}.dj-confirm-confirm:active{transform:translateY(0)}.dj-confirm-confirm:disabled{opacity:.5;cursor:not-allowed;transform:none}.dj-confirm-danger{background:linear-gradient(135deg,#ef444433,#ef44441a);border:2px solid rgba(239,68,68,.5);color:#ef4444}.dj-confirm-danger:hover{background:linear-gradient(135deg,#ef44444d,#ef444433);box-shadow:0 4px 12px #ef44444d}.dj-confirm-popup--compact-unsaved{max-width:300px;padding:14px 12px;border-radius:12px}.dj-confirm-popup--compact-unsaved .dj-confirm-header{margin-bottom:8px}.dj-confirm-popup--compact-unsaved .dj-confirm-title{font-size:14px;margin:0;padding-right:24px}.dj-confirm-popup--compact-unsaved .dj-confirm-close{width:22px;height:22px;padding:2px}.dj-confirm-popup--compact-unsaved .dj-confirm-close svg{width:14px;height:14px}.dj-confirm-popup--compact-unsaved .dj-confirm-content{margin-bottom:10px}.dj-confirm-popup--compact-unsaved .dj-confirm-message{font-size:12px;line-height:1.35;margin:0}.dj-confirm-popup--compact-unsaved .dj-confirm-body{margin-top:8px}.dj-confirm-popup--compact-unsaved .dashboard-music-btn-secondary{width:100%;min-height:32px;padding:8px 10px;font-size:12px;border-radius:8px}.dj-confirm-popup--compact-unsaved .dj-confirm-actions{margin-top:10px;gap:6px}.dj-confirm-popup--compact-unsaved .dj-confirm-button{min-height:32px;padding:8px 10px;font-size:12px;border-radius:8px}@media(max-width:768px){.dj-confirm-popup{width:95%;padding:28px 20px}.dj-confirm-title{font-size:20px}.dj-confirm-message{font-size:15px}.dj-confirm-button{padding:12px 20px}}.dj-alert-backdrop{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9998;animation:fadeIn .25s ease}.dj-alert-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:500px;background:linear-gradient(180deg,#0b1220fa,#080e18fa);border:2px solid rgba(94,230,168,.3);border-radius:20px;padding:32px 24px;z-index:9999;box-shadow:0 12px 48px #0009,0 4px 16px #0006;animation:fadeIn .4s ease;max-height:90vh;overflow-y:auto;box-sizing:border-box;text-align:center}.dj-alert-header{margin-bottom:24px;position:relative}.dj-alert-title{font-size:22px;font-weight:700;color:var(--text);margin:0 0 12px;background:linear-gradient(135deg,#fff,#5ee6a8e6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dj-alert-close{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:8px;background:transparent;border:none;border-radius:8px;color:#ffffffb3;cursor:pointer;transition:all .2s ease}.dj-alert-close svg{width:20px;height:20px}.dj-alert-close:hover{background:#ffffff1a;color:#ffffffe6}.dj-alert-close:active{background:#ffffff26}.dj-alert-content{margin-bottom:24px}.dj-alert-message{font-size:16px;line-height:1.6;color:#fffc;margin:0 0 8px;white-space:pre-line}.dj-alert-body{margin-top:16px}.dj-alert-actions{display:flex;flex-direction:column;gap:12px;margin-top:24px}.dj-alert-button{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;font-size:16px;font-weight:600;border-radius:12px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.dj-alert-close-button{background:linear-gradient(135deg,#5ee6a833,#5ee6a81a);border:2px solid rgba(94,230,168,.5);color:#5ee6a8}.dj-alert-close-button:hover{background:linear-gradient(135deg,#5ee6a84d,#5ee6a833);transform:translateY(-2px);box-shadow:0 4px 12px #5ee6a84d}.dj-alert-close-button:active{transform:translateY(0)}.dj-alert-close-button:disabled{opacity:.5;cursor:not-allowed;transform:none}@media(max-width:768px){.dj-alert-popup{width:95%;padding:28px 20px}.dj-alert-title{font-size:20px}.dj-alert-message{font-size:15px}.dj-alert-button{padding:12px 20px}}.dashboard-music-preview-social-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:16px}.dashboard-music-preview-social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#ffffffd9;border:1px solid rgba(255,255,255,.35);border-radius:50%;transition:opacity .2s ease,color .2s ease,border-color .2s ease,background .2s ease,transform .15s ease}.dashboard-music-preview-social-icon:active{transform:scale(.91);transition:transform .1s ease}.dashboard-music-preview-social-icon svg{width:22px;height:22px}.dashboard-music-preview-social-icon-img{width:22px;height:22px;display:block;object-fit:contain}.dashboard-music-preview-social-icon-img--mono,.dashboard-music-preview-social-icon--themed .dashboard-music-preview-social-icon-img--mono,.dj-smart-link-page .dashboard-music-preview-social-icon--themed .dashboard-music-preview-social-icon-img--mono,.dashboard-music-preview-smartlink .dashboard-music-preview-social-icon--themed .dashboard-music-preview-social-icon-img--mono,.dj-smart-link-page .dashboard-music-preview-social-icon--themed .dashboard-music-preview-social-brand-glyph--light,.dashboard-music-preview-smartlink .dashboard-music-preview-social-icon--themed .dashboard-music-preview-social-brand-glyph--light{filter:brightness(0) invert(1)}.dashboard-music-preview-social-icon--tiktok .dashboard-music-preview-social-icon-img,.dashboard-music-preview-social-icon--tiktok .dashboard-music-preview-social-brand-glyph--light{transform:scale(.82);transform-origin:center center}.dashboard-music-preview-social-brand-glyph--light{filter:brightness(0) invert(1)}.dashboard-music-preview-social-icon--youtube .dashboard-music-preview-social-icon-img{transform:scale(.9);transform-origin:center center}.dashboard-music-preview-social-icon--spotify .dashboard-music-preview-social-icon-img{transform:scale(.92);transform-origin:center center}.dashboard-music-preview-social-icon--soundcloud .dashboard-music-preview-social-icon-img{object-fit:contain;object-position:center;transform:scale(.88);transform-origin:center center}.dashboard-music-preview-social-icon-img--telegram{width:32px;height:32px;filter:none!important}.bio-action-icon--vote.bio-action-icon--active .dashboard-music-preview-social-icon-img{filter:brightness(0) saturate(100%) invert(73%) sepia(46%) saturate(501%) hue-rotate(104deg) brightness(104%)}.dashboard-music-analytics-content-type-icon--youtube .dashboard-music-analytics-content-type-glyph,.dashboard-music-analytics-content-type-icon--youtube .dashboard-music-preview-social-icon-img{transform:scale(.9);transform-origin:center center}.dashboard-music-analytics-content-type-icon--tiktok .dashboard-music-analytics-content-type-glyph,.dashboard-music-analytics-content-type-icon--tiktok .dashboard-music-preview-social-icon-img,.dashboard-music-analytics-content-type-icon--tiktok .dashboard-music-preview-social-brand-glyph--light{transform:scale(.82);transform-origin:center center}.dashboard-music-preview-social-icon--amazon-music-streaming .dashboard-music-preview-social-icon-img,.dashboard-music-preview-social-icon--amazon-music-mp3 .dashboard-music-preview-social-icon-img,.dashboard-music-preview-social-icon--amazon-cd-vinyl .dashboard-music-preview-social-icon-img,.dashboard-music-analytics-content-type-icon--amazon-music-streaming .dashboard-music-analytics-content-type-glyph,.dashboard-music-analytics-content-type-icon--amazon-music-mp3 .dashboard-music-analytics-content-type-glyph,.dashboard-music-analytics-content-type-icon--amazon-cd-vinyl .dashboard-music-analytics-content-type-glyph,.dashboard-music-preview-social-icon--yandex-music .dashboard-music-preview-social-icon-img,.dashboard-music-analytics-content-type-icon--yandex-music .dashboard-music-analytics-content-type-glyph{transform:scale(1.56735);transform-origin:center center}.dashboard-music-preview-social-icon--vk-music .dashboard-music-preview-social-icon-img,.dashboard-music-analytics-content-type-icon--vk-music .dashboard-music-analytics-content-type-glyph{transform:scale(1.71315);transform-origin:center center}.dashboard-music-preview-social-icon--zvuk .dashboard-music-preview-social-icon-img,.dashboard-music-analytics-content-type-icon--zvuk .dashboard-music-analytics-content-type-glyph{transform:scale(1.3);transform-origin:center center}.dashboard-music-preview-social-icon:hover{opacity:1}.dashboard-music-preview-social-icon:not(.dashboard-music-preview-social-icon--themed):hover{border-color:#fff9;background:#ffffff14}.dashboard-music-preview-social-row .share-container--icon-only{display:contents}.dashboard-music-preview-social-row button.dashboard-music-preview-social-icon{padding:0;margin:0;cursor:pointer;font:inherit;-webkit-appearance:none;appearance:none}.dashboard-music-preview-social-row button.dashboard-music-preview-social-icon:not([style*=background]){background:transparent}.dj-smart-link-page .dashboard-music-preview-social-icon,.dashboard-music-preview-smartlink .dashboard-music-preview-social-icon{transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s ease,opacity .2s ease,border-color .2s ease,background .2s ease}.dj-smart-link-page .dashboard-music-preview-social-icon:hover,.dashboard-music-preview-smartlink .dashboard-music-preview-social-icon:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000059,0 0 16px #7c3aed33}.dj-smart-link-page .dashboard-music-preview-social-icon:active,.dashboard-music-preview-smartlink .dashboard-music-preview-social-icon:active{transform:scale(.91);box-shadow:none;transition:transform .1s ease}.dj-smart-link-page .dashboard-music-preview-social-icon--themed:hover,.dashboard-music-preview-smartlink .dashboard-music-preview-social-icon--themed:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0006,0 0 18px #7c3aed40}.dashboard-music-preview-social-icon--themed{color:#fff}.dashboard-music-preview-social-icon--themed:hover{opacity:1;filter:brightness(1.12)}.dj-sl-glyph--youtube .dj-sl-glyph-logo{transform:scale(.9);transform-origin:center center}.dj-music-platform-glyph-img{display:block;object-fit:contain;flex-shrink:0}.dj-music-platform-glyph-img--mono{filter:brightness(0) invert(1)}.dj-limit-modal-backdrop{position:fixed;inset:0;background:#000000b8;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;box-sizing:border-box}.dj-limit-modal-panel{max-width:400px;width:100%;background:var(--panel);border-radius:16px;padding:24px;box-shadow:0 8px 32px #00000073;box-sizing:border-box}.dj-limit-modal-title{margin:0 0 14px;font-size:20px;font-weight:700;line-height:1.3}.dj-limit-modal-body{margin:0 0 12px;line-height:1.6;opacity:.85}.dj-limit-modal-detail{margin:0 0 24px;font-size:14px;line-height:1.5;opacity:.7}.dj-limit-modal-actions{display:flex;gap:12px;justify-content:flex-end}.dj-limit-modal-close{padding:10px 20px;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:transparent;color:inherit;cursor:pointer;font-weight:600;font-size:14px;-webkit-tap-highlight-color:transparent}.dj-dashboard-offline-banner{width:100%;padding:10px 16px;display:flex;align-items:center;justify-content:center;gap:10px;background:#f59e0b1f;border-bottom:1px solid rgba(245,158,11,.25);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-size:13px;font-weight:500;color:#b46e00f2;animation:dj-dash-banner-in .3s ease-out;overflow:hidden}.dj-dashboard-offline-banner--online{background:#22c55e1a;border-bottom-color:#22c55e40;color:#16a34a;animation:dj-dash-banner-in .3s ease-out,dj-dash-banner-out 2.7s ease-in .2s forwards}.dj-dashboard-offline-banner--degraded{background:#f59e0b12;border-bottom-color:#f59e0b26;color:#b46e00b3;font-weight:400}.dj-dashboard-offline-banner-icon{width:16px;height:16px;flex-shrink:0}.dj-dashboard-offline-banner-sync-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:4px;color:inherit;opacity:.75;border-radius:4px;transition:opacity .15s}.dj-dashboard-offline-banner-sync-btn:hover{opacity:1}@keyframes dj-dash-banner-in{0%{max-height:0;opacity:0;padding-top:0;padding-bottom:0}to{max-height:60px;opacity:1;padding-top:10px;padding-bottom:10px}}@keyframes dj-dash-banner-out{0%{opacity:1;max-height:60px}70%{opacity:.6}to{opacity:0;max-height:0;padding-top:0;padding-bottom:0}}.dj-dashboard-offline-dead{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:80px 24px;text-align:center}.dj-dashboard-offline-dead-icon{width:80px;height:80px;opacity:.45;animation:dj-dash-dead-pulse 3s ease-in-out infinite}.dj-dashboard-offline-dead-title{font-size:1.3rem;font-weight:700;margin:0}.dj-dashboard-offline-dead-subtitle{font-size:.95rem;opacity:.6;margin:0;max-width:420px;line-height:1.5}.dj-dashboard-offline-dead-btn{margin-top:8px;padding:10px 24px;border-radius:8px;background:var(--color-primary, #7c3aed);color:#fff;font-size:.95rem;font-weight:600;border:none;cursor:pointer;transition:opacity .15s}.dj-dashboard-offline-dead-btn:hover{opacity:.88}@keyframes dj-dash-dead-pulse{0%,to{transform:scale(1);opacity:.45}50%{transform:scale(1.06);opacity:.65}}.dj-editor-offline-save-label{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#b46e00e6;white-space:nowrap}.dj-editor-offline-save-icon{width:15px;height:15px;flex-shrink:0}
