/* Aṣ-Ṣalāh – klare, ruhige Designstudie mit optionalem Darkmode */
:root {
  --dc-bg: #eef1ec;
  --dc-bg-accent: #dfe7de;
  --dc-surface: #ffffff;
  --dc-surface-soft: #f7f7f2;
  --dc-ink: #22302b;
  --dc-muted: #6a746f;
  --dc-line: #d9dfd7;
  --dc-brand: #3f7f67;
  --dc-brand-strong: #2f6a54;
  --dc-brand-soft: #e5efe8;
  --dc-highlight: #eef6ea;
  --dc-shadow: 0 22px 50px rgba(34, 48, 43, .10);
}

html.theme-dark {
  --dc-bg: #111715;
  --dc-bg-accent: #1c2622;
  --dc-surface: #1a221f;
  --dc-surface-soft: #202a26;
  --dc-ink: #edf2ee;
  --dc-muted: #9eaaa4;
  --dc-line: #304039;
  --dc-brand: #7bb598;
  --dc-brand-strong: #9fd1b5;
  --dc-brand-soft: #203129;
  --dc-highlight: #26372f;
  --dc-shadow: 0 24px 60px rgba(0, 0, 0, .28);
}

html,
body {
  background: var(--dc-bg);
}

body.design-clean {
  color: var(--dc-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: var(--dc-bg);
}

body.design-clean main {
  position: relative;
  width: min(100%, 1180px);
  max-width: none;
  height: min(720px, calc(100vh - 72px));
  min-height: 610px;
  border: 1px solid var(--dc-line);
  border-radius: 24px;
  overflow: hidden;
  background: var(--dc-surface);
  box-shadow: var(--dc-shadow);
}

body.design-clean .design-note {
  display: none;
}

body.design-clean .brand-logo {
  position: absolute;
  top: 11px;
  left: 16px;
  z-index: 920;
  min-width: 150px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 5px 12px 5px 6px;
  border-radius: 999px;
  color: var(--dc-ink);
  background: var(--dc-surface-soft);
  border: 1px solid var(--dc-line);
  box-shadow: 0 8px 20px rgba(34, 48, 43, .06);
}

body.design-clean .brand-mark {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--dc-brand);
  font-size: 17px;
  line-height: 1;
}

body.design-clean .brand-text {
  display: grid;
  gap: 0;
  line-height: 1.05;
}

body.design-clean .brand-text strong {
  color: var(--dc-ink);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -.02em;
}

body.design-clean .brand-text small {
  color: var(--dc-muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}

body.design-clean header {
  position: static;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-height: 58px;
  height: auto;
  padding: 12px 14px 10px 184px;
  background: var(--dc-surface);
  border-bottom: 1px solid var(--dc-line);
}

body.design-clean header a,
body.design-clean .prayer-times-toggle,
body.design-clean .mobile-menu-toggle,
body.design-clean .theme-toggle {
  width: auto;
  min-width: 0;
  height: 34px;
  margin: 0;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--dc-line);
  background: var(--dc-surface-soft);
  color: var(--dc-ink);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  transition: background .16s ease, color .16s ease, border-color .16s ease;
}

body.design-clean header a:hover,
body.design-clean .prayer-times-toggle:hover,
body.design-clean .mobile-menu-toggle:hover,
body.design-clean .theme-toggle:hover {
  background: var(--dc-brand-soft);
  border-color: rgba(63, 127, 103, .35);
  line-height: 32px;
}

body.design-clean .prayer-times-toggle {
  color: white;
  background: var(--dc-brand);
  border-color: var(--dc-brand);
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.design-clean .theme-toggle {
  width: 34px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

body.design-clean .left,
body.design-clean .right {
  float: none;
}

body.design-clean .left {
  padding: 22px 22px 18px;
  background: var(--dc-surface);
}

body.design-clean .left-inner {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 14px;
}

body.design-clean .beschreibung {
  height: auto;
  margin: 0;
  padding: 0;
}

body.design-clean .beschreibung h1 {
  margin: 0 0 7px;
  color: var(--dc-ink);
  font-size: clamp(24px, 2.3vw, 33px);
  line-height: 1.08;
  text-transform: none;
  letter-spacing: -.03em;
}

body.design-clean .beschreibung p {
  color: var(--dc-muted);
  font-size: 14px;
  line-height: 1.5;
}

body.design-clean .video-container {
  overflow: hidden;
  border-radius: 18px;
  background: #0f1412;
  box-shadow: 0 10px 24px rgba(34, 48, 43, .08);
}

body.design-clean .steuerung {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 10px;
  border: 1px solid var(--dc-line);
  border-radius: 16px;
  background: var(--dc-surface-soft);
}

body.design-clean .steuerung button {
  margin: 0;
}

body.design-clean .right {
  margin: 22px 22px 22px 0;
  border: 1px solid var(--dc-line);
  border-radius: 18px;
  overflow: hidden;
  background: var(--dc-surface-soft);
}

body.design-clean .right-top,
body.design-clean .right-bottom {
  padding: 16px 18px 14px;
  background: var(--dc-surface-soft);
}

body.design-clean hr {
  left: 18px;
  width: calc(100% - 36px);
  height: 1px;
  border: 0;
  background: var(--dc-line);
}

body.design-clean .right h3 {
  color: var(--dc-brand-strong);
  font-size: 1.03rem;
}

body.design-clean .right li {
  color: var(--dc-ink);
  font-size: .98rem;
  line-height: 1.55;
}

body.design-clean ol > li > ol > li.aktiv {
  border-radius: 10px;
  background: var(--dc-highlight);
}

body.design-clean footer {
  position: static;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 8px;
  min-height: 68px;
  padding: 10px 14px 14px;
  border-top: 1px solid var(--dc-line);
  background: var(--dc-surface);
}

body.design-clean footer a {
  float: none;
  width: auto;
  height: auto;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 14px;
  background: var(--dc-surface-soft);
  color: var(--dc-muted);
  border: 1px solid var(--dc-line);
  font-size: 11px;
  line-height: 1.15;
}

body.design-clean footer a:hover {
  color: var(--dc-ink);
  background: var(--dc-brand-soft);
}

body.design-clean footer a:after {
  display: none;
}

body.design-clean .meta-links {
  width: min(100%, 1180px) !important;
  max-width: none;
  margin: 0 auto;
  padding: 9px 16px 0;
  text-indent: 0;
  text-align: center;
  color: var(--dc-muted);
}

body.design-clean .meta-links a {
  color: var(--dc-muted) !important;
}

body.design-clean .prayer-times-card {
  border: 1px solid var(--dc-line);
  border-radius: 22px;
  background: var(--dc-surface);
  box-shadow: var(--dc-shadow);
}

body.design-clean .prayer-times-card h2 {
  color: var(--dc-ink);
}

body.design-clean .prayer-times-row input,
body.design-clean .prayer-times-row button,
body.design-clean .prayer-times-location {
  border-radius: 14px;
}

body.design-clean .prayer-times-row button,
body.design-clean .prayer-times-location {
  background: var(--dc-brand);
  color: white;
}

body.design-clean .prayer-times-note,
body.design-clean .prayer-times-status {
  color: var(--dc-muted);
}

body.design-clean.frage .left {
  padding: 36px 42px;
  overflow: auto;
}

body.design-clean.frage .left-inner {
  display: block;
}

body.design-clean.frage .left h2 {
  color: var(--dc-ink);
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

body.design-clean.frage .left p,
body.design-clean.frage .left li {
  color: var(--dc-ink);
  line-height: 1.7;
}

@media (max-width: 840px) {
  body.design-clean {
    padding: 0;
  }

  body.design-clean main,
  body.design-clean.frage main {
    width: 100%;
    height: 100dvh;
    min-height: 100dvh;
    border: 0;
    border-radius: 0;
    grid-template-rows: auto minmax(0, 48%) minmax(0, 1fr) auto;
  }

  body.design-clean .design-note {
    display: none;
  }

  body.design-clean .brand-logo {
    top: 6px;
    left: 8px;
    width: 34px;
    min-width: 34px;
    height: 34px;
    gap: 0;
    padding: 3px;
  }

  body.design-clean .brand-mark {
    width: 26px;
    height: 26px;
    font-size: 15px;
  }

  body.design-clean .brand-text strong {
    font-size: 11px;
  }

  body.design-clean .brand-text {
    display: none;
  }

  body.design-clean .brand-text small {
    display: none;
  }

  body.design-clean header {
    min-height: 46px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px 34px;
    padding: 6px 8px 6px 48px;
    gap: 6px;
  }

  body.design-clean .prayer-times-toggle {
    grid-column: 1;
    width: 100%;
    max-width: none;
  }

  body.design-clean .theme-toggle {
    grid-column: 2;
    width: 34px;
    padding: 0;
  }

  body.design-clean .mobile-menu-toggle {
    grid-column: 3;
    width: 34px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  body.design-clean header a {
    display: none;
  }

  body.design-clean header.nav-open a {
    display: block;
    grid-column: 1 / -1;
    width: 100%;
    height: 38px;
    line-height: 36px;
  }

  body.design-clean .left {
    padding: 10px;
  }

  body.design-clean .left-inner {
    gap: 8px;
  }

  body.design-clean .beschreibung h1 {
    font-size: 18px;
    margin-bottom: 4px;
  }

  body.design-clean .beschreibung p {
    font-size: 12px;
  }

  body.design-clean .video-container {
    border-radius: 14px;
  }

  body.design-clean .steuerung {
    min-height: 42px;
    padding: 5px;
    border-radius: 13px;
  }

  body.design-clean .right {
    margin: 0 10px 8px;
    border-radius: 14px;
  }

  body.design-clean .right-top,
  body.design-clean .right-bottom {
    padding: 10px;
  }

  body.design-clean .right li {
    font-size: 14px;
    line-height: 1.42;
  }

  body.design-clean footer {
    display: flex;
    min-height: 52px;
    overflow-x: auto;
    gap: 7px;
    padding: 7px 8px;
    scrollbar-width: none;
  }

  body.design-clean footer::-webkit-scrollbar {
    display: none;
  }

  body.design-clean footer a {
    flex: 0 0 116px;
    min-height: 38px;
    font-size: 10px;
  }

  body.design-clean .meta-links {
    display: none;
  }

  body.design-clean.frage .left {
    padding: 24px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.design-clean * {
    transition: none !important;
    animation: none !important;
  }
}

/* v2 fixes: force one calm outer background and pin lower meta footer to page card. */
html,
html.theme-dark,
body.design-clean {
  background-image: none !important;
}

html:not(.theme-dark),
html:not(.theme-dark) body.design-clean {
  background-color: #eef1ec !important;
}

html.theme-dark,
html.theme-dark body.design-clean {
  background-color: #111715 !important;
}

body.design-clean .meta-links {
  box-sizing: border-box !important;
  width: min(100%, 1180px) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 10px 16px 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  text-align: center !important;
  text-indent: 0 !important;
}

/* v3: real logo instead of design badge; cache-busted and mobile-safe. */
@media (max-width: 840px) {
  body.design-clean header {
    grid-template-columns: minmax(0, 1fr) 34px 34px !important;
    padding: 6px 8px 6px 48px !important;
  }

  body.design-clean .brand-logo {
    top: 6px !important;
    left: 8px !important;
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    padding: 3px !important;
  }

  body.design-clean .brand-text {
    display: none !important;
  }

  body.design-clean .prayer-times-toggle {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: none !important;
  }
}

/* v4: praying-silhouette wordmark, no circle badge, improved diacritic spacing. */
body.design-clean .brand-logo,
body.design-clean .brand-logo:visited {
  position: absolute;
  top: 8px;
  left: 16px;
  z-index: 930;
  width: auto;
  min-width: 174px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--dc-ink);
  text-decoration: none;
}

body.design-clean .brand-silhouette {
  flex: 0 0 auto;
  width: 46px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dc-brand-strong);
}

body.design-clean .brand-silhouette svg {
  width: 46px;
  height: 36px;
  display: block;
  overflow: visible;
}

body.design-clean .silhouette-body,
body.design-clean .silhouette-head {
  fill: currentColor;
}

body.design-clean .silhouette-shadow {
  fill: rgba(63, 127, 103, .16);
}

body.design-clean .silhouette-fold {
  fill: none;
  stroke: rgba(255,255,255,.54);
  stroke-width: 2.2;
  stroke-linecap: round;
}

body.design-clean .brand-text {
  display: grid;
  gap: 1px;
  line-height: 1.22;
  padding-top: 2px;
  overflow: visible;
}

body.design-clean .brand-text strong {
  color: var(--dc-ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: .012em;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
}

body.design-clean .brand-text small {
  color: var(--dc-muted);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .115em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.design-clean header {
  padding-left: 214px !important;
}

html.theme-dark body.design-clean .silhouette-shadow {
  fill: rgba(217, 198, 138, .17);
}

html.theme-dark body.design-clean .brand-silhouette {
  color: #d9c68a;
}

@media (max-width: 840px) {
  body.design-clean .brand-logo,
  body.design-clean .brand-logo:visited {
    top: 5px !important;
    left: 7px !important;
    min-width: 98px !important;
    width: 98px !important;
    height: 36px !important;
    gap: 4px !important;
  }

  body.design-clean .brand-silhouette {
    width: 30px !important;
    height: 25px !important;
  }

  body.design-clean .brand-silhouette svg {
    width: 30px !important;
    height: 25px !important;
  }

  body.design-clean .brand-text {
    display: grid !important;
    padding-top: 1px !important;
  }

  body.design-clean .brand-text strong {
    font-size: 13px !important;
    line-height: 1.18 !important;
    letter-spacing: .01em !important;
  }

  body.design-clean .brand-text small {
    display: none !important;
  }

  body.design-clean header {
    padding-left: 112px !important;
  }
}

@media (max-width: 390px) {
  body.design-clean .brand-logo,
  body.design-clean .brand-logo:visited {
    min-width: 88px !important;
    width: 88px !important;
  }

  body.design-clean .brand-text strong {
    font-size: 12px !important;
  }

  body.design-clean header {
    padding-left: 101px !important;
  }
}

/* v5: mobile FAQ link bar wraps downward instead of being cut/side-scrolled. */
@media (max-width: 840px) {
  body.design-clean main,
  body.design-clean.frage main {
    height: auto !important;
    min-height: 100dvh !important;
    grid-template-rows: auto auto auto auto !important;
    overflow: visible !important;
  }

  body.design-clean footer {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
    overflow-x: visible !important;
    gap: 7px !important;
    padding: 8px !important;
  }

  body.design-clean footer::-webkit-scrollbar {
    display: none !important;
  }

  body.design-clean footer a {
    flex: none !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 42px !important;
    padding: 6px 4px !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    white-space: normal !important;
  }
}

@media (max-width: 420px) {
  body.design-clean footer {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
    padding: 8px 7px !important;
  }

  body.design-clean footer a {
    min-height: 40px !important;
    font-size: 9.5px !important;
  }
}

/* v6: desktop player column must not create its own scrollbar. */
@media (min-width: 841px) {
  body.design-clean main:not(.frage),
  body.design-clean:not(.frage) main {
    height: auto !important;
    min-height: 610px !important;
    grid-template-rows: auto auto auto !important;
    overflow: hidden !important;
  }

  body.design-clean:not(.frage) .left {
    overflow: visible !important;
  }

  body.design-clean:not(.frage) .left-inner {
    min-height: 0 !important;
    height: auto !important;
  }

  body.design-clean:not(.frage) .right {
    min-height: 0 !important;
  }

  body.design-clean:not(.frage) .right-top,
  body.design-clean:not(.frage) .right-bottom {
    min-height: 0 !important;
    overflow: auto !important;
  }
}

/* v7: compact Gregorian/Islamic date clock in the header. */
body.design-clean header {
  padding-right: 10px !important;
}

body.design-clean .header-date-clock {
  flex: 0 1 176px;
  min-width: 142px;
  max-width: 190px;
  min-height: 34px;
  margin-left: auto;
  padding: 4px 10px 3px;
  display: grid;
  align-content: center;
  justify-items: end;
  gap: 1px;
  border-radius: 14px;
  border: 1px solid var(--dc-line);
  background: var(--dc-surface-soft);
  color: var(--dc-ink);
  line-height: 1.05;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
}

body.design-clean .header-date-gregorian,
body.design-clean .header-date-islamic {
  max-width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.design-clean .header-date-gregorian {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .01em;
}

body.design-clean .header-date-islamic {
  color: var(--dc-muted);
  font-size: 10px;
  font-weight: 750;
}

@media (max-width: 1040px) {
  body.design-clean .header-date-clock {
    flex-basis: 150px;
    min-width: 128px;
    padding-left: 8px;
    padding-right: 8px;
  }

  body.design-clean .header-date-gregorian {
    font-size: 10px;
  }

  body.design-clean .header-date-islamic {
    font-size: 9px;
  }
}

@media (max-width: 840px) {
  body.design-clean header {
    grid-template-columns: minmax(0, 1fr) minmax(94px, 128px) 34px 34px !important;
    padding-right: 7px !important;
  }

  body.design-clean .prayer-times-toggle {
    grid-column: 1 !important;
  }

  body.design-clean .header-date-clock {
    grid-column: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 34px !important;
    margin-left: 0 !important;
    padding: 4px 6px 3px !important;
  }

  body.design-clean .theme-toggle {
    grid-column: 3 !important;
  }

  body.design-clean .mobile-menu-toggle {
    grid-column: 4 !important;
  }

  body.design-clean header.nav-open a {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 520px) {
  body.design-clean header {
    grid-template-columns: minmax(0, 1fr) 34px 34px !important;
  }

  body.design-clean .header-date-clock {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    min-height: 26px !important;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: stretch;
    text-align: left;
  }

  body.design-clean .header-date-gregorian {
    font-size: 10px !important;
  }

  body.design-clean .header-date-islamic {
    text-align: right;
    font-size: 9px !important;
  }

  body.design-clean .theme-toggle {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  body.design-clean .mobile-menu-toggle {
    grid-column: 3 !important;
    grid-row: 1 !important;
  }
}

@media (max-width: 390px) {
  body.design-clean .header-date-clock {
    grid-template-columns: 1fr;
    gap: 0;
    text-align: center;
    justify-items: center;
  }

  body.design-clean .header-date-islamic {
    text-align: center;
  }
}

/* v7 fit: use the established short prayer labels so the clock keeps the header one-row on desktop. */
@media (min-width: 841px) {
  body.design-clean header {
    gap: 6px !important;
  }

  body.design-clean header a {
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 0 !important;
  }

  body.design-clean header a::after {
    content: attr(data-short);
    font-size: 12px;
    line-height: 32px;
  }

  body.design-clean .prayer-times-toggle {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.design-clean .header-date-clock {
    flex-basis: 168px;
    min-width: 154px;
  }
}

/* v8: cleaner custom video-control buttons; removes old sprite halo/bright rim. */
body.design-clean .steuerung {
  gap: 9px;
  padding: 12px;
  border-color: rgba(63, 127, 103, .16);
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(229,239,232,.72));
}

body.design-clean .steuerung button {
  position: relative;
  width: 38px;
  height: 38px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px;
  background-image: linear-gradient(180deg, var(--dc-brand), var(--dc-brand-strong)) !important;
  background-color: var(--dc-brand) !important;
  background-position: center !important;
  background-size: auto !important;
  color: #fff;
  box-shadow: 0 8px 18px rgba(47, 106, 84, .24), inset 0 1px 0 rgba(255,255,255,.18);
  cursor: pointer;
  transition: transform .14s ease, box-shadow .14s ease, filter .14s ease, background .14s ease;
}

body.design-clean .steuerung button::before {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 1px 1px rgba(0,0,0,.18);
}

body.design-clean .steuerung button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 10px 20px rgba(47, 106, 84, .30), inset 0 1px 0 rgba(255,255,255,.20);
}

body.design-clean .steuerung button:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(47, 106, 84, .20), inset 0 2px 5px rgba(0,0,0,.14);
}

body.design-clean .steuerung button:focus-visible {
  outline: 3px solid rgba(63, 127, 103, .30);
  outline-offset: 3px;
}

body.design-clean #previous_slide::before { content: '«'; font-size: 18px; }
body.design-clean #previous_line::before { content: '‹'; font-size: 22px; }
body.design-clean #play_pause::before { content: '▶'; padding-left: 2px; font-size: 14px; }
body.design-clean #play_pause.is-playing::before { content: 'Ⅱ'; padding-left: 0; font-size: 15px; letter-spacing: -3px; transform: translateX(-1px); }
body.design-clean #stop::before { content: '■'; font-size: 13px; }
body.design-clean #next_line::before { content: '›'; font-size: 22px; }
body.design-clean #next_slide::before { content: '»'; font-size: 18px; }

html.theme-dark body.design-clean .steuerung {
  border-color: rgba(159, 209, 181, .16);
  background: linear-gradient(180deg, rgba(32,42,38,.95), rgba(26,34,31,.95));
}

html.theme-dark body.design-clean .steuerung button {
  background-image: linear-gradient(180deg, #355f4e, #27483b) !important;
  background-color: #2d5545 !important;
  color: #edf7f1;
  box-shadow: 0 8px 18px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.10);
}

html.theme-dark body.design-clean .steuerung button:hover {
  box-shadow: 0 10px 22px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.12);
}

@media (max-width: 840px) {
  body.design-clean .steuerung {
    gap: 7px;
    padding: 8px;
  }

  body.design-clean .steuerung button {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 390px) {
  body.design-clean .steuerung {
    gap: 5px;
    padding-left: 6px;
    padding-right: 6px;
  }

  body.design-clean .steuerung button {
    width: 34px;
    height: 34px;
  }
}
