.chatbox-container,.chat-launcher{--chat-primary: #935135;--chat-primary-hover: #7c402c;--chat-accent: #16335b;--chat-header-bg: #fcf8ec;--chat-header-text: #333333;--chat-header-subtitle: #555555;--chat-bot-bubble-bg: #ececec;--chat-bot-bubble-text: #333333;--chat-user-bubble-bg: #935135;--chat-user-bubble-text: #ffffff;--chat-text-dark: #333333;--chat-text-light: #ffffff;--chat-text-muted: #666666;--chat-launcher-bg: #ffffff;--chat-launcher-text: #333333;--chat-launcher-subtitle: #666666;--chat-launcher-accent: #16335b;--chat-button-bg: #935135;--chat-button-text: #ffffff;--chat-button-border: transparent;--chat-button-active-bg: #7c402c;--chat-button-active-text: #ffffff;--chat-back-button-bg: #ececec;--chat-back-button-text: #333333;--chat-back-button-hover-bg: #dfdfdf;--chat-calendar-bg: #ffffff;--chat-calendar-text: #333333;--chat-calendar-muted-text: #999999;--chat-input-bg: #ffffff;--chat-input-text: #333333;--chat-input-border: #d1d5db}.chatbox-container{width:350px;max-width:calc(100vw - 32px);height:650px;max-height:calc(100vh - 32px);position:fixed;bottom:20px;right:20px;background:#fff;border-radius:24px;display:flex;flex-direction:column;box-shadow:0 24px 70px #00000038;overflow:hidden;z-index:999999;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;border:1px solid rgba(0,0,0,.06);animation:chatGrowFromPill 1.05s cubic-bezier(.22,1,.36,1) forwards}@keyframes chatGrowFromPill{0%{height:68px}to{height:650px}}.chatbox-ctas,.back-menu-btn{animation:chatContentScrollUp 1.05s cubic-bezier(.22,1,.36,1) forwards}@keyframes chatContentScrollUp{0%{transform:translateY(650px)}to{transform:translateY(0)}}.chatbox-header{background:var(--chat-header-bg)!important;color:var(--chat-header-text)!important;padding:16px 18px;display:flex;justify-content:space-between;align-items:flex-start;gap:12px;border-bottom:1px solid rgba(0,0,0,.06)}.chatbox-header-left{display:flex;align-items:center;gap:12px;min-width:0}.chatbox-logo{width:42px;height:42px;object-fit:contain;border-radius:50%;background:#fff;padding:4px;flex-shrink:0}.chatbox-header-text{display:flex;flex-direction:column;gap:2px;min-width:0}.chatbox-title{color:var(--chat-header-text)!important}.chatbox-subtitle{color:var(--chat-header-subtitle)!important}.chat-close-btn{width:36px;height:36px;min-width:36px;border-radius:999px;border:none;background:#ffffff1a;color:var(--chat-header-text)!important;font-size:22px;line-height:1;cursor:pointer;flex-shrink:0;margin-left:auto;align-self:center;transition:all .2s ease}.chat-close-btn:hover{background:#fff3;transform:scale(1.05)}.chatbox-main{flex:1;overflow-y:auto;padding:16px;background:linear-gradient(180deg,#f7f7f8,#f3f5f7)}.chat-scroll-stack{display:flex;flex-direction:column;gap:18px;width:100%}.chat-messages{display:flex;flex-direction:column;gap:12px}.chat-message{width:75%;border-radius:20px 20px 20px 0;padding:12px 15px;font-size:14px;line-height:1.45;word-break:break-word}.chat-message.bot{background:var(--chat-bot-bubble-bg);color:var(--chat-bot-bubble-text)}.chat-message.bot.welcome{font-style:italic;background-color:#93d5f377}.chat-message.user{background:var(--chat-user-bubble-bg);color:var(--chat-user-bubble-text)}.mainmenu-bubble-nav{display:flex;flex-wrap:wrap;gap:8px}.nav-bubble{padding:7px 12px;border-radius:999px;border:1px solid var(--chat-button-border);background:var(--chat-button-bg);color:var(--chat-button-text);font-size:12px;cursor:pointer;transition:all .15s ease}.nav-bubble:hover{border-color:var(--chat-primary)}.nav-bubble.active{background:var(--chat-primary);border-color:var(--chat-primary);color:var(--chat-text-light)}.flow-section,.schedule-section,.pricing-section{display:flex;flex-direction:column;gap:14px}.flow-block{margin-top:12px}.step-question{font-size:14px;color:var(--chat-text-dark);line-height:1.45;padding:1rem;border-radius:20px 20px 20px 0;font-style:italic;background-color:#93d5f377;width:75%;margin:1rem 0}.step-cta-list{display:flex;flex-direction:column;gap:9px}.step-cta-btn{width:100%;padding:12px 14px;border-radius:12px;border:none;background:var(--chat-primary);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease}.step-cta-btn:hover{background:var(--chat-primary-hover)}.step-block{display:flex;flex-direction:column;gap:10px}.bubble-group{display:flex;flex-wrap:wrap;gap:8px}.bubble{padding:9px 13px;border-radius:999px;border:1px solid #d2d2d2;background:#fff;font-size:13px;cursor:pointer;transition:all .15s ease}.bubble:hover{border-color:var(--chat-primary)}.bubble.selected{background:var(--chat-primary);border-color:var(--chat-primary);color:#fff}.schedule-calendar{background:#fff;border-radius:16px;border:1px solid #e2e2e2;padding:12px 12px 14px}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.calendar-title{font-size:14px;font-weight:700;color:var(--chat-text-dark)}.calendar-nav-btn{border:none;background:transparent;padding:6px 8px;cursor:pointer;font-size:18px;color:var(--chat-primary);border-radius:8px}.calendar-nav-btn:hover{background:#93513514}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;font-size:12px}.calendar-weekday{text-align:center;font-weight:700;color:#666;padding-bottom:2px}.calendar-day{width:100%;aspect-ratio:1 / 1;border-radius:999px;border:none;background:#fff;color:var(--chat-text-dark);cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center}.calendar-day.empty{background:transparent;cursor:default}.calendar-day:hover:not(.disabled-date):not(.selected-date){background:#93513514}.disabled-date{color:#bbb;cursor:default;pointer-events:none}.selected-date{background:var(--chat-primary);color:#fff}.schedule-selected{font-size:12px;color:#555}.schedule-selected span{font-weight:700}.chat-form{display:flex;flex-direction:column;gap:10px}.chat-form input,.ask-textarea{padding:12px 13px;border-radius:12px;border:1px solid #d1d5db;background:#fff;font-size:14px;font-family:inherit;outline:none}.chat-form input:focus,.ask-textarea:focus{border-color:var(--chat-primary);box-shadow:0 0 0 3px #9351351f}.ask-textarea{resize:none;min-height:92px}.chatbox-ctas{padding:14px 16px 16px;background:#fff;border-top:1px solid #e6e6e6;display:flex;flex-direction:column;gap:10px}.cta-btn{padding:13px 14px;width:100%;background:var(--chat-primary);color:var(--chat-text-light);border-radius:12px;border:none;cursor:pointer;font-weight:600;transition:all .2s ease}.cta-btn:hover{background:var(--chat-primary-hover)}.back-menu-btn{margin:0 16px 16px;padding:12px 14px;background:var(--chat-back-button-bg);color:var(--chat-back-button-text);border-radius:12px;border:none;cursor:pointer;font-size:13px;font-weight:600;transition:background .2s ease}.back-menu-btn:hover{background:var(--chat-back-button-hover-bg);color:var(--chat-back-button-text)}.existing-user-info{background:#f8f9fa;border:1px solid #e9ecef;border-radius:14px;padding:16px;margin:12px 0}.existing-user-info p{margin:8px 0;font-size:14px;color:#495057}.existing-user-info strong{color:var(--chat-text-dark);font-weight:700}.chat-launcher{position:fixed;right:20px;bottom:20px;z-index:999999;display:flex;align-items:center;background:var(--chat-launcher-bg);box-shadow:0 16px 40px #0003;overflow:hidden;transform-origin:bottom right;transition:width .65s cubic-bezier(.22,1,.36,1),box-shadow .2s ease,transform .2s ease}.chat-launcher.circle{width:68px;height:68px;min-height:68px;border-radius:999px;padding:0;justify-content:center;animation:none}.chat-launcher.pill{width:320px;max-width:calc(100vw - 32px);height:68px;min-height:68px;border-radius:999px;padding:0 8px 0 4px;justify-content:space-between;background:linear-gradient(135deg,#0f172a,#111827);border:1px solid rgba(255,255,255,.08)}@keyframes launcherCircleIn{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}.chat-launcher:hover{transform:translateY(-2px);box-shadow:0 18px 42px #0000003d}.chat-launcher-main{flex:1;min-height:64px;border:none;background:transparent;display:flex;align-items:center;gap:12px;padding:0;cursor:pointer;text-align:left}.chat-launcher.circle .chat-launcher-main{justify-content:flex-start;padding:0 5px}.chat-launcher-avatar-wrap{width:58px;height:58px;margin-left:0;border-radius:999px;background:linear-gradient(135deg,#38bdf8,#0ea5e9);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;box-shadow:0 10px 24px #38bdf847}.chat-launcher-avatar{width:46px;height:46px;object-fit:cover;border-radius:999px;background:#fff}.chat-launcher-avatar-fallback{width:44px;height:44px;border-radius:50%;background:#fff;color:var(--chat-launcher-accent);display:flex;align-items:center;justify-content:center;font-weight:700}.chat-launcher-text{flex:1;min-width:0;text-align:left;opacity:1;transform:translate(0);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}.chat-launcher-title{color:#fff;font-size:14px;font-weight:500;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-launcher-subtitle{color:#cbd5e1;font-size:13px;line-height:1.3;margin-top:3px}.chat-launcher-close{width:36px;height:36px;margin-right:2px;border:none;border-radius:999px;background:#ffffff14;color:#cbd5e1;font-size:20px;line-height:1;cursor:pointer;flex-shrink:0;transition:all .2s ease}.chat-launcher-close:hover{background:#ffffff29;color:#fff;transform:scale(1.05)}.chat-launcher.circle .chat-launcher-text,.chat-launcher.circle .chat-launcher-close{display:none}.options-flow-container{display:flex;flex-direction:column;gap:12px;margin-top:auto}.options-message{width:100%}.options-buttons{display:flex;flex-direction:column;gap:10px}@media(max-width:768px){.chat-launcher{right:12px;bottom:12px}.chat-launcher.pill{width:calc(100vw - 24px);min-height:78px}.chat-launcher.circle{width:64px;min-height:64px}.chat-launcher-main{min-height:64px;padding:0 16px}.chat-launcher-avatar-wrap{width:50px;height:50px}.chat-launcher-avatar,.chat-launcher-avatar-fallback{width:40px;height:40px}}@media(max-width:480px){.chat-launcher{right:10px;bottom:10px}.chat-launcher.pill{width:calc(100vw - 20px);min-height:74px}.chat-launcher.circle{width:60px;min-height:60px}.chat-launcher-main{min-height:60px;padding:0 14px;gap:12px}.chat-launcher-avatar-wrap{width:46px;height:46px}.chat-launcher-avatar,.chat-launcher-avatar-fallback{width:38px;height:38px}.chat-launcher-title{font-size:13px}.chat-launcher-subtitle{font-size:12px}.chat-launcher-close{width:38px;height:38px;margin-right:6px}}.chat-launcher-icon{font-size:18px;color:#888;flex-shrink:0;line-height:1}.chat-launcher.circle .chat-launcher-text,.chat-launcher.circle .chat-launcher-icon{opacity:0;transform:translate(-8px);pointer-events:none;transition:opacity .25s ease,transform .25s ease}@media(max-width:768px){.chatbox-container{width:calc(100vw - 20px);height:78vh;max-height:78vh;right:10px;bottom:10px;border-radius:22px}.chat-launcher{right:12px;bottom:12px}.chat-launcher.pill{width:calc(100vw - 24px);min-height:78px;padding:13px 16px}.chat-launcher.circle{width:64px;height:64px}.chat-launcher-avatar-wrap{width:50px;height:50px}.chat-launcher-avatar,.chat-launcher-avatar-fallback{width:40px;height:40px}}@media(max-width:480px){.chatbox-container{width:calc(100vw - 16px);max-width:calc(100vw - 16px);height:82vh;max-height:82vh;right:8px;bottom:8px;border-radius:18px}.chat-launcher{right:10px;bottom:10px}.chat-launcher.pill{width:calc(100vw - 20px);min-height:74px;padding:12px 14px;gap:12px}.chat-launcher.circle{width:60px;height:60px}.chat-launcher-avatar-wrap{width:46px;height:46px}.chat-launcher-avatar,.chat-launcher-avatar-fallback{width:38px;height:38px}.chat-launcher-title{font-size:13px}.chat-launcher-subtitle{font-size:12px}}
