:root{--c-primary: #07C160;--c-primary-d: #059b4d;--c-primary-bg: #e6f7ed;--c-orange: #ff6b00;--c-orange-bg: #fff3e8;--c-red: #f5222d;--c-green: #07C160;--c-green-bg: #e6f7ed;--c-blue: #1677ff;--c-blue-bg: #e8f0ff;--c-text1: #1a1a1a;--c-text2: #555555;--c-text3: #999999;--c-border: #eef0f3;--c-bg: #f4f6fb;--c-white: #ffffff;--radius: 12px;--radius-sm: 8px;--shadow: 0 2px 14px rgba(0,0,0,.07)}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-size:14px;color:var(--c-text1);background:var(--c-bg);font-family:-apple-system,PingFang SC,Noto Sans CJK SC,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased}#app-root{max-width:480px;margin:0 auto;min-height:100vh;position:relative;overflow-x:hidden;background:var(--c-white);box-shadow:0 0 40px #00000014}@media (min-width: 769px){#app-root{max-width:480px}}.page-content{min-height:100vh}.page-content.has-tabbar{padding-bottom:56px}.tab-bar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;height:56px;background:var(--c-white);border-top:1px solid var(--c-border);display:flex;align-items:center;justify-content:space-around;z-index:1000}@media (min-width: 769px){.tab-bar{max-width:480px}}.tab-item{display:flex;flex-direction:column;align-items:center;gap:2px;cursor:pointer;padding:4px 0}.tab-icon{width:24px;height:24px}.tab-label{font-size:10px;color:var(--c-text3)}.tab-item.active .tab-label{color:var(--c-primary)}.section-head{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 10px}.section-title{font-size:12px;font-weight:400;display:flex;align-items:center;gap:6px}.section-title:before{content:"";width:4px;height:16px;border-radius:2px;background:var(--c-primary);display:inline-block}.section-more{font-size:12px;color:var(--c-text3)}.tag{font-size:9px;padding:1px 6px;border-radius:3px;border:1px solid #e0e0e0;background:#fff;color:#888;white-space:nowrap;margin-right:4px}.tag-o{border-color:#ffd8b1;background:#fff8f0;color:#cc7d2a}.tag-g{border-color:#9ec5b0;background:#e6f7ed;color:#07c160}.tag-r{border-color:#ffb3b3;background:#fff5f5;color:#e04343}.tag-p{border-color:#d4c4f0;background:#f8f5ff;color:#7c3aed}.tag-b{border-color:#c4d8f0;background:#f5f8ff;color:#1677ff}.card{background:var(--c-white);border-radius:var(--radius);box-shadow:var(--shadow)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 0;color:var(--c-text3);font-size:14px}
