@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_32cfc2c0-module__cXxFxW__className{font-family:Outfit,Outfit Fallback;font-style:normal}.outfit_32cfc2c0-module__cXxFxW__variable{--font-family-sans:"Outfit","Outfit Fallback"}
:root{--primary-h:260;--primary-s:100%;--primary-l:65%;--primary:hsl(var(--primary-h),var(--primary-s),var(--primary-l));--primary-foreground:#fff;--gradient-end:#ec4899;--glow-color:#f080ff;--secondary-h:180;--secondary-s:100%;--secondary-l:40%;--secondary:hsl(var(--secondary-h),var(--secondary-s),var(--secondary-l));--secondary-foreground:#fff;--background-h:240;--background-s:10%;--background-l:98%;--background:hsl(var(--background-h),var(--background-s),var(--background-l));--surface-h:0;--surface-s:0%;--surface-l:100%;--surface:hsl(var(--surface-h),var(--surface-s),var(--surface-l));--foreground-h:240;--foreground-s:10%;--foreground-l:10%;--foreground:hsl(var(--foreground-h),var(--foreground-s),var(--foreground-l));--muted-h:240;--muted-s:5%;--muted-l:90%;--muted:hsl(var(--muted-h),var(--muted-s),var(--muted-l));--muted-foreground:#6d6d78;--card:#fff;--card-foreground:#17171c;--popover:#fff;--popover-foreground:#17171c;--border:#d7d7db;--glass-border:#0000001a;--error:#ef4343;--success:#21c45d;--warning:#f59f0a;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--font-family-sans:"Outfit",sans-serif}@media (prefers-color-scheme:dark){:root{--background-h:240;--background-s:10%;--background-l:5%;--surface-h:240;--surface-s:5%;--surface-l:10%;--primary-h:293;--primary-s:100%;--primary-l:75%;--gradient-end:#884cff;--glow-color:#884cff;--foreground-h:0;--foreground-s:0%;--foreground-l:98%;--muted-l:20%;--muted-foreground:#a1a1aa;--border:#303036;--glass-border:#ffffff1a;--card:#17171c;--card-foreground:#fafafa;--popover:#17171c;--popover-foreground:#fafafa}}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100%}body{background:var(--background);color:var(--foreground);font-family:var(--font-family-sans);-webkit-font-smoothing:antialiased;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}button{cursor:pointer;font:inherit;background:0 0;border:none}a{color:inherit;text-decoration:none}.container{max-width:1200px;padding:0 var(--space-4);margin:0 auto}.btn{padding:var(--space-2)var(--space-4);background-color:var(--primary);color:var(--primary-foreground);border-radius:var(--radius-md);justify-content:center;align-items:center;font-weight:500;transition:opacity .2s;display:inline-flex}.btn:hover{opacity:.9}.btn-pill{border-radius:var(--radius-full);padding-left:var(--space-8);padding-right:var(--space-8)}.btn-following{color:#fff!important;background-color:#22c55e!important;border:1px solid #22c55e!important}.section-title{margin-bottom:var(--space-4);color:var(--foreground);font-size:1.5rem;font-weight:700}.glass{-webkit-backdrop-filter:blur(10px);border:1px solid var(--glass-border);background:#ffffff0d}.feed-grid{gap:var(--space-4);grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:768px){.feed-grid{gap:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}.mobile-scroll-feed{gap:var(--space-4);padding-bottom:var(--space-4);scrollbar-width:none;display:flex;overflow-x:auto}.mobile-scroll-feed::-webkit-scrollbar{display:none}.mobile-scroll-card{flex-shrink:0;width:160px;min-width:160px}@media (min-width:768px){.mobile-scroll-feed{grid-template-columns:repeat(auto-fill,minmax(var(--item-min-width,180px),1fr));gap:var(--space-6);padding-bottom:0;display:grid;overflow-x:visible}.mobile-scroll-card{width:auto;min-width:auto}.mobile-scroll-feed.feed-dense{--item-min-width:140px;gap:var(--space-4)}.mobile-view-all-card:not(.always-visible){display:none!important}}.horizontal-feed{gap:var(--space-4);padding-top:var(--space-4);padding-bottom:var(--space-4);scrollbar-width:none;display:flex;overflow-x:auto}.horizontal-feed::-webkit-scrollbar{display:none}.horizontal-feed>*{flex-shrink:0;width:160px}@media (min-width:768px){.horizontal-feed{gap:var(--space-6);scrollbar-width:auto}.horizontal-feed::-webkit-scrollbar{height:8px;display:block}.horizontal-feed::-webkit-scrollbar-track{background:0 0}.horizontal-feed::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:4px}.horizontal-feed::-webkit-scrollbar-thumb:hover{background-color:var(--muted-foreground)}.horizontal-feed>*{width:200px}}.view-all-btn{align-items:center;gap:var(--space-2);color:inherit;flex-direction:row;transition:opacity .2s;display:flex;text-decoration:none!important}@media (max-width:767px){.view-all-btn.desktop-only{display:none!important}}.view-all-btn:hover{opacity:.8}.view-all-circle{background:var(--surface);border:1px solid var(--border);color:var(--primary);border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,background-color .2s,color .2s;display:flex}.view-all-btn .view-all-circle{width:40px;height:40px}.view-all-btn:hover .view-all-circle,.view-all-btn:active .view-all-circle,.mobile-view-all-card:hover .view-all-circle,.mobile-view-all-card:active .view-all-circle{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary);box-shadow:0 0 10px var(--glow-color);transform:scale(1.1)}.view-all-btn .view-all-text{color:var(--primary);font-size:.875rem;font-weight:500;text-decoration:none!important}.view-all-btn:hover .view-all-text{opacity:.8}.mobile-view-all-card{justify-content:center;align-items:center;gap:var(--space-2);text-align:center;width:100px;min-width:100px;color:var(--primary);margin-right:var(--space-2);flex-direction:column;flex-shrink:0;text-decoration:none;display:flex}.mobile-view-all-card .view-all-circle{width:48px;height:48px;margin:0 auto}@media (min-width:768px){.mobile-view-all-card{width:auto;min-width:auto;display:flex}.mobile-view-all-card .view-all-circle{width:40px;height:40px}}.profile-recent-view-all{display:none!important}@media (min-width:768px){.profile-recent-view-all{display:flex!important}}.card-hover{transition:transform .3s,box-shadow .3s}.card-hover:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.spinner{border:2px solid var(--muted);border-top-color:var(--primary);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}.desktop-only{display:none}@media (min-width:640px){.desktop-only{display:inline}}.mobile-only{display:block}@media (min-width:768px){.mobile-only{display:none!important}}.desktop-flex{display:none!important}@media (min-width:768px){.desktop-flex{display:flex!important}}.album-header{gap:var(--space-8);flex-direction:column;display:flex}@media (min-width:768px){.album-header{flex-direction:row}}@keyframes spin-border{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes subtle-glow{0%,to{box-shadow:0 0 5px 0 var(--glow-color)}50%{box-shadow:0 0 10px 0 var(--glow-color)}}@keyframes intense-glow{0%,to{box-shadow:0 0 20px 5px var(--glow-color),0 0 10px 2px var(--glow-color)}50%{box-shadow:0 0 30px 10px var(--glow-color),0 0 20px 5px var(--glow-color)}}.btn-glow{z-index:1;box-shadow:0 0 10px var(--glow-color);background:0 0;border:none;animation:3s ease-in-out infinite subtle-glow;position:relative;overflow:hidden}.btn-glow:before{content:"";background:conic-gradient(transparent 0deg,transparent 20deg,var(--glow-color)40deg,var(--glow-color)60deg,transparent 80deg);z-index:-2;width:300%;height:300%;animation:4s linear infinite spin-border;position:absolute;top:50%;left:50%}.btn-glow:after{content:"";background:var(--primary);border-radius:calc(var(--radius-md) - 2px);z-index:-1;position:absolute;inset:2px}.btn-glow:hover{animation:1.5s ease-in-out infinite intense-glow}.btn-glow:hover:before{animation:2s linear infinite spin-border}.btn-glow.btn-pill{border-radius:var(--radius-full)}.btn-glow.btn-pill:after{border-radius:calc(var(--radius-full) - 2px)}@media (prefers-color-scheme:dark){.navbar-logo{filter:invert()hue-rotate(180deg)brightness(1.2)}}@media (max-width:768px){.mobile-grid-2{gap:var(--space-4)!important;grid-template-columns:repeat(2,1fr)!important;display:grid!important}input,select,textarea,.btn{font-size:16px!important}}.login-container{justify-content:center;align-items:center;min-height:calc(100vh - 100px);display:flex;overflow:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1}}.artist-info-grid{gap:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}@media (max-width:767px){.artist-info-grid{gap:var(--space-4);flex-wrap:wrap;display:flex}.artist-info-grid>div,.artist-info-grid>.info-item-type,.artist-info-grid>.info-item-origin,.artist-info-grid>.info-item-born{flex:1;min-width:0}.artist-info-grid>.info-item-top-albums{margin-top:var(--space-2);flex-basis:100%;order:10}.artist-info-grid>.info-item-links{margin-top:var(--space-2);flex-basis:100%;order:11}}.artist-albums-grid{gap:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(200px,1fr));display:grid}@media (max-width:767px){.artist-albums-grid{gap:var(--space-4);grid-template-columns:repeat(2,1fr)}}.artist-page-name{font-size:3rem;font-weight:700;line-height:1.1}@media (max-width:767px){.artist-page-name{font-size:1.75rem}}.artist-fav-desktop{display:block}.artist-fav-mobile{display:none}@media (max-width:767px){.artist-fav-desktop{display:none}.artist-fav-mobile{display:block}}.site-footer{padding:var(--space-8)var(--space-4);text-align:center;color:var(--muted-foreground);font-size:.875rem}@media (max-width:768px){.site-footer{padding-bottom:100px}}.album-wars-container{align-items:center;gap:var(--space-8);flex-direction:column;width:100%;max-width:1000px;margin:0 auto;display:flex}.matchup-selection-grid{align-items:center;gap:var(--space-2);flex-direction:column;width:100%;display:flex}@media (min-width:700px){.matchup-selection-grid{place-items:flex-start center;gap:var(--space-4);grid-template-columns:1fr auto 1fr;display:grid}}.winner-card-grid{gap:var(--space-8);flex-direction:column;align-items:center;width:100%;max-width:800px;display:flex}@media (min-width:768px){.winner-card-grid{gap:var(--space-8);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-8);background:#ffffff08;grid-template-columns:300px 1fr;align-items:center;display:grid}}.pro-page-container{min-height:calc(100vh - 100px);padding:var(--space-8)var(--space-4);flex-direction:column;justify-content:center;align-items:center;display:flex}.pro-card{border:1px solid var(--border);width:100%;max-width:380px;margin-top:var(--space-8);font-family:var(--font-family-sans);background:#1c1c1c;border-radius:8px;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000080}.pro-card-header{padding:var(--space-6)var(--space-6)0 var(--space-6);text-align:left}.pro-card-divider{background:var(--border);height:1px;margin:var(--space-6)0;opacity:.5}.pro-card-body{padding:0 var(--space-6)var(--space-6)var(--space-6)}.pro-feature-list{gap:var(--space-3);margin-bottom:var(--space-6);flex-direction:column;display:flex}.pro-feature-item{align-items:flex-start;gap:var(--space-3);text-align:left;color:#e5e5e5;font-size:.9rem;display:flex}.pro-feature-icon{width:20px;height:20px;color:var(--primary);flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.pro-upgrade-btn{width:100%;padding:var(--space-3);background:var(--primary);color:#fff;text-align:center;margin-top:var(--space-4);border:1px solid #0000;border-radius:6px;font-size:.9rem;font-weight:500;transition:all .2s;display:block}.pro-upgrade-btn:hover{opacity:.9;transform:translateY(-1px)}.pro-badge-label{color:var(--primary);letter-spacing:.05em;margin-bottom:var(--space-2);font-size:1rem;font-weight:700;display:inline-block}.text-gradient{background:linear-gradient(to right,var(--foreground),var(--muted-foreground));color:#0000;-webkit-background-clip:text;background-clip:text}.search-results-grid{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(180px,1fr));display:grid}@media (max-width:767px){.search-results-grid{grid-template-columns:repeat(2,1fr)}}@keyframes modalPop{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.help-icon{width:48px;height:48px}@media (min-width:768px){.help-icon{width:24px;height:24px}}@media (max-width:768px){.help-page-container{padding-bottom:120px!important}}.help-icon-search{width:44px;height:44px}@media (min-width:768px){.help-icon-search{width:24px;height:24px}}
