.kontak-launcher {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1200;
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  padding: 8px 17px 8px 8px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg,#071f36 0%,#075fb2 60%,#0c8ce9 100%);
  box-shadow: 0 18px 45px rgba(6,40,72,.28),0 4px 12px rgba(6,40,72,.18);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease,box-shadow .2s ease;
}
.kontak-launcher:hover { transform: translateY(-2px); box-shadow: 0 22px 52px rgba(6,40,72,.34),0 5px 15px rgba(6,40,72,.2); }
.kontak-launcher[hidden] { display: none; }
.kontak-launcher:focus-visible,.kontak-close:focus-visible,.kontak-chip:focus-visible,.kontak-send:focus-visible { outline: 3px solid rgba(15,130,224,.34); outline-offset: 3px; }
.kontak-launcher-avatar,.kontak-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(145deg,#fff,#d9efff);
  box-shadow: inset 0 0 0 1px rgba(5,70,125,.12);
}
.kontak-launcher-avatar { width: 42px; height: 42px; }
.kontak-avatar { width: 44px; height: 44px; }
.kontak-mascot { width: 34px; height: 34px; overflow: visible; }
.kontak-eye { transform-origin: center; animation: kontak-blink 5s infinite; }
.kontak-launcher-copy { display: grid; text-align: left; line-height: 1.05; }
.kontak-launcher-copy small { margin-top: 5px; color: #bfe4ff; font-size: 11px; font-weight: 650; }

.kontak-panel {
  position: fixed;
  right: 24px;
  bottom: 94px;
  z-index: 1201;
  display: grid;
  grid-template-rows: auto minmax(180px,1fr) auto;
  width: min(394px,calc(100vw - 32px));
  height: min(610px,calc(100vh - 126px));
  overflow: hidden;
  border: 1px solid #d6e3ee;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 75px rgba(7,35,60,.27),0 8px 24px rgba(7,35,60,.12);
  transform-origin: right bottom;
  animation: kontak-open .2s ease-out;
}
.kontak-panel[hidden] { display: none; }
.kontak-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 16px;
  color: #fff;
  background: radial-gradient(circle at 92% 0,rgba(40,166,255,.5),transparent 38%),linear-gradient(135deg,#071f36,#075fae);
}
.kontak-heading { min-width: 0; flex: 1; }
.kontak-heading strong { display: block; font-size: 16px; letter-spacing: -.01em; }
.kontak-presence { display: flex; align-items: center; gap: 6px; margin-top: 4px; color: #cbeaff; font-size: 11px; }
.kontak-presence::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #5de3a7; box-shadow: 0 0 0 4px rgba(93,227,167,.14); }
.kontak-close { width: 36px; height: 36px; border: 0; border-radius: 12px; color: #eaf6ff; background: rgba(255,255,255,.1); font: inherit; font-size: 22px; cursor: pointer; }
.kontak-close:hover { background: rgba(255,255,255,.18); }

.kontak-conversation { overflow-y: auto; padding: 17px 15px 14px; background: linear-gradient(180deg,#f5f9fd 0,#fff 32%); scrollbar-width: thin; scrollbar-color: #bfd1e0 transparent; }
.kontak-message { display: flex; margin: 0 0 12px; }
.kontak-message.user { justify-content: flex-end; }
.kontak-bubble { max-width: 88%; padding: 11px 13px; border-radius: 16px 16px 16px 5px; color: #17364f; background: #eef5fa; font-size: 13px; line-height: 1.48; box-shadow: 0 1px 0 rgba(8,47,80,.05); }
.kontak-message.user .kontak-bubble { border-radius: 16px 16px 5px 16px; color: #fff; background: linear-gradient(135deg,#0765bb,#0784dc); }
.kontak-suggestions { display: flex; flex-wrap: wrap; gap: 7px; margin: 4px 0 15px; }
.kontak-chip { padding: 8px 10px; border: 1px solid #bfd7ea; border-radius: 999px; color: #075a9f; background: #fff; font: inherit; font-size: 11px; font-weight: 750; cursor: pointer; }
.kontak-chip:hover { border-color: #0784dc; background: #eef8ff; }
.kontak-result { margin: 0 0 10px; padding: 11px; border: 1px solid #dce8f1; border-radius: 16px; background: #fff; box-shadow: 0 5px 14px rgba(13,54,87,.06); }
.kontak-result-top { display: flex; gap: 10px; align-items: center; }
.kontak-result img { width: 78px; height: 52px; object-fit: contain; border-radius: 10px; background: #f4f7fa; }
.kontak-result-copy { min-width: 0; flex: 1; }
.kontak-result-title { display: block; overflow: hidden; color: #0b2b45; font-size: 13px; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
.kontak-result-package { display: block; overflow: hidden; margin-top: 3px; color: #5b7388; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.kontak-result-price { display: block; margin-top: 5px; color: #0768b9; font-size: 13px; font-weight: 850; }
.kontak-result-reason { margin: 9px 0 0; color: #536d82; font-size: 11px; line-height: 1.4; }
.kontak-result-link { display: inline-flex; margin-top: 9px; color: #075fa9; font-size: 11px; font-weight: 800; text-decoration: none; }
.kontak-result-link:hover { text-decoration: underline; }
.kontak-typing { display: inline-flex; gap: 4px; padding: 12px 14px; border-radius: 16px 16px 16px 5px; background: #eef5fa; }
.kontak-typing i { width: 6px; height: 6px; border-radius: 50%; background: #66859e; animation: kontak-dot 1s infinite ease-in-out; }
.kontak-typing i:nth-child(2) { animation-delay: .15s; }
.kontak-typing i:nth-child(3) { animation-delay: .3s; }

.kontak-compose { padding: 12px 13px 11px; border-top: 1px solid #e2ebf2; background: #fff; }
.kontak-form { display: flex; align-items: flex-end; gap: 8px; padding: 6px 6px 6px 12px; border: 1px solid #c7d8e5; border-radius: 17px; background: #f8fbfd; transition: border-color .2s,box-shadow .2s; }
.kontak-form:focus-within { border-color: #0784dc; box-shadow: 0 0 0 3px rgba(7,132,220,.1); }
.kontak-input { flex: 1; min-width: 0; max-height: 78px; padding: 7px 0; resize: none; border: 0; outline: 0; color: #17364f; background: transparent; font: inherit; font-size: 13px; line-height: 1.35; }
.kontak-input::placeholder { color: #7890a3; }
.kontak-send { display: grid; place-items: center; flex: 0 0 auto; width: 39px; height: 39px; border: 0; border-radius: 13px; color: #fff; background: linear-gradient(135deg,#0765bb,#0792e7); font: inherit; font-size: 18px; cursor: pointer; }
.kontak-send:disabled { cursor: wait; opacity: .55; }
.kontak-disclaimer { margin: 7px 4px 0; color: #778b9b; font-size: 9.5px; line-height: 1.35; text-align: center; }

@keyframes kontak-open { from { opacity: 0; transform: translateY(12px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes kontak-blink { 0%,45%,49%,100% { transform: scaleY(1); } 47% { transform: scaleY(.12); } }
@keyframes kontak-dot { 0%,60%,100% { transform: translateY(0); opacity: .55; } 30% { transform: translateY(-4px); opacity: 1; } }
@media (max-width: 720px) {
  .kontak-launcher { right: 12px; bottom: calc(76px + env(safe-area-inset-bottom)); min-height: 52px; padding: 6px; }
  .kontak-launcher-copy { display: none; }
  .kontak-launcher-avatar { width: 40px; height: 40px; }
  .kontak-panel { left: 12px; right: 12px; bottom: calc(137px + env(safe-area-inset-bottom)); width: auto; height: min(590px,calc(100dvh - 160px)); border-radius: 21px; }
}
@media (prefers-reduced-motion: reduce) {
  .kontak-panel,.kontak-eye,.kontak-typing i { animation: none; }
  .kontak-launcher { transition: none; }
}
@media print { .kontak-launcher,.kontak-panel { display: none !important; } }
