:root { color-scheme: dark; font-family: system-ui, -apple-system, sans-serif; color: #eef2f3; background: #101418; }
* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(ellipse at 85% 10%, #472336 0, transparent 50%), #101418; min-height: 100svh; }
main { max-width: 600px; padding: 28px 24px 40px; margin: auto; }
header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 64px; }
.brand { font-size: 12px; font-weight: 800; letter-spacing: .16em; }
button, input { font: inherit; }
button { cursor: pointer; touch-action: manipulation; }
button:focus-visible, input:focus-visible { outline: 3px solid #f08abd; outline-offset: 4px; }
#language { border: 1px solid #4c4650; color: #eee; background: transparent; padding: 10px 12px; border-radius: 8px; }
.eyebrow { color: #fa86b8; font-size: 12px; font-weight: 800; letter-spacing: .18em; }
h1 { font-size: clamp(36px, 8vw, 54px); line-height: 1.1; margin: 12px 0 18px; letter-spacing: -.04em; }
p { color: #afb7c0; line-height: 1.6; }
.player { border: 1px solid #363840; border-radius: 22px; background: #191e24e8; padding: 28px; margin-top: 32px; }
.status { display: flex; gap: 10px; align-items: center; font-size: 14px; }
#dot { width: 9px; height: 9px; border-radius: 50%; background: #858990; }
#dot.live { background: #ff6da6; box-shadow: 0 0 16px #ff6da666; }
.wave { height: 90px; display: flex; gap: 8px; align-items: center; justify-content: center; opacity: .45; }
.wave i { background: #e475a5; width: 5px; height: 15px; border-radius: 8px; }
.wave i:nth-child(3n) { height: 44px; }.wave i:nth-child(3n+1) { height: 28px; }.wave i:nth-child(5n) { height: 62px; }
body.playing .wave { opacity: 1; }
#play { display: block; width: 100%; border: 0; border-radius: 12px; background: #f181b1; color: #171017; font-weight: 800; padding: 18px; margin: 6px 0 24px; }
#play:disabled { opacity: .4; cursor: default; }
#volume-label { display: block; font-size: 12px; color: #c0c5cd; margin-bottom: 10px; }
#volume { width: 100%; accent-color: #f181b1; min-height: 28px; }
#listeners { font-size: 13px; }#hint { font-size: 12px; margin-bottom: 0; }
footer { color: #87919d; font-size: 12px; margin-top: 28px; text-align: center; }
