*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;color:#333;-webkit-tap-highlight-color:transparent}:root{--primary: #1677ff;--primary-light: #69b1ff;--primary-dark: #0958d9;--primary-bg: #e6f4ff;--price: #ff4d4f;--success: #52c41a;--warning: #faad14;--text: #1f1f1f;--text-secondary: #666;--text-muted: #999;--border: #f0f0f0;--bg: #f5f5f5;--card-bg: #ffffff;--shadow-sm: 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 2px 8px rgba(0,0,0,.06);--shadow-lg: 0 4px 16px rgba(0,0,0,.08);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--safe-bottom: env(safe-area-inset-bottom, 0px)}.page{min-height:100vh;padding-bottom:calc(64px + var(--safe-bottom));background:var(--bg)}.card{background:var(--card-bg);border-radius:var(--radius-md);margin:10px 12px;overflow:hidden;box-shadow:var(--shadow-sm)}.price{color:var(--price);font-weight:700}.price:before{content:"¥";font-size:.7em;margin-right:1px}.tag{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;line-height:1.6}.tag-hot{background:var(--price);color:#fff}.tag-new{background:var(--primary);color:#fff}.tag-vip{background:linear-gradient(135deg,#faad14,#ffc53d);color:#fff}.safe-bottom{padding-bottom:var(--safe-bottom)}.fade-in{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.slide-up{animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.btn-primary{background:var(--primary)!important;border:none!important;color:#fff!important;border-radius:24px!important;font-weight:600!important}.divider{height:1px;background:var(--border);margin:0 12px}.adm-nav-bar{background:#fff!important;border-bottom:1px solid var(--border)}.adm-nav-bar-back{color:var(--text)!important}.adm-tab-bar-wrap{min-height:58px!important}.adm-tab-bar-item{padding:5px 8px 6px!important}.adm-tab-bar-item-icon{font-size:28px!important;height:28px!important}.adm-tab-bar-item-icon img{width:28px!important;height:28px!important;object-fit:contain!important}.adm-tab-bar-item-title{font-size:13px!important;line-height:18px!important}.adm-tab-bar-item-title-with-icon{margin-top:3px!important}
