:root{--viewport-height:100vh;--viewport-height-dynamic:100dvh;--keyboard-height:0px}body,html{height:100%;overflow:hidden}body{margin:0;padding:0;overscroll-behavior:none;-webkit-overflow-scrolling:touch}.chat-container{height:100vh;height:100dvh;height:-webkit-fill-available;max-height:100vh;max-height:100dvh;max-height:-webkit-fill-available;overflow:hidden;display:flex;flex-direction:column;position:relative}.chat-messages-area{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;min-height:0;scroll-behavior:smooth;position:relative;max-height:100%}.chat-messages-area.consultation-complete{height:100%;max-height:100%}.chat-input-container{flex:0 0 auto;position:relative;z-index:40;overflow:hidden;touch-action:none;contain:layout style paint}.pb-safe{padding-bottom:env(safe-area-inset-bottom,0)}textarea{font-size:16px!important;-webkit-text-size-adjust:100%;user-select:text;-webkit-user-select:text}@supports (-webkit-touch-callout:none){.chat-container{height:100vh;height:-webkit-fill-available;max-height:-webkit-fill-available}.chat-messages-area{max-height:calc(100vh - 120px);max-height:calc(100dvh - 120px)}body:has(.chat-container){position:fixed;width:100%;top:0;left:0;right:0;bottom:0}}.easy-fill-buttons{-webkit-overflow-scrolling:touch;touch-action:pan-x;overscroll-behavior-x:contain;overscroll-behavior-y:none;-webkit-tap-highlight-color:transparent}.easy-fill-buttons button{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;user-select:none}.custom-checkbox{width:16px;height:16px;border-radius:4px;border:1px solid #d1d5db;background-color:#fff;cursor:pointer;-webkit-appearance:none;appearance:none}.custom-checkbox:checked{background-color:#fb9472;border-color:#fb9472}.custom-checkbox:checked:after{content:"✓";display:block;text-align:center;color:#fff;font-size:12px;line-height:16px}textarea::placeholder{opacity:1;line-height:inherit}@keyframes fade-in-fast{0%{opacity:0}to{opacity:1}}.animate-fade-in-fast{animation:fade-in-fast .3s ease-in-out}@keyframes pulse-subtle{0%,to{opacity:1}50%{opacity:.8}}.animate-pulse-subtle{animation:pulse-subtle 2s ease-in-out infinite}#messages-end{height:1px;width:100%}