@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap";:root{--bg-color: #050505;--text-main: #ffffff;--text-muted: #a0a0a0;--accent-neon: #ff00ff;--accent-cyan: #00ffff;--card-bg: #111111}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--bg-color);color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased}#app{max-width:1000px;margin:0 auto;padding:2rem;display:flex;flex-direction:column;min-height:100vh}.hero{text-align:center;margin-top:4rem;margin-bottom:4rem}.hero h1{font-size:4rem;font-weight:900;letter-spacing:-2px;margin-bottom:1rem;background:linear-gradient(90deg,var(--accent-neon),var(--accent-cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero .subtitle{font-size:1.2rem;color:var(--text-muted)}.links-section{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:4rem}.btn{display:inline-block;padding:.8rem 2rem;border-radius:50px;text-decoration:none;font-weight:700;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;background-color:#222;color:#fff;border:1px solid #333}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #f0f3;border-color:var(--accent-neon)}.artists-section h2{text-align:center;font-size:2rem;margin-bottom:2rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.card{background-color:var(--card-bg);padding:2rem;border-radius:12px;border:1px solid #222;text-align:center;transition:transform .3s ease}.card:hover{transform:translateY(-5px);border-color:var(--accent-cyan)}.card-icon{font-size:3rem;margin-bottom:1rem}.card h3{margin-bottom:.5rem;font-size:1.3rem}.card p{color:var(--text-muted);font-size:.95rem}footer{margin-top:auto;text-align:center;padding-top:4rem;padding-bottom:2rem;color:var(--text-muted);font-size:.9rem}footer a{color:var(--accent-neon);text-decoration:none}footer a:hover{text-decoration:underline}
