html,body,#root{min-height:100%}:root{--safe-area-top: env(safe-area-inset-top);--safe-area-right: env(safe-area-inset-right);--safe-area-bottom: env(safe-area-inset-bottom);--safe-area-left: env(safe-area-inset-left)}.app-h-screen{height:100vh;height:100dvh}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(100,116,139,.5) transparent}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#64748b80;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#64748bcc}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background:#47556999}.dark .custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#475569e6}*{transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}button:not(.no-transition),a:not(.no-transition),input:not(.no-transition){@apply transition-all;}
