:root {
  --bg: #020307;
  --panel: rgba(8, 12, 22, .91);
  --panel-2: rgba(13, 18, 31, .88);
  --text: #f7f8fb;
  --muted: #9299a8;
  --border: rgba(145, 158, 190, .22);
  --red: #ff322d;
  --blue: #087cff;
  --danger: #ff6670;
  --success: #55e69b;
}
* { box-sizing: border-box; }
html { min-height: 100%; background: var(--bg); }
body { min-height: 100vh; margin: 0; color: var(--text); background: radial-gradient(circle at 50% 8%, #101521 0, #03050a 35%, #010204 78%); font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 76%); }
button, input, textarea { font: inherit; }
a { color: inherit; }
[hidden] { display: none !important; }
.site-header { position: relative; z-index: 20; height: 64px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 0 max(24px, calc((100vw - 1180px)/2)); border-bottom: 1px solid rgba(255,255,255,.10); background: rgba(0,0,0,.76); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; text-decoration: none; font-weight: 900; letter-spacing: .5px; }
.brand-note { color: var(--red); font-size: 24px; }
.main-nav { display: flex; height: 100%; align-items: stretch; gap: 40px; }
.main-nav a { display: flex; align-items: center; position: relative; text-decoration: none; color: #d9dbe2; font-size: 14px; font-weight: 900; letter-spacing: .8px; }
.main-nav a.active { color: var(--red); }
.main-nav a.active::after { content: ""; position: absolute; height: 2px; left: 0; right: 0; bottom: 0; background: var(--red); box-shadow: 0 0 18px var(--red); }
.moderator-link { justify-self: end; padding: 10px 16px; border: 1px solid #168cff; border-radius: 6px; color: #5ab1ff; text-decoration: none; font-size: 13px; font-weight: 900; letter-spacing: .7px; }
.ambient { position: fixed; z-index: -3; width: 46vw; height: 72vh; top: 85px; filter: blur(55px); opacity: .25; pointer-events: none; }
.ambient-red { left: -18vw; background: radial-gradient(circle, #ff1300 0, transparent 65%); }
.ambient-blue { right: -18vw; background: radial-gradient(circle, #006eff 0, transparent 65%); }
.side-coin { position: fixed; z-index: -1; width: min(42vw, 690px); top: 105px; pointer-events: none; filter: drop-shadow(0 15px 55px rgba(0,0,0,.85)); }
.side-coin-left { left: max(-205px, calc(50vw - 980px)); }
.side-coin-right { right: max(-205px, calc(50vw - 980px)); }
.upload-shell { position: relative; z-index: 2; width: min(704px, calc(100% - 32px)); margin: 38px auto 70px; }
.hero { text-align: center; margin-bottom: 22px; }
.hero h1 { margin: 0; font-size: clamp(31px, 4vw, 43px); line-height: 1; letter-spacing: 1.2px; font-weight: 950; }
.hero p { margin: 12px 0 0; color: #aeb3bf; font-size: 18px; }
.card { border: 1px solid var(--border); border-radius: 12px; background: linear-gradient(145deg, rgba(16,21,34,.96), rgba(5,8,15,.96)); box-shadow: 0 28px 85px rgba(0,0,0,.56), inset 0 1px rgba(255,255,255,.035); }
.upload-card { padding: 28px; }
form { display: grid; gap: 22px; }
fieldset { border: 0; padding: 0 0 22px; margin: 0; border-bottom: 1px solid rgba(255,255,255,.09); min-width: 0; }
legend { width: 100%; padding: 0 0 20px; font-weight: 900; font-size: 14px; letter-spacing: .35px; }
.section-icon { color: var(--red); margin-right: 10px; font-size: 19px; }
.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
label { display: grid; gap: 9px; color: #f0f1f4; font-weight: 900; font-size: 12px; letter-spacing: .25px; }
.required { color: var(--red); }
input, textarea { width: 100%; border: 1px solid rgba(146,158,183,.20); border-radius: 7px; outline: none; background: linear-gradient(180deg, rgba(27,32,44,.91), rgba(17,21,31,.91)); color: white; padding: 13px 14px; transition: border .2s, box-shadow .2s, transform .2s; }
input:focus, textarea:focus { border-color: rgba(45,130,255,.78); box-shadow: 0 0 0 3px rgba(31,117,255,.13); }
input::placeholder, textarea::placeholder { color: #777f8e; font-weight: 500; }
.source-grid { display: grid; grid-template-columns: 1fr 48px 1fr; align-items: center; gap: 14px; }
.upload-field { align-self: stretch; }
.drop-zone { position: relative; min-height: 140px; padding: 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center; border: 1px dashed var(--red); border-radius: 8px; background: rgba(255,36,35,.025); cursor: pointer; overflow: hidden; transition: .2s; }
.drop-zone:hover, .drop-zone.dragging, .drop-zone.has-file { background: rgba(255,42,35,.08); box-shadow: inset 0 0 30px rgba(255,45,40,.05), 0 0 18px rgba(255,50,45,.08); }
.drop-zone input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.upload-symbol { color: var(--red); font-size: 38px; line-height: .9; transform: translateY(-3px); }
.drop-zone strong { max-width: 100%; overflow-wrap: anywhere; color: #d8dae0; font-size: 13px; }
.drop-zone small, .hint { color: #737b8a; font-weight: 500; font-size: 11px; }
.or { display: grid; place-items: center; height: 100%; position: relative; color: #d8dae0; font-size: 12px; font-weight: 900; }
.or::before { content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background: rgba(255,255,255,.09); }
.or span { z-index: 1; padding: 9px 3px; background: #0b0f19; }
.checkbox-card { display: grid; grid-template-columns: 24px minmax(0,1fr); align-items: start; column-gap: 12px; row-gap: 3px; cursor: pointer; padding: 12px 0 22px; border-bottom: 1px solid rgba(255,255,255,.09); }
.checkbox-card input { position: absolute; opacity: 0; pointer-events: none; }
.custom-check { width: 18px; height: 18px; border: 1px solid #626a78; border-radius: 3px; margin-top: 1px; }
.checkbox-card input:checked + .custom-check { border-color: var(--red); background: var(--red); box-shadow: 0 0 14px rgba(255,50,45,.45); }
.checkbox-card input:checked + .custom-check::after { content: "✓"; display: grid; place-items: center; height: 100%; color: white; font-size: 13px; }
.checkbox-card > span:last-child { grid-column: 2; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.checkbox-card strong, .checkbox-card small { display: block; width: 100%; }
.checkbox-card strong { color: #f0f0f3; font-size: 13px; line-height: 1.35; }
.checkbox-card small { color: #858c99; font-weight: 500; line-height: 1.5; }
.trigger-box strong { color: #f0f0f3; font-size: 13px; }
.trigger-box small { color: #858c99; font-weight: 500; line-height: 1.45; }
.comment-label { position: relative; }
.comment-title { font-size: 13px; }
textarea { min-height: 120px; resize: vertical; padding-bottom: 30px; line-height: 1.45; font-size: 13px; font-weight: 500; }
.counter { position: absolute; right: 12px; bottom: 10px; color: #757d8c; font-size: 10px; font-weight: 500; }
button { border: 0; cursor: pointer; font-weight: 950; letter-spacing: .4px; transition: transform .18s, filter .18s, opacity .18s; }
button:hover, .primary:hover, .moderator-link:hover { filter: brightness(1.12); }
button:active { transform: translateY(1px); }
button:disabled { opacity: .55; cursor: wait; }
.primary { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 7px; padding: 15px 20px; color: white; text-decoration: none; background: linear-gradient(100deg, #ff2d28 0%, #ff3131 26%, #6f4cc7 62%, #006cff 100%); box-shadow: 0 10px 28px rgba(13,91,255,.13); }
.submit-button { width: 100%; font-size: 16px; }
.secondary { padding: 12px 18px; border: 1px solid var(--border); border-radius: 7px; color: #dce1eb; background: rgba(255,255,255,.06); }
.message { min-height: 0; text-align: center; font-size: 13px; font-weight: 900; }
.message:not(:empty) { padding: 10px 12px; border-radius: 7px; background: rgba(255,255,255,.05); }
.message.success { color: var(--success); }
.message.error { color: var(--danger); }
.delete-note { margin: 0; color: #828997; text-align: center; font-size: 11px; }
/* Moderator */
.admin-shell { position: relative; z-index: 2; width: min(1040px, calc(100% - 32px)); margin: 48px auto 80px; }
.admin-coin { position: fixed; z-index: -2; width: 430px; opacity: .20; filter: blur(.3px); pointer-events: none; }
.admin-coin-left { left: -175px; bottom: -80px; }
.admin-coin-right { right: -175px; top: 110px; }
.login-card { width: min(460px, 100%); margin: 8vh auto 0; padding: 30px; text-align: center; }
.login-logo img { width: 145px; filter: drop-shadow(0 0 24px rgba(26,120,255,.23)); }
.login-card h1, .moderator-head h1 { margin: 3px 0 24px; font-size: clamp(28px, 5vw, 42px); }
.eyebrow { margin: 0; color: #7c8799; font-size: 11px; font-weight: 900; letter-spacing: 1.8px; }
.moderator-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 24px; }
.tabs { display: flex; gap: 10px; margin-bottom: 16px; }
.tab { padding: 13px 18px; border: 1px solid var(--border); border-radius: 7px; color: #929aa8; background: rgba(255,255,255,.04); }
.tab.active { color: white; border-color: #177dff; background: rgba(22,112,255,.15); box-shadow: 0 0 20px rgba(0,101,255,.08); }
.song-list { display: grid; gap: 12px; }
.song-item { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 22px; align-items: center; padding: 18px; border: 1px solid var(--border); border-radius: 10px; background: linear-gradient(140deg, rgba(17,23,37,.95), rgba(7,10,18,.96)); }
.song-item h3 { margin: 0 0 4px; font-size: 20px; overflow-wrap: anywhere; }
.song-item p { margin: 0; color: #c3c7d0; }
.meta { margin-top: 10px !important; color: #778091 !important; font-size: 11px; }
.empty { padding: 55px 20px; border: 1px dashed var(--border); border-radius: 10px; text-align: center; color: #7f8795; background: rgba(255,255,255,.02); }
.trigger-warning { width: fit-content; margin-top: 10px; padding: 7px 10px; border: 1px solid rgba(255,62,74,.58); border-radius: 6px; background: rgba(255,47,57,.13); color: #ffb8bd; font-size: 12px; font-weight: 950; }
.song-comment { margin-top: 10px; padding: 11px 13px; border-left: 3px solid var(--blue); border-radius: 5px; background: rgba(0,105,255,.08); color: #dce6fa; line-height: 1.5; white-space: pre-wrap; overflow-wrap: anywhere; font-size: 13px; }
.player-card { margin-top: 22px; padding: 24px; display: grid; gap: 12px; }
.player-card h2 { margin: 0; font-size: 30px; }
.player-artist { margin: -6px 0 3px; color: #b8bec9; }
audio { width: 100%; }
.link-button { width: fit-content; }
@media (max-width: 1180px) {
  .side-coin { opacity: .28; width: 560px; }
  .side-coin-left { left: -320px; }
  .side-coin-right { right: -320px; }
}
@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; padding: 0 18px; }
  .main-nav { display: none; }
  .moderator-link { font-size: 0; }
  .moderator-link::after { content: "LOGIN"; font-size: 12px; }
  .brand { font-size: 12px; }
  .side-coin { opacity: .12; top: 140px; width: 500px; }
  .side-coin-left { left: -350px; }
  .side-coin-right { right: -350px; }
  .upload-shell { margin-top: 28px; }
  .upload-card { padding: 20px; }
  .two-columns, .source-grid { grid-template-columns: 1fr; }
  .or { height: 35px; }
  .or::before { top: 50%; left: 0; right: 0; width: auto; height: 1px; }
  .or span { padding: 5px 12px; }
  .song-item { grid-template-columns: 1fr; }
  .song-item button { width: 100%; }
}
@media (max-width: 520px) {
  .hero h1 { font-size: 28px; }
  .hero p { font-size: 15px; }
  .upload-card { padding: 17px; }
  .moderator-head { align-items: start; flex-direction: column; }
  .tabs { display: grid; grid-template-columns: 1fr 1fr; }
  .tab { padding: 11px 7px; font-size: 10px; }
}

/* Version 1.4: sichtbare Seitenmünzen, öffentliche Warteschlange und Einreichungsstatus */
.coin-stage {
  position: fixed;
  z-index: 1;
  top: 94px;
  width: min(39vw, 650px);
  aspect-ratio: 1;
  pointer-events: none;
  overflow: visible;
  filter: drop-shadow(0 20px 70px rgba(0,0,0,.9));
}
.coin-stage img { width: 100%; height: 100%; object-fit: contain; display: block; }
.coin-stage-left { left: max(-245px, calc(50vw - 1020px)); }
.coin-stage-right { right: max(-245px, calc(50vw - 1020px)); }
.site-header, .upload-shell, .admin-shell { position: relative; z-index: 5; }
.side-coin { display: none; }
.submission-status { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 0 0 18px; padding: 12px 16px; border: 1px solid; border-radius: 9px; background: rgba(5,9,17,.94); font-size: 13px; box-shadow: 0 12px 35px rgba(0,0,0,.3); }
.submission-status strong { letter-spacing: .55px; }
.submission-status span { color: #b8bfcc; }
.submission-status.open { border-color: rgba(71,225,145,.45); }
.submission-status.open strong { color: var(--success); }
.submission-status.closed { border-color: rgba(255,77,87,.55); }
.submission-status.closed strong { color: var(--danger); }
.upload-card.submissions-closed { position: relative; opacity: .56; filter: grayscale(.22); }
.upload-card.submissions-closed::after { content: "EINREICHUNG VORÜBERGEHEND GESCHLOSSEN"; position: absolute; inset: 0; display: grid; place-items: center; z-index: 3; border-radius: 12px; background: rgba(2,4,8,.60); color: #fff; font-weight: 950; letter-spacing: 1px; text-align: center; padding: 20px; backdrop-filter: blur(2px); pointer-events: none; }
.public-queue-section { margin-top: 36px; scroll-margin-top: 90px; }
.queue-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 10px; }
.queue-heading h2 { margin: 3px 0 0; font-size: clamp(25px, 4vw, 34px); }
.queue-count { padding: 8px 12px; border: 1px solid rgba(42,129,255,.5); border-radius: 999px; color: #67b7ff; background: rgba(7,75,157,.16); font-size: 12px; font-weight: 900; }
.public-note { margin: 0 0 17px; color: var(--muted); line-height: 1.55; }
.public-song-list { display: grid; gap: 12px; }
.public-song-item { grid-template-columns: 42px 1fr auto !important; align-items: center; }
.queue-position { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; color: #cbd3e2; background: rgba(255,255,255,.035); font-weight: 900; }
.song-main { min-width: 0; }
.waiting-badge { align-self: start; padding: 7px 10px; border-radius: 999px; background: rgba(255,171,29,.11); border: 1px solid rgba(255,171,29,.35); color: #ffc15b; font-size: 10px; font-weight: 950; letter-spacing: .8px; }
.moderator-actions { display: flex; align-items: center; gap: 10px; }
.status-toggle { min-height: 40px; padding: 9px 14px; border-radius: 7px; border: 1px solid; font-weight: 950; letter-spacing: .45px; cursor: pointer; color: white; background: rgba(255,255,255,.04); }
.status-toggle.is-open { border-color: rgba(255,79,86,.65); color: #ff9096; }
.status-toggle.is-closed { border-color: rgba(61,223,143,.65); color: #66e8a8; }
.status-toggle:disabled { opacity: .55; cursor: wait; }
.moderator-status-info { margin: 0 0 18px; padding: 12px 15px; border-radius: 8px; border: 1px solid; color: #c8cfdb; }
.moderator-status-info.open { border-color: rgba(65,220,143,.32); background: rgba(35,160,100,.08); }
.moderator-status-info.closed { border-color: rgba(255,81,91,.38); background: rgba(190,39,50,.09); }
@media (max-width: 1450px) {
  .coin-stage { width: 35vw; opacity: .82; }
  .coin-stage-left { left: -18vw; }
  .coin-stage-right { right: -18vw; }
}
@media (max-width: 1050px) {
  .coin-stage { width: 430px; opacity: .24; top: 140px; }
  .coin-stage-left { left: -260px; }
  .coin-stage-right { right: -260px; }
}
@media (max-width: 720px) {
  .coin-stage { display: none; }
  .submission-status { align-items: flex-start; flex-direction: column; gap: 4px; }
  .public-song-item { grid-template-columns: 36px 1fr !important; }
  .waiting-badge { grid-column: 2; justify-self: start; }
  .queue-heading { align-items: flex-start; }
  .moderator-head { align-items: flex-start; }
  .moderator-actions { flex-direction: column; align-items: stretch; }
}

/* Version 1.5: Warteschlangenlimit und Moderator-Löschfunktionen */
.upload-card.submissions-closed::after { content: attr(data-closed-text); }
.queue-settings { margin: 0 0 18px; padding: 18px 20px; display: grid; grid-template-columns: 1fr auto; gap: 16px 24px; align-items: center; }
.queue-settings h2 { margin: 4px 0 5px; font-size: 20px; }
.queue-settings p { margin: 0; color: var(--muted); }
.queue-limit-form { display: grid; grid-template-columns: auto 110px auto; gap: 10px; align-items: end; }
.queue-limit-form label { align-self: center; }
.queue-limit-form input { min-height: 42px; }
.queue-limit-form button { min-height: 42px; white-space: nowrap; }
.queue-settings .message { grid-column: 1 / -1; }
.song-actions { display: flex; gap: 9px; align-items: center; justify-content: flex-end; flex-wrap: wrap; }
.danger { min-height: 40px; padding: 9px 14px; border-radius: 7px; border: 1px solid rgba(255,78,88,.66); background: rgba(196,31,44,.12); color: #ff9298; font-weight: 900; cursor: pointer; }
.danger:hover { background: rgba(211,37,51,.25); }
.danger:disabled { opacity: .5; cursor: wait; }
@media (max-width: 760px) {
  .queue-settings { grid-template-columns: 1fr; }
  .queue-limit-form { grid-template-columns: 1fr; }
  .song-actions { justify-content: stretch; }
  .song-actions button { width: 100%; }
}

/* Version 1.6: Warteschlange als Startseite, Einreichung auf eigener Seite */
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.header-submit-button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 9px 17px;
  border: 1px solid rgba(255,72,80,.72); border-radius: 7px; color: white;
  background: linear-gradient(100deg, rgba(255,42,49,.92), rgba(107,58,196,.92) 66%, rgba(0,102,255,.92));
  box-shadow: 0 0 25px rgba(255,42,49,.11), 0 0 25px rgba(0,102,255,.10);
  font-size: 12px; font-weight: 950; letter-spacing: .45px; white-space: nowrap;
}
.header-submit-button:hover { transform: translateY(-1px); filter: brightness(1.12); }
.header-submit-button.disabled { opacity: .48; filter: grayscale(.35); cursor: not-allowed; transform: none; }
.queue-shell { width: min(860px, calc(100% - 34px)); margin-top: 54px; }
.queue-hero { margin-bottom: 24px; }
.queue-hero .eyebrow { margin-bottom: 7px; }
.queue-home-section { margin-top: 23px; }
.submit-shell { margin-top: 34px; }
.back-link-wrap { margin: 0 0 13px !important; }
.back-link { color: #7fbaff; font-size: 11px; font-weight: 950; letter-spacing: .7px; }
.back-link:hover { color: white; }
@media (max-width: 980px) {
  .queue-header { grid-template-columns: 1fr auto; }
  .queue-header .main-nav { display: none; }
  .header-actions .moderator-link { font-size: 0; padding-inline: 12px; }
  .header-actions .moderator-link::after { content: "LOGIN"; font-size: 11px; }
}
@media (max-width: 620px) {
  .queue-header { height: auto; min-height: 64px; padding-block: 10px; align-items: center; }
  .queue-header .brand span:last-child { display: none; }
  .header-actions { gap: 7px; }
  .header-submit-button { padding: 9px 11px; font-size: 10px; }
  .header-actions .moderator-link { padding: 9px 10px; }
  .queue-shell { margin-top: 30px; }
}
/* Version 1.7: Benutzerverwaltung und Rollen */
.user-management-card,.user-editor{padding:22px;margin-bottom:18px}.user-management-head{display:flex;justify-content:space-between;align-items:center;gap:16px}.user-management-head h2,.user-editor h2{margin:4px 0 14px}.role-tabs{display:flex;gap:8px;margin:8px 0 18px}.role-tab{padding:10px 18px;border:1px solid var(--border);border-radius:7px;background:rgba(255,255,255,.04);color:#9da6b5;font-weight:900}.role-tab.active{color:#fff;border-color:#177dff;background:rgba(22,112,255,.15)}.users-list{display:grid;gap:10px}.user-row{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;padding:16px;border:1px solid var(--border);border-radius:9px;background:rgba(255,255,255,.025)}.user-row h3{margin:0 0 4px}.role-badge{display:inline-block;padding:4px 9px;border-radius:999px;font-size:10px;font-weight:950;letter-spacing:.7px}.role-badge.admin{background:rgba(255,63,70,.12);border:1px solid rgba(255,63,70,.45);color:#ff9ca1}.role-badge.modi{background:rgba(27,121,255,.12);border:1px solid rgba(27,121,255,.45);color:#80baff}.permission-summary{margin-top:8px;color:#98a2b3;font-size:12px}.permissions-fieldset{display:grid;gap:10px;margin:18px 0;padding:16px;border:1px solid var(--border);border-radius:9px}.permissions-fieldset legend{padding:0 8px;color:#bfc7d4;font-size:12px;font-weight:900}.permissions-fieldset label{display:flex;gap:10px;align-items:center}.permissions-fieldset input{width:auto}.form-actions{display:flex;gap:10px}.user-row-actions{display:flex;gap:8px}.user-editor select{width:100%;min-height:44px;border:1px solid var(--border);border-radius:7px;background:#0d111b;color:#fff;padding:0 12px}.admin-main-tabs{grid-template-columns:repeat(3,auto)}
@media(max-width:720px){.user-management-head,.user-row{grid-template-columns:1fr;display:grid}.user-row-actions,.form-actions{display:grid;grid-template-columns:1fr}.admin-main-tabs{display:grid;grid-template-columns:1fr}.role-tabs{display:grid;grid-template-columns:1fr 1fr}}

.tool-launch-button{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-decoration:none;min-width:205px;line-height:1.05}.tool-launch-button[hidden]{display:none!important}.tool-launch-button small{font-size:9px;letter-spacing:1.4px;color:rgba(255,255,255,.72)}@media(max-width:760px){.tool-launch-button{width:100%;min-width:0}}

.admin-link-preview{width:100%;aspect-ratio:16/9;background:#000;border:1px solid var(--line);border-radius:14px;overflow:hidden;margin:14px 0}.admin-link-preview iframe{width:100%;height:100%;border:0}.obs-controls{margin-top:18px;padding:16px;border:1px solid var(--line);border-radius:14px;background:rgba(0,0,0,.22);display:grid;gap:12px}.obs-controls code{display:block;margin-top:6px;word-break:break-all;color:#93c5fd}.obs-mode-buttons{display:flex;gap:8px;flex-wrap:wrap}.obs-mode-buttons button.active{background:linear-gradient(135deg,#8b5cf6,#38bdf8);color:#fff}.obs-controls label{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.obs-controls input[type=range]{flex:1;min-width:180px}.inline-check input{width:auto}.player-card{margin-top:18px}


/* NAME DRAW BUTTON */
.name-draw-launch{background:linear-gradient(135deg,#f59e0b,#ec4899,#7c3aed)!important;border-color:#fbbf24!important;box-shadow:0 0 22px rgba(236,72,153,.38)}
.name-draw-launch:disabled{opacity:.6;cursor:wait}
@media(max-width:760px){.moderator-actions{display:grid!important;grid-template-columns:1fr 1fr;width:100%}.moderator-actions>*{min-height:48px;width:100%}.name-draw-launch{grid-column:1/-1}.admin-shell{padding-left:10px!important;padding-right:10px!important}.song-actions button{min-height:46px}.obs-mode-buttons{display:grid!important;grid-template-columns:1fr 1fr}}

/* MOBILE HOMEPAGE LINK V1 */
.mobile-home-link{display:none}
@media(max-width:820px){.site-header,.queue-header{grid-template-columns:auto 1fr auto!important}.mobile-home-link{display:inline-flex;align-items:center;justify-content:center;justify-self:center;min-height:36px;padding:7px 11px;border:1px solid rgba(255,68,76,.55);border-radius:7px;color:#fff;text-decoration:none;font-size:10px;font-weight:950;letter-spacing:.65px;background:rgba(255,45,58,.08);box-shadow:0 0 20px rgba(255,45,58,.08)}.mobile-home-link:hover,.mobile-home-link:focus{border-color:#ff4149;background:rgba(255,45,58,.16)}}
@media(max-width:430px){.mobile-home-link{padding:7px 8px;font-size:9px}.site-header:not(.queue-header) .brand span:last-child{display:none}}
/* DEINE 60 SEKUNDEN THEME
   Goldene Talent-Show Optik: dunkle Bühne, blaue Lichtkegel, warme Gold-Akzente.
   App-Logik bleibt unverändert; nur Farben, Flächen und Markenwirkung werden überschrieben. */
:root {
  --bg: #02050d;
  --panel: rgba(4, 10, 20, .84);
  --panel-2: rgba(5, 13, 27, .76);
  --text: #fff8e6;
  --muted: #c7c5c0;
  --border: rgba(246, 181, 55, .42);
  --red: #f2b632;
  --blue: #087cff;
  --danger: #ff5d6c;
  --success: #6fffd2;
  --show-gold: #f8c94a;
  --show-gold-deep: #a96510;
  --show-blue: #087cff;
  --show-ice: #86ddff;
}

html { background: #02050d; }
body {
  color: var(--text);
  background:
    radial-gradient(circle at 50% 34%, rgba(8, 124, 255, .26) 0 13%, transparent 36%),
    radial-gradient(circle at 16% 26%, rgba(248, 201, 74, .18), transparent 30%),
    radial-gradient(circle at 84% 22%, rgba(8, 124, 255, .18), transparent 34%),
    linear-gradient(180deg, #02050d 0%, #030816 44%, #010208 100%);
  font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", Arial, sans-serif;
}

body::before {
  background:
    linear-gradient(72deg, transparent 0 45%, rgba(8,124,255,.20) 49%, transparent 53%),
    linear-gradient(108deg, transparent 0 45%, rgba(248,201,74,.16) 49%, transparent 53%),
    radial-gradient(circle at 50% 40%, rgba(248,201,74,.16) 0 1px, transparent 2px);
  background-size: 100% 100%, 100% 100%, 72px 72px;
  opacity: .75;
  mask-image: linear-gradient(to bottom, black, rgba(0,0,0,.86), transparent 92%);
}

body::after {
  content: "";
  position: fixed;
  inset: auto 0 0;
  height: 34vh;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(248,201,74,.36), transparent) 50% 30% / 68% 1px no-repeat,
    radial-gradient(ellipse at 50% 100%, rgba(248,201,74,.19), transparent 62%),
    repeating-linear-gradient(90deg, rgba(248,201,74,.10) 0 1px, transparent 1px 86px);
  opacity: .82;
}

.site-header {
  height: 78px;
  border-bottom: 1px solid rgba(248, 201, 74, .26);
  background: rgba(1, 5, 13, .84);
  box-shadow: 0 14px 48px rgba(0, 0, 0, .48);
}

.brand {
  color: var(--show-gold);
  text-shadow: 0 0 18px rgba(248, 201, 74, .56);
  letter-spacing: .05em;
}

.brand-note { display: none; }
.brand span:last-child {
  font-size: 0;
}
.brand span:last-child::before {
  content: "DEINE 60 SEKUNDEN";
  font-size: 24px;
  line-height: .88;
  font-weight: 950;
}

.main-nav a {
  color: #e8e2d5;
  font-size: 14px;
  letter-spacing: .08em;
}
.main-nav a.active {
  color: var(--show-gold);
}
.main-nav a.active::after {
  background: linear-gradient(90deg, transparent, var(--show-gold), transparent);
  box-shadow: 0 0 22px var(--show-gold);
}

.moderator-link {
  color: var(--show-gold);
  border-color: rgba(248, 201, 74, .72);
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(248,201,74,.12), rgba(4,10,20,.22));
  box-shadow: inset 0 0 18px rgba(248,201,74,.06), 0 0 24px rgba(248,201,74,.08);
}

.card {
  border-color: rgba(248, 201, 74, .42);
  background:
    linear-gradient(145deg, rgba(5,13,27,.88), rgba(1,5,13,.78)),
    radial-gradient(circle at 50% 0, rgba(8,124,255,.22), transparent 42%);
  box-shadow:
    0 26px 80px rgba(0,0,0,.64),
    inset 0 1px rgba(255,255,255,.08),
    0 0 0 1px rgba(8,124,255,.05);
}

input, textarea {
  border-color: rgba(248, 201, 74, .30);
  background: linear-gradient(180deg, rgba(5,13,27,.96), rgba(2,7,16,.94));
  color: #fff8e6;
}
input:focus, textarea:focus {
  border-color: rgba(248, 201, 74, .82);
  box-shadow: 0 0 0 3px rgba(248,201,74,.12), 0 0 24px rgba(8,124,255,.10);
}

.primary,
.media-button,
.homepage-card-link,
button.primary {
  color: #120a01;
  background: linear-gradient(180deg, #fff1a6 0%, #f7c247 44%, #b36a13 100%);
  border: 1px solid rgba(255, 228, 138, .84);
  box-shadow: 0 14px 38px rgba(248, 177, 42, .22), inset 0 1px rgba(255,255,255,.52);
  text-shadow: 0 1px rgba(255,255,255,.22);
}

.secondary,
.tab,
.status-toggle,
.danger {
  border-color: rgba(248, 201, 74, .42);
  color: var(--show-gold);
  background: rgba(1, 5, 13, .58);
}

.ambient-red {
  background: radial-gradient(circle, rgba(248,201,74,.74) 0, transparent 66%);
}
.ambient-blue {
  background: radial-gradient(circle, rgba(8,124,255,.82) 0, transparent 66%);
}

.hero h1,
.moderator-head h1,
.login-card h1 {
  color: #fff4bf;
  text-shadow: 0 0 22px rgba(248,201,74,.32), 0 0 44px rgba(8,124,255,.18);
}

.eyebrow,
.homepage-hero .eyebrow,
.homepage-about .eyebrow,
legend,
.section-icon {
  color: var(--show-gold);
}

.drop-zone {
  border-color: rgba(248, 201, 74, .66);
  background: rgba(248, 201, 74, .035);
}
.drop-zone:hover,
.drop-zone.dragging,
.drop-zone.has-file {
  background: rgba(248, 201, 74, .10);
  box-shadow: inset 0 0 28px rgba(248,201,74,.08), 0 0 20px rgba(8,124,255,.10);
}
.upload-symbol,
.required {
  color: var(--show-gold);
}

/* DEINE 60 SEKUNDEN BRAND-ASSETS V2
   Ersetzt alte Münzen/Logos im aktiven Kundentheme durch das neue Motiv. */
body {
  background:
    linear-gradient(180deg, rgba(1,4,12,.72), rgba(1,4,12,.94) 62%, #010208),
    radial-gradient(circle at 48% 28%, rgba(8,124,255,.22), transparent 34%),
    url("/theme/assets/deine60-bg.jpg?v=20260810") center top / cover fixed no-repeat,
    #02050d;
}

.brand {
  min-width: 190px;
  min-height: 58px;
  align-items: center;
}

.brand::before {
  content: "";
  display: block;
  width: clamp(138px, 13vw, 228px);
  aspect-ratio: 16 / 9;
  background: url("/theme/assets/deine60-logo-small.png?v=20260810") center / contain no-repeat;
  filter: drop-shadow(0 0 18px rgba(8, 186, 255, .56)) drop-shadow(0 0 20px rgba(248, 201, 74, .38));
}

.brand-note,
.brand span {
  display: none !important;
}

.login-logo img,
.admin-coin,
.coin-stage img {
  content: url("/theme/assets/deine60-logo-square.png?v=20260810");
  object-fit: contain;
  filter: drop-shadow(0 0 22px rgba(8, 186, 255, .40)) drop-shadow(0 0 28px rgba(248, 201, 74, .38));
}

.login-logo img {
  width: min(330px, 86vw);
}

.admin-coin,
.coin-stage {
  opacity: .32;
}

.coin-stage {
  width: min(34vw, 540px);
}

.legal-brand {
  color: var(--show-gold);
  text-decoration: none;
}

.legal-brand > span {
  display: none !important;
}

.legal-brand::before {
  content: "";
  display: block;
  width: min(360px, 78vw);
  aspect-ratio: 16 / 9;
  background: url("/theme/assets/deine60-logo-small.png?v=20260810") center / contain no-repeat;
  filter: drop-shadow(0 0 22px rgba(8, 186, 255, .46)) drop-shadow(0 0 24px rgba(248, 201, 74, .34));
}

.tiktok-gate-logo {
  font-size: 0 !important;
  width: min(320px, 84vw) !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  margin-inline: auto;
  background: url("/theme/assets/deine60-logo-small.png?v=20260810") center / contain no-repeat !important;
  border: 0 !important;
  box-shadow: none !important;
}

.queue-header .brand span:last-child,
.site-header:not(.queue-header) .brand span:last-child {
  display: none !important;
}

@media (max-width: 820px) {
  .site-header {
    min-height: 76px;
    height: auto;
  }
  .brand {
    min-width: 124px;
  }
  .brand::before {
    width: 132px;
  }
}
