/* QSpid — Landing + News nach Mockup */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap');

:root {
  --pink: #e6007e;
  --pink-deep: #c2185b;
  --blue: #1e5eff;
  --yellow: #f5c400;
  --teal: #00a8a0;
  --red: #e53935;
  --green: #43a047;
  --orange: #ff8a00;
  --ink: #111;
  --muted: #5c5c5c;
  --line: #e6e6e6;
  --bg: #f7f8fa;
  --white: #fff;
  --max: 1180px;
  --radius: 10px;
  --font: 'Outfit', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.45;
}
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }

.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin-inline: auto;
}

/* —— Header (Mockup) —— */
.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
  position: sticky;
  top: 0;
  z-index: 40;
}
.header-top {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 0;
  flex-wrap: nowrap;
}
.logo,
.logo--mark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 1.55rem;
  letter-spacing: -0.03em;
  text-decoration: none !important;
  flex-shrink: 0;
  color: var(--ink);
}
.logo-mark {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.logo-word { color: var(--ink); line-height: 1; }
.logo-q {
  background: linear-gradient(135deg, #ff2d55, #ff9500 28%, #ffd60a 45%, #34c759 60%, #007aff 78%, #af52de);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 2.1rem;
  line-height: 1;
}
.logo-rest { color: var(--blue); }

.nav-lp {
  display: flex;
  align-items: center;
  gap: 22px;
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
}
.nav-lp a {
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none !important;
  white-space: nowrap;
}
.nav-lp a:hover { color: var(--pink); }

.nav-cats {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  flex: 0 1 auto;
  min-width: 0;
}
.nav-cats a {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--white);
  text-decoration: none !important;
  white-space:nowrap;
}
.nav-cats a.top { background: var(--pink); }
.nav-cats a.news { background: var(--blue); }
.nav-cats a.community { background: var(--yellow); color: #222; }
.nav-cats a.events { background: var(--teal); }
.nav-cats a.kultur { background: var(--red); }
.nav-cats a.gesundheit { background: var(--green); }

.header-utils { display: none; }

/* Suche — explizit queer / Pride */
.header-search-block {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1 1 280px;
  max-width: 380px;
  min-width: 200px;
}
.search-form,
.header-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  background: #fff;
  border: 0;
  border-radius: 999px;
  overflow: hidden;
  z-index: 0;
}
.header-search--pill { flex-direction: row; gap: 0; }
/* Pride-Ring um die Suche */
.header-search--queer {
  padding: 3px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(110deg, #e40303, #ff8c00, #ffed00, #008026, #24408e, #732982, #e6007e) border-box;
  border: 3px solid transparent;
  box-shadow: 0 6px 18px rgba(230, 0, 126, .16);
}
.header-search--queer .header-search-ring { display: none; }
.header-search--queer:focus-within {
  box-shadow: 0 0 0 4px rgba(230, 0, 126, .2), 0 8px 22px rgba(115, 41, 130, .18);
}
.header-search--queer input,
.header-search--queer button {
  position: relative;
  z-index: 1;
}
.search-form input {
  flex: 1;
  border: 0;
  min-width: 0;
  padding: 12px 16px 12px 4px;
  outline: none;
  background: transparent;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--ink);
}
.search-form input::placeholder {
  color: #8a5a78;
  font-weight: 600;
  opacity: .9;
}
.search-form button {
  border: 0;
  background: linear-gradient(135deg, #e6007e, #732982 55%, #24408e);
  width: 48px;
  align-self: stretch;
  flex-shrink: 0;
  cursor: pointer;
  display: grid;
  place-items: center;
  color: #fff;
  padding: 0;
  border-radius: 999px;
  margin: 2px;
}
.search-form button:hover {
  background: linear-gradient(135deg, #ff2d95, #8e3aa8 55%, #3557b8);
}
.search-form button svg { width: 20px; height: 20px; }
.header-search-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
  padding-right: 2px;
}
.header-search-chips a {
  font-size: 0.72rem;
  font-weight: 800;
  color: #111;
  background: #fff;
  border: 1.5px solid #e4e6ea;
  padding: 4px 10px;
  border-radius: 999px;
  text-decoration: none !important;
  line-height: 1.2;
  transition: transform .12s ease, box-shadow .12s ease;
}
.header-search-chips a:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(0,0,0,.08);
}
.header-search-chips .chip-queer { border-color: #e6007e; color: #e6007e; background: #fff0f8; }
.header-search-chips .chip-gay { border-color: #24408e; color: #24408e; background: #eef2ff; }
.header-search-chips .chip-lesbian { border-color: #d52d00; color: #a82200; background: #fff1ec; }
.header-search-chips .chip-trans { border-color: #5bcefa; color: #0a6e8a; background: #eef9ff; }
.header-search-chips .chip-csd { border-color: #008026; color: #00661e; background: #eefaf1; }
.header-search-chips .chip-pride {
  border-color: transparent;
  color: #111;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #24408e, #732982) border-box;
  border: 1.5px solid transparent;
}

/* —— Grid home —— */
.home-grid {
  display: grid;
  grid-template-columns: 1.55fr 0.95fr 0.75fr;
  gap: 18px;
  padding: 18px 0 8px;
}
.hero {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 340px;
  background: #222 center/cover no-repeat;
  color: var(--white);
  display: flex;
  align-items: flex-end;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,.78));
}
.hero-body {
  position: relative;
  z-index: 1;
  padding: 22px 24px 26px;
  width: 100%;
}
.badge-top {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: .06em;
  padding: 4px 8px;
  border-radius: 3px;
  margin-bottom: 8px;
}
.hero h1 {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.15;
  max-width: 18ch;
}
.hero p {
  margin: 0 0 14px;
  font-size: 0.92rem;
  opacity: .92;
  max-width: 42ch;
}
.btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.85rem;
  border: 0;
  cursor: pointer;
  text-decoration: none !important;
}
.btn-white { background: var(--white); color: var(--ink); }
.btn-pink { background: var(--pink); color: #fff; }
.btn-orange { background: var(--orange); color: #fff; width: 100%; justify-content: center; }

.panel {
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  overflow: hidden;
}
.panel-h {
  padding: 10px 14px;
  font-weight: 800;
  font-size: 0.95rem;
  color: #fff;
}
.panel-h.pink { background: var(--pink); }
.panel-h.blue { background: var(--blue); }
.panel-h.teal { background: var(--teal); }
.panel-h.orange { background: var(--orange); }
.panel-h.green { background: var(--green); }
.panel-body { padding: 10px 12px 14px; }

.list-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.list-item:last-child { border-bottom: 0; }
.list-item img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
  background: #ddd;
}
.list-item h3 {
  margin: 0 0 4px;
  font-size: 0.88rem;
  line-height: 1.25;
}
.meta {
  font-size: 0.72rem;
  color: var(--muted);
}

.trending h2 {
  margin: 0 0 10px;
  color: var(--pink);
  font-size: 1rem;
  letter-spacing: .04em;
}
.trend-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.trend-item:last-child { border-bottom: 0; }
.trend-num {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
}
.trend-item h3 { margin: 0 0 4px; font-size: 0.86rem; }

/* Mid sections */
.mid-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  padding: 8px 0 18px;
}
.row-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.row-item:last-child { border-bottom: 0; }
.row-item img {
  width: 72px; height: 72px; object-fit: cover; border-radius: 6px; background: #ddd;
}
.row-item h3 { margin: 0 0 4px; font-size: 0.9rem; }

.kultur-lead img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 8px;
}
.kultur-lead h3 { margin: 0 0 4px; font-size: 1rem; }
.tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: .05em;
  color: var(--teal);
  margin-bottom: 4px;
}
.event-card {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.event-card:last-of-type { border-bottom: 0; }
.event-card h3 { margin: 0 0 4px; font-size: 0.95rem; }
.event-card .more { color: var(--orange); font-weight: 700; font-size: 0.82rem; }

.bottom-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 18px;
  padding: 0 0 28px;
}
.health-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
.health-row-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.teaser-mini {
  margin: 0 0 4px;
  font-size: 0.78rem;
  line-height: 1.35;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.top-more { margin: 8px 0 18px; }
.top-more-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.top-more-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  text-decoration: none !important;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}
.top-more-card:nth-last-child(-n+2) { border-bottom: 0; }
.top-more-card img {
  width: 120px;
  height: 90px;
  object-fit: cover;
  border-radius: 8px;
  background: #ddd;
}
.top-more-card h3 {
  margin: 0 0 6px;
  font-size: 0.98rem;
  line-height: 1.25;
}
.top-more-card p {
  margin: 0 0 6px;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.35;
}

.news-feed { margin: 0 0 32px; }
.news-feed-list { padding-top: 4px; }
.news-feed-item {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none !important;
}
.news-feed-item:last-child { border-bottom: 0; }
.news-feed-item img {
  width: 160px;
  height: 110px;
  object-fit: cover;
  border-radius: 8px;
  background: #ddd;
}
.news-feed-item h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  line-height: 1.25;
}
.news-feed-item p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.4;
}
.news-feed-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 4px;
}
.news-feed-more {
  padding: 8px 14px 18px;
  text-align: center;
}
.health-card h3 { margin: 0 0 4px; font-size: 0.88rem; }
.health-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 8px;
  background: #ddd;
}

.cta {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 220px;
  background: #333 center/cover no-repeat;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
.cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(233,30,140,.15), rgba(194,24,91,.88));
}
.cta-body {
  position: relative;
  z-index: 1;
  padding: 22px;
}
.cta h2 {
  margin: 0 0 12px;
  font-size: 1.45rem;
  line-height: 1.15;
  max-width: 12ch;
}

/* Search results (legacy) */
.page-main { padding: 24px 0 40px; }
.page-main h1 { margin: 0 0 8px; font-size: 1.6rem; }
.result {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  margin: 10px 0;
}
.result h2 { margin: 0 0 4px; font-size: 1.05rem; color: var(--blue); }
.result .url { font-size: 0.78rem; color: var(--green); }
.result .snip { margin: 6px 0 0; font-size: 0.9rem; color: var(--muted); }
.result .kw { margin-top: 6px; font-size: 0.75rem; color: var(--pink); }

/* —— Google-ähnliche Suche —— */
.gsearch {
  background: #fff;
  padding: 8px 0 48px;
  min-height: 50vh;
}
.gsearch-wrap { max-width: 1120px; }
.gsearch-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  margin: 8px 0 18px;
}
.gsearch-stats-block { min-width: 0; }
.gsearch-stats {
  margin: 0;
  font-size: 1.05rem;
  color: #202124;
  font-weight: 500;
}
.gsearch-stats strong { font-weight: 700; }
.gsearch-substats {
  margin: 4px 0 0;
  font-size: 0.82rem;
  color: #70757a;
}
.gsearch-newsstrip {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  margin: 0 0 20px;
  padding: 10px 12px;
  background: #f8f9fa;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  font-size: 0.88rem;
}
.gsearch-newsstrip-label {
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #e91e8c;
}
.gsearch-newsstrip a {
  color: #1a0dab;
  text-decoration: none;
  font-weight: 500;
}
.gsearch-newsstrip a:hover { text-decoration: underline; }

/* Videos + Bilder unter Wikipedia */
.gsearch-media {
  margin: 0 0 22px;
  max-width: 652px;
}
.gsearch-media-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.gsearch-media-label {
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #e91e8c;
}
.gsearch-media-more {
  font-size: 0.78rem;
  color: #1a73e8;
  text-decoration: none;
  font-weight: 600;
}
.gsearch-media-more:hover { text-decoration: underline; }
.gsearch-video-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.gsearch-video-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-decoration: none !important;
  color: inherit;
  min-width: 0;
}
.gsearch-video-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  background: #e8eaed;
}
.gsearch-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gsearch-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .72);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  padding-left: 2px;
}
.gsearch-video-card:hover .gsearch-video-play { background: #ff0000; }
.gsearch-video-title {
  font-size: 0.78rem;
  font-weight: 600;
  color: #202124;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gsearch-video-channel {
  font-size: 0.7rem;
  color: #70757a;
}
.gsearch-image-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.gsearch-image-card {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  overflow: hidden;
  background: #f1f3f4;
  text-decoration: none !important;
}
.gsearch-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .2s ease;
}
.gsearch-image-card:hover img { transform: scale(1.04); }
.gsearch-image-src {
  position: absolute;
  left: 6px;
  bottom: 6px;
  font-size: 0.62rem;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, .55);
  padding: 2px 6px;
  border-radius: 999px;
}
@media (max-width: 720px) {
  .gsearch-video-row,
  .gsearch-image-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.g-result--hostbreak { margin-top: 8px; }
.gsearch-perpage {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.86rem;
  color: #5f6368;
}
.gsearch-perpage select {
  border: 1px solid #dadce0;
  border-radius: 6px;
  padding: 6px 10px;
  background: #fff;
  font: inherit;
}
.gsearch-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 40px;
  align-items: start;
}
.gsearch-main { min-width: 0; max-width: 680px; }
.gsearch-empty {
  max-width: 560px;
  padding: 40px 0 20px;
}
.gsearch-empty h1 { margin: 0 0 10px; font-size: 1.75rem; }
.gsearch-empty p { color: var(--muted); margin: 0 0 16px; }
.gsearch-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.gsearch-chips a {
  padding: 8px 14px;
  border-radius: 999px;
  background: #f1f3f4;
  color: #202124;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none !important;
}
.gsearch-chips a:hover { background: #e8eaed; }
.gsearch-none { color: #5f6368; }

.gsearch-section-label {
  margin: 0 0 10px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #202124;
}
.gsearch-topnews {
  margin-bottom: 22px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ebebeb;
}
.gsearch-topnews-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.gsearch-topnews-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  text-decoration: none !important;
  color: inherit;
  min-height: 120px;
  background: #fafafa;
}
.gsearch-topnews-card:hover { background: #f1f3f4; }
.gsearch-topnews-src { font-size: 0.72rem; color: #70757a; font-weight: 600; }
.gsearch-topnews-title {
  font-size: 0.92rem;
  font-weight: 600;
  color: #1a0dab;
  line-height: 1.3;
}
.gsearch-topnews-snip { font-size: 0.78rem; color: #4d5156; }

.g-result { margin: 0 0 26px; max-width: 652px; }
.g-cite {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 3px;
}
.g-favicon,
.g-favicon-img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f1f3f4;
  color: #1a73e8;
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 800;
  flex-shrink: 0;
  object-fit: contain;
  border: 1px solid #e8eaed;
}
.g-cite-host { font-size: 0.9rem; color: #202124; line-height: 1.25; font-weight: 400; }
.g-cite-url { font-size: 0.78rem; color: #4d5156; word-break: break-all; line-height: 1.3; }
.g-badge {
  margin-left: auto;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #5f6368;
  background: #f1f3f4;
  padding: 3px 8px;
  border-radius: 999px;
}
.g-title { margin: 0 0 4px; font-size: 1.25rem; font-weight: 400; line-height: 1.3; }
.g-title a {
  color: #1a0dab;
  text-decoration: none;
}
.g-title a:hover { text-decoration: underline; }
.g-title a:visited { color: #681da8; }
.g-snip {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.58;
  color: #4d5156;
}
.g-snip b { font-weight: 700; color: #202124; }
.g-kw { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.g-kw a {
  font-size: 0.72rem;
  color: #1967d2;
  background: #e8f0fe;
  padding: 3px 8px;
  border-radius: 999px;
  text-decoration: none !important;
}

.gsearch-side { position: sticky; top: 90px; }
.g-side-card {
  border: 1px solid #ebebeb;
  border-radius: 12px;
  padding: 14px 16px 12px;
  margin-bottom: 14px;
  background: #fff;
}
.g-side-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #e91e8c;
  margin-bottom: 10px;
}
.g-side-hero-link { text-decoration: none !important; color: inherit; display: block; }
.g-side-hero h2 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.25;
  color: #1a0dab;
}
.g-side-hero p { margin: 0 0 8px; font-size: 0.86rem; color: #4d5156; }
.g-side-meta { font-size: 0.75rem; color: #70757a; }
.g-side-list { list-style: none; margin: 0; padding: 0; }
.g-side-list li { border-top: 1px solid #f1f3f4; }
.g-side-list li:first-child { border-top: 0; }
.g-side-list a {
  display: block;
  padding: 10px 0;
  text-decoration: none !important;
  color: inherit;
}
.g-side-list strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a0dab;
  line-height: 1.3;
  margin-bottom: 3px;
}
.g-side-list span { font-size: 0.75rem; color: #70757a; }
.g-side-trend { list-style: none; margin: 0; padding: 0; }
.g-side-trend li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  padding: 8px 0;
  border-top: 1px solid #f1f3f4;
}
.g-side-trend li:first-child { border-top: 0; }
.g-side-num { font-weight: 800; color: #ff8a00; font-size: 1.05rem; }
.g-side-trend a {
  text-decoration: none !important;
  color: #202124;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.3;
}
.g-side-trend small { display: block; font-weight: 400; color: #70757a; margin-top: 2px; }

.g-pager {
  margin: 28px 0 8px;
  padding-top: 18px;
  border-top: 1px solid #ebebeb;
}
.g-pager-pages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.g-pager-pages a,
.g-pager-current,
.g-pager-btn {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none !important;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a73e8;
  border: 1px solid transparent;
}
.g-pager-pages a:hover { background: #e8f0fe; }
.g-pager-current {
  background: #1a73e8;
  color: #fff;
}
.g-pager-btn { border-color: #dadce0; color: #202124; }
.g-pager-dots { color: #9aa0a6; padding: 0 4px; }
.g-pager-meta {
  margin: 10px 0 0;
  font-size: 0.8rem;
  color: #70757a;
}

@media (max-width: 960px) {
  .gsearch-grid { grid-template-columns: 1fr; gap: 24px; }
  .gsearch-side { position: static; }
  .gsearch-topnews-row { grid-template-columns: 1fr; }
}

.article-page {
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 24px;
  max-width: 760px;
}
.article-page h1 { margin-top: 0; }
.source-link { color: var(--blue); font-weight: 700; }

.page-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  max-width: 760px;
  margin: 0 0 14px;
}
.page-nav + .article-page { margin-top: 0; }
.article-page + .page-nav { margin: 16px 0 0; }
.page-nav__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none !important;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}
.page-nav__btn:hover { filter: brightness(0.97); }
.page-nav__back {
  background: #f0f2f5;
}

/* Footer */
.site-footer {
  background: #eceff3;
  border-top: 1px solid var(--line);
  padding: 22px 0;
  margin-top: 12px;
}
.footer-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.82rem;
  color: var(--muted);
  flex: 1;
}
.social {
  display: flex;
  gap: 10px;
}
.social a {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #cfd5de;
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  font-weight: 800;
  text-decoration: none !important;
  color: #333;
}

.empty-note {
  padding: 12px 14px;
  background: #fff8e1;
  border: 1px solid #ffe082;
  border-radius: 8px;
  font-size: 0.88rem;
  margin-bottom: 14px;
}

@media (max-width: 1100px) {
  .nav-cats a { padding: 6px 10px; font-size: 0.75rem; }
  .header-search { max-width: 280px; }
}
@media (max-width: 960px) {
  .home-grid, .mid-grid, .bottom-grid { grid-template-columns: 1fr; }
  .health-row, .health-row-wide { grid-template-columns: 1fr 1fr; }
  .top-more-grid { grid-template-columns: 1fr; }
  .top-more-card:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .top-more-card:last-child { border-bottom: 0; }
  .header-utils span { display: none; }
  .header-top { flex-wrap: wrap; }
  .header-search {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }
}
@media (max-width: 640px) {
  .nav-cats { order: 4; width: 100%; flex-wrap: wrap; }
  .logo { font-size: 1.5rem; }
  .logo-q { font-size: 1.7rem; }
  .health-row, .health-row-wide { grid-template-columns: 1fr; }
  .news-feed-item,
  .top-more-card {
    grid-template-columns: 96px 1fr;
    gap: 10px;
  }
  .news-feed-item img,
  .top-more-card img {
    width: 96px;
    height: 72px;
  }
}

/* —— SEO Lead —— */
.seo-h1 {
  margin: 14px 0 8px;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, #ff2d55, #ff9500 40%, #af52de);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.seo-lead {
  margin: 0 0 4px;
  padding: 10px 14px;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #3a3a48;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(233, 30, 140, .12);
  border-radius: 10px;
}
.home-vivid .hero-title {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.15;
  max-width: 18ch;
  font-weight: 800;
}
.footer-seo {
  padding: 0 0 22px;
  font-size: 0.78rem;
  color: #6a6a78;
  line-height: 1.4;
}
.footer-seo p { margin: 0; }

/* —— Startseite vivid (Pride) —— */
body.home-vivid {
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(255, 45, 85, .12), transparent 55%),
    radial-gradient(900px 420px at 95% 0%, rgba(175, 82, 222, .14), transparent 50%),
    radial-gradient(800px 380px at 50% 100%, rgba(0, 122, 255, .08), transparent 55%),
    linear-gradient(180deg, #fff7fb 0%, #f4f7ff 45%, #f7f8fa 100%);
}
.pride-bar {
  height: 5px;
  background: linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #24468e, #732982);
  box-shadow: 0 2px 12px rgba(228, 3, 3, .25);
}
.home-vivid .hero-pop {
  min-height: 380px;
  border: 0;
  box-shadow:
    0 18px 40px rgba(233, 30, 140, .22),
    0 4px 0 rgba(255, 214, 10, .55);
  transform: translateZ(0);
  animation: qspid-hero-in .7s cubic-bezier(.2, .8, .2, 1) both;
}
.home-vivid .hero-glow {
  position: absolute;
  inset: -20% -10% auto;
  height: 55%;
  background: linear-gradient(120deg, rgba(255,45,85,.35), rgba(255,149,0,.25), rgba(175,82,222,.3));
  filter: blur(28px);
  opacity: .85;
  pointer-events: none;
  z-index: 0;
  animation: qspid-glow 6s ease-in-out infinite alternate;
}
.home-vivid .hero::after {
  background:
    linear-gradient(180deg, rgba(20, 8, 40, .05) 15%, rgba(20, 8, 40, .78) 100%),
    linear-gradient(90deg, rgba(233, 30, 140, .25), transparent 40%);
}
.home-vivid .badge-top {
  background: linear-gradient(90deg, #ff2d55, #ff9500);
  box-shadow: 0 4px 14px rgba(255, 45, 85, .45);
  letter-spacing: .08em;
}
.home-vivid .btn-pop {
  background: linear-gradient(135deg, #ff2d55, #af52de 55%, #007aff);
  color: #fff;
  box-shadow: 0 8px 22px rgba(175, 82, 222, .35);
  transition: transform .18s ease, box-shadow .18s ease;
}
.home-vivid .btn-pop:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 28px rgba(255, 45, 85, .4);
  text-decoration: none !important;
}
.home-vivid .panel-pop {
  border: 0;
  box-shadow: 0 10px 28px rgba(26, 26, 40, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.home-vivid .panel-pop:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(26, 26, 40, .12);
}
.home-vivid .panel-h.pink { background: linear-gradient(90deg, #ff2d55, #e91e8c); }
.home-vivid .panel-h.blue { background: linear-gradient(90deg, #1e5eff, #007aff); }
.home-vivid .panel-h.teal { background: linear-gradient(90deg, #00a8a0, #34c759); }
.home-vivid .panel-h.orange { background: linear-gradient(90deg, #ff8a00, #ffd60a); color: #1a1a1a; }
.home-vivid .panel-h.green { background: linear-gradient(90deg, #43a047, #00c853); }
.home-vivid .trending-pop {
  background: linear-gradient(160deg, #fff 0%, #fff0f7 100%);
  border-radius: var(--radius);
  padding: 14px 14px 8px;
  border: 1px solid rgba(233, 30, 140, .15);
  box-shadow: 0 10px 28px rgba(233, 30, 140, .1);
}
.home-vivid .trending-pop h2 {
  background: linear-gradient(90deg, #e91e8c, #ff8a00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.home-vivid .trend-num {
  background: linear-gradient(180deg, #ff8a00, #ff2d55);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.home-vivid .list-item img,
.home-vivid .row-item img,
.home-vivid .health-card img,
.home-vivid .kultur-lead img {
  background: linear-gradient(135deg, #ff2d55, #ffd60a, #007aff);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
}
.home-vivid .event-card-pop {
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 8px;
  background: linear-gradient(135deg, rgba(255, 138, 0, .08), rgba(255, 214, 10, .12));
  border: 1px solid rgba(255, 138, 0, .2);
}
.home-vivid .cta-pop {
  border-radius: var(--radius);
  min-height: 220px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(175, 82, 222, .28);
}
.home-vivid .cta-pop::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,45,85,.72), rgba(175,82,222,.65) 55%, rgba(0,122,255,.55));
}
.home-vivid .cta-body {
  position: relative;
  z-index: 1;
  padding: 28px 24px;
  color: #fff;
}
.home-vivid .cta-body h2 {
  margin: 0 0 16px;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  line-height: 1.2;
  max-width: 16ch;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .25);
}
.home-vivid .health-card-pop {
  transition: transform .18s ease;
}
.home-vivid .health-card-pop:hover {
  transform: translateY(-4px);
  text-decoration: none;
}
@keyframes qspid-hero-in {
  from { opacity: 0; transform: translateY(12px) scale(.985); }
  to { opacity: 1; transform: none; }
}
@keyframes qspid-glow {
  from { opacity: .55; transform: translateX(-4%); }
  to { opacity: .95; transform: translateX(4%); }
}

/* —— Landingpage (Mockup) —— */
body.home-landing {
  background: #fff;
  --pink: #e6007e;
}
body.home-landing .home-main { padding: 0; }

.lp-hero {
  position: relative;
  min-height: min(72vh, 620px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.lp-hero-bg {
  position: absolute;
  inset: 0;
  background: #c8cdd4 center/cover no-repeat;
  z-index: 0;
  transform: scale(1.02);
  animation: lp-hero-ken 18s ease-in-out infinite alternate;
}
.lp-hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.62) 42%, rgba(255,255,255,.08) 72%, transparent 100%),
    linear-gradient(180deg, rgba(255,255,255,.15) 0%, transparent 40%, rgba(0,0,0,.12) 100%);
  pointer-events: none;
}
.lp-hero-inner {
  position: relative;
  z-index: 2;
  padding: 56px 0 64px;
  max-width: 640px;
  margin-left: max(16px, calc((100% - var(--max)) / 2));
  margin-right: auto;
  width: min(640px, calc(100% - 32px));
  animation: lp-rise .75s cubic-bezier(.2,.8,.2,1) both;
}
.lp-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.lp-logo {
  width: 86px;
  height: 86px;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,.18));
}
.lp-wordmark {
  font-size: clamp(3.2rem, 7vw, 5.2rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: .92;
  color: #111;
  text-shadow: 0 2px 0 rgba(255,255,255,.35);
}
.lp-headline {
  margin: 0 0 10px;
  font-size: clamp(1.65rem, 3.4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #111;
  max-width: 16ch;
}
.lp-sub {
  margin: 0 0 22px;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  font-weight: 500;
  color: #222;
  max-width: 34ch;
}
.lp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 10px;
  background: var(--pink);
  color: #fff !important;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(230, 0, 126, .35);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.lp-cta:hover {
  background: #cc006e;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(230, 0, 126, .42);
}

.lp-headlines {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}
.lp-headlines-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
.lp-headline-item {
  display: block;
  padding: 22px 20px;
  font-size: clamp(0.95rem, 1.35vw, 1.12rem);
  font-weight: 700;
  line-height: 1.3;
  color: #111;
  text-decoration: none !important;
  transition: background .15s ease, color .15s ease;
}
.lp-headline-item--border {
  border-left: 1px solid #e5e5e5;
}
.lp-headline-item:hover {
  background: #fafafa;
  color: var(--pink);
}

.lp-top-story { overflow: hidden; }
.lp-top-card {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  text-decoration: none !important;
  color: inherit;
  min-height: 220px;
}
.lp-top-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}
.lp-top-card > div {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.lp-top-card h2 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.lp-top-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}
.lp-top-card:hover h2 { color: var(--pink); }

@keyframes lp-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
@keyframes lp-hero-ken {
  from { transform: scale(1.02) translate3d(0,0,0); }
  to { transform: scale(1.07) translate3d(-1.5%, 0, 0); }
}

@media (max-width: 900px) {
  .nav-lp { gap: 14px; justify-content: flex-start; }
  .lp-hero { min-height: 58vh; }
  .lp-hero-veil {
    background:
      linear-gradient(180deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.55) 48%, rgba(255,255,255,.2) 100%);
  }
  .lp-headlines-row { grid-template-columns: 1fr; }
  .lp-headline-item--border {
    border-left: 0;
    border-top: 1px solid #e5e5e5;
  }
  .lp-top-card { grid-template-columns: 1fr; }
  .lp-top-card img { min-height: 180px; max-height: 220px; }
}
@media (max-width: 640px) {
  .header-top { flex-wrap: wrap; gap: 10px; }
  .nav-lp { order: 3; width: 100%; justify-content: space-between; }
  .header-search-block {
    order: 2;
    flex: 1 1 100%;
    max-width: none;
  }
  .header-search-chips { justify-content: flex-start; }
  .lp-logo { width: 64px; height: 64px; }
  .lp-wordmark { font-size: 2.6rem; }
  .lp-hero-inner { padding: 36px 0 44px; }
}
