.ecochat-widget,.ecochat-widget *{box-sizing:border-box}.ecochat-widget{position:fixed;bottom:0;right:0;z-index:9999;padding:1.5rem;pointer-events:none;font-family:Inter,-apple-system,sans-serif}.chat-trigger{pointer-events:auto;width:64px;height:64px;flex-shrink:0;aspect-ratio:1/1;border-radius:50%;background:linear-gradient(135deg,#1b5e35,#2d8a5a);border:4px solid white;box-shadow:0 8px 32px rgba(0,0,0,.2);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;animation:blinking-pulse 2s infinite}.chat-trigger:hover{transform:scale(1.1) translateY(-5px);animation-play-state:paused}@keyframes blinking-pulse{0%{box-shadow:0 8px 32px rgba(0,0,0,.2),0 0 0 0 rgba(45,138,90,.7)}70%{box-shadow:0 8px 32px rgba(0,0,0,.2),0 0 0 15px rgba(45,138,90,0)}to{box-shadow:0 8px 32px rgba(0,0,0,.2),0 0 0 0 rgba(45,138,90,0)}}.chat-trigger img{width:80%;height:80%}.chat-trigger .badge{position:absolute;top:-10px;background:#ff5252;color:white;padding:2px 8px;border-radius:12px;font-size:10px;font-weight:700;box-shadow:0 4px 8px rgba(0,0,0,.1)}.chat-window{width:400px;height:600px;max-width:calc(100vw - 3rem);max-height:calc(100vh - 3rem);pointer-events:auto;background:#f4fbf7;border-radius:24px;display:flex!important;flex-direction:column!important;overflow:hidden!important;position:relative;border:1px solid rgba(0,0,0,.1);box-shadow:0 24px 48px rgba(0,0,0,.2)}.chat-header{background:#1b5e35;color:white;padding:16px;justify-content:space-between;z-index:20;position:relative;flex-shrink:0;flex-grow:0;width:100%}.chat-header,.header-info{display:flex;align-items:center}.header-info{gap:12px}.header-logo{width:44px;height:44px;border-radius:50%;border:2px solid rgba(255,255,255,.3);flex-shrink:0;aspect-ratio:1/1;object-fit:contain}.header-title{font-weight:700;font-size:1.1rem}.header-status{font-size:.8rem;opacity:.8;display:flex;align-items:center;gap:4px}.header-status:before{content:"";width:8px;height:8px;background:#00e676;border-radius:50%}.close-btn{background:rgba(255,255,255,.1);border:none;color:white;font-size:24px;padding:4px 12px;border-radius:8px;cursor:pointer}.chat-messages{flex:1 1 auto;min-height:0;overflow-y:auto;padding:24px 16px;display:flex;flex-direction:column;gap:16px;z-index:5}.bubble-row{display:flex;gap:12px;max-width:85%}.bubble-row.bot{align-self:flex-start}.bubble-row.user{align-self:flex-end;flex-direction:row-reverse}.bot-avatar{flex-shrink:0;width:32px;height:32px;aspect-ratio:1/1}.bot-avatar img{width:100%;height:100%;border-radius:50%;border:2px solid #2d8a5a;object-fit:contain;display:block}.bubble-content{background:white;padding:12px 16px;border-radius:4px 16px 16px 16px;box-shadow:0 4px 12px rgba(0,0,0,.05);font-size:14px;line-height:1.5;white-space:pre-wrap}.bubble-row.user .bubble-content{background:#2d8a5a;color:white;border-radius:16px 4px 16px 16px}.bubble-content .time{font-size:10px;margin-top:4px;opacity:.5;text-align:right}.chat-footer{padding:12px 16px 16px;background:white;border-top:1px solid rgba(0,0,0,.05);z-index:20;flex-shrink:0;flex-grow:0;width:100%}.input-area{display:flex;background:#f4fbf6;border:2px solid #e8f5e9;border-radius:16px;padding:4px;align-items:flex-end}.input-area textarea{flex:1;border:none;background:transparent;padding:8px 12px;font-size:14px;resize:none;max-height:100px;outline:none}.send-btn{background:#2d8a5a;color:white;width:40px;height:40px;border-radius:12px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:background .2s}.send-btn:disabled{background:#e0e0e0;cursor:not-allowed}.typing-dots{display:flex;gap:4px;align-items:center}.dot{width:6px;height:6px;background:#2d8a5a;border-radius:50%;animation:bounce 1.4s ease-in-out infinite}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.loading-bubble{padding:12px}.particles-container{position:absolute;inset:0;pointer-events:none}.aurora{position:absolute;width:200px;height:200px;border-radius:50%;filter:blur(60px);opacity:.1;animation:aurora-float 20s infinite alternate}.aurora-1{background:#69f0ae;top:0;left:0}.aurora-2{background:#4a9e6f;bottom:0;right:0}@keyframes aurora-float{0%{transform:translate(0)}to{transform:translate(100px,50px)}}.field b{color:#1b5e35;text-transform:capitalize}.suggestions{display:flex;gap:8px;overflow-x:auto;padding-bottom:12px;margin-bottom:8px}.suggestions::-webkit-scrollbar{display:none}.suggestions button{background:#e8f5e9;color:#1b5e35;border:1px solid #c8e6c9;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:700;cursor:pointer;white-space:nowrap}.booking-card,.handoff-card{margin-top:8px;background:#f1f8e9;border:1px solid #c8e6c9;padding:12px;border-radius:12px}.booking-card .title,.handoff-card .title{color:#2e7d32;font-weight:700;font-size:.9rem;margin-bottom:4px}.handoff-card a{color:#1b5e35;text-decoration:underline;display:block}