:root{--primary-color:#667eea;--primary-dark:#5568d3;--secondary-color:#764ba2;--accent-color:#f093fb;--text-primary:#2d3748;--text-secondary:#4a5568;--text-muted:#718096;--bg-primary:#fff;--bg-secondary:#f7fafc;--bg-card:linear-gradient(135deg,#667eea,#764ba2);--shadow-sm:0 2px 4px rgba(0,0,0,.05);--shadow-md:0 4px 6px rgba(0,0,0,.07);--shadow-lg:0 10px 25px rgba(0,0,0,.1);--shadow-xl:0 20px 40px rgba(0,0,0,.15)}.cantante-container{background:var(--bg-primary);border-radius:20px;box-shadow:var(--shadow-xl);margin:2rem auto;max-width:1200px;overflow:hidden;padding:0;transition:transform .3s ease,box-shadow .3s ease;width:90%}.cantante-container:hover{box-shadow:0 25px 50px rgba(102,126,234,.2);transform:translateY(-5px)}.cantante-header{align-items:center;background:var(--bg-card);color:#fff;display:flex;gap:2rem;padding:3rem 2rem}.cantante-imagen{border:4px solid hsla(0,0%,100%,.3);border-radius:20px;box-shadow:0 15px 35px rgba(0,0,0,.3);height:200px;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease;width:200px}.cantante-imagen:hover{box-shadow:0 20px 45px rgba(0,0,0,.4);transform:scale(1.05) rotate(2deg)}.cantante-header h1{color:#fff;font-size:2.5rem;font-weight:800;line-height:1.2;margin:0;text-shadow:2px 2px 8px rgba(0,0,0,.2)}.cantante-biografia,.cantante-canciones,.cantante-miembros,.cantante-urls{background:var(--bg-secondary);border-top:1px solid #e2e8f0;padding:2rem}.cantante-biografia h2,.cantante-canciones h2,.cantante-miembros h2,.cantante-urls h2{border-bottom:3px solid var(--primary-color);color:var(--text-primary);font-size:1.75rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:.75rem;position:relative}.cantante-biografia h2:after,.cantante-canciones h2:after,.cantante-miembros h2:after,.cantante-urls h2:after{background:var(--secondary-color);bottom:-3px;content:"";height:3px;left:0;position:absolute;transition:width .3s ease;width:60px}.cantante-biografia:hover h2:after,.cantante-canciones:hover h2:after,.cantante-miembros:hover h2:after,.cantante-urls:hover h2:after{width:120px}.cantante-biografia p,.cantante-miembros p{background:#fff;border-radius:12px;box-shadow:var(--shadow-sm);color:var(--text-secondary);font-size:1.05rem;line-height:1.8;margin:0;padding:1rem}.cantante-canciones ul,.cantante-urls ul{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));list-style-type:none;margin:0;padding:0}.cantante-canciones li,.cantante-urls li{margin:0}.cantante-canciones a,.cantante-urls a{align-items:center;background:#fff;border:2px solid transparent;border-radius:12px;box-shadow:var(--shadow-sm);color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.75rem;padding:1rem 1.5rem;text-decoration:none;transition:all .3s ease}.cantante-canciones a:before{content:"🎵";font-size:1.3rem}.cantante-urls a:before{content:"🔗";font-size:1.3rem}.cantante-canciones a:hover,.cantante-urls a:hover{background:var(--primary-color);border-color:var(--primary-dark);box-shadow:var(--shadow-md);color:#fff;text-decoration:none;transform:translateY(-2px)}.placeholder-image{align-items:center;background:linear-gradient(135deg,#e2e8f0,#cbd5e0);border:4px solid hsla(0,0%,100%,.5);border-radius:20px;box-shadow:0 10px 25px rgba(0,0,0,.08);color:var(--text-muted);display:flex;font-size:1rem;font-weight:600;height:200px;justify-content:center;text-align:center;width:200px}.rate-limit-banner{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:12px;box-shadow:var(--shadow-sm);color:#856404;font-weight:500;margin:0 2rem;padding:1rem 1.5rem}@media (max-width:968px){.cantante-header{flex-direction:column;padding:2rem 1.5rem;text-align:center}.cantante-header h1{font-size:2rem}.cantante-imagen,.placeholder-image{height:180px;width:180px}.cantante-canciones ul,.cantante-urls ul{grid-template-columns:1fr}}@media (max-width:640px){.cantante-container{border-radius:16px;margin:1rem auto;width:95%}.cantante-header{padding:1.5rem 1rem}.cantante-header h1{font-size:1.5rem}.cantante-imagen,.placeholder-image{border-radius:16px;height:150px;width:150px}.cantante-biografia,.cantante-canciones,.cantante-miembros,.cantante-urls{padding:1.5rem 1rem}.cantante-biografia h2,.cantante-canciones h2,.cantante-miembros h2,.cantante-urls h2{font-size:1.4rem}.cantante-biografia p,.cantante-miembros p{font-size:.95rem;padding:.75rem}.cantante-canciones a,.cantante-urls a{font-size:.95rem;padding:.75rem 1rem}.rate-limit-banner{font-size:.9rem;margin:0 1rem}}