:root{--bg-dark: #050505;--bg-card: #121212;--bg-glass: rgba(18, 18, 18, .7);--primary: #b026ff;--secondary: #00f0ff;--text-main: #ffffff;--text-muted: #a0a0a0;--font-main: Inter, system-ui, sans-serif;--spacing-container: 1200px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#050505;color:#fff;font-family:Inter,system-ui,sans-serif;line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit;transition:color .3s ease}ul{list-style:none}img{max-width:100%;display:block}h1,h2,h3{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:3.5rem;letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#b026ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){h1{font-size:2.5rem}}h2{font-size:2.5rem;color:#fff}h3{font-size:1.5rem;color:#00f0ff;margin-bottom:.5rem}p{color:#a0a0a0;margin-bottom:1.5rem;font-size:1.1rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}@media(max-width:480px){.section{padding:2.5rem 0}}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:1fr 1fr}@media(max-width:768px){.grid-2{grid-template-columns:1fr}}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.flex{display:flex;gap:1rem}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.text-center{text-align:center}.btn{display:inline-block;padding:1rem 2rem;border-radius:50px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background:#b026ff;color:#fff;box-shadow:0 0 20px #b026ff66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 30px #b026ff99}.btn-secondary{background:transparent;border:2px solid #00f0ff;color:#00f0ff}.btn-secondary:hover{background:#00f0ff1a;box-shadow:0 0 20px #00f0ff33}.btn-ghost{background:transparent;border:1px solid rgba(255,255,255,.2);color:#fffc}.btn-ghost:hover{background:#ffffff1a;border-color:#fff6;color:#fff}.btn-sm{padding:.5rem 1.5rem;font-size:.85rem}.card{background:#121212;padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.05);transition:transform .3s ease}@media(max-width:480px){.card{padding:1rem}}.card:hover{transform:translateY(-5px);border-color:#ffffff1a}.badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;background:#ffffff1a;color:#fff;margin-bottom:1rem}.hero{padding:8rem 0 5rem;position:relative;overflow:hidden}@media(max-width:768px){.hero{padding-top:6rem}}.hero:before{content:"";position:absolute;top:-50%;left:-20%;width:80%;height:200%;background:radial-gradient(circle,rgba(176,38,255,.15) 0%,transparent 70%);z-index:-1}.hero-content{max-width:600px}@media(max-width:768px){.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;margin:0 auto 3rem}}.hero-mockup{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 50px #00000080;border:1px solid rgba(255,255,255,.1)}.step-icon{width:100px;height:100px;object-fit:contain;margin-bottom:1.5rem;display:block;filter:drop-shadow(0 0 10px rgba(176,38,255,.3));transition:transform .3s ease}.step-icon:hover{transform:scale(1.1)}.form-group{margin-bottom:1rem}.checkbox-group{margin-top:1rem;margin-bottom:1rem}.checkbox-group .checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.85rem;line-height:1.4;color:#ffffffb3;text-align:left;position:relative}.checkbox-group .checkbox-label input[type=checkbox]{appearance:none;-webkit-appearance:none;width:18px;height:18px;min-width:18px;border:2px solid #00f0ff;border-radius:3px;cursor:pointer;position:relative;margin-top:0;padding:0;background:transparent;transition:all .3s ease;flex-shrink:0}@media(max-width:480px){.checkbox-group .checkbox-label input[type=checkbox]{margin-right:5px}}.checkbox-group .checkbox-label input[type=checkbox]:hover{background:#00f0ff1a;box-shadow:0 0 8px #00f0ff4d}.checkbox-group .checkbox-label input[type=checkbox]:checked{background:#00f0ff33;border-color:#00f0ff}.checkbox-group .checkbox-label input[type=checkbox]:checked:after{content:"";position:absolute;left:4px;top:1px;width:4px;height:7px;border:solid #b026ff;border-width:0 2.5px 2.5px 0;transform:rotate(45deg)}.checkbox-group .checkbox-label input[type=checkbox]:focus{outline:none;box-shadow:0 0 0 3px #00f0ff33}.checkbox-group .checkbox-label a{color:#00f0ff;text-decoration:none}.checkbox-group .checkbox-label a:hover{text-decoration:underline}input,select,textarea{width:100%;padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-family:inherit}input:focus,select:focus,textarea:focus{outline:none;border-color:#b026ff;background:#ffffff1a}.role-section{position:relative}.role-section:after{content:"";position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(0,240,255,.05) 0%,transparent 70%);border-radius:50%;z-index:-1}footer{border-top:1px solid rgba(255,255,255,.05);padding:3rem 0;margin-top:5rem;text-align:center;color:#a0a0a0}footer .footer-content{display:flex;flex-direction:column;align-items:center;gap:1rem}footer .footer-content .footer-socials{display:flex;align-items:center;gap:1.5rem;margin-bottom:.5rem}footer .footer-content .footer-socials a{color:#a0a0a0;transition:all .3s ease;display:flex;align-items:center;justify-content:center}footer .footer-content .footer-socials a:hover{color:#b026ff;transform:translateY(-2px)}footer .footer-content .footer-socials a svg{width:20px;height:20px;fill:currentColor}footer .footer-content p{font-size:1rem}footer .footer-links{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center;font-size:.9rem}footer .footer-links a{color:#a0a0a0;text-decoration:none;transition:color .2s}footer .footer-links a:hover{color:#fff;text-decoration:underline}footer .footer-links .separator{color:#fff3}.landing-nav{padding-top:2rem;justify-content:space-between;align-items:flex-end;margin-bottom:20px}@media(max-width:768px){.landing-nav{flex-direction:column;align-items:center;gap:1rem;padding-top:1rem;margin-bottom:5px}}@media(max-width:768px){.landing-nav>div:first-child{width:100%;justify-content:space-between}}.landing-nav .logo-text{font-weight:800;font-size:1.5rem;letter-spacing:-.05em}.landing-nav .badge-beta{margin-bottom:0;margin-left:1rem;color:#00f0ff;background:#00f0ff1a}@media(max-width:480px){.landing-nav .badge-beta{text-align:center;margin-left:0}}.landing-nav .btn-invite{padding:.5rem 1.5rem;font-size:.9rem}.section-usp h2{text-align:left}@media(max-width:768px){.section-usp h2{text-align:center}}.section-usp .subtitle{font-size:1.5rem;color:#fff;text-align:left}@media(max-width:768px){.section-usp .subtitle{text-align:center}}.section-usp .usp-list{margin-top:2rem}.section-usp .usp-list li{margin-bottom:1.5rem;flex-direction:row;align-items:flex-start}@media(max-width:480px){.section-usp .usp-list li{flex-direction:row!important;align-items:flex-start!important}}.section-usp .usp-list li .check-icon{color:#b026ff;margin-right:1rem;flex-shrink:0}.section-usp .usp-list li strong{color:#fff}.section-usp .usp-list li p{margin-bottom:0;font-size:1rem}.section-usp .artist-recap-card{background:linear-gradient(135deg,#b026ff1a,#0000);border:1px solid #b026ff}@media(max-width:768px){.section-usp .artist-recap-card{margin-top:2rem}}.section-usp .artist-recap-card h3{color:#b026ff}@media(max-width:480px){.section-usp .artist-recap-card h3{text-align:center}}.section-usp .artist-recap-card .stat-row{margin-top:1.5rem}.section-usp .artist-recap-card .stat-row .stat-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.section-usp .artist-recap-card .stat-row .stat-header .score{color:#00f0ff}.section-usp .artist-recap-card .stat-row .progress-bar{height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden}.section-usp .artist-recap-card .stat-row .progress-bar .fill{height:100%;background:#00f0ff}.section-usp .artist-recap-card .recap-footer{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.section-usp .artist-recap-card .recap-footer .badge-recap{background:#b026ff;color:#fff}.showcase-banner{background:linear-gradient(135deg,#b026ff14,#00f0ff14);border-bottom:1px solid rgba(255,255,255,.05);padding:1.5rem 0;margin-top:100px;margin-bottom:2rem;position:relative;overflow:hidden}@media(max-width:768px){.showcase-banner{padding:.5rem 0;background:#050505e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-top:70px}}.showcase-banner:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.03),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.showcase-banner.is-live{background:linear-gradient(135deg,#ff006426,#b026ff26);border-bottom-color:#b026ff}.showcase-banner.is-live:before{animation:shimmer 2s infinite}.showcase-banner.ended{background:#1e1e1ef2;border-bottom-color:#ffffff1a}.showcase-banner.ended .artist-name{background:none;-webkit-text-fill-color:initial;color:#fffc;text-decoration:none!important}.showcase-banner .container{position:relative;z-index:1;flex-direction:column}@media(max-width:768px){.showcase-banner .container{align-items:flex-start!important;gap:.5rem}}.showcase-banner .banner-content{display:flex;align-items:center;justify-content:center;width:100%;gap:1rem;flex-wrap:wrap}.showcase-banner .banner-content .live-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ff006433;border:1px solid rgba(255,0,100,.3);border-radius:50px;font-size:.85rem;font-weight:700;color:#fff;white-space:nowrap}.showcase-banner .banner-content .live-badge .dot{width:8px;height:8px;background:#b026ff;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.showcase-banner .banner-content .live-badge #live-timer{margin-left:8px;font-variant-numeric:tabular-nums;opacity:.9}.showcase-banner .banner-content .banner-text{display:flex;flex-direction:column;justify-content:center}.showcase-banner .banner-content .banner-text .artist-row{margin-bottom:.25rem}.showcase-banner .banner-content .banner-text .artist-name{font-size:1.1rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#b026ff,#00f0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.showcase-banner .banner-content .banner-text .artist-name.link{color:inherit;text-decoration:underline;cursor:pointer}.showcase-banner.ended .upcoming-badge{background:#ffffff26;color:#fffc}.showcase-banner.ended .starts-in{font-size:1rem;color:#ffffffe6}.showcase-banner.ended .next-info{font-size:.85rem;color:#fff9;margin-top:.25rem;text-align:center}.showcase-banner.artist-collection-mode{background:radial-gradient(circle at center,#00f0ff26,#b026ff1a);border:1px solid rgba(0,240,255,.3);box-shadow:0 0 30px #00f0ff1a;padding:3rem 0;text-align:center}.showcase-banner.artist-collection-mode:before{background:linear-gradient(90deg,transparent,rgba(0,240,255,.05),transparent)}.showcase-banner.artist-collection-mode .container{justify-content:center!important;flex-direction:column!important;gap:2rem!important}.showcase-banner.artist-collection-mode .banner-content{flex-direction:column;text-align:center}.showcase-banner.artist-collection-mode .upcoming-badge{background:linear-gradient(135deg,#ffb700,#f06 50%,#b026ff);color:#fff;padding:.6rem 1.2rem;font-size:.9rem;letter-spacing:.15em;text-transform:uppercase;border-radius:50px;font-weight:800;display:inline-block;margin-bottom:1.5rem;box-shadow:0 4px 20px #ff006466;border:1px solid rgba(255,255,255,.2)}.showcase-banner.artist-collection-mode .subtitle{color:#fff!important;font-size:1.35rem!important;opacity:.95;max-width:800px;line-height:1.6;margin-left:auto;margin-right:auto}.showcase-banner.artist-collection-mode .btn-primary{background:linear-gradient(135deg,#00f0ff,#b026ff);border:1px solid rgba(255,255,255,.1);padding:.75rem 2rem;font-size:1rem}@media(max-width:480px){.showcase-banner.artist-collection-mode .btn-primary{padding:.6rem 1.5rem;font-size:.9rem;width:auto}}.showcase-banner.artist-collection-mode .btn-primary:hover{box-shadow:0 0 30px #00f0ff66;transform:scale(1.05)}.showcase-banner .banner-action{display:flex;flex-direction:column;align-items:center;gap:.5rem}@media(max-width:768px){.showcase-banner .banner-action{width:100%;align-items:stretch}}.showcase-banner .banner-action .btn-join-live{padding:.75rem 2rem;font-size:1rem;font-weight:700;background:linear-gradient(135deg,#b026ff,#f06);border:none;position:relative;overflow:hidden;transition:all .3s ease}@media(max-width:768px){.showcase-banner .banner-action .btn-join-live{width:100%;text-align:center}}.showcase-banner .banner-action .btn-join-live:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.showcase-banner .banner-action .btn-join-live:hover{transform:translateY(-2px);box-shadow:0 8px 24px #b026ff66}.showcase-banner .banner-action .btn-join-live:hover:before{left:100%}.showcase-banner .banner-action .btn-join-live:hover .arrow{transform:translate(4px)}.showcase-banner .banner-action .btn-join-live .arrow{display:inline-block;margin-left:.5rem;transition:transform .3s ease}.showcase-banner .banner-action .countdown{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#0006;border:1px solid rgba(255,255,255,.1);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:768px){.showcase-banner .banner-action .countdown{justify-content:center}}.showcase-banner .banner-action .countdown .time-unit{display:flex;flex-direction:column;align-items:center;min-width:50px}.showcase-banner .banner-action .countdown .time-unit .num{font-size:1.75rem;font-weight:800;line-height:1;color:#fff;font-variant-numeric:tabular-nums;background:linear-gradient(135deg,#00f0ff,#00c0cc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.showcase-banner .banner-action .countdown .time-unit .unit{font-size:.7rem;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}.showcase-banner .banner-action .countdown .sep{font-size:1.5rem;font-weight:700;color:#ffffff4d;margin:0 .25rem}.showcase-banner .banner-action .starts-in{font-size:.85rem;color:#fff9;text-transform:uppercase;letter-spacing:.05em;font-weight:600;text-align:center}.showcase-banner .banner-action .waiting-room-action{display:flex;flex-direction:column;align-items:center;gap:.75rem}@media(max-width:768px){.showcase-banner .banner-action .waiting-room-action{width:100%}}.showcase-banner .banner-action .btn-join-waiting{padding:.75rem 2rem;font-size:1rem;font-weight:700;background:linear-gradient(135deg,#ffb700,#b38000);border:none;position:relative;overflow:hidden;transition:all .3s ease}@media(max-width:768px){.showcase-banner .banner-action .btn-join-waiting{width:100%;text-align:center}}.showcase-banner .banner-action .btn-join-waiting:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.showcase-banner .banner-action .btn-join-waiting:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ffa50066}.showcase-banner .banner-action .btn-join-waiting:hover:before{left:100%}.showcase-banner .banner-action .btn-join-waiting:hover .arrow{transform:translate(4px)}.showcase-banner .banner-action .btn-join-waiting .arrow{display:inline-block;margin-left:.5rem;transition:transform .3s ease}.hero .lead-text{font-size:1.25rem;color:#e0e0e0}.hero .cta-group{margin-top:2rem;flex-wrap:wrap}@media(max-width:768px){.hero .cta-group{justify-content:center}}.hero .beta-note{font-size:.9rem;margin-top:1.5rem;opacity:.7}.section-how-it-works{background:#0a0a0a}.section-how-it-works .header-group{margin-bottom:4rem}@media(max-width:480px){.section-how-it-works .card{text-align:center}.section-how-it-works .card .step-icon{margin-left:auto;margin-right:auto}.section-how-it-works .card h3,.section-how-it-works .card p{text-align:center}}.section-artists h2{text-align:left}@media(max-width:768px){.section-artists h2{text-align:center}}.section-artists p{text-align:left}@media(max-width:768px){.section-artists p{text-align:center}}.section-artists .badge-artist{color:#b026ff;border:1px solid #b026ff;background:transparent}@media(max-width:768px){.section-artists .badge-artist{display:table;margin:0 auto 1rem;text-align:center}}.section-artists .apply-card{margin-top:2rem}.section-artists .apply-card h3{text-align:left}@media(max-width:768px){.section-artists .apply-card h3{text-align:center}}.section-artists .apply-card .btn-apply{width:100%}.section-artists .feature-card{margin-bottom:1rem}.section-artists .feature-card p{font-size:.9rem;margin-bottom:0}.section-listeners{background:#080808}.section-listeners h2{text-align:left}@media(max-width:768px){.section-listeners h2{text-align:center}}.section-listeners p{text-align:left}@media(max-width:768px){.section-listeners p{text-align:center}}.section-listeners .badge-listener{color:#00f0ff;border:1px solid #00f0ff;background:transparent}@media(max-width:768px){.section-listeners .badge-listener{display:table;margin:0 auto 1rem;text-align:center}}.section-listeners .reward-box{margin:2rem 0}.section-listeners .reward-box h4{color:#fff;margin-bottom:1rem}.section-listeners .reward-box p{font-size:.9rem}.section-listeners .reward-box img{border-radius:8px;border:1px solid rgba(255,255,255,.1)}.section-listeners .join-form{margin-top:2rem}.section-listeners .join-form input{flex:1}.section-listeners .exclusive-card{height:100%;display:flex;align-items:center;justify-content:center;min-height:300px;background:radial-gradient(circle,rgba(0,240,255,.1) 0%,transparent 70%)}.section-listeners .exclusive-card .exclusive-icon{font-size:3rem;margin-bottom:1rem}.section-curators .container-narrow{max-width:800px}.section-curators .btn-curator{margin-top:1rem}.section-social-proof{border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.section-social-proof .beta-desc{font-size:.9rem;opacity:.5}.section-faq .container-narrow{max-width:800px}.section-faq h2{margin-bottom:3rem}.section-faq .faq-item{margin-bottom:2rem}.section-faq .faq-item h4{color:#fff;margin-bottom:.5rem}.section-faq .faq-item p{font-size:.95rem}.section-final-cta{background:linear-gradient(180deg,#050505,#1a0524)}.section-final-cta .container-narrow{max-width:600px}.section-final-cta .cta-form{margin-top:2rem;text-align:left}.section-final-cta .cta-form .form-group label{display:block;margin-bottom:.5rem;font-size:.9rem}.section-final-cta .cta-form .btn-submit{width:100%}.section-final-cta .discord-link-container{margin-top:2rem}.section-final-cta .discord-link-container a{color:#00f0ff;font-size:.9rem}:root{--bg-dark: #050505;--panel-bg: #111111;--primary: #b026ff;--secondary: #00f0ff;--text-main: #ffffff;--text-muted: #888888;--border-color: rgba(255, 255, 255, .1)}.showcase-body{background-color:var(--bg-dark);color:var(--text-main);font-family:Inter,sans-serif;margin:0;min-height:100vh;overflow-y:auto;overflow-x:hidden;max-width:100vw}.app-layout{display:flex;flex-direction:column;height:100%;overflow-x:hidden;max-width:100vw}.showcase-main{display:grid;grid-template-columns:1fr 350px;gap:0;flex:1;overflow:hidden;position:relative;padding-top:100px}@media(max-width:768px){.showcase-main{grid-template-columns:1fr;overflow-y:auto;padding-top:100px}}.showcase-ended-banner{grid-column:1/-1;background:#ff323226;border-bottom:1px solid rgba(255,50,50,.3);color:#fcc;padding:.75rem;text-align:center}@media(max-width:768px){.showcase-ended-banner{margin-bottom:20px}}.showcase-ended-banner .banner-content{display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;font-size:.9rem}.visualizer-section{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;position:relative;padding:4rem 2rem 2rem;background:radial-gradient(circle at center,#1a0524 0%,var(--bg-dark) 70%)}@media(max-width:768px){.visualizer-section{padding:2rem 1rem;padding-top:0}}.visualizer-section .visualizer-container{text-align:center;margin-bottom:3rem;position:relative;width:100%;max-width:600px}.visualizer-section .album-art{width:300px;height:300px;margin:0 auto 2rem;border-radius:12px;overflow:hidden;box-shadow:0 20px 50px #00000080;position:relative}.visualizer-section .album-art .artist-image{width:100%;height:100%;object-fit:cover;border-radius:8px}.visualizer-section .album-art .placeholder-art{width:100%;height:100%;background:linear-gradient(45deg,#333,#111);display:flex;align-items:center;justify-content:center;font-size:4rem;font-weight:800;color:#ffffff1a}.visualizer-section .track-info-overlay h1{font-size:2.5rem;margin:0;line-height:1.2}.visualizer-section .track-info-overlay h2{font-size:1.2rem;color:var(--text-muted);margin:.5rem 0 1rem;font-weight:400}.visualizer-section .track-info-overlay .genre-tag{display:inline-block;padding:.25rem .75rem;border-radius:20px;background:#ffffff1a;font-size:.8rem;color:var(--secondary)}.visualizer-section .track-info-overlay .meta-row{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.visualizer-section .track-info-overlay .viewer-count{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;color:#ffffffe6;background:#0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.25rem .75rem;border-radius:20px}.visualizer-section .track-info-overlay .viewer-count i{font-style:normal}.visualizer-section .waveform-visual{display:flex;align-items:center;justify-content:center;gap:4px;height:60px;margin-top:2rem}.visualizer-section .waveform-visual .bar{width:4px;background:var(--primary);border-radius:2px;animation:wave 1s ease-in-out infinite}.visualizer-section .waveform-visual .bar:nth-child(7n){background:#00a8ff}.visualizer-section .waveform-visual .bar:nth-child(11n){background:#0f8}.visualizer-section .waveform-visual.ended .bar{animation:none;height:20%!important;opacity:.3}.visualizer-section .wow-section{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:1.5rem;position:relative;z-index:10}.visualizer-section .wow-section .wow-btn{background:linear-gradient(135deg,#ff9f43,#ff6b6b);border:none;border-radius:50px;padding:.75rem 2rem;font-size:1.25rem;font-weight:800;color:#fff;cursor:pointer;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px #ff6b6b66;transition:all .2s cubic-bezier(.175,.885,.32,1.275)}.visualizer-section .wow-section .wow-btn:hover:not(.disabled){transform:scale(1.05) translateY(-2px);box-shadow:0 8px 25px #ff6b6b99}.visualizer-section .wow-section .wow-btn:active:not(.disabled){transform:scale(.95)}.visualizer-section .wow-section .wow-btn.disabled{background:#333;color:#666;cursor:not-allowed;box-shadow:none;opacity:.7;transform:none}.visualizer-section .wow-section .wow-btn .wow-emoji{font-size:1.5rem}.visualizer-section .wow-section .wow-counter{font-size:.9rem;color:var(--text-muted);font-weight:500}.visualizer-section .waiting-room-container{width:100%;max-width:800px;margin-top:2rem}.visualizer-section .waiting-room-container .waiting-room-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.visualizer-section .waiting-room-container .album-art-waiting{width:200px;height:200px;margin-bottom:1rem;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0006}.visualizer-section .waiting-room-container .album-art-waiting .artist-image{width:100%;height:100%;object-fit:cover}.visualizer-section .waiting-room-container .album-art-waiting .placeholder-art{width:100%;height:100%;background:linear-gradient(45deg,#333,#111);display:flex;align-items:center;justify-content:center;font-size:3rem;color:#ffffff1a}.visualizer-section .waiting-room-container .waiting-artist-name{font-size:2rem;font-weight:800;margin:0;background:linear-gradient(135deg,#b026ff,#00f0ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2}@media(max-width:480px){.visualizer-section .waiting-room-container .waiting-artist-name{font-size:1.5rem}}.visualizer-section .waiting-room-container .waiting-song-title{font-size:1.25rem;color:var(--text-muted);margin:0;font-weight:500}.visualizer-section .waiting-room-container .waiting-message p{font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin:0}.visualizer-section .waiting-room-container .waiting-countdown{display:flex;align-items:flex-start;justify-content:center;gap:1rem;background:#11111180;padding:1.5rem 2rem;border-radius:16px;border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:1rem 0}.visualizer-section .waiting-room-container .waiting-countdown .waiting-time-unit{display:flex;flex-direction:column;align-items:center;min-width:60px}.visualizer-section .waiting-room-container .waiting-countdown .waiting-time-unit .waiting-num{font-size:2.5rem;font-weight:800;color:#fff;line-height:1;font-variant-numeric:tabular-nums}@media(max-width:480px){.visualizer-section .waiting-room-container .waiting-countdown .waiting-time-unit .waiting-num{font-size:2rem}}.visualizer-section .waiting-room-container .waiting-countdown .waiting-time-unit .waiting-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-top:.5rem}.visualizer-section .waiting-room-container .waiting-countdown .waiting-sep{font-size:2rem;font-weight:300;color:#fff3;line-height:1;margin-top:.2rem}.visualizer-section .waiting-room-container .waiting-info{font-size:.85rem;color:var(--text-muted);opacity:.7}.wow-particle{position:fixed;pointer-events:none;font-size:1.5rem;z-index:9999;animation:particle-explode 1s ease-out forwards}@keyframes particle-explode{0%{transform:translate(-50%,-50%) scale(.5);opacity:1}to{transform:translate(calc(-50% + var(--tx)),calc(-50% + var(--ty))) scale(1.5);opacity:0}}@keyframes wave{0%,to{height:20%;opacity:.5}50%{height:100%;opacity:1}}.player-controls{width:100%;max-width:600px;display:flex;align-items:center;gap:1rem;background:#ffffff0d;padding:1rem;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.player-controls .audio-unavailable{text-align:center;width:100%;color:#ffffff80}.player-controls .btn-control{background:var(--text-main);color:#000;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s}.player-controls .btn-control:hover{transform:scale(1.1)}.player-controls .progress-bar{flex:1;height:4px;background:#fff3;border-radius:2px;cursor:pointer;position:relative}.player-controls .progress-bar .progress{height:100%;background:var(--secondary);border-radius:2px;position:relative}.player-controls .progress-bar .progress:after{content:"";position:absolute;right:-4px;top:-3px;width:10px;height:10px;background:#fff;border-radius:50%;opacity:0;transition:opacity .2s}.player-controls .progress-bar:hover .progress:after{opacity:1}.player-controls .time{font-size:.8rem;font-variant-numeric:tabular-nums;color:var(--text-muted)}.interaction-panel{background:var(--panel-bg);border-left:1px solid var(--border-color);display:flex;flex-direction:column}.panel-section{padding:1.5rem;border-bottom:1px solid var(--border-color)}.panel-section h3{margin:0 0 1rem;font-size:1rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.panel-section h3 .rating-count{font-size:.75rem;color:var(--text-muted);opacity:.7;font-weight:400;text-transform:none}.overall-ratings-section{flex:0 0 auto;background:#ffffff05}.overall-ratings-section .overall-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.overall-ratings-section .stat-item{text-align:center;padding:.75rem;background:#ffffff0d;border-radius:8px}.overall-ratings-section .stat-item.overall{grid-column:1/-1;background:#b026ff1a;border:1px solid rgba(176,38,255,.3)}.overall-ratings-section .stat-label{font-size:.75rem;color:var(--text-muted);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.overall-ratings-section .stat-value{font-size:1.5rem;font-weight:700;color:var(--secondary)}.overall-ratings-section .stat-value.large{font-size:2rem;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.feedback-section{flex:0 0 auto}.feedback-section .slider-group{margin-bottom:1rem}.feedback-section .slider-group .slider-label-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.feedback-section .slider-group label{display:block;font-size:.9rem;margin-bottom:0}.feedback-section .slider-group .slider-value{font-size:.9rem;color:var(--secondary)}.feedback-section .slider-group .slider{width:100%;-webkit-appearance:none;appearance:none;height:6px;padding:0;background:linear-gradient(to right,var(--primary) 0%,var(--secondary) var(--slider-percentage, 0%),rgba(255,255,255,.1) var(--slider-percentage, 0%),rgba(255,255,255,.1) 100%);border-radius:3px;outline:none;position:relative}.feedback-section .slider-group .slider::-webkit-slider-runnable-track{width:100%;height:6px;background:transparent;border-radius:3px}.feedback-section .slider-group .slider::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;background:#fff;border-radius:50%;cursor:pointer;box-shadow:0 0 0 3px #fff3,0 0 12px #b026ff99,0 0 20px #00f0ff66;margin-top:-6px;transition:all .2s ease}.feedback-section .slider-group .slider::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 0 0 4px #ffffff4d,0 0 16px #b026ffcc,0 0 28px #00f0ff99}.feedback-section .slider-group .slider::-moz-range-track{width:100%;height:6px;background:#ffffff1a;border-radius:3px}.feedback-section .slider-group .slider::-moz-range-thumb{width:18px;height:18px;background:#fff;border-radius:50%;cursor:pointer;box-shadow:0 0 0 3px #fff3,0 0 12px #b026ff99,0 0 20px #00f0ff66;border:none;transition:all .2s ease}.feedback-section .slider-group .slider::-moz-range-thumb:hover{transform:scale(1.15);box-shadow:0 0 0 4px #ffffff4d,0 0 16px #b026ffcc,0 0 28px #00f0ff99}.feedback-section .slider-group .slider::-moz-range-progress{background:linear-gradient(90deg,var(--primary),var(--secondary));height:6px;border-radius:3px}.feedback-section .submit-score{width:100%;margin-top:1rem;padding:.75rem;background:var(--primary);color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer}.feedback-section .submit-score:hover{opacity:.9}.feedback-section.disabled{opacity:.5;pointer-events:none}.feedback-section.disabled .status-note{color:#ffb700;margin-left:.5rem;text-transform:none;font-weight:400;font-size:.8rem}.feedback-section.disabled .slider::-webkit-slider-thumb{background:#ffffff54}.feedback-section.disabled .submit-score{background:#ffffff40;cursor:not-allowed}.chat-section{flex:0 1 auto;max-height:400px;display:flex;flex-direction:column;overflow:hidden}.chat-section #chat-app{flex:1;display:flex;flex-direction:column;overflow:hidden}.chat-section .chat-messages{flex:1;overflow-y:auto;padding-right:.5rem;margin-bottom:1rem}.chat-section .chat-messages .msg{margin-bottom:.5rem;font-size:.9rem;line-height:1.4}.chat-section .chat-messages .msg .user{color:var(--secondary);font-weight:600;margin-right:.25rem}.chat-section .chat-input{display:flex;gap:.5rem}.chat-section .chat-input input{flex:1;background:#ffffff0d;border:1px solid var(--border-color);padding:.5rem 1rem;border-radius:20px;color:var(--text-main)}.chat-section .chat-input input:focus{outline:none;border-color:var(--primary)}.chat-section .chat-input button{background:var(--primary);border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s}.chat-section .chat-input button:hover{transform:scale(1.1)}.chat-section .chat-input button svg{width:16px;height:16px;fill:#fff}.site-header{position:fixed;top:0;width:100%;z-index:1000;transition:all .3s ease;background:transparent}.site-header.scrolled{background:#050505d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.8rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.site-header.scrolled .logo-text{font-size:1.2rem}.site-header.scrolled .logo-container{gap:.5rem}@media(max-width:768px){.site-header{height:70px;display:flex;align-items:center;padding:0!important;background:#050505f2}.site-header.scrolled{padding:0!important}.site-header .container{height:100%;display:flex;align-items:center}}.landing-nav{justify-content:space-between;align-items:center}@media(max-width:768px){.landing-nav{flex-direction:row;align-items:center;padding-top:0;margin-bottom:0;width:100%}}.logo-container{display:flex;align-items:center;gap:1rem;transition:all .3s ease}@media(max-width:768px){.logo-container{flex-direction:row;align-items:center;gap:.5rem;margin-left:0}}.logo-text{transition:font-size .3s ease}@media(max-width:768px){.logo-text{font-size:1.25rem!important}}@media(max-width:768px){.badge-beta{margin-left:.5rem;font-size:.7rem}}.desktop-nav{display:flex;align-items:center}@media(max-width:768px){.desktop-nav{display:none}}.mobile-menu-btn{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;background:none;border:none;cursor:pointer;z-index:52;padding:0}.mobile-menu-btn span{width:100%;height:2px;background-color:#fff;transition:all .3s ease;display:block}.mobile-menu-btn.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media(max-width:768px){.mobile-menu-btn{display:flex;position:static;margin-left:auto}}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#050505;z-index:50;transform:translate(100%);transition:transform .3s ease-in-out;display:flex;align-items:center;justify-content:center}.mobile-menu-overlay.active{transform:translate(0)}.mobile-menu-content{display:flex;flex-direction:column;gap:2rem;align-items:center;width:100%;padding:2rem}.mobile-link{font-size:1.5rem;color:#fff;text-decoration:none;font-weight:600;background:none;border:none;cursor:pointer;transition:color .3s ease}.mobile-link:hover{color:#00f0ff}.btn-invite-mobile{width:100%;max-width:300px;text-align:center;padding:1rem;font-size:1.2rem}.login-container,.registration-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#050505,#1a0524);margin-top:70px}@media(max-width:768px){.login-container,.registration-container{padding:2rem 1rem;display:block;height:auto}}.login-card,.registration-card{background:#111111f2;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:3rem;width:100%;box-shadow:0 8px 32px #00000080}@media(max-width:768px){.login-card,.registration-card{padding:2rem 1.5rem;margin:0 auto}}.login-card{max-width:450px}.registration-card{max-width:500px}.login-header,.registration-header{text-align:center;margin-bottom:2rem}.logo-text{font-size:2rem;font-weight:800;letter-spacing:-.05em;background:linear-gradient(135deg,#b026ff,#00f0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.registration-header .logo-text{margin:0 0 .5rem}@media(max-width:768px){.logo-text{font-size:1.5rem;margin-top:3px}}h2{color:#fff;font-size:1.5rem;margin:0 0 1.5rem;text-align:center}.registration-card h2{margin:0 0 .5rem}.warning-box{background:#ffb7001a;border:1px solid rgba(255,183,0,.3);border-radius:8px;padding:1rem;margin-bottom:2rem;color:#ffb700;font-size:.9rem}.warning-box strong{display:block;margin-bottom:.5rem;font-size:1rem}.warning-box p{margin:.25rem 0;color:#fffc}.info-box{background:#b026ff1a;border:1px solid rgba(176,38,255,.3);border-radius:8px;padding:1rem;margin-bottom:2rem;color:#fff;font-size:.9rem}.welcome-text{text-align:center;color:#888;margin-bottom:2rem}.beta-badge{display:inline-block;padding:4px 12px;background:#b026ff33;color:#b026ff;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase}.login-form,.registration-form,.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#fff;font-weight:600;margin-bottom:.5rem;font-size:.9rem}.form-group input{width:100%;padding:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:1rem;transition:all .3s;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#b026ff;background:#ffffff14}.help-text{display:block;color:#888;font-size:.8rem;margin-top:.25rem}.error-message{display:block;color:#f44;font-size:.85rem;margin-top:.5rem}.btn-submit{width:100%;padding:1rem;background:linear-gradient(135deg,#b026ff,#00f0ff);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 20px #b026ff66}.back-link{text-align:center}.back-link a{color:#00f0ff;text-decoration:none;font-size:.9rem;transition:color .2s}.back-link a:hover{color:#fff;text-decoration:underline}.terms-text{text-align:center;color:#888;font-size:.85rem;line-height:1.5}.terms-text a{color:#00f0ff;text-decoration:none}.terms-text a:hover{text-decoration:underline}.dashboard-container{padding:5rem 0;min-height:80vh;margin-top:30px}.dashboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:2rem}@media(max-width:768px){.dashboard-header{flex-direction:column;text-align:center;gap:1.5rem}}.highlight{background:linear-gradient(135deg,#b026ff,#00f0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.user-email{color:#ffffff80}.badge{padding:.5rem 1rem;border-radius:50px;font-weight:700;text-transform:uppercase;font-size:.9rem}.badge-Artist{background:#b026ff33;color:#b026ff;border:1px solid rgba(176,38,255,.4)}.badge-Curator{background:#ffb70033;color:#ffb700;border:1px solid rgba(255,183,0,.4)}.badge-Listener{background:#00f0ff33;color:#00f0ff;border:1px solid rgba(0,240,255,.4)}.badge-extra{background:#ff009626;color:#ff0096;border:1px solid rgba(255,0,150,.3);margin-left:.5rem}.reward-banner{background:linear-gradient(135deg,#b026ff1a,#00f0ff1a);border:1px solid rgba(176,38,255,.3);border-radius:16px;padding:2rem;margin-bottom:3rem;display:flex;align-items:center;gap:2rem;position:relative;overflow:hidden}@media(max-width:768px){.reward-banner{flex-direction:column;text-align:center;gap:1rem}}.reward-banner:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);transform:skew(-20deg);animation:shine 6s infinite}@keyframes shine{0%{transform:translate(-100%) skew(-20deg)}to{transform:translate(200%) skew(-20deg)}}.reward-icon{font-size:3rem;background:#ffffff1a;width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:50%}.reward-content{flex:1}.reward-content h3{margin:0 0 .5rem;color:#fff;font-size:1.5rem}.reward-content p{color:#fffc;margin:0 0 1rem;line-height:1.5}.progress-bar-container{width:100%;height:10px;background:#ffffff1a;border-radius:5px;overflow:hidden;margin-bottom:.5rem;max-width:500px}@media(max-width:768px){.progress-bar-container{margin:0 auto .5rem}}.progress-bar{height:100%;background:linear-gradient(90deg,#b026ff,#00f0ff);border-radius:5px;transition:width .5s ease}.progress-text{font-size:.85rem;color:#00f0ff;font-weight:600;margin:0!important}.badges-section{margin-bottom:4rem}.badges-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem}.badge-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;text-align:center;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:160px}.badge-card:hover{transform:translateY(-5px) scale(1.02);border-color:#ffffff4d;background:#ffffff14;box-shadow:0 10px 20px #0003}.badge-card-icon{font-size:3rem;margin-bottom:1rem;filter:drop-shadow(0 0 10px rgba(255,255,255,.3))}.badge-card-info h4{margin:0 0 .25rem;font-size:1.1rem;color:#fff;font-weight:700}.badge-card-info p{margin:0;font-size:.8rem;color:#fff9;text-transform:uppercase;letter-spacing:1px}.badge-role-card.Artist{border-color:#b026ff80;background:linear-gradient(135deg,#b026ff1a,#0000)}.badge-role-card.Artist .badge-card-info h4{color:#b026ff}.badge-role-card.Curator{border-color:#ffb70080;background:linear-gradient(135deg,#ffb7001a,#0000)}.badge-role-card.Curator .badge-card-info h4{color:#ffb700}.badge-role-card.Listener{border-color:#00f0ff80;background:linear-gradient(135deg,#00f0ff1a,#0000)}.badge-role-card.Listener .badge-card-info h4{color:#00f0ff}.badge-extra-card{border-color:#ff009680;background:linear-gradient(135deg,#ff00961a,#0000)}.badge-extra-card .badge-card-info h4{color:#ff0096}.badge-locked{opacity:.5;border-style:dashed}.badge-locked .badge-card-icon{filter:grayscale(1)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:4rem}.stat-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;text-align:center;transition:transform .3s}.stat-card:hover{transform:translateY(-5px);background:#ffffff14;border-color:#b026ff4d}.stat-icon{font-size:2.5rem;margin-bottom:1rem}.stat-value{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:.5rem}.stat-label{color:#fff9;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.history-list{display:grid;gap:1rem}.history-item{display:flex;align-items:center;background:#0006;padding:1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:background .2s}.history-item:hover{background:#ffffff0d}@media(max-width:768px){.history-item{flex-direction:column;text-align:center;gap:1rem}}.history-date{font-size:.9rem;color:#fff6;width:120px}@media(max-width:768px){.history-date{width:auto}}.history-info{flex:1}.history-artist{margin:0;font-size:1.1rem;color:#fff}.history-song{margin:0;color:var(--secondary);font-size:.95rem}.points-badge{background:#00ff881a;color:#0f8;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.empty-history{text-align:center;padding:4rem 2rem;border:2px dashed rgba(255,255,255,.1);border-radius:16px;color:#fff6}.empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.danger-zone{margin-top:4rem;padding:2rem;border:1px solid rgba(255,68,68,.3);border-radius:12px;background:#ff44440d}.danger-zone h3{color:#f44;margin-top:0;margin-bottom:.5rem}.danger-zone p{color:#fff9;margin-bottom:1.5rem}.btn-danger{background:transparent;border:1px solid #ff4444;color:#f44;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .2s}.btn-danger:hover{background:#f44;color:#fff}.promo-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:radial-gradient(circle at center,#2a0835,#000);color:#fff;margin-top:70px}.promo-content{width:100%;max-width:800px;text-align:center}.promo-header{margin-bottom:3rem}.promo-label{display:block;font-size:.9rem;letter-spacing:.2em;color:var(--secondary);margin-bottom:1rem;font-weight:700}.artist-name{font-size:4rem;font-weight:900;line-height:1;margin:0;background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase}@media(max-width:768px){.artist-name{font-size:2.5rem}}.promo-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:3rem;margin-bottom:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 50px #00000080;display:flex;align-items:center;gap:3rem;text-align:left}@media(max-width:768px){.promo-card{flex-direction:column;padding:2rem;gap:2rem;text-align:center}}.artist-image-wrapper{flex:0 0 300px;height:300px;border-radius:16px;overflow:hidden;position:relative;box-shadow:0 10px 30px #00000080}@media(max-width:768px){.artist-image-wrapper{flex:0 0 auto;width:200px;height:200px;margin:0 auto}}.artist-image-wrapper:hover .artist-image{transform:scale(1.05)}.artist-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.promo-details{flex:1}.song-info{margin-bottom:2rem}.song-info .label{display:block;font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem;letter-spacing:.1em}.song-title{font-size:2.5rem;font-weight:700;margin:0;color:var(--secondary)}@media(max-width:768px){.song-title{font-size:2rem}}.date-time{display:flex;align-items:center;gap:2rem;margin-bottom:2.5rem;padding:1.5rem;background:#ffffff0d;border-radius:12px}@media(max-width:768px){.date-time{flex-direction:column;gap:1rem}}.dt-item{display:flex;flex-direction:column;gap:.25rem}.dt-label{font-size:.75rem;color:var(--text-muted);letter-spacing:.1em}.dt-value{font-size:1.25rem;font-weight:700;color:#fff}.dt-sep{width:1px;height:40px;background:#ffffff1a}@media(max-width:768px){.dt-sep{width:100%;height:1px}}.btn-large{width:100%;padding:1rem;font-size:1.1rem;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;justify-content:center;gap:.5rem}.share-section h3{font-size:1rem;color:var(--text-muted);margin-bottom:1.5rem;font-weight:500}.share-buttons{display:flex;justify-content:center;gap:1rem}@media(max-width:768px){.share-buttons{flex-direction:column}}.btn-share{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:50px;background:#ffffff0d;color:#fff;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .2s;border:1px solid rgba(255,255,255,.1);cursor:pointer}@media(max-width:768px){.btn-share{justify-content:center}}.btn-share:hover{transform:translateY(-2px);background:#ffffff1a}.btn-share.twitter:hover{background:#1da1f2;border-color:#1da1f2}.btn-share.facebook:hover{background:#4267b2;border-color:#4267b2}.legal-content{max-width:800px;margin:60px auto 0;background:#ffffff0d;padding:3rem;border-radius:16px;border:1px solid rgba(255,255,255,.1)}@media(max-width:768px){.legal-content{margin-left:20px;margin-right:20px}}.legal-content h1{margin-bottom:.5rem;font-size:2.5rem}.legal-content .last-updated{color:var(--text-muted);margin-bottom:3rem;font-style:italic}.legal-content section{margin-bottom:2.5rem}.legal-content h2{color:var(--secondary);font-size:1.5rem;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem}.legal-content p,.legal-content li{color:var(--text-main);line-height:1.6;margin-bottom:.75rem}.legal-content ul{list-style-type:disc;padding-left:1.5rem;margin-bottom:1rem}.legal-content strong{color:#fff}@media(max-width:768px){.legal-content{padding:1.5rem}.legal-content h1{font-size:2rem}}.walkthrough-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;display:flex;align-items:center;justify-content:center}.walkthrough-card{background:linear-gradient(145deg,#1a1a2e,#16213e);border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 50px #00000080,0 0 30px #00f0ff1a;width:90%;max-width:500px;height:600px;border-radius:24px;position:relative;display:flex;flex-direction:column;padding:2rem;overflow:hidden;color:#fff;text-align:center}.close-btn{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;color:#ffffff80;cursor:pointer;z-index:10;transition:color .3s}.close-btn:hover{color:#fff}.slides-container{flex:1;position:relative;display:flex;align-items:center;justify-content:center}.slides-wrapper{width:100%;position:relative}.slide{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;padding:0 1rem}.icon-container{width:100px;height:100px;background:#ffffff0d;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 0 20px #00f0ff33}.slide-icon{font-size:3.5rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.slide-title{font-size:2rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.slide-description{font-size:1rem;line-height:1.6;color:#ffffffb3;max-width:400px;margin:0 auto}.controls{margin-top:auto;padding-top:2rem}.progress-indicators{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem}.dot{width:10px;height:10px;border-radius:50%;background:#fff3;cursor:pointer;transition:all .3s}.dot.active{background:#00f0ff;transform:scale(1.2);box-shadow:0 0 10px #00f0ff}.buttons{display:flex;justify-content:space-between;align-items:center}.spacer{width:60px}button{font-family:Inter,sans-serif;font-weight:600;cursor:pointer;transition:all .2s}.btn-prev{background:transparent;border:none;color:#ffffff80}.btn-prev:hover{color:#fff}.btn-next{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.8rem 2rem;border-radius:30px}.btn-next:hover{background:#fff3}.btn-finish{background:linear-gradient(90deg,#00f0ff,#b026ff);border:none;color:#fff;padding:.8rem 2rem;border-radius:30px;box-shadow:0 0 20px #b026ff66}.btn-finish:hover{transform:scale(1.05);box-shadow:0 0 30px #b026ff99}.modal-fade-enter-active,.modal-fade-leave-active{transition:opacity .3s ease}.modal-fade-enter-from,.modal-fade-leave-to{opacity:0}.slide-enter-active,.slide-leave-active{transition:all .4s ease}.slide-enter-from{opacity:0;transform:translate(20px,-50%)}.slide-leave-to{opacity:0;transform:translate(-20px,-50%)}.slide-enter-to,.slide-leave-from{opacity:1;transform:translate(-50%,-50%)}
