/* LSD Radio V27 Professional */
:root {
  --bg: #070711;
  --panel: rgba(15, 16, 31, .84);
  --panel-strong: #101121;
  --line: rgba(143, 155, 255, .16);
  --text: #f7f8ff;
  --muted: #9ca3bd;
  --cyan: #04dcff;
  --blue: #1988ff;
  --pink: #ff32c7;
  --purple: #8d3cff;
  --orange: #ff7a1a;
  --green: #41ff8a;
  --gold: #ffcf50;
  --danger: #ff446b;
  --radius: 22px;
  --safe-top: max(12px, env(safe-area-inset-top));
  --safe-bottom: max(10px, env(safe-area-inset-bottom));
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: var(--bg); color: var(--text); }
body { overflow-x: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.hidden { display: none !important; }
.ambient { position: fixed; border-radius: 50%; filter: blur(90px); opacity: .23; pointer-events: none; z-index: 0; }
.ambient-a { width: 330px; height: 330px; background: var(--pink); top: -180px; left: -150px; }
.ambient-b { width: 420px; height: 420px; background: var(--blue); right: -260px; top: 25%; }
.ambient-c { width: 330px; height: 330px; background: var(--purple); left: 30%; bottom: -260px; }
.app-shell { position: relative; z-index: 1; min-height: 100dvh; max-width: 760px; margin: 0 auto; background: linear-gradient(180deg, rgba(5,6,17,.62), rgba(8,8,20,.93)); }
.topbar { position: sticky; top: 0; z-index: 60; min-height: 68px; padding: var(--safe-top) 16px 10px; display: grid; grid-template-columns: 48px 1fr 88px; align-items: center; background: linear-gradient(180deg, rgba(5,6,17,.97), rgba(5,6,17,.78)); backdrop-filter: blur(22px); border-bottom: 1px solid rgba(255,255,255,.04); }
.icon-btn, .avatar-button, .brand-button { border: 0; background: transparent; padding: 0; cursor: pointer; }
.icon-btn { width: 42px; height: 42px; border-radius: 14px; display: grid; place-content: center; gap: 5px; }
.icon-btn > span:not(.bell-shape) { width: 21px; height: 2px; border-radius: 10px; background: #fff; display: block; }
.brand-button { justify-self: center; display: flex; flex-direction: column; align-items: center; line-height: 1; }
.brand-button small { letter-spacing: .36em; font-weight: 800; font-size: 7px; margin-left: .35em; margin-top: 2px; }
.brand-mark { display: flex; align-items: center; justify-content: center; font-weight: 1000; font-style: italic; letter-spacing: -.18em; filter: drop-shadow(0 0 14px rgba(121,82,255,.5)); }
.brand-mark span { font-size: 28px; line-height: .84; background: linear-gradient(135deg, #4fe8ff 5%, #6c6bff 42%, #ff38c7 78%); -webkit-background-clip: text; background-clip: text; color: transparent; text-shadow: 0 0 20px rgba(63,194,255,.08); }
.brand-mark span:nth-child(2) { transform: skewX(-13deg) translateY(1px); }
.top-actions { display: flex; justify-content: flex-end; align-items: center; gap: 6px; }
.bell { position: relative; font-size: 24px; }
.bell i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--pink); top: 7px; right: 7px; box-shadow: 0 0 10px var(--pink); }
.avatar-button, .profile-avatar { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--cyan), var(--purple) 55%, var(--pink)); padding: 2px; box-shadow: 0 0 18px rgba(0,208,255,.25); }
.avatar-button span, .profile-avatar span { width: 100%; height: 100%; display: grid; place-items: center; border-radius: 50%; background: #0d0e1b; font-weight: 900; }
.main-content { padding: 12px 14px 178px; }
.page { display: none; animation: pageIn .32s ease both; }
.page.active { display: block; }
@keyframes pageIn { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
.glass-card { border: 1px solid var(--line); background: linear-gradient(145deg, rgba(20,21,40,.9), rgba(10,11,24,.92)); border-radius: var(--radius); box-shadow: 0 18px 60px rgba(0,0,0,.32), inset 0 1px rgba(255,255,255,.035); }
.hero-card { overflow: hidden; position: relative; min-height: 250px; }
.hero-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 45%, rgba(255,51,206,.36), transparent 30%), radial-gradient(circle at 25% 20%, rgba(34,167,255,.38), transparent 30%), linear-gradient(135deg, rgba(6,10,36,.4), rgba(71,0,103,.42)); }
.hero-card::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 19px, rgba(58,204,255,.035) 20px), linear-gradient(0deg, rgba(4,4,14,.85), transparent 55%); }
.hero-stage { min-height: 250px; position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 32px 20px 20px; }
.live-pill { align-self: flex-start; display: inline-flex; align-items: center; gap: 7px; background: rgba(255,31,92,.87); border: 1px solid rgba(255,255,255,.35); padding: 5px 10px; border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .08em; box-shadow: 0 0 18px rgba(255,31,92,.35); }
.live-pill i { width: 6px; height: 6px; background: white; border-radius: 50%; animation: blink 1.2s infinite; }
.live-pill.compact { align-self: auto; padding: 4px 8px; font-size: 9px; }
@keyframes blink { 50% { opacity: .35; } }
.hero-logo { margin-top: 26px; display: flex; flex-direction: column; align-items: center; }
.hero-mark span { font-size: 63px; }
.hero-logo > span { font-weight: 900; letter-spacing: .58em; margin-left: .55em; font-size: 11px; }
.hero-stage h1 { margin: 12px 0 3px; font-size: clamp(20px, 6vw, 32px); letter-spacing: .035em; text-align: center; }
.hero-wave { width: 68%; height: 34px; background: repeating-linear-gradient(90deg, transparent 0 4px, var(--cyan) 5px 7px, transparent 8px 11px, var(--pink) 12px 14px, transparent 15px 18px); mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent); opacity: .9; animation: wavePulse .9s ease-in-out infinite alternate; }
@keyframes wavePulse { to { transform: scaleY(.55); filter: hue-rotate(35deg); } }
.hero-play { margin-top: 8px; border: 1px solid rgba(255,255,255,.35); background: rgba(9,9,25,.76); padding: 11px 18px; border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .05em; box-shadow: 0 0 24px rgba(255,48,199,.22); }
.station-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 13px 0 24px; }
.station-card { position: relative; min-height: 116px; border-radius: 18px; border: 1px solid; padding: 15px; text-align: left; overflow: hidden; display: flex; align-items: flex-end; justify-content: space-between; cursor: pointer; }
.station-card::before { content:""; position:absolute; width: 125px; height:125px; border-radius:50%; right:-42px; top:-45px; border: 18px solid rgba(255,255,255,.055); box-shadow: 0 0 40px currentColor; }
.station-card div { position: relative; z-index: 1; display:flex; flex-direction:column; gap:2px; }
.station-card small { font-size: 8px; font-weight:900; letter-spacing:.08em; opacity:.8; }
.station-card strong { font-size: 18px; }
.station-card span { font-size: 10px; color: rgba(255,255,255,.72); }
.urban-card { color: #ff9d65; background: linear-gradient(145deg, rgba(100,28,10,.84), rgba(31,8,17,.92)); border-color: rgba(255,116,36,.52); }
.electro-card { color: #61d9ff; background: linear-gradient(145deg, rgba(8,64,105,.84), rgba(8,12,40,.92)); border-color: rgba(45,187,255,.52); }
.round-play { position:relative; z-index:1; width:34px; height:34px; display:grid; place-items:center; border-radius:50%; border:1px solid currentColor; font-style:normal; font-size:12px; }
.section-heading { margin: 20px 2px 11px; display:flex; align-items:flex-end; justify-content:space-between; gap:12px; }
.section-heading small { display:block; color:var(--cyan); font-weight:900; font-size:9px; letter-spacing:.14em; }
.section-heading h2 { margin:2px 0 0; font-size:20px; }
.section-heading button { border:0; background:transparent; color:var(--cyan); font-size:11px; font-weight:800; }
.events-rail, .store-rail { display:flex; gap:10px; overflow-x:auto; scroll-snap-type:x mandatory; padding-bottom:7px; scrollbar-width:none; }
.events-rail::-webkit-scrollbar, .store-rail::-webkit-scrollbar { display:none; }
.event-card { min-width: 154px; min-height: 176px; scroll-snap-align:start; border-radius:18px; overflow:hidden; position:relative; padding:14px; border:1px solid rgba(255,255,255,.15); background:linear-gradient(160deg,var(--event-a),var(--event-b)); display:flex; flex-direction:column; justify-content:space-between; }
.event-card::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 70% 28%, rgba(255,255,255,.22), transparent 25%), repeating-linear-gradient(90deg,transparent 0 13px,rgba(255,255,255,.04) 14px); }
.event-card > * { position:relative; z-index:1; }
.event-date { width:46px; height:48px; display:grid; place-items:center; background:rgba(4,4,15,.65); border:1px solid rgba(255,255,255,.22); border-radius:12px; font-weight:900; line-height:1; }
.event-date small { font-size:9px; }
.event-card strong { display:block; font-size:17px; }
.event-card span { font-size:10px; color:rgba(255,255,255,.78); }
.live-stream-card { margin-top:22px; padding:14px; display:grid; grid-template-columns:105px 1fr; gap:15px; align-items:center; }
.stream-visual { min-height:110px; border-radius:17px; background:radial-gradient(circle at center,rgba(255,51,210,.38),transparent 40%),linear-gradient(135deg,#071c48,#270934); position:relative; display:grid; place-items:center; overflow:hidden; }
.youtube-badge { position:absolute; top:8px; left:8px; background:#ff204f; padding:3px 6px; border-radius:6px; font-size:8px; font-weight:900; }
.stream-rings { width:72px; height:72px; display:grid; place-items:center; border-radius:50%; border:2px solid var(--pink); box-shadow:0 0 18px var(--pink),inset 0 0 22px rgba(0,215,255,.45); }
.stream-copy small { color:var(--pink); font-size:8px; font-weight:900; letter-spacing:.12em; }
.stream-copy h3 { margin:4px 0; font-size:15px; }
.stream-copy p { margin:0 0 9px; font-size:10px; color:var(--muted); }
.secondary-btn,.primary-btn,.outline-btn { border-radius:12px; border:1px solid; font-weight:900; letter-spacing:.04em; cursor:pointer; }
.secondary-btn { padding:8px 10px; background:transparent; color:var(--cyan); border-color:rgba(0,221,255,.55); font-size:9px; }
.primary-btn { width:100%; padding:14px 16px; border-color:rgba(255,255,255,.25); color:#fff; background:linear-gradient(135deg,var(--cyan),var(--purple) 45%,var(--pink)); box-shadow:0 0 25px rgba(111,77,255,.35); }
.outline-btn { padding:9px 12px; background:transparent; color:var(--cyan); border-color:rgba(0,220,255,.5); font-size:10px; }
.product-card { min-width:145px; scroll-snap-align:start; border-radius:18px; overflow:hidden; background:var(--panel); border:1px solid var(--line); }
.product-card img { width:100%; height:132px; object-fit:cover; background:#111; }
.product-card div { padding:10px; }
.product-card strong { display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:12px; }
.product-card span { color:var(--gold); font-weight:900; display:block; margin-top:4px; font-size:12px; }
.product-card button { width:100%; margin-top:8px; border:0; border-radius:9px; padding:8px; background:linear-gradient(90deg,var(--purple),var(--pink)); font-size:9px; font-weight:900; }
.loading-card { min-width:100%; padding:22px; text-align:center; border:1px dashed var(--line); border-radius:18px; color:var(--muted); }
.radio-title-row { display:grid; grid-template-columns:46px 1fr 46px; align-items:center; text-align:center; margin:4px 0 12px; }
.radio-title-row small { font-weight:900; letter-spacing:.08em; font-size:11px; }
.radio-title-row .live-pill { margin:5px auto 0; width:max-content; }
.back-chip,.favorite-btn { width:40px; height:40px; border:0; border-radius:12px; background:rgba(255,255,255,.035); font-size:24px; }
.favorite-btn { color:var(--pink); }
.radio-artwork { padding:24px 16px 18px; text-align:center; }
.neon-disc { width:min(82vw,340px); aspect-ratio:1; margin:0 auto; position:relative; display:grid; place-items:center; border-radius:50%; background:radial-gradient(circle at center,#10132a 0 20%,rgba(74,20,116,.8) 21% 22%,transparent 23%),radial-gradient(circle,rgba(255,44,200,.22),transparent 58%); border:2px solid rgba(83,190,255,.5); box-shadow:0 0 35px rgba(21,162,255,.28),inset 0 0 45px rgba(255,34,204,.18); }
.neon-disc::before,.neon-disc::after { content:""; position:absolute; border-radius:50%; border:1px solid; }
.neon-disc::before { inset:8%; border-color:rgba(255,48,206,.65); box-shadow:0 0 22px rgba(255,48,206,.42); }
.neon-disc::after { inset:19%; border-color:rgba(0,218,255,.55); box-shadow:0 0 22px rgba(0,218,255,.35); }
.disc-core { position:relative; z-index:3; }
.player-mark span { font-size:56px; }
.disc-core small { display:block; letter-spacing:.62em; margin-left:.55em; font-weight:900; }
.wave-bars { position:absolute; z-index:4; left:4%; right:4%; top:50%; transform:translateY(-50%); height:80px; display:flex; justify-content:center; align-items:center; gap:3px; pointer-events:none; }
.wave-bars i { width:3px; border-radius:10px; background:linear-gradient(180deg,var(--cyan),var(--pink)); box-shadow:0 0 8px currentColor; animation:equalizer .75s ease-in-out infinite alternate; animation-play-state:paused; }
.playing .wave-bars i,.wave-bars.playing i { animation-play-state:running; }
@keyframes equalizer { from { transform:scaleY(.2); } to { transform:scaleY(1); } }
.radio-artwork h1 { margin:17px 0 3px; font-size:21px; }
.radio-artwork p { margin:0; color:var(--muted); font-size:12px; }
.listeners-pill { width:max-content; margin:15px auto 0; padding:9px 14px; border:1px solid rgba(137,120,255,.3); border-radius:13px; background:rgba(96,60,160,.14); display:flex; align-items:baseline; gap:7px; }
.listeners-pill strong { font-size:19px; }
.listeners-pill small { font-size:8px; color:var(--muted); }
.station-selector { display:grid; grid-template-columns:1fr 1fr 1fr; gap:8px; margin:14px 0 20px; }
.station-selector button { padding:11px 6px; border-radius:13px; border:1px solid rgba(139,110,255,.34); background:rgba(15,15,35,.75); }
.station-selector button.active { border-color:var(--pink); box-shadow:0 0 18px rgba(255,40,199,.22); background:linear-gradient(145deg,rgba(126,36,176,.42),rgba(28,13,52,.8)); }
.station-selector strong,.station-selector small { display:block; }
.station-selector strong { font-size:10px; }
.station-selector small { font-size:7px; color:var(--muted); margin-top:2px; }
.player-controls { display:grid; grid-template-columns:1fr 1fr 1.35fr 1fr 1fr; align-items:center; gap:6px; margin:13px 3px 21px; }
.player-controls button { border:0; background:transparent; min-height:50px; font-size:25px; }
.player-controls small { display:block; font-size:7px; color:var(--muted); }
.main-play { width:76px; height:76px; border-radius:50% !important; margin:auto; background:radial-gradient(circle,rgba(255,255,255,.25),transparent 36%),linear-gradient(135deg,var(--purple),var(--pink)) !important; border:2px solid rgba(255,255,255,.55) !important; box-shadow:0 0 32px rgba(255,48,199,.55); font-size:28px !important; }
.radio-actions { display:grid; grid-template-columns:1fr 1fr 1fr; gap:8px; }
.radio-actions button { border:1px solid var(--line); background:rgba(13,14,29,.8); border-radius:13px; padding:10px 5px; font-size:16px; }
.radio-actions span { display:block; margin-top:4px; font-size:7px; font-weight:800; }
.signal-status { margin-top:17px; padding:14px; }
.signal-status > div { display:grid; grid-template-columns:12px 1fr auto; align-items:center; gap:8px; padding:7px 0; }
.signal-status i { width:8px; height:8px; border-radius:50%; background:#687083; }
.signal-status i.online { background:var(--green); box-shadow:0 0 11px var(--green); }
.signal-status span { font-size:11px; }
.signal-status strong { font-size:10px; color:var(--muted); }
.signal-status > small { display:block; border-top:1px solid var(--line); margin-top:6px; padding-top:10px; color:var(--muted); font-size:9px; }
.gamer-profile { display:grid; grid-template-columns:58px 1fr auto; align-items:center; gap:12px; padding:14px; }
.gamer-avatar { width:56px; height:56px; border-radius:50%; padding:2px; background:linear-gradient(135deg,var(--cyan),var(--pink)); }
.gamer-avatar span { display:grid; place-items:center; width:100%; height:100%; border-radius:50%; background:#111323; font-weight:900; font-size:20px; }
.gamer-copy strong,.gamer-copy span,.gamer-copy small { display:block; }
.gamer-copy strong { font-size:14px; }
.gamer-copy span { color:var(--cyan); font-size:10px; margin:2px 0 7px; }
.gamer-copy small { font-size:7px; color:var(--muted); margin-top:4px; }
.xp-bar { height:6px; background:rgba(255,255,255,.08); border-radius:999px; overflow:hidden; }
.xp-bar i { display:block; width:0; height:100%; background:linear-gradient(90deg,var(--gold),var(--orange)); border-radius:inherit; }
.wallet { display:flex; flex-direction:column; gap:5px; font-size:10px; color:var(--gold); }
.wallet span:nth-child(2) { color:#c769ff; }
.game-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.game-card { min-height:170px; padding:16px 12px; border-radius:18px; border:1px solid; background:#111526; text-align:left; display:flex; flex-direction:column; align-items:flex-start; gap:6px; position:relative; overflow:hidden; }
.game-card::after { content:""; position:absolute; width:100px; height:100px; border-radius:50%; right:-36px; top:-40px; border:16px solid rgba(255,255,255,.04); }
.game-card .game-icon { width:48px; height:48px; border-radius:50%; display:grid; place-items:center; font-size:25px; font-weight:900; border:1px solid currentColor; box-shadow:0 0 18px currentColor; }
.game-card strong { font-size:15px; margin-top:5px; }
.game-card span { font-size:9px; color:var(--muted); }
.game-card b { margin-top:auto; width:100%; text-align:center; border:1px solid currentColor; border-radius:999px; padding:7px; font-size:9px; }
.quiz-card { color:var(--cyan); border-color:rgba(0,215,255,.45); background:linear-gradient(150deg,rgba(0,96,155,.27),rgba(9,11,29,.96)); }
.beat-card { color:var(--pink); border-color:rgba(255,42,194,.45); background:linear-gradient(150deg,rgba(160,16,92,.25),rgba(13,9,29,.96)); }
.memory-card { color:var(--orange); border-color:rgba(255,123,32,.42); background:linear-gradient(150deg,rgba(180,76,12,.24),rgba(16,10,25,.96)); grid-column:1/-1; min-height:135px; }
.badges-row { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; }
.badge-item { text-align:center; }
.badge-icon { width:52px; height:52px; margin:0 auto 6px; display:grid; place-items:center; border-radius:16px; background:linear-gradient(135deg,rgba(40,203,255,.24),rgba(187,28,255,.28)); border:1px solid rgba(130,164,255,.4); font-size:23px; filter:saturate(.4); opacity:.45; }
.badge-item.unlocked .badge-icon { filter:none; opacity:1; box-shadow:0 0 18px rgba(100,81,255,.25); }
.badge-item strong { display:block; font-size:8px; }
.badge-item small { font-size:6px; color:var(--muted); }
.dashboard-grid { display:grid; gap:12px; margin-top:18px; }
.missions-card,.ranking-card { padding:14px; }
.card-title { display:flex; align-items:center; justify-content:space-between; margin-bottom:10px; }
.card-title h3 { margin:0; font-size:15px; }
.card-title span,.card-title button { color:var(--cyan); font-size:8px; border:0; background:transparent; }
.mission { display:grid; grid-template-columns:39px 1fr auto; gap:9px; align-items:center; padding:10px 0; border-top:1px solid rgba(255,255,255,.06); }
.mission:first-child { border-top:0; }
.mission-icon { width:36px; height:36px; border-radius:12px; display:grid; place-items:center; background:rgba(118,71,255,.16); color:var(--pink); }
.mission strong,.mission small { display:block; }
.mission strong { font-size:10px; }
.mission small { color:var(--muted); font-size:7px; margin-top:2px; }
.mission-progress { margin-top:6px; height:5px; background:rgba(255,255,255,.07); border-radius:999px; overflow:hidden; }
.mission-progress i { display:block; height:100%; background:linear-gradient(90deg,var(--green),var(--cyan)); }
.mission-reward { font-size:8px; color:var(--gold); }
.rank-row { display:grid; grid-template-columns:26px 34px 1fr auto; align-items:center; gap:8px; padding:8px 0; border-top:1px solid rgba(255,255,255,.06); }
.rank-row.me { margin-top:6px; padding:9px; border:1px solid rgba(255,48,199,.38); border-radius:11px; background:rgba(133,31,151,.18); }
.rank-pos { font-weight:900; color:var(--gold); }
.rank-avatar { width:30px; height:30px; display:grid; place-items:center; border-radius:50%; background:linear-gradient(135deg,var(--cyan),var(--purple)); font-size:10px; font-weight:900; }
.rank-name { font-size:10px; font-weight:800; }
.rank-xp { font-size:9px; color:var(--muted); }
.community-heading { align-items:center; }
.youtube-card { overflow:hidden; }
.youtube-frame { position:relative; aspect-ratio:16/9; background:#000; }
.youtube-frame iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
.youtube-meta { padding:12px; display:flex; align-items:center; justify-content:space-between; gap:10px; }
.youtube-meta strong,.youtube-meta span { display:block; }
.youtube-meta strong { font-size:12px; }
.youtube-meta span { font-size:8px; color:var(--muted); }
.youtube-meta a { color:var(--cyan); font-size:8px; font-weight:800; }
.chat-card { margin-top:14px; padding:14px; }
.messages-list { height:310px; overflow-y:auto; display:flex; flex-direction:column; gap:8px; padding:3px 1px; }
.chat-message { max-width:86%; background:rgba(68,49,125,.22); border:1px solid rgba(134,110,255,.2); border-radius:13px 13px 13px 4px; padding:9px 10px; }
.chat-message.me { align-self:flex-end; border-radius:13px 13px 4px 13px; background:rgba(0,135,174,.18); border-color:rgba(0,215,255,.22); }
.chat-message header { display:flex; gap:8px; justify-content:space-between; font-size:8px; margin-bottom:3px; }
.chat-message header strong { color:var(--pink); }
.chat-message.me header strong { color:var(--cyan); }
.chat-message header time { color:var(--muted); }
.chat-message p { margin:0; font-size:10px; line-height:1.4; word-break:break-word; }
.message-form { display:grid; grid-template-columns:1fr auto; gap:8px; margin-top:10px; }
.message-form input { min-width:0; border:1px solid var(--line); border-radius:12px; background:#0b0c19; color:#fff; padding:11px; outline:none; }
.message-form input:focus { border-color:var(--cyan); }
.message-form button { border:0; border-radius:12px; padding:0 14px; background:linear-gradient(135deg,var(--purple),var(--pink)); font-size:9px; font-weight:900; }
.classic-chat-link { display:block; text-align:center; margin-top:10px; color:var(--muted); font-size:8px; }
.social-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; margin-top:14px; }
.social-grid a { min-height:64px; display:grid; place-items:center; border-radius:15px; border:1px solid var(--line); background:rgba(16,17,35,.8); font-weight:900; font-size:18px; }
.social-grid span { display:block; font-size:7px; color:var(--muted); }
.profile-hero { display:grid; grid-template-columns:64px 1fr auto; gap:13px; align-items:center; padding:16px; }
.profile-avatar { width:62px; height:62px; border:0; }
.profile-hero small { color:var(--cyan); font-size:8px; font-weight:900; letter-spacing:.12em; }
.profile-hero h1 { margin:2px 0; font-size:20px; }
.profile-hero p { margin:0; font-size:10px; color:var(--muted); }
.profile-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; margin:13px 0; }
.profile-stats article { text-align:center; padding:12px 4px; border-radius:14px; background:rgba(16,17,35,.85); border:1px solid var(--line); }
.profile-stats strong,.profile-stats span { display:block; }
.profile-stats strong { font-size:17px; color:var(--gold); }
.profile-stats span { font-size:7px; color:var(--muted); margin-top:3px; }
.settings-card { overflow:hidden; }
.settings-card button,.settings-card a { width:100%; min-height:62px; display:grid; grid-template-columns:38px 1fr auto; align-items:center; gap:10px; padding:10px 14px; border:0; border-top:1px solid rgba(255,255,255,.055); background:transparent; text-align:left; }
.settings-card button:first-child { border-top:0; }
.settings-card > * > span { font-size:20px; color:var(--cyan); }
.settings-card strong,.settings-card small { display:block; }
.settings-card strong { font-size:11px; }
.settings-card small { color:var(--muted); font-size:8px; margin-top:2px; }
.settings-card b { color:var(--muted); font-size:20px; }
.about-card { margin-top:14px; text-align:center; padding:25px 20px; }
.about-mark span { font-size:46px; }
.about-card > strong { display:block; letter-spacing:.3em; margin:6px 0 10px; }
.about-card p { color:var(--muted); font-size:10px; line-height:1.55; }
.about-card small { color:#707894; font-size:8px; line-height:1.6; }
.bottom-nav { position:fixed; z-index:70; left:50%; bottom:0; transform:translateX(-50%); width:min(100%,760px); display:grid; grid-template-columns:repeat(5,1fr); padding:8px 9px var(--safe-bottom); background:rgba(7,7,17,.94); border-top:1px solid rgba(153,144,255,.16); backdrop-filter:blur(20px); }
.bottom-nav button { border:0; background:transparent; display:flex; flex-direction:column; align-items:center; gap:3px; color:#868da6; padding:5px 1px; }
.bottom-nav span { font-size:19px; }
.bottom-nav small { font-size:8px; }
.bottom-nav button.active { color:var(--cyan); text-shadow:0 0 13px currentColor; }
.mini-player { position:fixed; z-index:69; left:50%; bottom:calc(64px + var(--safe-bottom)); transform:translateX(-50%); width:min(calc(100% - 20px),740px); min-height:62px; display:grid; grid-template-columns:48px 1fr 60px 44px; align-items:center; gap:8px; border:1px solid rgba(156,101,255,.32); background:rgba(13,14,29,.95); backdrop-filter:blur(20px); border-radius:17px; padding:7px 9px; box-shadow:0 10px 35px rgba(0,0,0,.38),0 0 24px rgba(125,65,255,.14); }
.mini-player button { border:0; background:transparent; }
.mini-art { width:46px; height:46px; border-radius:13px; background:radial-gradient(circle,rgba(255,45,203,.25),rgba(19,45,91,.4)) !important; }
.mini-copy { text-align:left; min-width:0; }
.mini-copy strong,.mini-copy span { display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.mini-copy strong { font-size:11px; }
.mini-copy span { font-size:8px; color:var(--muted); margin-top:2px; }
.mini-wave { height:22px; display:flex; align-items:center; justify-content:center; gap:3px; }
.mini-wave i { width:3px; height:8px; border-radius:3px; background:linear-gradient(var(--cyan),var(--pink)); animation:miniWave .55s infinite alternate; }
.mini-wave i:nth-child(2){animation-delay:.1s}.mini-wave i:nth-child(3){animation-delay:.2s}.mini-wave i:nth-child(4){animation-delay:.3s}.mini-wave i:nth-child(5){animation-delay:.4s}
.mini-player.paused .mini-wave i { animation-play-state:paused; height:4px; }
@keyframes miniWave { to { height:22px; } }
.mini-play { width:38px; height:38px; border-radius:50% !important; color:#fff; background:linear-gradient(135deg,var(--purple),var(--pink)) !important; font-weight:900; }
.side-menu { position:fixed; inset:0; z-index:100; pointer-events:none; }
.side-menu.open { pointer-events:auto; }
.side-menu-backdrop { position:absolute; inset:0; background:rgba(0,0,0,.65); opacity:0; transition:.25s; }
.side-menu-panel { position:absolute; inset:0 auto 0 0; width:min(83vw,340px); padding:calc(var(--safe-top) + 15px) 16px 25px; background:#0b0c17; border-right:1px solid var(--line); transform:translateX(-102%); transition:.28s; display:flex; flex-direction:column; gap:5px; box-shadow:20px 0 70px rgba(0,0,0,.45); }
.side-menu.open .side-menu-backdrop { opacity:1; }
.side-menu.open .side-menu-panel { transform:none; }
.side-brand { display:flex; gap:12px; align-items:center; padding:8px 8px 22px; }
.side-brand strong,.side-brand small { display:block; }
.side-brand small { color:var(--muted); font-size:8px; margin-top:3px; }
.side-menu-panel > button,.side-menu-panel > a { border:0; background:transparent; text-align:left; padding:14px 12px; border-radius:12px; color:#dfe2f1; }
.side-menu-panel > button:active,.side-menu-panel > a:active { background:rgba(92,66,169,.18); }
.side-menu-panel .legacy-link { margin-top:auto; color:var(--muted); font-size:9px; }
.modal-layer { position:fixed; inset:0; z-index:200; display:flex; align-items:flex-end; justify-content:center; }
.modal-backdrop { position:absolute; inset:0; background:rgba(0,0,0,.72); backdrop-filter:blur(5px); }
.modal-card { position:relative; z-index:1; width:min(100%,760px); max-height:92dvh; overflow:auto; background:#0d0e1d; border:1px solid rgba(154,120,255,.28); border-radius:26px 26px 0 0; padding:18px; box-shadow:0 -25px 70px rgba(0,0,0,.55); animation:sheetIn .26s ease both; }
@keyframes sheetIn { from{transform:translateY(100%)}to{transform:none} }
.modal-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:15px; }
.modal-head h2 { margin:0; font-size:18px; }
.modal-close { width:35px; height:35px; border:0; border-radius:50%; background:rgba(255,255,255,.06); font-size:18px; }
.modal-form { display:grid; gap:11px; }
.modal-form label { font-size:9px; color:var(--muted); }
.modal-form input,.modal-form textarea,.modal-form select { width:100%; margin-top:5px; border:1px solid var(--line); border-radius:12px; background:#090a15; color:#fff; padding:12px; outline:none; }
.modal-form input:focus,.modal-form textarea:focus,.modal-form select:focus { border-color:var(--cyan); }
.product-modal-grid { display:grid; grid-template-columns:120px 1fr; gap:14px; }
.product-modal-grid img { width:120px; height:150px; object-fit:cover; border-radius:14px; background:#111; }
.product-modal-grid h2 { margin:0 0 5px; }
.product-modal-grid p { color:var(--muted); font-size:10px; line-height:1.5; }
.product-modal-price { color:var(--gold); font-weight:900; font-size:18px; }
.option-chips { display:flex; gap:7px; flex-wrap:wrap; margin:10px 0; }
.option-chips button { border:1px solid var(--line); border-radius:999px; background:rgba(255,255,255,.04); padding:8px 10px; font-size:8px; }
.option-chips button.active { border-color:var(--pink); color:var(--pink); }
.game-modal { text-align:center; }
.game-modal p { color:var(--muted); }
.answer-grid { display:grid; gap:9px; margin-top:15px; }
.answer-grid button { padding:13px; border:1px solid var(--line); border-radius:13px; background:rgba(255,255,255,.04); }
.beat-pad { width:min(68vw,280px); aspect-ratio:1; margin:20px auto; border:2px solid var(--pink); border-radius:32px; display:grid; place-items:center; font-size:42px; background:radial-gradient(circle,rgba(255,47,200,.35),rgba(42,8,71,.8)); box-shadow:0 0 35px rgba(255,47,200,.32); user-select:none; }
.beat-pad.hit { transform:scale(.94); filter:brightness(1.45); }
.memory-board { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; margin-top:15px; }
.memory-card-tile { aspect-ratio:1; border:1px solid rgba(145,104,255,.35); border-radius:12px; background:linear-gradient(135deg,#15234c,#351353); font-size:0; }
.memory-card-tile.flipped,.memory-card-tile.matched { font-size:25px; background:#111428; }
.toast { position:fixed; z-index:300; left:50%; bottom:125px; transform:translate(-50%,20px); max-width:calc(100% - 34px); background:#17182a; border:1px solid var(--line); border-radius:13px; padding:11px 14px; font-size:10px; opacity:0; pointer-events:none; transition:.25s; box-shadow:0 14px 30px rgba(0,0,0,.4); }
.toast.show { opacity:1; transform:translate(-50%,0); }
.system-gate { position:fixed; inset:0; z-index:500; display:grid; place-items:center; padding:22px; background:radial-gradient(circle at top,rgba(89,31,151,.43),transparent 45%),#070711; }
.system-card { width:min(100%,430px); text-align:center; padding:32px 24px; border-radius:25px; border:1px solid rgba(144,116,255,.35); background:rgba(15,16,31,.96); box-shadow:0 25px 80px rgba(0,0,0,.6); }
.system-icon { width:80px; height:80px; margin:0 auto 18px; display:grid; place-items:center; border-radius:50%; background:linear-gradient(135deg,var(--cyan),var(--purple),var(--pink)); font-size:38px; box-shadow:0 0 35px rgba(126,64,255,.45); }
.system-card h1 { font-size:23px; margin:0 0 9px; }
.system-card p { color:var(--muted); line-height:1.5; font-size:12px; }
.system-card small { display:block; margin-top:12px; color:#6f7690; font-size:8px; }
.splash { position:fixed; inset:0; z-index:600; display:grid; place-content:center; justify-items:center; gap:12px; background:radial-gradient(circle,rgba(123,40,187,.35),transparent 34%),#06060e; transition:.45s; }
.splash.hide { opacity:0; pointer-events:none; }
.splash-orbit { width:145px; height:145px; border-radius:50%; display:grid; place-items:center; border:1px solid var(--pink); box-shadow:0 0 40px rgba(255,50,198,.35),inset 0 0 35px rgba(0,213,255,.28); animation:splashSpin 5s linear infinite; }
.splash .large { animation:splashSpin 5s linear infinite reverse; }
.splash .large span { font-size:55px; }
.splash > strong { letter-spacing:.35em; margin-left:.35em; }
.splash > small { color:var(--muted); font-size:8px; letter-spacing:.18em; }
@keyframes splashSpin { to { transform:rotate(360deg); } }
@media (min-width:700px) {
  .main-content { padding-left:24px; padding-right:24px; }
  .game-grid { grid-template-columns:repeat(3,1fr); }
  .memory-card { grid-column:auto; min-height:170px; }
  .dashboard-grid { grid-template-columns:1fr 1fr; }
  .store-rail { display:grid; grid-template-columns:repeat(4,1fr); overflow:visible; }
  .product-card { min-width:0; }
}
@media (max-width:380px) {
  .main-content { padding-left:10px; padding-right:10px; }
  .station-card { padding:12px; }
  .station-card strong { font-size:15px; }
  .live-stream-card { grid-template-columns:90px 1fr; }
  .profile-stats { gap:5px; }
}

/* V27 · Identidad oficial LSD Radio */
.official-logo { display:block; object-fit:contain; user-select:none; -webkit-user-drag:none; filter:drop-shadow(0 0 14px rgba(0,224,255,.20)) drop-shadow(0 0 22px rgba(255,36,190,.16)); }
.top-logo { width:52px; height:42px; }
.side-logo { width:56px; height:64px; flex:0 0 56px; }
.hero-official-logo { width:min(56vw,230px); height:156px; }
.stream-logo { width:82px; height:105px; }
.player-logo { width:150px; height:168px; }
.about-logo { width:112px; height:132px; margin:0 auto 4px; }
.mini-logo { width:40px; height:42px; margin:auto; }
.splash-logo { width:118px; height:124px; animation:splashLogoPulse 1.8s ease-in-out infinite; }
.splash-orbit { animation:none; overflow:visible; background:radial-gradient(circle,rgba(255,234,0,.16),rgba(255,44,194,.10) 44%,transparent 70%); }
.brand-button { min-height:42px; }
.hero-logo { margin-top:12px; }
.hero-stage h1 { margin-top:2px; }
.disc-core { overflow:visible; }
.side-brand { min-height:84px; }
.side-menu-panel .legacy-link,.classic-chat-link { display:none!important; }
@keyframes splashLogoPulse { 50% { transform:scale(1.045); filter:drop-shadow(0 0 25px rgba(0,225,255,.42)) drop-shadow(0 0 28px rgba(255,40,194,.32)); } }


/* V32 · Encabezado profesional sin miniatura */
.topbar {
  grid-template-columns: 48px minmax(0,1fr) 88px;
}
.live-brand {
  min-width: 0;
  gap: 3px;
  color: #fff;
  text-align: center;
}
.live-brand > strong {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(12px,3.6vw,17px);
  line-height: 1;
  font-weight: 1000;
  letter-spacing: .08em;
  background: linear-gradient(90deg,#63edff,#ffffff 44%,#ff53cf);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 10px rgba(51,216,255,.18));
}
.top-live-state {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 14px;
}
.top-live-state i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #7c8298;
  box-shadow: 0 0 0 3px rgba(124,130,152,.10);
}
.top-live-state small {
  margin: 0;
  color: #9da4bb;
  font-size: 7px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .16em;
}
.top-live-state.online i {
  background: #24f7a4;
  box-shadow: 0 0 0 3px rgba(36,247,164,.12),0 0 13px #24f7a4;
  animation: topLivePulse 1.35s ease-in-out infinite;
}
.top-live-state.online small { color: #56f8bd; }
.top-live-state.connecting i {
  background: #ffd34f;
  box-shadow: 0 0 0 3px rgba(255,211,79,.11),0 0 13px rgba(255,211,79,.72);
  animation: topLivePulse .72s ease-in-out infinite;
}
.top-live-state.connecting small { color: #ffd86c; }
.top-live-state.offline i { background: #ff4d77; box-shadow: 0 0 12px rgba(255,77,119,.55); }
.top-live-state.offline small { color: #ff7898; }
@keyframes topLivePulse { 50% { transform: scale(1.45); opacity: .58; } }

/* V32 · Tarjeta Beat Rush */
.rhythm-card {
  background:
    radial-gradient(circle at 90% 10%,rgba(0,232,255,.24),transparent 35%),
    radial-gradient(circle at 8% 95%,rgba(255,35,190,.27),transparent 38%),
    linear-gradient(150deg,rgba(104,16,160,.34),rgba(10,10,28,.98));
}
.rhythm-card-icon {
  width: 68px!important;
  height: 48px!important;
  grid-template-columns: repeat(4,1fr);
  border-radius: 16px!important;
  padding: 6px;
  gap: 2px;
  font-size: 13px!important;
}
.rhythm-card-icon span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 7px;
  background: linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,.03));
}

/* V32 · Motor LSD Beat Rush */
body.rhythm-active .mini-player,
body.rhythm-active .bottom-nav { display: none!important; }
body.rhythm-active .modal-layer { align-items: stretch; }
body.rhythm-active .modal-backdrop { background: #02020a; }
body.rhythm-active .modal-card.rhythm-modal-card {
  width: 100%;
  max-width: 820px;
  max-height: 100dvh;
  height: 100dvh;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% -10%,rgba(46,206,255,.24),transparent 34%),
    radial-gradient(circle at 105% 60%,rgba(255,31,199,.21),transparent 39%),
    #050611;
}
.rhythm-shell {
  --lane-a: #25dfff;
  --lane-b: #7a6cff;
  --lane-c: #ff3fc8;
  --lane-d: #ff9637;
  height: 100%;
  display: grid;
  grid-template-rows: auto auto minmax(0,1fr) auto;
  color: #fff;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
}
.rhythm-top {
  display: grid;
  grid-template-columns: 44px minmax(0,1fr) 44px;
  gap: 8px;
  align-items: center;
  padding: calc(12px + var(--safe-top)) 12px 10px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(5,6,17,.82);
  backdrop-filter: blur(18px);
}
.rhythm-exit,
.rhythm-sound {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 13px;
  background: rgba(255,255,255,.04);
  color: #fff;
  font-size: 21px;
}
.rhythm-title { min-width: 0; text-align: center; }
.rhythm-title strong {
  display: block;
  font-size: 16px;
  font-weight: 1000;
  letter-spacing: .08em;
  background: linear-gradient(90deg,var(--lane-a),#fff,var(--lane-c));
  -webkit-background-clip: text;
  color: transparent;
}
.rhythm-title small {
  display: block;
  margin-top: 3px;
  color: #8c93aa;
  font-size: 8px;
  letter-spacing: .13em;
}
.rhythm-hud {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
}
.rhythm-stat {
  min-width: 0;
  text-align: center;
  padding: 8px 6px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 13px;
  background: rgba(255,255,255,.035);
}
.rhythm-stat span,
.rhythm-stat strong { display: block; }
.rhythm-stat span { color: #858da8; font-size: 7px; letter-spacing: .12em; }
.rhythm-stat strong { margin-top: 2px; font-size: 17px; }
.rhythm-health {
  position: relative;
  height: 9px;
  margin-top: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}
.rhythm-health i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg,#ff467c,#ffcd4e,#25f1ad);
  transition: width .16s linear;
}
.rhythm-stage-wrap {
  position: relative;
  min-height: 0;
  padding: 0 10px;
}
.rhythm-stage {
  position: relative;
  height: 100%;
  min-height: 350px;
  overflow: hidden;
  border: 1px solid rgba(121,111,255,.22);
  border-radius: 22px;
  background:
    linear-gradient(90deg,
      rgba(37,223,255,.035) 0 25%,
      rgba(122,108,255,.035) 25% 50%,
      rgba(255,63,200,.035) 50% 75%,
      rgba(255,150,55,.035) 75% 100%),
    linear-gradient(180deg,rgba(255,255,255,.025),rgba(0,0,0,.18));
  box-shadow: inset 0 0 40px rgba(0,0,0,.34),0 12px 40px rgba(0,0,0,.32);
}
.rhythm-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      transparent calc(25% - .5px),rgba(255,255,255,.08) 25%,transparent calc(25% + .5px),
      transparent calc(50% - .5px),rgba(255,255,255,.08) 50%,transparent calc(50% + .5px),
      transparent calc(75% - .5px),rgba(255,255,255,.08) 75%,transparent calc(75% + .5px));
  pointer-events: none;
}
.rhythm-grid-lines {
  position: absolute;
  inset: 0;
  opacity: .28;
  background: repeating-linear-gradient(180deg,transparent 0 49px,rgba(255,255,255,.07) 50px);
  animation: rhythmGrid 1.3s linear infinite;
}
@keyframes rhythmGrid { to { transform: translateY(50px); } }
.rhythm-receptors {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 48px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.rhythm-receptor {
  height: 54px;
  display: grid;
  place-items: center;
  font-size: 29px;
  font-weight: 1000;
  color: rgba(255,255,255,.82);
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  background: rgba(4,5,15,.78);
  text-shadow: 0 0 15px currentColor;
}
.rhythm-receptor:nth-child(1) { color: var(--lane-a); }
.rhythm-receptor:nth-child(2) { color: var(--lane-b); }
.rhythm-receptor:nth-child(3) { color: var(--lane-c); }
.rhythm-receptor:nth-child(4) { color: var(--lane-d); }
.rhythm-note {
  position: absolute;
  z-index: 3;
  top: 0;
  width: calc(25% - 12px);
  height: 44px;
  margin-left: 6px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 12px;
  color: #fff;
  font-size: 24px;
  font-weight: 1000;
  will-change: transform,opacity;
  box-shadow: 0 0 17px currentColor,inset 0 0 18px rgba(255,255,255,.08);
}
.rhythm-note[data-lane="0"] { left: 0; color: var(--lane-a); background: rgba(0,144,190,.62); }
.rhythm-note[data-lane="1"] { left: 25%; color: var(--lane-b); background: rgba(73,52,190,.67); }
.rhythm-note[data-lane="2"] { left: 50%; color: var(--lane-c); background: rgba(173,21,125,.66); }
.rhythm-note[data-lane="3"] { left: 75%; color: var(--lane-d); background: rgba(188,79,16,.67); }
.rhythm-note.hit { animation: rhythmHit .2s ease forwards; }
.rhythm-note.miss { animation: rhythmMiss .28s ease forwards; }
@keyframes rhythmHit { to { opacity: 0; transform: scale(1.8)!important; filter: brightness(2); } }
@keyframes rhythmMiss { to { opacity: 0; filter: grayscale(1); } }
.rhythm-judge {
  position: absolute;
  z-index: 8;
  left: 50%;
  top: 42%;
  transform: translate(-50%,-50%) scale(.75);
  min-width: 170px;
  text-align: center;
  font-size: 30px;
  font-weight: 1000;
  letter-spacing: .04em;
  opacity: 0;
  pointer-events: none;
  text-shadow: 0 0 25px currentColor;
}
.rhythm-judge.show { animation: rhythmJudge .36s ease both; }
.rhythm-judge.perfect { color: #62f5ff; }
.rhythm-judge.great { color: #d864ff; }
.rhythm-judge.good { color: #ffd05c; }
.rhythm-judge.miss { color: #ff547e; }
@keyframes rhythmJudge {
  0% { opacity: 0; transform: translate(-50%,-50%) scale(.6); }
  30% { opacity: 1; transform: translate(-50%,-50%) scale(1.05); }
  100% { opacity: 0; transform: translate(-50%,-62%) scale(.92); }
}
.rhythm-countdown {
  position: absolute;
  z-index: 9;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: min(30vw,150px);
  font-weight: 1000;
  background: rgba(3,4,12,.68);
  text-shadow: 0 0 45px #d84eff;
}
.rhythm-countdown.hidden { display: none; }
.rhythm-controls {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 7px;
  padding: 9px 10px calc(10px + var(--safe-bottom));
  background: rgba(4,5,14,.95);
}
.rhythm-key {
  height: 66px;
  border: 1px solid currentColor;
  border-radius: 17px;
  color: #fff;
  font-size: 29px;
  font-weight: 1000;
  background: rgba(255,255,255,.045);
  box-shadow: inset 0 0 18px rgba(255,255,255,.03);
  touch-action: none;
}
.rhythm-key:nth-child(1) { color: var(--lane-a); }
.rhythm-key:nth-child(2) { color: var(--lane-b); }
.rhythm-key:nth-child(3) { color: var(--lane-c); }
.rhythm-key:nth-child(4) { color: var(--lane-d); }
.rhythm-key.pressed { transform: translateY(3px) scale(.97); filter: brightness(1.8); }
.rhythm-intro,
.rhythm-result {
  height: 100%;
  padding: calc(24px + var(--safe-top)) 18px calc(20px + var(--safe-bottom));
  display: flex;
  flex-direction: column;
  overflow: auto;
  text-align: center;
}
.rhythm-intro .modal-head,
.rhythm-result .modal-head { flex: 0 0 auto; }
.rhythm-logo-type {
  margin-top: auto;
  font-size: clamp(35px,10vw,72px);
  line-height: .9;
  font-weight: 1000;
  letter-spacing: -.05em;
  background: linear-gradient(110deg,var(--cyan),#fff 40%,var(--pink) 72%,var(--orange));
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0 0 40px rgba(117,77,255,.15);
}
.rhythm-intro > p {
  max-width: 540px;
  margin: 18px auto;
  color: #a2a8ba;
  font-size: 12px;
  line-height: 1.55;
}
.rhythm-difficulties {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 8px;
  width: min(100%,560px);
  margin: 8px auto 18px;
}
.rhythm-difficulty {
  padding: 13px 5px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.035);
  color: #aab0c2;
  font-size: 9px;
  font-weight: 900;
}
.rhythm-difficulty.active {
  color: #fff;
  border-color: var(--cyan);
  background: linear-gradient(135deg,rgba(0,211,255,.18),rgba(255,33,196,.15));
  box-shadow: 0 0 20px rgba(0,211,255,.12);
}
.rhythm-rules {
  width: min(100%,560px);
  margin: 0 auto 18px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 7px;
}
.rhythm-rules div {
  padding: 10px 6px;
  border-radius: 12px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.07);
}
.rhythm-rules strong,
.rhythm-rules small { display: block; }
.rhythm-rules strong { color: var(--cyan); font-size: 12px; }
.rhythm-rules small { margin-top: 3px; color: #8d94aa; font-size: 7px; }
.rhythm-start {
  width: min(100%,560px);
  margin: 0 auto auto;
}
.rhythm-result-score {
  margin-top: auto;
  font-size: clamp(48px,15vw,92px);
  font-weight: 1000;
  letter-spacing: -.06em;
  background: linear-gradient(120deg,#fff,var(--cyan),var(--pink));
  -webkit-background-clip: text;
  color: transparent;
}
.rhythm-result h2 { margin: 8px 0; font-size: 26px; }
.rhythm-result-grid {
  width: min(100%,560px);
  margin: 18px auto;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 7px;
}
.rhythm-result-grid div {
  padding: 11px 4px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 13px;
  background: rgba(255,255,255,.035);
}
.rhythm-result-grid strong,
.rhythm-result-grid small { display: block; }
.rhythm-result-grid strong { font-size: 15px; }
.rhythm-result-grid small { margin-top: 3px; color: #8e95a9; font-size: 7px; }
.rhythm-result-actions {
  width: min(100%,560px);
  margin: 0 auto auto;
  display: grid;
  gap: 9px;
}
@media (max-height:720px) {
  .rhythm-top { padding-top: calc(6px + var(--safe-top)); padding-bottom: 6px; }
  .rhythm-hud { padding-top: 6px; padding-bottom: 6px; }
  .rhythm-key { height: 55px; }
  .rhythm-stage { min-height: 280px; }
}

/* V33: pista profesional cargada desde archivo original LSD Radio */
.rhythm-start:disabled{opacity:.58;filter:saturate(.5);cursor:wait}


/* V34 · perfil de producción, visuales y accesibilidad */
:root{--touch:44px}
button,a,input,select,textarea{font-size:max(12px,1em)}
.avatar-photo{width:100%;height:100%;object-fit:cover;border-radius:inherit;display:block}.avatar-photo.hidden{display:none!important}
.avatar-button,.gamer-avatar,.profile-avatar{overflow:hidden}
.visuals-home-card{display:grid;grid-template-columns:128px 1fr;gap:18px;align-items:center;margin:22px 0;padding:20px;background:radial-gradient(circle at 15% 20%,rgba(16,226,255,.2),transparent 38%),radial-gradient(circle at 92% 80%,rgba(255,45,192,.18),transparent 42%),linear-gradient(145deg,#0b1021,#16091f)}
.visuals-home-card h2{margin:4px 0 8px;font-size:26px}.visuals-home-card p{color:var(--muted);font-size:12px;line-height:1.55}.visuals-home-card small{color:var(--cyan);font-weight:900;letter-spacing:.14em}.visuals-home-art{position:relative;aspect-ratio:1;border-radius:28px;display:grid;place-items:center;overflow:hidden;background:#030511;box-shadow:inset 0 0 40px rgba(0,222,255,.16)}.visuals-home-art i{position:absolute;width:80%;height:80%;border:2px solid;border-radius:50%;animation:v34Orbit 5s linear infinite}.visuals-home-art i:nth-child(1){border-color:#22e4ff}.visuals-home-art i:nth-child(2){width:58%;height:58%;border-color:#ff38c6;animation-direction:reverse;animation-duration:3.7s}.visuals-home-art i:nth-child(3){width:34%;height:34%;border-color:#ff9b3c;animation-duration:2.8s}.visuals-home-art span{font-size:25px;font-weight:1000;z-index:2}@keyframes v34Orbit{to{transform:rotate(360deg)}}
.radio-mode-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0}.radio-mode-tabs button{min-height:var(--touch);border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.035);color:#8e94aa;font-weight:900;letter-spacing:.12em}.radio-mode-tabs button.active{color:#fff;border-color:var(--cyan);background:linear-gradient(120deg,rgba(0,216,255,.15),rgba(255,41,198,.14));box-shadow:0 0 22px rgba(0,215,255,.12)}
.now-playing{width:min(100%,420px);margin:14px auto 0;padding:11px 14px;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:rgba(255,255,255,.035);text-align:left}.now-playing small,.now-playing strong,.now-playing span{display:block}.now-playing small{color:var(--cyan);font-size:8px;letter-spacing:.14em}.now-playing strong{margin-top:4px;font-size:13px}.now-playing span{margin-top:3px;color:var(--muted);font-size:10px}
.radio-actions{grid-template-columns:repeat(4,1fr)}
.visuals-panel{position:relative;min-height:540px;padding:0;overflow:hidden;background:#02030b}.visuals-panel.hidden{display:none}.visuals-panel canvas{display:block;width:100%;height:540px;background:#03040d}.visuals-overlay{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:flex-start;padding:18px;background:linear-gradient(180deg,rgba(2,3,11,.88),transparent)}.visuals-overlay small{color:var(--cyan);font-size:8px;letter-spacing:.13em}.visuals-overlay h2{margin:4px 0 0;font-size:22px}.visuals-overlay button{width:44px;height:44px;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:rgba(2,3,11,.64);color:#fff;font-size:20px}.visuals-controls{position:absolute;left:12px;right:12px;bottom:66px;display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:12px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:rgba(4,5,15,.76);backdrop-filter:blur(18px)}.visuals-controls label{display:grid;gap:5px;color:#9299ad;font-size:8px;font-weight:900;letter-spacing:.09em}.visuals-controls select,.visuals-controls input{width:100%}.visuals-actions{position:absolute;left:12px;right:12px;bottom:12px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.visuals-actions button{min-height:42px;padding:7px;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:rgba(4,5,15,.78);color:#d6d9e6;font-size:8px;font-weight:900}
.profile-cover{position:relative;overflow:hidden;padding:24px 20px;background:linear-gradient(135deg,#071d2b,#1b0830 60%,#32111a)}.profile-cover[data-theme="urban"]{background:linear-gradient(135deg,#30100b,#481018 55%,#180719)}.profile-cover[data-theme="electro"]{background:linear-gradient(135deg,#031f30,#0d1143 55%,#240b35)}.profile-cover-visual{position:absolute;inset:0;opacity:.42}.profile-cover-visual i{position:absolute;border:1px solid rgba(255,255,255,.13);border-radius:50%}.profile-cover-visual i:nth-child(1){width:260px;height:260px;right:-90px;top:-120px}.profile-cover-visual i:nth-child(2){width:190px;height:190px;left:-80px;bottom:-110px}.profile-cover-visual i:nth-child(3){width:100px;height:100px;right:35%;bottom:-55px}.profile-main-row{position:relative;display:flex;align-items:center;gap:16px}.profile-avatar.professional{width:96px;height:96px;flex:0 0 96px;border:3px solid rgba(255,255,255,.85);box-shadow:0 0 0 5px rgba(36,222,255,.17),0 15px 35px rgba(0,0,0,.3)}.avatar-camera{position:absolute;right:1px;bottom:1px;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#06cfe8;color:#041019;font-size:13px}.profile-identity{position:relative;min-width:0}.profile-identity small{color:var(--cyan);font-size:8px;letter-spacing:.15em}.profile-identity h1{margin:4px 0;font-size:29px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-identity p{margin:0;color:#e9ebf2;font-size:12px}.profile-identity span{display:block;margin-top:5px;color:#a4a9ba;font-size:9px}.profile-bio{position:relative;margin:18px 0 14px;color:#d2d5df;font-size:12px;line-height:1.55}.profile-cover-actions{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:9px}.professional-stats{grid-template-columns:repeat(3,1fr);gap:8px}.professional-stats button{min-height:84px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.035);color:#fff}.professional-stats strong,.professional-stats span{display:block}.professional-stats strong{font-size:18px}.professional-stats span{margin-top:5px;color:#8f96aa;font-size:8px;letter-spacing:.1em}.profile-progress-card,.profile-timeline,.profile-orders,.privacy-card{margin-top:14px;padding:18px}.profile-level-track{height:10px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.07)}.profile-level-track i{display:block;height:100%;width:0;border-radius:inherit;background:linear-gradient(90deg,var(--cyan),var(--violet),var(--pink));transition:width .35s}.profile-progress-card p{margin:10px 0 0;color:var(--muted);font-size:10px}.profile-section-title{margin:25px 3px 10px}.profile-section-title small{color:var(--cyan);font-size:8px;letter-spacing:.14em}.profile-section-title h2{margin:4px 0 0;font-size:23px}.profile-timeline #profileActivityList,.profile-orders #profileOrdersList{display:grid;gap:8px;margin-top:12px}.activity-row,.profile-order-row{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;align-items:center;padding:11px;border:1px solid rgba(255,255,255,.06);border-radius:14px;background:rgba(255,255,255,.025)}.activity-row>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:rgba(0,220,255,.1);color:var(--cyan)}.activity-row strong,.activity-row small,.profile-order-row strong,.profile-order-row small{display:block}.activity-row small,.profile-order-row small{margin-top:3px;color:#8f96aa;font-size:8px}.activity-row time{color:#70778c;font-size:8px}.profile-settings{display:grid}.profile-settings label{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;border-bottom:1px solid rgba(255,255,255,.065)}.profile-settings label:last-child{border-bottom:0}.profile-settings strong,.profile-settings small{display:block}.profile-settings small{margin-top:4px;color:#8d94a8;font-size:9px}.profile-settings input[type="checkbox"]{width:45px;height:25px;accent-color:#12d9ef}.privacy-card p{color:var(--muted);font-size:10px;line-height:1.55}.account-menu{margin-top:14px}
.avatar-editor{display:grid;gap:14px}.avatar-editor-stage{position:relative;width:min(78vw,310px);aspect-ratio:1;margin:auto;overflow:hidden;border-radius:50%;background:#030511;touch-action:none;box-shadow:0 0 0 4px rgba(14,221,255,.2)}.avatar-editor-stage img{position:absolute;left:50%;top:50%;max-width:none;transform-origin:center}.avatar-editor-stage:after{content:"";position:absolute;inset:0;border:2px solid rgba(255,255,255,.72);border-radius:50%;box-shadow:inset 0 0 0 999px rgba(0,0,0,.08);pointer-events:none}.avatar-editor-controls{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center}.avatar-editor-controls button{min-width:44px;min-height:44px}.profile-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.profile-form-grid .full{grid-column:1/-1}.genre-grid{display:flex;flex-wrap:wrap;gap:7px}.genre-grid button{padding:9px 12px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(255,255,255,.03);color:#aab0c1}.genre-grid button.active{border-color:var(--cyan);color:#fff;background:rgba(0,218,255,.13)}.recovery-code{padding:16px;border:1px dashed rgba(0,221,255,.45);border-radius:16px;background:#040712;text-align:center;font:900 15px/1.5 monospace;letter-spacing:.08em;color:#60edff}.community-avatar,.rank-avatar.photo{overflow:hidden}.community-avatar img,.rank-avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.chat-message header{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px}.community-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--cyan),var(--violet));font-weight:900}.chat-message-actions{display:flex;gap:7px;margin-top:7px}.chat-message-actions button{padding:4px 8px;border:0;border-radius:8px;background:rgba(255,255,255,.05);color:#8f96a9;font-size:8px}.rank-avatar{width:34px;height:34px}.admin-role-badge{color:var(--cyan)}
@media(max-width:620px){.visuals-home-card{grid-template-columns:92px 1fr;padding:16px}.visuals-home-card h2{font-size:21px}.visuals-panel,.visuals-panel canvas{min-height:500px;height:500px}.profile-form-grid{grid-template-columns:1fr}.profile-form-grid .full{grid-column:auto}.professional-stats{grid-template-columns:repeat(3,1fr)}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}


/* V35 · Foto de perfil confiable y corrección visual de Perfil */
.profile-main-row{display:grid;grid-template-columns:96px minmax(0,1fr) auto;align-items:center;gap:18px}
.profile-avatar.professional{position:relative;overflow:visible;isolation:isolate}
.profile-avatar.professional .avatar-photo,.profile-avatar.professional>span{overflow:hidden}
.profile-avatar.professional>span{display:grid;place-items:center;width:100%;height:100%;border-radius:inherit;background:#090b18}
.profile-avatar.professional .avatar-camera{position:absolute;z-index:5;right:-5px;bottom:-5px;width:34px;height:34px;display:grid;place-items:center;border:3px solid #08101e;border-radius:50%;background:linear-gradient(135deg,#22dcff,#b740ff);color:#fff;font-size:15px;box-shadow:0 8px 20px rgba(0,0,0,.34),0 0 18px rgba(24,218,255,.32)}
.profile-photo-cta{min-width:150px;min-height:66px;display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;align-items:center;column-gap:9px;padding:11px 13px;border:1px solid rgba(44,222,255,.36);border-radius:16px;background:rgba(4,8,22,.52);color:#fff;text-align:left;backdrop-filter:blur(12px)}
.profile-photo-cta>span{grid-row:1/3;width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,rgba(0,221,255,.22),rgba(229,45,255,.22))}.profile-photo-cta strong{font-size:9px;letter-spacing:.08em}.profile-photo-cta small{color:#9ca4ba;font-size:8px}.profile-photo-cta:hover{border-color:var(--cyan);transform:translateY(-1px)}
.profile-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:0;overflow:hidden}
.profile-menu>button,.profile-menu>a{min-width:0;min-height:86px;display:grid;grid-template-columns:42px minmax(0,1fr) 24px;align-items:center;gap:12px;padding:15px 17px;border:0;border-right:1px solid rgba(255,255,255,.065);border-bottom:1px solid rgba(255,255,255,.065);background:transparent;color:#fff;text-align:left;text-decoration:none}
.profile-menu>button:nth-child(2n),.profile-menu>a:nth-child(2n){border-right:0}.profile-menu>button:hover,.profile-menu>a:hover{background:linear-gradient(115deg,rgba(0,214,255,.08),rgba(221,40,255,.06))}
.profile-menu>button>span,.profile-menu>a>span{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(35,220,255,.18);border-radius:13px;background:rgba(12,213,255,.07);color:var(--cyan);font-size:18px}.profile-menu>button>div,.profile-menu>a>div{min-width:0}
.profile-menu>button strong,.profile-menu>button small,.profile-menu>a strong,.profile-menu>a small{display:block}.profile-menu>button strong,.profile-menu>a strong{overflow:hidden;color:#f3f5fb;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.profile-menu>button small,.profile-menu>a small{margin-top:4px;overflow:hidden;color:#8e96ab;font-size:9px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.profile-menu>button>b,.profile-menu>a>b{color:#697186;font-size:21px;text-align:right}.account-menu{margin-top:14px}
.avatar-source{display:grid;gap:15px}.avatar-source-preview{width:128px;height:128px;margin:3px auto;display:grid;place-items:center;overflow:hidden;border:4px solid rgba(255,255,255,.82);border-radius:50%;background:#090b18;box-shadow:0 0 0 7px rgba(31,219,255,.13),0 18px 45px rgba(0,0,0,.36);color:#fff;font-size:36px;font-weight:1000}.avatar-source-preview img{width:100%;height:100%;object-fit:cover}.avatar-source>p{max-width:430px;margin:0 auto;color:#9da5ba;font-size:11px;line-height:1.55;text-align:center}.avatar-source-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.avatar-source-actions button{min-height:94px;display:grid;grid-template-columns:36px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;column-gap:9px;text-align:left}.avatar-source-actions button>span{grid-row:1/3;font-size:24px}.avatar-source-actions button strong,.avatar-source-actions button small{display:block}.avatar-source-actions button strong{font-size:10px}.avatar-source-actions button small{margin-top:3px;color:#b3b8c8;font-size:8px}.danger-outline-btn{min-height:44px;border:1px solid rgba(255,71,112,.38);border-radius:13px;background:rgba(255,55,94,.06);color:#ff7797;font-weight:900}
.profile-modal-photo{width:100%;min-height:78px;display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:15px;padding:11px 13px;border:1px solid rgba(0,220,255,.2);border-radius:16px;background:rgba(255,255,255,.025);color:#fff;text-align:left}.profile-modal-photo-preview{width:54px;height:54px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:linear-gradient(135deg,var(--cyan),var(--violet));font-weight:1000}.profile-modal-photo-preview img{width:100%;height:100%;object-fit:cover}.profile-modal-photo strong,.profile-modal-photo small{display:block}.profile-modal-photo small{margin-top:4px;color:#949caf;font-size:9px}.profile-modal-photo>b{color:var(--cyan);font-size:9px}.avatar-editor-controls label{display:grid;gap:5px}.avatar-editor-controls label small,.avatar-editor-help{color:#9199ad;font-size:9px}
@media(max-width:760px){.profile-main-row{grid-template-columns:82px minmax(0,1fr);gap:14px}.profile-avatar.professional{width:82px;height:82px;flex-basis:82px}.profile-photo-cta{grid-column:1/-1;width:100%;min-height:56px}.profile-menu{grid-template-columns:1fr}.profile-menu>button,.profile-menu>a,.profile-menu>button:nth-child(2n),.profile-menu>a:nth-child(2n){min-height:76px;border-right:0}.avatar-source-actions{grid-template-columns:1fr}}


/* =========================================================
   V36 · PALETA NEGRA MINIMALISTA + COLORES DEL LOGO
   78% negro/grafito · 12% cian · 7% amarillo · 3% magenta
   ========================================================= */

:root {
  --bg: #020303;
  --bg-2: #050607;
  --panel: #090b0c;
  --panel-2: #0d1011;
  --panel-3: #121516;
  --text: #f5f7f7;
  --muted: #8d9798;
  --muted-2: #5f696a;
  --line: rgba(255,255,255,.085);
  --line-strong: rgba(255,255,255,.14);
  --cyan: #00e7ef;
  --pink: #ff2b98;
  --yellow: #f8ea16;
  --orange: #ff7b18;
  --violet: #687173;
  --green: #25e6a4;
  --danger: #ff496d;
  --safe-top: env(safe-area-inset-top,0px);
  --safe-bottom: env(safe-area-inset-bottom,0px);
}

html,
body {
  background: #020303;
  color: var(--text);
}

body {
  background:
    radial-gradient(circle at 8% 0%, rgba(0,231,239,.055), transparent 25%),
    radial-gradient(circle at 92% 12%, rgba(248,234,22,.035), transparent 22%),
    #020303;
}

body::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,.018), transparent 28%),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(255,255,255,.012) 80px);
  opacity: .55;
}

.ambient {
  opacity: .16 !important;
  filter: blur(100px) !important;
}
.ambient-a {
  background: var(--cyan) !important;
}
.ambient-b {
  background: var(--yellow) !important;
}
.ambient-c {
  background: var(--pink) !important;
}

.app-shell,
.main-content,
.page {
  background: transparent;
}

.topbar {
  background: rgba(2,3,3,.94);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.live-brand > strong {
  background: linear-gradient(90deg, var(--cyan), #fff 48%, var(--yellow));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: none;
}

.glass-card,
.profile-cover,
.profile-progress-card,
.profile-timeline,
.profile-orders,
.profile-settings,
.profile-menu,
.privacy-card,
.radio-artwork,
.visuals-panel,
.hero-card,
.live-stream-card,
.visuals-home-card {
  background: rgba(9,11,12,.94) !important;
  border-color: var(--line) !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.22) !important;
  backdrop-filter: blur(14px);
}

.hero-card,
.profile-cover {
  background:
    linear-gradient(145deg, rgba(0,231,239,.075), transparent 36%),
    linear-gradient(320deg, rgba(248,234,22,.045), transparent 34%),
    #090b0c !important;
}

.hero-card::after,
.profile-cover::after {
  border-color: rgba(0,231,239,.09) !important;
}

.hero-wave,
.mini-wave,
.wave-bars {
  filter: saturate(.85);
}

.station-card {
  border-color: var(--line) !important;
  box-shadow: none !important;
}
.urban-card {
  background:
    linear-gradient(135deg, rgba(255,123,24,.12), rgba(9,11,12,.98) 60%) !important;
}
.electro-card {
  background:
    linear-gradient(135deg, rgba(0,231,239,.12), rgba(9,11,12,.98) 60%) !important;
}

.primary-btn,
.identity-primary,
.hero-play,
.main-play,
.mini-play {
  border: 1px solid rgba(0,231,239,.62) !important;
  background: var(--cyan) !important;
  color: #001113 !important;
  box-shadow: 0 9px 25px rgba(0,231,239,.12) !important;
  font-weight: 1000;
}

.primary-btn:hover,
.identity-primary:hover,
.hero-play:hover {
  background: #20f4fa !important;
  transform: translateY(-1px);
}

.secondary-btn,
.outline-btn,
.identity-secondary {
  border: 1px solid var(--line-strong) !important;
  background: #0b0e0f !important;
  color: var(--text) !important;
  box-shadow: none !important;
}

.favorite-btn,
.round-play,
.back-chip {
  border-color: rgba(248,234,22,.35) !important;
  color: var(--yellow) !important;
  background: rgba(248,234,22,.045) !important;
}

.section-heading small,
.profile-section-title small,
.card-title small,
.radio-title-row small,
.identity-kicker,
.profile-identity small {
  color: var(--cyan) !important;
}

.section-heading button,
.store-heading button,
.card-title button {
  color: var(--yellow) !important;
}

.bottom-nav {
  background: rgba(2,3,3,.97);
  border-top: 1px solid var(--line);
  box-shadow: 0 -12px 30px rgba(0,0,0,.28);
}
.bottom-nav button {
  color: #687273;
}
.bottom-nav button.active {
  color: var(--cyan) !important;
  text-shadow: none !important;
}
.bottom-nav button.active span {
  filter: drop-shadow(0 0 8px rgba(0,231,239,.35));
}

.mini-player {
  background: rgba(7,9,10,.97) !important;
  border-color: rgba(0,231,239,.2) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,.42) !important;
}

.profile-avatar.professional,
.avatar-button,
.rank-avatar,
.community-avatar {
  background: #080a0b !important;
  border-color: rgba(0,231,239,.7) !important;
  box-shadow:
    0 0 0 3px rgba(248,234,22,.08),
    0 0 0 6px rgba(255,43,152,.055) !important;
}

.profile-avatar.professional .avatar-camera {
  background: var(--yellow) !important;
  color: #080900 !important;
  border-color: #070909 !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.32) !important;
}

.profile-photo-cta {
  background: #0b0e0f !important;
  border-color: rgba(0,231,239,.28) !important;
}
.profile-photo-cta > span {
  background: rgba(0,231,239,.08) !important;
}

.professional-stats > button,
.profile-stats > button {
  background: #090b0c !important;
  border-color: var(--line) !important;
}
.professional-stats > button strong,
.profile-stats > button strong {
  color: var(--yellow) !important;
}

.profile-level-track,
.rhythm-health,
.mission-progress {
  background: #171b1c !important;
}
.profile-level-track i,
.mission-progress i {
  background: linear-gradient(90deg, var(--cyan), var(--yellow)) !important;
}

.profile-menu > button,
.profile-menu > a {
  background: transparent !important;
}
.profile-menu > button:hover,
.profile-menu > a:hover {
  background: rgba(0,231,239,.045) !important;
}
.profile-menu > button > span,
.profile-menu > a > span {
  background: rgba(0,231,239,.05) !important;
  border-color: rgba(0,231,239,.16) !important;
  color: var(--cyan) !important;
}

.profile-settings label {
  background: transparent !important;
  border-color: var(--line) !important;
}
.profile-settings input[type="checkbox"] {
  accent-color: var(--cyan);
}

.modal-card {
  background: #080a0b !important;
  border-color: var(--line-strong) !important;
  box-shadow: 0 25px 80px rgba(0,0,0,.65) !important;
}
.modal-backdrop {
  background: rgba(0,0,0,.78) !important;
}

.modal-form input,
.modal-form textarea,
.modal-form select,
.identity-form input,
.identity-form textarea,
.identity-form select {
  border: 1px solid var(--line-strong) !important;
  background: #030505 !important;
  color: var(--text) !important;
  box-shadow: none !important;
}
.modal-form input:focus,
.modal-form textarea:focus,
.modal-form select:focus,
.identity-form input:focus,
.identity-form textarea:focus,
.identity-form select:focus {
  border-color: rgba(0,231,239,.75) !important;
  outline: 3px solid rgba(0,231,239,.08);
}

.genre-grid button,
.onboarding-genres label span {
  background: #0a0d0e !important;
  border-color: var(--line) !important;
  color: #aab2b3 !important;
}
.genre-grid button.active,
.onboarding-genres input:checked + span {
  border-color: var(--cyan) !important;
  background: rgba(0,231,239,.09) !important;
  color: #fff !important;
}

.visuals-home-art,
.neon-disc,
.stream-rings {
  filter: saturate(.82) contrast(1.02);
}

.radio-mode-tabs,
.station-selector {
  background: #070909 !important;
  border-color: var(--line) !important;
}
.radio-mode-tabs button.active,
.station-selector button.active {
  background: rgba(0,231,239,.075) !important;
  color: var(--cyan) !important;
  border-color: rgba(0,231,239,.25) !important;
}

.toast {
  background: #0a0d0e !important;
  border-color: rgba(0,231,239,.28) !important;
  color: #fff !important;
}

/* =========================================================
   V36 · PUERTA DE IDENTIDAD
   ========================================================= */

.identity-gate {
  position: fixed;
  z-index: 5000;
  inset: 0;
  display: grid;
  place-items: center;
  padding:
    calc(18px + var(--safe-top))
    16px
    calc(18px + var(--safe-bottom));
  overflow: auto;
  background:
    radial-gradient(circle at 18% 0%, rgba(0,231,239,.08), transparent 27%),
    radial-gradient(circle at 90% 100%, rgba(248,234,22,.055), transparent 25%),
    #020303;
}

.identity-gate.hidden {
  display: none !important;
}

.identity-shell {
  width: min(100%, 720px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(7,9,10,.98);
  box-shadow: 0 34px 110px rgba(0,0,0,.72);
  overflow: hidden;
}

.identity-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 19px 22px;
  border-bottom: 1px solid var(--line);
  background: #050707;
}

.identity-brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.identity-brand strong,
.identity-brand small {
  display: block;
}

.identity-brand strong {
  font-size: 14px;
  letter-spacing: .09em;
}

.identity-brand small {
  margin-top: 4px;
  color: var(--cyan);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .16em;
}

.identity-view {
  padding: clamp(24px, 5vw, 44px);
}

.identity-view.hidden {
  display: none !important;
}

.identity-view h1 {
  margin: 7px 0 8px;
  font-size: clamp(28px, 7vw, 48px);
  line-height: .98;
  letter-spacing: -.045em;
}

.identity-view > p {
  max-width: 520px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.identity-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 13px;
}

.identity-form > label {
  display: grid;
  gap: 7px;
}

.identity-form > label > span,
.onboarding-genres legend {
  color: #aab2b3;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
}

.identity-form input,
.identity-form textarea,
.identity-form select {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border-radius: 13px;
  font: inherit;
}

.identity-form textarea {
  min-height: 96px;
  resize: vertical;
}

.identity-form .full,
.identity-primary,
.identity-secondary,
.onboarding-photo,
.onboarding-genres {
  grid-column: 1 / -1;
}

.identity-primary,
.identity-secondary {
  min-height: 54px;
  border-radius: 14px;
  font-size: 11px;
  letter-spacing: .08em;
}

.identity-security-note {
  display: block;
  margin-top: 14px;
  color: #687273;
  font-size: 8px;
  text-align: center;
}

.onboarding-photo {
  min-height: 90px;
  display: grid;
  grid-template-columns: 62px minmax(0,1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 13px;
  border: 1px dashed rgba(0,231,239,.32);
  border-radius: 18px;
  background: rgba(0,231,239,.025);
  color: #fff;
  text-align: left;
}

.onboarding-photo > span {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 2px solid rgba(0,231,239,.7);
  border-radius: 50%;
  background: #050707;
  color: var(--cyan);
  font-size: 25px;
  font-weight: 900;
}

.onboarding-photo > span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.onboarding-photo strong,
.onboarding-photo small {
  display: block;
}

.onboarding-photo small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 9px;
}

.onboarding-photo b {
  color: var(--yellow);
  font-size: 9px;
}

.onboarding-genres {
  padding: 0;
  border: 0;
}

.onboarding-genres legend {
  margin-bottom: 9px;
}

.onboarding-genres > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 7px;
}

.onboarding-genres label {
  cursor: pointer;
}

.onboarding-genres input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.onboarding-genres label span {
  min-height: 40px;
  display: grid;
  place-items: center;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 11px;
  text-align: center;
  letter-spacing: 0;
}

.identity-loading {
  min-height: 330px;
  place-items: center;
  align-content: center;
  text-align: center;
}

.identity-loading:not(.hidden) {
  display: grid;
}

.identity-loader {
  width: 54px;
  height: 54px;
  border: 3px solid rgba(255,255,255,.08);
  border-top-color: var(--cyan);
  border-right-color: var(--yellow);
  border-radius: 50%;
  animation: identitySpin .8s linear infinite;
}

.identity-loading h2 {
  margin: 17px 0 7px;
}

.identity-loading p {
  margin: 0;
}

@keyframes identitySpin {
  to { transform: rotate(360deg); }
}

@media (max-width: 620px) {
  .identity-shell {
    border-radius: 22px;
  }

  .identity-view {
    padding: 24px 18px;
  }

  .identity-form {
    grid-template-columns: 1fr;
  }

  .identity-form > *,
  .identity-form .full,
  .identity-primary,
  .identity-secondary,
  .onboarding-photo,
  .onboarding-genres {
    grid-column: 1;
  }

  .onboarding-genres > div {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .onboarding-photo {
    grid-template-columns: 54px minmax(0,1fr);
  }

  .onboarding-photo > span {
    width: 54px;
    height: 54px;
  }

  .onboarding-photo > b {
    grid-column: 1 / -1;
    padding-left: 67px;
  }
}


/* V36 · selector nativo de foto: funciona sin click programático */
.avatar-native-pickers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.avatar-native-picker {
  position: relative;
  min-height: 92px;
  display: grid;
  grid-template-columns: 38px minmax(0,1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 10px;
  padding: 14px;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
}

.avatar-native-picker input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.avatar-native-picker > span {
  grid-row: 1 / 3;
  font-size: 25px;
}

.avatar-native-picker strong,
.avatar-native-picker small {
  display: block;
  pointer-events: none;
}

.avatar-native-picker strong {
  font-size: 10px;
}

.avatar-native-picker small {
  margin-top: 4px;
  color: #879192;
  font-size: 8px;
}

@media (max-width: 620px) {
  .avatar-native-pickers {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   V37 · ENTRADA FUTURISTA PREMIUM
   ========================================================= */

.premium-entry {
  position: fixed;
  z-index: 7000;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 18px;
  overflow: hidden;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 42%, rgba(0,231,239,.08), transparent 25%),
    radial-gradient(circle at 25% 75%, rgba(248,234,22,.045), transparent 22%),
    radial-gradient(circle at 78% 18%, rgba(255,43,152,.035), transparent 18%),
    #010202;
  transition: opacity .6s ease, transform .6s ease, filter .6s ease;
}

.premium-entry.ready {
  filter: brightness(1.18);
}

.premium-entry.hide {
  opacity: 0;
  transform: scale(1.06);
  filter: blur(12px) brightness(1.5);
  pointer-events: none;
}

.entry-grid {
  position: absolute;
  inset: -10%;
  background-image:
    linear-gradient(rgba(0,231,239,.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,231,239,.038) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, #000, transparent 70%);
  transform: perspective(650px) rotateX(64deg) translateY(24%);
  animation: entryGridMove 4s linear infinite;
}

.entry-scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  top: -5%;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  box-shadow: 0 0 18px rgba(0,231,239,.8);
  opacity: .65;
  animation: entryScan 2.8s ease-in-out infinite;
}

.entry-particles {
  position: absolute;
  inset: 0;
}

.entry-particles i {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 14px currentColor;
  animation: entryFloat 4s ease-in-out infinite;
}

.entry-particles i:nth-child(1) { left: 12%; top: 19%; animation-delay: -.4s; }
.entry-particles i:nth-child(2) { left: 24%; top: 71%; background: var(--yellow); animation-delay: -1.8s; }
.entry-particles i:nth-child(3) { left: 78%; top: 24%; background: var(--pink); animation-delay: -.9s; }
.entry-particles i:nth-child(4) { left: 86%; top: 66%; animation-delay: -2.6s; }
.entry-particles i:nth-child(5) { left: 42%; top: 12%; background: var(--yellow); animation-delay: -3.2s; }
.entry-particles i:nth-child(6) { left: 56%; top: 82%; background: var(--pink); animation-delay: -1.2s; }
.entry-particles i:nth-child(7) { left: 8%; top: 50%; animation-delay: -2.2s; }
.entry-particles i:nth-child(8) { left: 93%; top: 42%; background: var(--yellow); animation-delay: -.2s; }

.entry-core {
  position: relative;
  width: 210px;
  height: 210px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.entry-logo-shell {
  position: relative;
  z-index: 5;
  width: 126px;
  height: 126px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 36px;
  background: rgba(4,6,6,.76);
  box-shadow:
    0 25px 60px rgba(0,0,0,.55),
    inset 0 0 30px rgba(0,231,239,.04);
  backdrop-filter: blur(14px);
  animation: entryLogoFloat 2.8s ease-in-out infinite;
}

.entry-logo-shell .splash-logo {
  width: 104px;
  height: 108px;
  object-fit: contain;
  animation: none;
  filter:
    drop-shadow(0 0 14px rgba(0,231,239,.22))
    drop-shadow(0 0 18px rgba(248,234,22,.11));
}

.entry-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid transparent;
}

.entry-ring::before,
.entry-ring::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.entry-ring-a {
  border-top-color: var(--cyan);
  border-right-color: rgba(0,231,239,.18);
  box-shadow: 0 0 25px rgba(0,231,239,.12);
  animation: entryRotate 5s linear infinite;
}

.entry-ring-a::before {
  width: 8px;
  height: 8px;
  right: 22px;
  top: 28px;
  background: var(--cyan);
  box-shadow: 0 0 20px var(--cyan);
}

.entry-ring-b {
  inset: 18px;
  border-bottom-color: var(--yellow);
  border-left-color: rgba(248,234,22,.16);
  animation: entryRotateReverse 3.8s linear infinite;
}

.entry-ring-b::before {
  width: 6px;
  height: 6px;
  left: 15px;
  bottom: 32px;
  background: var(--yellow);
  box-shadow: 0 0 18px var(--yellow);
}

.entry-ring-c {
  inset: 37px;
  border-top-color: rgba(255,43,152,.72);
  border-left-color: rgba(255,43,152,.1);
  animation: entryRotate 2.9s linear infinite;
}

.entry-pulse {
  position: absolute;
  z-index: -1;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  border: 1px solid rgba(0,231,239,.25);
  animation: entryPulse 1.8s ease-out infinite;
}

.entry-copy {
  position: relative;
  z-index: 2;
  text-align: center;
}

.entry-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--cyan);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .28em;
}

.entry-copy > strong {
  display: block;
  font-size: clamp(29px, 8vw, 42px);
  line-height: 1;
  letter-spacing: .16em;
  margin-left: .16em;
}

.entry-copy > small {
  display: block;
  min-height: 14px;
  margin-top: 10px;
  color: #7f8b8c;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .19em;
  transition: opacity .2s ease;
}

.entry-equalizer {
  position: relative;
  z-index: 2;
  height: 34px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.entry-equalizer i {
  width: 3px;
  height: 8px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 8px rgba(0,231,239,.38);
  animation: entryEqualize .9s ease-in-out infinite alternate;
}

.entry-equalizer i:nth-child(2n) { animation-delay: -.15s; background: #fff; }
.entry-equalizer i:nth-child(3n) { animation-delay: -.33s; background: var(--yellow); }
.entry-equalizer i:nth-child(4n) { animation-delay: -.49s; }
.entry-equalizer i:nth-child(5n) { animation-delay: -.66s; background: var(--pink); }

.entry-progress {
  position: relative;
  z-index: 2;
  width: min(280px, 74vw);
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
}

.entry-progress span {
  display: block;
  width: 4%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), #fff 55%, var(--yellow));
  box-shadow: 0 0 15px rgba(0,231,239,.7);
  transition: width .45s cubic-bezier(.2,.8,.2,1);
}

.entry-footer {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  color: #576162;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .12em;
}

.entry-footer span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.entry-footer i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px rgba(37,230,164,.65);
}

@keyframes entryRotate { to { transform: rotate(360deg); } }
@keyframes entryRotateReverse { to { transform: rotate(-360deg); } }
@keyframes entryPulse {
  0% { transform: scale(.82); opacity: .7; }
  100% { transform: scale(1.8); opacity: 0; }
}
@keyframes entryLogoFloat {
  50% { transform: translateY(-5px) scale(1.018); }
}
@keyframes entryEqualize {
  from { height: 7px; opacity: .45; }
  to { height: 31px; opacity: 1; }
}
@keyframes entryGridMove {
  to { background-position: 0 48px, 48px 0; }
}
@keyframes entryScan {
  0%, 100% { top: -5%; opacity: 0; }
  20% { opacity: .65; }
  80% { opacity: .65; }
  100% { top: 105%; opacity: 0; }
}
@keyframes entryFloat {
  50% { transform: translateY(-16px) scale(1.8); opacity: .35; }
}

/* =========================================================
   V37 · EVENTOS PREMIUM
   ========================================================= */

.events-rail {
  gap: 13px;
  padding: 3px 2px 10px;
}

.premium-event-card {
  appearance: none;
  width: 240px;
  min-width: 240px;
  height: 292px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(160deg, var(--event-a), var(--event-b));
  color: #fff;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(0,0,0,.3);
  transform: translateZ(0);
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease;
}

.premium-event-card.has-image {
  background-image:
    linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.15) 40%, rgba(0,0,0,.92)),
    var(--event-image);
  background-size: cover;
  background-position: center;
}

.premium-event-card::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), transparent 24%),
    radial-gradient(circle at 86% 13%, rgba(0,231,239,.22), transparent 22%);
}

.premium-event-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
  pointer-events: none;
}

.premium-event-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0,231,239,.38);
  box-shadow: 0 25px 60px rgba(0,0,0,.44), 0 0 30px rgba(0,231,239,.07);
}

.event-card-shade {
  position: absolute !important;
  inset: 0;
  z-index: 0 !important;
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.8));
}

.event-card-top,
.event-card-copy {
  position: relative;
  z-index: 2;
  display: flex;
}

.event-card-top {
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
}

.event-open-icon {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 50%;
  background: rgba(2,3,3,.42);
  color: var(--cyan);
  font-size: 15px;
  backdrop-filter: blur(10px);
}

.premium-event-card .event-date {
  width: 58px;
  height: 64px;
  padding: 7px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  background: rgba(2,3,3,.68);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.premium-event-card .event-date small {
  color: var(--cyan);
}

.event-card-copy {
  flex-direction: column;
  padding: 20px 17px;
}

.event-card-copy > small {
  margin-bottom: 7px;
  color: var(--cyan);
  font-size: 7px;
  font-weight: 1000;
  letter-spacing: .16em;
}

.event-card-copy > strong {
  font-size: 21px;
  line-height: 1.02;
  letter-spacing: -.025em;
}

.event-card-copy > span {
  margin-top: 8px;
  color: rgba(255,255,255,.69);
  font-size: 9px;
  line-height: 1.4;
}

.modal-card.event-detail-modal {
  width: min(620px, calc(100vw - 22px));
  max-height: min(92dvh, 820px);
  padding: 0;
  overflow: auto;
  border-color: rgba(0,231,239,.17) !important;
  border-radius: 28px;
  background: #060808 !important;
}

.event-detail {
  min-height: 100%;
}

.event-detail-hero {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 20%, rgba(0,231,239,.18), transparent 30%),
    radial-gradient(circle at 25% 78%, rgba(248,234,22,.07), transparent 25%),
    #0b0f10;
  background-size: cover;
  background-position: center;
}

.event-detail-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.2) 38%, rgba(0,0,0,.94)),
    linear-gradient(90deg, rgba(0,0,0,.35), transparent 65%);
}

.event-detail-close {
  position: relative;
  z-index: 3;
  align-self: flex-end;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 50%;
  background: rgba(2,3,3,.62);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.event-detail-date {
  position: absolute;
  z-index: 3;
  left: 18px;
  top: 18px;
  width: 66px;
  height: 74px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  background: rgba(2,3,3,.66);
  backdrop-filter: blur(13px);
}

.event-detail-date strong {
  font-size: 28px;
  line-height: .9;
}

.event-detail-date span {
  margin-top: 6px;
  color: var(--cyan);
  font-size: 8px;
  font-weight: 1000;
  letter-spacing: .12em;
}

.event-detail-title {
  position: relative;
  z-index: 3;
}

.event-detail-title small {
  color: var(--cyan);
  font-size: 8px;
  font-weight: 1000;
  letter-spacing: .17em;
}

.event-detail-title h2 {
  margin: 9px 0 7px;
  font-size: clamp(32px, 9vw, 52px);
  line-height: .92;
  letter-spacing: -.055em;
}

.event-detail-title p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 11px;
}

.event-detail-body {
  padding: 20px;
}

.event-detail-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.event-detail-facts > div {
  min-height: 84px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 9px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #0a0d0e;
}

.event-detail-facts > div > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(0,231,239,.06);
  color: var(--cyan);
}

.event-detail-facts p,
.event-detail-facts small,
.event-detail-facts strong {
  display: block;
  margin: 0;
}

.event-detail-facts small {
  margin-bottom: 5px;
  color: #697374;
  font-size: 7px;
  font-weight: 1000;
  letter-spacing: .12em;
}

.event-detail-facts strong {
  font-size: 10px;
  line-height: 1.4;
}

.event-detail-description {
  margin-top: 15px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #090b0c;
}

.event-detail-description small {
  color: var(--yellow);
  font-size: 8px;
  font-weight: 1000;
  letter-spacing: .14em;
}

.event-detail-description p {
  margin: 10px 0 0;
  color: #afb7b8;
  font-size: 12px;
  line-height: 1.7;
}

.event-detail-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px;
  margin-top: 16px;
}

.event-detail-actions > * {
  min-height: 50px;
  display: grid;
  place-items: center;
  border-radius: 14px;
}

.event-ticket-button {
  text-decoration: none;
}

@media (max-width: 520px) {
  .entry-core {
    width: 180px;
    height: 180px;
  }

  .entry-logo-shell {
    width: 112px;
    height: 112px;
  }

  .entry-logo-shell .splash-logo {
    width: 92px;
    height: 96px;
  }

  .premium-event-card {
    width: 218px;
    min-width: 218px;
    height: 275px;
  }

  .event-detail-hero {
    min-height: 290px;
  }

  .event-detail-facts {
    grid-template-columns: 1fr;
  }

  .event-detail-actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .entry-ring,
  .entry-pulse,
  .entry-logo-shell,
  .entry-equalizer i,
  .entry-grid,
  .entry-scan,
  .entry-particles i {
    animation: none !important;
  }
}

/* LSD_EMAIL_LOGIN_V371_CSS_START */
.identity-inline-error {
  margin: 12px 0 0;
  padding: 11px 12px;
  border: 1px solid rgba(255, 83, 118, .32);
  border-radius: 12px;
  background: rgba(255, 45, 91, .08);
  color: #ff9caf;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.5;
  text-align: left;
}
.identity-inline-error.hidden { display: none !important; }
/* LSD_EMAIL_LOGIN_V371_CSS_END */


/* LSD_EMAIL_LOGIN_V372_CSS_START */
.identity-inline-error {
  margin-top: 12px;
  padding: 11px 12px;
  border: 1px solid rgba(255,83,118,.32);
  border-radius: 12px;
  background: rgba(255,45,91,.08);
  color: #ff9caf;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.5;
  text-align: left;
}
.identity-inline-error.hidden {
  display: none !important;
}
/* LSD_EMAIL_LOGIN_V372_CSS_END */


/* LSD_VISUAL_STABLE_V38_START */
.visuals-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.visuals-panel {
  contain: layout paint;
  isolation: isolate;
}

.visuals-panel canvas {
  contain: strict;
  image-rendering: auto;
  touch-action: none;
}

html.visuals-expanded-active,
body.visuals-expanded-active {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  overscroll-behavior: none;
}

.visuals-panel.visuals-expanded {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10000 !important;
  width: 100vw !important;
  height: 100vh !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #010207 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

@supports (height: 100dvh) {
  .visuals-panel.visuals-expanded {
    height: 100dvh !important;
  }
}

.visuals-panel.visuals-expanded canvas {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
}

.visuals-panel.visuals-expanded .visuals-controls,
.visuals-panel.visuals-expanded .visuals-actions {
  display: none !important;
}

.visuals-panel.visuals-expanded .visuals-overlay {
  z-index: 3;
  padding:
    calc(14px + env(safe-area-inset-top))
    calc(14px + env(safe-area-inset-right))
    54px
    calc(14px + env(safe-area-inset-left));
  pointer-events: none;
}

.visuals-panel.visuals-expanded .visuals-overlay button {
  width: 48px;
  height: 48px;
  display: grid !important;
  place-items: center;
  border-radius: 50%;
  background: rgba(0,0,0,.58);
  font-size: 30px;
  line-height: 1;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 620px) {
  .visuals-panel.visuals-expanded,
  .visuals-panel.visuals-expanded canvas {
    min-height: 0 !important;
    height: 100vh !important;
  }

  @supports (height: 100dvh) {
    .visuals-panel.visuals-expanded,
    .visuals-panel.visuals-expanded canvas {
      height: 100dvh !important;
    }
  }
}
/* LSD_VISUAL_STABLE_V38_END */

/* LSD_PROFILE_ARCADE_V421 */
.profile-arcade-card{padding:18px;display:grid;gap:16px}.profile-arcade-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.profile-arcade-summary>div{padding:14px;border-radius:18px;background:rgba(255,255,255,.045);border:1px solid rgba(143,104,255,.18)}.profile-arcade-summary small{display:block;color:var(--muted,#9ba3bd);font-size:10px;font-weight:900;letter-spacing:.08em}.profile-arcade-summary strong{display:block;margin-top:5px;font-size:clamp(20px,5vw,30px)}.profile-arcade-games{display:grid;gap:8px}.profile-arcade-row{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:11px;padding:10px 12px;border-radius:16px;background:rgba(4,5,16,.5);border:1px solid rgba(255,255,255,.06)}.profile-arcade-row .icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(255,55,170,.18),rgba(35,229,255,.15));font-weight:1000}.profile-arcade-row strong,.profile-arcade-row small{display:block}.profile-arcade-row small{color:var(--muted,#9ba3bd);font-size:11px}.profile-arcade-row b{text-align:right;font-size:15px}.profile-arcade-row b small{font-weight:700}.arcade-record-toast{position:fixed;left:50%;bottom:92px;transform:translate(-50%,18px);z-index:999999;padding:12px 16px;border-radius:16px;background:#090619f2;border:1px solid #835cff;color:#fff;opacity:0;pointer-events:none;transition:.25s;box-shadow:0 14px 50px #000b}.arcade-record-toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:560px){.profile-arcade-summary{grid-template-columns:1fr 1fr}.profile-arcade-summary>div:first-child{grid-column:1/-1}.profile-arcade-row{grid-template-columns:38px 1fr auto}}

/* LSD_RADIO_PREMIUM_V445_START */
.bell-shape {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
}

.bell-shape svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 7px rgba(0, 224, 255, .45));
  transition: transform .25s ease, filter .25s ease;
}

.bell:hover .bell-shape svg,
.bell:focus-visible .bell-shape svg {
  transform: rotate(-8deg) scale(1.08);
  filter: drop-shadow(0 0 9px rgba(255, 48, 190, .7));
}

#page-radio {
  position: relative;
  isolation: isolate;
}

#page-radio::before,
#page-radio::after {
  content: "";
  position: fixed;
  z-index: -1;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(110px);
  opacity: .18;
}

#page-radio::before {
  left: max(-240px, calc(50% - 680px));
  top: 16%;
  background: #00d9ff;
}

#page-radio::after {
  right: max(-240px, calc(50% - 680px));
  top: 35%;
  background: #ff19a8;
}

#page-radio .radio-title-row {
  padding: 8px 0 4px;
}

#page-radio .radio-title-row > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

#page-radio .radio-title-row > div > small {
  color: #83f6ff;
  font-size: 10px;
  font-weight: 1000;
  letter-spacing: .16em;
  text-shadow: 0 0 16px rgba(0, 225, 255, .45);
}

#page-radio .back-chip,
#page-radio .favorite-btn {
  border: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .018));
  box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 10px 26px rgba(0, 0, 0, .26);
  backdrop-filter: blur(15px);
}

#page-radio .radio-mode-tabs {
  padding: 4px;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 18px;
  background: rgba(7, 9, 16, .72);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .035);
  backdrop-filter: blur(20px);
}

#page-radio .radio-mode-tabs button {
  border: 0;
  border-radius: 14px;
  transition: color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease;
}

#page-radio .radio-mode-tabs button.active {
  color: #0cf2ff;
  background: linear-gradient(120deg, rgba(0, 223, 255, .16), rgba(113, 53, 255, .16));
  box-shadow: inset 0 0 0 1px rgba(0, 228, 255, .42), 0 0 25px rgba(0, 211, 255, .1);
}

#page-radio .radio-artwork {
  position: relative;
  min-height: 585px;
  padding: 22px 28px 26px;
  overflow: hidden;
  border: 1px solid rgba(135, 211, 255, .19);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 30%, rgba(32, 211, 255, .13), transparent 29%),
    radial-gradient(circle at 25% 75%, rgba(255, 32, 177, .08), transparent 34%),
    linear-gradient(155deg, rgba(11, 15, 26, .97), rgba(4, 5, 10, .99) 68%);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, .48),
    0 0 60px rgba(0, 205, 255, .065),
    inset 0 1px rgba(255, 255, 255, .1);
}

#page-radio .radio-artwork::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background-image:
    linear-gradient(rgba(95, 220, 255, .16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(95, 220, 255, .16) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 70%);
}

#page-radio .radio-artwork::after {
  content: "";
  position: absolute;
  left: -20%;
  right: -20%;
  bottom: -150px;
  height: 280px;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(136, 33, 255, .16), transparent 67%);
  filter: blur(12px);
}

.radio-signal-meta {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  color: #7b849c;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
}

.radio-signal-meta span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #f7f9ff;
}

.radio-signal-meta i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2dff9a;
  box-shadow: 0 0 0 5px rgba(45, 255, 154, .08), 0 0 14px #2dff9a;
  animation: radioLivePulse 1.8s ease-in-out infinite;
}

#page-radio .neon-disc {
  width: min(68vw, 355px);
  margin-top: 2px;
  isolation: isolate;
  border: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(3, 8, 20, .98) 0 23%, transparent 23.5%),
    repeating-radial-gradient(circle, transparent 0 15px, rgba(116, 223, 255, .045) 16px 17px),
    conic-gradient(from 120deg, #00e5ff, #713cff 27%, #ff28b8 50%, #ffc928 72%, #00e5ff);
  box-shadow:
    0 0 0 1px rgba(104, 224, 255, .3),
    0 0 45px rgba(0, 214, 255, .2),
    0 0 90px rgba(136, 38, 255, .12);
}

#page-radio .neon-disc::before {
  inset: 5px;
  z-index: -1;
  border: 11px solid rgba(4, 8, 16, .9);
  background:
    repeating-conic-gradient(from 0deg, rgba(255, 255, 255, .2) 0 1deg, transparent 1deg 5deg),
    radial-gradient(circle, rgba(12, 16, 27, .97) 52%, rgba(4, 6, 12, .99) 53%);
  box-shadow: inset 0 0 35px rgba(0, 0, 0, .8), 0 0 30px rgba(255, 33, 183, .18);
  animation: radioOrbit 24s linear infinite;
}

#page-radio .neon-disc::after {
  inset: 18%;
  z-index: 0;
  border: 1px solid rgba(0, 233, 255, .55);
  background: radial-gradient(circle, rgba(255, 42, 184, .12), rgba(0, 225, 255, .025) 60%, transparent 61%);
  box-shadow:
    0 0 0 12px rgba(7, 10, 18, .72),
    0 0 0 13px rgba(255, 51, 190, .4),
    0 0 35px rgba(0, 224, 255, .28),
    inset 0 0 32px rgba(255, 34, 183, .14);
}

#page-radio .disc-core {
  z-index: 2;
  width: 34%;
  height: 34%;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: radial-gradient(circle at 35% 25%, rgba(255, 255, 255, .12), rgba(3, 5, 12, .96) 68%);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, .65),
    0 0 0 7px rgba(0, 0, 0, .35),
    0 0 24px rgba(255, 43, 189, .24);
}

#page-radio .player-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(1.18) contrast(1.04) drop-shadow(0 0 13px rgba(0, 229, 255, .32));
}

#page-radio .wave-bars {
  z-index: 4;
  left: 4%;
  right: 4%;
  height: 72px;
  padding: 0 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .3) 18%, rgba(0, 0, 0, .3) 82%, transparent);
  filter: drop-shadow(0 0 8px rgba(0, 225, 255, .4));
}

#page-radio .wave-bars i {
  width: 3px;
  min-height: 7px;
  border-radius: 999px;
  background: linear-gradient(to top, #ff2db7, #8d5cff 48%, #36efff);
  box-shadow: 0 0 8px rgba(0, 224, 255, .6);
}

.playing #page-radio .neon-disc {
  animation: radioBreath 2.2s ease-in-out infinite;
}

.playing #page-radio .disc-core {
  animation: radioCoreFloat 3.2s ease-in-out infinite;
}

#page-radio .radio-artwork h1 {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  font-size: clamp(24px, 5vw, 35px);
  font-weight: 1000;
  letter-spacing: -.04em;
  background: linear-gradient(90deg, #fff, #7cefff 48%, #e9cfff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 10px 35px rgba(0, 219, 255, .12);
}

#page-radio .radio-artwork > p {
  position: relative;
  z-index: 2;
  color: #9aa5bb;
  font-size: 11px;
  letter-spacing: .04em;
}

#page-radio .now-playing {
  position: relative;
  z-index: 2;
  width: min(100%, 470px);
  min-height: 74px;
  padding: 14px 55px 14px 17px;
  border: 1px solid rgba(111, 212, 255, .16);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .022));
  box-shadow: inset 0 1px rgba(255, 255, 255, .055), 0 16px 38px rgba(0, 0, 0, .22);
  backdrop-filter: blur(18px);
}

#page-radio .now-playing::after {
  content: "▥";
  position: absolute;
  right: 16px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  color: #10eaff;
  background: rgba(0, 226, 255, .08);
  transform: translateY(-50%);
  box-shadow: 0 0 18px rgba(0, 226, 255, .08);
}

#page-radio .now-playing small {
  color: #31eaf8;
  font-size: 8px;
  font-weight: 1000;
}

#page-radio .now-playing strong {
  font-size: 14px;
  letter-spacing: -.01em;
}

#page-radio .listeners-pill {
  position: relative;
  z-index: 2;
  margin-top: 13px;
  border-color: rgba(255, 255, 255, .08);
  background: rgba(3, 5, 10, .48);
  backdrop-filter: blur(15px);
}

#page-radio .station-selector {
  padding: 6px;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 20px;
  background: rgba(7, 9, 16, .76);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .3);
  backdrop-filter: blur(20px);
}

#page-radio .station-selector button {
  border: 0;
  border-radius: 15px;
  background: transparent;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

#page-radio .station-selector button.active {
  background: linear-gradient(130deg, rgba(0, 226, 255, .17), rgba(127, 54, 255, .18));
  box-shadow: inset 0 0 0 1px rgba(0, 228, 255, .35), 0 8px 26px rgba(0, 208, 255, .08);
}

#page-radio .player-controls {
  width: min(100%, 520px);
  margin: 18px auto 19px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(18, 21, 31, .86), rgba(6, 8, 14, .86));
  box-shadow: 0 24px 55px rgba(0, 0, 0, .35), inset 0 1px rgba(255, 255, 255, .055);
  backdrop-filter: blur(22px);
}

#page-radio .player-controls button {
  color: #a7b0c5;
  transition: color .2s ease, transform .2s ease, filter .2s ease;
}

#page-radio .player-controls button:hover {
  color: #fff;
  transform: translateY(-2px);
}

#page-radio .main-play {
  width: 70px;
  height: 70px;
  color: #021016 !important;
  background: linear-gradient(145deg, #68f7ff, #00d4ee 54%, #9f55ff) !important;
  box-shadow:
    0 0 0 7px rgba(0, 222, 255, .075),
    0 0 35px rgba(0, 221, 255, .32),
    0 15px 34px rgba(0, 0, 0, .42);
}

.playing #page-radio .main-play {
  background: linear-gradient(145deg, #ff76ce, #ff2eaa 56%, #7f4dff) !important;
  box-shadow: 0 0 0 7px rgba(255, 38, 174, .07), 0 0 35px rgba(255, 38, 174, .28), 0 15px 34px rgba(0, 0, 0, .42);
}

#page-radio .radio-actions {
  padding: 8px;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, .065);
  border-radius: 19px;
  background: rgba(5, 7, 12, .62);
}

#page-radio .radio-actions button {
  border-radius: 13px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

#page-radio .radio-actions button:hover {
  color: #20e9f7;
  background: rgba(0, 222, 255, .075);
  transform: translateY(-2px);
}

#page-radio .signal-status {
  border-color: rgba(0, 223, 255, .13);
  border-radius: 20px;
  background:
    radial-gradient(circle at 90% 20%, rgba(0, 220, 255, .08), transparent 28%),
    rgba(7, 9, 15, .78);
  box-shadow: inset 0 1px rgba(255, 255, 255, .045);
}

@keyframes radioOrbit {
  to { transform: rotate(360deg); }
}

@keyframes radioBreath {
  0%, 100% { box-shadow: 0 0 0 1px rgba(104,224,255,.3), 0 0 45px rgba(0,214,255,.2), 0 0 90px rgba(136,38,255,.12); }
  50% { box-shadow: 0 0 0 1px rgba(255,80,199,.45), 0 0 58px rgba(255,32,178,.24), 0 0 110px rgba(0,214,255,.16); }
}

@keyframes radioCoreFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-3px) scale(1.025); }
}

@keyframes radioLivePulse {
  0%, 100% { opacity: .72; transform: scale(.92); }
  50% { opacity: 1; transform: scale(1.08); }
}

@media (min-width: 900px) {
  #page-radio .radio-artwork {
    min-height: 620px;
    padding-left: 56px;
    padding-right: 56px;
  }

  #page-radio .radio-mode-tabs,
  #page-radio .station-selector,
  #page-radio .signal-status {
    width: min(100%, 800px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 560px) {
  #page-radio::before,
  #page-radio::after {
    width: 260px;
    height: 260px;
    filter: blur(85px);
  }

  #page-radio .radio-title-row > div {
    display: block;
    text-align: center;
  }

  #page-radio .radio-title-row > div > small {
    display: block;
    margin-bottom: 5px;
    font-size: 8px;
  }

  #page-radio .radio-artwork {
    min-height: 0;
    padding: 16px 13px 20px;
    border-radius: 24px;
  }

  .radio-signal-meta {
    margin: 0 3px 7px;
  }

  #page-radio .neon-disc {
    width: min(78vw, 310px);
  }

  #page-radio .wave-bars {
    left: 1%;
    right: 1%;
  }

  #page-radio .radio-artwork h1 {
    font-size: 24px;
  }

  #page-radio .now-playing {
    width: 100%;
  }

  #page-radio .player-controls {
    padding: 9px 7px;
  }

  #page-radio .main-play {
    width: 62px;
    height: 62px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #page-radio .neon-disc::before,
  .playing #page-radio .neon-disc,
  .playing #page-radio .disc-core,
  .radio-signal-meta i {
    animation: none !important;
  }
}
/* LSD_RADIO_PREMIUM_V445_END */

/* V46 · App Store review hardening */
[hidden] { display:none !important; }

/* LSD-YOUTUBE-LIVE-V8 */

.live-stream-card .stream-visual{
  position:relative;
  overflow:hidden;
  background:#000;
  border-radius:22px;
  aspect-ratio:16 / 9;
  min-height:190px;
}

#youtubeLiveFrame{
  position:absolute;
  inset:0;
  z-index:2;
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:190px;
  border:0 !important;
  background:#000;
}

.live-stream-card .youtube-badge{
  position:absolute;
  z-index:5;
  top:14px;
  left:14px;
  pointer-events:none;
}

.live-stream-card .stream-rings{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  opacity:.15;
}

.live-stream-card .stream-rings.lsd-youtube-loaded{
  opacity:0;
}

@media (max-width:760px){

  .live-stream-card{
    display:flex !important;
    flex-direction:column !important;
    gap:16px !important;
  }

  .live-stream-card .stream-visual{
    width:100% !important;
    aspect-ratio:16 / 9 !important;
    min-height:190px !important;
  }

  #youtubeLiveFrame{
    width:100% !important;
    min-height:190px !important;
  }

  .live-stream-card .stream-copy{
    width:100% !important;
  }
}




/* LSD-YOUTUBE-COMUNIDAD-V15 */

#page-community .lsd-youtube-community-heading{
  margin-top:18px;
  margin-bottom:12px;
}

#page-community .live-stream-card{
  display:flex !important;
  width:100% !important;
  margin:0 0 24px 0 !important;
}

#page-community .stream-visual{
  display:block !important;
  visibility:visible !important;
  width:100% !important;
  min-height:200px !important;
}

#page-community #youtubeLiveFrame{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  width:100% !important;
  height:100% !important;
  min-height:200px !important;
}

@media(max-width:760px){

  #page-community .live-stream-card{
    display:flex !important;
    flex-direction:column !important;
  }

  #page-community .stream-visual{
    width:100% !important;
    aspect-ratio:16/9 !important;
  }

}


/* LSD-YOUTUBE-LIMPIO-V16 */

#page-community .live-stream-card {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 0 24px 0 !important;
    overflow: hidden !important;
}

#page-community .live-stream-card .stream-copy {
    display: none !important;
}

#page-community .stream-visual {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

#page-community #youtubeLiveFrame {
    position: absolute !important;
    inset: 0 !important;

    display: block !important;

    width: 100% !important;
    height: 100% !important;

    min-width: 100% !important;
    min-height: 100% !important;

    max-width: none !important;

    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;

    opacity: 1 !important;
    visibility: visible !important;
}

#page-community .stream-rings {
    display: none !important;
}

#page-community .youtube-badge {
    z-index: 10 !important;
}

@media (max-width: 760px) {

    #page-community .live-stream-card {
        width: 100% !important;
        padding: 0 !important;
    }

    #page-community .stream-visual {
        width: 100% !important;
        aspect-ratio: 16 / 9 !important;
    }

    #page-community #youtubeLiveFrame {
        width: 100% !important;
        height: 100% !important;
    }
}
