/* QSpid — helles queeres Design */
:root {
  --qx-bg: #f7f4ff;
  --qx-card: rgba(255, 255, 255, .82);
  --qx-text: #1a1528;
  --qx-muted: #5c5670;
  --qx-cyan: #1a8fc4;
  --qx-pink: #e6007e;
  --qx-purple: #7a3dff;
  --qx-radius: 20px;
  --qx-font: 'Outfit', system-ui, sans-serif;
  --qx-pride: linear-gradient(110deg, #e40303, #ff8c00, #ffed00, #008026, #24408e, #732982, #e6007e);
  --qx-pride-soft: linear-gradient(
    125deg,
    rgba(228, 3, 3, .12),
    rgba(255, 140, 0, .1),
    rgba(255, 237, 0, .08),
    rgba(0, 128, 38, .08),
    rgba(36, 64, 142, .1),
    rgba(115, 41, 130, .1),
    rgba(230, 0, 126, .12)
  );
  --qx-glow:
    0 0 0 1px rgba(36, 64, 142, .06),
    0 12px 28px rgba(80, 40, 120, .1);
  --qx-inset:
    inset 0 1px 0 rgba(255, 255, 255, .9),
    inset 0 -8px 16px rgba(100, 60, 140, .04);
  --qx-stars: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Ccircle cx='22' cy='34' r='1.2' fill='%23e6007e' opacity='.22'/%3E%3Ccircle cx='140' cy='70' r='1' fill='%23ff8c00' opacity='.2'/%3E%3Ccircle cx='190' cy='40' r='1.2' fill='%2324408e' opacity='.2'/%3E%3Ccircle cx='70' cy='160' r='.9' fill='%23008026' opacity='.18'/%3E%3Ccircle cx='160' cy='180' r='1' fill='%23732982' opacity='.2'/%3E%3Ccircle cx='100' cy='110' r='.8' fill='%23e40303' opacity='.16'/%3E%3Ccircle cx='40' cy='200' r='1' fill='%235bcefa' opacity='.18'/%3E%3C/svg%3E");
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.qx {
  margin: 0;
  min-height: 100vh;
  /* Nie horizontaler Flex — sonst sitzen Header/Suche/Footer nebeneinander */
  display: block !important;
  flex-direction: column !important;
  font-family: var(--qx-font);
  color: var(--qx-text);
  background-color: var(--qx-bg);
  background-image:
    linear-gradient(105deg, rgba(228, 3, 3, .08), transparent 30%),
    linear-gradient(160deg, transparent 18%, rgba(255, 140, 0, .07), transparent 48%),
    linear-gradient(200deg, transparent 32%, rgba(255, 237, 0, .08), transparent 58%),
    linear-gradient(240deg, transparent 38%, rgba(0, 128, 38, .07), transparent 68%),
    linear-gradient(280deg, transparent 28%, rgba(36, 64, 142, .09), transparent 72%),
    linear-gradient(320deg, transparent 22%, rgba(115, 41, 130, .09), transparent 62%),
    linear-gradient(20deg, transparent 12%, rgba(230, 0, 126, .1), transparent 50%),
    radial-gradient(70% 45% at 8% 0%, rgba(230, 0, 126, .12), transparent 62%),
    radial-gradient(55% 40% at 92% 8%, rgba(91, 206, 250, .14), transparent 60%),
    radial-gradient(60% 50% at 50% 100%, rgba(0, 128, 38, .08), transparent 58%),
    var(--qx-stars),
    linear-gradient(180deg, #fff8fc 0%, #f3f0ff 45%, #eef6ff 100%);
  background-attachment: fixed;
  background-size:
    auto, auto, auto, auto, auto, auto, auto,
    auto, auto, auto,
    240px 240px,
    100% 100%;
  perspective: 1400px;
}
body.qx::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    repeating-linear-gradient(
      -18deg,
      transparent 0 46px,
      rgba(115, 41, 130, .03) 46px 47px,
      transparent 47px 92px
    ),
    linear-gradient(
      90deg,
      rgba(228, 3, 3, .05) 0%,
      rgba(255, 140, 0, .04) 16%,
      rgba(255, 237, 0, .04) 33%,
      rgba(0, 128, 38, .04) 50%,
      rgba(36, 64, 142, .05) 66%,
      rgba(115, 41, 130, .05) 83%,
      rgba(230, 0, 126, .06) 100%
    );
  opacity: .85;
  mix-blend-mode: multiply;
}
body.qx::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 1200;
  pointer-events: none;
  background: var(--qx-pride);
  background-size: 220% 100%;
  animation: qxPride 10s linear infinite;
  box-shadow: 0 0 14px rgba(230, 0, 126, .28);
}
/* Suche: hell + queer, ohne großen Kreis */
body.qx.qx-search {
  background-color: #f7f4ff !important;
  background-image:
    linear-gradient(115deg, rgba(228, 3, 3, .07), transparent 34%),
    linear-gradient(200deg, transparent 22%, rgba(255, 237, 0, .06), transparent 52%),
    linear-gradient(260deg, transparent 28%, rgba(0, 128, 38, .07), transparent 64%),
    linear-gradient(320deg, transparent 18%, rgba(36, 64, 142, .09), transparent 60%),
    linear-gradient(20deg, transparent 8%, rgba(230, 0, 126, .09), transparent 48%),
    var(--qx-stars),
    linear-gradient(180deg, #fff8fc 0%, #f3f0ff 55%, #eef6ff 100%) !important;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat, no-repeat !important;
  background-size:
    auto, auto, auto, auto, auto,
    240px 240px,
    100% 100% !important;
  background-attachment: fixed !important;
}
body.qx.qx-search::before {
  content: '' !important;
  display: block !important;
  position: fixed !important;
  inset: 0 !important;
  pointer-events: none !important;
  z-index: 0 !important;
  background:
    linear-gradient(
      90deg,
      rgba(228, 3, 3, .04) 0%,
      rgba(255, 140, 0, .035) 16%,
      rgba(255, 237, 0, .03) 33%,
      rgba(0, 128, 38, .035) 50%,
      rgba(36, 64, 142, .04) 66%,
      rgba(115, 41, 130, .04) 83%,
      rgba(230, 0, 126, .05) 100%
    ) !important;
  opacity: .9 !important;
  mix-blend-mode: multiply !important;
}
body.qx.qx-search::after {
  content: '' !important;
  display: block !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 3px !important;
  z-index: 1200 !important;
  pointer-events: none !important;
  background: var(--qx-pride) !important;
  background-size: 220% 100% !important;
  animation: qxPride 10s linear infinite !important;
  box-shadow: 0 0 14px rgba(230, 0, 126, .28) !important;
}
body.qx > .qx-header,
body.qx > .qx-main,
body.qx > .qx-footer,
body.qx > header,
body.qx > main,
body.qx > footer {
  position: relative;
  z-index: 1;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
}

body.qx a { color: inherit; }
body.qx img { max-width: 100%; display: block; }

.qx-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

/* Header */
.qx-header {
  padding: 22px 0 10px;
}
.qx-header-inner {
  display: grid;
  grid-template-columns: minmax(200px, 1.1fr) minmax(280px, 1.4fr) minmax(180px, .9fr);
  gap: 18px;
  align-items: center;
}
.qx-header-inner--left-bubble {
  grid-template-columns: minmax(420px, 1.35fr) minmax(320px, 1.4fr);
}
.qx-header-inner--nav {
  grid-template-columns: auto minmax(320px, 1fr);
  gap: 18px;
  align-items: center;
}
.qx-header-right {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  min-width: 0;
}
.qx-header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
  padding: 0 4px 0 0;
}
.qx-header-nav a {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: #b8c0dc !important;
  text-decoration: none !important;
  background: transparent;
  white-space: nowrap;
  transition: color .15s ease;
}
.qx-header-nav a:hover {
  color: #ffffff !important;
  background: transparent;
  border-color: transparent;
  transform: none;
}
.qx-header-nav__me {
  background: transparent !important;
  border-color: transparent !important;
  color: #ff9ad8 !important;
}
.qx-header-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
/* Megalogo: Icon + Sprachblase als eine Einheit, ohne QSpid-Text */
.qx-megalogo {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  color: inherit;
  min-width: 0;
  max-width: 100%;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, .35));
}
.qx-megalogo-mark {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  margin-right: 0;
  /* kein Kasten-/Hintergrund hinter dem Logo */
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  width: 118px;
  height: 118px;
  transform: none !important;
  animation: none !important;
}
.qx-megalogo-mark::after {
  content: none !important;
  display: none !important;
}
.qx-megalogo-mark img {
  width: 118px !important;
  height: 118px !important;
  filter:
    drop-shadow(0 6px 10px rgba(0, 0, 0, .45))
    drop-shadow(0 0 12px rgba(91, 206, 250, .35));
  transform: none !important;
}
.qx-megalogo:hover .qx-megalogo-bubble {
  filter: brightness(1.06);
}
.qx-megalogo:hover .qx-megalogo-mark {
  transform: none !important;
}
.qx-megalogo:hover .qx-megalogo-mark img {
  filter:
    drop-shadow(0 8px 14px rgba(0, 0, 0, .5))
    drop-shadow(0 0 16px rgba(230, 0, 126, .4));
}
.qx-megalogo-bubble {
  z-index: 1;
  padding-left: 28px !important;
  max-width: 260px;
  flex-shrink: 1;
}
/* Logo-Kasten komplett aus im Header-Megalogo */
.qx-megalogo .qx-logo-3d,
.qx-megalogo-mark.qx-logo-3d {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  transform: none !important;
  animation: none !important;
  place-items: center;
}
.qx-megalogo .qx-logo-3d::after {
  content: none !important;
  display: none !important;
}
.qx-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
  flex-shrink: 0;
}
.qx-logo-3d {
  position: relative;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .02));
  box-shadow:
    0 14px 28px rgba(0, 0, 0, .45),
    0 0 24px rgba(230, 0, 126, .35),
    inset 0 1px 0 rgba(255, 255, 255, .35),
    inset 0 -8px 16px rgba(0, 0, 0, .25);
  transform: perspective(600px) rotateY(-8deg) rotateX(6deg);
  animation: qxLogoFloat 3.6s ease-in-out infinite;
}
.qx-logo-3d::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 26px;
  background: conic-gradient(from 180deg, #e40303, #ff8c00, #ffed00, #008026, #24408e, #732982, #e6007e, #e40303);
  z-index: -1;
  opacity: .55;
  filter: blur(10px);
  animation: qxSpinGlow 10s linear infinite;
}
.qx-logo-3d img {
  width: 58px;
  height: 58px;
  filter:
    drop-shadow(0 8px 10px rgba(0, 0, 0, .45))
    drop-shadow(0 0 10px rgba(91, 206, 250, .35));
  transform: translateZ(20px);
}
.qx-brand-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.qx-brand-name {
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
  background: var(--qx-pride);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: qxPride 8s linear infinite;
  filter:
    drop-shadow(0 2px 0 rgba(0, 0, 0, .55))
    drop-shadow(0 8px 14px rgba(155, 92, 255, .35));
}
.qx-brand-sub { display: none !important; }
.qx-brand-tag {
  font-style: normal;
  font-weight: 700;
  font-size: 0.92rem;
  background: linear-gradient(90deg, #ff5bb5, #9b5cff, #5bcefa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 6px rgba(230, 0, 126, .35));
}
.qx-brand--foot .qx-brand-name { font-size: 1.2rem; filter: none; }

.qx-search,
.qx-search--3d {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: 420px;
  width: 100%;
  margin-left: auto;
  padding: 4px 4px 4px 12px;
  border-radius: 999px;
  /* Kein Kreis-/Orb-Glow hinter der Suche — nur Pill + Neon-Rand */
  background:
    linear-gradient(180deg, rgba(28, 24, 58, .95), rgba(10, 8, 24, .98)) padding-box,
    linear-gradient(90deg, #5bcefa, #9b5cff, #e6007e, #5bcefa) border-box;
  border: 2px solid transparent;
  background-size: auto, 200% 100%;
  animation: qxBorderShift 6s linear infinite;
  box-shadow:
    0 0 0 1px rgba(91, 206, 250, .22),
    0 10px 22px rgba(0, 0, 0, .35),
    inset 0 1px 0 rgba(255, 255, 255, .16),
    inset 0 -6px 14px rgba(0, 0, 0, .3);
  transform: translateZ(0);
}
.qx-search::before,
.qx-search::after,
.qx-search--3d::before,
.qx-search--3d::after {
  content: none !important;
  display: none !important;
}
.qx-search:focus-within {
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px rgba(91, 206, 250, .4),
    0 12px 24px rgba(0, 0, 0, .4),
    inset 0 1px 0 rgba(255, 255, 255, .2);
}
.qx-search-ico {
  width: 15px;
  height: 15px;
  color: var(--qx-cyan);
  flex-shrink: 0;
  filter: drop-shadow(0 0 6px rgba(91, 206, 250, .7));
}
.qx-search input {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 0.88rem;
  min-width: 0;
  padding: 6px 4px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}
.qx-search input::placeholder { color: #8b93b8; }
.qx-search button {
  border: 0;
  border-radius: 999px;
  padding: 7px 14px;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 800;
  cursor: pointer;
  color: #081018;
  background: linear-gradient(180deg, #8ae7ff, #5bcefa 40%, #3a7bff);
  box-shadow:
    0 8px 16px rgba(58, 123, 255, .35),
    inset 0 1px 0 rgba(255, 255, 255, .55),
    inset 0 -4px 8px rgba(0, 40, 120, .25);
  transition: transform .15s ease, filter .15s ease;
}
.qx-search button:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.qx-bubble,
.qx-bubble--hero {
  position: relative;
  padding: 12px 16px;
  border-radius: 28px;
  background: rgba(10, 8, 28, .42);
  backdrop-filter: blur(14px) saturate(1.25);
  box-shadow:
    0 0 0 2px rgba(230, 0, 126, .7),
    0 0 0 4px rgba(91, 206, 250, .45),
    0 0 28px rgba(230, 0, 126, .4),
    0 0 42px rgba(91, 206, 250, .28),
    0 16px 32px rgba(0, 0, 0, .35),
    inset 0 1px 0 rgba(255, 255, 255, .16);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex-shrink: 1;
  min-width: 0;
  max-width: 240px;
  animation: qxBubblePulse 3.8s ease-in-out infinite;
}
.qx-bubble--hero::before {
  content: '';
  position: absolute;
  left: 18px;
  bottom: -10px;
  width: 18px;
  height: 18px;
  background: rgba(10, 8, 28, .55);
  border-right: 2px solid rgba(91, 206, 250, .55);
  border-bottom: 2px solid rgba(230, 0, 126, .65);
  transform: rotate(45deg);
  border-radius: 0 0 5px 0;
  box-shadow: 4px 4px 12px rgba(230, 0, 126, .25);
}
.qx-bubble-line {
  margin: 0;
  font-weight: 800;
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.2;
  color: #9ef0ff;
  text-shadow:
    0 0 12px rgba(91, 206, 250, .9),
    0 0 26px rgba(230, 0, 126, .5),
    0 2px 0 rgba(0, 0, 0, .45);
}
.qx-bubble-line--accent {
  color: #ff9ad8;
  text-shadow:
    0 0 12px rgba(230, 0, 126, .85),
    0 0 24px rgba(91, 206, 250, .35),
    0 2px 0 rgba(0, 0, 0, .45);
}
.qx-bubble p {
  margin: 0;
  font-weight: 800;
  font-size: clamp(0.95rem, 1.6vw, 1.18rem);
  line-height: 1.25;
  color: #9ef0ff;
  text-shadow:
    0 0 10px rgba(91, 206, 250, .85),
    0 0 22px rgba(230, 0, 126, .45),
    0 2px 0 rgba(0, 0, 0, .4);
}

/* Main layout */
.qx-main { padding: 14px 0 44px; }
.qx-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, .85fr);
  gap: 18px;
  align-items: start;
}
.qx-col-main,
.qx-col-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.qx-card,
.qx-glass {
  position: relative;
  background:
    linear-gradient(155deg, rgba(230, 0, 126, .08), transparent 40%),
    linear-gradient(320deg, rgba(91, 206, 250, .07), transparent 45%),
    rgba(22, 18, 52, .34);
  border-radius: var(--qx-radius);
  padding: 16px 18px;
  backdrop-filter: blur(16px) saturate(1.25);
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: var(--qx-glow), var(--qx-inset);
  transform: translateZ(0);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.qx-card::before,
.qx-glass::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .1), transparent 42%),
    linear-gradient(90deg, rgba(228, 3, 3, .12), rgba(255, 237, 0, .08), rgba(0, 128, 38, .08), rgba(36, 64, 142, .1), rgba(230, 0, 126, .12));
  opacity: .35;
  mix-blend-mode: soft-light;
}
.qx-card::after,
.qx-glass::after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  height: 2px;
  border-radius: 2px;
  pointer-events: none;
  background: var(--qx-pride);
  background-size: 200% 100%;
  opacity: .55;
  animation: qxPride 12s linear infinite;
}
.qx-card:hover,
.qx-glass:hover {
  transform: translateY(-3px);
  background:
    linear-gradient(155deg, rgba(230, 0, 126, .12), transparent 40%),
    linear-gradient(320deg, rgba(91, 206, 250, .1), transparent 45%),
    rgba(28, 22, 62, .45);
  border-color: rgba(155, 92, 255, .28);
  box-shadow:
    0 0 0 1px rgba(230, 0, 126, .2),
    0 0 24px rgba(91, 206, 250, .12),
    0 20px 40px rgba(0, 0, 0, .35),
    var(--qx-inset);
}
.qx-card-head {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
}
.qx-card-head h2 {
  margin: 0 0 4px;
  font-size: 1.15rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .35);
}
.qx-card-head p {
  margin: 0;
  color: var(--qx-muted);
  font-size: 0.86rem;
}
.qx-card-head--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.qx-card-head--row h2 { margin: 0; }
.qx-rss {
  color: #ff8a3d;
  filter: drop-shadow(0 0 8px rgba(255, 138, 61, .7));
}
.qx-more {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--qx-cyan) !important;
  text-decoration: none !important;
  text-shadow: 0 0 10px rgba(91, 206, 250, .45);
}

.qx-news-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .95fr);
  gap: 14px;
}
.qx-feature {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(0, 0, 0, .2));
  box-shadow:
    0 12px 28px rgba(0, 0, 0, .35),
    inset 0 1px 0 rgba(255, 255, 255, .12);
  transition: transform .2s ease, box-shadow .2s ease;
  transform-style: preserve-3d;
}
.qx-feature:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, .45),
    0 0 24px rgba(155, 92, 255, .2);
}
.qx-feature-media {
  aspect-ratio: 16 / 11;
  background: #1a1630;
  overflow: hidden;
}
.qx-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.qx-feature:hover .qx-feature-media img {
  transform: scale(1.05);
}
.qx-feature-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
}
.qx-feature-body h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .35);
}
.qx-feature-body p {
  margin: 0;
  color: var(--qx-muted);
  font-size: 0.88rem;
  line-height: 1.4;
}

.qx-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.qx-news-list a {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 10px;
  text-decoration: none !important;
  padding: 8px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(100, 60, 140, .1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .95),
    0 4px 12px rgba(80, 40, 120, .06);
  transition: transform .15s ease, box-shadow .15s ease;
}
.qx-news-list a:hover {
  transform: translateX(3px) translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 8px 18px rgba(80, 40, 120, .1),
    0 0 12px rgba(230, 0, 126, .08);
}
.qx-thumb {
  width: 78px;
  height: 58px;
  border-radius: 10px;
  overflow: hidden;
  background: #1a1630;
  flex-shrink: 0;
  box-shadow:
    0 6px 12px rgba(0, 0, 0, .35),
    inset 0 0 0 1px rgba(255, 255, 255, .08);
}
.qx-thumb--sm {
  width: 56px;
  height: 44px;
}
.qx-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qx-news-list-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.qx-news-list-body strong {
  font-size: 0.9rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.qx-meta {
  font-size: 0.72rem;
  color: var(--qx-muted);
}
.qx-tag {
  align-self: flex-start;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: .03em;
  padding: 3px 8px;
  border-radius: 999px;
  color: #fff;
  background: rgba(155, 92, 255, .45);
  box-shadow:
    0 4px 10px rgba(0, 0, 0, .25),
    inset 0 1px 0 rgba(255, 255, 255, .25);
}
.qx-tag--politik { background: linear-gradient(180deg, #b58cff, #7a3dff); }
.qx-tag--kultur { background: linear-gradient(180deg, #ff5bb5, #e6007e); }
.qx-tag--community { background: linear-gradient(180deg, #6aa8ff, #2f62ff); }
.qx-tag--events { background: linear-gradient(180deg, #ffb347, #ff8c00); }
.qx-tag--gesundheit { background: linear-gradient(180deg, #3ed59a, #008026); }
.qx-tag--news { background: linear-gradient(180deg, #8ae7ff, #5bcefa); color: #041018; }

.qx-more-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.qx-more-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  text-decoration: none !important;
  padding: 8px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .05);
  transition: transform .15s ease, background .15s ease;
}
.qx-more-item:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .08);
}
.qx-more-item strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.86rem;
  line-height: 1.3;
  margin: 4px 0 2px;
}
.qx-more-item .qx-tag { margin-bottom: 2px; }
.qx-article-img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 14px;
  margin: 12px 0;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .35);
}
.qx-source { margin-top: 24px; }
.qx-source a { color: var(--qx-cyan) !important; }

/* Top Suchen */
.qx-pills {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.qx-pills a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--qx-cyan);
  background:
    linear-gradient(180deg, rgba(30, 24, 60, .95), rgba(10, 8, 24, .98)) padding-box,
    linear-gradient(90deg, #5bcefa, #e6007e, #ffed00, #008026, #5bcefa) border-box;
  border: 1.5px solid transparent;
  background-size: auto, 220% 100%;
  box-shadow:
    0 8px 18px rgba(0, 0, 0, .3),
    0 0 14px rgba(91, 206, 250, .18),
    inset 0 1px 0 rgba(255, 255, 255, .16);
  transition: transform .15s ease, box-shadow .15s ease, color .15s ease;
}
.qx-pills a:hover {
  color: #fff;
  transform: translateY(-3px) scale(1.03);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, .38),
    0 0 22px rgba(91, 206, 250, .4),
    0 0 28px rgba(230, 0, 126, .25);
}
.qx-pill-num {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  background: rgba(91, 206, 250, .22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
}

/* Rank list */
.qx-rank {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.qx-rank a {
  display: grid;
  grid-template-columns: 22px 56px 1fr;
  gap: 10px;
  align-items: center;
  text-decoration: none !important;
  padding: 8px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .04), rgba(0, 0, 0, .12));
  transition: transform .15s ease, box-shadow .15s ease;
}
.qx-rank a:hover {
  transform: translateX(4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .25), 0 0 14px rgba(91, 206, 250, .12);
}
.qx-rank-num {
  font-weight: 800;
  color: var(--qx-cyan);
  font-size: 0.95rem;
  text-shadow: 0 0 10px rgba(91, 206, 250, .55);
}
.qx-rank strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.86rem;
  line-height: 1.3;
}

/* About CTA */
.qx-about {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.qx-heart {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  color: #fff;
  background: var(--qx-pride);
  background-size: 200% 100%;
  animation: qxPride 5s linear infinite, qxHeartBeat 2.4s ease-in-out infinite;
  box-shadow:
    0 12px 24px rgba(230, 0, 126, .4),
    0 0 28px rgba(155, 92, 255, .35),
    inset 0 1px 0 rgba(255, 255, 255, .4),
    inset 0 -8px 14px rgba(0, 0, 0, .25);
  transform: perspective(500px) rotateX(12deg);
}
.qx-about h2 {
  margin: 0;
  font-size: 1.05rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .35);
}
.qx-about p {
  margin: 0;
  color: var(--qx-muted);
  font-size: 0.9rem;
}
.qx-cta {
  display: inline-flex;
  margin-top: 6px;
  padding: 13px 20px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 800;
  color: #041018 !important;
  background: linear-gradient(180deg, #8ae7ff, #5bcefa 45%, #3a7bff);
  box-shadow:
    0 0 24px rgba(91, 206, 250, .4),
    0 12px 24px rgba(58, 123, 255, .35),
    inset 0 1px 0 rgba(255, 255, 255, .55),
    inset 0 -6px 12px rgba(0, 40, 120, .25);
  transition: transform .15s ease, filter .15s ease;
}
.qx-cta:hover {
  transform: translateY(-2px) scale(1.03);
  filter: brightness(1.08);
}

.qx-note {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 200, 80, .12);
  color: #ffe6a8;
  font-size: 0.9rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
}
.qx-note a { color: #fff; text-decoration: underline; }

/* Footer */
.qx-footer {
  margin-top: 20px;
  padding: 36px 0 24px;
  background:
    linear-gradient(180deg, rgba(230, 0, 126, .08), transparent 28%),
    linear-gradient(0deg, rgba(36, 64, 142, .14), transparent 40%),
    linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .55));
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, #e40303, #ffed00, #008026, #24408e, #e6007e) 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .05),
    0 -20px 50px rgba(115, 41, 130, .12);
}
.qx-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(4, minmax(0, 1fr)) auto;
  gap: 20px;
}
.qx-footer h3 {
  margin: 0 0 10px;
  font-size: 0.78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--qx-muted);
}
.qx-footer a {
  display: block;
  text-decoration: none !important;
  color: #d7def0;
  font-size: 0.88rem;
  margin-bottom: 6px;
}
.qx-footer a:hover { color: #fff; }
.qx-footer-brand p {
  margin: 10px 0 0;
  color: var(--qx-muted);
  font-size: 0.88rem;
  line-height: 1.4;
}
.qx-social-row {
  display: flex;
  gap: 8px;
}
.qx-social-row a {
  width: 36px;
  height: 36px;
  margin: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(0, 0, 0, .25));
  font-size: 0.72rem;
  font-weight: 800;
  box-shadow:
    0 6px 12px rgba(0, 0, 0, .3),
    inset 0 1px 0 rgba(255, 255, 255, .2);
  transition: transform .15s ease;
}
.qx-social-row a:hover { transform: translateY(-2px) scale(1.06); }
.qx-footer-copy {
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .06);
}
.qx-footer-copy p {
  margin: 0;
  color: var(--qx-muted);
  font-size: 0.8rem;
}

/* Suche / Artikel — weißes Legacy-CSS aus qspid.css hart überschreiben */
body.qx .gsearch,
body.qx.qx-search .gsearch,
body.qx main.gsearch,
body.qx .page-main {
  color: var(--qx-text) !important;
  background: transparent !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 14px 0 44px !important;
}
body.qx .gsearch-wrap,
body.qx .page-main > .wrap,
body.qx .page-main > .qx-wrap {
  width: min(1180px, calc(100% - 32px)) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.qx .gsearch-main {
  min-width: 0 !important;
  max-width: none !important;
  width: auto !important;
}
body.qx .gsearch-stats,
body.qx .gsearch-substats,
body.qx .g-snip,
body.qx .g-cite-url,
body.qx .meta,
body.qx .g-cite-host { color: #c8d0ea !important; }
body.qx .g-snip {
  color: #d5dbed !important;
  font-size: 0.95rem !important;
  line-height: 1.45 !important;
}
/* Suchbegriff im Text: dick + weiß */
body.qx .g-snip b,
body.qx .g-snip b.g-hit,
body.qx .g-title b,
body.qx b.g-hit {
  color: #ffffff !important;
  font-weight: 800 !important;
  background: transparent !important;
}
body.qx .g-title a,
body.qx .gsearch-stats strong { color: #9ec4ff !important; }
body.qx .gsearch-stats {
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin: 0 0 4px !important;
}
body.qx .gsearch-substats {
  color: #b8c0dc !important;
}
body.qx .g-cite-host {
  color: #e8ecf8 !important;
  font-weight: 600 !important;
}
body.qx .g-side-list strong,
body.qx .g-side-hero-link h2 {
  color: #9ec4ff !important;
}
body.qx .g-side-list span,
body.qx .g-side-meta,
body.qx .g-side-hero-link p {
  color: #b8c0dc !important;
}
body.qx .qx-bubble-line {
  color: #b8f4ff !important;
}
body.qx .qx-bubble-line--accent {
  color: #ffb3e0 !important;
}
body.qx .gsearch-toolbar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
}
body.qx .gsearch-perpage {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
}
body.qx .gsearch-perpage label {
  font-size: 0.85rem !important;
  color: var(--qx-muted) !important;
  background: transparent !important;
  border: 0 !important;
}
body.qx .gsearch-perpage select {
  appearance: none;
  -webkit-appearance: none;
  padding: 8px 28px 8px 12px !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  background:
    rgba(0, 0, 0, .28)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23a8b0d0' d='M1 1l5 5 5-5'/%3E%3C/svg%3E")
    right 10px center / 12px no-repeat !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  color: #fff !important;
}
body.qx .g-result,
body.qx .g-side-card,
body.qx .gsearch-newsstrip,
body.qx .gsearch-media,
body.qx .article-page,
body.qx .gsearch-toolbar {
  background: rgba(18, 16, 42, .32) !important;
  border: 1px solid rgba(255, 255, 255, .1) !important;
  border-radius: 18px !important;
  box-shadow:
    0 16px 36px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .08) !important;
  padding: 16px 18px !important;
  margin-bottom: 14px !important;
  color: var(--qx-text) !important;
  backdrop-filter: blur(16px) saturate(1.15);
}
body.qx .gsearch-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
body.qx .g-side-label,
body.qx .gsearch-media-label,
body.qx .gsearch-newsstrip-label {
  color: #ff4fa3 !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  margin: 0 0 12px !important;
  text-shadow: 0 0 12px rgba(255, 79, 163, .35);
}
body.qx .g-side-hero-link {
  display: block;
  text-decoration: none !important;
  color: inherit;
  padding-left: 12px;
  border-left: 3px solid #6ea8ff;
}
body.qx .g-side-hero-link h2 {
  margin: 0 0 8px !important;
  font-size: 1.15rem !important;
  line-height: 1.3 !important;
  color: #7eb6ff !important;
  font-weight: 700 !important;
}
body.qx .g-side-hero-link p {
  margin: 0 0 10px !important;
  color: var(--qx-muted) !important;
  font-size: 0.9rem !important;
  line-height: 1.4 !important;
}
body.qx .g-side-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body.qx .g-side-list li {
  margin: 0 !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}
body.qx .g-side-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0 !important;
}
body.qx .g-side-list a {
  display: block;
  text-decoration: none !important;
  padding-left: 12px;
  border-left: 3px solid transparent;
  transition: border-color .15s ease;
}
body.qx .g-side-list a:hover {
  border-left-color: #6ea8ff;
}
body.qx .g-side-list strong {
  display: block;
  color: #7eb6ff !important;
  font-size: 0.95rem !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  margin-bottom: 4px;
}
body.qx .g-side-list span,
body.qx .g-side-meta {
  color: var(--qx-muted) !important;
  font-size: 0.78rem !important;
}
body.qx .gsearch-newsstrip,
body.qx .gsearch-media {
  background: rgba(18, 16, 42, .28) !important;
}
body.qx .gsearch-video-thumb,
body.qx .gsearch-image-card {
  background: rgba(0, 0, 0, .28) !important;
  border: 1px solid rgba(255, 255, 255, .06) !important;
}
body.qx .gsearch-media-more,
body.qx .gsearch-video-channel,
body.qx .gsearch-image-src { color: var(--qx-muted) !important; }
body.qx .gsearch-video-title { color: #fff !important; }
body.qx .g-result:hover,
body.qx .g-side-card:hover {
  transform: translateY(-2px);
  border-color: rgba(126, 182, 255, .22) !important;
}
body.qx .gsearch-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .95fr) !important;
  gap: 18px !important;
  align-items: start !important;
}
body.qx .gsearch-empty h1,
body.qx .article-page h1 {
  color: #fff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .4);
}
body.qx .gsearch-chips a,
body.qx .page-nav__btn {
  background: rgba(255, 255, 255, .08) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .2);
}
body.qx .g-pager a,
body.qx .g-pager-current,
body.qx .g-pager-btn {
  color: #fff !important;
  background: rgba(255, 255, 255, .08) !important;
  border-radius: 8px !important;
  border: 0 !important;
}
body.qx .g-pager-current {
  background: linear-gradient(180deg, #8ae7ff, #5bcefa 40%, #9b5cff) !important;
  color: #041018 !important;
  box-shadow: 0 0 16px rgba(91, 206, 250, .35);
}
body.qx .gsearch-perpage label,
body.qx .gsearch-perpage select {
  color: var(--qx-text) !important;
  background: rgba(0, 0, 0, .25) !important;
  border: 1px solid rgba(255, 255, 255, .1) !important;
  border-radius: 8px;
}
body.qx .botopz-ad,
body.qx .botopz-ad-pro,
body.qx .botopz-ad--landing,
body.qx .botopz-ad--search {
  display: none !important;
}
body.qx .site-header,
body.qx .site-footer { display: none !important; }

@keyframes qxPride {
  0% { background-position: 0% 50%; }
  100% { background-position: 180% 50%; }
}
@keyframes qxBorderShift {
  0% { background-position: auto, 0% 50%; }
  100% { background-position: auto, 200% 50%; }
}
@keyframes qxLogoFloat {
  0%, 100% { transform: perspective(600px) rotateY(-8deg) rotateX(6deg) translateY(0); }
  50% { transform: perspective(600px) rotateY(-4deg) rotateX(10deg) translateY(-6px); }
}
@keyframes qxSpinGlow {
  to { transform: rotate(360deg); }
}
@keyframes qxBubblePulse {
  0%, 100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.08);
  }
}
@keyframes qxHeartBeat {
  0%, 100% { transform: perspective(500px) rotateX(12deg) scale(1); }
  50% { transform: perspective(500px) rotateX(8deg) scale(1.06); }
}

@media (max-width: 980px) {
  .qx-header-inner,
  .qx-header-inner--left-bubble,
  .qx-header-inner--nav {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .qx-header-right {
    width: 100%;
  }
  .qx-header-left {
    flex-wrap: wrap;
  }
  .qx-header-nav {
    justify-content: flex-end;
  }
  .qx-megalogo {
    width: 100%;
  }
  .qx-megalogo-bubble {
    max-width: none;
  }
  .qx-bubble--hero {
    max-width: none;
  }
  .qx-logo-3d,
  .qx-megalogo-mark { transform: none; animation: qxLogoFloatFlat 3.6s ease-in-out infinite; }
  .qx-layout,
  body.qx .gsearch-grid { grid-template-columns: 1fr !important; }
  .qx-news-grid,
  .qx-more-grid { grid-template-columns: 1fr; }
  .qx-footer-grid { grid-template-columns: 1fr 1fr; }
}
@keyframes qxLogoFloatFlat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
@media (max-width: 640px) {
  .qx-wrap { width: calc(100% - 24px); }
  .qx-footer-grid { grid-template-columns: 1fr; }
  .qx-brand-sub { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .qx-brand-name,
  .qx-logo-3d,
  .qx-logo-3d::after,
  .qx-bubble,
  .qx-heart,
  .qx-search { animation: none; }
}

/* Statische Seiten (Philosophie, Mein Q) */
.qx-page-card {
  max-width: 760px;
  margin: 8px auto 28px;
  padding: 28px 28px 32px !important;
}
.qx-page-kicker {
  margin: 0 0 8px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #ff4fa3;
}
.qx-page-card h1 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: #fff;
}
.qx-page-lead {
  margin: 0 0 22px;
  font-size: 1.08rem;
  line-height: 1.5;
  color: #d5dbed;
}
.qx-page-card h2 {
  margin: 22px 0 8px;
  font-size: 1.15rem;
  color: #9ec4ff;
}
.qx-page-card p {
  margin: 0 0 12px;
  color: #c8d0ea;
  line-height: 1.55;
}
.qx-page-list {
  margin: 0 0 22px;
  padding: 0 0 0 1.1rem;
  color: #d5dbed;
  line-height: 1.7;
}
.qx-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  margin-top: 22px !important;
}
.qx-page-link {
  color: #9ef0ff !important;
  font-weight: 700;
  text-decoration: none !important;
}
.qx-page-link:hover { text-decoration: underline !important; }

/* ===== HELL-THEME: dunkle Restfarben überschreiben ===== */
body.qx .qx-header-nav a { color: #4a4460 !important; }
body.qx .qx-header-nav a:hover { color: #e6007e !important; }

body.qx .qx-search,
body.qx .qx-search--3d {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #24408e, #732982, #e6007e) border-box !important;
  border: 2px solid transparent !important;
  box-shadow:
    0 8px 22px rgba(80, 40, 120, .12),
    inset 0 1px 0 rgba(255, 255, 255, .95) !important;
}
body.qx .qx-search input {
  color: #1a1528 !important;
  text-shadow: none !important;
}
body.qx .qx-search input::placeholder { color: #7a748e !important; }
body.qx .qx-search-ico { color: #e6007e !important; filter: none; }

body.qx .qx-card,
body.qx .qx-glass {
  background: #ffffff !important;
  border: 1px solid rgba(100, 60, 140, .1) !important;
  box-shadow:
    0 8px 22px rgba(80, 40, 120, .08),
    inset 0 1px 0 rgba(255, 255, 255, 1) !important;
  color: var(--qx-text) !important;
}
body.qx .qx-card:hover,
body.qx .qx-glass:hover {
  background: #ffffff !important;
  border-color: rgba(230, 0, 126, .2) !important;
}
body.qx .qx-card::before,
body.qx .qx-glass::before {
  opacity: .18 !important;
}
body.qx .qx-news-list a,
body.qx .qx-rank a,
body.qx .qx-feature {
  background: #ffffff !important;
  border: 1px solid rgba(100, 60, 140, .1);
  box-shadow: 0 4px 14px rgba(80, 40, 120, .06) !important;
}
body.qx .g-result,
body.qx .g-side-card,
body.qx .gsearch-newsstrip,
body.qx .gsearch-media,
body.qx .article-page,
body.qx .gsearch-toolbar {
  background: #ffffff !important;
  border: 1px solid rgba(100, 60, 140, .1) !important;
  box-shadow: 0 8px 20px rgba(80, 40, 120, .07) !important;
  color: var(--qx-text) !important;
}
body.qx .qx-search,
body.qx .qx-search--3d {
  max-width: 420px !important;
  padding: 4px 4px 4px 12px !important;
}
body.qx .qx-megalogo-mark,
body.qx .qx-megalogo-mark.qx-logo-3d {
  width: 118px !important;
  height: 118px !important;
}
body.qx .qx-megalogo-mark img {
  width: 118px !important;
  height: 118px !important;
}

body.qx .qx-footer {
  background:
    linear-gradient(180deg, rgba(230, 0, 126, .05), transparent 30%),
    linear-gradient(0deg, rgba(36, 64, 142, .06), transparent 42%),
    linear-gradient(180deg, #faf7ff, #efeaff) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8) !important;
}
body.qx .qx-footer a { color: #2a2440 !important; }
body.qx .qx-footer a:hover { color: #e6007e !important; }
body.qx .qx-footer h3 { color: #6a6480 !important; }
body.qx .qx-footer-brand p,
body.qx .qx-footer-copy p { color: #5c5670 !important; }
body.qx .qx-footer-copy { border-top-color: rgba(100, 60, 140, .12) !important; }
body.qx .qx-social-row a {
  background: #fff !important;
  color: #1a1528 !important;
  border: 1px solid rgba(100, 60, 140, .14);
  box-shadow: 0 4px 12px rgba(80, 40, 120, .1) !important;
}

body.qx .gsearch-stats,
body.qx .gsearch-substats,
body.qx .g-snip,
body.qx .g-cite-url,
body.qx .meta,
body.qx .g-cite-host { color: #5c5670 !important; }
body.qx .g-snip {
  color: #3a3450 !important;
}
body.qx .g-snip b,
body.qx .g-snip b.g-hit,
body.qx .g-title b,
body.qx b.g-hit {
  color: #111018 !important;
  font-weight: 800 !important;
}
body.qx .g-title a,
body.qx .gsearch-stats strong { color: #1a5fb4 !important; }
body.qx .gsearch-stats { color: #1a1528 !important; }
body.qx .gsearch-substats { color: #5c5670 !important; }
body.qx .g-cite-host { color: #2a2440 !important; }
body.qx .g-side-list strong,
body.qx .g-side-hero-link h2 { color: #1a5fb4 !important; }
body.qx .g-side-list span,
body.qx .g-side-meta,
body.qx .g-side-hero-link p { color: #5c5670 !important; }

body.qx .g-result,
body.qx .g-side-card,
body.qx .gsearch-newsstrip,
body.qx .gsearch-media,
body.qx .article-page,
body.qx .gsearch-toolbar {
  background: rgba(255, 255, 255, .9) !important;
  border: 1px solid rgba(100, 60, 140, .12) !important;
  box-shadow: 0 10px 26px rgba(80, 40, 120, .1) !important;
  color: var(--qx-text) !important;
}
body.qx .gsearch-perpage select {
  background:
    #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235c5670' d='M1 1l5 5 5-5'/%3E%3C/svg%3E")
    right 10px center / 12px no-repeat !important;
  border: 1px solid rgba(100, 60, 140, .18) !important;
  color: #1a1528 !important;
}
body.qx .gsearch-perpage label,
body.qx .gsearch-perpage select {
  color: #1a1528 !important;
  background-color: #fff !important;
}
body.qx .g-pager a,
body.qx .g-pager-btn {
  color: #1a1528 !important;
  background: #fff !important;
  border: 1px solid rgba(100, 60, 140, .14) !important;
}
body.qx .g-pager-current {
  background: linear-gradient(180deg, #ff8ad8, #e6007e) !important;
  color: #fff !important;
}
body.qx .gsearch-empty h1,
body.qx .article-page h1,
body.qx .qx-page-card h1 {
  color: #1a1528 !important;
  text-shadow: none !important;
}
body.qx .qx-page-lead,
body.qx .qx-page-card p,
body.qx .qx-page-list { color: #3a3450 !important; }
body.qx .qx-page-card h2 { color: #24408e !important; }
body.qx .qx-page-link { color: #e6007e !important; }
body.qx .gsearch-chips a,
body.qx .page-nav__btn {
  background: #fff !important;
  color: #1a1528 !important;
  border: 1px solid rgba(100, 60, 140, .14) !important;
}
body.qx .gsearch-video-title { color: #1a1528 !important; }
body.qx .gsearch-media-more,
body.qx .gsearch-video-channel,
body.qx .gsearch-image-src { color: #5c5670 !important; }
body.qx .qx-card-head p,
body.qx .qx-about p { color: #5c5670 !important; }
body.qx .qx-rank strong { color: #1a1528; }
body.qx .qx-rank a {
  background: rgba(255, 255, 255, .75) !important;
}
body.qx .qx-news-list-body strong,
body.qx .qx-feature-body strong { color: #1a1528; }
body.qx .gsearch-grid--solo,
body.qx .gsearch-grid.gsearch-grid--solo {
  display: block !important;
  grid-template-columns: 1fr !important;
}
body.qx .gsearch-side { display: none !important; }
body.qx .g-result--screen {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 16px;
  align-items: start;
}
body.qx .g-result-body { min-width: 0; }
body.qx .g-result-badge {
  display: inline-block;
  margin: 0 0 8px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: .06em;
  color: #e6007e !important;
  background: rgba(230, 0, 126, .1);
}
body.qx .g-result--wiki .g-result-badge {
  color: #24408e !important;
  background: rgba(36, 64, 142, .1);
}
body.qx .g-result-screen {
  display: block;
  width: 112px;
  height: 112px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f0eef8;
  border: 1px solid rgba(100, 60, 140, .12);
  box-shadow: 0 4px 12px rgba(80, 40, 120, .08);
}
body.qx .g-result-screen img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
@media (max-width: 640px) {
  body.qx .g-result--screen {
    grid-template-columns: minmax(0, 1fr) 84px;
    gap: 12px;
  }
  body.qx .g-result-screen {
    width: 84px;
    height: 84px;
    border-radius: 12px;
  }
}


