@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow-x:hidden;background:#f5f6fa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}.fade-enter-active,.fade-leave-active{transition:opacity .15s ease}.fade-enter-from,.fade-leave-to{opacity:0}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:#ddd;border-radius:4px}.app-container{max-width:500px;margin:0 auto;min-height:100vh;position:relative;background:#f5f6fa;box-shadow:0 0 40px #0000000f}.tab-bar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:500px;height:60px;background:#fff;display:flex;align-items:center;justify-content:space-around;border-top:none;z-index:999;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -4px 20px #0000000f}.tab-item{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;height:100%;color:#b0b8c8;font-size:10px;font-weight:500;gap:3px;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;letter-spacing:.3px}.tab-icon-wrap{width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:transform .25s cubic-bezier(.4,0,.2,1)}.tab-item.active .tab-icon-wrap,.tab-item.router-link-active .tab-icon-wrap{transform:scale(1.1)}.tab-item.active,.tab-item.router-link-active{color:#ff6b35}.tab-item.active:before,.tab-item.router-link-active:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:28px;height:3px;background:linear-gradient(90deg,#ff6b35,#ff8f5e);border-radius:0 0 3px 3px}.tab-item span{margin-top:1px}.tab-item:active{opacity:.7}
