:root{--tp-ai-blue:#1264e6;--tp-ai-blue-dark:#0d53c3;--tp-ai-blue-soft:#eef5ff;--tp-ai-border:#dbe6f5;--tp-ai-text:#172033;--tp-ai-muted:#718096}.tp-ai-root{position:fixed;right:22px;bottom:22px;z-index:999999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--tp-ai-text)}.tp-ai-launcher{position:relative;display:grid;place-items:center;width:62px;height:62px;padding:0;border:0;border-radius:50%;background:var(--tp-ai-blue);color:#fff;box-shadow:0 12px 34px rgb(18 100 230 / .34);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.tp-ai-launcher:hover{transform:translateY(-2px);background:var(--tp-ai-blue-dark);box-shadow:0 16px 38px rgb(18 100 230 / .4)}.tp-ai-launcher:focus-visible{outline:3px solid rgb(18 100 230 / .24);outline-offset:4px}.tp-ai-launcher-icon{display:grid;place-items:center;width:31px;height:31px}.tp-ai-launcher-icon svg{width:31px;height:31px;fill:currentColor}.tp-ai-online-dot{position:absolute;right:2px;top:3px;width:12px;height:12px;border-radius:50%;background:#22c55e;border:3px solid #fff;box-sizing:content-box}.tp-ai-panel{position:absolute;right:0;bottom:78px;width:min(405px,calc(100vw - 28px));height:min(625px,calc(100vh - 112px));background:#fff;border:1px solid rgb(31 74 125 / .13);border-radius:22px;box-shadow:0 24px 70px rgb(15 42 79 / .25);overflow:hidden;display:flex;flex-direction:column}.tp-ai-panel[hidden]{display:none}.tp-ai-header{min-height:70px;padding:13px 16px;background:var(--tp-ai-blue);color:#fff;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.tp-ai-header-brand{display:flex;align-items:center;gap:11px;min-width:0}.tp-ai-header-icon{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:12px;background:rgb(255 255 255 / .16)}.tp-ai-header-icon svg{width:21px;height:21px;fill:#fff}.tp-ai-header strong{display:block;font-size:15.5px;line-height:1.25;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tp-ai-header span:not(.tp-ai-header-icon){display:block;font-size:11.5px;opacity:.83;margin-top:3px}.tp-ai-header button{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;padding:0;border:0;border-radius:50%;background:#fff0;color:#fff;font-size:26px;line-height:1;cursor:pointer;transition:background .15s ease}.tp-ai-header button:hover{background:rgb(255 255 255 / .14)}.tp-ai-messages{flex:1;overflow-y:auto;padding:16px 14px;background:#f7faff;scrollbar-width:thin;scrollbar-color:#cbd9ec #fff0}.tp-ai-message{max-width:84%;white-space:pre-wrap;word-break:break-word;border-radius:18px;padding:11px 13px;margin:0 0 11px;line-height:1.45;font-size:14px;box-shadow:0 3px 10px rgb(20 49 87 / .05)}.tp-ai-user{margin-left:auto;background:var(--tp-ai-blue);color:#fff;border-bottom-right-radius:6px}.tp-ai-assistant{margin-right:auto;background:#fff;border:1px solid var(--tp-ai-border);color:var(--tp-ai-text);border-bottom-left-radius:6px}.tp-ai-typing{opacity:.68;font-style:italic;box-shadow:none}.tp-ai-contact-toggle{margin:0 12px 10px;border:0;background:var(--tp-ai-blue);color:#fff;border-radius:13px;padding:11px 13px;cursor:pointer;font-weight:700;font-size:13px;box-shadow:0 7px 18px rgb(18 100 230 / .18);transition:background .15s ease,transform .15s ease}.tp-ai-contact-toggle:hover{background:var(--tp-ai-blue-dark);transform:translateY(-1px)}.tp-ai-lead-form{padding:12px;border-top:1px solid #edf2f8;background:#fff}.tp-ai-lead-form[hidden]{display:none}.tp-ai-lead-form input,.tp-ai-lead-form textarea{width:100%;box-sizing:border-box;margin:0 0 8px;padding:10px 11px;border:1px solid #d7e2f0;border-radius:11px;background:#fbfdff;color:var(--tp-ai-text);font:inherit;outline:none;transition:border .15s ease,box-shadow .15s ease}.tp-ai-lead-form input:focus,.tp-ai-lead-form textarea:focus{border-color:#83b3f5;box-shadow:0 0 0 3px rgb(18 100 230 / .1)}.tp-ai-consent{display:flex;gap:8px;align-items:flex-start;font-size:11px;line-height:1.38;margin:4px 0 9px;color:#5f6d80}.tp-ai-consent input{width:auto;margin-top:2px}.tp-ai-primary{width:100%;background:var(--tp-ai-blue);color:#fff;border:0;border-radius:11px;padding:11px;cursor:pointer;font-weight:700}.tp-ai-primary:hover{background:var(--tp-ai-blue-dark)}.tp-ai-status{font-size:12px;margin-top:8px;color:#506079}.tp-ai-input-row{display:flex;align-items:flex-end;gap:8px;padding:10px 12px 8px;background:#fff;border-top:1px solid #edf2f8}.tp-ai-input-row textarea{flex:1;resize:none;max-height:100px;min-height:42px;box-sizing:border-box;border:1px solid #cbd9eb;border-radius:22px;padding:10px 14px;background:#fff;color:var(--tp-ai-text);font:inherit;line-height:1.35;outline:none;transition:border .15s ease,box-shadow .15s ease}.tp-ai-input-row textarea:focus{border-color:#78acf2;box-shadow:0 0 0 3px rgb(18 100 230 / .1)}.tp-ai-input-row button{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:var(--tp-ai-blue);color:#fff;cursor:pointer;transition:background .15s ease,transform .15s ease}.tp-ai-input-row button:hover{background:var(--tp-ai-blue-dark);transform:translateY(-1px)}.tp-ai-input-row button svg{width:21px;height:21px;fill:currentColor}.tp-ai-disclaimer{font-size:9.5px;line-height:1.35;color:#7b8798;padding:0 14px 11px;background:#fff}@media(max-width:480px){.tp-ai-root{right:12px;bottom:12px}.tp-ai-panel{position:fixed;left:8px;right:8px;top:8px;bottom:82px;width:auto;height:auto;border-radius:20px}.tp-ai-launcher{width:58px;height:58px}.tp-ai-message{max-width:88%}}@media(prefers-reduced-motion:reduce){.tp-ai-launcher,.tp-ai-contact-toggle,.tp-ai-input-row button{transition:none}}#tp-ai-root .tp-ai-inline-link{color:#0f56c8!important;text-decoration:underline!important;text-underline-offset:2px!important;overflow-wrap:anywhere!important;word-break:break-word!important}