:root{--red:#c8102e;--dark:#111;--muted:#6b7280;--line:#e5e7eb;--bg:#f7f7f8;--card:#fff;--green:#138a36;--radius:18px;--shadow:0 14px 40px rgba(0,0,0,.08)}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--dark);background:#fff}a{text-decoration:none;color:inherit}.container{max-width:1180px;margin:auto;padding:0 20px}.narrow{max-width:850px}.nav{position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);z-index:20;border-bottom:1px solid var(--line)}.navin{height:78px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;font-size:22px}.brand img{height:54px;width:auto}.links{display:flex;gap:4px;margin-left:auto;align-items:center}.links a,.navbtn{padding:10px 16px;border-radius:999px;color:#fff;background:#0f172a;font-size:14px;font-weight:800;box-shadow:0 8px 22px rgba(15,23,42,.12);transition:.18s}.links a:hover,.links a.active{background:var(--red);color:#fff;transform:translateY(-1px);box-shadow:0 12px 28px rgba(200,16,46,.25)}.btn{border:0;border-radius:999px;padding:11px 17px;cursor:pointer;font-weight:700;display:inline-flex;align-items:center;gap:8px}.red,.btn.red{background:var(--red);color:#fff}.light,.btn.light{background:#f3f4f6}.hero{background:radial-gradient(circle at 20% 20%,#ff4059 0,#c8102e 35%,#141414 100%);color:#fff;padding:64px 0}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center}.hero h1{font-size:clamp(38px,6vw,70px);line-height:.95;margin:0 0 18px;font-weight:950}.hero p{font-size:18px;color:rgba(255,255,255,.82);max-width:680px}.hero img{width:100%;filter:drop-shadow(0 20px 35px rgba(0,0,0,.35))}.player{position:sticky;top:78px;z-index:18;background:#101010;color:#fff;border-bottom:1px solid #222}.playerin{height:78px;display:flex;align-items:center;gap:16px}.player img{width:48px;height:48px;object-fit:contain;background:#fff;border-radius:12px}.player-name{font-weight:800}.player-genre{font-size:12px;color:#aaa}.player-actions{margin-left:auto;display:flex;align-items:center;gap:12px}.play{width:62px;height:62px;border-radius:50%;border:0;background:var(--red);color:#fff;font-size:27px;cursor:pointer;box-shadow:0 14px 30px rgba(200,16,46,.32);display:inline-flex;align-items:center;justify-content:center}.section{padding:54px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.section h2{font-size:32px;margin:0}.muted{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:0 0 0 rgba(0,0,0,0);transition:.18s;cursor:pointer}.card:hover,.card.playing{border-color:var(--red);box-shadow:var(--shadow);transform:translateY(-2px)}.card-top{display:flex;gap:18px;align-items:flex-start}.station-logo{width:82px;height:82px;object-fit:contain;background:#f3f4f6;border-radius:18px;padding:7px;flex:0 0 82px}.station-name{font-weight:900;font-size:17px}.station-genre{font-size:13px;color:var(--muted);margin-top:3px}.tiny{font-size:12px;color:var(--muted);line-height:1.45}.card-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:14px}.pill{display:inline-flex;padding:5px 9px;border-radius:999px;background:#f3f4f6;font-size:12px;color:#374151}.icon-btn,.fav{width:52px;height:52px;border-radius:50%;border:1px solid var(--line);background:#fff;cursor:pointer;font-size:23px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;transition:.18s}.icon-btn{background:#0f172a;color:#fff;border-color:#0f172a;box-shadow:0 12px 25px rgba(15,23,42,.18)}.icon-btn:hover{background:var(--red);border-color:var(--red);transform:scale(1.05)}.fav{background:#fff0f3;color:var(--red);border-color:#ffd1da;box-shadow:0 10px 24px rgba(200,16,46,.12)}.fav:hover,.fav.on{background:var(--red);color:#fff;border-color:var(--red);transform:scale(1.05)}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.input,select,textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;font:inherit}.filters .input{max-width:380px}.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}.formgrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.full{grid-column:1/-1}.footer{background:#0b0b0b;color:#ddd;padding:36px 0;margin-top:40px}.footer a{color:#fff}.cookie{position:fixed;left:18px;right:18px;bottom:18px;z-index:90;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;padding:18px;display:none}.cookie.show{display:block}.admin-layout{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{background:#111;color:#fff;padding:22px;position:sticky;top:0;height:100vh}.sidebar button,.sidebar a{display:block;width:100%;padding:12px 14px;margin:6px 0;border:0;border-radius:12px;background:#202020;color:#fff;text-align:left;cursor:pointer}.sidebar button.active{background:var(--red)}.admin-main{padding:24px;background:#f6f7f8}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}.stat b{font-size:32px}.table{width:100%;border-collapse:separate;border-spacing:0 8px}.table th{text-align:left;color:#6b7280;font-size:12px}.table td{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:10px}.table td:first-child{border-left:1px solid var(--line);border-radius:12px 0 0 12px}.table td:last-child{border-right:1px solid var(--line);border-radius:0 12px 12px 0}.modal{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:100;display:none;align-items:center;justify-content:center;padding:20px}.modal.show{display:flex}.modalbox{background:#fff;border-radius:22px;max-width:920px;width:100%;max-height:90vh;overflow:auto;padding:24px}.actions{display:flex;gap:8px;flex-wrap:wrap}.danger{background:#fee2e2;color:#991b1b}.ok{background:#dcfce7;color:#166534}@media(max-width:800px){.hero-grid,.formgrid,.admin-layout{grid-template-columns:1fr}.links{display:none}.stats{grid-template-columns:1fr 1fr}.sidebar{position:relative;height:auto}.playerin{height:auto;padding:12px 20px;flex-wrap:wrap}.player-actions{margin-left:0}.hero{padding:40px 0}}

/* Modernisierte Buttons / Albanian red-black theme */
.btn{transition:transform .16s ease,box-shadow .16s ease,background .16s ease,color .16s ease,border-color .16s ease;border:1px solid transparent;line-height:1;min-height:42px;justify-content:center;white-space:nowrap}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(0,0,0,.12)}.btn:active{transform:translateY(0);box-shadow:none}.btn.dark{background:#111827;color:#fff;border-color:#111827}.btn.dark:hover{background:#000;color:#fff}.btn.light{background:#fff;color:#111827;border-color:#d1d5db}.btn.light:hover{background:#f9fafb;border-color:#9ca3af;color:#000}.btn.red{background:linear-gradient(135deg,#e11d48,#b30b25);color:#fff;border-color:#b30b25;box-shadow:0 10px 24px rgba(200,16,46,.18)}.btn.red:hover{background:linear-gradient(135deg,#f43f5e,#a30a21);color:#fff}.hero .btn{font-size:17px;padding:14px 22px;min-width:132px}.hero .btn.red{background:#111;color:#fff;border-color:#111;box-shadow:0 14px 32px rgba(0,0,0,.24)}.hero .btn.red:hover{background:#000}.hero .btn.light{background:#fff;color:#c8102e;border-color:#fff;box-shadow:0 14px 32px rgba(0,0,0,.18);font-weight:900}.hero .btn.light:hover{background:#fff3f5;color:#8f061a;border-color:#fff}.links a[href="kontakt.html"]{background:#111827;color:#fff;font-weight:800}.links a[href="kontakt.html"]:hover{background:#c8102e;color:#fff}.links a[href*="zemra-chat"]{border:1px solid #e5e7eb}.actions .btn{min-width:auto}.card .icon-btn,.card .fav,.play{transition:transform .16s ease,box-shadow .16s ease,background .16s ease,color .16s ease}.card .icon-btn:hover,.card .fav:hover,.play:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(0,0,0,.12)}

/* Einheitliches modernes Menü: Rot/Schwarz wie Albanien-Theme */
.nav .links{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.nav .links a{background:#111827;color:#fff;border:1px solid #111827;border-radius:999px;padding:10px 16px;font-weight:800;font-size:14px;line-height:1;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease,color .16s ease}
.nav .links a:hover,.nav .links a.active{background:linear-gradient(135deg,#e11d48,#b30b25);border-color:#b30b25;color:#fff;transform:translateY(-1px);box-shadow:0 10px 22px rgba(200,16,46,.22)}
.nav .links a[href="kontakt.html"]{background:#111827;color:#fff;border-color:#111827}
.nav .links a[href="kontakt.html"]:hover{background:linear-gradient(135deg,#e11d48,#b30b25);border-color:#b30b25;color:#fff}
.nav #navUser a,.nav #navUser .btn{background:#f3f4f6;color:#111827;border-color:#e5e7eb}
.hero p .btn{vertical-align:middle;margin-right:10px;margin-bottom:8px}
.social-login{margin-top:20px;border-top:1px solid var(--line);padding-top:18px}.consentline{font-size:13px;line-height:1.5;color:#374151;background:#f9fafb;border:1px solid var(--line);border-radius:14px;padding:12px}.consentline input{margin-right:8px}
@media(max-width:800px){.nav .links{display:none}}

/* App-like mobile / tablet layout + stronger play/favorite buttons */
.mobile-menu-btn{display:none;margin-left:auto;border:0;background:#111827;color:#fff;border-radius:999px;width:44px;height:44px;font-size:22px;font-weight:900;align-items:center;justify-content:center;cursor:pointer}.card .fav,.card .icon-btn{width:48px;height:48px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-size:24px;font-weight:950;display:inline-flex;align-items:center;justify-content:center;color:#111827}.card .fav{color:#c8102e;background:#fff5f6}.card .fav.on{background:#c8102e;color:#fff;border-color:#c8102e;box-shadow:0 10px 24px rgba(200,16,46,.22)}.card .icon-btn{background:#111827;color:#fff;border-color:#111827;font-size:20px}.card.playing .icon-btn,.play{background:#c8102e!important;color:#fff!important;border-color:#c8102e!important}.play{width:58px;height:58px;font-size:24px;box-shadow:0 12px 30px rgba(200,16,46,.28)}.play span{display:block;transform:translateX(1px)}.status-pill.online{background:#dcfce7;color:#166534}.status-pill.offline,.status-pill.invalid{background:#fee2e2;color:#991b1b}.newsletter-editor{min-height:320px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;line-height:1.6;outline:none}.newsletter-editor:focus{border-color:#c8102e;box-shadow:0 0 0 4px rgba(200,16,46,.08)}.toolbar{display:flex;gap:8px;flex-wrap:wrap}.mini{padding:14px}.app-bottom-nav{display:none}.filters select.input{max-width:190px}.grid{align-items:stretch}.card{touch-action:manipulation}.player{box-shadow:0 -6px 28px rgba(0,0,0,.12)}
@media(max-width:1024px){.container{padding:0 18px}.hero-grid{grid-template-columns:1fr}.hero img{max-width:460px;margin:auto}.grid{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){body{padding-bottom:76px}.mobile-menu-btn{display:inline-flex}.navin{height:auto;min-height:72px;flex-wrap:wrap}.brand span{font-size:18px}.brand img{height:44px}.nav .links{display:none!important;position:absolute;left:12px;right:12px;top:74px;background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:12px;box-shadow:0 20px 50px rgba(0,0,0,.16);z-index:60}.menu-open .nav .links{display:grid!important;grid-template-columns:1fr;gap:8px}.nav .links a,.nav .links .btn,.nav #navUser a{width:100%;justify-content:center;text-align:center}.hero{padding:34px 0 26px}.hero h1{font-size:42px;line-height:1.02}.hero p{font-size:16px}.hero .btn{width:100%;margin:4px 0}.player{position:fixed;left:0;right:0;bottom:0;top:auto;z-index:70;border-top:1px solid #222;border-bottom:0}.playerin{height:76px;padding:10px 14px;display:grid;grid-template-columns:44px 1fr auto;gap:10px}.player img{width:44px;height:44px}.player-actions input{display:none}.player-actions{margin-left:0;gap:8px}.player-actions .tiny{display:none}.play{width:54px;height:54px;font-size:23px}.section{padding:30px 0}.section-head{align-items:flex-start;gap:12px}.filters{display:grid;grid-template-columns:1fr;gap:10px}.filters .input,.filters select.input{max-width:none;width:100%}.grid{grid-template-columns:1fr;gap:14px}.card{border-radius:22px;padding:16px}.card-top{gap:14px}.station-logo{width:68px!important;height:68px!important}.card-bottom{margin-top:14px}.app-bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:0;right:0;bottom:76px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-top:1px solid #e5e7eb;z-index:69}.app-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:58px;font-weight:900;color:#111827;font-size:20px}.app-bottom-nav span{font-size:11px}.admin-layout{display:block}.sidebar{height:auto;position:relative}.admin-main{padding:16px}.table{font-size:13px;display:block;overflow:auto}.modalbox{max-height:86vh}.newsletter-editor{min-height:260px}.auth-page,.section{padding-bottom:100px}}
@media(max-width:520px){.hero h1{font-size:36px}.card .fav,.card .icon-btn{width:52px;height:52px}.card .actions{gap:10px}.station-name{font-size:18px}.tiny{font-size:12px}.pill{font-size:12px}.player-name{font-size:14px}.player-genre{font-size:11px}}


/* Final UI polish: social login badges, footer columns, modern CTA alignment */
.site-footer{background:#090909;color:#d1d5db;padding:44px 0 28px;margin-top:40px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:28px;align-items:start}.footer-brandline{display:flex;align-items:center;gap:12px;font-weight:950;color:#fff;font-size:20px}.footer-brandline img{height:48px;width:auto}.footer h3,.footer h4{color:#fff;margin:0 0 12px;font-size:16px}.footer p{margin:6px 0;color:#9ca3af}.footer a{color:#fff}.footer a:hover{color:#ff4c66}.footer-links{display:grid;gap:8px}.footer-contact-form{display:grid;gap:10px}.footer-contact-form input,.footer-contact-form textarea{background:#111827;border:1px solid #283241;color:#fff;border-radius:14px;padding:11px 12px}.footer-contact-form input::placeholder,.footer-contact-form textarea::placeholder{color:#9ca3af}.footer-bottom{margin-top:24px;padding-top:18px;border-top:1px solid #202020;color:#6b7280;font-size:13px}.social-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:12px}.social-btn{display:flex!important;align-items:center;justify-content:center;gap:12px;border:1px solid #e5e7eb;background:#fff;color:#111827!important;border-radius:16px;padding:13px 16px;font-weight:900;box-shadow:0 8px 22px rgba(0,0,0,.06);transition:.16s}.social-btn:hover{transform:translateY(-1px);box-shadow:0 14px 32px rgba(0,0,0,.12);border-color:#c8102e}.social-icon{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:950;line-height:1}.social-google .social-icon{background:#fff;border:1px solid #e5e7eb;color:#4285f4}.social-facebook .social-icon{background:#1877f2;color:#fff}.social-apple .social-icon{background:#000;color:#fff}.auth-card-title{display:flex;align-items:center;gap:12px;margin-bottom:16px}.auth-card-title img{width:54px;height:54px;object-fit:contain}.auth-card-title h1{margin:0}.auth-note{font-size:13px;color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;padding:12px;border-radius:14px;line-height:1.5}.legal h1,.legal h2{color:#111827}.legal h2{margin-top:26px}.legal p,.legal li{color:#374151}.legal-box{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;box-shadow:var(--shadow)}
@media(max-width:800px){.footer-grid{grid-template-columns:1fr}.site-footer{padding-bottom:120px}.social-btn{justify-content:flex-start}.auth-card-title{align-items:flex-start}.footer-contact-form .btn{width:100%}}

.seo-content{background:#fff;border-top:1px solid var(--line);padding:46px 0}.seo-box{display:grid;grid-template-columns:1fr 1fr;gap:22px}.seo-box article{background:#f8fafc;border:1px solid var(--line);border-radius:22px;padding:22px}.seo-box h2,.seo-box h3{margin-top:0}.ad-zone{margin:26px auto;padding:16px;border:1px dashed #cbd5e1;border-radius:18px;background:#f8fafc;text-align:center;color:#64748b;min-height:92px;display:flex;align-items:center;justify-content:center}.ad-zone.ready{border-style:solid;background:#fff}.station-desc{margin-bottom:0}
@media(max-width:760px){.seo-box{grid-template-columns:1fr}.station-logo{width:76px;height:76px;flex-basis:76px}.icon-btn,.fav{width:48px;height:48px}.links a{padding:11px 14px}.play{width:56px;height:56px}.playerin{height:auto;min-height:82px;padding-top:10px;padding-bottom:10px}.card{padding:16px}}
