html,body,#root{height:100%;width:100%;margin:0;padding:0;overflow:hidden}body{background-color:#f8fafc;transition:background-color .3s ease,color .3s ease;-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none}.dark body{background-color:#020617}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes pulse-subtle{0%,to{opacity:1}50%{opacity:.8}}.animate-in{animation-duration:.3s;animation-fill-mode:forwards}.animate-pulse-subtle{animation:pulse-subtle 2s cubic-bezier(.4,0,.6,1) infinite}
