* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Roboto', sans-serif; color: #fff; height: 100vh; display: flex; flex-direction: column; overflow: hidden; }
.hero { flex: 1; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; background: url('images/arkaplan.webp') center/cover no-repeat; }
.hero::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.45); pointer-events: none; }
.hero-content { position: relative; z-index: 10; text-align: center; padding: 20px; }
.logo-text { display: flex; flex-direction: column; align-items: center; margin-bottom: 10px; }
.logo-mic-row { display: flex; align-items: center; gap: 12px; margin: 4px 0; }
.logo-mic-row i { font-size: 2.6rem; }
.wave-bars { display: flex; align-items: center; gap: 3px; }
.wave-bars.mirror { transform: scaleX(-1); }
.wave-bars span { display: inline-block; width: 4px; background: #fff; border-radius: 2px; animation: wavebar 1.2s ease-in-out infinite; }
.wave-bars span:nth-child(1) { height: 10px; animation-delay: 0s; }
.wave-bars span:nth-child(2) { height: 18px; animation-delay: 0.1s; }
.wave-bars span:nth-child(3) { height: 26px; animation-delay: 0.2s; }
.wave-bars span:nth-child(4) { height: 34px; animation-delay: 0.3s; }
.wave-bars span:nth-child(5) { height: 40px; animation-delay: 0.4s; }
@keyframes wavebar { 0%, 100% { transform: scaleY(1); opacity: 0.7; } 50% { transform: scaleY(1.5); opacity: 1; } }
.logo-waves { font-size: 2.8rem; font-weight: 900; letter-spacing: 4px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); line-height: 1; }
.live-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 1.8rem; font-weight: 700; letter-spacing: 3px; margin: 8px 0 6px; }
.live-dot { width: 24px; height: 24px; border: 2px solid #AA0112; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.live-dot::before { content: ''; width: 16px; height: 16px; background: #AA0112; border-radius: 50%; animation: blink 1.5s infinite; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.15; } }
.yayindayiz { font-size: 3rem; font-weight: 900; letter-spacing: 2px; text-shadow: 0 2px 20px rgba(0,0,0,0.6); margin-bottom: 6px; }
.slogan { font-size: 1rem; font-weight: 300; opacity: 0.85; margin-bottom: 28px; }
.btn-row { display: flex; justify-content: center; }
.btn-hero { display: inline-flex; align-items: center; gap: 10px; padding: 13px 36px; border: 2px solid rgba(255,255,255,0.7); border-radius: 8px; background: rgba(255,255,255,0.08); color: #fff; font-size: 0.95rem; font-weight: 600; font-family: 'Roboto', sans-serif; letter-spacing: 0.5px; cursor: pointer; text-decoration: none; backdrop-filter: blur(8px); transition: background 0.2s, border-color 0.2s, transform 0.15s, box-shadow 0.2s; }
.btn-hero:hover { background: rgba(255,255,255,0.2); border-color: #fff; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.3); }
.player-wrapper { background: #111; border-top: 2px solid rgba(255,255,255,0.08); position: relative; }
.toggle-btn { position: absolute; top: -26px; right: 0; background: #111; border: none; border-radius: 6px 6px 0 0; color: rgba(255,255,255,0.55); font-size: 0.72rem; font-family: 'Roboto', sans-serif; font-weight: 600; letter-spacing: 0.8px; text-transform: uppercase; padding: 5px 14px; cursor: pointer; transition: color 0.2s;  z-index: 9999 !important; }
.toggle-btn:hover { color: #fff; }
.player-bar { display: flex; align-items: center; padding: 12px 16px; gap: 14px; }
.player-left { display: flex; align-items: center; gap: 10px; flex: 1; min-width: 0; }
.vinyl-wrap { flex-shrink: 0; width: 44px; height: 44px; }
.vinyl { width: 44px; height: 44px; border-radius: 50%; background-image: url('images/plak.png'); background-size: cover; background-position: center; box-shadow: 0 0 8px rgba(0,0,0,0.7); }
.vinyl.spinning { animation: spin 3s linear infinite; }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.meta-text { min-width: 0; }
.meta-dj { font-size: 0.68rem; font-weight: 700; opacity: 0.5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.meta-song { font-size: 0.85rem; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.player-controls { display: flex; align-items: center; justify-content: center; gap: 12px; flex-shrink: 0; position: absolute; left: 50%; transform: translateX(-50%); }
.ctrl-btn { width: 42px; height: 42px; border-radius: 50%; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; transition: transform 0.15s, background 0.2s; flex-shrink: 0; background: #fff; color: #111; box-shadow: 0 2px 8px rgba(0,0,0,0.4); }
.ctrl-btn:hover { transform: scale(1.08); background: #e8e8e8; }
.btn-play { width: 50px; height: 50px; font-size: 2.25rem; box-shadow: 0 2px 12px rgba(0,0,0,0.5); }
.player-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; margin-left: auto; margin-right: 10px; padding-right: 4px; }
#volSlider { width: 115px; accent-color: #fff; cursor: pointer; }
.player-timer { font-size: 0.9rem; font-weight: 700; font-variant-numeric: tabular-nums; opacity: 0.65; letter-spacing: 1px; flex-shrink: 0; min-width: 38px; }
audio { display: none; }
@media (max-width: 600px) {
  .yayindayiz { font-size: 2rem; }
  .logo-waves { font-size: 2rem; }
  .btn-hero { padding: 11px 24px; font-size: 0.85rem; }
  .player-controls { position: static; transform: none; }
  .player-bar { flex-wrap: wrap; padding: 8px 10px; gap: 6px; }
  .player-left { flex: 1 1 100%; order: 1; }
  .player-controls { flex: 1 1 100%; order: 2; justify-content: center; display: flex; }
  .player-right { flex: 0 0 auto; order: 3; }
  #volSlider { display: none; }
  .player-timer { display: none; }
  .ctrl-btn { width: 48px; height: 48px; font-size: 1.55rem !important; }
  .btn-play { width: 54px !important; height: 54px !important; font-size: 2.5rem !important; }
}
#showBtn { display: none; position: fixed; bottom: 0; right: 0; background: #111; border: none; border-radius: 6px 6px 0 0; color: rgba(255,255,255,0.55); font-size: 0.72rem; font-family: 'Roboto', sans-serif; font-weight: 600; letter-spacing: 0.8px; text-transform: uppercase; padding: 5px 14px; cursor: pointer; z-index: 999; transition: color 0.2s; }
#showBtn:hover { color: #fff; }
.player-wrapper.hidden { display: none; }