:root { color-scheme: dark; font-family: Inter, Arial, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; color: #fff; background: radial-gradient(circle at top, #28223c 0, #100e18 52%, #07070b 100%); }
.page { width: min(92vw, 430px); padding: 32px 0; text-align: center; }
.label { margin: 0 0 22px; color: #bbb4c9; font-size: .76rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.cover { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 18px; box-shadow: 0 22px 65px #000a; }
.artist-visual { display: grid; place-items: center; width: 100%; aspect-ratio: 1; padding: 28px; border-radius: 18px; box-shadow: 0 22px 65px #000a; font-size: clamp(2rem, 12vw, 4rem); font-weight: 900; letter-spacing: -.04em; text-transform: uppercase; }
.lena-visual { background: linear-gradient(145deg, #6b3cff, #151022 65%); }
.veskya-visual { background: linear-gradient(145deg, #ff7a18, #20130c 65%); }
.soleiane-visual { background: linear-gradient(145deg, #1aa7a1, #0b1d24 65%); }
.ccharlie-visual { background: linear-gradient(145deg, #d51f35, #170a0e 65%); }
h1 { margin: 26px 0 5px; font-size: clamp(1.7rem, 8vw, 2.45rem); line-height: 1.05; }
.artist { margin: 0 0 25px; color: #c7c2d1; font-size: 1.05rem; }
.listen { margin: 0 0 14px; color: #918a9d; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; }
.links { display: grid; gap: 12px; }
.button { display: flex; align-items: center; justify-content: center; min-height: 58px; border: 1px solid #ffffff24; border-radius: 14px; color: #fff; text-decoration: none; font-weight: 800; transition: transform .15s, filter .15s; }
.button:hover { transform: translateY(-2px); filter: brightness(1.12); }
.spotify { background: #1db954; color: #07190d; }
.apple { background: #f5f5f7; color: #111; }
.youtube { background: #ff0033; color: #fff; }
.itunes { background: linear-gradient(135deg, #ef55a7, #7b61ff); color: #fff; }
.footer { margin-top: 28px; color: #746f7d; font-size: .75rem; }
