
/* ALYA AI Satış Danışmanı · V2.7 SOL PREMIUM ROBOT ARAYÜZ */
.alya-ai-sales{
  position:fixed;
  left:24px;
  right:auto;
  bottom:26px;
  z-index:2147483000;
  font-family:inherit;
  line-height:1.4
}
.alya-ai-sales *{box-sizing:border-box}

.alya-ai-launcher{
  min-width:224px;
  display:flex;
  align-items:center;
  gap:11px;
  border:1px solid rgba(255,255,255,.36);
  background:linear-gradient(135deg,#1238a8 0%,#1e40af 48%,#172554 100%);
  color:#fff;
  border-radius:20px;
  padding:9px 14px 9px 9px;
  box-shadow:0 18px 48px rgba(15,23,42,.30);
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease;
  backdrop-filter:blur(12px)
}
.alya-ai-launcher:hover{transform:translateY(-2px);box-shadow:0 24px 56px rgba(15,23,42,.36)}
body.alya-ai-chat-open .alya-ai-launcher{
  opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px) scale(.94)
}
.alya-ai-avatar{
  width:48px;height:48px;display:grid;place-items:center;flex:0 0 48px;border-radius:50%;
  background:linear-gradient(145deg,#ffffff,#e7efff);
  color:#1d4ed8;box-shadow:inset 0 0 0 1px rgba(37,99,235,.14),0 7px 18px rgba(15,23,42,.12)
}
.alya-ai-avatar svg{width:31px;height:31px;display:block}
.alya-ai-launcher-copy{display:grid;text-align:left;min-width:0}
.alya-ai-launcher-copy b{font-size:14px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.alya-ai-launcher-copy small{font-size:10px;opacity:.84;white-space:nowrap;margin-top:2px}
.alya-ai-online{
  width:9px;height:9px;border-radius:50%;background:#32d583;
  box-shadow:0 0 0 4px rgba(50,213,131,.14);margin-left:auto
}

.alya-ai-panel{
  position:absolute;
  left:0;
  right:auto;
  bottom:72px;
  width:390px;
  max-width:calc(100vw - 32px);
  height:570px;
  max-height:min(72vh,600px);
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto auto auto auto;
  background:#fff;
  border:1px solid #dbe4ee;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 30px 86px rgba(15,23,42,.30)
}
.alya-ai-panel[hidden]{display:none}

.alya-ai-header{
  display:flex;align-items:center;gap:10px;padding:12px 14px;
  background:
    radial-gradient(circle at 12% 10%,rgba(96,165,250,.32),transparent 34%),
    linear-gradient(135deg,#173ab4 0%,#1e40af 48%,#172554 100%);
  color:#fff
}
.alya-ai-header .alya-ai-avatar{width:44px;height:44px;flex-basis:44px}
.alya-ai-header .alya-ai-avatar svg{width:34px;height:34px}
.alya-ai-header>span:not(.alya-ai-avatar){display:grid;min-width:0}
.alya-ai-header b{font-size:18px;letter-spacing:-.01em}
.alya-ai-header small{display:flex;align-items:center;gap:6px;font-size:11px;opacity:.9;margin-top:2px}
.alya-ai-header small i{width:8px;height:8px;border-radius:50%;background:#32d583}
.alya-ai-header>button{
  margin-left:auto;border:0;background:rgba(255,255,255,.14);color:#fff;
  width:38px;height:38px;border-radius:12px;font-size:24px;line-height:1;cursor:pointer
}

.alya-ai-messages{
  overflow:auto;padding:18px 16px 14px;
  background:
    radial-gradient(circle at 18% 0%,rgba(219,234,254,.58),transparent 26%),
    linear-gradient(#f8fbff,#f8fafc);
  scroll-behavior:smooth
}
.alya-ai-message{display:flex;gap:9px;align-items:flex-end;margin:0 0 13px}
.alya-ai-message>div{
  max-width:83%;padding:11px 13px;border-radius:16px;white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px
}
.alya-ai-message.assistant>div{
  background:#fff;color:#1f2937;border:1px solid #e4e7ec;border-bottom-left-radius:6px;
  box-shadow:0 4px 14px rgba(15,23,42,.055)
}
.alya-ai-message.user{justify-content:flex-end}
.alya-ai-message.user>div{
  background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-bottom-right-radius:6px;
  box-shadow:0 6px 16px rgba(37,99,235,.17)
}
.alya-ai-mini-avatar{
  width:29px;height:29px;display:grid;place-items:center;border-radius:50%;
  background:#dbeafe;color:#1d4ed8;font-size:9px;font-weight:900;flex:0 0 29px
}
.alya-ai-typing>div{display:flex;gap:4px;align-items:center;min-width:54px}
.alya-ai-typing i{display:block;width:6px;height:6px;border-radius:50%;background:#94a3b8;animation:alyaAiDot 1.1s infinite}
.alya-ai-typing i:nth-child(2){animation-delay:.15s}.alya-ai-typing i:nth-child(3){animation-delay:.3s}
@keyframes alyaAiDot{0%,60%,100%{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}

.alya-ai-products,.alya-ai-campaigns{display:grid;gap:9px;margin:5px 0 14px 38px}
.alya-ai-product{
  display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;padding:9px;
  background:#fff;border:1px solid #dfe7f1;border-radius:15px;
  box-shadow:0 3px 12px rgba(15,23,42,.035)
}
.alya-ai-product img{width:72px;height:72px;object-fit:contain;background:#fff;border-radius:10px;border:1px solid #eef2f6}
.alya-ai-product-main{min-width:0;display:grid;gap:5px}
.alya-ai-product-name{
  font-size:11.5px;font-weight:850;color:#1f2937;line-height:1.28;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden
}
.alya-ai-product-meta{display:flex;justify-content:space-between;gap:8px;align-items:center}
.alya-ai-product-price{font-size:14px;font-weight:900;color:#dc2626}
.alya-ai-stock{font-size:9px;color:#067647;background:#ecfdf3;border-radius:999px;padding:3px 7px;white-space:nowrap}
.alya-ai-stock.out{color:#b42318;background:#fef3f2}
.alya-ai-product-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:2px}
.alya-ai-product-actions a,.alya-ai-product-actions button{
  flex:1;border:0;border-radius:9px;padding:7px 7px;font:inherit;font-size:10px;font-weight:850;
  cursor:pointer;text-decoration:none;text-align:center
}
.alya-ai-product-actions a{background:#eef4ff;color:#1849a9}
.alya-ai-product-actions button{background:#155eef;color:#fff}
.alya-ai-product-actions button:disabled{opacity:.5;cursor:not-allowed}
.alya-ai-product-actions .alya-ai-compare-btn{flex:1 1 100%;background:#fff;color:#344054;border:1px solid #d0d5dd}
.alya-ai-product-actions .alya-ai-compare-btn.selected{background:#ecfdf3;color:#067647;border-color:#75e0a7}

.alya-ai-campaign{padding:11px 12px;background:#fff7ed;border:1px solid #fed7aa;border-radius:13px;color:#7c2d12}
.alya-ai-campaign b{display:block;font-size:12px}.alya-ai-campaign p{margin:3px 0 0;font-size:10.5px;color:#9a3412}.alya-ai-campaign a{display:inline-block;margin-top:6px;font-size:10px;font-weight:800;color:#9a3412}

.alya-ai-suggestions{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;overflow:visible;
  padding:10px 12px;border-top:1px solid #edf2f7;background:#fff
}
.alya-ai-suggestions button{
  min-width:0;min-height:54px;border:1px solid #d7e3f1;background:#fff;color:#344054;border-radius:14px;
  padding:8px 5px;font:inherit;font-size:9.5px;font-weight:800;white-space:normal;cursor:pointer;
  box-shadow:0 4px 12px rgba(15,23,42,.035)
}
.alya-ai-suggestions button:hover{background:#f8fbff;border-color:#b2ccff}
.alya-ai-suggestions [data-ai-needs]{grid-column:1/-1;min-height:38px;background:#ecfdf3;border-color:#75e0a7;color:#067647;font-weight:900}

.alya-ai-comparebar{display:flex;align-items:center;gap:8px;padding:8px 12px;border-top:1px solid #dbe4ee;background:#eef4ff;color:#344054;font-size:11px}
.alya-ai-comparebar[hidden]{display:none}.alya-ai-comparebar span{margin-right:auto}.alya-ai-comparebar b{color:#155eef}
.alya-ai-comparebar button{border:0;border-radius:8px;padding:7px 10px;font-weight:900;font-size:10px;cursor:pointer}
.alya-ai-comparebar [data-ai-compare-run]{background:#155eef;color:#fff}
.alya-ai-comparebar [data-ai-compare-run]:disabled{opacity:.45;cursor:not-allowed}
.alya-ai-comparebar [data-ai-compare-clear]{background:#fff;color:#667085;border:1px solid #d0d5dd;padding:6px 9px;font-size:16px;line-height:1}

.alya-ai-form{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:8px;padding:10px 12px;border-top:1px solid #edf2f7;background:#fff}
.alya-ai-form textarea{
  width:100%;max-height:112px;min-height:42px;resize:none;border:1px solid #d0d5dd;border-radius:15px;
  padding:11px 12px;font:inherit;font-size:12px;outline:none;background:#fff
}
.alya-ai-form textarea:focus{border-color:#84adff;box-shadow:0 0 0 3px #eff4ff}
.alya-ai-form button{
  width:44px;height:42px;border:0;border-radius:14px;background:linear-gradient(135deg,#2563eb,#1d4ed8);
  color:#fff;font-size:17px;cursor:pointer;box-shadow:0 6px 14px rgba(37,99,235,.18)
}
.alya-ai-form button:disabled{opacity:.55;cursor:wait}

.alya-ai-supportbar{padding:0 12px 12px;background:#fff}
.alya-ai-supportbar a{
  display:flex;align-items:center;justify-content:center;min-height:44px;border-radius:13px;
  background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;text-decoration:none;
  font-size:11.5px;font-weight:900;letter-spacing:.01em;box-shadow:0 9px 20px rgba(37,99,235,.18)
}
.alya-ai-supportbar a::before{content:"◉";font-size:10px;margin-right:7px;opacity:.9}
.alya-ai-supportbar a:hover{filter:brightness(1.03)}

.alya-ai-products-title{grid-column:1/-1;font-size:11px;font-weight:900;color:#475467;margin:2px 0 4px;text-transform:uppercase;letter-spacing:.04em}
.alya-ai-products.related{border-top:1px dashed #d0d5dd;padding-top:8px;margin-top:4px}
.alya-ai-choice-block{display:flex;flex-wrap:wrap;gap:7px;margin:-4px 0 12px 38px}
.alya-ai-choice-block button{border:1px solid #b2ccff;background:#fff;color:#1849a9;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800;cursor:pointer}
.alya-ai-choice-block button:hover{background:#eff4ff}.alya-ai-choice-block button.selected{background:#155eef;color:#fff;border-color:#155eef}.alya-ai-choice-block button:disabled:not(.selected){opacity:.45}
.alya-ai-comparison{margin:0 0 12px 38px;border:1px solid #d0d5dd;background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 3px 12px rgba(15,23,42,.05)}
.alya-ai-comparison-title{padding:10px 12px;font-size:12px;font-weight:900;color:#101828;background:#f8fafc;border-bottom:1px solid #eaecf0}
.alya-ai-comparison-scroll{overflow:auto;max-width:100%}
.alya-ai-comparison table{border-collapse:collapse;min-width:560px;width:100%;font-size:10px}
.alya-ai-comparison th,.alya-ai-comparison td{border-bottom:1px solid #eaecf0;border-right:1px solid #f2f4f7;padding:8px;text-align:left;vertical-align:top;max-width:170px}
.alya-ai-comparison thead th{background:#f8fafc;font-weight:900;color:#344054}
.alya-ai-comparison tbody th{position:sticky;left:0;background:#fff;z-index:1;color:#667085;min-width:90px}
.alya-ai-comparison-ask{display:block;width:calc(100% - 20px);margin:10px;border:0;border-radius:9px;padding:9px;background:#155eef;color:#fff;font-weight:900;font-size:10px;cursor:pointer}

/* Kampanya popup sağda, AI solda: çakışma yöneticisine artık gerek yok */
.smart-discount-toast.alya-ai-chat-suppressed,
[data-smart-discount].alya-ai-chat-suppressed{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
body.alya-ai-chat-open .theme2-floating-whatsapp,
body.alya-ai-chat-open .theme3-floating-whatsapp{opacity:1;pointer-events:auto}

@media(max-width:760px){
  .alya-ai-sales{left:10px;right:auto;bottom:18px}
  .alya-ai-launcher{min-width:0;width:62px;height:62px;padding:0;border-radius:50%;justify-content:center;position:relative}
  .alya-ai-launcher .alya-ai-avatar{width:52px;height:52px;flex-basis:52px}
  .alya-ai-launcher-copy{display:none}
  .alya-ai-online{position:absolute;right:5px;bottom:6px;margin-left:0}
  .alya-ai-panel{
    position:fixed;left:8px;right:8px;bottom:72px;width:auto;max-width:none;
    height:min(540px,calc(100dvh - 92px));max-height:none;border-radius:22px
  }
  .alya-ai-header{padding:12px 13px}
  .alya-ai-header .alya-ai-avatar{width:44px;height:44px;flex-basis:44px}
  .alya-ai-header b{font-size:15px}
  .alya-ai-messages{padding:12px}
  .alya-ai-message>div{max-width:88%;font-size:12px}
  .alya-ai-products,.alya-ai-campaigns,.alya-ai-choice-block,.alya-ai-comparison{margin-left:0}
  .alya-ai-product{grid-template-columns:60px minmax(0,1fr)}
  .alya-ai-product img{width:60px;height:60px}
  .alya-ai-suggestions{grid-template-columns:repeat(4,minmax(74px,1fr));overflow-x:auto;display:flex;scrollbar-width:none}
  .alya-ai-suggestions::-webkit-scrollbar{display:none}
  .alya-ai-suggestions button{flex:0 0 92px;min-height:46px;font-size:9px}
  .alya-ai-suggestions [data-ai-needs]{flex:0 0 110px}
  .alya-ai-form{padding:9px 10px;grid-template-columns:minmax(0,1fr) 40px}
  .alya-ai-form textarea{min-height:40px;padding:9px 10px;font-size:11.5px}
  .alya-ai-form button{width:40px;height:40px}
  .alya-ai-supportbar{padding:0 10px 10px}
  .alya-ai-supportbar a{min-height:42px;font-size:10.5px}
}
@media(max-width:420px){
  .alya-ai-sales{left:8px;bottom:14px}
  .alya-ai-panel{left:5px;right:5px;bottom:70px;height:min(520px,calc(100dvh - 84px));border-radius:20px}
}

/* ================================================================
   ALYA AI V3.5 · ŞEFFAF ALYA ROBOT
   Gerçek RGBA PNG karakter kullanılır; beyaz kutu/halo içermez.
   Akış: panel açılır -> soldan gelir -> panelin sağında iki kez dokunur ->
   bekler/telefon/iş hareketleri -> cevap gelince el sallar -> panel kapanınca sola çıkar.
   Mobilde gövde yok; panel altında sol tarafta mimik yapan kafa görünür.
   ================================================================ */
.alya-ai-v30 .alya-ai-panel{z-index:3}
.alya-ai-v30 .alya-ai-launcher{position:relative;z-index:6}
.alya-ai-mascot-stage{
  position:fixed;left:0;top:0;
  width:clamp(118px,10vw,142px);height:clamp(154px,13vw,184px);z-index:5;
  pointer-events:none;will-change:transform,opacity;opacity:0;
  background:transparent!important;
  filter:drop-shadow(0 12px 13px rgba(15,23,42,.20));
}
.alya-ai-mascot-stage[hidden],.alya-ai-mascot-peek[hidden]{display:none!important}
.alya-ai-mascot-shell{
  position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:center;
  transform-origin:50% 100%;will-change:transform;
}
.alya-ai-mascot-sprite{
  display:block;width:100%;height:100%;object-fit:contain;object-position:center bottom;
  user-select:none;-webkit-user-drag:none;transform-origin:50% 100%;
  background:transparent!important;
}

/* Soldan gelirken yatay hareket JS'de, yumuşak adım ritmi CSS'de. */
.alya-ai-mascot-stage.is-walking .alya-ai-mascot-shell{animation:alyaAiSpriteWalk .44s ease-in-out infinite alternate}
@keyframes alyaAiSpriteWalk{
  from{transform:translateY(0) rotate(-.65deg) scale(.996,1.004)}
  to{transform:translateY(-3px) rotate(.65deg) scale(1.004,.996)}
}

/* Panelin sağında iki kısa temas. Wave pozu kolu panele yakın gösterir. */
.alya-ai-mascot-stage.is-knocking .alya-ai-mascot-shell{animation:alyaAiSpriteKnock .76s cubic-bezier(.55,.05,.35,1) 1}
@keyframes alyaAiSpriteKnock{
  0%,100%{transform:translateX(0) rotate(0)}
  17%{transform:translateX(-18px) rotate(-1.5deg)}
  30%{transform:translateX(-2px) rotate(0)}
  48%{transform:translateX(-18px) rotate(-1.5deg)}
  62%{transform:translateX(-2px) rotate(0)}
}
.alya-ai-v30 .alya-ai-panel.alya-ai-panel-knock{animation:alyaAiPanelKnock .76s ease 1}
@keyframes alyaAiPanelKnock{
  0%,100%{transform:translateX(0)}
  17%{transform:translateX(-2px)}25%{transform:translateX(1px)}
  48%{transform:translateX(-2px)}56%{transform:translateX(1px)}
}

/* Paneli kapatmadan sağında hafif yaslanma / canlı bekleme. */
.alya-ai-mascot-stage.is-leaning .alya-ai-mascot-shell{animation:alyaAiSpriteLean 3.1s ease-in-out infinite}
@keyframes alyaAiSpriteLean{
  0%,100%{transform:translateX(-5px) rotate(-2.8deg) translateY(0)}
  50%{transform:translateX(-7px) rotate(-2.2deg) translateY(-2px)}
}

/* Müşteri ilk soruyu gönderince el sallama pozu. */
.alya-ai-mascot-stage.is-waving .alya-ai-mascot-shell{animation:alyaAiSpriteWave .23s ease-in-out 4 alternate}
@keyframes alyaAiSpriteWave{
  from{transform:rotate(-1deg) translateY(0) scale(1)}
  to{transform:rotate(1.8deg) translateY(-2px) scale(1.008)}
}
.alya-ai-mascot-stage.is-scratching .alya-ai-mascot-shell{animation:alyaAiSpriteScratch .34s ease-in-out 4 alternate}
@keyframes alyaAiSpriteScratch{
  from{transform:rotate(-.8deg) translateY(0)}
  to{transform:rotate(1.4deg) translateY(-2px)}
}
.alya-ai-mascot-stage.is-phone .alya-ai-mascot-shell{animation:alyaAiSpritePhone .72s ease-in-out 3 alternate}
@keyframes alyaAiSpritePhone{
  from{transform:translateY(0) rotate(-1deg)}
  to{transform:translateY(-2px) rotate(1.8deg)}
}
.alya-ai-mascot-stage.is-phone::after{
  content:'';
  position:absolute;left:17%;top:25%;width:9px;height:26px;border-radius:4px;
  background:linear-gradient(180deg,#172554,#020617);
  box-shadow:0 0 0 1px rgba(255,255,255,.6),0 3px 6px rgba(15,23,42,.28);
  transform:rotate(-20deg);opacity:.92;
}
.alya-ai-mascot-stage.is-busy .alya-ai-mascot-shell{animation:alyaAiSpriteBusy .46s ease-in-out 5 alternate}
@keyframes alyaAiSpriteBusy{
  from{transform:translateX(-2px) translateY(0) rotate(-.5deg)}
  to{transform:translateX(2px) translateY(-2px) rotate(.7deg)}
}
.alya-ai-mascot-stage.is-thinking .alya-ai-mascot-shell{animation:alyaAiSpriteThinking 1.1s ease-in-out infinite}
@keyframes alyaAiSpriteThinking{
  0%,100%{transform:translateY(0) rotate(-1.1deg)}
  50%{transform:translateY(-2px) rotate(1deg)}
}
.alya-ai-mascot-stage.is-blinking .alya-ai-mascot-shell{animation:alyaAiSpriteBlinkBody .28s ease 1}
@keyframes alyaAiSpriteBlinkBody{
  0%,100%{transform:scale(1)}
  50%{transform:scale(.998) translateY(1px)}
}

/* Sola dönüşte aynı karakter ters yöne bakarak çıkar. */
.alya-ai-mascot-stage.is-exiting .alya-ai-mascot-shell{transform:scaleX(-1)}
.alya-ai-mascot-stage.is-exiting.is-walking .alya-ai-mascot-shell{animation:alyaAiSpriteWalkExit .44s ease-in-out infinite alternate}
@keyframes alyaAiSpriteWalkExit{
  from{transform:scaleX(-1) translateY(0) rotate(-.65deg) scale(.996,1.004)}
  to{transform:scaleX(-1) translateY(-3px) rotate(.65deg) scale(1.004,.996)}
}

/* Mobil/tablet: tam robot yok; panelin ALTINDA sol kenarda yalnız kafa görünür. */
.alya-ai-mascot-peek{
  position:fixed;left:5px;bottom:calc(env(safe-area-inset-bottom, 0px) + 84px);
  width:66px;height:50px;z-index:7;
  pointer-events:none;opacity:0;transform:translateX(-46px) rotate(-7deg);
  transition:transform .38s cubic-bezier(.2,.8,.2,1),opacity .24s ease,filter .25s ease;
  filter:drop-shadow(0 9px 14px rgba(15,23,42,.20));
}
.alya-ai-mascot-peek-shell{position:absolute;inset:0;will-change:transform}
.alya-ai-mascot-peek-sprite,.alya-ai-mascot-peek-blink{
  position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:contain;
  user-select:none;-webkit-user-drag:none;background:transparent!important;
}
.alya-ai-mascot-peek-blink{opacity:0}
.alya-ai-mascot-peek.is-visible{transform:translateX(0) rotate(2deg);opacity:1}
.alya-ai-mascot-peek.is-visible .alya-ai-mascot-peek-shell{animation:alyaAiSpritePeek 3.2s ease-in-out infinite}
.alya-ai-mascot-peek.is-visible .alya-ai-mascot-peek-blink{animation:alyaAiSpriteBlink 5s linear infinite}
@keyframes alyaAiSpritePeek{
  0%,100%{transform:translateY(0) rotate(0)}
  46%{transform:translateY(-2px) rotate(1deg)}
  52%{transform:translateY(-1px) rotate(-1deg)}
}
@keyframes alyaAiSpriteBlink{
  0%,86%,92%,100%{opacity:0}
  87%,91%{opacity:1}
}
.alya-ai-mascot-peek.is-peek-blink .alya-ai-mascot-peek-blink{animation:none!important;opacity:1!important}
.alya-ai-mascot-peek.is-peek-smile .alya-ai-mascot-peek-shell{animation:alyaAiPeekSmile .62s ease-in-out 2 alternate!important}
@keyframes alyaAiPeekSmile{from{transform:translateY(0) rotate(-1deg)}to{transform:translateY(-4px) rotate(2deg) scale(1.025)}}
.alya-ai-mascot-peek.is-peek-laugh .alya-ai-mascot-peek-shell{animation:alyaAiPeekLaugh .19s ease-in-out 7 alternate!important}
.alya-ai-mascot-peek.is-peek-laugh .alya-ai-mascot-peek-blink{animation:none!important;opacity:1!important}
@keyframes alyaAiPeekLaugh{from{transform:translateX(-1px) rotate(-2deg)}to{transform:translateX(2px) translateY(-2px) rotate(2deg)}}
.alya-ai-mascot-peek.is-peek-curious{transform:translateX(7px) rotate(4deg);filter:drop-shadow(0 11px 16px rgba(15,23,42,.24))}
.alya-ai-mascot-peek.is-peek-sad{transform:translateX(0) translateY(4px) rotate(-4deg);filter:saturate(.78) drop-shadow(0 8px 12px rgba(15,23,42,.18))}
.alya-ai-mascot-peek.is-peek-sad .alya-ai-mascot-peek-blink{animation:none!important;opacity:0!important}
.alya-ai-mascot-peek.is-peek-sad .alya-ai-mascot-peek-shell::after{
  content:'';position:absolute;left:42%;top:54%;width:23%;height:13%;
  background:#07192d;border-radius:999px;z-index:3;
}
.alya-ai-mascot-peek.is-peek-sad .alya-ai-mascot-peek-shell::before{
  content:'';position:absolute;left:46%;top:58%;width:15%;height:7%;
  border-top:3px solid #f4fbff;border-radius:50%;z-index:4;opacity:.98;
}

@media(max-width:1049px), (max-height:559px){
  .alya-ai-mascot-stage{display:none!important}
}
@media(max-width:760px){
  .alya-ai-v30.alya-ai-panel-open .alya-ai-launcher{
    opacity:0!important;pointer-events:none!important;transform:translateX(-110%)!important;
  }
  .alya-ai-mascot-peek{
    left:4px;
    bottom:calc(env(safe-area-inset-bottom, 0px) + 84px);
    width:64px;height:49px;
  }
}
@media(prefers-reduced-motion:reduce){
  .alya-ai-mascot-stage,.alya-ai-mascot-stage *,.alya-ai-mascot-peek,.alya-ai-mascot-peek *,.alya-ai-v30 .alya-ai-panel{animation:none!important;transition:none!important}
}


/* ALYA AI V3.6 - ROBOT ANIMASYON TAMAMEN KAPALI
   Sohbet paneli çalışır; yalnız mascot/robot katmanı gizlenir. */
.alya-ai-mascot-stage,
.alya-ai-mascot-peek{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
.alya-ai-v30 .alya-ai-panel.alya-ai-panel-knock{
  animation:none!important;
  transform:none!important;
}
