/* Extracted from panel.css — destek domain */
body.panel-bakim-aktif :is(button, .btn, [role="button"], input[type="submit"]):not(.tab-btn):not(.sidebar-btn):not(.mob-drawer-btn):not(.panel-bakim-izinli):not(.panel-bildirim-btn):not(.panel-bildirim-temizle):not(.panel-bildirim-item):not(.destek-nudge-bubble):not(#destekLauncher){
    pointer-events: none !important;
    opacity: 0.55;
    cursor: not-allowed;
  }.destek-shell{
  max-width: min(920px, 96vw);
  margin: 0 auto;
  padding: 0.25rem 0 1.5rem;
}.destek-app{
  display: flex;
  flex-direction: column;
  min-height: min(78vh, 720px);
  max-height: min(82vh, 780px);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.35),
    0 24px 48px -12px rgba(0, 0, 0, 0.55);
  background: #0c0e14;
}.destek-app-header{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background:
    linear-gradient(145deg, #12151c 0%, #0c0e14 48%, #10141c 100%);
  color: #f4f5f7;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}.destek-app-avatar{
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.12), transparent 55%),
    #0a0c10;
  border: 1px solid rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-shadow:
    0 8px 22px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}.destek-app-avatar--interactive{
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}.destek-app-avatar--interactive:hover{
  transform: scale(1.04);
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(200, 210, 255, 0.18);
}.destek-app-avatar--interactive:focus-visible{
  box-shadow: 0 0 0 3px rgba(196, 200, 245, 0.4);
}.destek-app-avatar.is-loved{
  animation: destek-avatar-bounce 0.55s ease;
}.destek-app-avatar.is-dizzy{
  animation: destek-avatar-wobble 0.45s ease-in-out infinite;
}.destek-app-avatar .rv-ai-mascot{
  width: 4.35rem;
  height: 4.35rem;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
  position: relative;
  z-index: 1;
}.destek-app-avatar .rv-ai-spline-host{
  width: 4.35rem;
  height: 4.35rem;
  max-width: 4.35rem;
  max-height: 4.35rem;
  overflow: hidden;
  border-radius: 50%;
  background: transparent;
  border: none;
  box-shadow: none;
}.destek-app-avatar .rv-ai-mascot-img{
  border-radius: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 4.35rem;
  max-height: 4.35rem;
}.destek-app-avatar .rv-ai-mascot-svg{
  overflow: visible;
}.destek-avatar-fx{
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  overflow: visible;
}.destek-avatar-heart{
  position: absolute;
  left: 50%;
  top: 40%;
  font-size: 0.95rem;
  line-height: 1;
  color: #fb7185;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  transform: translate(-50%, -50%);
  animation: destek-heart-float 0.95s ease-out forwards;
  animation-delay: var(--delay, 0ms);
  opacity: 0;
}.destek-avatar-stars{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5.6rem;
  height: 5.6rem;
  margin: -2.8rem 0 0 -2.8rem;
  opacity: 0;
  pointer-events: none;
}.destek-app-avatar.is-dizzy .destek-avatar-stars{
  opacity: 1;
  animation: destek-stars-spin 1.05s linear infinite;
}.destek-avatar-star{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1em;
  height: 1em;
  margin: -0.5em 0 0 -0.5em;
  font-size: 0.78rem;
  color: #fde68a;
  text-shadow: 0 0 6px rgba(253, 224, 71, 0.85);
  transform: rotate(calc(var(--i) * 72deg)) translateY(-2.35rem) rotate(calc(var(--i) * -72deg));
}@keyframes destek-heart-float{
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translate(0, 6px) scale(0.55) rotate(0deg);
  }
  18% { opacity: 1; }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translate(var(--dx, 0), var(--dy, -40px)) scale(1.15) rotate(var(--rot, 12deg));
  }
}@keyframes destek-stars-spin{
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}@keyframes destek-avatar-bounce{
  0% { transform: scale(1); }
  35% { transform: scale(1.14); }
  65% { transform: scale(0.96); }
  100% { transform: scale(1); }
}@keyframes destek-avatar-wobble{
  0%, 100% { transform: rotate(-7deg) translateX(-1px); }
  50% { transform: rotate(7deg) translateX(1px); }
}html[data-ai-mood="listen"] .destek-app-avatar .rv-ai-mascot-svg,
html[data-ai-mood="listen"] .destek-launcher-core .rv-ai-mascot-svg{
  animation: rv-ai-listen-pulse 1.4s ease-in-out infinite;
}html[data-ai-mood="talk"] .destek-app-avatar .rv-ai-mascot-svg,
html[data-ai-mood="talk"] .destek-launcher-core .rv-ai-mascot-svg,
html[data-ai-mood="think"] .destek-app-avatar .rv-ai-mascot-svg,
html[data-ai-mood="think"] .destek-launcher-core .rv-ai-mascot-svg{
  animation: rv-ai-nod 0.55s ease-in-out infinite;
}.destek-app-name{
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.2;
}.destek-app-status{
  font-size: 0.75rem;
  opacity: 0.88;
  margin-top: 2px;
}.destek-chat{
  flex: 1 1 auto;
  min-height: 0;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  overflow-anchor: none;
  overscroll-behavior: contain;
  overscroll-behavior-y: contain;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 16px 12px;
  background-color: #0a0c12;
  background-image:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(120, 130, 180, 0.12), transparent 55%),
    radial-gradient(circle at 12% 28%, rgba(255, 255, 255, 0.03) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 62%, rgba(255, 255, 255, 0.025) 0 1px, transparent 2px);
  background-size: auto, 48px 48px, 64px 64px;
  scroll-behavior: auto;
}.destek-msg{
  display: flex;
  max-width: 84%;
  min-width: 0;
}.destek-msg-yaziyor-canli,
.destek-msg-eylem,
.destek-msg-typing{
  animation: destek-msg-in 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}@keyframes destek-msg-in{
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}.destek-msg-bot{ align-self: flex-start; }.destek-msg-user{ align-self: flex-end; }.destek-bubble{
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 10px 14px 11px;
  border-radius: 14px;
  word-break: break-word;
  overflow-wrap: anywhere;
  max-width: 100%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}.destek-bubble-bot{
  background: linear-gradient(165deg, #1a1e28 0%, #141820 100%);
  color: #e8eaef;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top-left-radius: 4px;
}.destek-bubble-user{
  background: linear-gradient(145deg, rgba(201, 176, 122, 0.28) 0%, rgba(168, 144, 94, 0.18) 100%);
  color: #f4f5f7;
  border: 1px solid rgba(201, 176, 122, 0.28);
  border-top-right-radius: 4px;
}.destek-msg-typing .destek-bubble-bot{
  padding: 12px 16px;
  min-width: 52px;
}.destek-typing-dots{
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 10px;
}.destek-typing-dots span{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8696a0;
  animation: destek-dot 1.2s ease-in-out infinite;
}.destek-typing-dots span:nth-child(2){ animation-delay: 0.15s; }.destek-typing-dots span:nth-child(3){ animation-delay: 0.3s; }@keyframes destek-dot{
  0%, 60%, 100% { transform: translateY(0); opacity: 0.45; }
  30% { transform: translateY(-4px); opacity: 1; }
}.destek-msg-typing.hidden{ display: none !important; }.destek-menu{
  display: none;
}.destek-msg-menu{
  align-self: stretch;
  max-width: 100%;
  margin-top: 4px;
}.destek-menu-chat{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px 2px 8px;
}.destek-menu-chat--sektor{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
  padding: 8px 0 12px;
}.destek-menu-chat--evet-hayir{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 6px;
}.destek-menu-chat--evet-hayir .destek-menu-chip{
  max-width: none;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  font-size: 0.78rem;
  font-weight: 600;
  min-height: 0;
  padding: 0.38rem 0.55rem;
  border-radius: 10px;
}.destek-menu-chat--evet-hayir .destek-menu-chip-etiket{
  line-height: 1.2;
}.destek-menu-chip{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  text-align: left;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #e8eaef;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, transform 0.12s, box-shadow 0.15s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  max-width: min(280px, 100%);
}.destek-menu-chip--sektor{
  width: 100%;
  max-width: none;
  min-height: 48px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(63, 63, 70, 0.4);
  background: #121214;
  color: rgba(244, 244, 245, 0.92);
  font-weight: 500;
  letter-spacing: 0.04em;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}.destek-menu-chip--sektor .destek-menu-chip-etiket{
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.3;
  text-wrap: balance;
}.destek-menu-chip--sektor:hover,
.destek-menu-chip--sektor:focus-visible{
  background: rgba(39, 39, 42, 0.8);
  border-color: #3f3f46;
  transform: none;
  box-shadow: 0 0 0 1px rgba(161, 161, 170, 0.1), 0 10px 28px rgba(0, 0, 0, 0.38);
  outline: none;
}.destek-menu-chip--sektor:active{
  background: rgba(39, 39, 42, 0.95);
  border-color: #52525b;
}.destek-menu-chip-etiket{
  line-height: 1.3;
}.destek-menu-acik{
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(236, 236, 238, 0.55);
  line-height: 1.35;
}.destek-menu-chip:hover{
  border-color: rgba(201, 176, 122, 0.45);
  background: rgba(201, 176, 122, 0.1);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}.destek-menu-chip--sektor:hover{
  border-color: #3f3f46;
  background: rgba(39, 39, 42, 0.8);
  transform: none;
}.destek-menu-chip-ghost{
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(236, 236, 238, 0.72);
  background: rgba(255, 255, 255, 0.03);
  max-width: none;
  flex-direction: row;
  align-items: center;
}.destek-msg-eylem{
  align-self: stretch;
  max-width: 100%;
  margin-top: 2px;
}.destek-eylem-chat{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px 2px 6px;
}.destek-eylem-chip{
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(201, 176, 122, 0.35);
  background: rgba(255, 255, 255, 0.05);
  color: #e8d5a8;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, transform 0.12s, box-shadow 0.15s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}.destek-eylem-chip:hover{
  border-color: rgba(201, 176, 122, 0.55);
  background: rgba(201, 176, 122, 0.12);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}.destek-eylem-chip-risk{
  border-color: rgba(245, 158, 11, 0.45);
  color: #fcd34d;
}.destek-eylem-chip-risk:hover{
  border-color: #f59e0b;
  background: rgba(245, 158, 11, 0.12);
}.destek-eylem-chip-soru{
  border-color: rgba(226, 232, 240, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: #e2e8f0;
}.destek-eylem-chip-soru:hover{
  border-color: rgba(226, 232, 240, 0.45);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}.destek-msg-onay{ align-self: stretch; max-width: 100%; }.destek-onay-kutu{
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(201, 176, 122, 0.35);
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}.destek-onay-metin{
  font-size: 0.875rem;
  line-height: 1.45;
  color: #e2e8f0;
}.destek-onay-btns{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}.destek-onay-evet,
.destek-onay-hayir{
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 999px;
  cursor: pointer;
  border: none;
}.destek-onay-evet{
  background: linear-gradient(145deg, #c9b07a 0%, #a8905e 100%);
  color: #0b0c10;
}.destek-onay-hayir{
  background: rgba(255, 255, 255, 0.06);
  color: #cbd5e1;
  border: 1px solid rgba(255, 255, 255, 0.14);
}.destek-onay-evet:hover{ filter: brightness(1.05); }.destek-onay-hayir:hover{ background: #e2e8f0; }.destek-menu-btn{
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #e8eaef;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, transform 0.12s;
}.destek-menu-btn:hover{
  border-color: rgba(201, 176, 122, 0.45);
  background: rgba(201, 176, 122, 0.1);
  transform: translateY(-1px);
}.destek-composer{
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding: 12px 14px 14px;
  background: linear-gradient(180deg, #10131a 0%, #0c0e14 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  flex-shrink: 0;
}.destek-composer-input{
  flex: 1;
  min-height: 42px;
  max-height: 120px;
  padding: 10px 14px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #f4f5f7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  outline: none;
}.destek-composer-input::placeholder{
  color: rgba(236, 236, 238, 0.42);
}.destek-composer-input:focus{
  border-color: rgba(196, 200, 245, 0.35);
  box-shadow: 0 0 0 3px rgba(94, 106, 210, 0.18);
}.destek-composer-input:disabled{
  opacity: 0.65;
  cursor: not-allowed;
}.destek-composer-send{
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #c9b07a 0%, #a8905e 100%);
  color: #0b0c10;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.12s, opacity 0.15s;
  box-shadow: 0 4px 14px rgba(169, 144, 94, 0.35);
}.destek-composer-send svg{ width: 20px; height: 20px; margin-left: 2px; }.destek-composer-send:hover:not(:disabled){ transform: scale(1.04); }.destek-composer-send:disabled{
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}.destek-composer-mic{
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(236, 236, 238, 0.75);
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.12s, opacity 0.15s, background 0.15s, box-shadow 0.15s, color 0.15s;
  box-shadow: none;
}.destek-composer-mic svg{ width: 20px; height: 20px; }.destek-composer-mic:hover:not(:disabled){
  transform: scale(1.04);
  color: #f4f5f7;
  border-color: rgba(196, 200, 245, 0.35);
}.destek-composer-mic:disabled{
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
}.destek-composer-mic.is-listening{
  background: linear-gradient(145deg, #c9b07a 0%, #a8905e 100%);
  color: #0b0c10;
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(201, 176, 122, 0.28), 0 2px 10px rgba(169, 144, 94, 0.35);
  animation: destek-mic-pulse 1.2s ease-in-out infinite;
}.destek-composer-mic.is-unsupported{
  display: none;
}@keyframes destek-mic-pulse{
  0%, 100% { box-shadow: 0 0 0 3px rgba(201, 176, 122, 0.22), 0 2px 8px rgba(169, 144, 94, 0.3); }
  50% { box-shadow: 0 0 0 6px rgba(201, 176, 122, 0.12), 0 2px 12px rgba(169, 144, 94, 0.4); }
}html.theme-dark .destek-composer-mic{
  background: rgba(255, 255, 255, 0.04);
  color: rgba(236, 236, 238, 0.75);
  border-color: rgba(255, 255, 255, 0.12);
}html.theme-dark .destek-composer-mic.is-listening{
  background: linear-gradient(145deg, #c9b07a 0%, #a8905e 100%);
  color: #0b0c10;
}.destek-hint{ display: none; }html.theme-dark .destek-app{
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.35),
    0 24px 48px -12px rgba(0, 0, 0, 0.55);
  background: #0c0e14;
}html.theme-dark .destek-chat{
  background-color: #0a0c12;
  background-image:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(120, 130, 180, 0.12), transparent 55%),
    radial-gradient(circle at 12% 28%, rgba(255, 255, 255, 0.03) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 62%, rgba(255, 255, 255, 0.025) 0 1px, transparent 2px);
  background-size: auto, 48px 48px, 64px 64px;
}html.theme-dark .destek-bubble-bot{
  background: linear-gradient(165deg, #1a1e28 0%, #141820 100%);
  color: #e8eaef;
  border: 1px solid rgba(255, 255, 255, 0.08);
}html.theme-dark .destek-bubble-user{
  background: linear-gradient(145deg, rgba(201, 176, 122, 0.28) 0%, rgba(168, 144, 94, 0.18) 100%);
  color: #f4f5f7;
  border: 1px solid rgba(201, 176, 122, 0.28);
}html.theme-dark .destek-menu-chip{
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
  color: #e8eaef;
}html.theme-dark .destek-menu-chip--sektor{
  background: #121214;
  border-color: rgba(63, 63, 70, 0.4);
  color: rgba(244, 244, 245, 0.92);
}html.theme-dark .destek-menu-acik{ color: rgba(236, 236, 238, 0.55); }html.theme-dark .destek-menu-chip:hover{
  background: rgba(201, 176, 122, 0.1);
  border-color: rgba(201, 176, 122, 0.45);
}html.theme-dark .destek-menu-chip--sektor:hover,
html.theme-dark .destek-menu-chip--sektor:focus-visible{
  background: rgba(39, 39, 42, 0.8);
  border-color: #3f3f46;
}html.theme-dark .destek-menu-chip-ghost{
  background: rgba(255, 255, 255, 0.03);
  color: rgba(236, 236, 238, 0.72);
  border-color: rgba(255, 255, 255, 0.18);
}html.theme-dark .destek-eylem-chip{
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(201, 176, 122, 0.35);
  color: #e8d5a8;
}html.theme-dark .destek-eylem-chip:hover{
  background: rgba(201, 176, 122, 0.12);
  border-color: rgba(201, 176, 122, 0.55);
}html.theme-dark .destek-eylem-chip-risk{
  border-color: rgba(251, 191, 36, 0.4);
  color: #fcd34d;
}html.theme-dark .destek-eylem-chip-soru{
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(226, 232, 240, 0.28);
  color: #e2e8f0;
}html.theme-dark .destek-eylem-chip-soru:hover{
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(226, 232, 240, 0.45);
}html.theme-dark .destek-onay-kutu{
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(201, 176, 122, 0.35);
}html.theme-dark .destek-onay-metin{ color: #e2e8f0; }html.theme-dark .destek-onay-hayir{
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: #cbd5e1;
}html.theme-dark .destek-menu,
html.theme-dark .destek-composer{
  background: linear-gradient(180deg, #10131a 0%, #0c0e14 100%);
  border-top-color: rgba(255, 255, 255, 0.07);
}html.theme-dark .destek-menu-btn{
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: #e8eaef;
}html.theme-dark .destek-menu-btn:hover{
  background: rgba(201, 176, 122, 0.1);
  border-color: rgba(201, 176, 122, 0.45);
}html.theme-dark .destek-composer-input{
  background: rgba(255, 255, 255, 0.04);
  color: #f4f5f7;
  border-color: rgba(255, 255, 255, 0.1);
}html.theme-dark .destek-typing-dots span{ background: rgba(236, 236, 238, 0.45); }.destek-msg-form{ align-self: stretch; max-width: 100%; }.destek-talep-form{
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}.destek-talep-baslik{
  font-weight: 700;
  font-size: 0.95rem;
  color: #111827;
  margin-bottom: 2px;
}.destek-talep-label{
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(236, 236, 238, 0.7);
}.destek-talep-input,
.destek-talep-textarea{
  font: inherit;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.04);
  color: #f4f5f7;
  resize: vertical;
}.destek-talep-input:focus,
.destek-talep-textarea:focus{
  outline: none;
  border-color: rgba(201, 176, 122, 0.45);
  box-shadow: 0 0 0 2px rgba(201, 176, 122, 0.15);
}.destek-talep-gonder{
  align-self: flex-start;
  margin-top: 4px;
  padding: 9px 16px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(145deg, #c9b07a 0%, #a8905e 100%);
  color: #0b0c10;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
}.destek-talep-gonder:hover:not(:disabled){ filter: brightness(1.05); }.destek-talep-gonder:disabled{ opacity: 0.6; cursor: not-allowed; }html.theme-dark .destek-talep-form{
  background: #1e293b;
  border-color: #334155;
}html.theme-dark .destek-talep-baslik{ color: #f1f5f9; }html.theme-dark .destek-talep-label{ color: #94a3b8; }html.theme-dark .destek-talep-input,
html.theme-dark .destek-talep-textarea{
  background: #0f172a;
  border-color: #475569;
  color: #e2e8f0;
}.destek-float-overlay{
  position: fixed;
  inset: 0;
  z-index: 10060;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  pointer-events: none;
}.destek-float-overlay.hidden{ display: none !important; }.destek-float-overlay.is-open{ pointer-events: auto; }.destek-float-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(4, 8, 18, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}.destek-float-overlay.is-open .destek-float-backdrop{ opacity: 1; }.destek-float-card{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 26rem;
  max-height: min(84vh, 680px);
  display: flex;
  flex-direction: column;
  border-radius: 22px 22px 0 0;
  /* Kafa header disina tasar — overflow:hidden kesiyordu */
  overflow: visible;
  /* Sidebar ile ayni easing — pure CSS class toggle */
  transform: translate3d(0, 108%, 0);
  opacity: 1;
  transition: transform .45s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
  box-shadow:
    0 -12px 48px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(201, 138, 75, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}.destek-float-overlay.is-open .destek-float-card{
  transform: translate3d(0, 0, 0);
}.destek-float-card.destek-app{
  min-height: 0;
  max-height: min(84vh, 680px);
  height: min(84vh, 680px);
  overflow: visible;
}.destek-float-card .destek-chat{
  flex: 1 1 auto;
  min-height: 0;
  padding: 14px 12px 8px;
  gap: 5px;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  overscroll-behavior-y: contain;
}.destek-float-card .destek-bubble{
  font-size: 0.8125rem;
  line-height: 1.4;
  padding: 6px 10px 7px;
}.destek-float-card .destek-msg-typing .destek-bubble-bot{
  padding: 9px 12px;
}.destek-float-card .destek-composer{
  align-items: center !important;
  gap: 6px !important;
  padding: 6px 8px 7px !important;
}.destek-float-card .destek-composer-input{
  min-height: 34px !important;
  max-height: 88px !important;
  padding: 6px 12px !important;
  border-radius: 17px !important;
  font-size: 0.8125rem !important;
  line-height: 1.35 !important;
  box-shadow: none !important;
}.destek-float-card .destek-composer-send,
.destek-float-card .destek-composer-mic{
  width: 34px !important;
  height: 34px !important;
}.destek-float-card .destek-composer-send svg,
.destek-float-card .destek-composer-mic svg{
  width: 16px !important;
  height: 16px !important;
}.destek-float-card .destek-composer-send{
  box-shadow: 0 2px 8px rgba(169, 144, 94, 0.35);
}header.destek-app-header.destek-float-header{
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 0.85rem !important;
  box-sizing: border-box !important;
  height: 4.75rem !important;
  min-height: 4.75rem !important;
  max-height: 4.75rem !important;
  padding: 0.55rem 0.7rem 0.55rem 0.65rem !important;
  margin: 0 !important;
  overflow: hidden !important;
  position: relative;
  z-index: 4;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
    linear-gradient(145deg, #151820 0%, #0c0e14 52%, #0f1218 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  grid-template-columns: none !important;
  grid-template-areas: none !important;
}header.destek-app-header.destek-float-header .destek-app-avatar{
  width: 3.5rem !important;
  height: 3.5rem !important;
  min-width: 3.5rem !important;
  min-height: 3.5rem !important;
  max-width: 3.5rem !important;
  max-height: 3.5rem !important;
  margin: 0 !important;
  padding: 2px !important;
  background:
    linear-gradient(145deg, rgba(210, 214, 255, 0.22), rgba(40, 38, 60, 0.9) 45%, rgba(12, 12, 18, 0.98)) !important;
  border: none !important;
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(12, 14, 20, 0.95),
    0 0 0 3px rgba(16, 18, 26, 1),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 6px 14px rgba(0, 0, 0, 0.4);
  overflow: hidden !important;
  align-self: center;
  flex-shrink: 0;
  z-index: 5;
  place-items: stretch;
  isolation: isolate;
  position: relative;
}header.destek-app-header.destek-float-header .destek-app-avatar::before,
header.destek-app-header.destek-float-header .destek-app-avatar::after{
  display: none !important;
}header.destek-app-header.destek-float-header .destek-app-avatar .rv-ai-mascot,
header.destek-app-header.destek-float-header .destek-app-avatar .rv-ai-spline-host,
header.destek-app-header.destek-float-header .destek-app-avatar .rv-ai-mascot-svg,
header.destek-app-header.destek-float-header .destek-app-avatar .rv-ai-mascot-img,
header.destek-app-header.destek-float-header .destek-app-avatar .rv-ai-icon{
  position: absolute !important;
  inset: 2px !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
  border-radius: 50% !important;
  overflow: hidden !important;
  transform: none !important;
  clip-path: none !important;
}header.destek-app-header.destek-float-header .destek-app-avatar .destek-avatar-stars{
  display: none;
}header.destek-app-header.destek-float-header .destek-app-meta{
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
  margin: 0;
  padding: 0.15rem 0 0;
}header.destek-app-header.destek-float-header .destek-app-name{
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.15;
  text-shadow: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}header.destek-app-header.destek-float-header .destek-app-status{
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  opacity: 0.9;
  line-height: 1.1;
  white-space: nowrap;
}header.destek-app-header.destek-float-header .destek-app-status::before{
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: #6ee7b7;
  box-shadow: 0 0 0 1.5px rgba(110, 231, 183, 0.3);
  flex-shrink: 0;
  animation: destek-online-dot 2.2s ease-in-out infinite;
}header.destek-app-header.destek-float-header .destek-app-status[data-ai-status="typing"]::before,
header.destek-app-header.destek-float-header .destek-app-status[data-ai-status="think"]::before{
  background: #fbbf24;
  box-shadow: 0 0 0 1.5px rgba(251, 191, 36, 0.32);
  animation: destek-typing-dot 0.85s ease-in-out infinite;
}header.destek-app-header.destek-float-header .destek-app-status[data-ai-status="listen"]::before{
  background: #c98a4b;
  box-shadow: 0 0 0 1.5px rgba(201, 138, 75, 0.35);
  animation: destek-typing-dot 1s ease-in-out infinite;
}@keyframes destek-online-dot{
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.72; transform: scale(0.88); }
}@keyframes destek-typing-dot{
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.75); }
}header.destek-app-header.destek-float-header .destek-float-kapat{
  width: 1.7rem;
  height: 1.7rem;
  min-width: 1.7rem;
  font-size: 1.05rem;
  align-self: center;
  margin: 0;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
}header.destek-app-header.destek-float-header .destek-kurulum-progress,
body.destek-kurulum-modu header.destek-app-header.destek-float-header .destek-kurulum-progress,
body.destek-kurulum-tur header.destek-app-header.destek-float-header .destek-kurulum-progress{
  display: none !important;
}.destek-float-kapat{
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s ease, transform 0.12s ease, border-color 0.15s ease;
}.destek-float-kapat:hover{
  background: rgba(0, 0, 0, 0.32);
  border-color: rgba(201, 138, 75, 0.45);
  transform: scale(1.04);
}body.destek-float-open{
  overflow: auto;
  touch-action: auto;
}html.theme-dark .destek-float-card{
  box-shadow:
    0 -12px 48px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(201, 138, 75, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}html.theme-dark .destek-float-header,
html.theme-dark header.destek-app-header.destek-float-header{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, transparent 50%),
    linear-gradient(105deg, #021c18 0%, #064e3b 55%, #0f766e 100%);
}html.theme-light .destek-float-card,
html.theme-rose .destek-float-card{
  background: #ffffff !important;
  border: 1px solid rgba(15, 23, 42, 0.14) !important;
  box-shadow: 0 -8px 36px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(15, 23, 42, 0.04) !important;
  color: #0f172a !important;
}html.theme-rose .destek-float-card{
  border-color: rgba(15, 23, 42, 0.12) !important;
  box-shadow: 0 -8px 36px rgba(15, 23, 42, 0.1), 0 0 0 1px rgba(236, 72, 153, 0.12) !important;
}html.theme-light .destek-float-header,
html.theme-light header.destek-app-header.destek-float-header,
html.theme-rose .destek-float-header,
html.theme-rose header.destek-app-header.destek-float-header{
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1) !important;
  color: #0f172a !important;
}html.theme-rose .destek-float-header,
html.theme-rose header.destek-app-header.destek-float-header{
  background: linear-gradient(180deg, #fff 0%, #faf6f8 100%) !important;
}html.theme-light .destek-float-card .destek-bubble,
html.theme-rose .destek-float-card .destek-bubble{
  color: #0f172a;
}html.theme-light .destek-float-card .destek-bubble-bot,
html.theme-rose .destek-float-card .destek-bubble-bot{
  background: #f8fafc !important;
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
  color: #0f172a !important;
}html.theme-rose .destek-float-card .destek-bubble-bot{
  background: #faf7f8 !important;
}html.theme-light .destek-float-card .destek-composer-input,
html.theme-rose .destek-float-card .destek-composer-input{
  background: #fff !important;
  border: 1px solid rgba(15, 23, 42, 0.14) !important;
  color: #0f172a !important;
}html.theme-light .destek-menu-chip,
html.theme-rose .destek-menu-chip{
  background: #fff !important;
  border: 1px solid rgba(15, 23, 42, 0.12) !important;
  color: #0f172a !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05) !important;
}html.theme-light .destek-menu-chip--sektor,
html.theme-rose .destek-menu-chip--sektor{
  background: #fff !important;
  border: 1px solid rgba(15, 23, 42, 0.14) !important;
  color: #0f172a !important;
  box-shadow: none !important;
}html.theme-light .destek-menu-chip--sektor:hover,
html.theme-light .destek-menu-chip--sektor:focus-visible,
html.theme-rose .destek-menu-chip--sektor:hover,
html.theme-rose .destek-menu-chip--sektor:focus-visible{
  background: #f8fafc !important;
  border-color: rgba(15, 23, 42, 0.2) !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08) !important;
}html.theme-rose .destek-menu-chip--sektor:hover,
html.theme-rose .destek-menu-chip--sektor:focus-visible{
  background: #faf6f8 !important;
  border-color: rgba(236, 72, 153, 0.28) !important;
}html.theme-light .destek-menu-acik,
html.theme-rose .destek-menu-acik{
  color: #64748b !important;
}html.theme-light .destek-menu-chip-etiket,
html.theme-rose .destek-menu-chip-etiket{
  color: inherit !important;
}body.destek-kurulum-modu.destek-float-open{
  overflow: auto;
  touch-action: auto;
}body.destek-kurulum-modu .destek-float-overlay.is-open{
  pointer-events: none;
}body.destek-kurulum-modu .destek-float-backdrop{
  opacity: 0 !important;
  pointer-events: none;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}body.destek-kurulum-modu .destek-float-card{
  pointer-events: auto;
  box-shadow:
    0 8px 40px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(201, 138, 75, 0.2);
}body.destek-kurulum-modu.destek-kurulum-premium .destek-float-card{
  transition: none;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(201, 138, 75, 0.28),
    0 0 48px rgba(16, 185, 129, 0.12);
}body.destek-kurulum-modu.destek-kurulum-premium-ready .destek-float-card{
  /* hazir sinifi layout icin tutulur; transform yok */
}body.destek-kurulum-modu .destek-float-header{
  position: relative;
}.destek-kurulum-progress{
  display: none !important;
}body.personel-tur-kilit .sidebar-btn,
body.personel-tur-kilit .tab-btn,
body.personel-tur-kilit .mob-drawer-btn,
body.personel-tur-kilit .mob-nav-btn{
  pointer-events: none !important;
  opacity: 0.38;
  filter: grayscale(0.2);
  cursor: not-allowed;
}body.personel-tur-kilit .kurulum-hedef{
  opacity: 1 !important;
  filter: none !important;
  pointer-events: none !important;
  animation: kurulum-hedef-pulse 1.8s ease-in-out infinite;
}body.personel-tur-kilit::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:10088;
  background:rgba(4,6,12,.48);
  pointer-events:auto;
}.personel-tur-kart{
  position: fixed;
  left: 50%;
  bottom: max(1.35rem, calc(5.85rem + env(safe-area-inset-bottom, 0px)));
  transform: translateX(-50%);
  z-index: 10090;
  width: min(28rem, calc(100vw - 1.5rem));
  padding: 1rem 1.1rem 1.1rem;
  border-radius: 1rem;
  background: var(--rv-card, #1c2430);
  color: var(--rv-text, #e8eef4);
  box-shadow: 0 18px 48px rgba(0,0,0,.42), 0 0 0 1px rgba(201,176,122,.22);
  pointer-events: auto;
}.personel-tur-kart.hidden{display:none!important}
.personel-tur-kicker{
  margin: 0 0 .35rem;
  font-size: .72rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .65;
}.personel-tur-baslik{
  margin: 0 0 .4rem;
  font-size: 1.05rem;
  font-weight: 700;
}.personel-tur-metin{
  margin: 0 0 .9rem;
  font-size: .9rem;
  line-height: 1.45;
  opacity: .9;
}.personel-tur-ileri{width:100%}
body.personel-tur-kilit .personel-tur-kart{pointer-events:auto}
body.kurulum-tur-kilit .sidebar-btn,
body.kurulum-tur-kilit .tab-btn,
body.kurulum-tur-kilit .mob-drawer-btn,
body.kurulum-tur-kilit .mob-nav-btn,
body.kurulum-zorunlu-kilit .sidebar-btn,
body.kurulum-zorunlu-kilit .tab-btn,
body.kurulum-zorunlu-kilit .mob-drawer-btn,
body.kurulum-zorunlu-kilit .mob-nav-btn,
body.destek-kurulum-modu .sidebar-btn,
body.destek-kurulum-modu .tab-btn,
body.destek-kurulum-modu .mob-drawer-btn,
body.destek-kurulum-modu .mob-nav-btn{
  pointer-events: none !important;
  opacity: 0.38;
  filter: grayscale(0.2);
  cursor: not-allowed;
}body.kurulum-tur-kilit .kurulum-hedef,
body.kurulum-zorunlu-kilit .kurulum-hedef,
body.destek-kurulum-modu .kurulum-hedef{
  opacity: 1 !important;
  filter: none !important;
  pointer-events: none !important;
  animation: kurulum-hedef-pulse 1.8s ease-in-out infinite;
}body.kurulum-zorunlu-kilit .sidebar,
body.kurulum-tur-kilit .sidebar,
body.destek-kurulum-modu .sidebar{
  user-select: none;
}body.kurulum-zorunlu-kilit #mobNavBar,
body.kurulum-tur-kilit #mobNavBar,
body.destek-kurulum-modu #mobNavBar{
  pointer-events: none;
  opacity: 0.45;
}
body.destek-kurulum-modu .destek-menu-chip,
body.destek-kurulum-chip .destek-menu-chip,
body.destek-kurulum-modu .destek-eylem-chip{
  font-weight:700;
  font-size:0.95rem;
  min-height:2.65rem;
  padding:0.72rem 1.15rem;
  border:1.5px solid rgba(201,176,122,0.55);
  background:linear-gradient(180deg,rgba(40,36,28,0.95),rgba(22,20,16,0.98));
  color:#f5f0e6;
  box-shadow:0 4px 14px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.08);
}
body.destek-kurulum-modu .destek-menu-chat--evet-hayir .destek-menu-chip,
body.destek-kurulum-chip .destek-menu-chat--evet-hayir .destek-menu-chip{
  font-size: 0.8rem;
  font-weight: 650;
  min-height: 2.05rem;
  padding: 0.36rem 0.6rem;
}
body.destek-kurulum-modu .destek-menu-chip:hover,
body.destek-kurulum-chip .destek-menu-chip:hover,
body.destek-kurulum-modu .destek-eylem-chip:hover{
  border-color:rgba(201,176,122,0.9);
  background:linear-gradient(180deg,rgba(56,48,34,0.98),rgba(32,28,20,1));
  transform:translateY(-1px);
}
body.destek-kurulum-chip .destek-composer,
body.destek-kurulum-modu:not(.destek-kurulum-tur) .destek-composer:has([data-destek-input]:disabled){
  opacity:0.42;
  pointer-events:none;
}
body.destek-kurulum-modu .destek-eylem-chip{
  font-weight: 600;
  letter-spacing: 0.01em;
}
/* Kurulum chip'leri mesaj akışında kalır; her adımda chat zorla alta kaydırılır */
body.destek-kurulum-modu .destek-chat .destek-msg-eylem,
body.destek-kurulum-modu .destek-chat .destek-msg-menu,
body.destek-kurulum-tur .destek-chat .destek-msg-eylem,
body.destek-kurulum-tur .destek-chat .destek-msg-menu{
  position: relative;
  z-index: auto;
  margin-top: 4px;
  padding-top: 6px;
  padding-bottom: 4px;
}
/* Kurulum / tanıtım: asistan kapatılamaz — kapat düğmesi yok */
body.destek-kurulum-modu .destek-float-kapat,
body.destek-kurulum-tur .destek-float-kapat,
body.kurulum-zorunlu-kilit .destek-float-kapat,
body.kurulum-tur-kilit .destek-float-kapat{
  display: none !important;
}
.destek-launcher{
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 10055;
  width: 4rem;
  height: 4rem;
  border: none;
  border-radius: 999px;
  padding: 0;
  cursor: pointer;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.1), transparent 55%),
    linear-gradient(145deg, #1a1e28 0%, #0a0c10 100%);
  color: #fff;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(201, 176, 122, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition:
    transform 0.22s cubic-bezier(0.22, 1, 0.32, 1),
    box-shadow 0.22s ease;
  overflow: visible;
}.destek-launcher:hover{
  transform: translateY(-2px) scale(1.04);
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(201, 176, 122, 0.42),
    0 0 36px rgba(201, 176, 122, 0.12);
}.destek-launcher:active{
  transform: translateY(0) scale(0.98);
}.destek-launcher-core{
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
}.destek-launcher-core .rv-ai-mascot{
  width: 3.35rem;
  height: 3.35rem;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.28));
}.destek-launcher-core .rv-ai-mascot-img{
  border-radius: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 3.35rem;
  max-height: 3.35rem;
}.destek-launcher-halo{
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  border: 1px solid rgba(201, 138, 75, 0.35);
  animation: destek-launcher-halo 2.8s ease-in-out infinite;
  pointer-events: none;
}.destek-launcher-cap{
  position: absolute;
  top: -0.2rem;
  right: -0.15rem;
  min-width: 1.35rem;
  height: 1.15rem;
  padding: 0 0.3rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #c98a4b, #e6b47e);
  color: #1a1208;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.15rem;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}@keyframes destek-launcher-halo{
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.06); }
}.destek-launcher.hidden{
  display: none !important;
}
@media (max-width: 767px){
  #destekLauncher,
  .destek-launcher{
    display: none !important;
  }
}.destek-nudge-bubble{
  --nudge-tip-x: 50%;
  position: fixed;
  z-index: 10090;
  left: 0;
  top: 0;
  max-width: min(15.5rem, calc(100vw - 1.25rem));
  min-width: 0;
  width: max-content;
  margin: 0;
  padding: 0;
  border-radius: 1.05rem;
  font-family: var(--rv-font-d, inherit);
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: -.012em;
  line-height: 1.32;
  color: #e8eef8;
  background:
    linear-gradient(155deg, rgba(255,255,255,.1) 0%, rgba(255,255,255,.02) 42%, transparent 70%),
    #0c1018;
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .55),
    inset 0 1px 0 rgba(255, 255, 255, .14),
    inset 0 -1px 0 rgba(255, 255, 255, .04),
    0 14px 36px rgba(0, 0, 0, .48),
    0 4px 12px rgba(0, 0, 0, .28);
  cursor: default;
  touch-action: manipulation;
  pointer-events: auto;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  will-change: left, top, transform, opacity;
  transform: translateZ(0);
  transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}.destek-nudge-bubble-body{
  display: block;
  width: 100%;
  margin: 0;
  padding: .55rem 1.85rem .58rem .78rem;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-align: left;
  cursor: pointer;
  border-radius: inherit;
  -webkit-tap-highlight-color: transparent;
}.destek-nudge-bubble-body:hover{
  background: rgba(255, 255, 255, .03);
}.destek-nudge-bubble-body:focus-visible{
  outline: 2px solid rgba(212, 175, 55, .55);
  outline-offset: -2px;
}.destek-nudge-x{
  position: absolute;
  top: .22rem;
  right: .22rem;
  z-index: 2;
  width: 1.85rem;
  height: 1.85rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: .55rem;
  background: rgba(255, 255, 255, .06);
  color: rgba(232, 238, 248, .72);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  transition: background .15s ease, color .15s ease;
}.destek-nudge-x:hover{
  background: rgba(255, 255, 255, .12);
  color: #fff;
}.destek-nudge-x:focus-visible{
  outline: 2px solid rgba(212, 175, 55, .65);
  outline-offset: 1px;
}.destek-nudge-bubble-from{
  display: block;
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, .92);
  margin-bottom: .14rem;
  line-height: 1.1;
}.destek-nudge-bubble-metin{
  display: block;
  overflow: hidden;
  word-break: break-word;
  max-width: 13.25rem;
  color: rgba(232, 238, 248, .94);
  font-weight: 550;
}.destek-nudge-bubble-tip{
  position: absolute;
  left: var(--nudge-tip-x, 50%);
  bottom: -5px;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  background: #0c1018;
  border-right: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  border-radius: 0 0 2px 0;
  transform: rotate(45deg);
  pointer-events: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .28);
}.destek-nudge-bubble--anomali{
  border-color: rgba(251, 146, 60, .42);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .55),
    inset 0 1px 0 rgba(253, 186, 116, .18),
    inset 0 -1px 0 rgba(255, 255, 255, .03),
    0 14px 36px rgba(0, 0, 0, .48),
    0 0 24px rgba(234, 88, 12, .12);
}.destek-nudge-bubble--anomali .destek-nudge-bubble-from{
  color: #fdba74;
}.destek-nudge-bubble--anomali .destek-nudge-bubble-metin{
  color: #ffedd5;
}.destek-nudge-bubble--anomali .destek-nudge-bubble-tip{
  border-color: rgba(251, 146, 60, .42);
}.destek-nudge-bubble--gun{
  border-color: rgba(110, 231, 183, .28);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .55),
    inset 0 1px 0 rgba(167, 243, 208, .12),
    inset 0 -1px 0 rgba(255, 255, 255, .03),
    0 14px 36px rgba(0, 0, 0, .48);
}.destek-nudge-bubble--gun .destek-nudge-bubble-from{
  color: #6ee7b7;
}.destek-nudge-bubble--gun .destek-nudge-bubble-metin{
  color: #ecfdf5;
}.destek-nudge-bubble--gun .destek-nudge-bubble-tip{
  border-color: rgba(110, 231, 183, .28);
}.destek-nudge-bubble.destek-nudge-in{
  animation: destek-nudge-in .34s cubic-bezier(.22, 1, .32, 1);
}@keyframes destek-nudge-in{
  from {
    opacity: 0;
    transform: translateY(6px) scale(.96) translateZ(0);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1) translateZ(0);
  }
}html:not(.theme-dark):not(.theme-mythos) .destek-nudge-bubble{
  color: #0f172a;
  background:
    linear-gradient(155deg, rgba(255,255,255,.85) 0%, rgba(248,250,252,.96) 100%),
    #f8fafc;
  border-color: rgba(15, 23, 42, .12);
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, .04),
    inset 0 1px 0 rgba(255, 255, 255, .9),
    0 14px 32px rgba(15, 23, 42, .12),
    0 4px 10px rgba(15, 23, 42, .06);
}html:not(.theme-dark):not(.theme-mythos) .destek-nudge-bubble-from{
  color: #64748b;
}html:not(.theme-dark):not(.theme-mythos) .destek-nudge-bubble-metin{
  color: #0f172a;
}html:not(.theme-dark):not(.theme-mythos) .destek-nudge-bubble-tip{
  background: #f8fafc;
  border-color: rgba(15, 23, 42, .12);
}html:not(.theme-dark):not(.theme-mythos) .destek-nudge-x{
  background: rgba(15, 23, 42, .05);
  color: #64748b;
}html:not(.theme-dark):not(.theme-mythos) .destek-nudge-x:hover{
  background: rgba(15, 23, 42, .1);
  color: #0f172a;
}html:not(.theme-dark):not(.theme-mythos) .destek-nudge-bubble--anomali{
  background: linear-gradient(155deg, #fff7ed, #ffedd5);
  border-color: rgba(234, 88, 12, .35);
  box-shadow:
    0 0 0 1px rgba(234, 88, 12, .08),
    inset 0 1px 0 rgba(255, 255, 255, .7),
    0 14px 32px rgba(234, 88, 12, .12);
}html:not(.theme-dark):not(.theme-mythos) .destek-nudge-bubble--anomali .destek-nudge-bubble-from{
  color: #ea580c;
}html:not(.theme-dark):not(.theme-mythos) .destek-nudge-bubble--anomali .destek-nudge-bubble-metin{
  color: #9a3412;
}html:not(.theme-dark):not(.theme-mythos) .destek-nudge-bubble--anomali .destek-nudge-bubble-tip{
  background: #ffedd5;
  border-color: rgba(234, 88, 12, .35);
}html:not(.theme-dark):not(.theme-mythos) .destek-nudge-bubble--gun{
  background: linear-gradient(155deg, #ecfdf5, #d1fae5);
  border-color: rgba(16, 185, 129, .32);
}html:not(.theme-dark):not(.theme-mythos) .destek-nudge-bubble--gun .destek-nudge-bubble-from{
  color: #059669;
}html:not(.theme-dark):not(.theme-mythos) .destek-nudge-bubble--gun .destek-nudge-bubble-metin{
  color: #065f46;
}html:not(.theme-dark):not(.theme-mythos) .destek-nudge-bubble--gun .destek-nudge-bubble-tip{
  background: #d1fae5;
  border-color: rgba(16, 185, 129, .32);
}.destek-ozellik-kart{ max-width: 100%; }.destek-ozellik-baslik{ margin: 0 0 .5rem; font-weight: 700; font-size: .9rem; }.destek-ozellik-ipucu{
  margin: 0 0 .65rem;
  font-size: .68rem;
  line-height: 1.35;
  color: #64748b;
}.destek-ozellik-bolum{ margin-bottom: .55rem; }.destek-ozellik-bolum-baslik{
  margin: 0 0 .4rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #475569;
}.destek-ozellik-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .45rem;
  margin-bottom: .55rem;
  align-items: stretch;
}@media (min-width: 640px){
  .destek-ozellik-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}@media (min-width: 1024px){
  .destek-ozellik-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}.destek-ozellik-item{
  display: flex;
  align-items: center;
  gap: .35rem;
  padding: .4rem .45rem;
  border-radius: .55rem;
  background: rgba(15, 23, 42, .04);
  border: 1px solid rgba(15, 23, 42, .08);
  cursor: pointer;
  font-size: .78rem;
  line-height: 1.2;
  min-height: 44px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}.destek-ozellik-item.is-locked{ opacity: .85; cursor: default; }.destek-ozellik-item input{
  width: 1rem;
  height: 1rem;
  margin: 0;
  flex-shrink: 0;
  pointer-events: none;
}.destek-ozellik-ikon{
  font-size: 1rem;
  line-height: 1;
  flex-shrink: 0;
  width: 1.15rem;
  text-align: center;
}.destek-ozellik-ad{
  flex: 1;
  min-width: 0;
  font-size: .72rem;
  font-weight: 600;
  line-height: 1.25;
  word-break: break-word;
}.destek-ozellik-info{
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  padding: 0;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  color: #475569;
  font-size: .7rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}.destek-ozellik-info:focus-visible{
  outline: 2px solid rgba(59, 130, 246, .55);
  outline-offset: 1px;
}.destek-ozellik-diger{
  margin: 0 0 .35rem;
  border: 0;
}.destek-ozellik-diger-ozet{
  list-style: none;
  cursor: pointer;
  font-size: .74rem;
  font-weight: 700;
  color: #334155;
  padding: .35rem 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: .25rem;
  -webkit-tap-highlight-color: transparent;
}.destek-ozellik-diger-ozet::-webkit-details-marker{ display: none; }.destek-ozellik-diger-ozet::before{
  content: "▸";
  font-size: .7rem;
  transition: transform .15s ease;
}.destek-ozellik-diger[open] .destek-ozellik-diger-ozet::before{ transform: rotate(90deg); }.destek-ozellik-diger-sayi{
  font-weight: 500;
  color: #64748b;
  font-size: .68rem;
}.destek-ozellik-host{ position: relative; padding-bottom: .25rem; }.destek-ozellik-bar{
  position: sticky;
  bottom: 0;
  z-index: 6;
  margin-top: .35rem;
  padding: .45rem 0 .15rem;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(248,250,252,.92) 28%, #f8fafc 100%);
}.destek-ozellik-devam{
  width: 100%;
  min-height: 44px;
  font-weight: 700;
}.destek-ozellik-sheet{
  position: fixed;
  inset: 0;
  z-index: 12050;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}.destek-ozellik-sheet[hidden]{ display: none !important; }.destek-ozellik-sheet-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .45);
}.destek-ozellik-sheet-panel{
  position: relative;
  z-index: 1;
  width: min(100%, 28rem);
  max-height: min(70vh, 26rem);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border-radius: 1rem 1rem 0 0;
  padding: 1rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px));
  box-shadow: 0 -8px 32px rgba(15, 23, 42, .18);
}.destek-ozellik-sheet-baslik{
  margin: 0 0 .5rem;
  font-size: .95rem;
  font-weight: 700;
}.destek-ozellik-sheet-metin{
  margin: 0 0 .85rem;
  font-size: .82rem;
  line-height: 1.45;
  color: #475569;
  white-space: normal;
  word-break: break-word;
}.destek-ozellik-sheet-kapat{ width: 100%; min-height: 44px; }body.destek-ozellik-sheet-open{ overflow: hidden; }html.theme-dark .destek-ozellik-item{
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.08);
}html.theme-dark .destek-ozellik-ipucu,
html.theme-dark .destek-ozellik-diger-sayi{ color: #94a3b8; }html.theme-dark .destek-ozellik-bolum-baslik,
html.theme-dark .destek-ozellik-diger-ozet{ color: #cbd5e1; }html.theme-dark .destek-ozellik-info{
  background: rgba(15,23,42,.65);
  border-color: rgba(255,255,255,.12);
  color: #cbd5e1;
}html.theme-dark .destek-ozellik-bar{
  background: linear-gradient(180deg, rgba(15,23,42,0) 0%, rgba(15,23,42,.92) 28%, #0f172a 100%);
}html.theme-dark .destek-ozellik-sheet-panel{ background: #1e293b; }html.theme-dark .destek-ozellik-sheet-metin{ color: #94a3b8; }
