@keyframes fade-in-right{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.animate-fade-in-right{animation:fade-in-right .3s ease-out forwards}body{overflow-x:hidden}html,body,#root{height:100%}.app-height{height:100vh}@supports (height: 100dvh){.app-height{height:100dvh}}:root{--safe-area-inset-top: env(safe-area-inset-top, 0px);--safe-area-inset-bottom: env(safe-area-inset-bottom, 0px);--safe-area-inset-left: env(safe-area-inset-left, 0px);--safe-area-inset-right: env(safe-area-inset-right, 0px)}.safe-area-bottom{padding-bottom:var(--safe-area-inset-bottom)}.safe-area-top{padding-top:var(--safe-area-inset-top)}.safe-area-top-gap{padding-top:calc(var(--safe-area-inset-top) + 1rem)}.safe-area-insets{padding-top:calc(var(--safe-area-inset-top) + 1rem);padding-bottom:calc(var(--safe-area-inset-bottom) + 1rem);padding-left:calc(var(--safe-area-inset-left) + 1rem);padding-right:calc(var(--safe-area-inset-right) + 1rem)}body.modal-open,body.nav-open{overflow:hidden}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#000000b3;display:flex;justify-content:center;align-items:flex-end;overflow-y:auto;overscroll-behavior:contain}@media(min-width:640px){.modal-overlay{align-items:center}}.modal-panel{width:100%;max-height:calc(100vh - 2rem - var(--safe-area-inset-top) - var(--safe-area-inset-bottom));-webkit-overflow-scrolling:touch}@supports (height: 100dvh){.modal-panel{max-height:calc(100dvh - 2rem - var(--safe-area-inset-top) - var(--safe-area-inset-bottom))}}.modal-panel-scroll{overflow-y:auto}html[data-theme=light] .bg-binance-dark,html.light .bg-binance-dark{background-color:#fff}html[data-theme=light] .bg-binance-card,html.light .bg-binance-card{background-color:#f9fafb}html[data-theme=light] .bg-binance-light-gray,html.light .bg-binance-light-gray{background-color:#e5e7eb}html[data-theme=light] .text-white,html.light .text-white{color:#111827}html[data-theme=light] .text-gray-300,html.light .text-gray-300{color:#4b5563}html[data-theme=light] .text-gray-400,html.light .text-gray-400{color:#6b7280}html[data-theme=light] .text-gray-500,html.light .text-gray-500{color:#9ca3af}html[data-theme=light] .border-binance-light-gray,html.light .border-binance-light-gray{border-color:#d1d5db}html[data-theme=light] .border-binance-card,html.light .border-binance-card{border-color:#e5e7eb}html[data-theme=light] input,html[data-theme=light] textarea,html[data-theme=light] select,html.light input,html.light textarea,html.light select{background-color:#fff;border-color:#d1d5db;color:#111827}html[data-theme=light] input::placeholder,html[data-theme=light] textarea::placeholder,html.light input::placeholder,html.light textarea::placeholder{color:#9ca3af}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#353a42;border-radius:10px;transition:background .2s}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#4a5058}html[data-theme=light] .custom-scrollbar::-webkit-scrollbar-thumb,html.light .custom-scrollbar::-webkit-scrollbar-thumb{background:#d1d5db}html[data-theme=light] .custom-scrollbar::-webkit-scrollbar-thumb:hover,html.light .custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#9ca3af}
