:root{--tt-button-color: #1E4D3F;--tt-button-opened-color: #1A1F5E;--tt-top-bar-color: #1A1F5E;--tt-bg: #f6f9ff;--tt-bg-white: #ffffff;--tt-text: #1A1F5E;--tt-text-muted: #6b7280;--tt-border: #e5e7eb;--tt-user-bubble: #2B7FFF;--tt-bot-bubble: #ffffff;--tt-input-bg: #f6f9ff;--tt-error: #E53935;--tt-success: #3DDB8A;--tt-accent: #1A1F5E;--tt-accent-deep: #171c55;--tt-accent-ink: #15194b;--tt-accent-tint: #ededf2;--tt-accent-tint-border: #d6d7e2;--tt-accent-tint-border-hover: #bfc0d2;--tt-accent-ring: rgba(26, 31, 94, .28);--tt-accent-float: rgba(23, 28, 85, .4);--tt-accent-glow: rgba(23, 28, 85, .7);--tt-accent-glow-hover: rgba(23, 28, 85, .85);--tt-radius-sm: 8px;--tt-radius-md: 12px;--tt-radius-lg: 18px;--tt-tap-target: 44px;--tt-safe-top: env(safe-area-inset-top, 0px);--tt-safe-bottom: env(safe-area-inset-bottom, 0px);--tt-safe-left: env(safe-area-inset-left, 0px);--tt-safe-right: env(safe-area-inset-right, 0px);--tt-keyboard-height: 0px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body,#root{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5;color:#1a1f5e;background:var(--tt-bg, #f6f9ff)}button{font-family:inherit;-webkit-tap-highlight-color:transparent}a{color:inherit}.tt-screen{display:flex;flex-direction:column;flex:1;min-height:0;background:var(--tt-bg, #F6F9FF);position:relative;overflow:hidden}.tt-screen-body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column}.tt-screen-loading,.tt-screen-error{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px;text-align:center}.tt-header{background:transparent;padding:calc(14px + var(--tt-safe-top, 0px)) calc(16px + var(--tt-safe-right, 0px)) 14px calc(16px + var(--tt-safe-left, 0px));flex-shrink:0}.tt-header-top{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;gap:6px;min-height:48px}.tt-brand{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.tt-avatar{width:44px;height:44px;border-radius:12px;background:#f0f4fa;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;overflow:hidden}.tt-avatar-img{width:100%;height:100%;object-fit:contain}.tt-brand-info{display:flex;flex-direction:column;align-items:center;gap:2px}.tt-brand-name{color:var(--tt-top-bar-color, #1A1F5E);font-size:16px;font-weight:600;letter-spacing:-.02em;line-height:1.2}.tt-brand-sub{color:#64748b;font-size:12px;display:flex;align-items:center;gap:5px;line-height:1.2}.tt-online-dot{width:6px;height:6px;background:#22c55e;border-radius:50%}.tt-quick-actions{display:flex;gap:6px;flex-wrap:wrap}.tt-pill{background:#fff;border:1px solid #e6ebf1;color:#64748b;border-radius:999px;font-size:11px;font-weight:500;padding:6px 12px;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease;font-family:inherit;white-space:nowrap;box-shadow:0 1px 1.5px #0f172a08}.tt-pill:hover{border-color:var(--tt-accent, #1A1F5E);color:var(--tt-accent-ink, #15194b);background:var(--tt-accent-tint, #ededf2);box-shadow:0 4px 12px -6px var(--tt-accent-float, rgba(23, 28, 85, .4));transform:translateY(-1px)}.tt-pill:focus-visible{outline:none;box-shadow:0 0 0 3px var(--tt-accent-ring, rgba(26, 31, 94, .28))}.tt-messages{flex:1;overflow-y:auto;padding:16px 14px;display:flex;flex-direction:column;gap:12px;background:#fff}.tt-messages::-webkit-scrollbar{width:4px}.tt-messages::-webkit-scrollbar-track{background:transparent}.tt-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.tt-msg-row{display:flex;flex-direction:column}.tt-msg-row.user{align-items:flex-end}.tt-msg-row.tt-msg-grouped{margin-top:-10px}.tt-bubble{max-width:82%;padding:10px 13px;border-radius:14px;font-size:13px;line-height:1.55}.tt-bubble.bot{background:#fff;color:#0f172a;align-self:flex-start;border-bottom-left-radius:4px;border:1px solid #e6ebf1;box-shadow:0 1px 1.5px #0f172a08}.tt-bubble.user{background:linear-gradient(135deg,var(--tt-accent, #1A1F5E) 0%,var(--tt-accent-deep, #171c55) 100%);color:#fff;align-self:flex-end;border-bottom-right-radius:4px;box-shadow:0 4px 12px -6px var(--tt-accent-float, rgba(23, 28, 85, .4))}.tt-bubble.escalate{background:#fef3c7;color:#b45309;border:1px solid #fde68a;align-self:flex-start;border-bottom-left-radius:4px}.tt-timestamp{font-size:10px;color:#94a3b8;margin-top:3px;padding:0 4px}.tt-msg-row.user .tt-timestamp{text-align:right}.tt-typing{display:flex;gap:4px;align-items:center;padding:10px 13px;background:#fff;border-radius:14px 14px 14px 4px;border:1px solid #e6ebf1;box-shadow:0 1px 1.5px #0f172a08;align-self:flex-start;width:52px}.tt-typing span{width:6px;height:6px;border-radius:50%;background:var(--tt-accent, #1A1F5E);animation:ttbounce 1.2s infinite}.tt-typing span:nth-child(2){animation-delay:.2s}.tt-typing span:nth-child(3){animation-delay:.4s}@keyframes ttbounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.tt-disclaimer{text-align:center;font-size:10px;color:#94a3b8;padding:4px 8px;background:#fff;border-radius:8px;border:1px solid #e6ebf1;align-self:center;max-width:90%}.tt-input-area{padding:10px 12px calc(12px + var(--tt-safe-bottom, 0px));padding-left:calc(12px + var(--tt-safe-left, 0px));padding-right:calc(12px + var(--tt-safe-right, 0px));border-top:1px solid #f1f5f9;background:#fff;flex-shrink:0;margin-bottom:var(--tt-keyboard-height, 0px);transition:margin-bottom .15s ease}.tt-input-row{display:flex;gap:8px;align-items:flex-end}.tt-input{flex:1;border:1px solid #e6ebf1;border-radius:999px;padding:9px 16px;font-family:inherit;font-size:13px;color:#0f172a;resize:none;outline:none;min-height:38px;max-height:80px;line-height:1.4;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;background:#fff;box-shadow:0 1px 1.5px #0f172a08}.tt-input:focus{border-color:var(--tt-accent, #1A1F5E);background:#fff;box-shadow:0 0 0 3px var(--tt-accent-ring, rgba(26, 31, 94, .28))}.tt-input::placeholder{color:#94a3b8}.tt-send{width:var(--tt-tap-target, 44px);height:var(--tt-tap-target, 44px);border-radius:999px;background:linear-gradient(135deg,var(--tt-accent, #1A1F5E) 0%,var(--tt-accent-deep, #171c55) 100%);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:box-shadow .15s ease,transform .15s ease,opacity .15s ease;flex-shrink:0;box-shadow:0 8px 18px -8px var(--tt-accent-glow, rgba(23, 28, 85, .7))}.tt-send:hover{box-shadow:0 12px 24px -10px var(--tt-accent-glow-hover, rgba(23, 28, 85, .85));transform:translateY(-1px)}.tt-send:active{transform:translateY(0)}.tt-send:focus-visible{outline:none;box-shadow:0 0 0 3px var(--tt-accent-ring, rgba(26, 31, 94, .28)),0 8px 18px -8px var(--tt-accent-glow, rgba(23, 28, 85, .7))}.tt-send svg{width:18px;height:18px}.tt-footer{text-align:center;font-size:10px;color:#94a3b8;padding:6px 0 0}.tt-footer a{color:var(--tt-accent-ink, #15194b);text-decoration:none;font-weight:500}.tt-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 20px;text-align:center}.tt-welcome-icon{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#3b82f6);display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:16px;box-shadow:0 4px 16px #2563eb4d}.tt-welcome-title{font-size:16px;font-weight:600;color:#0f172a;margin-bottom:8px}.tt-welcome-text{font-size:13px;color:#64748b;line-height:1.5;max-width:260px}.tt-loading{display:flex;align-items:center;justify-content:center;padding:40px;color:#aab4cc;font-size:13px}.tt-header-actions{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:6px}.tt-chat-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:calc(14px + var(--tt-safe-top, 0px)) var(--tt-safe-right, 0px) 12px calc(16px + var(--tt-safe-left, 0px));flex-shrink:0}.tt-chat-header-info{display:flex;flex-direction:column;gap:2px;min-width:0}.tt-chat-header-name{font-size:15px;font-weight:600;color:#1a1f5e;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tt-chat-header-status{display:flex;align-items:center;gap:5px;font-size:12px;color:#6b7280;line-height:1.2}.tt-chat-header-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.tt-switch-mode{background:#fff;border:1px solid var(--tt-accent-tint-border, #d6d7e2);color:var(--tt-accent-ink, #15194b);border-radius:999px;font-size:11px;font-weight:600;letter-spacing:-.005em;padding:8px 14px;min-height:34px;cursor:pointer;font-family:inherit;transition:background .15s ease,border-color .15s ease,color .15s ease}.tt-switch-mode:hover{background:var(--tt-accent-tint, #ededf2);border-color:var(--tt-accent, #1A1F5E);color:var(--tt-accent-ink, #15194b)}.tt-switch-mode:active{background:var(--tt-accent-tint, #ededf2)}.tt-switch-mode:focus-visible{outline:none;box-shadow:0 0 0 3px var(--tt-accent-ring, rgba(26, 31, 94, .28))}.tt-end-chat-header{background:#fef2f2;border-color:#fca5a5;color:#b91c1c}.tt-end-chat-header:hover{background:#fee2e2;border-color:#f87171}.tt-end-chat-header:active{background:#fecaca}.tt-end-chat-header:focus-visible{outline:none;box-shadow:0 0 0 3px #dc26264d}.tt-confirm-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.tt-confirm-dialog{background:#fff;border-radius:12px;padding:20px;max-width:280px;width:100%;box-shadow:0 4px 20px #00000026}.tt-confirm-title{font-size:16px;font-weight:600;letter-spacing:-.02em;color:#0f172a;text-align:center}.tt-confirm-text{font-size:12px;color:#64748b;line-height:1.5;margin-top:3px;margin-bottom:18px;text-align:center}.tt-confirm-buttons{display:flex;flex-direction:column;gap:8px}.tt-confirm-end{width:100%;min-height:var(--tt-tap-target, 44px);display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;font-size:13px;font-weight:600;letter-spacing:-.005em;border:none;border-radius:999px;padding:12px 18px;cursor:pointer;font-family:inherit;box-shadow:0 8px 18px -8px #dc262699;transition:box-shadow .15s ease,transform .15s ease}.tt-confirm-end:hover{box-shadow:0 12px 24px -10px #dc2626bf;transform:translateY(-1px)}.tt-confirm-end:focus-visible{outline:none;box-shadow:0 0 0 3px #dc26264d,0 8px 18px -8px #dc262699}.tt-confirm-cancel{width:100%;min-height:var(--tt-tap-target, 44px);display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#64748b;font-size:13px;font-weight:500;border:none;border-radius:999px;padding:14px 18px;cursor:pointer;font-family:inherit;transition:color .15s ease,background .15s ease}.tt-confirm-cancel:hover{color:var(--tt-accent-ink, #15194b);background:var(--tt-accent-tint, #ededf2)}.tt-feedback{flex:1;display:flex;flex-direction:column;background:#fff;padding:20px 18px calc(18px + var(--tt-safe-bottom, 0px));overflow-y:auto}.tt-feedback-header{text-align:center;margin-bottom:14px}.tt-feedback-title{font-size:16px;font-weight:600;letter-spacing:-.02em;color:#0f172a}.tt-completed{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px 0;gap:20px}.tt-completed-check{width:76px;height:76px;border-radius:50%;background:var(--tt-success, #3DDB8A);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 8px 24px #00000014}.tt-completed-check svg{width:38px;height:38px}.tt-booked{flex:1;display:flex;flex-direction:column;background:#fff;overflow-y:auto;padding:24px 18px calc(18px + var(--tt-safe-bottom, 0px))}.tt-booked-icon{width:64px;height:64px;border-radius:999px;margin:0 auto 16px;background:var(--tt-accent-tint, #ededf2);color:var(--tt-accent-ink, #15194b);display:flex;align-items:center;justify-content:center;flex-shrink:0}.tt-booked-header{text-align:center}.tt-booked-title{font-size:16px;font-weight:600;letter-spacing:-.02em;color:#0f172a}.tt-booked-subtitle{font-size:12px;color:#64748b;line-height:1.5;margin-top:3px}.tt-booked-details{display:flex;flex-direction:column;gap:8px;padding:14px 0 0}.tt-booked-detail{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border:1px solid #e6ebf1;border-radius:12px;box-shadow:0 1px 1.5px #0f172a08}.tt-booked-detail-icon{width:40px;height:40px;border-radius:999px;background:var(--tt-accent-tint, #ededf2);color:var(--tt-accent-ink, #15194b);display:flex;align-items:center;justify-content:center;flex-shrink:0}.tt-booked-detail-info{flex:1;min-width:0}.tt-booked-detail-label{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}.tt-booked-detail-value{font-size:13px;font-weight:600;color:#0f172a;margin-top:3px;letter-spacing:-.005em}.tt-booked-actions{display:flex;flex-direction:column;margin-top:auto;padding-top:14px}.tt-booked-close{width:100%;display:inline-flex;align-items:center;justify-content:center;min-height:var(--tt-tap-target, 44px);background:linear-gradient(135deg,var(--tt-accent, #1A1F5E) 0%,var(--tt-accent-deep, #171c55) 100%);color:#fff;font-size:13px;font-weight:600;letter-spacing:-.005em;border:none;border-radius:999px;padding:14px 18px;cursor:pointer;font-family:inherit;box-shadow:0 8px 18px -8px var(--tt-accent-glow, rgba(23, 28, 85, .7));transition:box-shadow .15s ease,transform .15s ease,opacity .15s ease}.tt-booked-close:hover{box-shadow:0 12px 24px -10px var(--tt-accent-glow-hover, rgba(23, 28, 85, .85));transform:translateY(-1px)}.tt-booked-close:focus-visible{outline:none;box-shadow:0 0 0 3px var(--tt-accent-ring, rgba(26, 31, 94, .28)),0 8px 18px -8px var(--tt-accent-glow, rgba(23, 28, 85, .7))}.tt-booking{flex:1;display:flex;flex-direction:column;position:relative;background:#fff;overflow-y:auto;padding:15px 18px calc(18px + var(--tt-safe-bottom, 0px))}.tt-booking-nav-back{position:absolute;top:4px;left:4px;display:inline-flex;align-items:center;justify-content:center;min-width:var(--tt-tap-target, 44px);min-height:var(--tt-tap-target, 44px);background:transparent;border:none;border-radius:999px;color:#64748b;font-size:18px;line-height:1;cursor:pointer;font-family:inherit;transition:color .15s ease,background .15s ease}.tt-booking-nav-back:hover{color:#0c8fbe;background:#ecfaff}.tt-booking-nav-back:focus-visible{outline:none;box-shadow:0 0 0 3px #16b4e647}.tt-booking-header{text-align:center;margin-bottom:0}.tt-booking-title{font-size:16px;font-weight:600;letter-spacing:-.02em;color:#0f172a}.tt-booking-subtitle{font-size:12px;color:#64748b;line-height:1.5;margin-top:3px}.tt-booking-day{padding-top:12px;margin-top:12px;border-top:1px solid #f1f5f9}.tt-booking-day:first-of-type{padding-top:2px;margin-top:0;border-top:none}.tt-booking-day-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:10px}.tt-booking-date-label{font-size:13px;font-weight:600;color:#0f172a;letter-spacing:-.005em}.tt-booking-day-count{font-size:11px;font-weight:500;color:#94a3b8}.tt-booking-slots{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.tt-booking-slot{font-size:12px;font-weight:500;color:#334155;min-height:var(--tt-tap-target, 44px);padding:9px 4px;border-radius:999px;background:#fff;border:1px solid #e6ebf1;box-shadow:0 1px 1.5px #0f172a08;cursor:pointer;font-family:inherit;transition:border-color .15s ease,color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease}.tt-booking-slot:hover{border-color:#16b4e6;color:#0c8fbe;background:#ecfaff;box-shadow:0 4px 12px -6px #0ea5d666;transform:translateY(-1px)}.tt-booking-slot:focus-visible{outline:none;border-color:#16b4e6;box-shadow:0 0 0 3px #16b4e647}.tt-booking-slot.selected{background:linear-gradient(135deg,#16b4e6,#0ea5d6);border-color:transparent;color:#fff;font-weight:600;box-shadow:0 8px 18px -8px #0ea5d6b3;transform:translateY(-1px)}.tt-booking-empty{display:flex;align-items:center;gap:7px;font-size:12px;color:#94a3b8}.tt-booking-empty-dash{width:14px;height:1.5px;border-radius:2px;background:#dbe3ec;flex-shrink:0}.tt-booking-load-more-wrap{display:flex;justify-content:center;padding:16px 0 6px}.tt-booking-load-more{display:inline-flex;align-items:center;gap:6px;min-height:var(--tt-tap-target, 44px);font-size:12px;font-weight:600;color:#0c8fbe;background:#ecfaff;border:1px solid #d6f2fc;border-radius:999px;padding:8px 16px;cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s}.tt-booking-load-more:hover:not(:disabled){background:#d6f2fc;border-color:#bfe9f7}.tt-booking-load-more:disabled{opacity:.6;cursor:wait}.tt-booking-load-more-icon{font-size:13px;line-height:1}.tt-booking-details{display:flex;flex-direction:column;gap:8px;padding:10px 0 0}.tt-booking-detail{display:flex;flex-direction:column;padding:12px 14px;background:#fff;border:1px solid #e6ebf1;border-radius:12px;box-shadow:0 1px 1.5px #0f172a08}.tt-booking-detail-label{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}.tt-booking-detail-value{font-size:13px;font-weight:600;color:#0f172a;margin-top:3px;letter-spacing:-.005em}.tt-booking-error{margin-top:10px;padding:8px 10px;background:#fee2e2;border:1px solid #fecaca;color:#b91c1c;font-size:12px;border-radius:10px}.tt-booking-actions{display:flex;flex-direction:column;gap:8px;margin-top:auto;padding-top:14px}.tt-booking-confirm-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;min-height:var(--tt-tap-target, 44px);background:linear-gradient(135deg,#16b4e6,#0ea5d6);color:#fff;font-size:13px;font-weight:600;letter-spacing:-.005em;border:none;border-radius:999px;padding:14px 18px;cursor:pointer;font-family:inherit;box-shadow:0 8px 18px -8px #0ea5d6b3;transition:box-shadow .15s ease,transform .15s ease,opacity .15s ease}.tt-booking-confirm-btn:hover:not(:disabled){box-shadow:0 12px 24px -10px #0ea5d6d9;transform:translateY(-1px)}.tt-booking-confirm-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #16b4e647,0 8px 18px -8px #0ea5d6b3}.tt-booking-confirm-btn:disabled{opacity:.6;cursor:wait}.tt-booking-back{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:var(--tt-tap-target, 44px);background:transparent;color:#64748b;font-size:13px;font-weight:500;border:none;border-radius:999px;padding:14px 18px;cursor:pointer;font-family:inherit;transition:color .15s ease,background .15s ease}.tt-booking-back:hover:not(:disabled){color:#0c8fbe;background:#ecfaff}.tt-booking-back:disabled{opacity:.6;cursor:wait}.tt-wagmo-themed .tt-booking{background:#f5f5f0}.tt-wagmo-themed .tt-booking-title{color:#002d1e;font-family:Libre Baskerville,Georgia,serif;font-weight:400}.tt-wagmo-themed .tt-booking-subtitle{color:#5a6e63;font-weight:300}.tt-wagmo-themed .tt-booking-nav-back{color:#002d1e}.tt-wagmo-themed .tt-booking-nav-back:hover{background:#ebffb9;color:#002d1e}.tt-wagmo-themed .tt-booking-nav-back:focus-visible{box-shadow:0 0 0 3px #002d1e2e}.tt-wagmo-themed .tt-booking-day{border-top-color:#d4dcd6}.tt-wagmo-themed .tt-booking-date-label{color:#002d1e}.tt-wagmo-themed .tt-booking-day-count{color:#5a6e63}.tt-wagmo-themed .tt-booking-slot{background:#fff;border-color:#d4dcd6;color:#002d1e;box-shadow:none}.tt-wagmo-themed .tt-booking-slot:hover{background:#ebffb9;border-color:#002d1e;color:#002d1e;box-shadow:none}.tt-wagmo-themed .tt-booking-slot:focus-visible{border-color:#002d1e;box-shadow:0 0 0 3px #002d1e2e}.tt-wagmo-themed .tt-booking-slot.selected{background:#002d1e;color:#ebffb9;border-color:#002d1e;box-shadow:none}.tt-wagmo-themed .tt-booking-empty{color:#5a6e63}.tt-wagmo-themed .tt-booking-empty-dash{background:#d4dcd6}.tt-wagmo-themed .tt-booking-load-more{background:transparent;border:1.5px solid #002D1E;color:#002d1e}.tt-wagmo-themed .tt-booking-load-more:hover:not(:disabled){background:#002d1e;color:#ebffb9;border-color:#002d1e}.tt-wagmo-themed .tt-booking-detail{background:#fff;border-color:#d4dcd6;box-shadow:none}.tt-wagmo-themed .tt-booking-detail-label{color:#5a6e63}.tt-wagmo-themed .tt-booking-detail-value{color:#002d1e}.tt-wagmo-themed .tt-booking-confirm-btn{background:#002d1e;color:#ebffb9;box-shadow:none}.tt-wagmo-themed .tt-booking-confirm-btn:hover:not(:disabled){background:#001a11;box-shadow:none;transform:none}.tt-wagmo-themed .tt-booking-confirm-btn:focus-visible{box-shadow:0 0 0 3px #002d1e38}.tt-wagmo-themed .tt-booking-back{color:#002d1e}.tt-wagmo-themed .tt-booking-back:hover:not(:disabled){background:#ebffb9;color:#002d1e}.tt-wagmo-themed .tt-booked{background:#f5f5f0}.tt-wagmo-themed .tt-booked-icon,.tt-wagmo-themed .tt-booked-detail-icon{background:#ebffb9;color:#002d1e}.tt-wagmo-themed .tt-booked-title{color:#002d1e;font-family:Libre Baskerville,Georgia,serif;font-weight:400}.tt-wagmo-themed .tt-booked-subtitle{color:#5a6e63;font-weight:300}.tt-wagmo-themed .tt-booked-detail{border-color:#d4dcd6;box-shadow:none}.tt-wagmo-themed .tt-booked-detail-label{color:#5a6e63}.tt-wagmo-themed .tt-booked-detail-value{color:#002d1e}.tt-wagmo-themed .tt-booked-close{background:#002d1e;color:#ebffb9;box-shadow:none}.tt-wagmo-themed .tt-booked-close:hover{background:#001a11;box-shadow:none;transform:none}.tt-wagmo-themed .tt-booked-close:focus-visible{box-shadow:0 0 0 3px #002d1e38}.tt-feedback-subtitle{font-size:12px;color:#64748b;line-height:1.5;margin-top:3px}.tt-feedback-section{background:#fff;border-radius:12px;padding:12px 14px;margin-bottom:8px;border:1px solid #e6ebf1;box-shadow:0 1px 1.5px #0f172a08}.tt-feedback-label{font-size:13px;font-weight:600;color:#0f172a;letter-spacing:-.005em;margin-bottom:10px}.tt-feedback-rating{display:flex;gap:4px;justify-content:space-between}.tt-feedback-rating-btn{flex:1;min-width:0;height:var(--tt-tap-target, 44px);border-radius:999px;border:1px solid #e6ebf1;background:#fff;color:#334155;font-size:12px;font-weight:500;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease;font-family:inherit;box-shadow:0 1px 1.5px #0f172a08}.tt-feedback-rating-btn:active{border-color:var(--tt-accent, #1A1F5E);color:var(--tt-accent-ink, #15194b);background:var(--tt-accent-tint, #ededf2)}.tt-feedback-rating-btn:focus-visible{outline:none;border-color:var(--tt-accent, #1A1F5E);box-shadow:0 0 0 3px var(--tt-accent-ring, rgba(26, 31, 94, .28))}.tt-feedback-rating-btn.selected{background:linear-gradient(135deg,var(--tt-accent, #1A1F5E) 0%,var(--tt-accent-deep, #171c55) 100%);border-color:transparent;color:#fff;font-weight:600;box-shadow:0 8px 18px -8px var(--tt-accent-glow, rgba(23, 28, 85, .7));transform:translateY(-1px)}.tt-feedback-scale-labels{display:flex;justify-content:space-between;margin-top:6px;font-size:10px;color:#94a3b8}.tt-feedback-textarea{width:100%;border:1px solid #e6ebf1;border-radius:10px;padding:10px 12px;font-size:13px;font-family:inherit;resize:none;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.tt-feedback-textarea:focus{border-color:var(--tt-accent, #1A1F5E);box-shadow:0 0 0 3px var(--tt-accent-ring, rgba(26, 31, 94, .28))}.tt-feedback-textarea::placeholder{color:#94a3b8}.tt-feedback-buttons{display:flex;flex-direction:column;gap:8px;margin-top:auto;padding-top:14px}.tt-feedback-submit{width:100%;min-height:var(--tt-tap-target, 44px);display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--tt-accent, #1A1F5E) 0%,var(--tt-accent-deep, #171c55) 100%);color:#fff;font-size:13px;font-weight:600;letter-spacing:-.005em;border:none;border-radius:999px;padding:14px 18px;cursor:pointer;font-family:inherit;box-shadow:0 8px 18px -8px var(--tt-accent-glow, rgba(23, 28, 85, .7));transition:box-shadow .15s ease,transform .15s ease,opacity .15s ease}.tt-feedback-skip{width:100%;min-height:var(--tt-tap-target, 44px);display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#64748b;font-size:13px;font-weight:500;border:none;border-radius:999px;padding:14px 18px;cursor:pointer;font-family:inherit;transition:color .15s ease,background .15s ease}.tt-feedback-skip:hover{color:var(--tt-accent-ink, #15194b);background:var(--tt-accent-tint, #ededf2)}.tt-feedback-submit:hover:not(:disabled){box-shadow:0 12px 24px -10px var(--tt-accent-glow-hover, rgba(23, 28, 85, .85));transform:translateY(-1px)}.tt-feedback-submit:focus-visible{outline:none;box-shadow:0 0 0 3px var(--tt-accent-ring, rgba(26, 31, 94, .28)),0 8px 18px -8px var(--tt-accent-glow, rgba(23, 28, 85, .7))}.tt-feedback-submit:disabled{opacity:.6;cursor:not-allowed}.tt-mode-selector{flex:1;display:flex;flex-direction:column;background:#fff;overflow-y:auto;padding-bottom:calc(16px + var(--tt-safe-bottom, 0px))}.tt-mode-header{padding:20px 18px 12px;text-align:center}.tt-mode-greeting{font-size:18px;font-weight:600;letter-spacing:-.02em;color:#0f172a;margin-bottom:4px}.tt-mode-title{font-size:16px;font-weight:600;letter-spacing:-.02em;color:#0f172a}.tt-mode-subtitle{font-size:12px;color:#64748b;line-height:1.5;margin-top:3px}.tt-mode-card{display:flex;align-items:center;gap:12px;padding:16px 14px;min-height:var(--tt-tap-target, 44px);border:none;border-radius:12px;cursor:pointer;text-align:left;font-family:inherit;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease;width:calc(100% - 36px);margin:0 18px}.tt-mode-card:focus-visible{outline:none;box-shadow:0 0 0 3px var(--tt-accent-ring, rgba(26, 31, 94, .28))}.tt-mode-card-primary{background:linear-gradient(135deg,var(--tt-accent, #1A1F5E) 0%,var(--tt-accent-deep, #171c55) 100%);box-shadow:0 8px 18px -8px var(--tt-accent-glow, rgba(23, 28, 85, .7))}.tt-mode-card-primary:hover{box-shadow:0 12px 24px -10px var(--tt-accent-glow-hover, rgba(23, 28, 85, .85));transform:translateY(-1px)}.tt-mode-card-primary:focus-visible{outline:none;box-shadow:0 0 0 3px var(--tt-accent-ring, rgba(26, 31, 94, .28)),0 8px 18px -8px var(--tt-accent-glow, rgba(23, 28, 85, .7))}.tt-mode-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tt-mode-icon-vet{background:#ffffff2e}.tt-mode-icon-ai{width:34px;height:34px;border-radius:8px;background:var(--tt-accent-tint, #ededf2);color:var(--tt-accent-ink, #15194b)}.tt-mode-content{flex:1;min-width:0}.tt-mode-card-title{font-size:14px;font-weight:600;letter-spacing:-.005em;color:#fff;margin-bottom:3px}.tt-mode-card-desc{font-size:11px;color:#ffffffe6;line-height:1.5}.tt-mode-tag{display:inline-flex;align-items:center;gap:4px;margin-top:8px;font-size:11px;font-weight:600;background:#0000002e;color:#fff;padding:4px 10px;border-radius:999px}.tt-mode-tag-dot{width:6px;height:6px;background:#3ddb8a;border-radius:50%}.tt-mode-arrow{color:#ffffffb3;font-size:22px;font-weight:300;flex-shrink:0}.tt-mode-divider{display:flex;align-items:center;gap:10px;padding:2px 18px;margin:10px 0}.tt-mode-divider-line{flex:1;height:1px;background:#f1f5f9}.tt-mode-divider-text{font-size:11px;color:#94a3b8;font-weight:500}.tt-mode-card-secondary{background:#fff;border:1px solid #e6ebf1;padding:18px 14px;border-radius:12px;box-shadow:0 1px 1.5px #0f172a08}.tt-mode-card-secondary:hover{border-color:var(--tt-accent, #1A1F5E);box-shadow:0 4px 12px -6px var(--tt-accent-float, rgba(23, 28, 85, .4));transform:translateY(-1px)}.tt-mode-card-title-secondary{font-size:13px;font-weight:600;letter-spacing:-.005em;color:#0f172a;margin-bottom:1px}.tt-mode-card-desc-secondary{font-size:11px;color:#64748b;line-height:1.4}.tt-mode-arrow-secondary{color:#94a3b8;font-size:16px;flex-shrink:0}.tt-mode-footer{padding:12px 18px;text-align:center;font-size:11px;color:#94a3b8}.tt-mode-back{align-self:center;display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:var(--tt-tap-target, 44px);margin:4px auto 15px;padding:10px 16px;background:transparent;border:none;border-radius:999px;font-family:inherit;font-size:12px;font-weight:500;color:#64748b;cursor:pointer;transition:color .15s ease,background .15s ease}.tt-mode-back:hover{color:var(--tt-accent-ink, #15194b);background:var(--tt-accent-tint, #ededf2)}.tt-mode-back:focus-visible{outline:none;box-shadow:0 0 0 3px var(--tt-accent-ring, rgba(26, 31, 94, .28))}.tt-vet-connecting{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;text-align:center;background:#f6f9ff}.tt-vet-icon-wrapper{position:relative;margin-bottom:20px}.tt-vet-icon{width:72px;height:72px;border-radius:50%;background:var(--tt-accent-tint, #ededf2);display:flex;align-items:center;justify-content:center}.tt-vet-pulse{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:2px solid var(--tt-accent, #1A1F5E);opacity:.4;animation:ringPulse 2s ease-in-out infinite}@keyframes ringPulse{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.12);opacity:.15}}.tt-vet-title{font-size:14px;font-weight:600;color:#1a1f5e;margin-bottom:8px}.tt-vet-subtitle{font-size:12px;color:#aab4cc}.tt-vet-back{background:none;border:none;color:#aab4cc;font-size:12px;cursor:pointer;font-family:inherit;margin-top:24px;transition:color .15s}.tt-vet-back:hover{color:#1a1f5e}.tt-load-more{display:inline-flex;align-items:center;justify-content:center;align-self:center;padding:9px 20px;background:transparent;border:1.5px solid var(--tt-button-color, #1E4D3F);border-radius:999px;color:var(--tt-button-color, #1E4D3F);font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s,color .15s}.tt-load-more:hover{background:var(--tt-button-color, #1E4D3F);color:#fff}.tt-load-more:disabled{opacity:.5;cursor:wait}.tt-auth-checking{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px calc(32px + var(--tt-safe-bottom, 0px));background:#fff}.tt-auth-spinner{width:32px;height:32px;border:3px solid var(--tt-accent-tint-border, #d6d7e2);border-top-color:var(--tt-accent, #1A1F5E);border-radius:50%;animation:ttSpin .8s linear infinite}@keyframes ttSpin{to{transform:rotate(360deg)}}.tt-auth-checking-text{margin-top:12px;font-size:12px;color:#64748b}.tt-auth-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px calc(32px + var(--tt-safe-bottom, 0px));background:#fff;text-align:center}.tt-auth-icon{width:56px;height:56px;border-radius:999px;background:var(--tt-accent-tint, #ededf2);color:var(--tt-accent-ink, #15194b);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.tt-auth-title{font-size:16px;font-weight:600;letter-spacing:-.02em;color:#0f172a}.tt-auth-subtitle{font-size:14px;color:#64748b;line-height:1.5;max-width:320px;margin-top:3px;margin-bottom:15px}.tt-auth-subtitle strong{font-weight:400}margin-bottom: 20px; } .tt-auth-subtitle strong{color:#0f172a}.tt-auth-input{width:100%;max-width:280px;min-height:var(--tt-tap-target, 44px);padding:12px 14px;border:1px solid #e6ebf1;border-radius:10px;font-family:inherit;font-size:14px;color:#0f172a;background:#fff;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.tt-auth-input:focus{border-color:var(--tt-accent, #1A1F5E);box-shadow:0 0 0 3px var(--tt-accent-ring, rgba(26, 31, 94, .28))}.tt-auth-input::placeholder{color:#94a3b8}.tt-auth-input:disabled{background:#f8fafc;color:#94a3b8}.tt-auth-code-inputs{display:flex;gap:8px;justify-content:center;margin-top:20px;margin-bottom:14px}.tt-auth-code-box{width:48px;height:48px;min-height:48px;padding:0;border:1px solid #e6ebf1;border-radius:10px;font-size:20px;font-weight:600;text-align:center;color:#0f172a;background:#fff;outline:none;transition:border-color .15s ease,box-shadow .15s ease;font-family:monospace}.tt-auth-code-box:focus{border-color:var(--tt-accent, #1A1F5E);box-shadow:0 0 0 3px var(--tt-accent-ring, rgba(26, 31, 94, .28))}.tt-auth-code-box::placeholder{color:#94a3b8}.tt-auth-code-box:disabled{background:#f8fafc;color:#94a3b8}.tt-auth-error{margin-top:10px;width:100%;max-width:280px;padding:8px 10px;background:#fee2e2;border:1px solid #fecaca;color:#b91c1c;font-size:12px;border-radius:10px}.tt-auth-button{width:100%;max-width:280px;margin-top:14px;display:inline-flex;align-items:center;justify-content:center;min-height:var(--tt-tap-target, 44px);padding:14px 18px;background:linear-gradient(135deg,var(--tt-accent, #1A1F5E) 0%,var(--tt-accent-deep, #171c55) 100%);color:#fff;border:none;border-radius:999px;font-family:inherit;font-size:13px;font-weight:600;letter-spacing:-.005em;cursor:pointer;box-shadow:0 8px 18px -8px var(--tt-accent-glow, rgba(23, 28, 85, .7));transition:box-shadow .15s ease,transform .15s ease,opacity .15s ease}.tt-auth-button:hover:not(:disabled){box-shadow:0 12px 24px -10px var(--tt-accent-glow-hover, rgba(23, 28, 85, .85));transform:translateY(-1px)}.tt-auth-button:focus-visible{outline:none;box-shadow:0 0 0 3px var(--tt-accent-ring, rgba(26, 31, 94, .28)),0 8px 18px -8px var(--tt-accent-glow, rgba(23, 28, 85, .7))}.tt-auth-button:disabled{opacity:.5;cursor:not-allowed}.tt-auth-back{width:100%;max-width:280px;margin-top:8px;display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:var(--tt-tap-target, 44px);padding:14px 18px;background:transparent;border:none;border-radius:999px;color:#64748b;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:color .15s ease,background .15s ease}.tt-auth-back:hover{color:var(--tt-accent-ink, #15194b);background:var(--tt-accent-tint, #ededf2)}.tt-auth-back:focus-visible{outline:none;box-shadow:0 0 0 3px var(--tt-accent-ring, rgba(26, 31, 94, .28))}.tt-pet-selector{flex:1;display:flex;flex-direction:column;background:#f8fafc;overflow-y:auto;padding-bottom:calc(18px + var(--tt-safe-bottom, 0px))}.tt-pet-header{padding:20px 18px 14px;text-align:center}.tt-pet-title{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:0}.tt-pet-subtitle{font-size:12px;font-weight:400;color:#64748b;margin-bottom:10px}.tt-pet-list{padding:0 18px;display:flex;flex-direction:column;gap:5px}.tt-pet-empty{text-align:center;color:#64748b;font-size:13px;padding:20px}.tt-add-pet{display:inline-flex;align-items:center;justify-content:center;align-self:center;gap:6px;min-height:var(--tt-tap-target, 44px);background:var(--tt-accent-tint, #ededf2);border:1px solid var(--tt-accent-tint-border, #d6d7e2);border-radius:999px;padding:8px 16px;margin:14px 18px 0;font-size:12px;font-weight:600;color:var(--tt-accent-ink, #15194b);cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s}.tt-add-pet:hover{background:var(--tt-accent-tint-border, #d6d7e2);border-color:var(--tt-accent-tint-border-hover, #bfc0d2)}.tt-add-pet-plus{font-size:13px;line-height:1}.tt-wagmo-themed .tt-add-pet{background:transparent;border:1.5px solid #002D1E;color:#002d1e}.tt-wagmo-themed .tt-add-pet:hover{background:#002d1e;border-color:#002d1e;color:#ebffb9}.tt-pet-selector.tt-add-pet-active{background:#fff}.tt-add-pet-form{flex:1;display:flex;flex-direction:column}.tt-add-pet-header{text-align:center;padding:20px 18px 0}.tt-add-pet-title{font-size:16px;font-weight:600;letter-spacing:-.02em;color:#0f172a}.tt-add-pet-subtitle{font-size:12px;color:#64748b;line-height:1.5;margin-top:3px}.tt-add-pet-fields{flex:1;display:flex;flex-direction:column;padding:13px 18px calc(20px + var(--tt-safe-bottom, 0px))}.tt-add-pet-section{display:flex;flex-direction:column;gap:14px;padding-top:12px;margin-top:12px;border-top:1px solid #f1f5f9}.tt-add-pet-section:first-of-type{padding-top:2px;margin-top:0;border-top:none}.tt-add-pet-field{display:flex;flex-direction:column;gap:6px}.tt-add-pet-label{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}.tt-add-pet-optional{font-weight:500;color:#94a3b8;text-transform:none;letter-spacing:normal}.tt-add-pet-pills{display:flex;gap:8px;flex-wrap:wrap}.tt-add-pet-pill{flex:1;min-width:70px;min-height:var(--tt-tap-target, 44px);padding:10px 14px;background:#fff;border:1px solid #e6ebf1;border-radius:999px;box-shadow:0 1px 1.5px #0f172a08;font-family:inherit;font-size:12px;font-weight:500;color:#334155;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease}.tt-add-pet-pill:hover:not(:disabled):not(.selected){border-color:var(--tt-accent, #1A1F5E);color:var(--tt-accent-ink, #15194b);background:var(--tt-accent-tint, #ededf2);box-shadow:0 4px 12px -6px var(--tt-accent-float, rgba(23, 28, 85, .4));transform:translateY(-1px)}.tt-add-pet-pill:focus-visible{outline:none;border-color:var(--tt-accent, #1A1F5E);box-shadow:0 0 0 3px var(--tt-accent-ring, rgba(26, 31, 94, .28))}.tt-add-pet-pill.selected{background:linear-gradient(135deg,var(--tt-accent, #1A1F5E) 0%,var(--tt-accent-deep, #171c55) 100%);border-color:transparent;color:#fff;font-weight:600;box-shadow:0 8px 18px -8px var(--tt-accent-glow, rgba(23, 28, 85, .7));transform:translateY(-1px)}.tt-add-pet-pill:disabled{opacity:.6;cursor:wait}.tt-add-pet-form .tt-auth-input{max-width:none}.tt-add-pet-form .tt-auth-input:focus{border-color:var(--tt-accent, #1A1F5E);box-shadow:0 0 0 3px var(--tt-accent-ring, rgba(26, 31, 94, .28))}.tt-add-pet-error{margin-top:10px;padding:8px 10px;background:#fee2e2;border:1px solid #fecaca;color:#b91c1c;font-size:12px;border-radius:10px}.tt-add-pet-actions{display:flex;flex-direction:column;gap:8px;margin-top:auto;padding-top:14px}.tt-add-pet-save{width:100%;min-height:var(--tt-tap-target, 44px);display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--tt-accent, #1A1F5E) 0%,var(--tt-accent-deep, #171c55) 100%);color:#fff;font-size:13px;font-weight:600;letter-spacing:-.005em;border:none;border-radius:999px;padding:14px 18px;cursor:pointer;font-family:inherit;box-shadow:0 8px 18px -8px var(--tt-accent-glow, rgba(23, 28, 85, .7));transition:box-shadow .15s ease,transform .15s ease,opacity .15s ease}.tt-add-pet-save:hover:not(:disabled){box-shadow:0 12px 24px -10px var(--tt-accent-glow-hover, rgba(23, 28, 85, .85));transform:translateY(-1px)}.tt-add-pet-save:focus-visible{outline:none;box-shadow:0 0 0 3px var(--tt-accent-ring, rgba(26, 31, 94, .28)),0 8px 18px -8px var(--tt-accent-glow, rgba(23, 28, 85, .7))}.tt-add-pet-cancel{width:100%;min-height:var(--tt-tap-target, 44px);display:inline-flex;align-items:center;justify-content:center;gap:5px;background:transparent;color:#64748b;font-size:13px;font-weight:500;border:none;border-radius:999px;padding:14px 18px;cursor:pointer;font-family:inherit;transition:color .15s ease,background .15s ease}.tt-add-pet-cancel:hover:not(:disabled){color:var(--tt-accent-ink, #15194b);background:var(--tt-accent-tint, #ededf2)}.tt-add-pet-save:disabled,.tt-add-pet-cancel:disabled{opacity:.6;cursor:wait}.tt-wagmo-themed .tt-pet-selector.tt-add-pet-active{background:#f5f5f0}.tt-wagmo-themed .tt-add-pet-title{color:#002d1e;font-family:Libre Baskerville,Georgia,serif;font-weight:400}.tt-wagmo-themed .tt-add-pet-subtitle{color:#5a6e63;font-weight:300}.tt-wagmo-themed .tt-add-pet-section{border-top-color:#d4dcd6}.tt-wagmo-themed .tt-add-pet-label,.tt-wagmo-themed .tt-add-pet-optional{color:#5a6e63}.tt-wagmo-themed .tt-add-pet-pill{border-color:#d4dcd6;color:#002d1e;box-shadow:none}.tt-wagmo-themed .tt-add-pet-pill:hover:not(:disabled):not(.selected){background:#ebffb9;border-color:#002d1e;color:#002d1e;box-shadow:none}.tt-wagmo-themed .tt-add-pet-pill:focus-visible{border-color:#002d1e;box-shadow:0 0 0 3px #002d1e2e}.tt-wagmo-themed .tt-add-pet-pill.selected{background:#002d1e;border-color:#002d1e;color:#ebffb9;box-shadow:none}.tt-wagmo-themed .tt-add-pet-save{background:#002d1e;color:#ebffb9;box-shadow:none}.tt-wagmo-themed .tt-add-pet-save:hover:not(:disabled){background:#001a11;box-shadow:none;transform:none}.tt-wagmo-themed .tt-add-pet-save:focus-visible{box-shadow:0 0 0 3px #002d1e38}.tt-wagmo-themed .tt-add-pet-cancel{color:#002d1e}.tt-wagmo-themed .tt-add-pet-cancel:hover:not(:disabled){background:#ebffb9;color:#002d1e}.tt-wagmo-themed .tt-add-pet-form .tt-auth-input:focus{border-color:#002d1e;box-shadow:0 0 0 3px #002d1e2e}.tt-pet-card{display:flex;align-items:center;gap:12px;padding:14px;background:#fff;border:1px solid #E0E7F0;border-radius:12px;cursor:pointer;font-family:inherit;text-align:left;transition:all .15s}.tt-pet-card:hover{background:#f0f4ff;border-color:#2b7fff}.tt-pet-avatar{width:44px;height:44px;border-radius:50%;background:#ebf3ff;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;font-size:20px}.tt-pet-avatar img{width:100%;height:100%;object-fit:cover}.tt-pet-info{flex:1;min-width:0}.tt-pet-name{font-size:14px;font-weight:600;color:#1a1f5e}.tt-pet-breed{font-size:12px;color:#888}.tt-pet-arrow{color:#aab4cc;font-size:18px}.tt-vet-error-icon{width:56px;height:56px;border-radius:50%;background:#fee2e2;color:#e53935;font-size:28px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.tt-vet-chat-welcome{display:flex;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.tt-vet-chat-welcome-text{font-size:13px;color:#64748b;line-height:1.5;max-width:260px}.tt-end-chat{background:none;border:none;color:#dc2626;font-size:11px;font-family:inherit;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .15s}.tt-end-chat:hover{background:#fee2e2}.tt-msg-sender{font-weight:600;color:#0f172a}.tt-ai-disclaimer{flex:1;display:flex;flex-direction:column;align-items:center;background:#f4f8f6;padding:18px;overflow-y:auto}.tt-ai-disclaimer-card{background:#fff;border-radius:16px;border:.5px solid #D8E8E2;width:100%;flex-shrink:0}.tt-ai-disclaimer-header{background:#1e4d3f;padding:18px 20px 14px;text-align:center;border-radius:16px 16px 0 0}.tt-ai-disclaimer-icon{width:44px;height:44px;border-radius:50%;background:#ffffff1f;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.tt-ai-disclaimer-title{color:#fff;font-size:15px;font-weight:600;margin-bottom:3px}.tt-ai-disclaimer-subtitle{color:#fff9;font-size:11px}.tt-ai-disclaimer-content{padding:16px 18px}.tt-ai-disclaimer-item{display:flex;align-items:flex-start;gap:10px;padding:9px 0;border-bottom:.5px solid #EBF2EE}.tt-ai-disclaimer-item-last{border-bottom:none}.tt-ai-disclaimer-item-icon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.tt-ai-disclaimer-item-icon-warning{background:#fff5f0}.tt-ai-disclaimer-item-icon-emergency{background:#fdecec}.tt-ai-disclaimer-item-icon-human{background:#ebf3ff}.tt-ai-disclaimer-item-text{flex:1}.tt-ai-disclaimer-item-title{font-size:12px;font-weight:600;color:#1a1a2e;margin-bottom:2px}.tt-ai-disclaimer-item-desc{font-size:11px;color:#777;line-height:1.45}.tt-ai-disclaimer-footer{padding:0 18px 16px;display:flex;flex-direction:column;gap:7px}.tt-ai-disclaimer-btn{width:100%;background:#1e4d3f;color:#fff;border:none;border-radius:10px;padding:12px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s}.tt-ai-disclaimer-btn:hover{background:#163d31}.tt-ai-disclaimer-tos{text-align:center;font-size:10px;color:#aab4cc;line-height:1.5;margin-top:2px}.tt-ai-disclaimer-tos a{color:#1e4d3f;font-weight:600;text-decoration:none}.tt-ai-disclaimer-tos a:hover{text-decoration:underline}.tt-wagmo-themed{--tt-button-color: #002D1E;--tt-button-opened-color: #002D1E;--tt-top-bar-color: #002D1E;--tt-bg: #F5F5F0;--tt-bg-white: #FFFFFF;--tt-text: #002D1E;--tt-text-muted: #5a6e63;--tt-border: #d4dcd6;--tt-user-bubble: #002D1E;--tt-bot-bubble: #FFFFFF;--tt-input-bg: #F5F5F0;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400}.tt-wagmo-themed body{background:#f5f5f0}.tt-wagmo-themed .tt-mode-title,.tt-wagmo-themed .tt-mode-greeting,.tt-wagmo-themed .tt-pet-title,.tt-wagmo-themed .tt-feedback-title,.tt-wagmo-themed .tt-vet-title,.tt-wagmo-themed .tt-auth-title,.tt-wagmo-themed .tt-ai-disclaimer-title{font-family:Libre Baskerville,Georgia,serif;font-weight:400;letter-spacing:-.01em}.tt-wagmo-themed .tt-topbar,.tt-wagmo-themed .tt-header{background:#002d1e}.tt-wagmo-themed .tt-brand-name,.tt-wagmo-themed .tt-brand-sub,.tt-wagmo-themed .tt-topbar-title,.tt-wagmo-themed .tt-topbar-subtitle{color:#f5f5f0}.tt-wagmo-themed .tt-mode-card-primary{background:#002d1e;border-color:#002d1e;box-shadow:none}.tt-wagmo-themed .tt-mode-card-primary:hover{background:#003c28;border-color:#003c28;box-shadow:none;transform:none}.tt-wagmo-themed .tt-mode-card:focus-visible{box-shadow:0 0 0 3px #002d1e2e}.tt-wagmo-themed .tt-mode-card-primary:focus-visible{box-shadow:0 0 0 3px #002d1e38}.tt-wagmo-themed .tt-mode-card-primary .tt-mode-card-title,.tt-wagmo-themed .tt-mode-card-primary .tt-mode-card-desc,.tt-wagmo-themed .tt-mode-card-primary .tt-mode-arrow{color:#ebffb9}.tt-wagmo-themed .tt-mode-card-primary .tt-mode-tag{background:#d7ff91;color:#002d1e}.tt-wagmo-themed .tt-mode-card-primary .tt-mode-tag-dot{background:#002d1e}.tt-wagmo-themed .tt-mode-card-secondary{background:#ebffb9;border:none;box-shadow:none}.tt-wagmo-themed .tt-mode-card-secondary:hover{background:#ebffb9;border-color:transparent;box-shadow:none;transform:none}.tt-wagmo-themed .tt-mode-card-secondary .tt-mode-card-title-secondary,.tt-wagmo-themed .tt-mode-card-secondary .tt-mode-card-desc-secondary,.tt-wagmo-themed .tt-mode-card-secondary .tt-mode-arrow-secondary{color:#002d1e}.tt-wagmo-themed .tt-mode-card-secondary .tt-mode-icon-ai svg{stroke:#002d1e}.tt-wagmo-themed .tt-mode-divider-line{background:#002d1e;opacity:.15}.tt-wagmo-themed .tt-mode-divider-text,.tt-wagmo-themed .tt-mode-footer,.tt-wagmo-themed .tt-mode-subtitle{color:#5a6e63}.tt-wagmo-themed .tt-mode-title,.tt-wagmo-themed .tt-mode-greeting{color:#002d1e}.tt-wagmo-themed .tt-pet-card{border-color:#d4dcd6;background:#fff}.tt-wagmo-themed .tt-pet-card:hover{background:#f5f5f0;border-color:#002d1e}.tt-wagmo-themed .tt-pet-avatar{background:#ebffb9}.tt-wagmo-themed .tt-pet-name{color:#002d1e}.tt-wagmo-themed .tt-pet-breed{color:#5a6e63}.tt-wagmo-themed .tt-pet-arrow,.tt-wagmo-themed .tt-vet-back,.tt-wagmo-themed .tt-mode-back{color:#002d1e}.tt-wagmo-themed .tt-mode-back:hover{color:#002d1e;background:#ebffb9}.tt-wagmo-themed .tt-mode-back:focus-visible{box-shadow:0 0 0 3px #002d1e2e}.tt-wagmo-themed .tt-feedback-section{border-color:#d4dcd6;box-shadow:none}.tt-wagmo-themed .tt-feedback-rating-btn{border-color:#d4dcd6;color:#002d1e;box-shadow:none}.tt-wagmo-themed .tt-feedback-rating-btn:active{background:#ebffb9;border-color:#002d1e;color:#002d1e}.tt-wagmo-themed .tt-feedback-rating-btn:focus-visible{border-color:#002d1e;box-shadow:0 0 0 3px #002d1e2e}.tt-wagmo-themed .tt-feedback-rating-btn.selected{background:#002d1e;border-color:#002d1e;color:#ebffb9;box-shadow:none}.tt-wagmo-themed .tt-feedback-textarea{border-color:#d4dcd6}.tt-wagmo-themed .tt-feedback-textarea:focus{border-color:#002d1e;box-shadow:0 0 0 3px #002d1e2e}.tt-wagmo-themed .tt-feedback-submit{background:#002d1e;color:#ebffb9;box-shadow:none}.tt-wagmo-themed .tt-feedback-submit:hover:not(:disabled){background:#001a11;box-shadow:none;transform:none}.tt-wagmo-themed .tt-feedback-submit:focus-visible{box-shadow:0 0 0 3px #002d1e38}.tt-wagmo-themed .tt-feedback-skip{color:#002d1e}.tt-wagmo-themed .tt-feedback-skip:hover{background:#ebffb9;color:#002d1e}.tt-wagmo-themed .tt-feedback-subtitle,.tt-wagmo-themed .tt-feedback-label,.tt-wagmo-themed .tt-feedback-scale-labels{color:#5a6e63}.tt-wagmo-themed .tt-auth-button{background:#002d1e;color:#ebffb9;box-shadow:none}.tt-wagmo-themed .tt-auth-button:hover:not(:disabled){background:#001a11;box-shadow:none;transform:none}.tt-wagmo-themed .tt-auth-button:focus-visible{box-shadow:0 0 0 3px #002d1e38}.tt-wagmo-themed .tt-auth-input:focus{border-color:#002d1e;box-shadow:0 0 0 3px #002d1e2e}.tt-wagmo-themed .tt-auth-code-box{border-color:#d4dcd6;background:#f5f5f0;color:#002d1e}.tt-wagmo-themed .tt-auth-code-box:focus{border-color:#002d1e;box-shadow:0 0 0 3px #002d1e2e}.tt-wagmo-themed .tt-auth-icon{background:#ebffb9;color:#002d1e}.tt-wagmo-themed .tt-auth-back{color:#002d1e}.tt-wagmo-themed .tt-auth-back:hover{background:#ebffb9;color:#002d1e}.tt-wagmo-themed .tt-auth-back:focus-visible{box-shadow:0 0 0 3px #002d1e2e}.tt-wagmo-themed .tt-ai-disclaimer-btn{background:#002d1e!important;color:#ebffb9}.tt-wagmo-themed .tt-pet-avatar svg{width:70%;height:70%}.tt-wagmo-themed .tt-mode-title{font-size:20px;line-height:1.25}.tt-wagmo-themed .tt-mode-greeting{font-size:28px;line-height:1.2;margin-bottom:6px}.tt-wagmo-themed .tt-pet-title,.tt-wagmo-themed .tt-vet-title,.tt-wagmo-themed .tt-auth-title{font-size:24px;line-height:1.25}.tt-wagmo-themed .tt-mode-subtitle,.tt-wagmo-themed .tt-pet-subtitle,.tt-wagmo-themed .tt-feedback-subtitle,.tt-wagmo-themed .tt-vet-subtitle,.tt-wagmo-themed .tt-auth-subtitle{font-weight:300}.tt-wagmo-themed .tt-screen,.tt-wagmo-themed .tt-screen-body,.tt-wagmo-themed .tt-feedback,.tt-wagmo-themed .tt-mode-selector,.tt-wagmo-themed .tt-vet-connecting,.tt-wagmo-themed .tt-auth-checking,.tt-wagmo-themed .tt-auth-screen,.tt-wagmo-themed .tt-pet-selector{background:#f5f5f0}.tt-wagmo-themed .tt-mode-selector{gap:16px}.tt-wagmo-themed .tt-mode-card-primary,.tt-wagmo-themed .tt-mode-card-secondary{padding:20px;border-radius:20px}.tt-wagmo-themed .tt-mode-card-secondary .tt-mode-icon-ai{background:#d7ff91}.tt-wagmo-themed .tt-mode-divider-line{display:none}.tt-wagmo-themed .tt-mode-divider{margin:-10px 0;padding:0 18px;justify-content:center}.tt-wagmo-themed .tt-mode-divider-text{font-weight:400;letter-spacing:.05em}.tt-wagmo-themed .tt-pet-card{border-radius:16px;padding:14px}.tt-wagmo-themed .tt-pet-avatar{width:56px;height:56px;flex-shrink:0}.tt-wagmo-themed .tt-pet-avatar svg{width:40px;height:40px}.tt-wagmo-themed .tt-feedback-submit,.tt-wagmo-themed .tt-feedback-skip,.tt-wagmo-themed .tt-auth-button,.tt-wagmo-themed .tt-ai-disclaimer-btn{border-radius:999px;padding-left:24px;padding-right:24px}.tt-wagmo-themed .tt-vet-back,.tt-wagmo-themed .tt-load-more{margin-top:12px;align-self:center;padding:10px 24px;border:1.5px solid #002D1E;border-radius:999px;font-weight:600;color:#002d1e;background:transparent}.tt-wagmo-themed .tt-vet-back:hover,.tt-wagmo-themed .tt-load-more:hover{background:#002d1e;color:#ebffb9}.tt-wagmo-themed .tt-messages{background:#f5f5f0}.tt-wagmo-themed .tt-bubble.user{background:#002d1e;color:#ebffb9;box-shadow:none}.tt-wagmo-themed .tt-bubble.bot{background:#fff;color:#002d1e;border-color:#d4dcd6;box-shadow:none}.tt-wagmo-themed .tt-bubble.escalate{background:#ebffb9;color:#002d1e;border-color:#002d1e}.tt-wagmo-themed .tt-msg-sender,.tt-wagmo-themed .tt-timestamp{color:#5a6e63}.tt-wagmo-themed .tt-chat-header{background:#f5f5f0;border-bottom-color:#d4dcd6}.tt-wagmo-themed .tt-chat-header-name{color:#002d1e}.tt-wagmo-themed .tt-chat-header-status{color:#5a6e63}.tt-wagmo-themed .tt-switch-mode:not(.tt-end-chat-header){border-color:#d4dcd6;color:#002d1e}.tt-wagmo-themed .tt-switch-mode:not(.tt-end-chat-header):hover{background:#ebffb9;border-color:#002d1e;color:#002d1e}.tt-wagmo-themed .tt-switch-mode:focus-visible{box-shadow:0 0 0 3px #002d1e2e}.tt-wagmo-themed .tt-input-area{background:#fff;border-top-color:#d4dcd6}.tt-wagmo-themed .tt-input{background:#f5f5f0;color:#002d1e;border-color:transparent;box-shadow:none}.tt-wagmo-themed .tt-input:focus{border-color:#002d1e;box-shadow:0 0 0 3px #002d1e2e}.tt-wagmo-themed .tt-input::placeholder{color:#5a6e63}.tt-wagmo-themed .tt-send{background:#002d1e;color:#ebffb9;box-shadow:none}.tt-wagmo-themed .tt-send:hover{background:#001a11;box-shadow:none;transform:none}.tt-wagmo-themed .tt-send:focus-visible{box-shadow:0 0 0 3px #002d1e38}.tt-wagmo-themed .tt-send svg{stroke:#ebffb9}.tt-wagmo-themed .tt-typing{background:#fff;border-color:#d4dcd6;box-shadow:none}.tt-wagmo-themed .tt-typing span{background:#002d1e}.tt-wagmo-themed .tt-auth-spinner{border-color:#d4dcd6;border-top-color:#002d1e}.tt-wagmo-themed .tt-vet-icon{background:#ebffb9}.tt-wagmo-themed .tt-vet-pulse{border-color:#002d1e}.tt-wagmo-themed .tt-disclaimer,.tt-wagmo-themed .tt-footer{color:#5a6e63}.tt-wagmo-themed .tt-footer a{color:#002d1e}.tt-wagmo-themed .tt-vet-chat-welcome{background:#ebffb9;border-color:#002d1e}.tt-wagmo-themed .tt-vet-chat-welcome-text{color:#002d1e}.tt-wagmo-themed .tt-confirm-dialog{background:#fff}.tt-wagmo-themed .tt-confirm-title{color:#002d1e}.tt-wagmo-themed .tt-confirm-text{color:#5a6e63}.tt-wagmo-themed .tt-confirm-end{background:#002d1e;color:#ebffb9;border-color:#002d1e;box-shadow:none}.tt-wagmo-themed .tt-confirm-end:hover{background:#001a11;box-shadow:none;transform:none}.tt-wagmo-themed .tt-confirm-end:focus-visible{box-shadow:0 0 0 3px #002d1e38}.tt-wagmo-themed .tt-confirm-cancel{border-color:#002d1e;color:#002d1e}.tt-wagmo-themed .tt-confirm-cancel:hover{background:#ebffb9;color:#002d1e}.tt-wagmo-themed .tt-mode-footer{display:none}
