body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-container{min-height:100vh;padding-bottom:60px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:60px;background:#fff;border-top:1px solid #e0e0e0;display:flex;justify-content:space-around;align-items:center;z-index:1000;box-shadow:0 -2px 8px #0000001a}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:none;border:none;padding:8px;cursor:pointer;transition:all .3s}.nav-item:active{opacity:.7}.nav-icon{font-size:24px;margin-bottom:4px}.nav-text{font-size:12px;color:#666}.nav-item.active .nav-text{color:#ff6b6b;font-weight:700}.nav-item.active .nav-icon{transform:scale(1.1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:#f5f5f5;color:#333;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-bottom:20px;width:100%;max-width:100vw;overflow-x:hidden;touch-action:pan-x pan-y;-webkit-touch-callout:none}html{width:100%;max-width:100vw;overflow-x:hidden;touch-action:pan-x pan-y;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}#app{width:100%;max-width:100vw;overflow-x:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes toastFadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes toastFadeOut{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.8)}}
