body{font-family:sans-serif;margin:0;padding:0;background:#f8f8f8;color:#222}header{padding:1rem;text-align:center;background:#333;color:#fff}#previewBar{position:fixed;bottom:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;background:#222;color:#fff;padding:10px 20px;box-shadow:0 4px 12px #0006;border-radius:12px;z-index:9999;max-width:800px;width:90%}#previewBar img{width:50px;height:50px;border-radius:6px;object-fit:cover}#previewBar .info{flex:1;overflow:hidden}#previewBar .info strong{display:block;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#previewBar .info small{font-size:12px;opacity:.8}#previewBar button{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;margin-left:10px}#previewBar .spectrum{display:flex;align-items:flex-end;height:20px;gap:2px;margin-top:4px}#previewBar .spectrum div{flex:1;background:#32cd32;border-radius:2px;height:5%;transition:height .1s ease}#previewBar button:hover{opacity:.8}#previewBar #closeBtn{background:#ffffff1a;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .2s ease}#previewBar #closeBtn:hover{background:#fff3;transform:scale(1.1)}#previewBar audio{display:none}.filters{position:sticky;top:0;background:#fff;z-index:10;justify-content:center;padding:10px;display:flex;flex-wrap:wrap;gap:10px;border-bottom:1px solid #ddd}button.filter-btn{background:#ddd;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:background .2s}button.filter-btn.active{background:#333;color:#fff}#genreFilter{padding:.5rem;border-radius:4px;border:1px solid #ccc}.random-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:700;transition:all .3s ease;box-shadow:0 2px 8px #667eea4d}.random-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea80}.random-btn:active{transform:translateY(0)}.search-container{position:relative;display:inline-block}#searchBox{min-width:200px;padding:.5rem 2rem .5rem .5rem;border-radius:4px;border:1px solid #ccc}.clear-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:#999;font-size:1.2rem;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:color .2s}.clear-btn:hover{color:#333}.nsfw-toggle{border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:700;transition:all .3s ease;box-shadow:0 2px 8px #0003}.nsfw-toggle.enabled{background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff}.nsfw-toggle.disabled{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.nsfw-toggle:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.nsfw-toggle:active{transform:translateY(0)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;padding:1rem;max-width:1200px;margin:0 auto}.album{background:#fff;border-radius:8px;box-shadow:0 2px 6px #0000001a;display:flex;flex-direction:column;text-align:center;transition:transform .2s ease;height:100%}.album-cover-container{position:relative;width:100%;aspect-ratio:1 / 1}.album img{width:100%;height:100%;object-fit:cover;aspect-ratio:1 / 1;border-radius:8px 8px 0 0;transition:filter .3s ease}.album img.nsfw-blur{filter:blur(20px)}.nsfw-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;background:#0000004d;border-radius:8px 8px 0 0;transition:background .3s ease}.nsfw-overlay:hover{background:#00000080}.nsfw-badge{background:#dc2626;color:#fff;padding:6px 16px;border-radius:20px;font-weight:700;font-size:.9rem;margin-bottom:8px;box-shadow:0 2px 8px #dc262680}.nsfw-reveal-text{color:#fff;font-size:.85rem;opacity:.9;text-shadow:0 1px 3px rgba(0,0,0,.8)}.album-info{padding:.5rem;font-size:.85rem;flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start}.album-info strong{display:block;font-size:.9rem;margin-bottom:.2rem}.album-info a,.album-info .artist-link{color:#000;background:none;border:none;padding:0;font:inherit;cursor:pointer;text-decoration:none}.album-info a:hover,.album-info .artist-link:hover{text-decoration:underline}.album:hover{transform:scale(1.03);transition:transform .2s ease;box-shadow:0 4px 10px #0000004d}.grid.single-result .album img{max-width:600px;margin:0 auto}.grid.single-result{display:flex;justify-content:center}.tracks-toggle{background:none;color:#333;border:1px solid #ccc;padding:4px 6px;margin:auto 8px 8px;border-radius:4px;cursor:pointer;font-size:.8rem;align-self:center;transition:background .2s}.tracks-toggle:hover{background:#f0f0f0}.tracks-list{margin:0;padding:8px;background:#fafafa;border-top:1px solid #eee;max-height:200px;overflow-y:auto;font-size:.85rem;text-align:left}.tracks-list.hidden{display:none}.tracks-list ul{list-style:none;padding:0;margin:0}.tracks-list li{display:flex;justify-content:space-between;padding:2px 0;border-bottom:1px solid #eee}.album-actions{display:flex;justify-content:center;gap:8px;margin:auto 0 8px}.album-actions button{width:36px;height:36px;border-radius:50%;border:1px solid #ccc;background:#fff;font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .1s ease}.album-actions button:hover{background:#f0f0f0;transform:scale(1.1)}.album-actions .tracks-toggle.active{background:#ddd}.heart-button{background:#fff!important;border:2px solid #e0e0e0!important;transition:all .3s ease!important}.heart-button:hover{transform:scale(1.2)!important;border-color:#ff6b9d!important}.heart-button.hearted{border-color:#ff6b9d!important;background:#fff0f5!important;animation:heartBeat .3s ease}@keyframes heartBeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.genre{font-size:10px;margin-bottom:5px}.most-popular{background:linear-gradient(135deg,#ff6b9d,#c471ed);color:#fff;border-radius:12px;margin:1rem auto;max-width:1200px;box-shadow:0 8px 24px #ff6b9d4d;transition:all .3s ease}.most-popular.collapsed{padding:1rem 2rem}.most-popular.expanded{padding:2rem}.most-popular-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.most-popular.expanded .most-popular-header{margin-bottom:1.5rem}.most-popular.collapsed .most-popular-header{margin-bottom:0}.most-popular-header h3{margin:0;font-size:1.5rem}.most-popular-header-right{display:flex;align-items:center;gap:1rem}.favorite-count{background:#fff3;padding:4px 12px;border-radius:12px;font-size:.9rem}.most-popular-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.favorite-album{background:#ffffff1a;border-radius:8px;overflow:hidden;transition:all .3s ease;cursor:pointer}.favorite-album:hover{transform:translateY(-4px);background:#fff3;box-shadow:0 4px 12px #0003}.favorite-album img{width:100%;aspect-ratio:1 / 1;object-fit:cover;display:block}.favorite-album-info{padding:.75rem}.favorite-album-title{font-weight:700;font-size:.85rem;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.favorite-album-artist{font-size:.75rem;opacity:.9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.now-playing{position:fixed;bottom:20px;right:20px;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;padding:12px;display:flex;align-items:center;gap:12px;max-width:400px;box-shadow:0 4px 12px #0000004d;z-index:1000}.now-playing.error{background:#8b0000cc;color:#fff}.now-playing-badge{position:absolute;top:-8px;left:12px;background:#d51007;color:#fff;padding:2px 8px;border-radius:12px;font-size:.7rem;font-weight:700}.now-playing .album-art{width:84px;height:84px;border-radius:4px;object-fit:cover}.now-playing .track-info{flex:1;min-width:0}.now-playing .track-name{font-weight:700;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff}.now-playing .track-artist{font-size:.8rem;color:#ccc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.now-playing .track-album{font-size:.7rem;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}@media (max-width: 768px){.now-playing{bottom:10px;right:10px;max-width:250px}.now-playing .album-art{width:48px;height:48px}}.collection-stats{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;margin:1rem auto;max-width:1200px;box-shadow:0 8px 24px #667eea4d;transition:all .3s ease}.collection-stats.collapsed{padding:1rem 2rem}.collection-stats.expanded{padding:2rem}.stats-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.stats-header:hover{opacity:.95}.stats-header h3{margin:0;font-size:1.8rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2)}.collapse-toggle{background:#fff3;border:none;color:#fff;font-size:1.2rem;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.collapse-toggle:hover{background:#ffffff4d;transform:scale(1.1)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem;margin-top:1.5rem}.stat-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;padding:1.5rem 1rem;text-align:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.stat-card:hover{transform:translateY(-4px);background:#ffffff40;box-shadow:0 8px 16px #0003}.stat-card.wide{grid-column:span 2}.stat-value{font-size:3rem;font-weight:700;line-height:1;margin-bottom:.5rem;text-shadow:0 2px 8px rgba(0,0,0,.2)}.stat-value.small{font-size:1.5rem}.stat-label{font-size:.9rem;opacity:.9;text-transform:uppercase;letter-spacing:1px;font-weight:500}.top-artists{background:#ffffff1a;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.2)}.top-artists h4{margin:0 0 1rem;font-size:1.2rem;font-weight:600}.top-artists-list{display:flex;flex-direction:column;gap:.75rem}.top-artist-item{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:1rem;background:#ffffff0d;padding:.75rem 1rem;border-radius:6px;transition:all .2s ease}.top-artist-item:hover{background:#ffffff26;transform:translate(4px)}.artist-rank{font-weight:700;font-size:1.1rem;color:gold;text-align:center}.artist-name{font-weight:500;font-size:1rem}.artist-count{font-size:.9rem;opacity:.9;background:#ffffff1a;padding:4px 10px;border-radius:12px;white-space:nowrap}.category-breakdown{background:#ffffff1a;border-radius:8px;padding:1.5rem;border:1px solid rgba(255,255,255,.2)}.category-breakdown h4{margin:0 0 1rem;font-size:1.2rem;font-weight:600}.category-bars{display:flex;flex-direction:column;gap:.75rem}.category-bar-item{display:grid;grid-template-columns:100px 1fr 60px;align-items:center;gap:1rem}.category-name{font-weight:500;text-transform:capitalize}.category-bar-container{background:#0003;border-radius:4px;height:24px;overflow:hidden}.category-bar-fill{background:linear-gradient(90deg,#48bb78,#38a169);height:100%;transition:width .5s ease;border-radius:4px;box-shadow:0 2px 4px #0003}.category-count{font-weight:700;text-align:right}@media (max-width: 768px){.collection-stats.collapsed{padding:.75rem 1rem;margin:1rem}.collection-stats.expanded{padding:1.5rem;margin:1rem}.stats-header h3{font-size:1.4rem}.collapse-toggle{width:32px;height:32px;font-size:1rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-card.wide{grid-column:span 1}.stat-value{font-size:2rem}.category-bar-item{grid-template-columns:80px 1fr 50px;gap:.5rem}}.world-map-container{padding:2rem;max-width:1400px;margin:0 auto}.world-map-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.world-map-header h2{margin:0;font-size:2rem;color:#333}.reset-button{background:#666;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:background .3s ease}.reset-button:hover{background:#555}.world-map-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:start}.map-wrapper{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000001a;overflow:hidden}.country-marker{cursor:pointer;transition:fill .2s ease,r .2s ease}.country-marker:hover{fill:#b91c1c;r:12}.country-list,.country-details{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;max-height:600px;overflow-y:auto}.country-list h3,.country-details h3{margin:0 0 1rem;font-size:1.5rem;color:#333}.country-list-items{display:flex;flex-direction:column;gap:.5rem}.country-list-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8f8f8;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease,transform .2s ease;text-align:left;width:100%}.country-list-item:hover{background:#e8e8e8;transform:translate(4px)}.country-name{font-weight:600;color:#333;font-size:1rem}.country-count{color:#666;font-size:.9rem}.no-country-item{background:#fff3cd;border:1px solid #ffc107}.no-country-item:hover{background:#ffe69c}.country-flag{font-size:1.2em;margin-right:.5rem;display:inline-block}.country-albums{display:flex;flex-direction:column;gap:1rem}.country-album-card{display:flex;gap:1rem;padding:.75rem;background:#f8f8f8;border-radius:8px;transition:background .2s ease}.country-album-card:hover{background:#e8e8e8}.country-album-card img{width:60px;height:60px;border-radius:6px;object-fit:cover}.country-album-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.country-album-info strong{color:#333;font-size:.95rem}.country-album-info span{color:#666;font-size:.85rem}.country-album-info .year{color:#999;font-size:.8rem}@media (max-width: 1024px){.world-map-content{grid-template-columns:1fr}.map-wrapper{min-height:400px}}.main-nav{display:flex;justify-content:center;gap:1rem;padding:1rem;background:#fff;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;flex-wrap:wrap}.main-nav a{text-decoration:none;flex:0 0 auto}.main-nav button{padding:.75rem 2rem;border:2px solid #ddd;background:#fff;color:#666;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.main-nav button:hover{border-color:#999;color:#333}.main-nav button.active{background:#333;border-color:#333;color:#fff}@media (max-width: 768px){.main-nav{flex-direction:column;gap:.5rem;padding:.75rem}.main-nav a{width:100%}.main-nav button{width:100%;padding:.875rem 1rem;font-size:.95rem;text-align:center}}.scrobbling-history{max-width:1400px;margin:0 auto;padding:2rem}.current-obsession{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 24px #f5576c4d}.current-obsession h2{margin:0 0 1.5rem;font-size:1.8rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2)}.obsession-content{display:flex;gap:2rem;align-items:center}.obsession-artwork{flex-shrink:0}.obsession-artwork img{width:200px;height:200px;border-radius:12px;box-shadow:0 8px 16px #0000004d;object-fit:cover}.obsession-info{flex:1;display:flex;flex-direction:column;gap:.75rem}.obsession-album{font-size:2rem;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.2);line-height:1.2}.obsession-artist{font-size:1.3rem;opacity:.95}.obsession-playcount{font-size:1rem;opacity:.85;margin-top:.5rem;background:#fff3;padding:.5rem 1rem;border-radius:8px;display:inline-block;align-self:flex-start}.scrobbling-header{margin-bottom:2rem}.scrobbling-header h2{font-size:2rem;color:#333;margin-bottom:1.5rem;text-align:center}.scrobbling-disclaimer{text-align:center;color:#999;font-size:.85rem;font-style:italic;margin:0 auto 1.5rem;max-width:600px;line-height:1.4}.scrobbling-controls{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.time-range-filters{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.time-range-filters button{padding:.5rem 1.5rem;border:2px solid #ddd;background:#fff;color:#666;font-size:.9rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s ease}.time-range-filters button:hover{border-color:#667eea;color:#667eea}.time-range-filters button.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.sort-toggle{display:flex;gap:.5rem;background:#f5f5f5;padding:.25rem;border-radius:8px}.sort-toggle button{padding:.5rem 1rem;border:none;background:transparent;color:#666;font-size:.9rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.sort-toggle button:hover{background:#667eea1a;color:#667eea}.sort-toggle button.active{background:#fff;color:#667eea;box-shadow:0 2px 4px #0000001a}.scrobbles-loading{text-align:center;padding:3rem;color:#999;font-size:1.1rem}.scrobbles-list{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.scrobble-row{display:grid;grid-template-columns:64px 1fr 200px 150px;gap:1rem;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #f0f0f0;transition:background .2s ease}.scrobble-row:last-child{border-bottom:none}.scrobble-row:hover{background:#f8f9ff}.scrobble-artwork{width:64px;height:64px;border-radius:4px;overflow:hidden;background:#f0f0f0;flex-shrink:0}.scrobble-artwork img{width:100%;height:100%;object-fit:cover;display:block}.scrobble-artwork-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#ccc;background:#f5f5f5}.scrobble-track{font-weight:600;font-size:.95rem;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scrobble-link{color:#667eea;text-decoration:none;transition:all .2s ease;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.scrobble-link:hover{text-decoration:underline;opacity:.8}.scrobble-link:visited{background:linear-gradient(135deg,#764ba2,#667eea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.scrobble-artist{font-size:.9rem;color:#667eea;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scrobble-date{font-size:.85rem;color:#999;text-align:right;white-space:nowrap}.no-scrobbles{text-align:center;padding:4rem 2rem;color:#999;font-size:1.1rem}.pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:3rem;padding:2rem 0}.pagination button{padding:.75rem 1.5rem;border:2px solid #ddd;background:#fff;color:#666;font-size:.9rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s ease}.pagination button:hover:not(:disabled){border-color:#667eea;color:#667eea;background:#f8f9ff}.pagination button:disabled{opacity:.4;cursor:not-allowed}.page-info{font-size:.95rem;color:#666;font-weight:600}.error-message{text-align:center;padding:3rem;color:#d51007;font-size:1.1rem;background:#ffe6e6;border-radius:8px;margin:2rem}@media (max-width: 1024px){.scrobble-row{grid-template-columns:56px 1fr 150px 120px;gap:.75rem;padding:.65rem .75rem}.scrobble-artwork{width:56px;height:56px}.scrobble-track{font-size:.9rem}.scrobble-artist{font-size:.85rem}.scrobble-date{font-size:.8rem}}@media (max-width: 768px){.scrobbling-history{padding:1rem}.current-obsession{padding:1.5rem}.current-obsession h2{font-size:1.4rem}.obsession-content{flex-direction:column;text-align:center}.obsession-artwork img{width:160px;height:160px}.obsession-album{font-size:1.5rem}.obsession-artist{font-size:1.1rem}.obsession-playcount{align-self:center}.scrobbling-controls{flex-direction:column;align-items:stretch}.time-range-filters{order:2}.sort-toggle{order:1;justify-content:center}.scrobble-row{grid-template-columns:48px 1fr 100px;gap:.5rem;padding:.5rem}.scrobble-artwork{width:48px;height:48px}.scrobble-artist{display:none}.scrobble-track{font-size:.85rem}.scrobble-date{font-size:.75rem}.pagination{gap:1rem;flex-wrap:wrap}.pagination button{padding:.5rem 1rem;font-size:.85rem}}.about-page{max-width:1400px;margin:0 auto;padding:2rem}.music-gear-section,.site-info-section{margin-bottom:4rem}.music-gear-section h1,.site-info-section h1{font-size:2.5rem;color:#333;margin-bottom:1rem;text-align:center}.section-intro{text-align:center;color:#666;font-size:1.1rem;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.listening-station{margin-bottom:3rem}.listening-station h2{font-size:1.8rem;color:#667eea;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #667eea}.gear-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.gear-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.gear-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.gear-image-placeholder{width:100%;height:180px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;overflow:hidden}.gear-image-placeholder img{width:100%;height:100%;object-fit:cover}.placeholder-icon{font-size:3rem;opacity:.5}.gear-info h3{font-size:1.3rem;color:#333;margin-bottom:.5rem}.gear-info p{color:#666;font-size:.95rem;line-height:1.5}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.info-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.info-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.info-card h3{font-size:1.4rem;color:#667eea;margin-bottom:1rem}.info-card ul{list-style:none;padding:0;margin:0}.info-card li{color:#666;font-size:.95rem;line-height:2;padding-left:1.5rem;position:relative}.info-card li:before{content:"▸";position:absolute;left:0;color:#667eea;font-weight:700}.info-card li strong{color:#333}.site-purpose{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 8px 24px #667eea4d}.site-purpose h3{font-size:1.8rem;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.site-purpose p{font-size:1.1rem;line-height:1.8;opacity:.95}@media (max-width: 768px){.about-page{padding:1rem}.music-gear-section h1,.site-info-section h1{font-size:2rem}.listening-station h2{font-size:1.5rem}.gear-grid,.info-grid{grid-template-columns:1fr}.site-purpose{padding:1.5rem}}.album-details-page{max-width:1200px;margin:0 auto;padding:2rem}.album-details-nav{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem}.back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:2px solid #ddd;background:#fff;color:#666;font-size:.95rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease}.back-button:hover{border-color:#333;color:#333;background:#f8f8f8}.album-details-container{display:grid;grid-template-columns:400px 1fr;gap:3rem;margin-bottom:3rem;background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #00000014}.album-details-cover{position:sticky;top:2rem;height:fit-content;position:relative}.album-details-cover img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 32px #00000026;transition:filter .3s ease}.album-details-cover img.nsfw-blur{filter:blur(20px)}.album-details-cover .nsfw-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#00000080;border-radius:12px;cursor:pointer;transition:background .3s ease}.album-details-cover .nsfw-overlay:hover{background:#0009}.album-details-cover .nsfw-badge{background:#dc2626;color:#fff;padding:.5rem 1.5rem;border-radius:25px;font-weight:700;font-size:1.2rem;margin-bottom:.75rem;box-shadow:0 4px 12px #dc262666}.album-details-cover .nsfw-reveal-text{color:#fff;font-size:.95rem;opacity:.9}.album-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1.5rem}.album-details-info h1{font-size:2.5rem;margin:0 0 .5rem;color:#222;line-height:1.2}.album-details-info h2{font-size:1.5rem;margin:0;color:#666;font-weight:500}.play-preview-button{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea66;white-space:nowrap}.play-preview-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.play-preview-button:active{transform:translateY(0)}.album-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f0f0f0}.meta-item{font-size:.95rem;color:#555}.meta-item strong{color:#333;margin-right:.5rem}.album-label,.album-country{font-size:.95rem;color:#555;margin-bottom:1rem}.album-label strong,.album-country strong{color:#333;margin-right:.5rem}.album-description{margin-top:2rem}.album-description h3{font-size:1.3rem;margin-bottom:1rem;color:#333}.album-description p{font-size:1rem;line-height:1.7;color:#555}.album-tags{margin-top:2rem}.album-tags h3{font-size:1.1rem;margin-bottom:.75rem;color:#333}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500}.loading-indicator{text-align:center;padding:2rem;color:#999;font-style:italic}.tracklist-section{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #00000014;margin-bottom:2rem}.tracklist-section h3{font-size:1.5rem;margin:0 0 1.5rem;color:#333}.tracklist{display:flex;flex-direction:column;gap:.5rem}.track-item{display:grid;grid-template-columns:40px 1fr auto;gap:1rem;padding:.75rem 1rem;background:#f8f8f8;border-radius:8px;transition:all .2s ease}.track-item:hover{background:#f0f0f0}.track-number{color:#999;font-weight:600;text-align:center}.track-name{color:#333;font-size:.95rem}.track-duration{color:#666;font-size:.9rem;font-family:monospace}.external-links{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.external-link{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.external-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}@media (max-width: 1024px){.album-details-container{grid-template-columns:300px 1fr;gap:2rem;padding:2rem}.album-details-info h1{font-size:2rem}.album-details-info h2{font-size:1.3rem}}@media (max-width: 768px){.album-details-page{padding:1rem}.album-details-nav{flex-direction:column;gap:.75rem}.album-details-nav .back-button,.album-details-nav .random-btn{width:100%;justify-content:center}.album-details-container{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.album-details-cover{position:static}.album-details-cover img{max-width:300px;margin:0 auto;display:block}.album-header{flex-direction:column;align-items:center;gap:1rem;text-align:center}.album-details-info h1{font-size:1.75rem}.album-details-info h2{font-size:1.2rem}.play-preview-button{width:100%;justify-content:center}.album-meta{flex-direction:column;gap:.75rem}.tracklist-section{padding:1.5rem}.track-item{grid-template-columns:30px 1fr auto;gap:.75rem;padding:.65rem .75rem}.track-name{font-size:.9rem}}
