*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{cursor:pointer;font-family:inherit;border:none;background:none}input,textarea{font-family:inherit;outline:none}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0003;border-radius:2px}@keyframes spin{to{transform:rotate(360deg)}}.spinner{display:inline-block;width:22px;height:22px;border-radius:50%;border:2.5px solid transparent;border-top-color:currentColor;animation:spin .75s linear infinite}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:100;display:flex;align-items:flex-end;justify-content:center;padding:0;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-sheet{background:inherit;width:100%;max-width:640px;max-height:92vh;border-radius:20px 20px 0 0;overflow:hidden;display:flex;flex-direction:column;animation:slideUp .2s ease}@media(min-width:640px){.modal-overlay{align-items:center}.modal-sheet{border-radius:20px;max-height:85vh}}@keyframes slideUp{0%{transform:translateY(60px);opacity:0}to{transform:translateY(0);opacity:1}}.app-layout{display:flex;flex-direction:column;height:100vh;overflow:hidden}.app-content{flex:1;overflow:hidden;position:relative}.tab-bar{display:flex;border-top:1px solid;padding-bottom:env(safe-area-inset-bottom,0)}.tab-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:10px 0 8px;background:none;border:none;cursor:pointer;transition:opacity .15s}.tab-btn:active{opacity:.7}.tab-label{font-size:11px;font-weight:600;letter-spacing:.2px}.page-scroll{height:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}
