:root{--app-width: 100vw;--app-height: 100vh;--app-vw: 1vw;--app-vh: 1vh;--safe-top: env(safe-area-inset-top, 0px);--safe-right: env(safe-area-inset-right, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--touch-target: 44px}html,body{min-width:100%;min-height:100%;height:100vh;height:100svh;height:100dvh;overscroll-behavior:none;touch-action:pan-y pinch-zoom}#Stage{width:100%;height:var(--app-height, 100dvh);min-height:100svh;touch-action:pinch-zoom}#Stage input,#Stage textarea,#Stage select,#Stage button,#Stage a,#Stage video{touch-action:manipulation}#Stage input,#Stage textarea,#Stage select{user-select:text;-webkit-user-select:text}#Stage textarea{max-width:calc(100vw - var(--safe-left) - var(--safe-right) - 32px)!important;min-height:var(--touch-target)}.ChatDOM .messages{min-height:0;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain;scrollbar-width:thin}.ChatDOM textarea,.ChatDOM textarea.extended{box-sizing:border-box;max-width:100%!important}#Stage video{display:block;max-width:100%;max-height:calc(var(--app-height) - var(--safe-top) - var(--safe-bottom) - 32px);object-fit:contain}.VideoModal{width:100%!important;height:var(--app-height)!important;padding:max(16px,var(--safe-top)) max(16px,var(--safe-right)) max(16px,var(--safe-bottom)) max(16px,var(--safe-left))!important}.VideoModal .closeButton{top:max(8px,var(--safe-top))!important;right:max(8px,var(--safe-right))!important;width:var(--touch-target)!important;height:var(--touch-target)!important;padding:13px!important;background-origin:content-box!important;background-clip:content-box!important}[data-keyboard=open] .VideoModal,[data-keyboard=open] #Stage textarea:focus{max-height:var(--app-height)}@media(max-width:768px){.ChatDOM .wrapper{left:0!important;bottom:0!important;width:100%!important;height:calc(var(--app-height) - var(--safe-top))!important;padding:2rem max(2rem,var(--safe-right)) max(2rem,var(--safe-bottom)) max(2rem,var(--safe-left))!important;box-sizing:border-box}[data-keyboard=open] .ChatDOM .wrapper{height:var(--app-height)!important;padding-bottom:16px!important}.CookieBanner .wrapper{padding-right:max(28px,var(--safe-right))!important;padding-bottom:max(32px,var(--safe-bottom))!important;padding-left:max(28px,var(--safe-left))!important}.CookieBanner button{min-width:var(--touch-target)!important;min-height:var(--touch-target)!important}}.GLA11y{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,[role=button]:focus-visible{outline:2px solid #d9b9ff;outline-offset:3px}@media(max-width:600px){#Stage textarea{font-size:max(14px,1rem)!important}}@supports not (height: 100dvh){html,body,#Stage{height:var(--app-height, 100vh)}}
