.heroText{letter-spacing:-.03em;font-family:TimesNewRomanCondensed;line-height:.9}
.chat-toggle-btn{color:#fff;cursor:pointer;z-index:1000;background:#f5966f;border:none;border-radius:50%;padding:.875rem 1.125rem;font-size:1.25rem;position:fixed;bottom:1.25rem;right:1.25rem;box-shadow:0 .25rem .5rem rgba(0,0,0,.2)}.chat-window{z-index:1000;background:#fff;border:1px solid #ddd;border-radius:.75rem;flex-direction:column;width:20rem;height:26rem;margin-bottom:1rem;display:flex;position:fixed;bottom:5rem;right:1.25rem;overflow:hidden;box-shadow:0 .25rem .75rem rgba(0,0,0,.3)}.chat-header{color:#fff;background:#f5966f;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.header-icon{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;margin-right:.5rem;font-size:1rem;display:flex}.header-text{font-size:1rem;font-weight:700}.chat-messages{flex-direction:column;flex:1;padding:.5rem .75rem;display:flex;overflow-y:auto}.chat-bubble-wrapper{align-items:flex-start;margin-bottom:.5rem;display:flex}.chat-bubble-wrapper.bot{flex-direction:row}.bot-icon{background:#e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:1.8rem;height:1.8rem;margin-right:.3rem;font-size:.9rem;display:flex}.chat-bubble-wrapper.user{flex-direction:row-reverse}.chat-bubble-wrapper.user .chat-bubble{color:#fff;background:#f5966f}.chat-bubble{word-wrap:break-word;background:#f1f1f1;border-radius:.75rem;max-width:70%;padding:.5rem .75rem;font-size:.875rem}.chat-input-wrapper{border-top:1px solid #eee;padding:.5rem;font-size:.875rem;display:flex}.chat-input{border:1px solid #ccc;border-radius:.5rem;flex:1;padding:.5rem}.chat-send-btn{color:#fff;cursor:pointer;background:#f5966f;border:none;border-radius:.5rem;margin-left:.5rem;padding:.5rem .75rem}.mode-selector{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;padding:.5rem .75rem;display:flex}.mode-bubble{cursor:pointer;color:#fff;white-space:nowrap;background-color:#f5966f;border:none;border-radius:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:700;transition:transform .1s,background-color .2s}.mode-bubble:hover{background-color:#e4855f;transform:scale(1.05)}.mode-bubble.selected{background-color:#e47040}.header-left{align-items:center;gap:.5rem;display:flex}.chat-close-btn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.2rem}.loading-bubble{background:#e0e0e0;border-radius:.75rem;align-items:center;gap:.3rem;max-width:70%;padding:.8rem .75rem;display:flex}.loading-bubble .dot{background-color:#f5966f;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both bounce;display:inline-block}.loading-bubble .dot:first-child{animation-delay:0s}.loading-bubble .dot:nth-child(2){animation-delay:.2s}.loading-bubble .dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
