.screen{display:none}.screen.active{display:block}.tab-content{display:none}.tab-content.active{display:block}@keyframes authFadeIn{0%{opacity:0}to{opacity:1}}.auth-fade-in{animation:authFadeIn .3s ease-out}::selection{background:red;color:#fff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#888}.refresh-icon{color:#888;padding:4px;transition:color .15s}.refresh-icon:hover{color:#fff}.refresh-icon.refreshing svg{animation:spin .8s linear infinite reverse}.pull-to-refresh{position:fixed;top:calc(env(safe-area-inset-top,0px) + 56px);left:50%;transform:translate(-50%) translateY(-60px);z-index:40;display:flex;align-items:center;justify-content:center;width:40px;height:40px;opacity:0;transition:transform .2s ease-out,opacity .2s ease-out;pointer-events:none}.pull-to-refresh.pulling{opacity:1}.pull-to-refresh.refreshing{transform:translate(-50%) translateY(16px);opacity:1}.pull-spinner{width:24px;height:24px;border:3px solid #2A2A2A;border-top-color:red;border-radius:50%}.pull-to-refresh.refreshing .pull-spinner{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-spinner{width:32px;height:32px;border:3px solid #2A2A2A;border-top-color:red;border-radius:50%;animation:spin .8s linear infinite}.phone-frame{max-width:390px;margin:0 auto;min-height:100vh;position:relative;padding-top:calc(env(safe-area-inset-top,0px) + 56px)}.main-content{padding-bottom:calc(96px + env(safe-area-inset-bottom,0px))}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);max-width:390px;width:100%;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 12px)}input::placeholder,textarea::placeholder{color:#888}select option{background:#141414;color:#fff}*:focus-visible{outline:2px solid #FF0000;outline-offset:2px}input:disabled,select:disabled,textarea:disabled{opacity:.4}
