.nav{display:flex;justify-content:space-between;align-items:center;padding:var(--space-sm) var(--space-md);background:var(--black);position:sticky;top:0;z-index:100;border-bottom:1px solid var(--gray-800)}.nav-logo{flex-shrink:0;display:flex;align-items:center;gap:var(--space-sm)}.logo-img{height:36px;width:auto;display:block}.logo-text{font-size:1.8rem;font-weight:700;letter-spacing:.05em;color:var(--white)}.logo-sub{font-size:.6rem;font-weight:400;vertical-align:middle}.nav-links{display:flex;gap:3rem;font-size:.9rem;font-weight:500}.nav-links a{color:var(--gray-400);transition:color .2s}.nav-links a:hover{color:var(--white)}.nav-actions{display:flex;align-items:center;gap:1.2rem}.nav-social{color:var(--gray-400);transition:color .2s;display:flex}.nav-social:hover{color:var(--pink)}.nav-pill{border:1px solid var(--yellow);color:var(--yellow);padding:.4rem .8rem;border-radius:4px;font-size:.85rem;font-weight:600;transition:all .2s}@media (hover: hover){.nav-pill:hover{background:var(--yellow);color:var(--black)}}.nav-pill:active{background:var(--yellow);color:var(--black)}.nav-cart{background:var(--pink);color:var(--black);padding:.4rem .8rem;border-radius:4px;font-size:.85rem;font-weight:600;transition:background .2s}.nav-cart:hover{background:var(--pink-hover)}.nav-link-mobile{display:none}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.nav-toggle span{display:block;width:22px;height:2px;background:var(--white);transition:transform .2s}.nav-toggle--open span:first-child{transform:rotate(45deg) translateY(7px)}.nav-toggle--open span:last-child{transform:rotate(-45deg) translateY(-7px)}@media (max-width: 768px){.nav-links{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--black);flex-direction:column;justify-content:center;align-items:center;gap:2rem;font-size:1.5rem;opacity:0;pointer-events:none;transition:opacity .2s;z-index:99}.nav-links--open{opacity:1;pointer-events:all}.nav-toggle{display:flex}.nav-actions{display:none}.nav-link-mobile{display:block}}.top-banner{background:var(--yellow);color:var(--black);text-align:center;padding:10px var(--space-md);font-family:var(--font-accent);font-style:italic;font-size:.95rem}.footer{padding:var(--space-xl) 0 var(--space-lg);border-top:1px solid var(--gray-800)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--space-xl);margin-bottom:var(--space-xl)}.footer-logo-lockup{display:flex;align-items:center;gap:10px;margin-bottom:var(--space-sm);opacity:.7}.footer-logo{height:36px}.footer-logo-text{font-size:1.4rem;font-weight:700;color:var(--white);letter-spacing:.02em}.footer-logo-sub{font-size:.5rem;font-weight:400;vertical-align:middle}.footer-brand p{font-size:.85rem;color:var(--gray-400);max-width:250px}.footer-links h4{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-sm);color:var(--gray-400)}.footer-links a{display:block;font-size:.9rem;color:var(--gray-400);margin-bottom:var(--space-xs);transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-bottom{padding-top:var(--space-lg);border-top:1px solid var(--gray-800)}.footer-bottom p{font-size:.8rem;color:var(--gray-600)}.footer-affiliate{font-size:.7rem!important;margin-top:4px}@media (max-width: 1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:var(--space-lg)}}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr;text-align:center}.footer-brand p{max-width:100%}}.ge{box-sizing:border-box}.ge-tabs{display:flex;gap:6px;margin-bottom:20px;flex-wrap:wrap;max-width:100%}.ge-tabs::-webkit-scrollbar{display:none}.ge-tab{background:transparent;border:1px solid var(--gray-800);border-radius:4px;padding:9px 0;font-family:var(--font-main);font-size:.78rem;flex:1;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--gray-500);cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.ge-tab:hover{color:var(--white);border-color:var(--gray-600)}.ge-tab.active{color:var(--yellow);border-color:var(--yellow);background:#f0c0140f}.ge-tab-icon{font-size:.9rem;line-height:1}.ge-tab-count{font-size:.6rem;color:var(--gray-600);font-weight:500}.ge-tab.active .ge-tab-count{color:#f0c01480}.ge-subgenres{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px;margin-bottom:20px}.ge-sub{background:transparent;border:2px solid var(--gray-800);border-radius:6px;display:flex;flex-direction:column;gap:4px;cursor:pointer;transition:all .2s;padding:10px 12px}.ge-sub:hover{border-color:var(--pink);background:#e8a0b00d}.ge-sub.active{border-color:var(--pink);background:#e8a0b01a}.ge-sub.rising{border-color:var(--blue, #88a8d4)}.ge-sub.peak{border-color:var(--pink)}.ge-sub.fading{border-color:#a05050;opacity:.85}.ge-sub.emerging{border-color:var(--green, #7ec89b);border-style:dashed}.ge-sub-header{display:flex;align-items:center;gap:8px}.ge-sub-icon{font-size:1rem}.ge-sub-name{font-size:.75rem;font-weight:600;color:var(--gray-400)}.ge-sub.rising .ge-sub-name{color:var(--blue, #88a8d4)}.ge-sub.peak .ge-sub-name{color:var(--pink)}.ge-sub.emerging .ge-sub-name{color:var(--green, #7ec89b)}.ge-sub-artists{font-size:.65rem;color:var(--gray-600);padding-left:2px;line-height:1.5;display:flex;flex-direction:column;gap:1px}.ge-sub-artists span:before{content:"• "}.ge-sub-count{font-size:.6rem;color:var(--gray-600);font-weight:500;margin-left:auto}.ge-sub-more{font-style:italic;color:var(--gray-600)}.ge-sub-more:before{content:none}.ge-sub-legend{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:8px 16px;justify-content:center;padding-top:6px}.ge-sub-legend-item{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-600);display:flex;align-items:center;gap:6px}.ge-sub-legend-item:before{content:"";display:inline-block;width:16px;height:2px}.ge-sub-legend--emerging:before{border-top:2px dashed var(--green, #7ec89b)}.ge-sub-legend--rising:before{background:var(--blue, #88a8d4)}.ge-sub-legend--peak:before{background:var(--pink)}.ge-sub-legend--fading:before{border-top:2px dashed #a05050;opacity:.7}.ge-pick-genre{text-align:center;font-size:.85rem;font-weight:600;color:var(--gray-400);margin-top:12px;text-transform:uppercase;letter-spacing:.08em}.ge-origin{border:1px solid var(--gray-800);border-radius:8px;padding:24px;background:var(--gray-900);margin-bottom:20px}.ge-origin-title{font-size:1rem;font-weight:600;color:var(--white);margin:0 0 8px}.ge-origin p{font-size:.85rem;color:var(--gray-400);line-height:1.6;margin:0 0 8px}.ge-origin-hint{color:var(--yellow);font-size:.8rem}.ge-artists{background:var(--gray-900);border:2px solid var(--pink);border-radius:8px;padding:24px;margin-bottom:20px;position:relative;box-sizing:border-box}.ge-artists-header{display:flex;align-items:center;gap:14px;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--gray-800);font-size:1.1rem;font-weight:600;color:var(--yellow)}.ge-artists-meta{font-size:.75rem;color:var(--blue, #88a8d4);margin-left:auto}.ge-artists-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.ge-artist-card{background:transparent;border:1px solid var(--gray-800);border-radius:6px;padding:16px;transition:all .2s;cursor:pointer;display:flex;gap:12px;align-items:flex-start}.ge-artist-card:hover{border-color:var(--pink)}.ge-artist-card.active{border-color:var(--pink);background:#e8a0b014}.ge-artist-icon{font-size:1.5rem;flex-shrink:0;line-height:1}.ge-artist-name{font-size:.9rem;font-weight:600;color:var(--white);margin:0 0 4px}.ge-artist-desc{font-size:.75rem;color:var(--gray-400);margin:0 0 6px;line-height:1.4;font-family:var(--font-serif);font-style:italic}.ge-artist-count{font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-600)}.ge-disco{margin-top:20px;border-top:1px solid var(--gray-800);padding-top:20px}.ge-disco-header{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--gray-800)}.ge-disco-icon{font-size:2.2rem;flex-shrink:0;line-height:1}.ge-disco-name{font-size:1.6rem;font-weight:700;color:var(--yellow);margin:0 0 6px;letter-spacing:-.02em;overflow-wrap:anywhere}.ge-disco-bio{font-size:.85rem;color:var(--gray-400);line-height:1.5;margin:0;font-family:var(--font-serif);font-style:italic}.ge-disco-album-count{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-500);margin-left:12px;vertical-align:middle}.ge-disco-close{margin-left:auto;background:var(--gray-800);border:1px solid var(--gray-700);border-radius:4px;color:var(--white);padding:6px 14px;font-size:.72rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit;flex-shrink:0}.ge-disco-close:hover{background:var(--pink);border-color:var(--pink);color:var(--black)}.ge-disco-loading{color:var(--gray-500);font-size:.85rem;padding:20px 0}.ge-disco-list{display:flex;flex-direction:column;gap:16px}.ge-album{background:var(--gray-900);border:1px solid var(--gray-800);border-radius:8px;overflow:hidden;transition:border-color .2s}.ge-album:hover{border-color:var(--gray-600)}.ge-album--latest{border-color:#f0c01433}.ge-album--latest:hover{border-color:#f0c01466}.ge-album--highlight{border-color:var(--pink);box-shadow:0 0 20px #e8a0b033;transition:border-color .3s,box-shadow .3s}.ge-album-header{display:flex;gap:16px;padding:16px 16px 12px}.ge-album-art{width:90px;height:90px;background:var(--gray-800);border-radius:4px;flex-shrink:0;border:1px solid var(--gray-800);background-size:cover;background-position:center}.ge-album--latest .ge-album-art{border-color:#f0c01426}.ge-album-info{display:flex;flex-direction:column;justify-content:center;gap:5px;min-width:0}.ge-album-year{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--gray-500)}.ge-album--latest .ge-album-year{color:var(--yellow)}.ge-album-artist{font-size:.7rem;font-weight:600;color:#88a8d4;letter-spacing:.03em}.ge-album-title{font-size:1.15rem;font-weight:600;color:var(--white);margin:0;line-height:1.2;letter-spacing:-.01em;overflow-wrap:anywhere}.ge-album-actions{display:flex;gap:6px;margin-top:2px}.ge-link{font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;text-decoration:none;padding:3px 8px;border-radius:3px;border:1px solid transparent;transition:all .2s}.ge-link--spotify{color:#1db954;background:#1db95414;border-color:#1db95426}.ge-link--spotify:hover{background:#1db9542e;border-color:#1db9544d}.ge-link--buy{color:var(--pink);background:#e8a0b014;border-color:#e8a0b026}.ge-link--buy:hover{background:#e8a0b02e;border-color:#e8a0b04d}.ge-link--wiki{color:var(--gray-400);background:#9ca3af0f;border-color:#9ca3af1f}.ge-link--wiki:hover{background:#9ca3af24;border-color:#9ca3af40}.ge-link--aux{color:var(--yellow);background:#f0c01414;border-color:#f0c01426;cursor:pointer;font-family:inherit}.ge-link--aux:hover{background:#f0c0142e;border-color:#f0c0144d}.ge-aux-btn{background:transparent;border:1px solid var(--yellow);color:var(--yellow);padding:6px 14px;border-radius:4px;font-size:.78rem;font-weight:600;font-family:inherit;cursor:pointer;margin-top:6px;transition:all .2s}.ge-aux-btn:hover{background:#f0c0141f}.ge-tracklist{padding:0}.ge-tracklist-header{display:flex;align-items:center;gap:12px;padding:0 16px;margin-bottom:2px}.ge-tracklist-header span{font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-600)}.ge-th-num{width:28px;text-align:right}.ge-th-title{flex:1}.ge-th-dur{width:44px;text-align:right}.ge-track{display:flex;align-items:center;gap:12px;padding:9px 16px;transition:background .15s}.ge-track:not(:last-child){border-bottom:1px solid rgba(255,255,255,.03)}.ge-track-num{font-size:.72rem;color:var(--gray-600);width:28px;text-align:right;flex-shrink:0;font-variant-numeric:tabular-nums}.ge-track-title{font-size:.85rem;color:var(--gray-400);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ge-track-play{color:#1db954;text-decoration:none;margin-left:6px;font-size:.7rem}.ge-track--playing{background:#f0c0140f;border-radius:3px}.ge-track--playing .ge-track-num,.ge-track--playing .ge-track-title{color:var(--yellow)}.ge-track-now{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--yellow);text-align:right;flex-shrink:0;white-space:nowrap}.ge-track-dur{font-size:.72rem;color:var(--gray-600);width:44px;text-align:right;flex-shrink:0;font-variant-numeric:tabular-nums}.ge,.ge-artists,.ge-disco,.ge-album{scroll-margin-top:80px}.ge-disco-body{display:flex;gap:12px;align-items:flex-start}.ge-disco-list{flex:1;min-width:0}.ge-nav-rail{position:sticky;top:130px;display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0;width:50px}.ge-nav-label{display:none}.ge-nav-btn{background:transparent;border:1px solid var(--gray-800);border-radius:50%;color:var(--gray-400);width:38px;height:38px;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;font-family:inherit;transition:all .2s}.ge-nav-arrow{font-size:1rem}@media (hover: hover){.ge-nav-btn:hover{border-color:var(--pink);color:var(--pink)}}.ge-nav-btn:active{border-color:var(--pink);color:var(--pink)}.ge-nav-btn--close{font-size:1.1rem;line-height:1}@media (hover: hover){.ge-nav-btn--close:hover{background:var(--pink);color:var(--black);border-color:var(--pink)}}.ge-nav-btn--close:active{background:var(--pink);color:var(--black);border-color:var(--pink)}@media (max-width: 768px){.ge{width:100%;min-width:0}.ge-origin{padding:12px}.ge-tabs{gap:4px;flex-wrap:wrap;overflow-x:visible}.ge-tab{padding:12px 8px;font-size:.78rem;flex:1 1 auto;min-width:0}.ge-tab-count{display:none}.ge-subgenres{grid-template-columns:1fr}.ge-artists{padding:10px}.ge-artists-grid{grid-template-columns:1fr}.ge-album-header{flex-direction:row;gap:10px;padding:12px}.ge-album-art{width:60px;height:60px}.ge-album-title{font-size:.95rem}.ge-album-actions{flex-wrap:wrap}.ge-track{padding:7px 10px;gap:6px}.ge-track-num{width:22px}.ge-track-dur{width:36px}.ge-th-num{width:22px}.ge-th-dur{width:36px}.ge-tracklist-header{padding:0 10px}.ge-artists-header{flex-direction:column;gap:8px;font-size:.95rem}.ge-artists-meta{margin-left:0}.ge-disco-header{flex-direction:column;padding:0;gap:10px}.ge-disco-icon{font-size:1.6rem}.ge-disco-name{font-size:1.2rem}.ge-disco-bio{font-size:.8rem}.ge-disco-body{flex-direction:column;align-items:stretch}.ge-nav-rail{position:fixed;top:auto;bottom:20px;right:12px;width:auto;flex-direction:column;gap:4px;z-index:60}.ge-nav-btn{width:36px;height:36px;background:var(--gray-900);border-color:var(--gray-700)}}html{touch-action:manipulation}.dashboard-hero{padding:var(--space-lg) var(--space-md);max-width:100%;width:1400px;margin:0 auto;box-sizing:border-box}.counter{border:1px solid var(--gray-800);border-radius:var(--radius-lg);background:var(--gray-900);box-sizing:border-box;max-width:100%}.counter-top{display:grid;grid-template-columns:200px 1fr;min-height:0;overflow:hidden;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.counter-tiles{display:flex;flex-direction:column;gap:1px;background:var(--gray-800);border-right:1px solid var(--gray-800)}.kpi-tile{flex:1;display:flex;flex-direction:column;justify-content:center;padding:var(--space-sm) var(--space-md);background:var(--gray-900);text-decoration:none;transition:background .2s}@media (hover: hover){.kpi-tile:hover{background:#ffffff05}}.kpi-label{font-size:.55rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--gray-600);margin-bottom:4px}.kpi-value{font-size:.95rem;font-weight:600;color:var(--white);line-height:1.3}.kpi-sub{font-size:.7rem;color:var(--gray-500);margin-top:2px}.kpi-tile--artist{border-left:2px solid var(--pink)}.kpi-tile--artist .kpi-value{color:var(--pink)}.kpi-tile--album{border-left:2px solid var(--yellow)}.kpi-tile--song{border-left:2px solid var(--blue)}.kpi-tile--album-art{flex-direction:row;align-items:center;gap:var(--space-sm);justify-content:flex-start;flex-wrap:wrap}.kpi-artist-progress,.kpi-album-progress{width:100%;height:2px;background:var(--gray-800);border-radius:1px;margin-top:6px}.kpi-artist-progress-bar{height:100%;background:var(--pink);border-radius:1px;transition:width 5s linear}.kpi-album-progress-bar{height:100%;background:var(--yellow);border-radius:1px;transition:width 5s linear}.kpi-album-art{width:48px;height:48px;border-radius:var(--radius-sm);background:var(--gray-800);background-size:cover;background-position:center;flex-shrink:0}.kpi-album-art--empty{background:var(--gray-800)}.kpi-album-info{display:flex;flex-direction:column;min-width:0}.kpi-album-info .kpi-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kpi-tile--song .kpi-value{font-style:italic;color:var(--gray-400)}.kpi-tile--aux{border-left:2px solid var(--green)}.kpi-value--aux{color:var(--green)!important;font-style:italic}.kpi-sub--aux{color:var(--gray-600);font-size:.7rem;margin-top:2px}.kpi-tile--aux-playing{border-left:2px solid var(--yellow)}.kpi-tile--aux-playing .kpi-label{color:var(--yellow)}.kpi-aux-stop{background:transparent;border:1px solid var(--gray-600);color:var(--gray-400);padding:1px 8px;border-radius:3px;font-size:.65rem;font-family:inherit;cursor:pointer;margin-left:8px;transition:all .2s}.kpi-aux-stop:hover{border-color:var(--pink);color:var(--pink)}.kpi-tile--aux-logo{align-items:center;justify-content:center}.kpi-aux-logo{height:100%;max-height:60px;opacity:.6;mix-blend-mode:screen}.kpi-progress{width:100%;height:2px;background:var(--gray-800);border-radius:1px;margin-top:6px;overflow:hidden}.kpi-progress-bar{height:100%;background:var(--blue);border-radius:1px;transition:width 5s linear}.counter-timeline{padding:var(--space-md) var(--space-lg);min-width:0;display:flex;flex-direction:column}.up-next{font-size:.75rem;color:var(--gray-600);text-align:left;margin-top:6px;font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.up-next--mobile{display:none}.counter-bottom{display:grid;grid-template-columns:1fr 1fr 1fr;border-top:1px solid var(--gray-800)}.counter-greeting{padding:var(--space-md) var(--space-lg);border-right:1px solid var(--gray-800)}.counter-greeting h2{font-family:var(--font-serif);font-style:italic;font-size:1.3rem;font-weight:400;color:var(--white);margin-bottom:var(--space-xs)}.counter-greeting p{font-size:.85rem;color:var(--gray-400);line-height:1.7;margin-bottom:var(--space-xs)}.counter-greeting p:last-child{margin-bottom:0}.counter-greeting a{color:var(--pink);border-bottom:1px solid rgba(232,160,176,.3);transition:border-color .2s}.counter-greeting a:hover{border-color:var(--pink)}.counter-greeting-sub{font-size:.75rem!important;color:var(--gray-600)!important}.counter-bean{padding:var(--space-md) var(--space-lg);display:flex;flex-direction:column;justify-content:center;gap:3px}.bean-name{font-size:1.2rem;font-weight:700;color:var(--amber);letter-spacing:-.01em}.bean-origin{font-size:.8rem;font-weight:600;color:var(--white)}.bean-notes{font-size:.78rem;color:var(--gray-400);font-style:italic;line-height:1.5;margin-top:2px}.bean-process{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-600);margin-top:4px}.counter-search{padding:var(--space-md) var(--space-lg);display:flex;flex-direction:column;justify-content:center;gap:6px;position:relative}.counter-search-input{background:transparent;border:1px solid var(--gray-800);border-radius:4px;padding:6px 10px;color:var(--white);font-family:inherit;font-size:.78rem;outline:none;transition:border-color .2s}.counter-search-input::placeholder{color:var(--gray-600)}.counter-search-input:focus{border-color:var(--yellow)}.counter-search-results{position:absolute;top:100%;left:var(--space-lg);right:var(--space-lg);background:var(--gray-900);border:1px solid var(--gray-800);border-radius:6px;z-index:50;max-height:300px;overflow-y:auto}.counter-search-item{display:flex;align-items:center;gap:10px;padding:8px 12px;cursor:pointer;transition:background .15s;border-bottom:1px solid rgba(255,255,255,.03)}.counter-search-item:last-child{border-bottom:none}.counter-search-item:hover{background:var(--gray-800)}.counter-search-item--aux{border-left:2px solid var(--yellow)}.counter-search-item--aux:hover{background:#f0c0140f}.counter-search-icon{font-size:.85rem;width:20px;flex-shrink:0;text-align:center}.counter-search-type{font-size:.55rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-600);width:34px;flex-shrink:0}.counter-search-name{font-size:.8rem;color:var(--white);font-weight:500}.counter-search-meta{font-size:.65rem;color:var(--gray-600);margin-left:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.counter-albums{padding:var(--space-md) var(--space-lg);border-left:1px solid var(--gray-800);display:flex;flex-direction:column;justify-content:center;gap:6px}.counter-albums-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.counter-album-tile{text-decoration:none;transition:transform .2s ease;cursor:pointer}.counter-album-tile:hover{transform:scale(1.1);z-index:2}.counter-album-art{width:100%;aspect-ratio:1;border-radius:3px;background:var(--gray-800);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;border:1px solid var(--gray-800);transition:border-color .2s}.counter-album-tile:hover .counter-album-art{border-color:var(--pink)}.counter-album-no-art{font-size:.7rem;font-weight:700;color:var(--gray-600)}.counter-aux-feature{display:flex;flex-direction:row;align-items:center;gap:var(--space-md);cursor:pointer}.aux-feature-art{width:120px;min-width:120px;aspect-ratio:1;border-radius:4px;background-size:cover;background-position:center;border:2px solid var(--yellow);box-shadow:0 0 12px #f0c01426}.aux-feature-info{display:flex;flex-direction:column;gap:2px;min-width:0}.aux-feature-album{font-family:var(--font-serif);font-style:italic;font-size:1.05rem;color:var(--white);line-height:1.2}.aux-feature-year{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--yellow)}.aux-feature-desc{font-size:.72rem;color:var(--gray-400);line-height:1.4;margin:2px 0 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.world-timeline{position:relative;border:1px solid var(--gray-800);border-radius:var(--radius-md);padding:var(--space-md) var(--space-md) var(--space-sm);transition:border-color .4s ease;background:#0a0a0a80}.timeline-section-header{font-size:1.4rem;font-weight:700;letter-spacing:-.02em;margin:0 0 var(--space-xs) 0}.timeline-header{display:flex;align-items:flex-end;gap:14px;margin-bottom:6px}.timeline-nav-row{display:flex;align-items:flex-end;gap:14px;flex-shrink:0}.year-display h2{font-size:3rem;font-weight:700;letter-spacing:-.02em;line-height:1;margin:0;min-width:100px;transition:color .3s;text-align:center}.dev-date{display:block;text-align:center;font-size:.65rem;font-weight:600;color:var(--gray-500);letter-spacing:.05em;margin-top:4px}.year-arrow{background:transparent;border:1px solid var(--gray-800);border-radius:var(--radius-sm);color:var(--gray-400);font-size:1.1rem;padding:6px 12px;cursor:pointer;font-family:inherit;transition:all .2s;flex-shrink:0;margin-bottom:4px}.year-arrow:hover{border-color:var(--gray-600);color:var(--white)}.event-bars{display:flex;align-items:flex-end;gap:2px;height:56px;flex:1}.event-bar{flex:1;min-height:2px;border-radius:1.5px 1.5px 0 0;background:var(--pink);opacity:.15;cursor:pointer;transition:opacity .12s}.event-bar:hover{opacity:.35}.event-bar.active{opacity:1}.live-badge{position:absolute;top:var(--space-sm);right:var(--space-sm);display:inline-flex;align-items:center;gap:4px;font-size:.52rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500);background:#9ca3af14;padding:3px 8px;border-radius:4px;border:1px solid var(--gray-800);flex-shrink:0;cursor:pointer;font-family:inherit;transition:all .2s;z-index:2}.live-badge:hover{border-color:var(--gray-600);color:var(--gray-400)}.live-badge--active{color:var(--green);background:#7ec89b1a;border-color:#7ec89b26}.live-badge--active:hover{color:var(--green);border-color:#7ec89b4d}.live-dot{width:4px;height:4px;background:currentColor;border-radius:50%}.live-badge--active .live-dot{background:var(--green);animation:pulse 2s ease-in-out infinite}.live-badge--aux{color:var(--green);background:#7ec89b1a;border-color:#7ec89b26}.live-badge--aux:hover{color:var(--green);border-color:#7ec89b4d}.live-badge--aux .live-dot{background:var(--green);animation:pulse 2s ease-in-out infinite}.live-badge--aux-playing{color:var(--yellow);background:#f0c0141a;border-color:#f0c01426}.live-badge--aux-playing:hover{color:var(--yellow);border-color:#f0c0144d}.live-badge--aux-playing .live-dot{background:var(--yellow)}.slider-row{display:flex;align-items:center;gap:var(--space-md);margin-bottom:var(--space-xs)}.slider-wrapper{flex:1}.year-slider{width:100%;height:3px;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border-radius:2px;cursor:pointer}.year-slider::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;background:var(--yellow);cursor:pointer;border-radius:3px;box-shadow:0 0 10px #f0c01480}.year-slider::-moz-range-thumb{width:14px;height:14px;background:var(--yellow);cursor:pointer;border-radius:3px;border:none}.timeline-markers{display:flex;justify-content:space-between;margin-top:5px}.timeline-markers span{font-size:.6rem;color:var(--gray-600)}.lens-selector{display:flex;justify-content:center;gap:8px;margin-top:var(--space-xs);flex-wrap:wrap}.lens-pill{padding:5px 14px;background:transparent;border:1px solid var(--gray-800);border-radius:20px;color:var(--gray-500);font-size:.75rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;font-family:inherit;transition:all .2s}.lens-pill:hover{border-color:var(--gray-600);color:var(--gray-400)}.album-tiles{margin-bottom:var(--space-lg)}.album-tiles-header{display:flex;align-items:baseline;gap:var(--space-sm);margin-bottom:var(--space-sm)}.album-tiles-count{font-size:.65rem;color:var(--gray-600)}.album-tiles-grid{display:flex;flex-wrap:wrap;gap:8px}.album-tile{width:100px;text-decoration:none;transition:transform .2s ease}.album-tile:hover{transform:scale(1.15);z-index:2}.album-tile-art{width:100px;height:100px;border-radius:var(--radius-sm);background:var(--gray-800);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;border:1px solid var(--gray-800);transition:border-color .2s;overflow:hidden}.album-tile:hover .album-tile-art{border-color:var(--pink)}.album-tile-no-art{font-size:.9rem;font-weight:700;color:var(--gray-600)}.album-tile-title{display:block;margin-top:3px;font-size:.55rem;font-weight:600;color:var(--white);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100px}.album-tile-artist{display:block;font-size:.5rem;color:var(--gray-500);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100px}.blurbs-placeholder{margin-top:var(--space-lg);min-height:300px;background:var(--gray-900);border:1px dashed var(--gray-800);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center}.blurbs-placeholder-logo{width:180px;opacity:.25;transition:filter .4s ease}.blurbs-section{margin-top:var(--space-sm)}.blurbs-header{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md)}.blurbs-lens-tag{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:4px 10px;border:1px solid;border-radius:20px;display:flex;align-items:center;gap:5px}.blurbs-nearest{font-size:.75rem;color:var(--gray-600);font-style:italic}.blurbs-day-group{margin-bottom:var(--space-md)}.blurbs-day-group:last-child{margin-bottom:0}.blurbs-day-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-600);margin-bottom:var(--space-xs);padding-bottom:4px;border-bottom:1px solid var(--gray-800)}.blurbs-list{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-sm)}.blurb-card{padding:var(--space-md);background:var(--gray-900);border:1px solid var(--gray-800);border-radius:var(--radius-md);transition:border-color .2s}.blurb-card:hover{border-color:var(--gray-600)}.blurb-card--metric{background:transparent;border-style:dashed}.blurb-content{display:flex;flex-direction:column;gap:8px}.blurb-type{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;width:fit-content;padding:2px 6px;border-radius:3px}.blurb-type--news{color:var(--gray-400);background:#9ca3af1a}.blurb-type--trending{color:var(--pink);background:#e8a0b01a}.blurb-type--release{color:var(--yellow);background:#f0c0141a}.blurb-type--update{color:var(--blue, #6ab0e8);background:#6ab0e81a}.blurb-content p{font-size:.88rem;color:var(--gray-400);line-height:1.6;margin:0}.blurb-artist-link{color:var(--white);font-weight:600;text-decoration:none;border-bottom:1px solid var(--gray-600);transition:color .2s,border-color .2s}.blurb-artist-link:hover{color:var(--pink);border-color:var(--pink)}.blurb-metric{display:flex;align-items:baseline;gap:var(--space-sm)}.blurb-metric-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-500)}.blurb-metric-value{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.blurb-metric-change{font-size:.78rem;color:var(--gray-500)}.newsletter{padding:var(--space-xl) 0;background:var(--pink);color:var(--black)}.newsletter-content{max-width:500px;margin:0 auto;text-align:center}.newsletter-content h2{font-family:var(--font-serif);font-style:italic;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:400;margin-bottom:var(--space-xs)}.newsletter-content p{color:var(--black);opacity:.8;margin-bottom:var(--space-lg)}.newsletter-form{display:flex;gap:var(--space-xs)}.newsletter-form input{flex:1;padding:var(--space-sm);background:var(--white);border:1px solid transparent;border-radius:var(--radius-sm);color:var(--black);font-size:.9rem}.newsletter-form input::placeholder{color:var(--gray-600)}.newsletter-form input:focus{outline:none;border-color:var(--black)}.newsletter-form .btn-primary{background:var(--black);color:var(--pink)}.newsletter-form .btn-primary:hover{background:var(--gray-900)}@media (max-width: 900px){.counter{display:flex;flex-direction:column}.counter-top,.counter-bottom{display:contents}.counter-greeting{order:1}.counter-tiles{order:2}.counter-albums{order:3}.counter-timeline{order:4}.counter-search,.counter-bean{order:5}.counter-timeline{border-bottom:1px solid var(--gray-800)}.counter-timeline>.up-next{display:none}.up-next--mobile{display:block}.counter-tiles{flex-direction:row;border-right:none;border-bottom:1px solid var(--gray-800)}.kpi-tile{padding:var(--space-sm)}.counter-greeting{border-right:none;border-bottom:1px solid var(--gray-800)}.counter-albums{border-left:none;border-top:none;border-bottom:1px solid var(--gray-800)}.aux-feature-art{width:90px;min-width:90px}.counter-greeting,.counter-bean,.counter-search,.counter-albums{padding:var(--space-sm) var(--space-md)}.counter-search-results{left:var(--space-md);right:var(--space-md)}}@media (max-width: 768px){.blurbs-list{grid-template-columns:1fr}}@media (max-width: 600px){.counter-search-input{font-size:16px}.counter-tiles{flex-direction:column}.timeline-header{flex-wrap:wrap;gap:var(--space-sm)}.timeline-nav-row{gap:10px;width:100%;justify-content:center}.year-display h2{font-size:2.2rem;min-width:auto}.event-bars{width:100%}.counter-timeline{padding:var(--space-sm)}.counter-greeting,.counter-bean,.counter-search,.counter-albums{padding:var(--space-sm) var(--space-md)}.newsletter-form{flex-direction:column}.blurb-metric{flex-wrap:wrap}}:root{--black: #0a0a0a;--dark: #111111;--gray-900: #1a1a1a;--gray-800: #2a2a2a;--gray-700: #3a3a3a;--gray-600: #666666;--gray-500: #555555;--gray-400: #999999;--gray-200: #e5e5e5;--white: #ffffff;--cream: #faf9f7;--yellow: #f0c014;--yellow-hover: #d4a912;--pink: #e8a0b0;--pink-hover: #d88a9a;--pink-muted: #c4848f;--blue: #6ab0e8;--green: #7ec89b;--amber: #c89b6a;--font-main: "Instrument Sans", -apple-system, sans-serif;--font-serif: "Newsreader", Georgia, serif;--font-accent: "Newsreader", Georgia, serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 3rem;--space-xl: 5rem;--space-2xl: 8rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--transition: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-main);font-size:16px;line-height:1.6;color:var(--white);background-color:var(--black);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:var(--font-main)}.container{max-width:1200px;margin:0 auto;padding:0 var(--space-md)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.btn{display:inline-flex;align-items:center;gap:var(--space-xs);padding:var(--space-sm) var(--space-md);font-size:.9rem;font-weight:600;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);border:none;font-family:var(--font-main)}.btn-primary{background:var(--yellow);color:var(--black)}.btn-primary:hover{background:var(--yellow-hover)}.btn-outline{background:transparent;color:var(--white);border:1px solid var(--pink-muted)}.btn-outline:hover{border-color:var(--pink);color:var(--pink)}::selection{background:var(--yellow);color:var(--black)}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--yellow);outline-offset:2px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:var(--gray-800);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray-600)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
