/* UniDeApp — Etkinlik Asistanı */
.ude-assistant-cta {
  margin: 0 auto 1.75rem;
  max-width: 1440px;
  padding: 0 clamp(1rem, 3vw, 1.75rem);
}

.ude-assistant-cta__inner {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 24px;
  padding: clamp(1.25rem, 4vw, 2rem) clamp(1.25rem, 4vw, 2.5rem);
  /* Katmanlar ::before/::after — köşelerde sayfa rengi sızmasını önler */
  background-color: #1a0f24;
  box-shadow:
    0 24px 60px rgba(45, 27, 78, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  color: #fafafa;
}

.ude-assistant-cta__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, #1a0f24 0%, #2d1b4e 38%, #4a1942 72%, #7c2d12 100%);
  pointer-events: none;
}

.ude-assistant-cta__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: radial-gradient(
    120% 100% at 78% 45%,
    rgba(255, 90, 95, 0.38) 0%,
    transparent 62%
  );
  pointer-events: none;
}

.ude-assistant-cta__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.25rem;
  align-items: center;
}
@media (min-width: 768px) {
  .ude-assistant-cta__grid {
    grid-template-columns: 1fr auto;
    gap: 2rem;
  }
}

/* Üst satır: mobilde ikon + eyebrow (masaüstünde sadece metin) */
.ude-assistant-cta__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

.ude-assistant-cta__head .ude-assistant-cta__eyebrow {
  margin-bottom: 0;
}

.ude-assistant-cta__spark {
  display: none;
}

@media (max-width: 767.98px) {
  .ude-assistant-cta__spark {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    font-size: 1.35rem;
    color: #fff7ed;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 90, 95, 0.35) 100%);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow:
      0 0 0 1px rgba(0, 0, 0, 0.12) inset,
      0 8px 28px rgba(255, 80, 100, 0.45),
      0 0 40px rgba(124, 45, 18, 0.35);
  }

  .ude-assistant-cta__spark i {
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
  }
}

@media (min-width: 768px) {
  .ude-assistant-cta__head {
    display: block;
    margin-bottom: 0;
  }

  .ude-assistant-cta__head .ude-assistant-cta__eyebrow {
    margin-bottom: 0.35rem;
  }
}

.ude-assistant-cta__eyebrow {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 182, 193, 0.95);
  margin-bottom: 0.35rem;
}

.ude-assistant-cta__title {
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}

.ude-assistant-cta__lead {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(248, 250, 252, 0.82);
  max-width: 36rem;
}

.ude-assistant-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .ude-assistant-cta__actions {
    justify-content: flex-end;
    flex-direction: column;
    align-items: stretch;
    min-width: 220px;
  }
}

/* ——— Mobil: daha çarpıcı kart, tam genişlik CTA, yumuşak hareket ——— */
@media (max-width: 767.98px) {
  .ude-assistant-cta {
    margin-bottom: 2rem;
  }

  .ude-assistant-cta__inner {
    border-radius: 28px;
    padding: 1.35rem 1.2rem 1.5rem;
    box-shadow:
      0 28px 56px rgba(45, 27, 78, 0.42),
      0 0 0 1px rgba(255, 255, 255, 0.1) inset,
      0 -1px 0 rgba(255, 255, 255, 0.06) inset;
  }

  .ude-assistant-cta__inner::before {
    background: linear-gradient(
      145deg,
      #120a1a 0%,
      #2d1b4e 32%,
      #5c2248 58%,
      #8b3a18 88%,
      #a84820 100%
    );
  }

  .ude-assistant-cta__inner::after {
    background: radial-gradient(
      130% 110% at 82% 88%,
      rgba(255, 120, 105, 0.5) 0%,
      rgba(255, 60, 90, 0.12) 45%,
      transparent 68%
    );
    animation: ude-cta-mobile-glow 7s ease-in-out infinite;
  }

  .ude-assistant-cta__grid {
    gap: 1.35rem;
  }

  .ude-assistant-cta__eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    color: #ffd6e0;
  }

  .ude-assistant-cta__title {
    font-size: clamp(1.55rem, 5.2vw, 1.95rem);
    line-height: 1.18;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
  }

  .ude-assistant-cta__lead {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(252, 250, 255, 0.9);
  }

  .ude-assistant-cta__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .ude-assistant-cta__actions .ude-asst-launch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3.05rem;
    font-size: 1rem;
    padding: 0.95rem 1.35rem;
    box-shadow:
      0 12px 32px rgba(0, 0, 0, 0.35),
      0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  }

  .ude-assistant-cta__actions .ude-asst-launch--ghost {
    min-height: 2.85rem;
    font-size: 0.92rem;
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .ude-assistant-cta__inner::after {
    animation: none;
  }
}

@keyframes ude-cta-mobile-glow {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.88;
    transform: scale(1.03);
  }
}

/* Filtre sayfası: daha kompakt ama aynı mobil vurgular */
.ude-assistant-cta--compact {
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .ude-assistant-cta--compact .ude-assistant-cta__inner {
    padding: 1.15rem 1.1rem 1.25rem;
  }

  .ude-assistant-cta--compact .ude-assistant-cta__title {
    font-size: clamp(1.28rem, 4.5vw, 1.5rem);
  }

  .ude-assistant-cta--compact .ude-assistant-cta__lead {
    font-size: 0.92rem;
  }

  .ude-assistant-cta--compact .ude-assistant-cta__spark {
    width: 2.65rem;
    height: 2.65rem;
    font-size: 1.2rem;
  }
}

.ude-asst-launch {
  border: none;
  border-radius: 999px;
  padding: 0.9rem 1.5rem;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  color: #1a0f24;
  background: linear-gradient(180deg, #fff 0%, #ffe8ea 100%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ude-asst-launch:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
}
.ude-asst-launch:active {
  transform: scale(0.98);
}

.ude-asst-launch--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: none;
  font-weight: 700;
  font-size: 0.85rem;
}
.ude-asst-launch--ghost:hover {
  background: rgba(255, 255, 255, 0.18);
}

/* Modal shell */
.ude-asst-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1080;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.ude-asst-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.ude-asst-sheet {
  --ude-asst-pad-x: clamp(1.15rem, 4.5vw, 1.45rem);
  --ude-asst-pad-y: 0.875rem;
  --ude-asst-gap: 0.75rem;
  position: fixed;
  z-index: 1090;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: min(92vh, 880px);
  border-radius: 28px 28px 0 0;
  background: linear-gradient(180deg, #fafbfc 0%, #ffffff 18%);
  box-shadow: 0 -20px 80px rgba(15, 23, 42, 0.22);
  transform: translateY(110%);
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ude-asst-backdrop.is-open .ude-asst-sheet {
  transform: translateY(0);
}
@media (min-width: 768px) {
  .ude-asst-sheet {
    left: 50%;
    right: auto;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, calc(-50% + 24px)) scale(0.96);
    width: min(540px, 94vw);
    max-height: min(86vh, 820px);
    border-radius: 28px;
    opacity: 0;
    box-shadow: 0 40px 100px rgba(15, 23, 42, 0.28);
  }
  .ude-asst-backdrop.is-open .ude-asst-sheet {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.ude-asst-handle {
  width: 40px;
  height: 5px;
  border-radius: 99px;
  background: #cbd5e1;
  margin: var(--ude-asst-pad-y) auto;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .ude-asst-handle {
    display: none;
  }
}

.ude-asst-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ude-asst-gap);
  padding: var(--ude-asst-pad-y) var(--ude-asst-pad-x);
  border-bottom: 1px solid rgba(226, 232, 240, 0.95);
  flex-shrink: 0;
}

.ude-asst-head__row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-grow: 1;
  min-width: 0;
}

.ude-asst-head__titles h2 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  line-height: 1.25;
}

.ude-asst-head__titles p {
  margin: 0.28rem 0 0;
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.45;
  max-width: 20rem;
}

.ude-asst-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 4px 14px rgba(15, 23, 42, 0.06),
    0 0 0 1px rgba(226, 232, 240, 0.95);
}

.ude-asst-icon-img {
  height: 2.25rem;
  width: auto;
  max-width: 2.1rem;
  object-fit: contain;
  display: block;
}

.ude-asst-close {
  border: none;
  background: rgba(15, 23, 42, 0.06);
  width: 38px;
  height: 38px;
  border-radius: 12px;
  flex-shrink: 0;
  cursor: pointer;
  color: #475569;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.ude-asst-close:hover {
  background: rgba(15, 23, 42, 0.1);
}

.ude-asst-progress {
  padding: 0.5rem var(--ude-asst-pad-x) 0.6rem;
  flex-shrink: 0;
}

.ude-asst-progress--hidden {
  display: none;
}
.ude-asst-progress__bar {
  height: 4px;
  border-radius: 99px;
  background: #e2e8f0;
  overflow: hidden;
}
.ude-asst-progress__fill {
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff5a5f, #a855f7);
  transition: width 0.45s ease;
}
.ude-asst-progress__label {
  font-size: 0.72rem;
  font-weight: 700;
  color: #94a3b8;
  margin-top: 0.45rem;
  text-align: center;
  letter-spacing: 0.04em;
}

.ude-asst-step-wrap {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.ude-asst-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: var(--ude-asst-pad-y) var(--ude-asst-pad-x);
  padding-bottom: max(var(--ude-asst-pad-y), env(safe-area-inset-bottom, 0px));
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

.ude-asst-typing {
  display: flex;
  gap: 5px;
  padding: 0 0 var(--ude-asst-pad-y);
  min-height: 28px;
  align-items: center;
}
.ude-asst-typing span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff5a5f;
  animation: udeAsstBounce 1.1s ease infinite;
}
.ude-asst-typing span:nth-child(2) {
  animation-delay: 0.15s;
}
.ude-asst-typing span:nth-child(3) {
  animation-delay: 0.3s;
}
@keyframes udeAsstBounce {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.35;
  }
  40% {
    transform: translateY(-6px);
    opacity: 1;
  }
}

.ude-asst-q {
  font-size: 1.09rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin: 0 0 var(--ude-asst-pad-y);
  padding: 0;
  line-height: 1.4;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.ude-asst-step {
  display: none;
  animation: udeAsstFade 0.38s ease;
}
.ude-asst-step.is-active {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@keyframes udeAsstFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ude-asst-options {
  display: grid;
  gap: var(--ude-asst-pad-y);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.ude-asst-opt {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  text-align: left;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  padding: 0.9rem 1rem;
  min-height: 3.25rem;
  font-size: 0.93rem;
  font-weight: 700;
  color: #334155;
  cursor: pointer;
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    transform 0.15s,
    background 0.2s;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.ude-asst-opt--reuse {
  margin-top: 0;
  justify-content: center;
  font-weight: 700;
  font-size: 0.88rem;
  color: #64748b;
  background: rgba(248, 250, 252, 0.95);
  border-style: dashed;
  border-color: #cbd5e1;
}

.ude-asst-opt--reuse:hover {
  border-color: rgba(255, 90, 95, 0.45);
  color: #475569;
  background: rgba(255, 255, 255, 0.98);
}
.ude-asst-opt:hover {
  border-color: rgba(255, 90, 95, 0.45);
  box-shadow: 0 8px 24px rgba(255, 90, 95, 0.12);
}
.ude-asst-opt:active {
  transform: scale(0.99);
}
.ude-asst-opt.is-selected {
  border-color: #ff5a5f;
  background: linear-gradient(135deg, rgba(255, 90, 95, 0.1), rgba(168, 85, 247, 0.08));
  color: #0f172a;
}

.ude-asst-opt__icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.12rem;
  color: #ff5a5f;
  flex-shrink: 0;
}

.ude-asst-sub {
  margin-top: var(--ude-asst-pad-y);
  padding-top: 0;
}

.ude-asst-sub label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 0.45rem;
}

.ude-asst-sub input,
.ude-asst-sub select {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  padding: 0.7rem 0.95rem;
  font-size: 0.9rem;
}

.ude-asst-footer {
  padding: var(--ude-asst-pad-y) var(--ude-asst-pad-x);
  padding-bottom: max(calc(var(--ude-asst-pad-y) + 0.35rem), calc(env(safe-area-inset-bottom, 0px) + var(--ude-asst-pad-y)));
  border-top: 1px solid rgba(226, 232, 240, 0.9);
  display: flex;
  gap: var(--ude-asst-gap);
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.96);
  box-sizing: border-box;
}

.ude-asst-btn-back {
  flex: 0 0 auto;
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 14px;
  padding: 0.65rem 1rem;
  font-weight: 700;
  font-size: 0.85rem;
  color: #475569;
  cursor: pointer;
}
.ude-asst-btn-back:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* Loading & results */
.ude-asst-skel {
  border-radius: 20px;
  background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
  background-size: 200% 100%;
  animation: udeAsstShimmer 1.2s ease infinite;
  height: 120px;
  margin-bottom: 0.75rem;
}
@keyframes udeAsstShimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.ude-asst-hero-card {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: #fff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
  margin-bottom: 1rem;
}

.ude-asst-hero-card__img {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
  background: #1e293b;
}

.ude-asst-hero-card__body {
  padding: var(--ude-asst-pad-y) var(--ude-asst-pad-x);
  padding-bottom: calc(var(--ude-asst-pad-y) + 0.15rem);
}

.ude-asst-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
}

.ude-asst-badge {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.25rem 0.5rem;
  border-radius: 8px;
  background: rgba(255, 90, 95, 0.12);
  color: #e11d48;
}

.ude-asst-badge--score {
  background: rgba(168, 85, 247, 0.12);
  color: #7c3aed;
}

.ude-asst-hero-title {
  font-size: 1.12rem;
  font-weight: 800;
  margin: 0 0 0.35rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #0f172a;
}

.ude-asst-meta {
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0 0 0.75rem;
}

.ude-asst-why {
  font-size: 0.85rem;
  color: #475569;
  line-height: 1.5;
  padding: 0.65rem 0.75rem;
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.95);
  border: 1px solid #e2e8f0;
  margin-bottom: 0.85rem;
}

.ude-asst-cta-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 480px) {
  .ude-asst-cta-row {
    flex-direction: row;
  }
}

.ude-asst-primary-btn {
  flex: 1;
  border: none;
  border-radius: 14px;
  padding: 0.75rem 1rem;
  font-weight: 800;
  font-size: 0.88rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  background: linear-gradient(135deg, #ff5a5f, #ff383e);
  color: #fff;
  box-shadow: 0 10px 24px rgba(255, 90, 95, 0.35);
}
.ude-asst-secondary-btn {
  flex: 1;
  border-radius: 14px;
  padding: 0.75rem 1rem;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #334155;
}

.ude-asst-alt-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.ude-asst-alt-card {
  display: flex;
  gap: 0.75rem;
  padding: 0.65rem;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #fff;
  align-items: stretch;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s;
}
.ude-asst-alt-card:hover {
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.ude-asst-alt-card img {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
  background: #e2e8f0;
}

.ude-asst-alt-card__body {
  flex: 1;
  min-width: 0;
}

.ude-asst-alt-card__title {
  font-size: 0.88rem;
  font-weight: 800;
  margin: 0 0 0.2rem;
  line-height: 1.25;
  color: #0f172a;
}

.ude-asst-alt-card__meta {
  font-size: 0.75rem;
  color: #64748b;
  margin: 0;
}

.ude-asst-empty {
  text-align: center;
  padding: 1.5rem 0.5rem;
}
.ude-asst-empty h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
}
.ude-asst-empty p {
  font-size: 0.88rem;
  color: #64748b;
  margin: 0 0 1rem;
  line-height: 1.5;
}

[data-theme="dark"] .ude-asst-sheet {
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 22%);
  box-shadow: 0 -20px 80px rgba(0, 0, 0, 0.5);
}
[data-theme="dark"] .ude-asst-head {
  border-bottom-color: #334155;
}
[data-theme="dark"] .ude-asst-icon-wrap {
  background: rgba(30, 41, 59, 0.88);
  box-shadow:
    0 4px 18px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(100, 116, 139, 0.4);
}
[data-theme="dark"] .ude-asst-head__titles h2,
[data-theme="dark"] .ude-asst-q,
[data-theme="dark"] .ude-asst-hero-title,
[data-theme="dark"] .ude-asst-alt-card__title {
  color: #f8fafc;
}
[data-theme="dark"] .ude-asst-head__titles p,
[data-theme="dark"] .ude-asst-meta,
[data-theme="dark"] .ude-asst-alt-card__meta {
  color: #94a3b8;
}
[data-theme="dark"] .ude-asst-opt {
  background: rgba(30, 41, 59, 0.6);
  border-color: #334155;
  color: #e2e8f0;
}
[data-theme="dark"] .ude-asst-opt--reuse {
  background: rgba(15, 23, 42, 0.55);
  border-color: #475569;
  color: #94a3b8;
}
[data-theme="dark"] .ude-asst-opt--reuse:hover {
  border-color: rgba(248, 113, 113, 0.45);
  color: #e2e8f0;
}
[data-theme="dark"] .ude-asst-hero-card,
[data-theme="dark"] .ude-asst-alt-card {
  background: #1e293b;
  border-color: #334155;
}
[data-theme="dark"] .ude-asst-footer {
  background: rgba(15, 23, 42, 0.96);
  border-top-color: #334155;
}
