.fluence-chat-outer{position:relative;display:flex;width:100%;flex-direction:column;align-items:center;gap:30px;overflow:visible;border:1px solid #fff;border-bottom:none;border-radius:40px 40px 0 0;background:linear-gradient(180deg,rgba(255,255,255,.2),rgba(255,255,255,.6));padding:90px 16px 30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.fluence-chat-sphere{top:33px;right:79px;width:209px;height:210px}.fluence-chat-cube,.fluence-chat-sphere{position:absolute;z-index:2;pointer-events:none}.fluence-chat-cube{bottom:209px;left:135px;width:159px;height:138px}.fluence-chat-inner{position:relative;z-index:1;max-width:640px;min-height:310px;align-items:center;justify-content:flex-end;gap:10px;overflow:hidden;border:1px solid rgba(255,255,255,.7);border-radius:16px;background-color:rgba(255,255,255,.3);padding:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.fluence-chat-inner,.fluence-chat-messages{display:flex;width:100%;flex-direction:column}.fluence-chat-messages{gap:16px}.fluence-chat-row{display:flex;width:100%;align-items:flex-start;gap:10px}.fluence-chat-row--user{justify-content:flex-end}.fluence-chat-row--ai{justify-content:flex-start}.fluence-chat-bubble{max-width:364px;border-radius:8px;background-color:rgba(255,255,255,.9);padding:12px;box-shadow:0 5px 20px rgba(0,0,0,.06)}.fluence-chat-bubble--short{max-width:195px}.fluence-chat-bubble--ai{max-width:391px}.fluence-chat-bubble p{margin:0;font-size:14px;line-height:1.625;color:rgba(27,12,37,.85)}.fluence-chat-avatar-gradient{display:flex;width:32px;height:32px;flex-shrink:0;align-items:center;justify-content:center;overflow:hidden;border-radius:5.33px;background:linear-gradient(143.24deg,rgb(128,169,252),rgb(211,123,255) 31.09%,rgb(252,171,131) 70.46%,rgb(255,73,212));box-shadow:inset 0 -1.6px 3.2px rgba(255,255,255,.2),inset 0 .8px .8px rgba(255,255,255,.25)}.fluence-chat-avatar-gradient img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.fluence-chat-avatar-photo{width:32px;height:32px;flex-shrink:0;overflow:hidden;border-radius:9999px}.fluence-chat-avatar-photo img{width:100%;height:100%;object-fit:cover}.fluence-chat-avatar-ai{display:flex;width:32px;height:32px;flex-shrink:0;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;background-color:#1b0c25}.fluence-chat-avatar-ai img{width:20px;height:20px;object-fit:contain}.fluence-chat-input{width:100%;border:1px solid #fff;border-radius:13.4px;background-color:rgba(255,255,255,.8);padding:14px;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.fluence-chat-input-toggles{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:24px}.fluence-chat-toggle{display:inline-flex;align-items:center;gap:5px;border:none;border-radius:9999px;background-color:#fff;padding:8px;font-size:12px;font-weight:500;color:#1b0c25;box-shadow:0 1px 2px rgba(0,0,0,.06)}.fluence-chat-toggle-icon{width:18px;height:18px;border-radius:9999px;background:linear-gradient(135deg,#10a37f,#1a7fbf,#d588fb)}.fluence-chat-placeholder{margin:0 0 60px;padding:0;font-size:16px;line-height:1.625;color:rgba(27,12,37,.35)}.fluence-chat-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px 11px}.fluence-chat-pill{display:inline-flex;align-items:center;gap:5px;border:.84px solid rgb(243,233,250);border-radius:83px;background-color:#fff;padding:6.7px 8.4px;font-size:12px;font-weight:500;color:#1b0c25}.fluence-chat-pill svg{width:17px;height:17px;color:#d588fb}.fluence-chat-send{position:relative;margin-left:auto;display:flex;width:36px;height:36px;flex-shrink:0;align-items:center;justify-content:center;overflow:hidden;border:none;border-radius:9999px;background-color:rgba(255,255,255,.09);cursor:pointer}.fluence-chat-send img{position:absolute;inset:-3px -3px auto;width:calc(100% + 6px);height:auto;aspect-ratio:.9444;object-fit:fill}.fluence-chat-send svg{position:relative;z-index:1;width:16px;height:16px;color:#fff}@media (max-width:809px){.fluence-chat-outer{gap:20px;border-radius:16px 16px 0 0;padding:20px}.fluence-chat-sphere{top:3px;right:9px}.fluence-chat-inner{padding:20px}.fluence-chat-bubble{max-width:85%}}@media (min-width:810px) and (max-width:1199px){.fluence-chat-sphere{top:3px;right:-1px}}