:root,:host{--van-tabbar-height:50px;--van-tabbar-z-index:1;--van-tabbar-background:var(--van-background-2)}.van-tabbar{z-index:var(--van-tabbar-z-index);box-sizing:content-box;width:100%;height:var(--van-tabbar-height);background:var(--van-tabbar-background);display:flex}.van-tabbar--fixed{position:fixed;bottom:0;left:0}:root,:host{--van-tabbar-item-font-size:var(--van-font-size-sm);--van-tabbar-item-text-color:var(--van-text-color);--van-tabbar-item-active-color:var(--van-primary-color);--van-tabbar-item-active-background:var(--van-background-2);--van-tabbar-item-line-height:1;--van-tabbar-item-icon-size:22px;--van-tabbar-item-icon-margin-bottom:var(--van-padding-base)}.van-tabbar-item{color:var(--van-tabbar-item-text-color);font-size:var(--van-tabbar-item-font-size);line-height:var(--van-tabbar-item-line-height);cursor:pointer;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.van-tabbar-item__icon{margin-bottom:var(--van-tabbar-item-icon-margin-bottom);font-size:var(--van-tabbar-item-icon-size)}.van-tabbar-item__icon .van-icon{display:block}.van-tabbar-item__icon .van-badge{margin-top:var(--van-padding-base)}.van-tabbar-item__icon img{height:20px;display:block}.van-tabbar-item--active{color:var(--van-tabbar-item-active-color);background-color:var(--van-tabbar-item-active-background)}#app{min-height:100vh}:root{--primary:#1a56db;--primary-light:#e8f0fe;--gradient-start:#667eea;--gradient-end:#764ba2;--danger:#ff4757;--warning:#ffa502;--success:#2ed573;--text-color:#333;--text-secondary:#666;--text-hint:#999;--bg-color:#f5f6fa;--card-bg:#fff;--border-color:#eee;--tabbar-height:50px}*{box-sizing:border-box;margin:0;padding:0}html,body{color:var(--text-color);background:var(--bg-color);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:14px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page-container{padding-bottom:calc(var(--tabbar-height) + 10px);min-height:100vh}.gradient-bg{background:linear-gradient(135deg, var(--gradient-start), var(--gradient-end))}.price-text{color:var(--danger);font-weight:600}.price-text:before{content:"¥";font-size:.85em}.ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ellipsis-2{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.card{background:var(--card-bg);border-radius:8px;overflow:hidden}.section-title{color:var(--text-color);padding:16px 0 12px;font-size:16px;font-weight:600}
