:root,[data-theme="2027"]{--studio-bg:#0c0e14;--studio-surface:#151923;--studio-raised:#1e2431;--studio-text:#f4f6ff;--studio-muted:#9faac0;--studio-accent:#b5f56a;--studio-ink:#101608;--studio-line:#30394a;--studio-glow:#8b6bff;color-scheme:dark}
[data-theme="black"]{--studio-bg:#080808;--studio-surface:#131313;--studio-raised:#202020;--studio-text:#fafafa;--studio-muted:#aaa;--studio-accent:#eee;--studio-ink:#111;--studio-line:#353535;--studio-glow:#555}
[data-theme="red"]{--studio-bg:#14090c;--studio-surface:#251015;--studio-raised:#37191e;--studio-text:#fff1f3;--studio-muted:#d1a9b2;--studio-accent:#ff647a;--studio-ink:#22080d;--studio-line:#59303b;--studio-glow:#c82855}
[data-theme="white"]{--studio-bg:#f5f6f8;--studio-surface:#fff;--studio-raised:#e9edf2;--studio-text:#151923;--studio-muted:#586274;--studio-accent:#265d28;--studio-ink:#fff;--studio-line:#d3dae3;--studio-glow:#bfb3ec;color-scheme:light}
body,#wrapper,#pageWrapper,.main-container{background:var(--studio-bg)!important;color:var(--studio-text)!important}body{font-family:Inter,"Open Sans",sans-serif}.theme-dark h1,.theme-dark h2,.theme-dark h3,.theme-dark h4,.theme-dark h5,.theme-dark h6,h1,h2,h3,h4,h5,h6{color:var(--studio-text)}#header,#sidebar,#audioPlayer,.modal-content,.dropdown-menu,.search-card,.card,.custom-card .card-body{background:var(--studio-surface)!important;color:var(--studio-text)!important;border-color:var(--studio-line)!important}.text-dark,.theme-dark .text-dark,.dropdown-item,.nav-link{color:var(--studio-text)!important}.text-muted,.studio-muted{color:var(--studio-muted)!important}a{color:var(--studio-accent)}hr{border-color:var(--studio-line)}.form-control{background:var(--studio-raised)!important;color:var(--studio-text)!important;border-color:var(--studio-line)!important}.btn-danger,.btn-primary,.bg-danger{background:var(--studio-accent)!important;border-color:var(--studio-accent)!important;color:var(--studio-ink)!important}.custom-card--img img,.custom-card img.card-img--radius-md{border:1px solid var(--studio-line);border-radius:16px;box-shadow:0 8px 24px #0002;transition:transform .25s,border-color .25s}.custom-card:hover .custom-card--img img{transform:translateY(-4px);border-color:var(--studio-accent)}:focus-visible{outline:3px solid var(--studio-accent)!important;outline-offset:4px}.verified-badge{display:inline-grid;place-items:center;background:#3087ee;color:#fff;border-radius:50%;font-size:10px;width:16px;height:16px;vertical-align:middle}.theme-picker{display:flex;gap:8px;align-items:center;margin:0;font-size:11px}.theme-picker select{max-width:145px;border:1px solid var(--studio-line);border-radius:20px;padding:7px;background:var(--studio-raised);color:var(--studio-text)}.studio-home{padding-bottom:180px}.artist-spotlight{min-height:365px;border:1px solid var(--studio-line);border-radius:24px;padding:40px;display:flex;position:relative;overflow:hidden;background:radial-gradient(ellipse at 80% 10%,var(--studio-glow),transparent 65%),var(--studio-surface);margin-bottom:36px}.spotlight-copy{z-index:1;flex:1}.eyebrow{font-size:10px;font-weight:800;letter-spacing:.18em;color:var(--studio-accent)}.artist-spotlight h1{font-size:clamp(42px,5vw,76px);line-height:1.02;letter-spacing:-.055em;margin:22px 0 16px;font-weight:800}.artist-spotlight p{color:var(--studio-muted)}.studio-cta{display:inline-block;padding:12px 20px;border-radius:30px;background:var(--studio-accent);color:var(--studio-ink);font-weight:700}.spotlight-art{display:flex;align-items:center;width:48%;padding-left:24px;gap:12px}.spotlight-art a{width:33%;transform:translateY(calc(var(--position)*14px - 16px));animation:artistFloat 6s ease-in-out infinite alternate;animation-delay:calc(var(--position)*-2s)}.spotlight-art img{width:100%;height:215px;object-fit:cover;border-radius:90px;border:2px solid #ffffff55}.spotlight-art span{display:block;text-align:center;color:var(--studio-text);margin-top:12px;font-weight:700}.spotlight-art .verified-badge{display:inline-grid;margin:0}.spotlight-edition{position:absolute;bottom:12px;right:24px;font-size:9px;letter-spacing:.2em}.spotlight-placeholder{font-size:220px;line-height:1;font-weight:900;opacity:.35}.spotlight-placeholder span{font-size:50px}.chart-section{border:1px solid var(--studio-line);background:var(--studio-surface);border-radius:24px;padding:28px;margin-bottom:36px}.studio-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.studio-heading h2{font-size:30px;letter-spacing:-.04em;margin:8px 0}.chart-tabs{display:flex;gap:6px}.chart-tabs button,.audio-lab button{border:1px solid var(--studio-line);border-radius:20px;padding:8px 14px;background:var(--studio-raised);color:var(--studio-text)}.chart-tabs button[aria-pressed=true]{background:var(--studio-accent);color:var(--studio-ink)}.chart-list{list-style:none;padding:0;margin:20px 0 0;display:grid;grid-template-columns:1fr 1fr;column-gap:32px}.chart-list li{display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--studio-line);padding:12px 0}.chart-rank{font-variant-numeric:tabular-nums;color:var(--studio-muted);width:22px}.chart-list img{height:44px;width:44px;border-radius:10px;object-fit:cover}.chart-name{flex:1;min-width:0}.chart-name a{font-weight:700;color:var(--studio-text)}.chart-name small,.chart-count small{display:block;font-size:10px;color:var(--studio-muted)}.chart-count{text-align:right;font-variant-numeric:tabular-nums}.audio-lab{position:absolute;bottom:100%;right:16px;width:min(640px,calc(100vw - 32px));max-height:65vh;overflow:auto;padding:22px;background:var(--studio-surface);border:1px solid var(--studio-line);border-radius:20px 20px 0 0;box-shadow:0 -10px 40px #0004}.audio-lab canvas{width:100%;height:85px;background:var(--studio-bg);border-radius:12px}.audio-lab-controls{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.audio-lab label{display:block;font-size:12px}.audio-lab input[type=range]{width:100%;accent-color:var(--studio-accent)}.audio-lab summary{cursor:pointer;font-weight:700}.audio-lab .studio-muted{font-size:11px}.audio-lab-toggle{white-space:nowrap;margin-right:12px!important}.banner{opacity:.25}.studio-home .section h4{letter-spacing:-.03em}.studio-home>.section:has(.carousel-item-2:empty){display:none}@keyframes artistFloat{to{transform:translateY(5px)}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}}@media(max-width:767px){.artist-spotlight{padding:24px;min-height:330px}.spotlight-art{width:40%;padding:0}.spotlight-art a{width:100%}.spotlight-art a:not(:first-child){display:none}.spotlight-art img{height:200px}.artist-spotlight h1{font-size:44px}.chart-list{grid-template-columns:1fr}.studio-heading{align-items:flex-start;flex-direction:column}.chart-section{padding:20px}.theme-picker>span{display:none}.theme-picker select{max-width:108px;font-size:10px}.audio-lab-controls{grid-template-columns:1fr 1fr}.header-options{gap:6px}.spotlight-placeholder{font-size:100px}.audio-info{padding-right:6px!important}.audio-lab-toggle{font-size:10px!important;padding:5px!important}}
