.jml-chatbot-root{--jml-radius:16px;--jml-shadow:0 18px 45px rgba(0,0,0,.25);--jml-border:rgba(255,255,255,.10);--jml-border-2:rgba(255,255,255,.14);--jml-bg:#0b0f17;--jml-surface:rgba(255,255,255,.06);--jml-text:rgba(255,255,255,.92);--jml-muted:rgba(255,255,255,.70);--jml-faint:rgba(255,255,255,.55);--jml-accent:#e29700;--jml-accent-2:#f2d06b;--jml-user:rgba(212,175,55,.16);--jml-input-bg:rgba(255,255,255,.08);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;color:var(--jml-text)}.jml-chatbot-root[data-theme="light"]{--jml-border:rgba(10,16,24,.12);--jml-border-2:rgba(10,16,24,.16);--jml-bg:#ffffff;--jml-surface:rgba(10,16,24,.04);--jml-text:rgba(10,16,24,.92);--jml-muted:rgba(10,16,24,.72);--jml-faint:rgba(10,16,24,.55);--jml-input-bg:rgba(10,16,24,.05);--jml-shadow:0 18px 45px rgba(10,16,24,.14);--jml-user:rgba(212,175,55,.18)}.jml-chatbot-root[data-mode="floating"]{position:fixed;z-index:999999;bottom:18px;width:min(380px, calc(100vw - 28px))}.jml-chatbot-root[data-mode="floating"][data-position="right"]{right:18px}.jml-chatbot-root[data-mode="floating"][data-position="left"]{left:18px}.jml-chatbot-root[data-mode="inline"]{position:relative;width:100%;max-width:760px;margin:18px auto}.jml-chat-trigger{display:inline-flex;align-items:center;gap:10px;padding:12px 14px;border-radius:999px;border:1px solid var(--jml-border);background:linear-gradient(180deg,var(--jml-surface),transparent);color:var(--jml-text);cursor:pointer;box-shadow:var(--jml-shadow);backdrop-filter:blur(10px);user-select:none;transition:transform .12s ease,border-color .12s ease,opacity .12s ease}.jml-chat-trigger:hover{transform:translateY(-1px);border-color:var(--jml-border-2)}.jml-chat-trigger-dot{width:10px;height:10px;border-radius:99px;background:var(--jml-accent);box-shadow:0 0 0 4px rgba(212,175,55,.22)}.jml-chat-trigger-text{font-weight:650;letter-spacing:.2px}.jml-chat-panel{margin-top:10px;border-radius:var(--jml-radius);border:1px solid var(--jml-border);background:radial-gradient(900px 380px at 20% -30%,rgba(212,175,55,.14),transparent 55%),radial-gradient(900px 380px at 90% -20%,rgba(255,255,255,.06),transparent 60%),var(--jml-bg);box-shadow:var(--jml-shadow);overflow:hidden;display:none}.jml-chatbot-root.is-open .jml-chat-panel{display:block}.jml-chat-header{display:flex;justify-content:space-between;align-items:center;padding:14px;background:linear-gradient(180deg,var(--jml-surface),transparent);border-bottom:1px solid var(--jml-border)}.jml-chat-title{font-size:14px;font-weight:750}.jml-chat-subtitle{font-size:12px;color:var(--jml-muted);margin-top:2px}.jml-chat-close{border:1px solid var(--jml-border);background:transparent;color:var(--jml-text);width:34px;height:34px;border-radius:10px;cursor:pointer}.jml-chat-body{padding:14px 14px 8px;height:360px;overflow:auto}.jml-messages{display:grid;gap:10px}.jml-msg{display:flex}.jml-msg-user{justify-content:flex-end}.jml-msg-bot{justify-content:flex-start}.jml-bubble{max-width:85%;padding:10px 12px;border-radius:14px;border:1px solid var(--jml-border);background:var(--jml-surface);font-size:13px;line-height:1.35}.jml-msg-user .jml-bubble{background:linear-gradient(180deg,var(--jml-user),transparent);border-color:rgba(212,175,55,.28)}.jml-cta{margin-top:8px}.jml-cta a{display:inline-flex;padding:9px 12px;border-radius:12px;border:1px solid rgba(212,175,55,.35);background:linear-gradient(180deg,rgba(212,175,55,.22),rgba(212,175,55,.08));color:var(--jml-text);text-decoration:none;font-weight:700}.jml-quick{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.jml-quick button{border:1px solid var(--jml-border);background:transparent;color:var(--jml-text);border-radius:999px;padding:8px 10px;font-size:12px;cursor:pointer}.jml-chat-footer{padding:12px 14px 14px;border-top:1px solid var(--jml-border);background:linear-gradient(180deg,transparent,var(--jml-surface))}.jml-chat-inputrow{display:grid;grid-template-columns:1fr auto;gap:10px}.jml-input{border-radius:12px;border:1px solid var(--jml-border);background:var(--jml-input-bg);color:var(--jml-text);padding:10px 12px;outline:none;font-size:13px}.jml-input::placeholder{color:var(--jml-faint)}.jml-send{border-radius:12px;border:1px solid rgba(212,175,55,.45);background:linear-gradient(180deg,rgba(212,175,55,.30),rgba(212,175,55,.10));color:var(--jml-text);padding:10px 14px;font-weight:750;cursor:pointer}.jml-send:disabled{opacity:.55;cursor:not-allowed}.jml-chat-meta{display:flex;justify-content:space-between;gap:10px;margin-top:10px}.jml-chat-book{color:var(--jml-accent-2);text-decoration:none;font-weight:700}.jml-chat-disclaimer{font-size:11px;color:var(--jml-muted)}.jml-chatbot-root.is-sending .jml-send::after{content:"";display:inline-block;width:14px;height:14px;margin-left:8px;border-radius:99px;border:2px solid rgba(255,255,255,.35);border-top-color:rgba(255,255,255,.85);vertical-align:-2px;animation:jmlspin .8s linear infinite}@keyframes jmlspin{to{transform:rotate(360deg)}}@media (max-width:480px){.jml-chat-body{height:340px}.jml-bubble{max-width:92%}}.jml-chatbot-root[data-mode="inline"] .jml-chat-panel{display:block}.jml-chatbot-root[data-mode="inline"] .jml-chat-trigger{display:none!important}.jml-chatbot-root[data-mode="inline"] .jml-chat-close{display:none!important}html body .jml-chatbot-root[data-mode="floating"]{position:fixed!important;right:8px!important;left:auto!important;bottom:12px!important;margin:0!important;transform:none!important}html body .jml-chatbot-root[data-mode="floating"][data-position="left"]{left:8px!important;right:auto!important}@media (max-width:640px){html body .jml-chatbot-root[data-mode="floating"]{right:calc(2px + env(safe-area-inset-right))!important;bottom:calc(8px + env(safe-area-inset-bottom))!important}html body .jml-chatbot-root[data-mode="floating"][data-position="left"]{left:calc(2px + env(safe-area-inset-left))!important}}html body .jml-chatbot-root[data-mode="floating"]{position:fixed!important;right:calc(2px + env(safe-area-inset-right))!important;left:auto!important;bottom:calc(10px + env(safe-area-inset-bottom))!important;margin:0!important;transform:none!important}html body .jml-chatbot-root[data-mode="floating"] .jml-chat-trigger{margin:0!important;transform:none!important}@media (max-width:640px){html body .jml-chatbot-root[data-mode="floating"].is-open{right:0!important;left:0!important;bottom:0!important;top:0!important;width:100vw!important;height:100vh!important;max-width:100vw!important}html body .jml-chatbot-root[data-mode="floating"].is-open .jml-chat-panel{height:100vh!important;width:100vw!important;border-radius:0!important;margin-top:0!important}html body .jml-chatbot-root[data-mode="floating"].is-open .jml-chat-body{height:auto!important;flex:1 1 auto!important}}html body .jml-chatbot-root[data-mode="floating"][data-position="left"]:not(.is-open){left:calc(2px + env(safe-area-inset-left))!important;right:auto!important}html body .jml-chatbot-root[data-mode="floating"]:not(.is-open){width:auto!important;max-width:none!important}html body .jml-chat-body{padding-bottom:18px!important;overflow-x:hidden}html body .jml-wizard .jml-wizard-options button{-webkit-appearance:none!important;appearance:none!important;background:rgba(255,255,255,.06)!important;color:var(--jml-text)!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:none!important;text-shadow:none!important;font-family:inherit!important;line-height:1.15!important;min-height:40px;padding:10px 12px!important;border-radius:14px!important;white-space:normal;text-align:center}html body .jml-wizard .jml-wizard-options button:hover,html body .jml-wizard .jml-wizard-options button:focus{border-color:rgba(226,151,0,.55)!important;outline:none!important}html body .jml-wizard .jml-wizard-options button:active{transform:translateY(1px)}@media (max-width:640px){html body .jml-wizard .jml-wizard-options{display:grid!important;grid-template-columns:1fr 1fr;gap:10px}html body .jml-wizard .jml-wizard-options button{width:100%!important}}html body .jml-quick{gap:8px!important}html body .jml-quick button{-webkit-appearance:none!important;appearance:none!important;background:rgba(255,255,255,.06)!important;color:var(--jml-text)!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:999px!important;padding:8px 10px!important;font-weight:700;line-height:1.1}html body .jml-chat-inputrow{gap:10px!important}html body .jml-input{background:rgba(0,0,0,.25)!important;color:var(--jml-text)!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:14px!important;height:44px}html body .jml-send{height:44px;border-radius:14px!important}html body .jml-cta-slot .jml-cta-bar{gap:12px}html body .jml-cta-bar .jml-cta-primary,html body .jml-cta-bar .jml-cta-secondary{min-height:44px}@media (max-width:640px){html body .jml-chatbot-root[data-mode="floating"].is-open{top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100vh!important;max-width:100vw!important}html body .jml-chatbot-root[data-mode="floating"].is-open .jml-chat-panel{width:100vw!important;height:100vh!important;border-radius:0!important;margin:0!important}html body .jml-chat-header{padding:14px 14px 10px 14px!important}html body .jml-chat-title{font-size:16px!important;letter-spacing:.2px}html body .jml-chat-subtitle{font-size:12px!important;opacity:.82}html body .jml-chat-close{width:40px!important;height:40px!important;border-radius:14px!important}html body .jml-chat-body{padding:12px 14px 16px 14px!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}html body .jml-chat-body::-webkit-scrollbar{width:0;height:0}html body .jml-bubble{font-size:14px!important;line-height:1.35!important;padding:12px 12px!important;border-radius:16px!important}html body .jml-quick{margin-top:10px!important}html body .jml-quick button{font-size:12px!important;padding:8px 10px!important}html body .jml-wizard .jml-wizard-title{font-size:12px!important}html body .jml-wizard .jml-wizard-options{grid-template-columns:1fr 1fr!important;gap:10px!important}html body .jml-wizard .jml-wizard-options button{min-height:44px!important;font-size:13px!important;border-radius:16px!important}html body .jml-chat-footer{padding:10px 14px calc(12px + env(safe-area-inset-bottom)) 14px!important;border-top:1px solid rgba(255,255,255,.1);background:rgba(10,12,16,.92);backdrop-filter:blur(10px)}html body .jml-chat-inputrow{gap:10px!important}html body .jml-input{height:46px!important;font-size:14px!important;padding:12px 12px!important;border-radius:16px!important}html body .jml-send{height:46px!important;padding:0 14px!important;border-radius:16px!important;font-weight:800}html body .jml-cta-slot .jml-cta-bar{margin-top:10px!important}html body .jml-cta-bar .jml-cta-primary{width:100%!important;border-radius:16px!important;min-height:46px!important}}@media (max-width:380px){html body .jml-chat-header{padding:12px 12px 8px 12px!important}html body .jml-chat-body{padding:10px 12px 14px 12px!important}html body .jml-chat-footer{padding:10px 12px calc(12px + env(safe-area-inset-bottom)) 12px!important}}html body.jml-chat-open{overflow:hidden!important}html body .jml-chat-panel{display:flex!important;flex-direction:column!important}html body .jml-chat-body{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch;touch-action:pan-y}html body .jml-chat-footer{flex:0 0 auto!important}@media (max-width:640px){html body .jml-chatbot-root[data-mode="floating"].is-open .jml-chat-panel{overflow:hidden!important}}html body .jml-chat-body{scrollbar-width:thin;scrollbar-color:rgba(226,151,0,.45) rgba(255,255,255,.06)}html body .jml-chat-body::-webkit-scrollbar{width:8px}html body .jml-chat-body::-webkit-scrollbar-track{background:rgba(255,255,255,.06);border-radius:999px}html body .jml-chat-body::-webkit-scrollbar-thumb{background:rgba(226,151,0,.4);border-radius:999px;border:2px solid rgba(0,0,0,.25)}html body .jml-chat-body::-webkit-scrollbar-thumb:hover{background:rgba(226,151,0,.55)}html body .jml-chatbot-root[data-mode="floating"].is-open .jml-chat-trigger{display:none!important;visibility:hidden!important;pointer-events:none!important}html body .jml-chat-close{pointer-events:auto!important}html body .jml-chat-header{pointer-events:auto!important}html body .jml-chat-panel[aria-hidden="true"]{display:none!important}html body .jml-chat-panel[aria-hidden="false"]{display:flex!important}html body .jml-chatbot-root[data-mode="floating"] .jml-chat-trigger{background:rgba(10,12,16,.92)!important;color:rgba(255,255,255,.92)!important;border:1px solid rgba(226,151,0,.3)!important;box-shadow:0 14px 40px rgba(0,0,0,.35),0 0 0 4px rgba(226,151,0,.1)!important;backdrop-filter:blur(10px)}html body .jml-chatbot-root[data-mode="floating"] .jml-chat-trigger .jml-dot{background:#e29700!important;box-shadow:0 0 0 3px rgba(226,151,0,.18)!important}html body .jml-chat-meta{opacity:0.90!important}html body .jml-chat-meta small,html body .jml-chat-meta span{color:rgba(255,255,255,.78)!important}html body .jml-quick button.is-active,html body .jml-wizard .jml-wizard-options button.is-active{border-color:rgba(226,151,0,.55)!important;box-shadow:0 0 0 3px rgba(226,151,0,.12)!important}html body .jml-chatbot-root[data-mode="floating"] .jml-chat-trigger{right:20px!important;bottom:20px!important}@media (max-width:640px){html body .jml-chatbot-root[data-mode="floating"] .jml-chat-trigger{right:calc(20px + env(safe-area-inset-right))!important;bottom:calc(20px + env(safe-area-inset-bottom))!important}}html body .jml-chatbot-root[data-mode="floating"] .jml-float-actions{position:fixed!important;right:20px!important;bottom:76px!important;display:flex!important;flex-direction:column;gap:10px;z-index:2147483647}@media (max-width:640px){html body .jml-chatbot-root[data-mode="floating"] .jml-float-actions{right:calc(20px + env(safe-area-inset-right))!important;bottom:calc(76px + env(safe-area-inset-bottom))!important}}html body .jml-chatbot-root[data-mode="floating"] .jml-float-action{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:rgba(10,12,16,.92);color:rgba(255,255,255,.92);border:1px solid rgba(226,151,0,.3);box-shadow:0 14px 40px rgba(0,0,0,.3),0 0 0 4px rgba(226,151,0,.1);backdrop-filter:blur(10px);text-decoration:none!important}html body .jml-chatbot-root[data-mode="floating"] .jml-float-action:hover{border-color:rgba(226,151,0,.55);box-shadow:0 14px 40px rgba(0,0,0,.3),0 0 0 4px rgba(226,151,0,.14)}html body .jml-chatbot-root[data-mode="floating"] .jml-float-action svg{display:block}html body .jml-chatbot-root[data-mode="floating"] .jml-float-action{border-radius:50%!important}html body .jml-chatbot-root[data-mode="floating"] .jml-chat-trigger{border-radius:999px!important}html body .jml-chatbot-root[data-mode="floating"] .jml-float-actions{right:22px!important;bottom:88px!important;gap:16px!important}@media (max-width:640px){html body .jml-chatbot-root[data-mode="floating"] .jml-float-actions{right:calc(22px + env(safe-area-inset-right))!important;bottom:calc(88px + env(safe-area-inset-bottom))!important}}html body .jml-chatbot-root.is-open .jml-float-actions{display:none!important}