/* =============================================================================
   SHARED.CSS — Rózsa Magyar Rádió
   Gemeinsames Layout für de.html · hu.html · en.html
   NUR HIER Layout-Änderungen machen — gilt automatisch für alle drei Sprachen
   Ordner: /radio-claude/skripte/shared.css
   © 2026 Rosa von Zehnle úr
============================================================================= */

@font-face {
  font-family: 'Landerer New';
  src: url('https://radio.1956-hirek.org/landerer-new.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { width: 100%; height: 100%; }
body {
  font-family: 'Landerer New', Arial, sans-serif;
  width: 100vw; height: 100vh;
  overflow: hidden;
  background-image: url('https://radio.1956-hirek.org/radio-img/RoZe-Radio-1.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

/* ===== HAUPT-CONTAINER ===== */
.main-container { align-self: flex-end; }

/* ===== SIDEBAR (rechts) ===== */
.sidebar {
  display: flex; flex-direction: column;
  align-items: center; justify-content: flex-start;
  gap: 0px; padding: 5px 4px 8px;
  background: rgba(0,0,0,0.18);
  backdrop-filter: blur(1px);
  border-radius: 0 14px 14px 0;
  width: 60px; overflow-y: auto; overflow-x: hidden;
  font-family: "Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Arial,sans-serif !important;
  scrollbar-width: none;
}
.sidebar::-webkit-scrollbar { display: none; }
.sidebar button {
  background: linear-gradient(180deg, #ff85aa 0%, #ff6699 50%, #dd4477 100%);
  border: none; color: white; font-size: 18px; font-weight: bold;
  cursor: pointer; padding: 4px; border-radius: 8px;
  width: 50px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, transform 0.1s, box-shadow 0.2s;
  box-shadow: 0 3px 0 #aa2255, 0 4px 5px rgba(0,0,0,0.3);
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
.sidebar button:hover { background: linear-gradient(180deg, #44ee77 0%, #00cc44 50%, #009933 100%); box-shadow: 0 3px 0 #006622, 0 4px 5px rgba(0,0,0,0.3); }
.sidebar button:active { transform: translateY(2px); box-shadow: 0 1px 0 #006622; }
.sidebar button.active { background: linear-gradient(180deg, #44ee77 0%, #00cc44 50%, #009933 100%) !important; box-shadow: 0 3px 0 #006622 !important; }
.sidebar a { text-decoration: none; padding: 4px; border-radius: 8px; width: 50px; height: 38px; display: flex; align-items: center; justify-content: center; font-family: "Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif !important; font-size: 26px; }
.sidebar a:hover { background: rgba(255,255,255,0.2); }
.sidebar-sub { display: flex; flex-direction: row; gap: 2px; width: 50px; margin-top: 3px; margin-bottom: 8px; }
.sidebar-sub button { flex: 1; height: 20px; width: auto; font-size: 9px; font-weight: bold; padding: 2px 1px; border-radius: 5px; }
.sidebar-sa { width: 50px; margin-bottom: 5px; }
.sidebar-sa button { height: 20px; font-size: 9px; width: 50px; padding: 1px 2px; }
.sidebar-divider { width: 50px; height: 1px; background: rgba(255,102,153,0.5); margin: 10px 0 12px; }
.sidebar-clock-block { display: flex; flex-direction: column; align-items: center; width: 100%; margin-bottom: 6px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,102,153,0.35); }
.sidebar-clock-block canvas { border-radius: 50%; }
.sidebar-date { text-align: center; color: rgba(255,255,255,0.92); font-size: 11px; line-height: 1.5; margin-top: 4px; text-shadow: 0 1px 3px rgba(0,0,0,0.95); font-family: 'Landerer New', Arial, sans-serif; font-weight: bold; }
.sidebar-date .date-day      { font-size: 15px; color: #ff9ab8; display: inline; }
.sidebar-date .date-nummonth { font-size: 15px; color: rgba(255,255,255,0.92); display: inline; }
.sidebar-date .date-year     { font-size: 15px; color: rgba(255,200,220,0.85); display: inline; }
.sidebar-cd-block { display: flex; flex-direction: column; align-items: center; gap: 0; width: 100%; }

/* ===== PREMIUM / VIP ===== */
.premium-btn-wrap { position: relative; display: inline-flex; align-items: center; justify-content: center; }
.premium-crown { position: absolute; top: -8px; right: -6px; width: 14px; height: 14px; z-index: 10; pointer-events: none; display: block; opacity: 0.9; filter: drop-shadow(0 1px 3px rgba(0,0,0,0.9)) drop-shadow(0 0 5px rgba(255,215,0,0.6)); transform: rotate(18deg); }
@keyframes crownBlink { 0%,100% { opacity:1; filter:drop-shadow(0 1px 3px rgba(0,0,0,0.8)) drop-shadow(0 0 10px rgba(255,215,0,1)); } 50% { opacity:0.4; filter:drop-shadow(0 1px 2px rgba(0,0,0,0.6)) drop-shadow(0 0 2px rgba(255,215,0,0.2)); } }
.vip-active .premium-crown { animation: crownBlink 1.8s ease-in-out infinite; opacity: 1; }
.premium-locked-wrap { position: relative; display: inline-flex; align-items: center; justify-content: center; }
.gold-btn { background: linear-gradient(180deg, #ffe066 0%, #d4a000 50%, #a07000 100%) !important; border: 1px solid rgba(255,215,0,0.6) !important; color: #3a1a00 !important; font-weight: bold !important; text-shadow: 0 1px 1px rgba(255,255,200,0.5) !important; box-shadow: 0 3px 0 #6b4400, 0 4px 6px rgba(0,0,0,0.35) !important; transition: background 0.2s, box-shadow 0.2s, transform 0.1s !important; }
.gold-btn:hover { background: linear-gradient(180deg, #fff0a0 0%, #f0c000 50%, #c09000 100%) !important; box-shadow: 0 3px 0 #8b5a00, 0 4px 8px rgba(255,200,0,0.25) !important; color: #1a0a00 !important; }
.gold-btn:active { transform: translateY(2px) !important; box-shadow: 0 1px 0 #6b4400 !important; }
.gold-btn.active { background: linear-gradient(180deg, #ffee44 0%, #ffcc00 50%, #cc9900 100%) !important; box-shadow: 0 0 10px rgba(255,215,0,0.6), 0 3px 0 #886600 !important; }
.premium-locked-wrap .vip-hint { display: none; position: absolute; right: calc(100% + 10px); top: 50%; transform: translateY(-50%); background: linear-gradient(135deg, rgba(20,10,0,0.97) 0%, rgba(40,20,0,0.97) 100%); color: #ffd700; font-size: 12px; font-weight: bold; border-radius: 8px; padding: 7px 10px; white-space: nowrap; pointer-events: auto; z-index: 200; border: 1px solid rgba(255,215,0,0.7); text-shadow: 0 0 8px rgba(255,215,0,0.6); box-shadow: 0 3px 12px rgba(0,0,0,0.7), 0 0 16px rgba(255,215,0,0.15); letter-spacing: 0.3px; line-height: 1.6; }
.premium-locked-wrap .vip-hint .hint-title { color: white; font-size: 12px; font-weight: bold; text-shadow: none; display: block; margin: 3px 0; }
.premium-locked-wrap .vip-hint .hint-link { color: #ffd700; font-size: 12px; text-shadow: 0 0 6px rgba(255,215,0,0.6); display: block; margin-top: 3px; cursor: pointer; text-decoration: underline; }
.premium-locked-wrap .vip-hint::after { content: ''; position: absolute; left: 100%; top: 50%; transform: translateY(-50%); border: 6px solid transparent; border-left-color: rgba(40,20,0,0.97); }
body.vip-inactive .premium-locked-wrap:hover .vip-hint { display: block; }
#premiumToggleBtn { display: none; }
#premiumCountdown { font-size: 8px; color: #ffd700; text-align: center; margin-top: 2px; text-shadow: 0 1px 2px rgba(0,0,0,0.9); min-height: 11px; }

/* ===== VIP LOGIN MODAL ===== */
#vipModal { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.7); z-index: 99998; align-items: center; justify-content: center; }
#vipModal.show { display: flex; }
#vipModalBox { background: linear-gradient(160deg, #1a0a00 0%, #2a0f0f 50%, #1a0a00 100%); border: 2px solid #ffd700; border-radius: 16px; padding: 28px 32px; text-align: center; box-shadow: 0 0 40px rgba(255,215,0,0.3), 0 8px 32px rgba(0,0,0,0.8); min-width: 280px; }
#vipModalBox img { width: 48px; margin-bottom: 12px; filter: drop-shadow(0 0 8px rgba(255,215,0,0.8)); }
#vipModalBox h3 { color: #ffd700; font-size: 18px; margin-bottom: 6px; font-family: 'Landerer New', serif; text-shadow: 0 0 10px rgba(255,215,0,0.5); }
#vipModalBox p { color: rgba(255,255,255,0.7); font-size: 12px; margin-bottom: 16px; }
#vipCodeInput { width: 100%; padding: 10px 14px; font-size: 16px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,215,0,0.4); border-radius: 8px; color: white; outline: none; letter-spacing: 2px; text-align: center; font-family: monospace; margin-bottom: 12px; }
#vipCodeInput:focus { border-color: #ffd700; box-shadow: 0 0 8px rgba(255,215,0,0.3); }
#vipModalError { color: #ff6666; font-size: 11px; min-height: 16px; margin-bottom: 8px; }
.vip-modal-btn { background: linear-gradient(180deg, #ffd700 0%, #ffaa00 50%, #cc7700 100%); border: none; border-radius: 8px; padding: 8px 24px; font-size: 13px; font-weight: bold; color: #3a1a00; cursor: pointer; margin: 4px; box-shadow: 0 3px 0 #885500; transition: background 0.2s; }
.vip-modal-btn:hover { background: linear-gradient(180deg, #ffe566 0%, #ffcc22 50%, #dd9900 100%); }
.vip-modal-btn.cancel { background: linear-gradient(180deg, #888 0%, #555 100%); color: white; box-shadow: 0 3px 0 #333; }
.vip-modal-btn.cancel:hover { background: linear-gradient(180deg, #aaa 0%, #777 100%); }

/* ===== PLAYER PANEL ===== */
.panel { background: rgba(0,0,0,0.15); border-radius: 0; padding: 4px 3px; overflow: visible; width: clamp(312px,25vw,442px); backdrop-filter: blur(1px); }
h1 { text-align: center; color: #ff6699; font-size: clamp(17px,2.0vw,24px); font-weight: bold; margin-bottom: 8px; letter-spacing: 0px; text-shadow: 1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 0 8px rgba(0,0,0,0.6); font-family: 'Landerer New', serif; }
.lang-filter { display: flex; justify-content: center; gap: 5px; margin-bottom: 10px; flex-wrap: nowrap; }
.playlist { margin-bottom: 4px; }
.track:last-child { border-bottom: none; }
.track.pos1 { color: rgba(255,210,228,0.82); text-shadow: 0 0 6px rgba(0,0,0,1),1px 1px 0 rgba(0,0,0,0.9),-1px -1px 0 rgba(0,0,0,0.9); }
.track.pos2 { color: rgba(255,185,215,0.90); text-shadow: 0 0 6px rgba(0,0,0,1),1px 1px 0 rgba(0,0,0,0.9),-1px -1px 0 rgba(0,0,0,0.9); }
.track.pos3 { color: rgba(255,155,190,0.97); text-shadow: 0 0 6px rgba(0,0,0,1),1px 1px 0 rgba(0,0,0,0.9),-1px -1px 0 rgba(0,0,0,0.9); }
.track.pos5 { color: rgba(255,155,190,0.97); text-shadow: 0 0 6px rgba(0,0,0,1),1px 1px 0 rgba(0,0,0,0.9),-1px -1px 0 rgba(0,0,0,0.9); }
.track.pos6 { color: rgba(255,185,215,0.90); text-shadow: 0 0 6px rgba(0,0,0,1),1px 1px 0 rgba(0,0,0,0.9),-1px -1px 0 rgba(0,0,0,0.9); }
.track.pos7 { color: rgba(255,210,228,0.82); text-shadow: 0 0 6px rgba(0,0,0,1),1px 1px 0 rgba(0,0,0,0.9),-1px -1px 0 rgba(0,0,0,0.9); }
.track .dur { opacity: 0.7; font-size: clamp(12px,1.3vw,15px); white-space: nowrap; margin-left: 6px; }
.track { display: flex; justify-content: space-between; padding: 2px 8px; font-size: clamp(12px,1.3vw,15px); color: white; border-bottom: 1px solid rgba(255,255,255,0.08); cursor: pointer; overflow: hidden; }
.track span:first-child { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; flex: 1; min-width: 0; }
.track span:first-child.scrolling { animation: trackScroll 8s linear infinite; display: inline-block; }
@keyframes trackScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.track.pos4 { color: white; font-weight: bold; background: rgba(0,160,60,0.45); border-radius: 6px; padding: 2px 5px; text-shadow: 0 1px 4px rgba(0,0,0,1),0 0 8px rgba(0,200,80,0.4); box-shadow: inset 0 0 8px rgba(0,180,60,0.3); }
.progress-wrap { margin-bottom: 4px; }
.progress-bar { width: 100%; height: 5px; -webkit-appearance: none; appearance: none; background: rgba(255,255,255,0.2); border-radius: 5px; cursor: pointer; outline: none; }
@keyframes thumbPulse { 0% { box-shadow: 0 0 0 0 rgba(255,102,153,0.8); } 50% { box-shadow: 0 0 0 6px rgba(255,102,153,0); } 100% { box-shadow: 0 0 0 0 rgba(255,102,153,0); } }
@keyframes thumbBlink { 0%,49% { background: #ff6699; box-shadow: 0 0 6px rgba(255,102,153,0.9); } 50%,100% { background: #00cc44; box-shadow: 0 0 6px rgba(0,204,68,0.9); } }
.progress-bar::-webkit-slider-thumb { -webkit-appearance: none; width: 14px; height: 14px; border-radius: 50%; background: #00cc44; cursor: pointer; transition: background 0.1s; }
.progress-bar.playing::-webkit-slider-thumb { animation: thumbBlink 1.0s step-end infinite; background: #ff6699; }
.progress-bar::-moz-range-thumb { width: 14px; height: 14px; border-radius: 50%; border: none; background: #00cc44; cursor: pointer; }
.progress-bar.playing::-moz-range-thumb { animation: thumbBlink 1.0s step-end infinite; background: #ff6699; }
.lang-filter button { background: linear-gradient(180deg,#ff85aa 0%,#ff6699 50%,#dd4477 100%); color: white; border: none; border-radius: 20px; padding: 5px 10px; font-size: 12px; font-family: 'Landerer New', Arial, sans-serif; cursor: pointer; white-space: nowrap; box-shadow: 0 3px 0 #aa2255,0 4px 5px rgba(0,0,0,0.25); text-shadow: 0 1px 2px rgba(0,0,0,0.4); transition: background 0.2s, box-shadow 0.2s, transform 0.1s; }
.lang-filter button:hover { background: linear-gradient(180deg,#44ee77 0%,#00cc44 50%,#009933 100%); box-shadow: 0 3px 0 #006622,0 4px 5px rgba(0,0,0,0.25); }
.lang-filter button:active { transform: translateY(2px); box-shadow: 0 1px 0 #006622; }
.lang-filter button.active { background: linear-gradient(180deg,#44ee77 0%,#00cc44 50%,#009933 100%); box-shadow: 0 3px 0 #006622,0 4px 5px rgba(0,0,0,0.25); }
.time-display { display: flex; justify-content: space-between; font-size: clamp(12px,1.3vw,15px); color: rgba(255,255,255,0.5); margin-top: 3px; }
.controls { display: flex; justify-content: center; gap: 6px; flex-wrap: wrap; }
.controls button { background: linear-gradient(180deg,#ff85aa 0%,#ff6699 50%,#dd4477 100%); color: white; border: none; border-radius: 50px; padding: 7px 13px; font-size: clamp(11px,1.1vw,13px); cursor: pointer; transition: background 0.2s, box-shadow 0.2s, transform 0.1s; box-shadow: 0 3px 0 #aa2255,0 4px 6px rgba(0,0,0,0.3); text-shadow: 0 1px 2px rgba(0,0,0,0.4); }
.controls button:hover { background: linear-gradient(180deg,#44ee77 0%,#00cc44 50%,#009933 100%); box-shadow: 0 3px 0 #006622,0 4px 6px rgba(0,0,0,0.3); }
.controls button:active { transform: translateY(2px); box-shadow: 0 1px 0 #006622,0 2px 3px rgba(0,0,0,0.2); }
.controls button.active { background: linear-gradient(180deg,#44ee77 0%,#00cc44 50%,#009933 100%); box-shadow: 0 3px 0 #006622,0 4px 6px rgba(0,0,0,0.3); }
.info-line { text-align: center; margin-top: 3px; font-size: 12px; color: rgba(255,255,255,0.65); line-height: 1.3; }
.info-line strong { color: #ff6699; }

/* ===== INFO-BOX ===== */
.infobox { position: fixed; bottom: 4.5%; left: 2%; background: rgba(0,0,0,0.35); backdrop-filter: blur(3px); border-radius: 12px; padding: 3px 6px; width: clamp(200px,21vw,287px); color: white; font-size: clamp(10px,1.1vw,13px); text-shadow: 1px 1px 0 rgba(0,0,0,0.8),-1px -1px 0 rgba(0,0,0,0.6); }
.infobox h2 { color: #ff6699; font-size: clamp(12px,1.3vw,15px); margin-bottom: 8px; text-align: center; text-shadow: 1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000; }
.infobox a:hover p { color: #00cc44; }
.infobox p { margin-bottom: 6px; line-height: 1.4; color: rgba(255,255,255,0.9); }
.neu { background: #ff6699; color: white; border-radius: 4px; padding: 2px 6px; font-size: 10px; margin-right: 4px; }
.info-aufsatz { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: clamp(11px,1.1vw,13px); color: #ffaabb; text-shadow: 1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 2px 4px rgba(0,0,0,0.95); padding: 2px 0; cursor: pointer; }
.info-aufsatz a { text-decoration: none; color: #ffaabb; text-shadow: 1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 2px 4px rgba(0,0,0,0.95); }
.info-aufsatz:hover, .info-aufsatz a:hover { color: #00cc44; }

/* ===== COVER PANEL ===== */
.cover-panel { display: flex; flex-direction: column; align-items: center; justify-content: flex-end; align-self: flex-end; margin-right: 0; gap: 6px; background: rgba(0,0,0,0.15); backdrop-filter: blur(1px); border-radius: 14px 0 0 14px; padding: 4px 5px; }
.cover-img { width: clamp(181px,15.5vw,232px); height: clamp(181px,15.5vw,232px); border-radius: 10px; object-fit: cover; border: 2px solid rgba(255,102,153,0.4); box-shadow: 0 0 15px rgba(255,102,153,0.3); display: none; }
.cover-info { display: none; width: 0; height: 0; overflow: hidden; }
.cover-kuenstler { color: #ff6699; font-size: clamp(16px,1.6vw,18px); font-weight: bold; text-shadow: 0 0 4px rgba(0,0,0,0.8); word-break: break-word; line-height: 1.4; min-height: 18px; }
.cover-album { color: rgba(255,255,255,0.7); font-size: clamp(13px,1.3vw,15px); margin-top: 3px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-shadow: 0 0 4px rgba(0,0,0,0.8); word-break: break-word; line-height: 1.4; }
audio { display: none; }

/* ===== TANZENDE NOTEN ===== */
.notes-overlay { position: fixed; left: 38%; top: 68%; transform: translate(-50%,-50%); width: 300px; height: 600px; pointer-events: none; z-index: 10; overflow: visible; }
.note { position: absolute; font-size: 24px; animation: noteDance 4s ease-in-out infinite; animation-play-state: paused; opacity: 0; }
@keyframes noteDance { 0% { opacity:0; transform:translateY(0px) rotate(0deg) scale(0.8); } 15% { opacity:0.85; transform:translateY(-40px) rotate(-10deg) scale(1); } 50% { opacity:0.75; transform:translateY(-160px) rotate(15deg) scale(1.1); } 85% { opacity:0.3; transform:translateY(-280px) rotate(-8deg) scale(0.9); } 100% { opacity:0; transform:translateY(-340px) rotate(5deg) scale(0.7); } }

/* ===== LOGO OBEN RECHTS ===== */
.logo-topright-wrap { position: fixed; top: 1.5%; right: 32%; width: clamp(70px,5vw,95px); height: clamp(70px,5vw,95px); display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 5; }
.logo-topright-wrap::before { content: ''; position: absolute; width: 130%; height: 130%; border-radius: 50%; background: radial-gradient(circle, rgba(255,215,0,0.55) 0%, rgba(255,180,0,0.18) 55%, transparent 75%); animation: logoHalo 5s ease-in-out infinite; z-index: -1; }
@keyframes logoHalo { 0% { opacity:0.3; transform:scale(0.88); } 50% { opacity:1.0; transform:scale(1.08); } 100% { opacity:0.3; transform:scale(0.88); } }
.logo-topright { width: 100%; opacity: 0.92; animation: logoPulse 5s ease-in-out infinite; cursor: pointer; display: block; }
@keyframes logoPulse { 0% { filter:drop-shadow(0 0 3px rgba(255,215,0,0.3)); opacity:0.85; } 50% { filter:drop-shadow(0 0 14px rgba(255,215,0,0.85)); opacity:1; } 100% { filter:drop-shadow(0 0 3px rgba(255,215,0,0.3)); opacity:0.85; } }
.logo-animated { display: none; }

/* ===== ALBUM BLÖCKE ===== */
.album-container { position: fixed; top: 2%; left: 34%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; background: rgba(0,0,0,0.02); backdrop-filter: blur(1px); border-radius: 14px; padding: 3px 6px; }
.album-row { display: flex; flex-direction: row; gap: 8px; align-items: center; }
.album-gap { width: clamp(70px,6vw,90px); height: clamp(70px,6vw,90px); flex-shrink: 0; }
.album-block { width: clamp(70px,6vw,90px); height: clamp(70px,6vw,90px); border-radius: 6px; overflow: hidden; border: 2px solid rgba(255,102,153,0.4); cursor: pointer; transition: transform 0.2s, border-color 0.2s; background: rgba(255,102,153,0.1); }
.album-block:hover { transform: scale(1.08); border-color: #ff6699; }
.album-block img { width: 100%; height: 100%; object-fit: cover; }

/* ===== KLICK-OVERLAY ===== */
.overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.45); display: flex; align-items: center; justify-content: center; z-index: 9999; cursor: pointer; }
.overlay-box { text-align: center; color: white; }
.overlay-box h2 { font-size: clamp(20px,3vw,36px); color: #ff6699; text-shadow: 1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 0 10px rgba(0,0,0,0.7); margin-bottom: 16px; font-family: 'Landerer New', serif; }
.overlay-box p { font-size: clamp(13px,1.5vw,18px); color: rgba(255,255,255,0.9); text-shadow: 1px 1px 0 rgba(0,0,0,0.8),-1px -1px 0 rgba(0,0,0,0.8); margin-bottom: 24px; }
.overlay-box .oe-sub { font-size: 15pt; font-style: normal; margin: 6px 0; }
.overlay-box .oe-15 { font-size: 15pt; margin: 3px 0; }
.overlay-box .oe-autor { font-size: 16pt; font-style: normal; margin: 4px 0; color: #ff6699; }
.overlay-box .oe-trenn { font-size: 14pt; letter-spacing: 7px; margin: 6px 0; color: #ff6699; }
.overlay-box .oe-unten { font-size: 12pt; margin: 4px 0; opacity: 0.85; }
.overlay-btn { background: #ff6699; color: white; border: none; border-radius: 50px; padding: 14px 40px; font-size: clamp(18px,2.2vw,24px); font-family: 'Landerer New', Arial, sans-serif; cursor: pointer; box-shadow: 0 0 20px rgba(255,102,153,0.6); text-shadow: 1px 1px 0 rgba(0,0,0,0.5),-1px -1px 0 rgba(0,0,0,0.3); transition: background 0.2s; }
.overlay-btn:hover { background: #00cc44; box-shadow: 0 0 24px rgba(0,204,68,0.7); }

/* ===== SUCHFELD ===== */
.search-wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; margin-bottom: 7px; background: linear-gradient(135deg,rgba(60,35,0,0.92) 0%,rgba(40,22,0,0.95) 100%); border-radius: 20px; padding: 4px 10px; border: 1px solid rgba(212,175,55,0.55); box-shadow: inset 0 0 8px rgba(212,175,55,0.12); }
.search-vib { font-size: 10px; font-weight: bold; color: #ffd700; text-shadow: 0 0 6px rgba(255,215,0,0.7),0 1px 2px rgba(0,0,0,0.9); white-space: nowrap; letter-spacing: 0.3px; flex-shrink: 0; margin-right: 6px; }
@keyframes searchSwing { 0% { transform:translateX(0px); } 25% { transform:translateX(6px); } 75% { transform:translateX(-6px); } 100% { transform:translateX(0px); } }
.search-swing { animation: searchSwing 3.5s ease-in-out infinite; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex: 1; min-width: 0; }
.search-wrap input { background: transparent; border: none; outline: none; color: white; font-size: 14px; font-family: 'Landerer New', Arial, sans-serif; width: 100%; text-shadow: 0 1px 2px rgba(0,0,0,0.8); }
.search-wrap input::placeholder { color: rgba(255,255,255,0.75); text-shadow: 1px 1px 0 #000,-1px -1px 0 #000; }
.search-wrap .search-icon { color: rgba(255,102,153,0.7); font-size: 13px; cursor: pointer; }
.search-clear { color: rgba(255,102,153,0.7); font-size: 13px; cursor: pointer; display: none; }
.search-btn { background: linear-gradient(180deg,#ff85aa 0%,#ff6699 50%,#dd4477 100%); border: none; border-radius: 12px; color: white; font-size: 11px; padding: 3px 8px; cursor: pointer; box-shadow: 0 2px 0 #aa2255; white-space: nowrap; text-shadow: 0 1px 2px rgba(0,0,0,0.4); transition: background 0.2s; }
.search-btn:hover { background: linear-gradient(180deg,#44ee77 0%,#00cc44 50%,#009933 100%); box-shadow: 0 2px 0 #006622; }

/* ===== SPEKTRUM ===== */
.spectrum-outer { margin-bottom: 10px; margin-top: 12px; position: relative; }
.spectrum-wrap { display: flex; align-items: flex-end; justify-content: space-between; height: 44px; gap: 1px; background: rgba(0,0,0,0.12); border-radius: 4px; padding: 3px 4px 2px; border: 1px solid rgba(0,100,0,0.18); position: relative; }
.spec-bar { flex: 1; border-radius: 1px 1px 0 0; min-height: 2px; will-change: height; background: rgba(0,60,0,0.25); }
#specHeart { position: absolute; left: 50%; bottom: 2px; transform: translateX(-50%); font-size: 17px; color: #ff6699; text-shadow: 0 0 6px #ff6699,0 0 12px rgba(255,102,153,0.6); animation: heartBeat 0.8s ease-in-out infinite; pointer-events: none; z-index: 5; line-height: 1; }
@keyframes heartBeat { 0% { transform:translateX(-50%) scale(1); opacity:1; } 30% { transform:translateX(-50%) scale(1.35); opacity:1; } 60% { transform:translateX(-50%) scale(0.9); opacity:0.85; } 100% { transform:translateX(-50%) scale(1); opacity:1; } }
.fly-heart { position: absolute; font-size: 10px; color: #ff6699; pointer-events: none; z-index: 6; animation: flyUp 1.8s ease-out forwards; text-shadow: 0 0 4px rgba(255,102,153,0.8); }
@keyframes flyUp { 0% { opacity:1; transform:translateY(0) scale(1) rotate(0deg); } 40% { opacity:0.9; transform:translateY(-18px) scale(1.1) rotate(-8deg); } 80% { opacity:0.4; transform:translateY(-36px) scale(0.8) rotate(5deg); } 100% { opacity:0; transform:translateY(-50px) scale(0.5) rotate(-3deg); } }

/* ===== ANIMATIONEN ===== */
@keyframes ppHeartBeat { 0%,100% { transform:scale(1); filter:hue-rotate(0deg); } 25% { transform:scale(1.3); filter:hue-rotate(0deg); } 50% { transform:scale(1); filter:hue-rotate(100deg); } 75% { transform:scale(1.3); filter:hue-rotate(100deg); } }
@keyframes oaBlink { 0%,100% { opacity:1; } 50% { opacity:0.15; } }
@keyframes oaScroll { 0% { transform:translateX(0%); } 100% { transform:translateX(-50%); } }

/* ===== FLAG-IMG ===== */
.flag-img { display:inline-block; width:20px; height:14px; object-fit:cover; vertical-align:middle; margin-right:4px; border-radius:2px; }
.flag-img-sm { width:16px; height:11px; }
