.terry-chat-panel{opacity:0;pointer-events:none;z-index:10002;background:#f5f5f5;border-radius:22px;flex-direction:column;width:350px;max-width:calc(100vw - 32px);height:500px;transition:all .3s;display:flex;position:fixed;inset:auto 110px 50px auto;overflow:hidden;transform:scale(.96);box-shadow:0 25px 70px #00000040}.terry-chat-panel.active{opacity:1;pointer-events:auto;transform:scale(1)}.terry-chat-header{text-align:center;background:#f5f5f5;border-bottom:none;padding:24px 20px 12px;position:relative}.terry-chat-header .avatar{border-radius:50%;width:72px;height:72px;margin:0 auto 12px;overflow:hidden}.terry-chat-header .avatar img{object-fit:cover;width:100%;height:100%}.terry-subtitle{color:#000;margin-top:4px;font-size:22px;font-weight:800;line-height:1.4}.terry-subtitle .terry-subtle{color:#6b7280;font-weight:600}.terry-close-btn{cursor:pointer;color:#000;border:1px solid #000;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex;position:absolute;top:16px;right:16px;background:0 0!important}.terry-close-btn:hover{background:#0000000d!important}.terry-chat-messages{background:#f5f5f5;flex-direction:column;flex:1;gap:14px;min-height:0;padding:16px 20px;display:flex;overflow-y:auto}.terry-chat-bubble{border-radius:18px;max-width:88%;padding:14px 16px;font-size:14px;line-height:1.55}.terry-chat-bubble.user{color:#fff;background:#2a7de1;border-bottom-right-radius:6px;align-self:flex-end}.terry-chat-bubble.terry{color:#1f2937;background:#fff;border-bottom-left-radius:6px;align-self:flex-start}.terry-chat-bubble.system{color:#374151;background:#e5e7eb;align-self:center;padding:8px 12px;font-size:12px}.terry-chat-bubble a{word-break:break-word;max-width:100%;font-weight:600;text-decoration:underline;display:inline-block;color:#2a7de1!important}.terry-chat-form{background:#f5f5f5;border-top:1px solid #f3f4f6;gap:8px;padding:12px 16px;display:flex}.terry-chat-form input{border:1px solid #e5e7eb;border-radius:12px;flex:1;padding:8px 10px;font-size:13px}.terry-chat-form input:focus{border-color:#2a7de1;outline:none}.terry-chat-form-send{color:#fff;cursor:pointer;background:#2a7de1;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin-top:2px;font-size:16px;font-weight:700;transition:opacity .2s;display:flex}.terry-chat-form-send:hover{opacity:.9}.terry-chat-form-send:disabled{opacity:.4;cursor:not-allowed}.terry-consent{flex-direction:column;height:100%;display:flex;position:relative}.terry-consent-body{text-align:center;flex-direction:column;flex:1;align-items:center;min-height:0;padding:24px 24px 0;display:flex;overflow-y:auto}.terry-consent-footer{flex-shrink:0;padding:16px 24px 24px}.terry-consent-footer .terry-start-btn{margin-top:16px}.terry-consent-icon{width:56px;height:auto;margin:12px auto 16px;display:block}.terry-consent-brief{color:#1f2937;margin:0;font-size:15px;font-weight:600;line-height:1.5}.terry-consent-toggle{color:#2a7de1;cursor:pointer;background:0 0;border:none;margin-top:8px;padding:4px 0;font-size:13px;font-weight:600;text-decoration:underline}.terry-consent-toggle:hover{color:#1f6bc4}.terry-consent-full{text-align:left;background:#fff;border-radius:12px;max-height:180px;margin-top:12px;padding:12px 16px;overflow-y:auto}.terry-consent-full p{color:#4b5563;margin:0 0 8px;font-size:12px;line-height:1.6}.terry-consent-full p:last-child{margin-bottom:0}.terry-consent-checkbox{text-align:left;cursor:pointer;align-items:flex-start;gap:8px;margin-top:0;display:flex}.terry-consent-checkbox input[type=checkbox]{accent-color:#2a7de1;cursor:pointer;flex-shrink:0;width:16px;height:16px;margin-top:2px}.terry-consent-checkbox span{color:#374151;font-size:12px;line-height:1.5}.terry-onboarding{text-align:center;flex-direction:column;flex:1;padding:24px;display:flex}.terry-onboarding-header h3{margin:0;font-size:24px;font-weight:800;line-height:1.05}.terry-onboarding-header h2{color:#000;margin:-2px 0 0;font-size:24px;font-weight:800;line-height:1.05}.terry-onboarding-header p{color:#6b7280;margin-top:24px;font-size:14px}.terry-onboarding-hand{width:72px;height:auto;margin:0 auto 12px;display:block}.terry-avatar-grid{scroll-snap-type:x mandatory;gap:16px;margin-top:32px;padding:8px 12px;display:flex;overflow-x:auto}.terry-avatar-option{scroll-snap-align:center;cursor:pointer;text-align:center;background:0 0;border:none;flex:none}.terry-avatar-grid{scrollbar-width:thin;scrollbar-color:#00000026 transparent}.terry-avatar-grid::-webkit-scrollbar{height:4px}.terry-avatar-grid::-webkit-scrollbar-track{background:0 0;margin:0 8px}.terry-avatar-grid::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px;transition:background .2s}.terry-avatar-grid::-webkit-scrollbar-thumb:hover{background:#0000004d}.terry-avatar-circle{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;width:52px;height:52px;margin:0 auto;transition:transform .2s;display:block}.terry-avatar-option:hover .terry-avatar-circle{transform:scale(1.06)}.terry-avatar-option.selected .terry-avatar-circle{box-shadow:0 0 0 3px #2a7de1}.terry-start-btn{text-align:center;color:#fff;cursor:pointer;opacity:.4;pointer-events:none;border:none;border-radius:16px;max-width:200px;margin:48px auto 0;padding:12px 22px;font-size:15px;font-weight:600;transition:all .2s;display:block;background:#2a7de1!important}.terry-start-btn.active{opacity:1;pointer-events:auto}.terry-start-btn:hover{opacity:.9}.terry-chat-view{flex-direction:column;flex:1;min-height:0;display:none}.terry-chat-view.active{display:flex}.terry-chat-wrapper.terry{align-items:flex-start;gap:8px;display:flex}.terry-chat-wrapper.terry .terry-chat-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:22px;height:22px;margin-top:2px;box-shadow:0 1px 4px #0000001a}.terry-chat-wrapper.terry .terry-chat-bubble{color:#1f2937;background:#fff;border-bottom-left-radius:6px;max-width:calc(100% - 40px)}.open-terry-chat{cursor:pointer;z-index:10001;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,opacity .3s;width:100px!important;height:100px!important;display:flex!important;position:fixed!important;inset:auto 24px 20px auto!important}.open-terry-chat img{z-index:1;object-fit:contain;pointer-events:none;width:60%;height:60%;position:relative}.open-terry-chat .terry-trigger-ring{pointer-events:none;opacity:0;width:100%;height:100%;transition:transform .3s ease-out,opacity .3s ease-out;position:absolute;inset:0;transform:scale(.7)}.open-terry-chat:hover .terry-trigger-ring{opacity:1;transform:scale(1)}.open-terry-chat:hover{transform:scale(1.08)}@media (max-width:480px){.terry-chat-panel{border-radius:20px;width:90%;max-width:360px;max-height:calc(100vh - 40px);bottom:20px;right:20px;box-shadow:0 20px 60px #00000040}.terry-onboarding{padding:16px}.terry-start-btn{margin-top:24px;padding:10px 18px;font-size:14px}.terry-avatar-circle{width:48px;height:48px}.terry-onboarding-header h2,.terry-onboarding-header h3{font-size:20px}.terry-onboarding-header p{margin-top:12px;font-size:13px}.terry-close-btn{width:26px;height:26px;font-size:13px;top:8px;right:8px}.terry-avatar-grid{-ms-overflow-style:none;scrollbar-width:none}.terry-avatar-grid::-webkit-scrollbar{display:none}}
