*{margin:0;padding:0;box-sizing:border-box}html,body,.app{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,sans-serif;background:#f5f5f5}a{text-decoration:none;color:inherit}.tab-bar{position:fixed;bottom:0;left:0;right:0;height:56px;background:#fff;display:flex;border-top:1px solid #eee;z-index:1000;padding-bottom:env(safe-area-inset-bottom)}.tab-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:10px;color:#999;transition:color .2s;gap:2px}.tab-item.active{color:#409eff}.tab-icon{width:22px;height:22px}.tab-icon-wrap{position:relative;width:22px;height:22px}.tab-badge{position:absolute;top:-6px;right:-10px;min-width:16px;height:16px;line-height:16px;padding:0 4px;border-radius:8px;background:#f56c6c;color:#fff;font-size:10px;text-align:center;font-weight:600}.floating-notification{position:fixed;top:0;left:0;right:0;z-index:9999;background:#fff;box-shadow:0 2px 12px #00000026;padding:12px 16px;display:flex;align-items:center;gap:10px;cursor:pointer}.floating-icon{font-size:22px;flex-shrink:0}.floating-body{flex:1;min-width:0}.floating-title{font-size:14px;font-weight:600;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.floating-content{font-size:12px;color:#999;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.floating-close{font-size:20px;color:#ccc;flex-shrink:0;padding:0 4px}.slide-down-enter-active,.slide-down-leave-active{transition:transform .3s ease,opacity .3s ease}.slide-down-enter-from,.slide-down-leave-to{transform:translateY(-100%);opacity:0}
