:root{--app-height: 100vh}@supports (height: 100dvh){:root{--app-height: 100dvh}}html,body,#root{height:100%}body{margin:0;font-family:Noto Sans SC,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-webkit-tap-highlight-color:transparent;overflow:hidden}.app-shell button{touch-action:manipulation}.app-shell{height:var(--app-height);min-height:var(--app-height)}.app-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.app-shell[data-font-size=large] .text-\[8px\],.app-shell[data-font-size=large] .text-\[9px\]{font-size:.875rem!important;line-height:1.25rem!important}.app-shell[data-font-size=large] .text-\[10px\],.app-shell[data-font-size=large] .text-\[11px\]{font-size:.95rem!important;line-height:1.35rem!important}.app-shell[data-font-size=large] .text-xs{font-size:1rem!important;line-height:1.5rem!important}.pt-safe-4{padding-top:calc(1rem + env(safe-area-inset-top,0px))}.pb-safe-3{padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px))}@keyframes fadeIn{0%{opacity:0;transform:translate3d(0,8px,0)}to{opacity:1;transform:translateZ(0)}}.animate-fadeIn{animation:fadeIn .2s ease-out}
