/* =====================================================================
   LASIBOTTI CHAT v2.3.2 — pirteä ja moderni ulkoasu (11.9.2026, päivitys 12.9.2026)
   Värit: --lb-accent (asetuksista, oletus sininen #2563eb), brändikeltainen
   #FFD60A asiakaskuplissa ja napeissa, musta CTA-napit kuten sivuston napit.
   ===================================================================== */
#lasibotti-woocommerce-chat-root {
  --lb-accent: #2563eb;
  --lb-accent-dark: #1e40af;
  --lb-accent-light: #93c5fd;
  --lb-accent-soft: rgba(37,99,235,.10);
  --lb-accent-rgb: 37,99,235;
  --lb-yellow: #FFD60A;
  --lb-yellow-dark: #e6bf00;
  --lb-ink: #0f172a;
  --lb-muted: #64748b;
  --lb-bg: #f3f6fb;
  --lb-white: #fff;
  --lb-radius: 20px;
  --lb-font: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--lb-font);
  color: var(--lb-ink);
  line-height: 1.4;
  box-sizing: border-box;
}
#lasibotti-woocommerce-chat-root *, #lasibotti-woocommerce-chat-root *::before, #lasibotti-woocommerce-chat-root *::after { box-sizing: inherit; }

/* ---------- Avausnappi ---------- */
#lasibotti-woocommerce-chat-root .lbz-bubble {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999999;
  border: 0;
  background: linear-gradient(135deg, var(--lb-accent) 0%, var(--lb-accent-dark) 100%);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 28px rgba(var(--lb-accent-rgb), .40);
  font-family: var(--lb-font);
  transition: transform .15s, box-shadow .15s;
}
#lasibotti-woocommerce-chat-root .lbz-bubble::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  border: 2px solid rgba(var(--lb-accent-rgb), .45);
  animation: lbzPulssi 2.4s ease-out infinite;
  pointer-events: none;
}
#lasibotti-woocommerce-chat-root .lbz-bubble-open::after { display: none; }
@keyframes lbzPulssi { 0% { transform: scale(1); opacity: .9; } 70% { transform: scale(1.18); opacity: 0; } 100% { opacity: 0; } }
#lasibotti-woocommerce-chat-root .lbz-bubble:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(var(--lb-accent-rgb), .48); }
#lasibotti-woocommerce-chat-root .lbz-bubble-label { border-radius: 999px; padding: 12px 20px 12px 12px; }
#lasibotti-woocommerce-chat-root .lbz-bubble-icon { border-radius: 50%; width: 62px; height: 62px; justify-content: center; padding: 0; }
#lasibotti-woocommerce-chat-root .lbz-bubble-label .lbz-bubble-ico {
  width: 32px; height: 32px; border-radius: 50%; background: var(--lb-yellow); color: #111;
  display: inline-flex; align-items: center; justify-content: center; font-size: 16px;
}
#lasibotti-woocommerce-chat-root .lbz-bubble-icon .lbz-bubble-ico { font-size: 26px; line-height: 1; }
#lasibotti-woocommerce-chat-root .lbz-bubble-txt { white-space: nowrap; }
#lasibotti-woocommerce-chat-root .lbz-unread {
  position: absolute; top: -6px; right: -6px; width: 22px; height: 22px;
  display: flex; align-items: center; justify-content: center;
  background: #ef4444; color: #fff; border-radius: 50%; font-size: 12px; font-weight: 900; border: 2px solid #fff;
}

/* ---------- Paneeli ---------- */
#lasibotti-woocommerce-chat-root .lbz-panel {
  position: fixed;
  right: 22px;
  bottom: 96px;
  z-index: 999999;
  width: min(400px, calc(100vw - 28px));
  height: min(680px, calc(100vh - 120px));
  background: var(--lb-white);
  border-radius: var(--lb-radius);
  box-shadow: 0 24px 70px rgba(15,23,42,.30), 0 0 0 1px rgba(15,23,42,.06);
  overflow: hidden;
  display: none;
  transform-origin: bottom right;
}
#lasibotti-woocommerce-chat-root.lbz-size-iso .lbz-panel {
  width: min(460px, calc(100vw - 28px));
  height: min(760px, calc(100vh - 120px));
}
#lasibotti-woocommerce-chat-root .lbz-panel.lbz-iso {
  width: min(700px, calc(100vw - 28px));
  height: calc(100vh - 40px);
  bottom: 20px;
}
#lasibotti-woocommerce-chat-root .lbz-panel.lbz-open {
  display: flex;
  flex-direction: column;
  animation: lbzAvaus .22s ease-out;
}
@keyframes lbzAvaus { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }

/* ---------- Otsikko ---------- */
#lasibotti-woocommerce-chat-root .lbz-head {
  background: linear-gradient(120deg, var(--lb-accent-dark) 0%, var(--lb-accent) 55%, var(--lb-accent-light) 140%);
  color: #fff;
  padding: 12px 12px 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
#lasibotti-woocommerce-chat-root .lbz-head-avatar {
  width: 42px; height: 42px; border-radius: 50%; background: var(--lb-yellow); color: #111;
  display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,.18);
}
#lasibotti-woocommerce-chat-root .lbz-head-titles { flex: 1; min-width: 0; }
#lasibotti-woocommerce-chat-root .lbz-title { font-weight: 900; font-size: 17px; line-height: 1.2; letter-spacing: .2px; display: flex; align-items: center; gap: 8px; }
#lasibotti-woocommerce-chat-root .lbz-title-tag {
  font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .6px;
  background: rgba(255,255,255,.18); padding: 3px 7px; border-radius: 999px;
}
#lasibotti-woocommerce-chat-root .lbz-sub { font-size: 12px; opacity: .95; margin-top: 3px; display: flex; align-items: center; gap: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#lasibotti-woocommerce-chat-root .lbz-dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; flex-shrink: 0; background: #94a3b8; }
#lasibotti-woocommerce-chat-root .lbz-dot-on { background: #22c55e; box-shadow: 0 0 0 3px rgba(34,197,94,.30); }
#lasibotti-woocommerce-chat-root .lbz-dot-busy { background: #f59e0b; }
#lasibotti-woocommerce-chat-root .lbz-dot-off { background: #cbd5e1; }
#lasibotti-woocommerce-chat-root .lbz-head-actions { display: flex; gap: 4px; flex-shrink: 0; }
#lasibotti-woocommerce-chat-root .lbz-iconbtn {
  border: 0; background: rgba(255,255,255,.14); color: #fff; width: 34px; height: 34px; border-radius: 10px;
  cursor: pointer; font-size: 18px; line-height: 1; display: flex; align-items: center; justify-content: center;
  transition: background .15s;
}
#lasibotti-woocommerce-chat-root .lbz-iconbtn:hover { background: rgba(255,255,255,.28); }
#lasibotti-woocommerce-chat-root .lbz-close { font-size: 26px; }
#lasibotti-woocommerce-chat-root .lbz-reset { font-size: 19px; }

/* ---------- Viestialue ---------- */
#lasibotti-woocommerce-chat-root .lbz-body { position: relative; flex: 1; min-height: 0; display: flex; }
#lasibotti-woocommerce-chat-root .lbz-msgs {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  background: linear-gradient(180deg, #eef3fb 0%, var(--lb-bg) 100%);
  padding: 16px 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
}
#lasibotti-woocommerce-chat-root .lbz-jump {
  position: absolute; right: 14px; bottom: 12px; width: 38px; height: 38px;
  border: 0; border-radius: 50%; background: var(--lb-ink); color: var(--lb-yellow); font-weight: 900; font-size: 18px; line-height: 1;
  padding: 0; cursor: pointer; box-shadow: 0 8px 20px rgba(15,23,42,.35); display: none; align-items: center; justify-content: center;
  animation: lbzAvaus .2s ease-out;
}
#lasibotti-woocommerce-chat-root .lbz-jump:hover { background: var(--lb-accent); }

#lasibotti-woocommerce-chat-root .lbz-row { display: flex; align-items: flex-end; gap: 8px; }
#lasibotti-woocommerce-chat-root .lbz-row-bot { justify-content: flex-start; }
#lasibotti-woocommerce-chat-root .lbz-row-user { justify-content: flex-end; }
#lasibotti-woocommerce-chat-root .lbz-avatar {
  width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, var(--lb-accent), var(--lb-accent-dark)); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; box-shadow: 0 2px 6px rgba(var(--lb-accent-rgb), .35);
}
#lasibotti-woocommerce-chat-root .lbz-avatar-admin { background: linear-gradient(135deg, #111, #334155); }

#lasibotti-woocommerce-chat-root .lbz-msg {
  max-width: 84%;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  line-height: 1.45;
  font-size: 14.5px;
  padding: 11px 14px;
}
#lasibotti-woocommerce-chat-root .lbz-bot {
  background: var(--lb-white);
  color: var(--lb-ink);
  border-radius: 18px 18px 18px 5px;
  box-shadow: 0 2px 8px rgba(15,23,42,.07), 0 0 0 1px rgba(15,23,42,.04);
}
#lasibotti-woocommerce-chat-root .lbz-msg-tarjous { max-width: 96%; padding: 6px; background: transparent; box-shadow: none; }
#lasibotti-woocommerce-chat-root .lbz-user {
  background: linear-gradient(135deg, #ffe066 0%, var(--lb-yellow) 100%);
  color: #111;
  border-radius: 18px 18px 5px 18px;
  box-shadow: 0 3px 10px rgba(230,191,0,.35);
  font-weight: 500;
}
#lasibotti-woocommerce-chat-root .lbz-msg.lbz-admin { background: #111 !important; color: #fff !important; }
#lasibotti-woocommerce-chat-root .lbz-msg.lbz-admin .lbz-textlink { color: var(--lb-yellow); }

#lasibotti-woocommerce-chat-root .lbz-textlink { color: var(--lb-accent); text-decoration: underline; font-weight: 700; word-break: break-all; }
#lasibotti-woocommerce-chat-root .lbz-actions { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; white-space: normal; }
#lasibotti-woocommerce-chat-root .lbz-btnlink {
  display: inline-flex; align-items: center; justify-content: center; text-align: center;
  border-radius: 12px; text-decoration: none !important; font-weight: 900; font-size: 14px;
  padding: 12px 14px; transition: transform .12s, box-shadow .12s, background .12s;
}
#lasibotti-woocommerce-chat-root .lbz-btnlink:hover { transform: translateY(-1px); }
#lasibotti-woocommerce-chat-root .lbz-btnlink-pri { background: #111; color: var(--lb-yellow) !important; border: 2px solid #111; box-shadow: 0 6px 16px rgba(0,0,0,.20); }
#lasibotti-woocommerce-chat-root .lbz-btnlink-pri:hover { background: var(--lb-yellow); color: #111 !important; border-color: var(--lb-yellow); }
#lasibotti-woocommerce-chat-root .lbz-btnlink-sec { background: #fff; color: var(--lb-accent-dark) !important; border: 2px solid var(--lb-accent); }
#lasibotti-woocommerce-chat-root .lbz-btnlink-sec:hover { background: var(--lb-accent-soft); }
#lasibotti-woocommerce-chat-root .lbz-imgwrap { display: block; margin-top: 8px; }
#lasibotti-woocommerce-chat-root .lbz-img { max-width: 100%; max-height: 240px; border-radius: 12px; display: block; background: #fff; border: 1px solid rgba(15,23,42,.08); }

/* Kuplan sisäiset pikavalinnat (tuotesivu) */
#lasibotti-woocommerce-chat-root .lbz-msgchips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; white-space: normal; }

/* ---------- Tarjouskortti ---------- */
#lasibotti-woocommerce-chat-root .lbz-tarjous {
  background: #fff; border-radius: 16px; overflow: hidden; white-space: normal;
  box-shadow: 0 6px 20px rgba(15,23,42,.10), 0 0 0 1px rgba(15,23,42,.05);
  border-left: 6px solid var(--lb-yellow);
}
#lasibotti-woocommerce-chat-root .lbz-tarjous-head {
  background: var(--lb-ink); color: #fff; padding: 12px 14px; display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
#lasibotti-woocommerce-chat-root .lbz-tarjous-title { font-weight: 900; font-size: 13px; text-transform: uppercase; letter-spacing: .6px; opacity: .9; }
#lasibotti-woocommerce-chat-root .lbz-tarjous-total { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.1; }
#lasibotti-woocommerce-chat-root .lbz-tarjous-total-label { font-size: 10px; text-transform: uppercase; letter-spacing: .6px; opacity: .8; }
#lasibotti-woocommerce-chat-root .lbz-tarjous-total-sum { font-size: 24px; font-weight: 900; color: var(--lb-yellow); }
#lasibotti-woocommerce-chat-root .lbz-tarjous-body { padding: 6px 12px 10px; }
#lasibotti-woocommerce-chat-root .lbz-tarjous-row { display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 1px solid #eef1f5; }
#lasibotti-woocommerce-chat-root .lbz-tarjous-row-err { background: #fff5f5; margin: 0 -12px; padding: 9px 12px; }
#lasibotti-woocommerce-chat-root .lbz-tarjous-row-left { min-width: 0; flex: 1; }
#lasibotti-woocommerce-chat-root .lbz-tarjous-row-name { font-weight: 800; font-size: 14px; }
#lasibotti-woocommerce-chat-root .lbz-tarjous-row-info { font-size: 12.5px; color: var(--lb-muted); margin-top: 2px; }
#lasibotti-woocommerce-chat-root .lbz-tarjous-row-price { font-weight: 900; font-size: 15px; white-space: nowrap; color: var(--lb-ink); }
#lasibotti-woocommerce-chat-root .lbz-tarjous-sum { display: flex; justify-content: space-between; gap: 10px; padding: 6px 0 0; font-size: 13px; color: var(--lb-muted); }
#lasibotti-woocommerce-chat-root .lbz-tarjous-sum-total { font-weight: 900; color: var(--lb-ink); font-size: 15px; padding-top: 8px; }
#lasibotti-woocommerce-chat-root .lbz-tarjous-note { font-size: 11px; color: var(--lb-muted); margin-top: 6px; }
#lasibotti-woocommerce-chat-root .lbz-tarjous-actions { display: flex; flex-direction: column; gap: 8px; padding: 4px 12px 12px; }
#lasibotti-woocommerce-chat-root .lbz-tarjous-help { font-size: 11.5px; color: var(--lb-muted); line-height: 1.35; padding: 0 12px 12px; margin-top: -4px; white-space: normal; }
#lasibotti-woocommerce-chat-root .lbz-tarjous-after {
  margin-top: 8px; background: #fff; border-radius: 16px; padding: 11px 14px; white-space: pre-wrap;
  box-shadow: 0 2px 8px rgba(15,23,42,.07), 0 0 0 1px rgba(15,23,42,.04);
}

/* ---------- Tuotekortit ---------- */
#lasibotti-woocommerce-chat-root .lbz-tuotteet { display: flex; flex-direction: column; gap: 8px; margin-top: 10px; white-space: normal; }
#lasibotti-woocommerce-chat-root .lbz-tuote {
  display: flex; gap: 12px; align-items: center; text-decoration: none !important; color: var(--lb-ink) !important;
  background: #fff; border: 1px solid rgba(15,23,42,.10); border-radius: 14px; padding: 8px; transition: box-shadow .15s, transform .12s;
}
#lasibotti-woocommerce-chat-root .lbz-tuote:hover { box-shadow: 0 8px 20px rgba(var(--lb-accent-rgb), .18); transform: translateY(-1px); border-color: var(--lb-accent-light); }
#lasibotti-woocommerce-chat-root .lbz-tuote-img { width: 72px; height: 72px; object-fit: cover; border-radius: 10px; background: #f1f5f9; flex-shrink: 0; }
#lasibotti-woocommerce-chat-root .lbz-tuote-noimg { display: flex; align-items: center; justify-content: center; font-size: 30px; }
#lasibotti-woocommerce-chat-root .lbz-tuote-info { min-width: 0; flex: 1; }
#lasibotti-woocommerce-chat-root .lbz-tuote-name { font-weight: 800; font-size: 13.5px; line-height: 1.25; }
#lasibotti-woocommerce-chat-root .lbz-tuote-price { font-weight: 900; font-size: 14px; color: var(--lb-accent-dark); margin-top: 3px; }
#lasibotti-woocommerce-chat-root .lbz-tuote-link { font-size: 11.5px; color: var(--lb-accent); font-weight: 700; margin-top: 3px; }
#lasibotti-woocommerce-chat-root .lbz-kuvatila { font-size: 12px; font-weight: 700; color: #1f2937; margin-top: 6px; opacity: .85; }

/* ---------- Pikavalinnat (yksi rivi) ---------- */
#lasibotti-woocommerce-chat-root .lbz-quick { padding: 8px 10px 0; background: #fff; border-top: 1px solid #eef1f5; flex-shrink: 0; }
#lasibotti-woocommerce-chat-root .lbz-chiprow {
  display: flex; gap: 6px; overflow-x: auto; overflow-y: hidden; padding-bottom: 8px; scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  -webkit-mask-image: linear-gradient(90deg, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 88%, transparent 100%);
}
#lasibotti-woocommerce-chat-root .lbz-chiprow::-webkit-scrollbar { height: 5px; }
#lasibotti-woocommerce-chat-root .lbz-chiprow::-webkit-scrollbar-thumb { background: #dbe3ee; border-radius: 999px; }
#lasibotti-woocommerce-chat-root .lbz-chip {
  border: 1.5px solid rgba(var(--lb-accent-rgb), .35);
  background: var(--lb-accent-soft);
  color: var(--lb-accent-dark);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  font-family: var(--lb-font);
  transition: background .15s, color .15s, transform .12s;
}
#lasibotti-woocommerce-chat-root .lbz-chip:hover { background: var(--lb-accent); color: #fff; transform: translateY(-1px); }
#lasibotti-woocommerce-chat-root .lbz-chip-pri { background: var(--lb-yellow); border-color: var(--lb-yellow-dark); color: #111; }
#lasibotti-woocommerce-chat-root .lbz-chip-pri:hover { background: #111; color: var(--lb-yellow); }
#lasibotti-woocommerce-chat-root .lbz-chip:disabled { opacity: .5; cursor: not-allowed; }

/* ---------- Syöttö ---------- */
#lasibotti-woocommerce-chat-root .lbz-form {
  display: flex; gap: 8px; align-items: flex-end; padding: 10px 10px 8px; background: #fff; border-top: 1px solid #eef1f5; flex-shrink: 0;
}
#lasibotti-woocommerce-chat-root .lbz-tools { display: flex; gap: 2px; align-items: center; padding-bottom: 2px; }
#lasibotti-woocommerce-chat-root .lbz-quick-toggle, #lasibotti-woocommerce-chat-root .lbz-attach {
  border: 0; background: transparent; width: 36px; height: 36px; border-radius: 10px; font-size: 18px; cursor: pointer; color: var(--lb-muted);
  display: flex; align-items: center; justify-content: center; transition: background .15s;
}
#lasibotti-woocommerce-chat-root .lbz-quick-toggle:hover, #lasibotti-woocommerce-chat-root .lbz-attach:hover { background: var(--lb-accent-soft); }
#lasibotti-woocommerce-chat-root .lbz-quick-toggle-on { color: var(--lb-accent); background: var(--lb-accent-soft); }
#lasibotti-woocommerce-chat-root .lbz-input {
  flex: 1; resize: none; border: 1.5px solid #dbe3ee; border-radius: 14px; padding: 10px 12px; font-size: 14.5px; line-height: 1.35;
  min-height: 40px; max-height: 120px; font-family: var(--lb-font); background: #f8fafc; color: var(--lb-ink); outline: none; transition: border-color .15s, box-shadow .15s;
}
#lasibotti-woocommerce-chat-root .lbz-input:focus { border-color: var(--lb-accent); box-shadow: 0 0 0 3px var(--lb-accent-soft); background: #fff; }
#lasibotti-woocommerce-chat-root .lbz-send {
  border: 0; border-radius: 14px; width: 46px; height: 42px; background: linear-gradient(135deg, var(--lb-accent), var(--lb-accent-dark)); color: #fff;
  font-weight: 900; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0;
  box-shadow: 0 6px 14px rgba(var(--lb-accent-rgb), .35); transition: transform .12s;
}
#lasibotti-woocommerce-chat-root .lbz-send:hover { transform: translateY(-1px); }
#lasibotti-woocommerce-chat-root .lbz-send:disabled, #lasibotti-woocommerce-chat-root .lbz-input:disabled { opacity: .55; cursor: not-allowed; transform: none; }
#lasibotti-woocommerce-chat-root .lbz-human {
  display: block; margin: 8px 10px 0; padding: 9px; width: calc(100% - 20px);
  border: 1.5px dashed #111; background: #fffbe6; color: #111; border-radius: 12px; font-size: 13px; font-weight: 800; cursor: pointer; font-family: var(--lb-font);
}
#lasibotti-woocommerce-chat-root .lbz-human:hover { background: var(--lb-yellow); }
#lasibotti-woocommerce-chat-root .lbz-disclaimer {
  padding: 6px 14px 9px; background: #fff; font-size: 10.5px; line-height: 1.35; color: #94a3b8; text-align: center; flex-shrink: 0;
}

/* ---------- Mobiili: koko ruutu ---------- */
@media (max-width: 600px) {
  #lasibotti-woocommerce-chat-root .lbz-bubble { right: 14px; bottom: 14px; }
  #lasibotti-woocommerce-chat-root .lbz-panel, #lasibotti-woocommerce-chat-root .lbz-panel.lbz-iso, #lasibotti-woocommerce-chat-root.lbz-size-iso .lbz-panel {
    right: 0; bottom: 0; left: 0; top: 0;
    width: 100vw; height: 100vh; height: 100dvh; max-height: none; border-radius: 0;
  }
  #lasibotti-woocommerce-chat-root.lbz-chat-open .lbz-bubble { display: none; }
  #lasibotti-woocommerce-chat-root .lbz-expand { display: none; }
  #lasibotti-woocommerce-chat-root .lbz-msg { max-width: 88%; }
  #lasibotti-woocommerce-chat-root .lbz-input { font-size: 16px; } /* iOS: ei zoomia */
}
@media (prefers-reduced-motion: reduce) {
  #lasibotti-woocommerce-chat-root .lbz-bubble::after { animation: none; }
  #lasibotti-woocommerce-chat-root .lbz-msgs { scroll-behavior: auto; }
}

/* ---------- Tarjous-/apu-popup (viiveellä) ---------- */
.lbz-offer{position:fixed;inset:0;z-index:2147483003;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(6,16,32,.30);color:#0b1830}
.lbz-offer.lbz-pop-open{display:flex}
.lbz-offer-card{position:relative;width:100%;max-width:380px;background:#fff;border-radius:20px;box-shadow:0 22px 60px rgba(8,22,44,.28);overflow:hidden;color:#0b1830;border-top:6px solid #FFD60A}
.lbz-offer-copy{position:relative;z-index:2;padding:22px 20px 20px;background:linear-gradient(160deg,#fff 0%,#f4f8ff 100%)}
.lbz-offer-title{font-family:"Segoe UI",Roboto,Arial,sans-serif;font-size:22px;line-height:1.15;font-weight:900;margin:0;color:#0f172a}
.lbz-offer-line{width:52px;height:4px;background:#FFD60A;margin:12px 0 11px;border-radius:999px}
.lbz-offer-text{font-size:14.5px;line-height:1.4;margin:0 0 16px;color:#334155}
.lbz-offer-actions{display:flex;gap:8px;align-items:center}
.lbz-offer-open{border:0;border-radius:12px;background:#111;color:#FFD60A;font-size:15px;font-weight:900;padding:12px 18px;min-width:132px;box-shadow:0 10px 22px rgba(0,0,0,.22);cursor:pointer}
.lbz-offer-open:hover{background:#FFD60A;color:#111}
.lbz-offer-dismiss{border:1.5px solid #dbe3ee;background:#fff;color:#334155;border-radius:12px;font-size:14px;font-weight:800;padding:11px 14px;cursor:pointer}
.lbz-offer-dismiss:hover{background:#f4f8fc}
.lbz-offer-x{position:absolute;right:10px;top:12px;z-index:4;width:32px;height:32px;border:0;background:#f1f5f9;border-radius:999px;color:#0b1830;font-size:24px;line-height:28px;cursor:pointer}
.lbz-offer-x:hover{background:#e2e8f0}
@media (max-width:520px){.lbz-offer{padding:14px}.lbz-offer-copy{padding:18px 16px 16px}.lbz-offer-title{font-size:20px}.lbz-offer-actions{display:grid;grid-template-columns:1fr auto}.lbz-offer-open{width:100%;min-width:0}}

/* ---------- Odotusanimaatio ---------- */
.lbz-dots { display: inline-flex; gap: 4px; padding: 2px 0; }
.lbz-dots i { width: 7px; height: 7px; border-radius: 50%; background: #94a3b8; animation: lbzPomppu 1.2s infinite; }
.lbz-dots i:nth-child(2) { animation-delay: .15s; }
.lbz-dots i:nth-child(3) { animation-delay: .3s; }
@keyframes lbzPomppu { 0%, 60%, 100% { transform: translateY(0); } 30% { transform: translateY(-5px); } }
.lbz-odotusteksti { margin-top: 4px; color: #64748b; font-size: 13px; }
