.ChatInterface_chatContainer__Djesz{width:100%;height:100vh;height:100dvh;display:flex;flex-direction:column;overflow:hidden;position:relative;padding-top:env(safe-area-inset-top);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.ChatInterface_chatHeader__uB9au{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#09b44d,#07923d);color:#fff;padding:1rem 1.5rem;min-height:60px;width:100%;box-shadow:0 2px 8px rgba(9,180,77,.15);position:relative;z-index:10}.ChatInterface_headerLeft__xbVoQ{display:flex;align-items:center;gap:.75rem;flex:1 1}.ChatInterface_headerTitle__9hCA9{font-size:1.125rem;font-weight:700;letter-spacing:-.025em}.ChatInterface_liveChatBadge__4E7Mg{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;padding:.25rem .625rem;background:hsla(0,0%,100%,.2);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:ChatInterface_pulse__ftz52 2s ease-in-out infinite}@keyframes ChatInterface_pulse__ftz52{0%,to{opacity:1}50%{opacity:.8}}.ChatInterface_headerButtons__aCZ_t{display:flex;align-items:center;gap:.5rem}.ChatInterface_endChatButton__WIrHb{background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.3);border-radius:8px;padding:.5rem 1rem;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ChatInterface_endChatButton__WIrHb:hover{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.5);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.ChatInterface_endChatButton__WIrHb:active{transform:translateY(0)}.ChatInterface_chatContent__U_OBs{flex:1 1;display:flex;flex-direction:column;background:#fafafa;overflow-y:auto;overflow-x:hidden;min-height:0;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgba(9,180,77,.3) transparent}.ChatInterface_chatContent__U_OBs::-webkit-scrollbar{width:6px}.ChatInterface_chatContent__U_OBs::-webkit-scrollbar-track{background:transparent}.ChatInterface_chatContent__U_OBs::-webkit-scrollbar-thumb{background-color:rgba(9,180,77,.3);border-radius:3px;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.ChatInterface_chatContent__U_OBs::-webkit-scrollbar-thumb:hover{background-color:rgba(9,180,77,.5)}.ChatInterface_inputBarWrapper__fcjkH{background:#fff;border-top:1px solid #e5e7eb;position:relative;z-index:5;flex-shrink:0;width:100%;box-sizing:border-box;padding:0 0 env(safe-area-inset-bottom)}.ChatInterface_resetButton__ZqVOW{background:transparent;border:1px solid hsla(0,0%,100%,.3);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-size:18px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ChatInterface_resetButton__ZqVOW:hover{background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.6);transform:rotate(180deg) scale(1.1);box-shadow:0 4px 12px hsla(0,0%,100%,.2)}.ChatInterface_resetButton__ZqVOW:active{transform:rotate(180deg) scale(.95)}.ChatInterface_closeButton__MtsCx{background:#fff;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,.1);position:relative}.ChatInterface_closeButton__MtsCx:hover{background:#f8fafc;transform:scale(1.1);box-shadow:0 4px 16px rgba(0,0,0,.15)}.ChatInterface_closeButton__MtsCx:active{transform:scale(.95)}@media (max-width:480px){.ChatInterface_chatContainer__Djesz{height:100vh;height:100dvh}.ChatInterface_chatHeader__uB9au{padding:.75rem 1rem;min-height:50px;flex-shrink:0}.ChatInterface_chatContent__U_OBs{padding:1rem;flex:1 1;min-height:0}.ChatInterface_inputBarWrapper__fcjkH{flex-shrink:0;min-height:60px}.ChatInterface_headerTitle__9hCA9{font-size:1rem}.ChatInterface_closeButton__MtsCx,.ChatInterface_resetButton__ZqVOW{width:32px;height:32px;font-size:16px}}@media (min-width:481px) and (max-width:768px){.ChatInterface_chatHeader__uB9au{padding:.875rem 1.25rem}.ChatInterface_chatContent__U_OBs{padding:1.25rem}}@media (min-width:769px){.ChatInterface_chatContainer__Djesz{max-width:480px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}}@media (prefers-contrast:high){.ChatInterface_chatHeader__uB9au{border-bottom:2px solid #fff}.ChatInterface_resetButton__ZqVOW{border-width:2px}.ChatInterface_closeButton__MtsCx{border:2px solid #000}}@media (prefers-reduced-motion:reduce){.ChatInterface_closeButton__MtsCx,.ChatInterface_resetButton__ZqVOW{transition:none}.ChatInterface_closeButton__MtsCx:hover,.ChatInterface_resetButton__ZqVOW:hover{transform:none}}.ChatInterface_closeButton__MtsCx:focus,.ChatInterface_resetButton__ZqVOW:focus{outline:2px solid #fff;outline-offset:2px}@media (prefers-color-scheme:dark){.ChatInterface_chatContent__U_OBs{background:#1a1a1a}.ChatInterface_inputBarWrapper__fcjkH{background:#2a2a2a;border-top-color:#404040}}