.izum-chat{--izum-chat-accent:#d4af37;--izum-chat-accent-ink:#1a1508;--izum-chat-surface:#ffffff;--izum-chat-ink:#1d2129;--izum-chat-muted:#6b7280;--izum-chat-line:#e5e7eb;--izum-chat-in:#2f3542;--izum-chat-radius:16px;--izum-chat-shadow:0 12px 40px rgba( 0, 0, 0, 0.18 );position:fixed;right:20px;bottom:20px;z-index:99990;font-family:inherit;line-height:1.45}.izum-chat[hidden]{display:none}.izum-chat__launcher{position:relative;display:flex;align-items:center;justify-content:center;width:58px;height:58px;margin-left:auto;padding:0;border:0;border-radius:50%;background:var(--izum-chat-accent);color:var(--izum-chat-accent-ink);box-shadow:var(--izum-chat-shadow);cursor:pointer;transition:transform 0.18s ease}.izum-chat__launcher:hover{transform:scale(1.06)}.izum-chat__badge{position:absolute;top:-2px;right:-2px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:#e0245e;color:#fff;font-size:12px;font-weight:700;line-height:20px;text-align:center}.izum-chat__badge[hidden]{display:none}.izum-chat__teaser{position:relative;width:min(320px, calc( 100vw - 40px ));margin-bottom:12px;padding:16px;border-radius:var(--izum-chat-radius);background:var(--izum-chat-surface);color:var(--izum-chat-ink);box-shadow:var(--izum-chat-shadow);animation:izum-chat-pop 0.28s ease}.izum-chat__teaser[hidden]{display:none}@keyframes izum-chat-pop{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.izum-chat__teaser{animation:none}.izum-chat__launcher{transition:none}}.izum-chat__teaser-body{display:flex;gap:12px;align-items:flex-start}.izum-chat__teaser-text{margin:0;font-size:14px}.izum-chat__teaser-close{position:absolute;top:6px;right:10px;border:0;background:none;color:var(--izum-chat-muted);font-size:20px;line-height:1;cursor:pointer}.izum-chat__teaser-cta{display:block;width:100%;margin-top:12px;padding:9px 14px;border:0;border-radius:10px;background:var(--izum-chat-accent);color:var(--izum-chat-accent-ink);font-size:14px;font-weight:600;cursor:pointer}.izum-chat__avatar{flex:0 0 auto;width:44px;height:44px;border-radius:50%;object-fit:cover}.izum-chat__avatar--letter{display:flex;align-items:center;justify-content:center;background:var(--izum-chat-accent);color:var(--izum-chat-accent-ink);font-size:18px;font-weight:700}.izum-chat__panel{display:flex;flex-direction:column;width:min(370px, calc( 100vw - 32px ));height:min(560px, calc( 100vh - 120px ));margin-bottom:12px;overflow:hidden;border-radius:var(--izum-chat-radius);background:var(--izum-chat-surface);color:var(--izum-chat-ink);box-shadow:var(--izum-chat-shadow)}.izum-chat__panel[hidden]{display:none}.izum-chat__header{display:flex;gap:12px;align-items:center;padding:14px 16px;border-bottom:1px solid var(--izum-chat-line)}.izum-chat__header .izum-chat__avatar{width:40px;height:40px}.izum-chat__header-text{display:flex;flex-direction:column;min-width:0}.izum-chat__header-text strong{font-size:15px}.izum-chat__header-text span{overflow:hidden;color:var(--izum-chat-muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.izum-chat__close{margin-left:auto;border:0;background:none;color:var(--izum-chat-muted);font-size:24px;line-height:1;cursor:pointer}.izum-chat__log{flex:1 1 auto;padding:16px;overflow-y:auto;overscroll-behavior:contain}.izum-chat__msg{display:flex;flex-direction:column;max-width:82%;margin-bottom:12px}.izum-chat__msg--in{margin-left:auto;align-items:flex-end}.izum-chat__bubble{padding:9px 13px;border-radius:14px;font-size:14px;overflow-wrap:anywhere}.izum-chat__msg--in .izum-chat__bubble{border-bottom-right-radius:4px;background:var(--izum-chat-in);color:#fff}.izum-chat__msg--out .izum-chat__bubble{border-bottom-left-radius:4px;background:#f1f3f6}.izum-chat__msg--system .izum-chat__bubble{background:#fdf6e3;color:#6b5a1e;font-size:13px}.izum-chat__bubble a{color:inherit;text-decoration:underline}.izum-chat__time{margin-top:3px;color:var(--izum-chat-muted);font-size:11px}.izum-chat__lead{display:flex;flex-direction:column;gap:8px;padding:12px 16px;border-top:1px solid var(--izum-chat-line);background:#fdf6e3}.izum-chat__lead[hidden]{display:none}.izum-chat__lead input{padding:9px 12px;border:1px solid var(--izum-chat-line);border-radius:10px;font-size:14px}.izum-chat__lead button{padding:9px 12px;border:0;border-radius:10px;background:var(--izum-chat-accent);color:var(--izum-chat-accent-ink);font-size:14px;font-weight:600;cursor:pointer}.izum-chat__form{display:flex;gap:8px;align-items:flex-end;padding:12px 16px;border-top:1px solid var(--izum-chat-line)}.izum-chat__form textarea{flex:1 1 auto;max-height:120px;padding:10px 12px;border:1px solid var(--izum-chat-line);border-radius:12px;font-family:inherit;font-size:14px;line-height:1.4;resize:none}.izum-chat__form button{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:50%;background:var(--izum-chat-accent);color:var(--izum-chat-accent-ink);cursor:pointer}@media (max-width:480px){.izum-chat{right:12px;bottom:12px}.izum-chat__panel{width:calc(100vw - 24px);height:min(78vh, calc( 100vh - 100px ))}}