.concierge-fab{position:fixed;z-index:9999;width:56px;height:56px;border-radius:50%;border:none;background:linear-gradient(135deg,#1e3a5f,#1e40af);color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(30,64,175,.4);transition:all .3s ease}.concierge-fab:hover{transform:scale(1.08);box-shadow:0 6px 28px rgba(30,64,175,.5)}.concierge-fab.open{background:#374151;box-shadow:0 2px 10px rgba(0,0,0,.2)}.concierge-fab.bottom-right{bottom:24px;right:24px}.concierge-fab.bottom-left{bottom:24px;left:24px}.concierge-fab-pulse{position:absolute;width:100%;height:100%;border-radius:50%;background:rgba(30,64,175,.3);animation:concierge-pulse 2s ease-out infinite;pointer-events:none}@keyframes concierge-pulse{0%{transform:scale(1);opacity:.6}to{transform:scale(1.6);opacity:0}}.concierge-panel{position:fixed;z-index:9998;width:380px;max-width:calc(100vw - 32px);height:520px;max-height:calc(100vh - 120px);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;background:#0f172a;border:1px solid rgba(255,255,255,.1);box-shadow:0 12px 48px rgba(0,0,0,.4);animation:concierge-slide-up .3s ease-out}.concierge-panel.bottom-right{bottom:92px;right:24px}.concierge-panel.bottom-left{bottom:92px;left:24px}@keyframes concierge-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.concierge-panel-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:linear-gradient(135deg,#1e3a5f,#1e40af);flex-shrink:0}.concierge-panel-header-info{display:flex;align-items:center;gap:10px}.concierge-avatar{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:white}.concierge-panel-title{font-size:14px;font-weight:600;color:white;line-height:1.2}.concierge-panel-subtitle{font-size:11px;color:rgba(255,255,255,.7)}.concierge-stop-speech{background:rgba(255,255,255,.2);border:none;border-radius:6px;color:white;padding:6px;cursor:pointer;display:flex;align-items:center}.concierge-panel-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.concierge-panel-messages::-webkit-scrollbar{width:4px}.concierge-panel-messages::-webkit-scrollbar-thumb{background:rgba(255,255,255,.15);border-radius:2px}.concierge-bubble{display:flex;gap:8px;max-width:85%;animation:concierge-fade-in .2s ease-out}@keyframes concierge-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.concierge-bubble.user{align-self:flex-end;flex-direction:row-reverse}.concierge-bubble.assistant{align-self:flex-start}.concierge-bubble-avatar{width:24px;height:24px;border-radius:50%;background:rgba(30,64,175,.3);display:flex;align-items:center;justify-content:center;color:#60a5fa;flex-shrink:0;margin-top:2px}.concierge-bubble-content{padding:10px 14px;border-radius:14px;font-size:13px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.concierge-bubble.user .concierge-bubble-content{background:#1e40af;color:white;border-bottom-right-radius:4px}.concierge-bubble.assistant .concierge-bubble-content{background:rgba(255,255,255,.08);color:#e2e8f0;border:1px solid rgba(255,255,255,.08);border-bottom-left-radius:4px}.concierge-typing{display:flex;gap:4px;padding:12px 18px!important}.concierge-typing span{width:7px;height:7px;border-radius:50%;background:#60a5fa;animation:concierge-dot 1.4s ease-in-out infinite}.concierge-typing span:nth-child(2){animation-delay:.2s}.concierge-typing span:nth-child(3){animation-delay:.4s}@keyframes concierge-dot{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.concierge-panel-input{display:flex;align-items:flex-end;gap:6px;padding:10px 12px;border-top:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03)}.concierge-textarea{flex:1;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#e2e8f0;font-size:13px;padding:8px 12px;resize:none;outline:none;font-family:inherit;max-height:80px;line-height:1.4}.concierge-textarea::placeholder{color:rgba(255,255,255,.35)}.concierge-textarea:focus{border-color:rgba(30,64,175,.5)}.concierge-send-btn,.concierge-voice-btn{width:36px;height:36px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.concierge-voice-btn{background:rgba(255,255,255,.08);color:#94a3b8}.concierge-voice-btn:hover{background:rgba(255,255,255,.12);color:#e2e8f0}.concierge-voice-btn.listening{background:#dc2626;color:white;animation:concierge-recording 1s ease-in-out infinite}@keyframes concierge-recording{0%,to{box-shadow:0 0 0 0 rgba(220,38,38,.4)}50%{box-shadow:0 0 0 8px rgba(220,38,38,0)}}.concierge-send-btn{background:#1e40af;color:white}.concierge-send-btn:hover:not(:disabled){background:#1d4ed8}.concierge-send-btn:disabled{opacity:.4;cursor:default}@media (max-width:480px){.concierge-panel{width:calc(100vw - 16px);height:calc(100vh - 100px);max-height:calc(100vh - 100px);bottom:80px!important;right:8px!important;left:8px!important;border-radius:12px}.concierge-fab{bottom:16px!important;right:16px!important}}