.mobile-app{background:#0a0a0a;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mobile-main{flex:1;overflow-x:hidden}.mobile-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:16px;color:hsla(0,0%,100%,.6);font-size:14px}.mobile-spinner{width:32px;height:32px;border:2px solid hsla(0,0%,100%,.1);border-top-color:#00d4aa;border-radius:50%;animation:mobile-spin .8s linear infinite}@keyframes mobile-spin{to{transform:rotate(1turn)}}.mobile-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:#ef4444;gap:16px;padding:20px;text-align:center}.mobile-error button{padding:12px 24px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;color:#fff;font-size:14px;cursor:pointer;transition:background .2s}.mobile-error button:active{background:hsla(0,0%,100%,.15)}.mobile-empty{padding:24px;text-align:center;font-size:13px;font-style:italic;background:hsla(0,0%,100%,.02);border-radius:8px}.mobile-header{display:flex;align-items:center;justify-content:space-between;padding:calc(env(safe-area-inset-top, 0px) + 16px) 16px 16px;border-bottom:1px solid hsla(0,0%,100%,.08);position:sticky;top:0;background:#0a0a0a;z-index:10}.mobile-header h1{font-size:20px;font-weight:700;margin:0}.mobile-logo{height:28px;filter:brightness(0) invert(1)}.mobile-artist-count,.mobile-count,.mobile-date{font-size:12px;color:hsla(0,0%,100%,.5)}.mobile-section{border-bottom:1px solid hsla(0,0%,100%,.06)}.mobile-section:last-of-type{border-bottom:none}.mobile-section-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px;background:none;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-section-header.static{cursor:default}.mobile-section-header:active:not(.static){background:hsla(0,0%,100%,.02)}.mobile-section-left{display:flex;align-items:center;gap:8px}.mobile-section-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:hsla(0,0%,100%,.5);margin:0}.mobile-section-count{font-size:11px;font-weight:600;color:hsla(0,0%,100%,.3);background:hsla(0,0%,100%,.05);padding:2px 6px;border-radius:4px}.mobile-section-toggle{font-size:18px;font-weight:300;color:hsla(0,0%,100%,.4);width:24px;height:24px;display:flex;align-items:center;justify-content:center}.mobile-section-content{padding:0 16px 16px}.mobile-home{padding-bottom:100px;background:#0a0a0a;min-height:100vh}.mobile-artists-grid{display:flex;flex-direction:column;gap:12px}.mobile-artist-card-lg{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:16px}.mobile-artist-top{display:flex;align-items:center;gap:12px;margin-bottom:14px}.mobile-artist-avatar-lg{width:48px;height:48px;border-radius:50%;overflow:hidden;background:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:hsla(0,0%,100%,.6);flex-shrink:0}.mobile-artist-avatar-lg img{width:100%;height:100%;object-fit:cover}.mobile-artist-name-lg{font-size:16px;font-weight:600;color:#fff}.mobile-artist-stats-lg{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.mobile-stat-row-lg{display:flex;align-items:center;font-size:13px}.mobile-stat-platform{color:hsla(0,0%,100%,.5);width:70px;flex-shrink:0}.mobile-stat-value-lg{font-weight:600;color:#fff;width:60px;flex-shrink:0}.mobile-stat-pct{font-size:12px;font-weight:500}.mobile-stat-pct.up{color:#00d4aa}.mobile-stat-pct.down{color:#ef4444}.mobile-artist-sounds-lg{padding-top:12px;border-top:1px solid hsla(0,0%,100%,.06)}.mobile-sounds-label{margin-bottom:6px}.mobile-sound-row-lg{display:flex;justify-content:space-between;font-size:12px;padding:3px 0}.mobile-sound-title-lg{color:hsla(0,0%,100%,.7);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:70%}.mobile-sound-ugc-lg{color:hsla(0,0%,100%,.5);flex-shrink:0}.mobile-fanpage-count{font-size:12px;color:hsla(0,0%,100%,.6)}.mobile-artists-scroll{display:flex;gap:12px;overflow-x:auto;margin:0 -16px;padding:0 16px 8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mobile-artists-scroll::-webkit-scrollbar{display:none}.mobile-artist-card{flex-shrink:0;width:240px;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:14px}.mobile-artist-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.mobile-artist-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;background:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:hsla(0,0%,100%,.6);flex-shrink:0}.mobile-artist-avatar img{width:100%;height:100%;object-fit:cover}.mobile-artist-name{font-size:14px;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-artist-stats{display:flex;flex-direction:column;gap:4px}.mobile-stat-row{display:flex;align-items:center;justify-content:space-between;font-size:12px}.mobile-stat-label{color:hsla(0,0%,100%,.5);width:60px}.mobile-stat-change{flex:1;text-align:right;padding-right:8px;font-size:11px}.mobile-stat-change.up{color:#00d4aa}.mobile-stat-change.down{color:#ef4444}.mobile-stat-value{font-weight:600;color:#fff;min-width:50px;text-align:right}.mobile-artist-sounds{margin-top:10px;padding-top:10px;border-top:1px solid hsla(0,0%,100%,.06)}.mobile-sound-row{display:flex;justify-content:space-between;font-size:11px;padding:2px 0}.mobile-sound-title{color:hsla(0,0%,100%,.7);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:70%}.mobile-sound-ugc{color:hsla(0,0%,100%,.5);flex-shrink:0}.mobile-artist-fanpages{margin-top:10px;padding-top:10px;border-top:1px solid hsla(0,0%,100%,.06)}.mobile-fanpages-header{margin-bottom:8px}.mobile-artist-fanpage-row{display:flex;align-items:center;gap:8px;padding:6px 0;text-decoration:none;border-bottom:1px solid hsla(0,0%,100%,.04)}.mobile-artist-fanpage-row:last-child{border-bottom:none}.mobile-artist-fp-user{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.mobile-artist-fp-avatar{width:24px;height:24px;border-radius:50%;overflow:hidden;background:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-artist-fp-avatar img{width:100%;height:100%;object-fit:cover}.mobile-artist-fp-avatar span{font-size:10px;font-weight:600;color:hsla(0,0%,100%,.5)}.mobile-artist-fp-name{flex:1;font-size:12px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-artist-fp-views{font-size:11px;color:hsla(0,0%,100%,.6);font-weight:500}.mobile-artist-fp-change{font-size:10px;font-weight:600;min-width:42px}.mobile-artist-fp-change.up{color:#4ade80}.mobile-artist-fp-change.down{color:#ef4444}.mobile-artist-fanpages-row{display:flex;justify-content:space-between;align-items:center;margin-top:8px;padding-top:8px;border-top:1px solid hsla(0,0%,100%,.06);font-size:11px}.mobile-fanpages-label{color:hsla(0,0%,100%,.4)}.mobile-fanpages-count{color:#00d4aa;font-weight:600}.mobile-pipeline-list{display:flex;flex-direction:column;gap:8px}.mobile-pipeline-card{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.08);border-radius:10px;padding:12px}.mobile-pipeline-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.mobile-pipeline-artist{font-size:14px;font-weight:600;color:#fff}.mobile-pipeline-badge{font-size:9px;font-weight:600;padding:3px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.mobile-pipeline-badge.active{background:rgba(0,212,170,.15);color:#00d4aa}.mobile-pipeline-badge.pending{background:rgba(34,211,238,.15);color:#22d3ee}.mobile-pipeline-lead{font-size:12px;color:hsla(0,0%,100%,.5)}.mobile-pipeline-notes{font-size:12px;color:hsla(0,0%,100%,.6);margin:6px 0 0;line-height:1.4}.mobile-pipeline-meta{font-size:12px;color:hsla(0,0%,100%,.5);margin:4px 0 0}.mobile-pipeline-updated{font-size:10px;color:hsla(0,0%,100%,.35);margin-top:8px;padding-top:8px;border-top:1px solid hsla(0,0%,100%,.06)}.mobile-finds-scroll{display:flex;gap:12px;overflow-x:auto;margin:0 -16px;padding:0 16px 8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mobile-finds-scroll::-webkit-scrollbar{display:none}.mobile-find-card{flex-shrink:0;width:120px;text-decoration:none}.mobile-find-thumb{position:relative;width:120px;height:160px;border-radius:8px;overflow:hidden;background:hsla(0,0%,100%,.05)}.mobile-find-thumb img{width:100%;height:100%;object-fit:cover}.mobile-find-placeholder{width:100%;height:100%;background:hsla(0,0%,100%,.05)}.mobile-find-placeholder,.mobile-find-platform{display:flex;align-items:center;justify-content:center}.mobile-find-platform{position:absolute;top:6px;left:6px;width:22px;height:22px;background:rgba(0,0,0,.7);border-radius:5px}.mobile-find-multi{position:absolute;top:6px;right:6px;min-width:18px;height:18px;padding:0 5px;background:#fff;color:#000;border-radius:9px;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.mobile-find-info{padding:8px 2px}.mobile-find-author{display:block;font-size:12px;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-find-views{display:block;font-size:11px;color:hsla(0,0%,100%,.5)}.mobile-find-sender{display:block;font-size:10px;color:hsla(0,0%,100%,.4);margin-top:2px}.mobile-expand-section{margin-top:12px}.mobile-expand-btn{width:100%;padding:10px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:hsla(0,0%,100%,.6);font-size:13px;cursor:pointer;transition:background .2s}.mobile-expand-btn:active{background:hsla(0,0%,100%,.08)}.mobile-fanpage-podium{display:flex}.mobile-podium-card{flex:1;padding:12px 8px;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.08);border-radius:10px;min-width:0}.mobile-podium-card.rank-1{border-color:rgba(255,215,0,.3);background:rgba(255,215,0,.05)}.mobile-podium-card.rank-2{border-color:hsla(0,0%,75%,.3);background:hsla(0,0%,75%,.05)}.mobile-podium-card.rank-3{border-color:rgba(205,127,50,.3);background:rgba(205,127,50,.05)}.mobile-podium-rank{color:hsla(0,0%,100%,.5);margin-bottom:6px}.mobile-podium-avatar{background:hsla(0,0%,100%,.1);margin-bottom:6px}.mobile-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:hsla(0,0%,100%,.5)}.mobile-podium-user{font-size:11px;color:#fff}.mobile-podium-change{font-size:11px;font-weight:600;margin-top:2px}.mobile-podium-change.up{color:#00d4aa}.mobile-podium-change.down{color:#ef4444}.mobile-podium-views{font-size:10px;color:hsla(0,0%,100%,.4);margin-top:2px}.mobile-fanpage-list{display:flex;flex-direction:column;gap:4px}.mobile-fanpage-row{display:flex;align-items:center;gap:10px;padding:10px;background:hsla(0,0%,100%,.02);border-radius:8px;text-decoration:none}.mobile-fanpage-rank{font-size:12px;font-weight:600;color:hsla(0,0%,100%,.4);min-width:28px}.mobile-fanpage-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;background:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-fanpage-avatar img{width:100%;height:100%;object-fit:cover}.mobile-fanpage-avatar span{font-size:12px;font-weight:600;color:hsla(0,0%,100%,.5)}.mobile-fanpage-info{flex:1;min-width:0}.mobile-fanpage-user{display:block;font-size:13px;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-fanpage-views{display:block;font-size:11px;color:hsla(0,0%,100%,.5)}.mobile-fanpage-change{font-size:13px;font-weight:600;flex-shrink:0}.mobile-fanpage-change.up{color:#00d4aa}.mobile-fanpage-change.down{color:#ef4444}.mobile-tracks-list{display:flex;flex-direction:column;gap:4px}.mobile-track-row{display:flex;align-items:center;gap:10px;padding:10px;background:hsla(0,0%,100%,.02);border-radius:8px;text-decoration:none}.mobile-track-rank{font-size:12px;color:hsla(0,0%,100%,.4);min-width:24px}.mobile-track-art{object-fit:cover}.mobile-track-art,.mobile-track-art-placeholder{width:40px;height:40px;border-radius:4px;flex-shrink:0}.mobile-track-art-placeholder{background:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.3)}.mobile-track-info{flex:1;min-width:0}.mobile-track-name{font-size:13px;font-weight:600;color:#fff}.mobile-track-artist,.mobile-track-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-track-artist{font-size:11px;color:hsla(0,0%,100%,.5)}.mobile-track-new{font-size:9px;font-weight:700;padding:2px 6px;background:#00d4aa;color:#000;border-radius:3px;flex-shrink:0}.mobile-sounds-section{margin-bottom:16px}.mobile-sounds-section:last-child{margin-bottom:0}.mobile-sounds-label{font-size:10px;font-weight:600;color:hsla(0,0%,100%,.4);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.mobile-sound-card{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:hsla(0,0%,100%,.02);border-radius:8px;text-decoration:none;margin-bottom:4px}.mobile-sound-card:last-child{margin-bottom:0}.mobile-sound-info{flex:1;min-width:0}.mobile-sound-name{display:block;font-size:13px;font-weight:500;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-sound-creator{display:block;font-size:11px;color:hsla(0,0%,100%,.5)}.mobile-sound-stats{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.mobile-sound-change{font-size:11px;font-weight:600}.mobile-sound-change.up{color:#00d4aa}.mobile-sound-change.down{color:#ef4444}.mobile-roster-list{display:flex;flex-direction:column;gap:6px}.mobile-roster-item{display:flex;align-items:center;gap:10px;padding:10px;background:hsla(0,0%,100%,.02);border-radius:8px}.mobile-roster-badge{font-size:8px;font-weight:700;padding:3px 6px;background:#00d4aa;color:#000;border-radius:3px;flex-shrink:0}.mobile-roster-badge.drop{background:#ef4444;color:#fff}.mobile-roster-content{font-size:13px;color:hsla(0,0%,100%,.7);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-roster-content strong{color:#fff}.mobile-roster-page{padding:calc(env(safe-area-inset-top, 0px) + 16px) 16px 100px;background:#0a0a0a;min-height:100vh}.mobile-roster-header{margin-bottom:16px}.mobile-roster-header h1{font-size:24px;font-weight:600;color:#fff;margin:0}.mobile-roster-search{display:flex;align-items:center;gap:12px;margin-bottom:16px;position:relative}.mobile-roster-search input{flex:1;padding:12px 36px 12px 16px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;color:#fff;font-size:15px;outline:none;transition:border-color .2s,background .2s}.mobile-roster-search input:focus{border-color:hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.08)}.mobile-roster-search input::placeholder{color:hsla(0,0%,100%,.4)}.mobile-search-clear{position:absolute;right:80px;background:hsla(0,0%,100%,.2);color:#fff;width:20px;height:20px;border-radius:50%;font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center}.mobile-roster-count{font-size:13px;color:hsla(0,0%,100%,.5);white-space:nowrap}.mobile-roster-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;background:#0a0a0a}.mobile-roster-card{position:relative;aspect-ratio:1;background:#0a0a0a;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;justify-content:flex-end;border:none;outline:none}.mobile-roster-card:active{transform:scale(.98)}.mobile-roster-card-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}.mobile-roster-card-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;align-items:center;justify-content:center}.mobile-roster-card-initial{font-size:48px;font-weight:700;color:#333}.mobile-roster-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.1) 40%,rgba(0,0,0,.85));pointer-events:none}.mobile-roster-card-content{position:relative;z-index:1;padding:12px 10px;text-align:center}.mobile-roster-card-name{font-size:14px;font-weight:600;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:hsla(0,0%,100%,.4)}.mobile-empty span{font-size:48px;margin-bottom:16px}.mobile-empty p{font-size:15px;margin:0}.mobile-roster-detail{padding-bottom:100px}.mobile-detail-header{gap:12px}.mobile-back-btn{padding:8px 12px;background:hsla(0,0%,100%,.1);border-radius:6px;color:#fff;font-size:13px}.mobile-detail-header h1{font-size:18px;font-weight:700;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-detail-hero{display:flex;align-items:center;gap:16px;margin-bottom:20px}.mobile-detail-avatar{width:72px;height:72px;border-radius:50%;overflow:hidden;background:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;color:hsla(0,0%,100%,.6);flex-shrink:0}.mobile-detail-avatar img{width:100%;height:100%;object-fit:cover}.mobile-detail-info h2{font-size:20px;font-weight:700;margin:0 0 4px}.mobile-cm-link{font-size:13px;color:#00d4aa;text-decoration:none}.mobile-detail-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:24px}.mobile-stat-card{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.08);border-radius:10px;padding:12px}.mobile-stat-card .mobile-stat-label{display:block;font-size:10px;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.mobile-stat-card .mobile-stat-value{display:block;font-size:18px;font-weight:700;color:#fff}.mobile-stat-card .mobile-stat-change{display:block;font-size:11px;margin-top:2px}.mobile-detail-section{margin-bottom:24px}.mobile-detail-section h3{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:hsla(0,0%,100%,.5);margin:0 0 12px}.mobile-sounds-list{display:flex;flex-direction:column;gap:4px}.mobile-sound-item{gap:10px;padding:10px;background:hsla(0,0%,100%,.02);border-radius:8px}.mobile-sound-rank{font-size:12px;color:hsla(0,0%,100%,.4);min-width:20px}.mobile-sound-item .mobile-sound-info{flex:1;min-width:0}.mobile-sound-item .mobile-sound-title{display:block;font-size:13px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-sound-item .mobile-sound-ugc{font-size:12px;color:hsla(0,0%,100%,.5);flex-shrink:0}.mobile-tiktoks-scroll{display:flex;gap:10px;overflow-x:auto;margin:0 -16px;padding:0 16px 8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mobile-tiktoks-scroll::-webkit-scrollbar{display:none}.mobile-tiktok-card{flex-shrink:0;width:100px;position:relative;text-decoration:none}.mobile-tiktok-thumb{width:100px;height:140px;border-radius:8px;object-fit:cover}.mobile-tiktok-placeholder{width:100px;height:140px;border-radius:8px;background:hsla(0,0%,100%,.05);display:flex;align-items:center;justify-content:center;font-size:24px}.mobile-tiktok-views{position:absolute;bottom:6px;left:6px;padding:2px 6px;background:rgba(0,0,0,.7);border-radius:4px;font-size:10px;color:#fff}.mobile-fanpages-list{display:flex;flex-direction:column;gap:6px}.mobile-fanpage-item{display:flex;align-items:center;gap:10px;padding:10px;background:hsla(0,0%,100%,.02);border-radius:8px;text-decoration:none}.mobile-links-grid{display:flex;flex-wrap:wrap;gap:8px}.mobile-link-btn{padding:10px 16px;background:hsla(0,0%,100%,.1);border-radius:8px;color:#fff;font-size:13px;font-weight:500;text-decoration:none;transition:background .2s}.mobile-link-btn:active{background:hsla(0,0%,100%,.15)}.mobile-link-btn.tiktok{background:rgba(254,44,85,.2)}.mobile-link-btn.spotify{background:rgba(30,215,96,.2)}.mobile-link-btn.instagram{background:rgba(225,48,108,.2)}.mobile-link-btn.youtube{background:rgba(255,0,0,.2)}.mobile-deal-dev{padding-bottom:100px}.mobile-tabs{display:flex;gap:4px;padding:0 16px 12px;border-bottom:1px solid hsla(0,0%,100%,.08)}.mobile-tab{flex:1;padding:10px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:hsla(0,0%,100%,.6);font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.mobile-tab.active{background:rgba(0,212,170,.15);border-color:rgba(0,212,170,.3);color:#00d4aa}.mobile-deal-list{padding:16px;display:flex;flex-direction:column;gap:12px}.mobile-deal-card{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:14px}.mobile-deal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.mobile-deal-artist{flex:1;min-width:0}.mobile-deal-name{display:block;font-size:16px;font-weight:600;color:#fff}.mobile-deal-lead{display:block;font-size:12px;color:hsla(0,0%,100%,.5);margin-top:2px}.mobile-deal-meta{text-align:right;flex-shrink:0}.mobile-deal-updated{font-size:11px;color:hsla(0,0%,100%,.4)}.mobile-save-indicator{display:block;margin-top:2px}.mobile-save-indicator.saving{color:hsla(0,0%,100%,.5)}.mobile-save-indicator.saved{color:#00d4aa}.mobile-deal-status-row{margin-bottom:12px}.mobile-status-select{width:100%;padding:10px 12px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.15);border-radius:8px;color:#fff;font-size:14px;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.mobile-deal-notes{margin-bottom:12px}.mobile-notes-input{width:100%;padding:12px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:#fff;font-size:14px;font-family:inherit;resize:vertical;min-height:80px;line-height:1.5}.mobile-notes-input::placeholder{color:hsla(0,0%,100%,.3)}.mobile-notes-input:focus{outline:none;border-color:rgba(0,212,170,.4)}.mobile-details-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 0;background:none;border:none;border-top:1px solid hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.5);font-size:13px;cursor:pointer}.mobile-toggle-icon{font-size:18px}.mobile-deal-details{padding-top:12px;border-top:1px solid hsla(0,0%,100%,.06);margin-top:8px}.mobile-detail-group{margin-bottom:12px}.mobile-detail-group:last-child{margin-bottom:0}.mobile-deal-details .mobile-detail-label{display:block;font-size:10px;color:hsla(0,0%,100%,.4);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.mobile-deal-details .mobile-detail-value{font-size:13px;color:#fff}.mobile-cost-grid{display:flex;flex-wrap:wrap;gap:8px}.mobile-cost-item{font-size:12px;color:hsla(0,0%,100%,.7);background:hsla(0,0%,100%,.04);padding:4px 8px;border-radius:4px}.mobile-status-tags{display:flex;flex-wrap:wrap;gap:6px}.mobile-status-tag{font-size:10px;font-weight:500;padding:4px 8px;background:hsla(0,0%,100%,.08);border-radius:4px;color:hsla(0,0%,100%,.7)}.mobile-status-tag.active{background:rgba(0,212,170,.15);color:#00d4aa}.mobile-contact-list{display:flex;flex-direction:column;gap:4px;font-size:13px;color:hsla(0,0%,100%,.7)}.mobile-detail-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px;padding-top:12px;border-top:1px solid hsla(0,0%,100%,.06)}.mobile-detail-links a{font-size:12px;color:#00d4aa;text-decoration:none}.mobile-settings{padding:calc(env(safe-area-inset-top, 0px) + 16px) 16px 100px}.mobile-settings h1{font-size:24px;font-weight:700;margin:0 0 24px;color:#fff}.mobile-settings-section{margin-bottom:24px}.mobile-settings-section h2{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:hsla(0,0%,100%,.5);margin:0 0 12px}.mobile-settings-card{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;overflow:hidden}.mobile-settings-row{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid hsla(0,0%,100%,.06)}.mobile-settings-row:last-child{border-bottom:none}.mobile-settings-info{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.mobile-settings-label{font-size:15px;color:#fff}.mobile-settings-description{font-size:12px;color:hsla(0,0%,100%,.5)}.mobile-settings-value{font-size:14px;color:hsla(0,0%,100%,.5)}.mobile-settings-badge{font-size:11px;font-weight:600;padding:4px 8px;background:hsla(0,0%,100%,.1);border-radius:4px;color:hsla(0,0%,100%,.5)}.mobile-settings-error{padding:12px 16px;background:rgba(239,68,68,.1);color:#ef4444;font-size:13px;border-top:1px solid rgba(239,68,68,.2)}.mobile-settings-note{padding:12px 16px;background:hsla(0,0%,100%,.02);color:hsla(0,0%,100%,.5);font-size:12px;border-top:1px solid hsla(0,0%,100%,.06)}.mobile-settings-note.warning{background:rgba(251,191,36,.1);color:#a4d2fb}.mobile-toggle{position:relative;width:51px;height:31px;background:hsla(0,0%,100%,.2);border-radius:15.5px;border:none;cursor:pointer;transition:background .2s;flex-shrink:0}.mobile-toggle.active{background:#00d4aa}.mobile-toggle:disabled{opacity:.5;cursor:not-allowed}.mobile-toggle-knob{position:absolute;top:2px;left:2px;width:27px;height:27px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 2px 4px rgba(0,0,0,.2)}.mobile-toggle.active .mobile-toggle-knob{transform:translateX(20px)}.mobile-nav{display:flex;background:hsla(0,0%,4%,.95)}.mobile-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 4px;background:none;border:none;color:hsla(0,0%,100%,.5);font-size:10px;cursor:pointer;transition:color .2s;gap:4px}.mobile-nav-item.active{color:#a4d2fb}.mobile-nav-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.mobile-nav-icon svg{width:22px;height:22px}.mobile-nav-label{font-weight:500}.mobile-splash{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0a0a0a;z-index:1000;animation:mobile-splash-fade .5s ease 1.5s forwards}@keyframes mobile-splash-fade{to{opacity:0;pointer-events:none}}.mobile-splash-logo{width:120px;filter:brightness(0) invert(1)}.mobile-splash-logo,.mobile-splash-logo-text{animation:mobile-splash-pulse 1s ease-in-out infinite}.mobile-splash-logo-text{display:flex;align-items:baseline;gap:3px}.mobile-splash-logo-text .splash-trenches{font-size:32px;font-weight:700;color:#fff;letter-spacing:-1px}.mobile-splash-logo-text .splash-os{font-size:32px;font-weight:700;color:#7cb3d9;letter-spacing:-1px}@keyframes mobile-splash-pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.platform-icon{display:block}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.safe-top{padding-top:env(safe-area-inset-top,0)}.safe-bottom{padding-bottom:env(safe-area-inset-bottom,0)}.mobile-logo-text{display:flex;align-items:baseline;gap:2px;font-weight:700}.mobile-logo-text .logo-trenches{font-size:18px;color:#fff;letter-spacing:-.5px}.mobile-logo-text .logo-os{font-size:18px;color:#7cb3d9;letter-spacing:-.5px}.mobile-stat-header-row{display:flex;align-items:center;padding:0 4px 6px;border-bottom:1px solid hsla(0,0%,100%,.08);margin-bottom:4px}.mobile-stat-header{font-size:9px;color:hsla(0,0%,100%,.35);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.mobile-stat-header:first-child{flex:1}.mobile-stat-header:nth-child(2){width:50px;text-align:right}.mobile-stat-header:nth-child(3){width:55px;text-align:right}.mobile-sounds-header{display:flex;justify-content:space-between;align-items:center;font-size:10px;font-weight:600;color:hsla(0,0%,100%,.4);text-transform:uppercase;letter-spacing:.5px;padding-bottom:6px;border-bottom:1px solid hsla(0,0%,100%,.08);margin-bottom:6px}.mobile-col-label{font-size:9px;color:hsla(0,0%,100%,.35)}.mobile-fanpages-header{display:flex;justify-content:space-between;align-items:center;font-size:10px;font-weight:600;color:hsla(0,0%,100%,.4);text-transform:uppercase;letter-spacing:.5px;padding-bottom:6px;border-bottom:1px solid hsla(0,0%,100%,.08);margin-bottom:6px}.mobile-col-labels{display:flex;gap:16px;font-size:9px;color:hsla(0,0%,100%,.35)}.mobile-fanpage-header-row{display:flex;align-items:center;gap:8px;padding:0 0 8px;border-bottom:1px solid hsla(0,0%,100%,.08);margin-bottom:8px}.mobile-fp-col{font-size:9px;color:hsla(0,0%,100%,.35);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.mobile-fp-col.rank{width:24px}.mobile-fp-col.account{flex:1}.mobile-fp-col.views{width:60px;text-align:right}.mobile-fp-col.chg{width:50px;text-align:right}.mobile-detail-page{background:#0a0a0a;min-height:100vh;padding-bottom:100px}.mobile-detail-header{display:flex;align-items:center;padding:calc(env(safe-area-inset-top, 0px) + 16px) 16px 16px;border-bottom:1px solid hsla(0,0%,100%,.08)}.mobile-back-btn{background:none;border:none;color:#7cb3d9;font-size:14px;font-weight:500;cursor:pointer;padding:8px 0}.mobile-artist-info{display:flex;align-items:center;gap:16px;padding:20px 16px;border-bottom:1px solid hsla(0,0%,100%,.06)}.mobile-artist-meta{flex:1}.mobile-artist-title{font-size:22px;font-weight:700;color:#fff;margin:0 0 6px}.mobile-artist-tag{display:inline-block;font-size:9px;font-weight:600;color:#7cb3d9;background:rgba(124,179,217,.15);padding:3px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.mobile-detail-tabs{display:flex;gap:4px;padding:12px 16px;border-bottom:1px solid hsla(0,0%,100%,.06);overflow-x:auto;-webkit-overflow-scrolling:touch}.mobile-detail-tab{padding:8px 16px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:20px;color:hsla(0,0%,100%,.5);font-size:12px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .15s ease}.mobile-detail-tab.active{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2);color:#fff}.mobile-detail-content{padding:16px}.mobile-stat-section{margin-bottom:24px}.mobile-section-label{font-size:10px;font-weight:600;color:hsla(0,0%,100%,.4);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}.mobile-platform-stat{display:flex;align-items:center;gap:12px;padding:12px;background:hsla(0,0%,100%,.03);border-radius:10px;margin-bottom:8px}.mobile-platform-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center}.mobile-platform-icon.spotify{background:rgba(29,185,84,.15);color:#1db954}.mobile-platform-icon.tiktok{background:hsla(0,0%,100%,.08);color:#fff}.mobile-platform-icon.instagram{background:rgba(228,64,95,.15);color:#e4405f}.mobile-platform-icon.youtube{background:rgba(255,0,0,.15);color:red}.mobile-platform-info{flex:1}.mobile-platform-name{display:block;font-size:11px;color:hsla(0,0%,100%,.5)}.mobile-platform-value{display:block;font-size:18px;font-weight:700;color:#fff}.mobile-platform-change{font-size:12px;font-weight:600;padding:4px 8px;border-radius:6px}.mobile-platform-change.up{color:#4ade80;background:rgba(74,222,128,.1)}.mobile-platform-change.down{color:#ef4444;background:rgba(239,68,68,.1)}.mobile-ugc-stats{display:flex;gap:16px}.mobile-ugc-stat{flex:1;background:hsla(0,0%,100%,.03);border-radius:10px;padding:16px;text-align:center}.mobile-ugc-value{display:block;font-size:22px;font-weight:700;color:#fff}.mobile-ugc-value.up{color:#4ade80}.mobile-ugc-value.down{color:#ef4444}.mobile-ugc-label{display:block;font-size:11px;color:hsla(0,0%,100%,.4);margin-top:4px}.mobile-quick-links{display:flex;gap:8px;flex-wrap:wrap}.mobile-quick-link{display:flex;align-items:center;gap:6px;padding:10px 14px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);border-radius:8px;color:hsla(0,0%,100%,.7);text-decoration:none;font-size:12px;font-weight:500}.mobile-tiktok-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.mobile-tiktok-stat{background:hsla(0,0%,100%,.03);border-radius:10px;padding:14px;text-align:center}.mobile-tiktok-value{display:block;font-size:20px;font-weight:700;color:#fff}.mobile-tiktok-label{display:block;font-size:10px;color:hsla(0,0%,100%,.4);text-transform:uppercase;margin-top:4px}.mobile-sounds-list{background:hsla(0,0%,100%,.02);border-radius:10px;overflow:hidden}.mobile-sound-header-row{display:flex;align-items:center;padding:10px 12px;border-bottom:1px solid hsla(0,0%,100%,.08);font-size:9px;color:hsla(0,0%,100%,.35);text-transform:uppercase;letter-spacing:.5px}.mobile-sound-col-title{flex:1}.mobile-sound-col-ugc{width:60px;text-align:right}.mobile-sound-col-chg{width:50px;text-align:right}.mobile-sound-item{display:flex;align-items:center;padding:12px;border-bottom:1px solid hsla(0,0%,100%,.04);text-decoration:none}.mobile-sound-item:last-child{border-bottom:none}.mobile-sound-item-info{flex:1;min-width:0}.mobile-sound-item-title{display:block;font-size:13px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-sound-item-creator{display:block;font-size:11px;color:hsla(0,0%,100%,.4);margin-top:2px}.mobile-sound-item-ugc{width:60px;text-align:right;font-size:13px;font-weight:600;color:#fff}.mobile-sound-item-chg{width:50px;text-align:right;font-size:12px;font-weight:500}.mobile-sound-item-chg.up{color:#4ade80}.mobile-sound-item-chg.down{color:#ef4444}.mobile-posts-scroll{display:flex;gap:10px;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -16px;padding:0 16px 8px}.mobile-post-card{flex-shrink:0;width:80px;text-decoration:none}.mobile-post-thumb{width:80px;height:107px;border-radius:8px;background:#1a1a1a;overflow:hidden;margin-bottom:6px}.mobile-post-thumb img{width:100%;height:100%;object-fit:cover}.mobile-post-thumb span{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:24px}.mobile-post-stats{text-align:center}.mobile-post-views{display:block;font-size:12px;font-weight:600;color:#fff}.mobile-post-eng{display:block;font-size:10px;color:hsla(0,0%,100%,.4)}.mobile-fanpages-detail{display:flex;flex-direction:column;gap:12px}.mobile-fanpage-detail-card{background:hsla(0,0%,100%,.03);border-radius:12px;padding:14px;text-decoration:none}.mobile-fanpage-detail-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.mobile-fanpage-detail-info{flex:1}.mobile-fanpage-detail-name{display:block;font-size:14px;font-weight:600;color:#fff}.mobile-fanpage-detail-followers{display:block;font-size:11px;color:hsla(0,0%,100%,.4);margin-top:2px}.mobile-fanpage-tier{padding:4px 8px;background:rgba(124,179,217,.15);color:#7cb3d9;font-size:10px;font-weight:600;border-radius:4px}.mobile-fanpage-detail-stats{display:flex;gap:16px}.mobile-fanpage-detail-stat{flex:1;text-align:center}.mobile-fp-stat-label{display:block;font-size:9px;color:hsla(0,0%,100%,.35);text-transform:uppercase;margin-bottom:4px}.mobile-fp-stat-value{font-size:14px;font-weight:600;color:#fff}.mobile-deal-search{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid hsla(0,0%,100%,.06)}.mobile-deal-search input{flex:1;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;padding:10px 14px;color:#fff;font-size:14px;outline:none}.mobile-deal-search input::placeholder{color:hsla(0,0%,100%,.3)}.mobile-deal-checklist{display:flex;flex-wrap:wrap;gap:6px;padding:12px 0}.mobile-check-item{display:flex;align-items:center;gap:4px;padding:4px 8px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:6px;font-size:10px;color:hsla(0,0%,100%,.4)}.mobile-check-item.done{background:rgba(74,222,128,.1);border-color:rgba(74,222,128,.2);color:#4ade80}.mobile-check-icon{font-size:10px}.mobile-check-label{font-weight:500}.mobile-deal-progress{display:flex;align-items:center;gap:8px}.mobile-progress-bar{width:50px;height:4px;background:hsla(0,0%,100%,.1);border-radius:2px;overflow:hidden}.mobile-progress-fill{height:100%;background:#4ade80;border-radius:2px;transition:width .3s ease}.mobile-progress-text{font-size:10px;color:hsla(0,0%,100%,.4);font-weight:500}.mobile-notes-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.mobile-notes-label{font-size:10px;font-weight:600;color:hsla(0,0%,100%,.4);text-transform:uppercase;letter-spacing:.5px}.mobile-save-indicator{font-size:10px;padding:2px 6px;border-radius:4px}.mobile-save-indicator.saving{color:#f59e0b;background:rgba(245,158,11,.1)}.mobile-save-indicator.saved{color:#4ade80;background:rgba(74,222,128,.1)}.mobile-save-indicator.error{color:#ef4444;background:rgba(239,68,68,.1)}.mobile-deal-updated{font-size:10px;color:hsla(0,0%,100%,.3);padding:8px 0}@media (min-width:769px){.mobile-app,.mobile-nav,.mobile-splash{display:none!important}}.mobile-tiktok-summary{padding:0 16px;margin-bottom:20px}.mobile-tiktok-row{display:flex;align-items:baseline;gap:12px;padding:10px 0;border-bottom:1px solid hsla(0,0%,100%,.05)}.mobile-tiktok-row:last-child{border-bottom:none}.mobile-tiktok-label-inline{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:hsla(0,0%,100%,.4);min-width:65px;flex-shrink:0}.mobile-tiktok-metrics{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:13px;color:hsla(0,0%,100%,.8)}.mobile-metric-dot{color:hsla(0,0%,100%,.2)}.mobile-sounds-sparkline-list{display:flex;flex-direction:column;gap:4px}.mobile-sound-sparkline-item{display:flex;flex-direction:column;padding:12px 14px;background:hsla(0,0%,100%,.03);border-radius:10px;text-decoration:none;transition:background .15s ease}.mobile-sound-sparkline-item:active{background:hsla(0,0%,100%,.06)}.mobile-sound-sparkline-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:6px}.mobile-sound-sparkline-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.mobile-sound-sparkline-title{font-size:13px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-sound-sparkline-creator{font-size:11px;color:hsla(0,0%,100%,.4)}.mobile-sound-sparkline-stats{display:flex;align-items:center;gap:10px;flex-shrink:0}.mobile-sound-sparkline-ugc{font-size:14px;font-weight:600;color:#fff;font-variant-numeric:tabular-nums}.mobile-sound-sparkline-chg{font-size:12px;font-weight:500;font-variant-numeric:tabular-nums}.mobile-sound-sparkline-chg.up{color:#4ade80}.mobile-sound-sparkline-chg.down{color:#f87171}.mobile-sound-sparkline-chart{width:100%;height:28px;margin-top:2px}.mobile-watchlist-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid hsla(0,0%,100%,.05)}.mobile-watchlist-header h1{font-size:18px;font-weight:600;color:#fff;margin:0}.mobile-add-btn{width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.1);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.mobile-add-btn:active{background:hsla(0,0%,100%,.15)}.mobile-watchlist-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.mobile-empty-icon{font-size:48px;margin-bottom:16px}.mobile-watchlist-empty p{color:#666;font-size:14px;margin:0 0 20px}.mobile-add-first-btn{padding:12px 24px;background:#fff;border:none;border-radius:8px;color:#000;font-size:14px;font-weight:600;cursor:pointer}.mobile-watchlist-list{padding:12px;display:flex;flex-direction:column;gap:8px}.mobile-watchlist-card{display:flex;align-items:center;gap:12px;padding:12px;background:hsla(0,0%,100%,.03);border-radius:12px}.mobile-watchlist-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.mobile-watchlist-name{font-size:15px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-watchlist-handle{font-size:12px;color:hsla(0,0%,100%,.4)}.mobile-watchlist-stats{display:flex;gap:12px;margin-top:4px}.mobile-watchlist-stat{display:flex;align-items:center;gap:4px;font-size:11px;color:hsla(0,0%,100%,.5)}.mobile-watchlist-stat svg{opacity:.6}.mobile-watchlist-remove{width:32px;height:32px;border-radius:50%;background:hsla(0,0%,100%,.05);border:none;color:#666;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.mobile-watchlist-remove:active{background:rgba(239,68,68,.2);color:#ef4444}.mobile-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:1000;display:flex;align-items:flex-end}.mobile-modal{width:100%;max-height:85vh;background:#111;border-radius:16px 16px 0 0;display:flex;flex-direction:column;animation:slideUp .25s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid hsla(0,0%,100%,.05)}.mobile-modal-header h2{font-size:16px;font-weight:600;color:#fff;margin:0}.mobile-modal-close{width:32px;height:32px;border-radius:50%;background:hsla(0,0%,100%,.1);border:none;color:#888;display:flex;align-items:center;justify-content:center;cursor:pointer}.mobile-search-input-wrapper{display:flex;align-items:center;gap:10px;padding:12px 16px;margin:12px 16px;background:hsla(0,0%,100%,.05);border-radius:10px;border:1px solid hsla(0,0%,100%,.08)}.mobile-search-input-wrapper svg{color:#666;flex-shrink:0}.mobile-search-input-wrapper input{flex:1;background:none;border:none;color:#fff;font-size:15px;outline:none}.mobile-search-input-wrapper input::placeholder{color:#555}.mobile-search-clear{background:none;border:none;color:#666;font-size:18px;cursor:pointer;padding:4px 8px}.mobile-search-results{flex:1;overflow-y:auto;padding:0 16px 16px;min-height:200px;max-height:50vh}.mobile-no-results,.mobile-search-hint,.mobile-search-loading{padding:40px 20px;text-align:center;color:#555;font-size:14px}.mobile-search-result{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid hsla(0,0%,100%,.05)}.mobile-search-result:last-child{border-bottom:none}.mobile-search-result-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.mobile-search-result-name{font-size:14px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-search-result-handle{font-size:12px;color:hsla(0,0%,100%,.4)}.mobile-add-result-btn{width:32px;height:32px;border-radius:50%;background:#fff;border:none;color:#000;font-size:18px;font-weight:600;cursor:pointer;flex-shrink:0}.mobile-add-result-btn:disabled{opacity:.5}.mobile-already-added{font-size:11px;color:#4ade80;padding:4px 10px;background:rgba(74,222,128,.1);border-radius:4px}.mobile-watchlist-page{min-height:100vh;background:#0a0a0a;padding-bottom:80px}.mw-header{padding:16px;border-bottom:1px solid hsla(0,0%,100%,.05)}.mw-header h1{font-size:18px;font-weight:600;color:#fff}.mw-add-btn{width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.1);color:#fff;display:flex;align-items:center;justify-content:center}.mw-priority-count{display:inline-block;margin-top:6px;font-size:12px}.mw-search-bar{display:flex;align-items:center;gap:10px;padding:10px 14px;margin:12px;background:hsla(0,0%,100%,.05);border-radius:10px;border:1px solid hsla(0,0%,100%,.08)}.mw-search-bar svg{color:#666;flex-shrink:0}.mw-search-bar input{flex:1;background:none;border:none;color:#fff;font-size:14px;outline:none}.mw-search-bar input::placeholder{color:#555}.mw-search-clear{background:none;border:none;color:#666;font-size:18px;cursor:pointer;padding:0 4px}.mw-error,.mw-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:#888}.mw-spinner{width:32px;height:32px;border:2px solid hsla(0,0%,100%,.1);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:12px}@keyframes spin{to{transform:rotate(1turn)}}.mw-error span{font-size:32px;margin-bottom:12px}.mw-error button{margin-top:12px;padding:8px 16px;background:#fff;border:none;border-radius:6px;color:#000;font-size:14px;cursor:pointer}.mw-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.mw-empty-icon{font-size:48px;margin-bottom:16px}.mw-empty p{color:#666;font-size:14px;margin:0 0 20px}.mw-empty-btn{padding:12px 24px;background:#fff;border:none;border-radius:8px;color:#000;font-size:14px;font-weight:600;cursor:pointer}.mw-list{padding:8px 12px;display:flex;flex-direction:column;gap:8px}.mw-card{background:hsla(0,0%,100%,.03);border-radius:12px;overflow:hidden}.mw-card.priority{background:rgba(251,191,36,.08);border:1px solid rgba(251,191,36,.2)}.mw-card-main{display:flex;align-items:center;gap:10px;padding:12px;cursor:pointer}.mw-star-btn{background:none;border:none;color:#555;cursor:pointer;padding:4px;flex-shrink:0}.mw-card-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.mw-card-name{font-size:14px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mw-card-followers{font-size:11px;color:hsla(0,0%,100%,.4)}.mw-card-stats{flex-direction:column;align-items:flex-end;gap:2px}.mw-stat-change{font-size:11px}.mw-stat-change.negative{color:#f87171}.mw-loading-text{font-size:12px;color:#666}.mw-expand-icon{color:#555;flex-shrink:0}.mw-card-expanded{padding:0 12px 12px;border-top:1px solid hsla(0,0%,100%,.05)}.mw-metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:12px 0}.mw-metric{display:flex;flex-direction:column;gap:2px;padding:8px;background:hsla(0,0%,100%,.03);border-radius:8px}.mw-metric-label{font-size:10px;color:#666;text-transform:uppercase}.mw-metric-value{font-size:14px;font-weight:600;color:#fff}.mw-metric-value.positive{color:#4ade80}.mw-metric-value.negative{color:#f87171}.mw-tiktok-link{display:flex;align-items:center;gap:6px;padding:10px 12px;background:hsla(0,0%,100%,.05);border-radius:8px;color:#fff;font-size:13px;text-decoration:none;margin-bottom:12px}.mw-demos-section{padding-top:12px;border-top:1px solid hsla(0,0%,100%,.05)}.mw-demos-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.mw-demos-header span{font-size:12px;color:#888;font-weight:500}.mw-add-demo-btn{background:none;border:none;color:#3b82f6;font-size:12px;cursor:pointer}.mw-demos-list{display:flex;flex-direction:column;gap:6px}.mw-demo-item{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;background:hsla(0,0%,100%,.03);border-radius:6px}.mw-demo-link,.mw-demo-title{font-size:13px;color:#fff;text-decoration:none;display:flex;align-items:center;gap:6px}.mw-demo-delete{background:none;border:none;color:#666;font-size:16px;cursor:pointer;padding:4px 8px}.mw-demos-empty{font-size:12px;color:#555;padding:8px 0}.mw-card-actions{padding-top:12px;border-top:1px solid hsla(0,0%,100%,.05);margin-top:12px}.mw-delete-btn{display:flex;align-items:center;gap:6px;background:none;border:none;color:#666;font-size:12px;cursor:pointer;padding:8px 12px;border-radius:6px}.mw-delete-btn:active{background:rgba(239,68,68,.1);color:#f87171}.mw-delete-confirm{display:flex;align-items:center;gap:12px;font-size:13px;color:#888}.mw-confirm-no,.mw-confirm-yes{padding:6px 12px;border:none;border-radius:6px;font-size:12px;cursor:pointer}.mw-confirm-yes{background:#ef4444;color:#fff}.mw-confirm-no{background:hsla(0,0%,100%,.1);color:#fff}.mw-count{text-align:center;color:#555;font-size:12px;padding:16px 0}.mw-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:1000;display:flex;align-items:flex-end}.mw-modal{width:100%;max-height:85vh;background:#111;border-radius:16px 16px 0 0;display:flex;flex-direction:column;animation:mwSlideUp .25s ease}@keyframes mwSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mw-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid hsla(0,0%,100%,.05)}.mw-modal-header h2{font-size:16px;font-weight:600;color:#fff;margin:0}.mw-modal-close{width:32px;height:32px;border-radius:50%;background:hsla(0,0%,100%,.1);border:none;color:#888;display:flex;align-items:center;justify-content:center;cursor:pointer}.mw-search-input-wrap{display:flex;align-items:center;gap:10px;padding:12px 14px;margin:12px 16px;background:hsla(0,0%,100%,.05);border-radius:10px;border:1px solid hsla(0,0%,100%,.08)}.mw-search-input-wrap svg{color:#666;flex-shrink:0}.mw-search-input-wrap input{flex:1;background:none;border:none;color:#fff;font-size:15px;outline:none}.mw-search-input-wrap input::placeholder{color:#555}.mw-search-results{flex:1;overflow-y:auto;padding:0 16px 16px;min-height:200px;max-height:50vh}.mw-search-status{padding:40px 20px;text-align:center;color:#555;font-size:14px}.mw-search-result{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid hsla(0,0%,100%,.05)}.mw-search-result:last-child{border-bottom:none}.mw-search-result-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.mw-search-result-name{font-size:14px;font-weight:500;color:#fff;display:flex;align-items:center;gap:4px}.mw-verified{font-size:12px}.mw-search-result-handle{font-size:12px;color:hsla(0,0%,100%,.4)}.mw-search-result-followers{font-size:11px;color:hsla(0,0%,100%,.3)}.mw-search-result-actions{display:flex;gap:6px}.mw-add-btn-sm{padding:6px 14px;background:#fff;border:none;border-radius:6px;color:#000;font-size:12px;font-weight:600;cursor:pointer}.mw-add-btn-sm:disabled{opacity:.5}.mw-add-star-btn{background:rgba(251,191,36,.15)}.mw-add-star-btn:disabled{opacity:.5}.mw-already-added{font-size:11px;color:#4ade80;padding:4px 10px;background:rgba(74,222,128,.1);border-radius:4px}.mw-demo-form{padding:16px;display:flex;flex-direction:column;gap:12px}.mw-demo-mode-toggle{display:flex;gap:8px}.mw-mode-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:#888;font-size:13px;cursor:pointer}.mw-mode-btn.active{background:rgba(59,130,246,.15);border-color:rgba(59,130,246,.3);color:#3b82f6}.mw-input{padding:12px 14px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:#fff;font-size:14px;outline:none}.mw-input:focus{border-color:hsla(0,0%,100%,.2)}.mw-input::placeholder{color:#555}.mw-file-input{position:relative}.mw-file-input input{display:none}.mw-file-input label{display:block;padding:12px 14px;background:hsla(0,0%,100%,.05);border:1px dashed hsla(0,0%,100%,.2);border-radius:8px;color:#888;font-size:14px;text-align:center;cursor:pointer}.mw-demo-form-actions{display:flex;gap:12px;padding-top:8px}.mw-btn-secondary{background:hsla(0,0%,100%,.1)}.mw-btn-primary,.mw-btn-secondary{flex:1;padding:12px;border:none;border-radius:8px;color:#fff;font-size:14px;cursor:pointer}.mw-btn-primary{background:#3b82f6;font-weight:600}.mw-btn-primary:disabled{opacity:.5}.mw-card.priority{background:rgba(164,210,251,.08)!important;border:1px solid rgba(164,210,251,.2)!important}.mw-add-star-btn,.mw-priority-count,.mw-star-btn.active{color:#a4d2fb!important}.mw-add-star-btn{background:rgba(164,210,251,.15)!important}.mw-mode-btn.active,.mw-verified{color:#a4d2fb!important}.mw-mode-btn.active{background:rgba(164,210,251,.15)!important;border-color:rgba(164,210,251,.3)!important}.mw-btn-primary{background:#a4d2fb!important;color:#000!important}.mw-add-demo-btn{color:#a4d2fb!important}.mobile-detail-tab.external{display:flex;align-items:center;gap:4px}.mobile-detail-tab.external svg{opacity:.7}.mobile-ar-content{display:flex;flex-direction:column;gap:16px}.mobile-ar-section{background:hsla(0,0%,100%,.03);border-radius:12px;padding:16px;border:1px solid hsla(0,0%,100%,.06)}.mobile-ar-section-title{font-size:11px;color:#666;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-weight:600}.mobile-ar-financials{display:flex;flex-direction:column;gap:12px}.mobile-ar-fin-row{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.mobile-ar-fin-item{display:flex;flex-direction:column;align-items:center;gap:2px;flex:1;min-width:70px}.mobile-ar-fin-label{font-size:10px;color:#555;text-transform:uppercase}.mobile-ar-fin-value{font-size:14px;font-weight:600;color:#fff}.mobile-ar-fin-value.highlight{color:#4ade80;font-size:16px}.mobile-ar-fin-plus{color:#444;font-size:14px;font-weight:300}.mobile-ar-fin-total{display:flex;flex-direction:column;align-items:center;gap:4px;padding-top:12px;border-top:1px solid hsla(0,0%,100%,.06)}.mobile-ar-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mobile-ar-field{display:flex;flex-direction:column;gap:2px}.mobile-ar-field-label{font-size:10px;color:#555;text-transform:uppercase}.mobile-ar-field-value{font-size:13px;color:#fff;font-weight:500}.mw-card.priority{background:rgba(164,210,251,.08);border:1px solid rgba(164,210,251,.2)}.mw-priority-count,.mw-star-btn.active{color:#a4d2fb}.mw-header-add-btn{width:36px;height:36px;border-radius:50%}.mw-column-headers{margin:0 12px;color:#666;border-bottom:1px solid hsla(0,0%,100%,.05)}.mw-col-wow{margin-right:24px}.mw-card-stats{gap:12px;margin-right:4px}.mw-stat-col{gap:1px}.mw-stat-col .mw-stat-label{display:none}.mw-stat-change{color:#888}.mw-info-section{padding:12px 0;border-bottom:1px solid hsla(0,0%,100%,.05);margin-bottom:12px}.mw-info-header{font-size:11px;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-weight:600}.mw-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mw-notes-field{margin-top:10px}.mw-editable-field{display:flex;flex-direction:column;gap:4px}.mw-field-label{font-size:10px;color:#555;text-transform:uppercase;letter-spacing:.3px}.mw-field-value{font-size:13px;color:#fff;padding:6px 8px;background:hsla(0,0%,100%,.03);border-radius:6px;border:1px solid transparent;min-height:32px;display:flex;align-items:center}.mw-field-value.empty{color:#444;font-style:italic}.mw-field-input{font-size:13px;color:#fff;padding:6px 8px;background:hsla(0,0%,100%,.05);border:1px solid rgba(164,210,251,.3);border-radius:6px;outline:none;width:100%}.mw-field-input:focus{border-color:#a4d2fb;background:rgba(164,210,251,.05)}.mw-field-input::placeholder{color:#444}.mw-verified{color:#a4d2fb}.mw-mode-btn.active{background:rgba(164,210,251,.15);border-color:rgba(164,210,251,.3);color:#a4d2fb}.mw-btn-primary{background:#a4d2fb;color:#000}.mw-add-demo-btn{color:#a4d2fb}.mw-tiktok-link{border:1px solid rgba(164,210,251,.2)}.mw-tiktok-link:active{background:rgba(164,210,251,.1)}.mw-add-star-btn{width:32px;height:32px;background:rgba(164,210,251,.15);border:none;border-radius:6px;color:#a4d2fb;font-size:14px;cursor:pointer}.mobile-app{padding-bottom:env(safe-area-inset-bottom,0);min-height:100vh;min-height:100dvh}.mobile-detail-page,.mobile-home-page,.mobile-roster-page,.mobile-watchlist-page{padding-top:max(16px,env(safe-area-inset-top,16px))}.mw-header{padding:max(16px,env(safe-area-inset-top,16px)) 16px 12px;position:sticky;top:0;background:#0a0a0a;z-index:10}.mw-header-top{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px}.mw-header h1{font-size:24px;font-weight:700;margin:0;white-space:nowrap}.calendar-mobile-header,.mobile-calendar-header{padding:max(16px,env(safe-area-inset-top,16px)) 16px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:56px;position:sticky;top:0;background:#0a0a0a;z-index:100}.calendar-back-btn,.mobile-back-btn{display:flex;align-items:center;gap:4px;padding:8px 12px;background:hsla(0,0%,100%,.08);border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;flex-shrink:0}.calendar-back-btn:active,.mobile-back-btn:active{background:hsla(0,0%,100%,.15)}.mobile-detail-header{padding:max(16px,env(safe-area-inset-top,16px)) 16px 12px;position:sticky;top:0;background:#0a0a0a;z-index:10}.mw-card-trend{width:60px;height:24px;flex-shrink:0;margin-left:8px}.mw-trend-sparkline{width:100%;height:100%}.mw-card-stats{display:flex;align-items:center;gap:8px;margin-left:auto}.mw-stat-col{display:flex;flex-direction:column;align-items:flex-end;min-width:50px}.mw-stat-label{font-size:9px;color:#555;text-transform:uppercase;letter-spacing:.3px}.mw-stat-main{font-size:14px;font-weight:600;color:#fff}.mw-stat-change{font-size:12px;font-weight:600}.mw-stat-change.positive{color:#4ade80}.mw-stat-change.negative{color:#ef4444}.mw-column-headers{display:flex;align-items:center;padding:8px 16px;font-size:10px;color:#555;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #1a1a1a;gap:8px}.mw-col-artist{flex:1;padding-left:60px}.mw-col-views{width:70px;text-align:right}.mw-col-wow{width:50px;text-align:right}.mw-col-trend{width:60px;text-align:center}.mobile-app{padding-top:env(safe-area-inset-top,0)}.calendar-mobile-header,.mobile-detail-header,.mw-header{padding-top:max(16px,env(safe-area-inset-top,16px))}.mobile-deal-dev,.mobile-home,.mobile-roster-page,.mobile-settings,.mobile-watchlist-page{padding-top:0!important}.mobile-roster-header,.mobile-roster-page .mobile-roster-header{padding:calc(env(safe-area-inset-top, 0px) + 8px) 16px 8px!important;margin-bottom:8px!important;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:#0a0a0a;z-index:10}.mobile-roster-header h1,.mobile-roster-page .mobile-roster-header h1{font-size:18px!important;font-weight:600!important;margin:0!important}.mobile-watchlist-page .mw-header,.mw-header{padding:calc(env(safe-area-inset-top, 0px) + 8px) 16px 8px!important;border-bottom:1px solid hsla(0,0%,100%,.05);position:sticky;top:0;background:#0a0a0a;z-index:10}.mobile-watchlist-page .mw-header-top,.mw-header-top{display:flex;align-items:center;justify-content:space-between;width:100%}.mobile-watchlist-page .mw-header h1,.mw-header h1{font-size:18px!important;font-weight:600!important;margin:0!important}.mw-header-add-btn{width:32px;height:32px;border-radius:8px;background:rgba(164,210,251,.15);border:none;color:#a4d2fb;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.mw-header-add-btn:active{background:rgba(164,210,251,.25)}.mobile-deal-dev .mobile-header,.mobile-deal-dev .mobile-header h1{font-size:18px!important}.mobile-nav{position:fixed;bottom:0;left:0;right:0;background:hsla(0,0%,4%,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid hsla(0,0%,100%,.1);padding-bottom:env(safe-area-inset-bottom,0);z-index:100;transform:translateZ(0)}.mw-header{padding:calc(env(safe-area-inset-top, 0px) + 6px) 16px 8px!important}.mw-header-top{min-height:36px}.mw-header h1{font-size:18px!important}.mw-add-screen{position:fixed;inset:0;background:#0a0a0a;z-index:200;display:flex;flex-direction:column;padding-top:env(safe-area-inset-top,0)}.mw-add-header{gap:12px;padding:8px 16px;border-bottom:1px solid hsla(0,0%,100%,.06)}.mw-add-header,.mw-back-btn{display:flex;align-items:center}.mw-back-btn{width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.08);border:none;color:#fff;justify-content:center;cursor:pointer;flex-shrink:0}.mw-back-btn:active{background:hsla(0,0%,100%,.15)}.mw-add-header h1{font-size:18px;font-weight:600;color:#fff;margin:0}.mw-add-search{display:flex;align-items:center;gap:12px;padding:10px 14px;margin:8px 16px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:12px}.mw-add-search svg{color:#666;flex-shrink:0}.mw-add-search input{flex:1;background:none;border:none;color:#fff;font-size:16px;outline:none}.mw-add-search input::placeholder{color:#555}.mw-add-results{flex:1;overflow-y:auto;padding:0 16px calc(env(safe-area-inset-bottom, 0) + 20px)}.mw-add-loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:40px 20px;color:#888;font-size:14px}.mw-add-hint{text-align:center;padding:40px 20px}.mw-add-hint p{color:#666;font-size:15px;margin:0}.mw-add-empty{text-align:center;padding:40px 20px}.mw-add-empty p{color:#888;font-size:15px;margin:0 0 8px}.mw-add-empty span{color:#555;font-size:13px}.mw-add-list{display:flex;flex-direction:column;gap:4px}.mw-add-item{display:flex;align-items:center;gap:12px;padding:12px;background:hsla(0,0%,100%,.03);border-radius:12px}.mw-add-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.mw-add-item-name{font-size:15px;font-weight:500;color:#fff;display:flex;align-items:center;gap:6px}.mw-add-item-handle{font-size:13px;color:hsla(0,0%,100%,.5)}.mw-add-item-followers{font-size:12px;color:hsla(0,0%,100%,.35)}.mw-add-item-added{font-size:12px;color:#4ade80;background:rgba(74,222,128,.1);padding:6px 12px;border-radius:6px}.mw-add-item-actions{display:flex;gap:8px}.mw-add-btn{padding:8px 18px;background:#fff;border:none;border-radius:8px;color:#000;font-size:14px;font-weight:600;cursor:pointer}.mw-add-btn:active{background:#ddd}.mw-add-star{width:40px;height:40px;background:rgba(164,210,251,.15);border:none;border-radius:8px;color:#a4d2fb;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.mw-add-star:active{background:rgba(164,210,251,.25)}.mw-spinner-small{width:20px;height:20px;border:2px solid hsla(0,0%,100%,.1);border-top-color:#fff;border-radius:50%;animation:mw-spin .8s linear infinite}@keyframes mw-spin{to{transform:rotate(1turn)}}.mw-verified{color:#3b82f6;font-size:14px}.mobile-app{padding-top:0!important}.mobile-header{padding:calc(env(safe-area-inset-top, 0px) + 10px) 16px 10px!important}.mobile-header h1,.mobile-logo-text,.mobile-logo-text .logo-os,.mobile-logo-text .logo-trenches{font-size:18px!important}.mobile-home{padding-top:0!important}.mobile-section-header{padding:12px 16px!important}.mobile-section-content{padding:0 16px 12px!important}.mobile-nav{position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:9999!important;background:#0a0a0a!important}.mobile-settings{padding-top:calc(env(safe-area-inset-top, 0px) + 8px)!important}.mobile-settings h1{font-size:18px!important;margin-bottom:16px!important}.mobile-detail-header-combined{display:flex;align-items:center;gap:12px;padding:calc(env(safe-area-inset-top, 0px) + 10px) 16px 10px;border-bottom:1px solid hsla(0,0%,100%,.06);position:sticky;top:0;background:#0a0a0a;z-index:10}.mobile-detail-header-combined .mobile-back-btn{width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.08);border:none;border-radius:8px;color:#fff;font-size:16px;flex-shrink:0}.mobile-detail-header-combined .mobile-artist-meta{flex:1;min-width:0}.mobile-detail-header-combined .mobile-artist-title{font-size:16px;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-detail-header-combined .mobile-artist-tag{font-size:8px}.mobile-detail-page .mobile-artist-info{display:none}.mobile-find-time{font-size:11px;color:var(--text-dim)}.mobile-find-eng{color:#a4d2fb}.mobile-stories-list{display:flex;flex-direction:column;gap:10px}.mobile-story-card{display:flex;gap:12px;background:var(--bg-primary);border-radius:8px;overflow:hidden;border:1px solid var(--border-color)}.mobile-story-img{width:80px;height:80px;object-fit:cover;flex-shrink:0}.mobile-story-body{padding:10px;flex:1;min-width:0}.mobile-story-tag{font-size:9px;font-weight:700;letter-spacing:1px;color:var(--accent-yellow,#f59e0b);text-transform:uppercase;display:block;margin-bottom:4px}.mobile-story-headline{font-size:13px;color:var(--text-primary);line-height:1.4;margin:0 0 4px}.mobile-story-metric{font-size:14px;font-weight:700;color:var(--accent-yellow,#f59e0b);font-family:monospace}.mobile-sound-stats-pair{display:flex;gap:8px;align-items:center;flex-shrink:0}.mobile-sound-stats-pair .mobile-sound-change,.mobile-sound-stats-pair .mobile-sound-ugc{min-width:44px;text-align:right}.mobile-artist-fp-values{display:flex;gap:8px;align-items:center}.mobile-artist-fp-change{font-size:11px;font-weight:500;min-width:44px;text-align:right}.mobile-artist-fp-change.up{color:var(--accent-green)}.mobile-artist-fp-change.down{color:var(--accent-red)}.mobile-artist-fp-views{font-size:12px;color:var(--text-muted);min-width:44px;text-align:right}.mobile-finds-date-group{margin-bottom:16px}.mobile-finds-date-header{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;color:var(--text-primary);padding-bottom:8px;border-bottom:1px solid var(--border-light);margin-bottom:10px}.mobile-finds-date-count{font-size:11px;font-weight:400;color:var(--text-dim)}.mobile-finds-controls{display:flex;gap:10px;margin-top:8px}.mobile-finds-control-btn{padding:8px 16px;background:transparent;border:1px solid var(--border-light);border-radius:6px;color:var(--text-muted);font-size:12px;cursor:pointer}.mobile-finds-control-btn.collapse{color:var(--text-dim)}.mobile-fanpage-podium{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}.mobile-podium-card{display:flex;flex-direction:column;align-items:center;padding:10px 6px;background:var(--bg-primary);border:1px solid var(--border-light);border-radius:8px;text-decoration:none;color:inherit;gap:4px}.mobile-podium-rank{font-size:11px;font-weight:700;color:var(--text-dim)}.mobile-podium-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;border:2px solid var(--border-light);position:relative}.mobile-podium-avatar img{width:100%;height:100%;object-fit:cover}.mobile-podium-avatar-placeholder{width:100%;height:100%;background:var(--border-color);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:var(--text-dim)}.mobile-podium-user{font-size:10px;font-weight:600;color:var(--text-primary);text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-podium-growth{font-size:14px;font-weight:700;font-family:monospace}.mobile-podium-growth.up{color:var(--accent-green)}.mobile-podium-growth.down{color:var(--accent-red)}.mobile-podium-total{font-size:11px;color:var(--text-muted);font-family:monospace}.mobile-podium-label{font-size:9px;color:var(--text-dim);text-transform:uppercase;letter-spacing:.5px}.mobile-roster-date{font-size:11px;color:var(--text-dim);margin-left:auto;flex-shrink:0}.disc-page{background:#0a0a0a;min-height:100vh;padding-bottom:calc(env(safe-area-inset-bottom, 0px) + 80px)}.disc-header{position:sticky;top:0;z-index:20;background:#0a0a0a;border-bottom:1px solid hsla(0,0%,100%,.08);padding:calc(env(safe-area-inset-top, 0px) + 10px) 16px 12px}.disc-title{font-size:18px;font-weight:700;color:#fff;margin:0 0 10px;letter-spacing:-.3px}.disc-tabs{gap:4px;padding-bottom:4px;padding-left:16px;padding-right:16px;display:flex;gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 16px 8px;margin:0 -16px}.disc-tabs::-webkit-scrollbar{display:none}.disc-tab{white-space:nowrap;flex-shrink:0;padding:7px 14px;font-size:12px;font-weight:500;border-radius:20px;border:none;background:hsla(0,0%,100%,.04);color:hsla(0,0%,100%,.4);cursor:pointer;transition:all .15s ease}.disc-tab.disc-on{background:hsla(0,0%,100%,.1);color:#fff;font-weight:600}.disc-body{padding:12px 16px 0}.disc-toolbar{display:flex;align-items:center;gap:7px;margin-bottom:8px}.disc-search{flex:1;min-width:0;height:36px;padding:0 11px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:#fff;font-size:13px;outline:none;font-family:inherit}.disc-search::placeholder{color:hsla(0,0%,100%,.3)}.disc-search:focus{border-color:rgba(124,179,217,.5)}.disc-icon-btn{width:36px;height:36px;flex-shrink:0;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:hsla(0,0%,100%,.4);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.disc-icon-btn.disc-on{background:rgba(124,179,217,.15);border-color:rgba(124,179,217,.35);color:#7cb3d9}.disc-ar-btn{display:flex;align-items:center;height:36px;padding:0 10px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:hsla(0,0%,100%,.4);font-size:12px;font-weight:500;white-space:nowrap;cursor:pointer;flex-shrink:0;font-family:inherit}.disc-ar-btn.disc-on{background:rgba(124,179,217,.15);border-color:rgba(124,179,217,.35);color:#7cb3d9}.disc-ar-picker{background:#111;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;overflow:hidden;max-height:180px;overflow-y:auto;margin-bottom:8px}.disc-ar-item{display:block;width:100%;padding:10px 14px;background:none;border:none;border-bottom:1px solid hsla(0,0%,100%,.05);color:hsla(0,0%,100%,.6);font-size:13px;text-align:left;cursor:pointer;font-family:inherit}.disc-ar-item:last-child{border-bottom:none}.disc-ar-item:active{background:hsla(0,0%,100%,.04)}.disc-ar-item.disc-on{color:#7cb3d9;font-weight:600}.disc-drawer{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:8px;padding:12px;margin-bottom:8px;gap:12px}.disc-drawer,.disc-section{display:flex;flex-direction:column}.disc-section{gap:6px}.disc-section-label{font-size:10px;font-weight:700;letter-spacing:.7px;text-transform:uppercase;color:hsla(0,0%,100%,.3)}.disc-pills{display:flex;flex-wrap:wrap;gap:5px}.disc-pill{padding:5px 10px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:6px;color:hsla(0,0%,100%,.5);font-size:12px;cursor:pointer;white-space:nowrap;font-family:inherit;transition:all .12s}.disc-pill.disc-on{background:rgba(124,179,217,.15);border-color:rgba(124,179,217,.35);color:#7cb3d9;font-weight:500}.disc-list{display:flex;flex-direction:column}.disc-post-row{display:flex;align-items:center;gap:11px;padding:9px 0;border-bottom:1px solid hsla(0,0%,100%,.06);text-decoration:none}.disc-post-row:last-child{border-bottom:none}.disc-post-row:active{opacity:.65}.disc-thumb{width:44px;height:78px;border-radius:6px;overflow:hidden;flex-shrink:0;background:hsla(0,0%,100%,.06);position:relative}.disc-thumb-img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .2s}.disc-thumb-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.2);font-size:14px}.disc-thumb-shimmer{position:absolute;inset:0;background:linear-gradient(90deg,hsla(0,0%,100%,.03) 25%,hsla(0,0%,100%,.07) 50%,hsla(0,0%,100%,.03) 75%);background-size:200% 100%;animation:disc-shimmer 1.2s infinite}@keyframes disc-shimmer{to{background-position:-200% 0}}.disc-post-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.disc-post-creator{font-size:13px;font-weight:600;color:#fff}.disc-post-creator,.disc-post-track{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.disc-post-track{font-size:12px;color:hsla(0,0%,100%,.5)}.disc-post-meta{font-size:11px;color:hsla(0,0%,100%,.3)}.disc-post-stats{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.disc-views{font-size:14px;font-weight:700;color:#fff;letter-spacing:-.2px}.disc-eng,.disc-stat-dim{font-size:11px;color:hsla(0,0%,100%,.3)}.disc-eng{font-weight:500}.disc-eng.disc-hot{color:#00d4aa}.disc-radar-row{display:flex;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid hsla(0,0%,100%,.06);cursor:pointer}.disc-radar-row:last-child{border-bottom:none}.disc-radar-row:active{opacity:.65}.disc-rank{font-size:11px;font-weight:600;color:hsla(0,0%,100%,.25);min-width:18px;text-align:right;flex-shrink:0}.disc-radar-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.disc-radar-handle{font-size:14px;font-weight:600;color:#7cb3d9}.disc-radar-handle,.disc-radar-who{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.disc-radar-who{font-size:11px;color:hsla(0,0%,100%,.3)}.disc-radar-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.disc-radar-count{font-size:13px;font-weight:700;color:#fff}.disc-radar-unit{font-size:10px;font-weight:400;color:hsla(0,0%,100%,.3)}.disc-radar-date{font-size:11px;color:hsla(0,0%,100%,.3)}.disc-chevron{color:hsla(0,0%,100%,.15);flex-shrink:0}.disc-state{display:flex;flex-direction:column;align-items:center;gap:10px;padding:64px 20px;color:hsla(0,0%,100%,.3);font-size:13px}.disc-spinner{width:20px;height:20px;border:2px solid hsla(0,0%,100%,.08);border-top-color:#7cb3d9;border-radius:50%;animation:disc-spin .65s linear infinite}@keyframes disc-spin{to{transform:rotate(1turn)}}.disc-retry{padding:6px 14px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:6px;color:hsla(0,0%,100%,.5);font-size:12px;cursor:pointer;font-family:inherit}.disc-sheet-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:200;display:flex;align-items:flex-end;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.disc-sheet{width:100%;max-height:72vh;background:#111;border-radius:14px 14px 0 0;border-top:1px solid hsla(0,0%,100%,.1);display:flex;flex-direction:column;animation:disc-sheet-up .22s cubic-bezier(.32,.72,0,1);padding-bottom:env(safe-area-inset-bottom,0)}@keyframes disc-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.disc-sheet-notch{width:32px;height:3px;background:hsla(0,0%,100%,.15);border-radius:2px;margin:8px auto 0;flex-shrink:0}.disc-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 11px;border-bottom:1px solid hsla(0,0%,100%,.08);flex-shrink:0}.disc-sheet-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:hsla(0,0%,100%,.35);margin-bottom:2px}.disc-sheet-account{font-size:16px;font-weight:700;color:#fff}.disc-sheet-close{width:26px;height:26px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.1);border-radius:50%;color:hsla(0,0%,100%,.4);font-size:11px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.disc-sheet-body{flex:1;overflow-y:auto}.disc-sheet-row{display:flex;align-items:center;gap:10px;padding:10px 16px;border-bottom:1px solid hsla(0,0%,100%,.05)}.disc-sheet-row:last-child{border-bottom:none}.disc-sheet-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;flex-shrink:0;overflow:hidden}.disc-sheet-avatar img{width:100%;height:100%;object-fit:cover}.disc-sheet-user{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.disc-sheet-name{font-size:13px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.disc-sheet-handle{font-size:11px;color:hsla(0,0%,100%,.35)}.disc-sheet-date{font-size:11px;color:hsla(0,0%,100%,.3);flex-shrink:0}.disc-sheet-footer{padding:10px 16px;border-top:1px solid hsla(0,0%,100%,.08);flex-shrink:0}.disc-sheet-ig-btn{display:block;text-align:center;padding:11px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;font-size:13px;font-weight:500;color:hsla(0,0%,100%,.6);text-decoration:none}.disc-sheet-ig-btn:active{background:hsla(0,0%,100%,.08)}a.disc-sheet-row{text-decoration:none;color:inherit}a.disc-sheet-row:active{background:hsla(0,0%,100%,.04)}a.disc-radar-handle{text-decoration:none;color:#7cb3d9}a.disc-radar-handle:active{opacity:.7}.mobile-status-badge{font-size:8px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;padding:2px 8px;border-radius:3px;flex-shrink:0;line-height:14px;white-space:nowrap;background:rgba(6,182,212,.12);color:#22d3ee;border:1px solid rgba(6,182,212,.25)}.mobile-card-section-label{font-size:10px;font-weight:700;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:.5px}.mobile-card-section-sub{font-size:9px;color:hsla(0,0%,100%,.3)}.mobile-no-data-row{font-size:10px;color:hsla(0,0%,100%,.25);font-style:italic;padding:4px 0}.mobile-sound-row.dim{opacity:.3}.mobile-artists-scroll.mobile-artists-scroll{align-items:stretch!important}.mobile-artist-card.mobile-artist-card{width:260px!important;padding:12px 14px!important;display:flex!important;flex-direction:column!important;gap:5px!important;justify-content:flex-start!important}.mobile-artist-card .mobile-artist-sounds{min-height:62px!important}.mobile-artist-card .mobile-artist-highlights{min-height:72px!important}.mobile-artist-card .mobile-artist-events{min-height:60px!important}.mobile-artist-card .mobile-artist-posts{margin-top:auto!important;min-height:170px!important}.mobile-artist-card .mobile-artist-posts .mobile-no-data-row{min-height:145px!important}.mobile-artist-streaming{margin-top:8px;padding-top:8px;border-top:1px solid hsla(0,0%,100%,.06)}.mobile-streaming-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.mobile-artist-highlights{margin-top:8px;padding-top:8px;border-top:1px solid hsla(0,0%,100%,.06);display:flex;flex-direction:column;gap:3px}.mobile-hl-item{font-size:11px;color:hsla(0,0%,100%,.5);line-height:1.4}.mobile-hl-item.sound{color:#a4d2fb}.mobile-hl-item.metric,.mobile-hl-item.post{color:hsla(0,0%,100%,.5)}.mobile-hl-link{color:#a4d2fb;text-decoration:underline;text-underline-offset:2px}.mobile-artist-events{margin-top:8px;padding-top:8px;border-top:1px solid hsla(0,0%,100%,.06);display:flex;flex-direction:column;gap:3px}.mobile-events-empty{font-size:10px;color:hsla(0,0%,100%,.25);font-style:italic}.mobile-event-row{display:flex;align-items:center;gap:6px;font-size:11px}.mobile-event-row.past{opacity:.35}.mobile-event-day{font-size:10px;font-weight:600;color:hsla(0,0%,100%,.35);min-width:26px;text-transform:uppercase;letter-spacing:.3px}.mobile-event-row.today .mobile-event-day{color:#22d3ee}.mobile-event-tag{font-size:9px;font-weight:600;color:hsla(0,0%,100%,.4);background:hsla(0,0%,100%,.06);padding:1px 5px;border-radius:3px;flex-shrink:0}.mobile-event-text{font-size:11px;color:hsla(0,0%,100%,.5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-event-row.today .mobile-event-text{color:#fff}.mobile-artist-posts{padding-top:8px;border-top:1px solid hsla(0,0%,100%,.06);display:flex;flex-direction:column;gap:4px}.mobile-artist-posts .mobile-posts-scroll{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;mask-image:linear-gradient(90deg,#000 75%,transparent);-webkit-mask-image:linear-gradient(90deg,#000 75%,transparent);margin:0;padding:0 0 4px}.mobile-artist-posts .mobile-posts-scroll::-webkit-scrollbar{display:none}.mobile-artist-posts .mobile-post-thumb{text-decoration:none;display:flex;flex-direction:column;gap:2px;flex-shrink:0;width:80px;height:auto;overflow:visible;background:none;border-radius:0;margin-bottom:0}.mobile-artist-posts .mobile-post-img{position:relative;width:100%;aspect-ratio:9/13;border-radius:6px;overflow:hidden;background:hsla(0,0%,100%,.04);border:1.5px solid transparent;transition:border-color .2s}.mobile-artist-posts .mobile-post-img.hot{border-color:#22d3ee;box-shadow:0 0 8px rgba(34,211,238,.3)}.mobile-artist-posts .mobile-post-img img{width:100%;height:100%;object-fit:cover}.mobile-artist-posts .mobile-post-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.mobile-artist-posts .mobile-post-ph.tiktok{background:linear-gradient(135deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.02))}.mobile-artist-posts .mobile-post-ph.instagram{background:linear-gradient(135deg,#833ab4,#e1306c,#f77737)}.mobile-artist-posts .mobile-post-ph .platform-icon{width:16px;height:16px;opacity:.4}.mobile-artist-posts .mobile-post-badge{position:absolute;top:4px;left:4px;width:16px;height:16px;background:rgba(0,0,0,.7);border-radius:3px;display:flex;align-items:center;justify-content:center}.mobile-artist-posts .mobile-post-badge .platform-icon{width:10px;height:10px}.mobile-artist-posts .mobile-post-info{display:flex;flex-direction:column;gap:1px;padding:2px 0;max-width:80px}.mobile-artist-posts .mobile-post-author{font-size:10px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.mobile-artist-posts .mobile-post-views{font-size:9px;font-weight:400;color:hsla(0,0%,100%,.5);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-artist-posts .mobile-post-eng{color:#4ade80;display:inline;font-size:9px}.mobile-artist-posts .mobile-post-date{font-size:9px;color:hsla(0,0%,100%,.3);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-roster-columns{display:flex;flex-direction:column;gap:20px}.mobile-roster-col{display:flex;flex-direction:column;gap:6px}.mobile-roster-col-header{font-size:10px;font-weight:600;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:1px;padding-bottom:6px;margin-bottom:2px;border-bottom:1px solid hsla(0,0%,100%,.08)}.mobile-merged-sounds-list{display:flex;flex-direction:column;gap:4px}.mobile-merged-sound-row{display:flex;align-items:center;gap:10px;padding:10px 12px;background:hsla(0,0%,100%,.02);border-radius:6px;text-decoration:none;transition:background .15s}.mobile-merged-sound-row:active{background:hsla(0,0%,100%,.06)}.mobile-merged-sound-rank{font-size:13px;font-weight:500;color:hsla(0,0%,100%,.35);min-width:22px}.mobile-merged-sound-info{flex:1;min-width:0}.mobile-merged-sound-title{font-size:13px;font-weight:500;color:#fff}.mobile-merged-sound-creator,.mobile-merged-sound-title{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-merged-sound-creator{font-size:11px;color:hsla(0,0%,100%,.4);margin-top:2px}.mobile-merged-sound-stats{text-align:right;flex-shrink:0}.mobile-merged-sound-ugc{display:block;font-size:12px;font-weight:600;color:#fff}.mobile-merged-sound-change{display:block;font-size:11px;margin-top:2px}.mobile-merged-sound-change.up{color:#4ade80}.mobile-merged-sound-change.down{color:#ef4444}.mobile-merged-sound-tag{font-size:9px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:3px 8px;border-radius:4px;flex-shrink:0;margin-left:4px}.mobile-merged-sound-tag.breakout{background:rgba(239,68,68,.12);color:#ef4444}.mobile-merged-sound-tag.trending{background:rgba(6,182,212,.12);color:#22d3ee}.mobile-artist-fanpages,.mobile-artist-sounds{margin-top:6px;padding-top:6px}.mobile-pipeline-card .mobile-pipeline-header{margin-bottom:6px}.mobile-detail-content .mobile-stat-section>div[style]{font-size:13px}.disc-chart-row{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid hsla(0,0%,100%,.06)}.disc-chart-rank{font-size:13px;font-weight:700;color:#555;min-width:28px;text-align:right}.disc-chart-info{flex:1;min-width:0}.disc-chart-artist{font-size:13px;font-weight:600;color:#fff}.disc-chart-artist,.disc-chart-track{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.disc-chart-track{font-size:11px;color:#666}.disc-chart-meta{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.disc-chart-peak{font-size:10px;color:#666}.disc-chart-days{font-size:11px;font-weight:600;color:#888}.disc-new-badge{display:inline-block;font-size:9px;font-weight:700;color:#1db954;background:rgba(29,185,84,.15);padding:1px 5px;border-radius:3px;margin-left:6px;vertical-align:middle}.disc-sound-row{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid hsla(0,0%,100%,.06);text-decoration:none}.disc-sound-rank{font-size:12px;color:#444;min-width:22px;text-align:right}.disc-sound-info{flex:1;min-width:0}.disc-sound-title{display:block;font-size:13px;font-weight:500;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.disc-sound-creator{display:block;font-size:11px;color:#666}.disc-sound-stats{display:flex;flex-direction:column;align-items:flex-end;gap:3px;flex-shrink:0}.disc-sound-ugc{font-size:12px;font-weight:600;color:#fff}.disc-sound-changes{display:flex;gap:8px;font-size:10px}.disc-up{color:#4ade80}.disc-down{color:#ef4444}.disc-spotify-row{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid hsla(0,0%,100%,.06);text-decoration:none}.disc-spotify-rank{font-size:14px;font-weight:700;color:#1db954;min-width:28px;text-align:right}.disc-spotify-info{flex:1;min-width:0}.disc-spotify-track{font-size:13px;font-weight:600;color:#fff}.disc-spotify-artist,.disc-spotify-track{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.disc-spotify-artist{font-size:11px;color:#666}.disc-spotify-meta{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.disc-spotify-change{font-size:11px;font-weight:600}.disc-spotify-change.new{color:#1db954}.disc-spotify-days{font-size:10px;color:#555}.disc-select{width:100%;padding:8px 10px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:#fff;font-size:13px;-webkit-appearance:none}.disc-checkbox{display:flex;align-items:center;gap:8px;font-size:13px;color:#999;padding:4px 0}.disc-checkbox input[type=checkbox]{width:16px;height:16px;accent-color:#1db954}