:root{font-family:Pretendard,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#f0f2f5}body{margin:0;display:flex;justify-content:center;min-height:100vh;overflow-y:auto;background-color:#f0f2f5}#root{width:100%;display:flex;justify-content:center}*{box-sizing:border-box}.app-container{display:flex;flex-direction:column;min-height:750px;height:100vh;width:100%;min-width:340px;max-width:400px;background-color:#fff;box-shadow:0 0 50px #0000001a;position:relative}.main-content{flex:1;display:flex;flex-direction:column;padding-bottom:70px}div[class*=tradingview-widget-copyright],.tv-embed-widget-wrapper__footer,.tv-embed-widget-wrapper__logo{display:none!important;visibility:hidden!important}.navbar{background-color:#fff;border-top:1px solid #eee;display:flex;justify-content:space-around;padding:10px 0;position:absolute;bottom:0;left:0;right:0;width:100%;z-index:1000;box-shadow:0 -5px 15px #00000008}@keyframes slideUpShorts{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.shorts-transition{animation:slideUpShorts .6s cubic-bezier(.2,.8,.2,1)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner-fast{animation:spin .8s linear infinite}@keyframes profitPop{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.profit-animate{display:inline-block;animation:profitPop .3s cubic-bezier(.175,.885,.32,1.275)}@media (max-width: 400px){.app-container{max-width:100%;box-shadow:none}}
