.tp-ai-launcher{position:fixed;left:22px;bottom:22px;width:64px;height:64px;border:0;border-radius:20px;background:linear-gradient(135deg,#101820,#0f5966 58%,#ffd400);color:#fff;z-index:9999;box-shadow:0 22px 60px rgba(0,0,0,.28);cursor:pointer;display:grid;place-items:center;font-family:Inter,Poppins,Arial,sans-serif}.tp-ai-launcher span{font-size:27px}.tp-ai-launcher small{position:absolute;right:-4px;top:-6px;background:#ffd400;color:#111827;border-radius:999px;font-size:10px;font-weight:900;padding:5px 7px;box-shadow:0 7px 16px rgba(0,0,0,.18)}.tp-ai-shell{position:fixed;left:22px;bottom:96px;width:410px;max-width:calc(100vw - 28px);height:650px;max-height:calc(100vh - 130px);z-index:10000;display:none;font-family:Inter,Poppins,Arial,sans-serif}.tp-ai-shell.is-open{display:block}.tp-ai-panel{height:100%;display:flex;flex-direction:column;background:#fff;border:1px solid #d9edf4;border-radius:26px;overflow:hidden;box-shadow:0 30px 90px rgba(13,34,48,.28)}.tp-ai-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:20px 20px 16px;background:linear-gradient(135deg,#102033,#114a55);color:#fff}.tp-ai-brand{display:flex;gap:12px;align-items:center}.tp-ai-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#24c6d4,#ffd400);display:grid;place-items:center;font-weight:950;color:#102033}.tp-ai-brand strong{display:block;font-size:17px;letter-spacing:-.03em}.tp-ai-brand small{display:block;color:#bcecf3;font-size:12px;margin-top:2px}.tp-ai-close,.tp-ai-reset{border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08);color:#fff;border-radius:12px;min-width:34px;height:34px;cursor:pointer;font-weight:800}.tp-ai-reset{font-size:12px;padding:0 10px}.tp-ai-actions{display:flex;gap:8px}.tp-ai-quick{display:flex;gap:8px;overflow:auto;padding:12px 14px;background:#f5fbff;border-bottom:1px solid #e2eef5}.tp-ai-chip{border:1px solid #d3e4ec;background:#fff;border-radius:999px;padding:8px 11px;white-space:nowrap;font-size:12px;font-weight:850;color:#17344a;cursor:pointer}.tp-ai-chip:hover{border-color:#ffd400;background:#fff9dc}.tp-ai-messages{flex:1;overflow:auto;padding:16px;background:linear-gradient(180deg,#f8fdff,#fff)}.tp-ai-msg{display:flex;margin-bottom:12px}.tp-ai-msg.user{justify-content:flex-end}.tp-ai-bubble{max-width:83%;border-radius:18px;padding:11px 13px;font-size:14px;line-height:1.45;white-space:pre-wrap;word-break:break-word}.tp-ai-msg.assistant .tp-ai-bubble{background:#fff;border:1px solid #dceaf2;color:#253245;border-top-left-radius:6px}.tp-ai-msg.user .tp-ai-bubble{background:#102033;color:#fff;border-top-right-radius:6px}.tp-ai-links{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.tp-ai-link{display:inline-flex;text-decoration:none;border-radius:999px;padding:7px 9px;background:#fff6bf;color:#6f5100;font-size:12px;font-weight:900}.tp-ai-results{display:grid;gap:7px;margin-top:10px}.tp-ai-result{display:block;text-decoration:none;border:1px solid #e0edf4;border-radius:13px;padding:9px;background:#f9fdff;color:#17344a}.tp-ai-result strong{display:block;font-size:13px}.tp-ai-result small{display:block;color:#688096;margin-top:3px}.tp-ai-form{display:flex;gap:9px;padding:12px;border-top:1px solid #e2eef5;background:#fff}.tp-ai-input{flex:1;min-height:44px;max-height:120px;resize:none;border:1px solid #ccdce6;border-radius:15px;padding:12px;font-size:14px;outline:0}.tp-ai-input:focus{border-color:#21b7c5;box-shadow:0 0 0 4px rgba(33,183,197,.12)}.tp-ai-send{border:0;border-radius:15px;padding:0 16px;background:#ffd400;color:#111827;font-weight:950;cursor:pointer}.tp-ai-send:disabled{opacity:.55;cursor:wait}.tp-ai-foot{padding:0 14px 12px;color:#7990a2;font-size:11px;background:#fff}.tp-ai-typing{display:inline-flex;gap:3px}.tp-ai-typing i{width:5px;height:5px;border-radius:50%;background:#86a1b3;animation:tp-ai-dot 1s infinite}.tp-ai-typing i:nth-child(2){animation-delay:.15s}.tp-ai-typing i:nth-child(3){animation-delay:.3s}@keyframes tp-ai-dot{50%{opacity:.25;transform:translateY(-2px)}}@media(max-width:640px){.tp-ai-launcher{left:14px;bottom:74px}.tp-ai-shell{left:10px;right:10px;bottom:142px;width:auto;height:min(640px,calc(100vh - 160px))}.tp-ai-panel{border-radius:22px}.tp-ai-bubble{max-width:90%}}