/* Tagessau Sonderseiten
   Gemeinsame redaktionelle Haut fuer Unterstuetzen und die drei Satiremaschinen. */

/* ---------- Unterstuetzen ---------- */

body.special-support main.content {
  width: min(100% - 3rem, 1120px);
  max-width: none;
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6.5rem) 0 5rem;
}

body.special-support main.content > h1 {
  max-width: 780px;
  margin: 0 0 1.2rem;
  color: var(--ts-navy);
  font-family: var(--ts-body);
  font-size: clamp(3.1rem, 6vw, 5.8rem);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .92;
}

body.special-support .lead {
  max-width: 790px;
  margin: 0 0 3.2rem;
  color: rgba(8, 18, 56, .72);
  font-family: var(--ts-body);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.5;
}

body.special-support .support {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .7rem 2rem;
  align-items: end;
  margin: 0 0 3.5rem;
  padding: clamp(2rem, 5vw, 4.4rem);
  overflow: hidden;
  color: var(--ts-white);
  border: 0;
  border-radius: 0;
  background: var(--ts-navy);
  box-shadow: 10px 10px 0 var(--ts-pink-soft);
}

body.special-support .support::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 7px;
  content: "";
  background: linear-gradient(90deg, var(--ts-blue) 0 62%, var(--ts-pink) 62%);
}

body.special-support .support .tag {
  justify-self: start;
  margin: 0 0 .6rem;
  padding: .45rem .7rem;
  color: var(--ts-navy);
  border-radius: 0;
  background: var(--ts-pink-soft);
  font-size: .72rem;
  letter-spacing: .11em;
}

body.special-support .support h2 {
  grid-column: 1;
  margin: 0;
  color: #fff;
  font-family: var(--ts-body);
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: .96;
}

body.special-support .support p {
  grid-column: 1;
  max-width: 760px;
  margin: .55rem 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 1.08rem;
  line-height: 1.65;
}

body.special-support .support .button {
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: end;
  max-width: 260px;
  min-height: 54px;
  padding: 1rem 1.2rem;
  color: #fff;
  border-radius: 0;
  background: var(--ts-blue);
  box-shadow: 6px 6px 0 var(--ts-pink);
  font-size: .82rem;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

body.special-support .support .button:hover { transform: translate(-2px, -2px); }

body.special-support main.content > h2 {
  margin: 3.2rem 0 1rem;
  color: var(--ts-blue);
  font-family: var(--ts-body);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

body.special-support .list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 2rem;
  max-width: 850px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ts-line);
}

body.special-support .list li {
  position: relative;
  margin: 0;
  padding: 1rem 0 1rem 1.25rem;
  border-bottom: 1px solid var(--ts-line);
}

body.special-support .list li::before {
  position: absolute;
  top: 1.45rem;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--ts-pink);
}

body.special-support .note { max-width: 800px; }

/* ---------- Politikerlexikon ---------- */

body.special-lexikon .ts-header {
  background: rgba(255,255,255,.96) !important;
}

body.special-lexikon .ts-header .ts-brand,
body.special-lexikon .ts-header .ts-nav a:not(.ts-support) {
  color: var(--ts-ink);
}

body.special-lexikon .slot-scene {
  width: min(100% - 3rem, 1390px);
  min-height: 760px;
  margin: 1.3rem auto 0;
  padding: clamp(2rem, 4vw, 4.2rem);
  gap: clamp(2rem, 5vw, 5rem);
  background:
    linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,250,250,.88) 42%, rgba(6,16,64,.02)),
    radial-gradient(circle at 100% 0, rgba(255,85,173,.14), transparent 32rem);
}

body.special-lexikon .slot-scene::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  content: "";
  background: linear-gradient(90deg, var(--ts-blue) 0 58%, var(--ts-pink) 58%);
}

body.special-lexikon .slot-scene::before { display: none; }

body.special-lexikon .slot-intro {
  color: var(--ts-ink);
  text-shadow: none;
}

body.special-lexikon .slot-intro h1 {
  margin: 1.1rem 0;
  color: var(--ts-navy);
  font-family: var(--ts-body);
  font-size: clamp(2.7rem, 4.3vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .92;
}

body.special-lexikon .slot-intro em { color: var(--ts-pink); }
body.special-lexikon .slot-intro p { color: rgba(8,18,56,.72); }

body.special-lexikon .fritz-stage {
  border: 1px solid var(--ts-line);
  border-left: 6px solid var(--ts-blue);
  border-radius: 0;
  background: #edf4ff;
  box-shadow: 10px 10px 0 var(--ts-pink-soft);
}

body.special-lexikon .photo-caption {
  display: inline-block;
  padding: .28rem .45rem;
  color: #fff;
  background: rgba(6,16,64,.86);
}

body.special-lexikon .ts-share {
  gap: .45rem;
  color: var(--ts-ink);
  text-shadow: none;
}

body.special-lexikon .ts-share strong { color: #fff; }

body.special-lexikon .ts-share a,
body.special-lexikon .ts-share button {
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--ts-ink);
  border-color: var(--ts-line);
  border-radius: 50%;
  background: #fff;
}

body.special-lexikon .ts-share a:hover,
body.special-lexikon .ts-share button:hover {
  color: #fff;
  border-color: var(--ts-blue);
  background: var(--ts-blue);
}

body.special-lexikon .ts-share [data-share-channel="whatsapp"]:hover { border-color: #1fa855; background: #1fa855; }
body.special-lexikon .ts-share [data-share-channel="x"]:hover { border-color: #111; background: #111; }
body.special-lexikon .ts-share [data-share-channel="facebook"]:hover { border-color: #1877f2; background: #1877f2; }
body.special-lexikon .ts-share [data-share-channel="email"]:hover { border-color: #d83288; background: #d83288; }
body.special-lexikon .ts-share [data-share-channel="copy"]:hover { border-color: var(--ts-pink); background: var(--ts-pink); }

body.special-lexikon .slot-machine {
  color: #fff;
  border: 0;
  border-top: 7px solid var(--ts-blue);
  border-bottom: 7px solid var(--ts-pink);
  border-radius: 0;
  background:
    linear-gradient(145deg, rgba(22,183,255,.11), transparent 45%),
    var(--ts-navy);
  box-shadow: 14px 14px 0 var(--ts-pink-soft);
}

body.special-lexikon .bulbs {
  color: var(--ts-pink);
  text-shadow: 0 0 12px rgba(255,85,173,.9);
}

body.special-lexikon .machine-heading div > span,
body.special-lexikon .machine-heading h2 span,
body.special-lexikon .lever-label,
body.special-lexikon .machine-controls > span,
body.special-lexikon .slot-source h3,
body.special-lexikon .slot-source a { color: var(--ts-cyan); }

body.special-lexikon #sound {
  border-color: rgba(255,255,255,.35);
  background: transparent;
}

body.special-lexikon .reel-window {
  color: var(--ts-ink);
  border-color: #020927;
  border-radius: 0;
  background: #fffaf2;
}

body.special-lexikon .answer { border-top-color: var(--ts-pink); }
body.special-lexikon .answer .reel-label { color: #b51f69; }

body.special-lexikon .lever-ball {
  background: radial-gradient(circle at 32% 25%, #ffd5eb, var(--ts-pink) 38%, #b51f69 70%, #56052f);
}

body.special-lexikon .lever-track { border-color: #5f78b7; }

body.special-lexikon #draw {
  color: #fff;
  border: 0;
  border-radius: 0;
  border-bottom: 5px solid #003779;
  background: var(--ts-blue);
  box-shadow: 5px 5px 0 var(--ts-pink);
}

body.special-lexikon .slot-source { border-top-color: rgba(255,255,255,.25); }
body.special-lexikon .machine-bottom { border-top-color: rgba(255,255,255,.25); }

/* ---------- Ben-Stempelautomat ---------- */

body.special-stempel {
  color: var(--ts-ink);
  background:
    radial-gradient(circle at 92% 5%, rgba(255,85,173,.1), transparent 27rem),
    linear-gradient(180deg, #fff 0, var(--ts-paper) 48rem);
}

body.special-stempel .shell {
  width: min(100% - 3rem, 1390px);
  max-width: none;
  padding: clamp(2.5rem, 5vw, 5rem) 0 5rem;
}

body.special-stempel .intro {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .65fr);
  max-width: 1120px;
  margin: 0 0 2.2rem;
  align-items: end;
}

body.special-stempel .intro .eyebrow { color: var(--ts-blue); }

body.special-stempel .intro h1 {
  color: var(--ts-navy);
  font-family: var(--ts-body);
  font-size: clamp(3.4rem, 6vw, 5.8rem);
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: .94;
  text-transform: none;
}

body.special-stempel .deck {
  color: rgba(8,18,56,.72);
  font-family: var(--ts-body);
  font-size: 1.08rem;
}

body.special-stempel .sharebar.ts-share {
  margin-bottom: 1.4rem;
  padding: 0;
  color: var(--ts-ink);
  border: 0;
  background: transparent;
}

body.special-stempel .sharebar.ts-share .sb-label {
  color: var(--ts-ink);
  font-family: var(--ts-body);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

body.special-stempel .sharebar.ts-share .sb-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--ts-ink);
  border-color: var(--ts-line);
  border-radius: 50%;
  background: #fff;
  font-family: var(--ts-body);
}

body.special-stempel .sharebar.ts-share .sb-btn:hover,
body.special-stempel .sharebar.ts-share .sb-native,
body.special-stempel .sharebar.ts-share .sb-native:hover {
  color: #fff;
  border-color: var(--ts-blue);
  background: var(--ts-blue);
}

body.special-stempel .sharebar.ts-share [data-share-channel="whatsapp"]:hover { border-color: #1fa855; background: #1fa855; }
body.special-stempel .sharebar.ts-share [data-share-channel="x"]:hover { border-color: #111; background: #111; }
body.special-stempel .sharebar.ts-share [data-share-channel="facebook"]:hover { border-color: #1877f2; background: #1877f2; }
body.special-stempel .sharebar.ts-share [data-share-channel="email"]:hover { border-color: #d83288; background: #d83288; }
body.special-stempel .sharebar.ts-share [data-share-channel="copy"]:hover { border-color: var(--ts-pink); background: var(--ts-pink); }

body.special-stempel .sharebar.ts-share .sb-utility {
  width: auto;
  margin-left: .35rem;
  padding: 0 .9rem;
  border-radius: 0;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}

body.special-stempel .machine {
  border: 0;
  border-top: 7px solid var(--ts-blue);
  border-bottom: 7px solid var(--ts-pink);
  background: #fff;
  box-shadow: 14px 14px 0 var(--ts-pink-soft);
}

body.special-stempel .machine::before { opacity: .04; }

body.special-stempel .machine-head {
  color: #fff;
  border-bottom: 0;
  background: var(--ts-navy);
}

body.special-stempel .machine-name {
  color: var(--ts-pink-soft);
  font-family: var(--ts-body);
}

body.special-stempel .counter {
  color: rgba(255,255,255,.76);
  font-family: var(--ts-body);
}

body.special-stempel .portrait-bay { background: #eaf3ff; }

body.special-stempel .nameplate {
  border-left-color: var(--ts-pink);
  background: rgba(6,16,64,.92);
}

body.special-stempel .control {
  color: var(--ts-ink);
  border-left: 1px solid var(--ts-line);
  background:
    linear-gradient(180deg, rgba(22,183,255,.08), transparent 45%),
    #fffafa;
}

body.special-stempel .control-label {
  color: var(--ts-blue);
  font-family: var(--ts-body);
}

body.special-stempel .control h2 {
  color: var(--ts-navy);
  font-family: var(--ts-body);
  font-size: clamp(2rem, 3.3vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: .94;
}

body.special-stempel .control p { color: rgba(8,18,56,.7); }

body.special-stempel .press-button {
  background: #6d0b3c;
  box-shadow: 0 13px 0 #2d0620, 0 18px 0 var(--ts-pink-soft), 0 24px 36px rgba(8,18,56,.25);
}

body.special-stempel .press-button::before {
  border-color: #a1175e;
  background: radial-gradient(circle at 38% 30%, #ffd4e9 0, var(--ts-pink) 30%, #c92275 68%, #650838 100%);
}

body.special-stempel .hint { color: rgba(8,18,56,.55) !important; }

body.special-stempel .sound-toggle {
  color: var(--ts-ink);
  border-color: var(--ts-line);
  background: #fff;
}

body.special-stempel .sound-toggle:hover { color: var(--ts-blue); border-color: var(--ts-blue); }

body.special-stempel .evidence {
  border-top-color: var(--ts-blue);
  background: #fffaf2;
  box-shadow: 10px 10px 0 rgba(0,108,240,.12);
}

body.special-stempel .evidence::before { background: var(--ts-blue); }
body.special-stempel .result-label { color: #b51f69; }
body.special-stempel .original { border-left-color: var(--ts-pink); }
body.special-stempel .again { border-color: var(--ts-blue); background: var(--ts-blue); }
body.special-stempel .disclaimer { border-color: rgba(8,18,56,.3); background: #f4eff4; }
body.special-stempel .bottom { color: rgba(8,18,56,.6); }
body.special-stempel .back { color: var(--ts-blue); border-bottom-color: var(--ts-pink); }

/* ---------- Betroffenheits-Phrasendrescher ---------- */

body.special-phrasendrescher:not(.clip) {
  color: var(--ts-ink);
  background:
    radial-gradient(circle at 92% 5%, rgba(255,85,173,.1), transparent 27rem),
    linear-gradient(180deg, #fff 0, var(--ts-paper) 48rem);
}

body.special-phrasendrescher:not(.clip)::before { display: none; }

body.special-phrasendrescher:not(.clip) > .wrap {
  width: min(100% - 3rem, 900px);
  max-width: none;
  padding: clamp(2.6rem, 6vw, 5.6rem) 0 5rem;
}

body.special-phrasendrescher:not(.clip) > .wrap > h1 {
  max-width: 820px;
  margin: 0 0 1rem;
  color: var(--ts-navy);
  font-family: var(--ts-body);
  font-size: clamp(3.2rem, 5.8vw, 5.5rem);
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: .9;
  hyphens: manual;
}

body.special-phrasendrescher:not(.clip) .sub {
  max-width: 760px;
  margin-bottom: 2.2rem;
  color: rgba(8,18,56,.72);
  font-size: 1.05rem;
  line-height: 1.65;
}

body.special-phrasendrescher:not(.clip) .cabinet {
  padding: clamp(1.2rem, 3vw, 2.2rem);
  color: #fff;
  border: 0;
  border-top: 7px solid var(--ts-blue);
  border-bottom: 7px solid var(--ts-pink);
  border-radius: 0;
  background:
    linear-gradient(145deg, rgba(22,183,255,.1), transparent 45%),
    var(--ts-navy);
  box-shadow: 12px 12px 0 var(--ts-pink-soft);
}

body.special-phrasendrescher:not(.clip) .marquee .name {
  color: var(--ts-pink-soft);
  font-size: clamp(1rem, 3vw, 1.5rem);
  letter-spacing: .12em;
}

body.special-phrasendrescher:not(.clip) .lite { background: var(--ts-pink); }

body.special-phrasendrescher:not(.clip) .reels {
  border-radius: 0;
  background: #020927;
}

body.special-phrasendrescher:not(.clip) .reel {
  border-radius: 0;
  background: #fffaf2;
}

body.special-phrasendrescher:not(.clip) .lever {
  border-radius: 0;
  background: #1d2a5c;
}

body.special-phrasendrescher:not(.clip) #knob { background: var(--ts-pink); }
body.special-phrasendrescher:not(.clip) .stem { background: #a9cfff; }
body.special-phrasendrescher:not(.clip) #count { color: var(--ts-cyan); }
body.special-phrasendrescher:not(.clip) #stampi { color: var(--ts-pink); border-color: var(--ts-pink); }

body.special-phrasendrescher:not(.clip) .sb {
  color: var(--ts-navy);
  border-color: rgba(255,255,255,.3);
  border-radius: 0;
  background: #fff;
}

body.special-phrasendrescher:not(.clip) .sb:hover {
  color: #fff;
  border-color: var(--ts-blue);
  background: var(--ts-blue);
}

body.special-phrasendrescher:not(.clip) .sb.primary {
  color: #fff;
  border-color: var(--ts-blue);
  background: var(--ts-blue);
  box-shadow: 5px 5px 0 var(--ts-pink);
}

body.special-phrasendrescher:not(.clip) .phrase-share {
  color: #fff;
  font-family: var(--ts-body);
}

body.special-phrasendrescher:not(.clip) .phrase-share-icon {
  flex: 0 0 44px;
  min-width: 44px;
  padding: 0;
  color: var(--ts-navy);
  border-color: rgba(255,255,255,.32);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 0 rgba(0,0,0,.18);
}

body.special-phrasendrescher:not(.clip) #wa:hover { border-color: #1fa855; background: #1fa855; }
body.special-phrasendrescher:not(.clip) #tw:hover { border-color: #111; background: #111; }
body.special-phrasendrescher:not(.clip) #fb:hover { border-color: #1877f2; background: #1877f2; }
body.special-phrasendrescher:not(.clip) #mail:hover { border-color: #d83288; background: #d83288; }
body.special-phrasendrescher:not(.clip) #cp:hover { border-color: var(--ts-pink); background: var(--ts-pink); }

body.special-phrasendrescher:not(.clip) .note { color: rgba(255,255,255,.68); }

@media (max-width: 900px) {
  body.special-support .support { grid-template-columns: 1fr; }
  body.special-support .support .button { grid-column: 1; grid-row: auto; max-width: 320px; margin-top: 1rem; }
  body.special-lexikon .slot-scene { width: min(100% - 1.5rem, 1390px); }
  body.special-stempel .intro { grid-template-columns: 1fr; }
  body.special-stempel .control { border-top: 1px solid var(--ts-line); border-left: 0; }
}

@media (max-width: 620px) {
  body.special-support main.content,
  body.special-stempel .shell,
  body.special-phrasendrescher:not(.clip) > .wrap { width: min(100% - 1.8rem, 1120px); }
  body.special-support main.content > h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
  body.special-support .support { padding: 2rem 1.3rem; box-shadow: 6px 6px 0 var(--ts-pink-soft); }
  body.special-support .list { grid-template-columns: 1fr; }
  body.special-lexikon .slot-scene { padding: 1.4rem .8rem; }
  body.special-lexikon .slot-intro h1 { font-size: clamp(2.6rem, 12vw, 3.7rem); }
  body.special-lexikon .slot-machine { box-shadow: 7px 7px 0 var(--ts-pink-soft); }
  body.special-stempel .intro h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  body.special-stempel .machine { box-shadow: 7px 7px 0 var(--ts-pink-soft); }
  body.special-phrasendrescher:not(.clip) > .wrap > h1 { font-size: clamp(2.9rem, 13vw, 4rem); }
  body.special-phrasendrescher:not(.clip) .cabinet { box-shadow: 7px 7px 0 var(--ts-pink-soft); }
  body.special-phrasendrescher:not(.clip) .phrase-share strong { flex: 1 0 100%; margin-bottom: 2px; }
}
