:root{--primary: #1677ff;--primary-light: #e6f0ff;--success: #52c41a;--warning: #faad14;--danger: #ff4d4f;--text: #1a1a1a;--text-secondary: #8c8c8c;--text-tertiary: #bfbfbf;--bg: #f5f6f8;--bg-card: #ffffff;--border: #f0f0f0;--radius: 12px;--shadow: 0 2px 8px rgba(0, 0, 0, .06);--safe-bottom: env(safe-area-inset-bottom, 0px)}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:14px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}body{max-width:480px;margin:0 auto;min-height:100vh}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea{font-family:inherit;outline:none;border:none;background:none}img{display:block;max-width:100%}.page{min-height:100vh;padding-bottom:calc(88px + var(--safe-bottom))}.page-header{position:sticky;top:0;z-index:100;background:var(--primary);color:#fff;padding:12px 16px;display:flex;align-items:center;gap:12px}.page-header h1{font-size:17px;font-weight:600;flex:1}.page-header .back{font-size:22px;width:28px;text-align:center}.card{background:var(--bg-card);border-radius:var(--radius);padding:16px;margin:12px;box-shadow:var(--shadow)}.section-title{font-size:15px;font-weight:600;margin:16px 16px 8px;display:flex;align-items:center;justify-content:space-between}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;border-radius:8px;font-size:15px;font-weight:500;transition:opacity .2s}.btn:active{opacity:.7}.btn-primary{background:var(--primary);color:#fff}.btn-danger{background:var(--danger);color:#fff}.btn-ghost{background:var(--primary-light);color:var(--primary)}.btn-block{display:flex;width:100%}.btn:disabled{opacity:.5}.input{width:100%;padding:12px;border:1px solid var(--border);border-radius:8px;font-size:15px;background:#fafafa}.input:focus{border-color:var(--primary);background:#fff}.tag{display:inline-block;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500}.empty{text-align:center;padding:60px 20px;color:var(--text-tertiary);font-size:14px}.empty:before{content:"📭";display:block;font-size:48px;margin-bottom:12px}.loading{text-align:center;padding:40px;color:var(--text-secondary)}.tabbar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;background:var(--bg-card);border-top:1px solid var(--border);display:flex;flex-direction:column;padding-bottom:var(--safe-bottom);z-index:200}.tabbar-items{display:flex;flex-direction:row;flex-shrink:0}.tabbar-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 0;color:var(--text-tertiary);font-size:11px}.tabbar-item.active{color:var(--primary)}.tabbar-item .icon{font-size:22px}.tabbar-footer{flex-shrink:0;text-align:center;padding:2px 0 4px;font-size:10px;line-height:1.3;color:var(--text-tertiary)}.home-page{min-height:100vh;background:var(--bg);padding-bottom:calc(112px + var(--safe-bottom))}.home-header{background:linear-gradient(180deg,#1677ff,#4d9fff);padding:12px 16px 20px;position:sticky;top:0;z-index:99}.home-header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.home-brand{display:flex;align-items:center;gap:6px;color:#fff}.home-brand-icon{font-size:20px}.home-brand-text{font-size:17px;font-weight:700;letter-spacing:.5px}.home-user-area{display:flex;align-items:center;gap:10px;color:#ffffffe6;font-size:12px}.home-loc{background:#ffffff2e;padding:3px 8px;border-radius:10px}.home-greeting{font-weight:500}.home-search-row{display:flex;align-items:center;gap:8px;width:100%}.home-search-bar{flex:1;height:40px;padding:0 12px 0 14px;border-radius:20px;background:#fff;display:flex;align-items:center;gap:8px;box-shadow:0 2px 8px #1677ff1f}.home-photo-btn{flex-shrink:0;width:56px;height:40px;border-radius:20px;background:linear-gradient(135deg,#1677ff,#4096ff);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;box-shadow:0 2px 8px #1677ff33}.home-photo-icon{font-size:16px;line-height:1}.home-photo-label{font-size:9px;color:#fff;font-weight:500;line-height:1}.home-search-icon{font-size:15px;color:var(--text-secondary)}.home-search-placeholder{flex:1;text-align:left;color:var(--text-tertiary);font-size:13px}.home-search-btn{background:linear-gradient(135deg,#1677ff,#4096ff);color:#fff;font-size:12px;font-weight:500;padding:4px 12px;border-radius:14px}.home-content{margin-top:-10px}.home-banner-wrap{margin:0 12px 12px}.home-banner{border-radius:14px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;min-height:88px;box-shadow:0 4px 14px #00000014;color:#fff;overflow:hidden;transition:all .4s ease}.home-banner-text h3{font-size:16px;font-weight:700;margin-bottom:4px}.home-banner-text p{font-size:12px;opacity:.92}.home-banner-icon{font-size:44px;opacity:.95}.home-banner-dots{display:flex;justify-content:center;gap:6px;margin-top:8px}.home-banner-dot{width:6px;height:6px;border-radius:50%;background:var(--border);transition:all .3s;cursor:pointer}.home-banner-dot.active{width:18px;border-radius:4px;background:var(--primary)}.home-kingkong-card{background:var(--bg-card);border-radius:14px;margin:0 12px 12px;padding:16px 10px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px 4px;box-shadow:var(--shadow)}.home-kingkong-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:6px 4px;border-radius:10px;transition:background .15s;touch-action:manipulation;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.home-kingkong-item:active{background:#f5f5f5}.home-kingkong-icon{width:54px;height:54px;border-radius:16px;display:flex;align-items:center;justify-content:center;transition:transform .2s}.home-kingkong-item:active .home-kingkong-icon{transform:scale(.94)}.home-kingkong-label{font-size:12px;color:var(--text);font-weight:500}.home-shortcuts{background:var(--bg-card);border-radius:14px;margin:0 12px 12px;padding:16px 8px;display:grid;grid-template-columns:repeat(4,1fr);gap:4px;box-shadow:var(--shadow)}.home-shortcut-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:4px;border-radius:8px;touch-action:manipulation;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.home-shortcut-item:active{background:#f5f5f5}.home-shortcut-icon{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px}.home-shortcut-label{font-size:11px;color:var(--text);font-weight:500}.home-section{margin:4px 0 12px}.home-section-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px}.home-section-header h3{font-size:15px;font-weight:700;color:var(--text)}.home-section-header button{font-size:12px;color:var(--text-secondary);font-weight:500}.home-hot-cats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 12px}.home-hot-cat{background:var(--bg-card);border-radius:12px;padding:12px 6px;display:flex;flex-direction:column;align-items:center;gap:6px;box-shadow:var(--shadow);transition:transform .15s}.home-hot-cat:active{transform:scale(.96)}.home-hot-cat-icon{width:36px;height:36px;border-radius:10px;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:18px}.home-hot-cat-name{font-size:11px;color:var(--text);text-align:center;line-height:1.3;max-width:90%;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.home-feature-card{margin:0 12px 12px;border-radius:14px;padding:16px;display:flex;align-items:center;gap:12px;box-shadow:var(--shadow);cursor:pointer;transition:transform .15s}.home-feature-card:active{transform:scale(.98)}.home-feature-icon-wrap{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-feature-text{flex:1;min-width:0}.home-feature-text h3{font-size:15px;font-weight:700;margin-bottom:4px}.home-feature-text p{font-size:12px;color:var(--text-secondary);line-height:1.4}.home-feature-arrow{font-size:12px;font-weight:600;color:var(--primary);white-space:nowrap}.ai-diagnosis{background:linear-gradient(135deg,#eef3ff,#f5efff)}.ai-diagnosis .home-feature-icon-wrap{background:linear-gradient(135deg,#dbe4ff,#d0bfff)}.login-card{background:linear-gradient(135deg,#fff9db,#fff5f5)}.login-card .home-feature-icon-wrap{background:linear-gradient(135deg,#fff3bf,#ffd8a8)}.idle-card{background:linear-gradient(135deg,#e6fcf5,#ebfbee)}.idle-card .home-feature-icon-wrap{background:linear-gradient(135deg,#c3fae8,#b2f2bb)}.home-empty-card{margin:0 12px;background:var(--bg-card);border-radius:12px;padding:28px 16px;text-align:center;color:var(--text-tertiary);font-size:13px;box-shadow:var(--shadow)}.home-empty-card p{margin-top:8px}.home-order-card{margin:0 12px 8px;background:var(--bg-card);border-radius:12px;padding:14px;box-shadow:var(--shadow);cursor:pointer;transition:transform .15s}.home-order-card:active{transform:scale(.99)}.home-order-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.home-order-no{font-weight:600;font-size:13px;color:var(--text)}.home-order-bottom{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--text-secondary)}.home-order-price{color:var(--danger);font-weight:600}.home-hot-cat-icon.skeleton{animation:xjx-shimmer 1.2s linear infinite;background-image:linear-gradient(90deg,#f0f0f0,#fafafa,#f0f0f0)!important;background-size:200% 100%}.skeleton-text{color:transparent!important;background:linear-gradient(90deg,#ececec,#f7f7f7,#ececec);background-size:200% 100%;animation:xjx-shimmer 1.2s linear infinite;border-radius:4px;padding:0 6px}@keyframes xjx-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}button{touch-action:manipulation;-webkit-tap-highlight-color:rgba(22,119,255,.12)}.home-banner-dots{pointer-events:auto}.home-kingkong-card,.home-shortcuts{position:relative;z-index:2}
