:root{--xh-bg:#f5f5f5;--xh-surface:#fff;--xh-surface-soft:#fafafa;--xh-border:#e5e5e5;--xh-text:#222;--xh-muted:#777;--xh-primary:#d63d34;--xh-primary-soft:#fff7f6;--xh-shadow:none}*{box-sizing:border-box}#__nuxt,body,html{background:var(--xh-bg);color:var(--xh-text);font-family:PingFang SC,Microsoft YaHei,Segoe UI,sans-serif;margin:0;min-height:100%;overflow-x:hidden;width:100%}html{overflow-y:scroll;scrollbar-gutter:stable}body{-webkit-font-smoothing:antialiased;max-width:100%;position:relative}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.xh-app-shell{background:var(--xh-bg);min-height:100vh;overflow-x:hidden}.xh-topbar{align-items:center;background:#fffffff5;border-bottom:1px solid #f0f0f0;display:grid;grid-template-columns:40px 1fr 40px;min-height:48px;padding:0 10px;position:sticky;top:0;z-index:30}.xh-topbar-title{font-size:17px;font-weight:600;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.xh-page-shell{margin:0 auto;max-width:540px;padding:8px 8px 88px}.xh-home{display:grid;gap:10px}.xh-card{background:var(--xh-surface);border:1px solid var(--xh-border);border-radius:8px;box-shadow:var(--xh-shadow)}.xh-list-card,.xh-menu-card,.xh-search-card,.xh-topic-card{padding:14px}.xh-menu-grid{display:grid;gap:14px 8px;grid-template-columns:repeat(5,minmax(0,1fr))}.xh-menu-item{background:transparent;border:0;color:var(--xh-text);cursor:pointer;display:grid;gap:8px;justify-items:center}.xh-menu-icon{align-items:center;background:linear-gradient(135deg,#ff8c7f,#e54c3f);border-radius:999px;box-shadow:0 8px 20px #e54c3f33;color:#fff;display:inline-flex;font-size:18px;font-weight:700;height:48px;justify-content:center;width:48px}.xh-menu-text{font-size:13px;line-height:1.2}.xh-notice-row{align-items:center;border-top:1px solid var(--xh-border);display:flex;gap:10px;margin-top:14px;padding-top:12px}.xh-notice-badge{background:var(--xh-primary);border-radius:6px;color:#fff;flex:0 0 auto;font-size:12px;font-weight:700;padding:4px 10px}.xh-notice-text{color:var(--xh-muted);font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xh-mode-tabs{display:grid;gap:8px;grid-template-columns:repeat(3,1fr)}.xh-mode-tab{background:#fff;border:1px solid var(--xh-border);border-radius:6px;color:var(--xh-text);cursor:pointer;height:38px}.xh-mode-tab.active{background:var(--xh-primary);border-color:var(--xh-primary);color:#fff}.xh-search-panel{margin-top:14px}.xh-tip{color:var(--xh-muted);font-size:13px;margin:0 0 12px}.xh-exact-row{display:grid;gap:6px;grid-template-columns:repeat(11,minmax(0,1fr))}.xh-exact-input{background:#fff;border:1px solid var(--xh-border);border-radius:6px;color:var(--xh-text);font-size:18px;height:40px;text-align:center;width:100%}.xh-exact-input:disabled{background:#f5f5f5;color:#a7a7a7}.xh-keyword-row{display:block}.xh-inline-input,.xh-inline-select,.xh-keyword-input{background:#fff;border:1px solid var(--xh-border);border-radius:6px;color:var(--xh-text);height:40px;padding:0 12px;width:100%}.filter-select,.xh-inline-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:linear-gradient(45deg,transparent 50%,#999 0),linear-gradient(135deg,#999 50%,transparent 0);background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%;background-repeat:no-repeat;background-size:6px 6px,6px 6px;line-height:40px;padding-right:30px;text-overflow:ellipsis;white-space:nowrap}.filter-select:disabled,.xh-inline-select:disabled{background-color:#f7f7f7;color:#a7a7a7}.xh-filter-grid{display:grid;gap:12px;margin-top:16px}.xh-filter-block,.xh-filter-inline{display:grid;gap:8px}.xh-filter-label{align-items:center;background:#e5e5e5;border-radius:6px;color:#505050;display:inline-flex;font-size:13px;min-height:28px;padding:0 10px;width:-moz-fit-content;width:fit-content}.xh-filter-chip-row{display:flex;flex-wrap:wrap;gap:8px}.xh-filter-chip{background:#fff;border:1px solid var(--xh-border);border-radius:8px;color:var(--xh-text);cursor:pointer;min-width:52px;padding:8px 12px}.xh-filter-chip.active{background:var(--xh-primary);border-color:var(--xh-primary);color:#fff}.xh-search-actions{display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-top:18px}.xh-btn{border:0;border-radius:8px;cursor:pointer;height:42px}.xh-btn-light{background:#eee;color:var(--xh-text)}.xh-btn-primary{background:var(--xh-primary);color:#fff}.xh-section-head{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.xh-section-head h3{font-size:18px;margin:0}.xh-section-head p{color:var(--xh-muted);font-size:13px;margin:4px 0 0}.xh-list{display:grid}.xh-list-row{align-items:center;border-bottom:1px solid var(--xh-border);display:grid;gap:8px;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr) 54px 80px;min-height:48px}.xh-list-row:last-child{border-bottom:0}.xh-list-number{color:#767676;display:flex;font-size:16px;font-weight:600;gap:2px;min-width:0}.xh-list-number span.hot{color:var(--xh-primary);font-weight:800}.xh-list-operator,.xh-list-place{color:#767676;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xh-list-price{color:var(--xh-primary);font-size:16px;font-weight:700;text-align:right}.xh-empty{color:var(--xh-muted);display:grid;gap:8px;padding:32px 16px;text-align:center}.xh-empty strong{color:var(--xh-primary);font-size:16px}.xh-topic-list{display:grid;gap:10px}.xh-topic-item{background:var(--xh-surface-soft);border-radius:10px;display:grid;gap:6px;padding:12px}.xh-topic-item strong{font-size:15px}.xh-topic-item span{color:var(--xh-muted);font-size:13px;line-height:1.5}.xh-float-tools{bottom:96px;display:grid;gap:10px;position:fixed;right:calc(50% - min(270px,50vw) + 8px);z-index:20}.xh-float-btn{background:#7d7d7de0;border:0;border-radius:999px;color:#fff;cursor:pointer;font-size:12px;min-height:52px;width:52px}.xh-tabbar{background:#fffffffa;border-top:1px solid var(--xh-border);bottom:0;display:grid;grid-template-columns:repeat(3,1fr);left:0;position:fixed;right:0;z-index:30}.xh-tabbar-item{color:#727171;display:grid;gap:4px;justify-items:center;padding:8px 0 10px}.xh-tabbar-item.active{color:var(--xh-primary)}.xh-tabbar-icon{align-items:center;background:currentColor;border-radius:999px;color:#fff;display:inline-flex;font-size:13px;font-weight:700;height:28px;justify-content:center;width:28px}.xh-tabbar-text{font-size:12px}.section-head{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:14px}.section-head h2,.section-head h3{margin:0}.mini-label,.muted,.section-subtitle{color:var(--xh-muted)}.toolbar-row{display:flex;flex-wrap:wrap;gap:8px}.toolbar-block{margin-top:16px}.toolbar-title{color:var(--xh-muted);font-size:13px;font-weight:600;margin-bottom:8px}.detail-card,.filter-panel,.list-card,.panel,.topic-card{background:var(--xh-surface);border:1px solid var(--xh-border);border-radius:8px;box-shadow:var(--xh-shadow);padding:14px}.finder-panel,.result-shell{display:grid;gap:14px}.card-grid,.topic-grid{display:grid;gap:12px}.card-grid,.topic-grid{grid-template-columns:1fr}.chip{background:#fff;border:1px solid var(--xh-border);border-radius:6px;color:var(--xh-muted);cursor:pointer;padding:7px 10px}.chip.active{background:var(--xh-primary);border-color:var(--xh-primary);color:#fff}.btn{align-items:center;background:#fff;border:1px solid var(--xh-border);border-radius:6px;color:var(--xh-text);cursor:pointer;display:inline-flex;justify-content:center;min-height:40px;padding:0 16px}.btn.primary{background:var(--xh-primary);border-color:var(--xh-primary);color:#fff}.filter-input,.filter-select,.picker-trigger{background:#fff;border:1px solid var(--xh-border);border-radius:6px;color:var(--xh-text);min-height:40px;padding:0 12px;width:100%}.picker-trigger{align-items:center;cursor:pointer;display:flex;justify-content:space-between;text-align:left}.picker-trigger:after{border-bottom:1.5px solid #9a9a9a;border-right:1.5px solid #9a9a9a;content:"";flex:0 0 auto;height:8px;margin-left:12px;transform:rotate(45deg) translateY(-2px);width:8px}.picker-trigger span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.picker-trigger:disabled{background:#f7f7f7;color:#a7a7a7;cursor:not-allowed}.picker-overlay{align-items:flex-end;background:#00000061;display:flex;inset:0;justify-content:center;padding:0;position:fixed;z-index:80}.picker-sheet{background:#fff;border-radius:8px 8px 0 0;display:flex;flex-direction:column;margin:0 auto;max-height:min(62vh,430px);overflow:hidden;width:min(100% - 16px,390px)}.picker-sheet-head{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;gap:12px;justify-content:space-between;padding:10px 12px}.picker-sheet-head strong{font-size:14px}.picker-close{background:transparent;border:0;color:var(--xh-primary);cursor:pointer}.picker-options{display:grid;flex:1 1 auto;gap:6px;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:8px 10px calc(34px + env(safe-area-inset-bottom,0px));-webkit-overflow-scrolling:touch}.picker-option{align-items:center;background:#fff;border:1px solid #ececec;border-radius:4px;color:var(--xh-text);cursor:pointer;display:flex;min-height:34px;padding:0 10px;text-align:left}.picker-option:last-child{margin-bottom:10px}.picker-option.active{background:var(--xh-primary-soft);border-color:var(--xh-primary);color:var(--xh-primary)}.number-card{background:var(--xh-surface);border-radius:12px;box-shadow:var(--xh-shadow);display:grid;gap:12px;padding:16px}.number-footer,.number-top{align-items:center;display:flex;gap:12px;justify-content:space-between}.number-main{align-items:baseline;display:inline-flex;font-size:24px;font-weight:800;gap:2px;letter-spacing:0}.number-main .hot{color:var(--xh-primary)}.number-separator{color:#b7b7b7;font-weight:500}.price-tag,.rarity-badge,.status-tag,.tag{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:600;justify-content:center;padding:6px 10px}.rarity-badge{background:#fff2e8;color:var(--xh-primary)}.price-tag{background:var(--xh-primary-soft);color:var(--xh-primary)}.status-tag.available{background:#eefbf4;color:#1b8a4d}.status-tag.sold{background:#fff0f0;color:#c33939}.status-tag.off_shelf{background:#f2f2f2;color:#666}.meta-list,.tags-row{display:flex;flex-wrap:wrap;gap:8px}.meta-list{display:grid}.meta-item{align-items:center;display:flex;font-size:14px;gap:10px;justify-content:space-between}.tag{background:#fff4f3;color:var(--xh-primary)}.page-actions{align-items:center;display:flex;gap:12px;justify-content:center}.bottom-status{color:#7a7a7a;font-size:13px;margin-top:14px;text-align:center}.bottom-status-tip{color:var(--xh-primary)}.page-btn{background:#fff;border:0;border-radius:999px;color:var(--xh-text);cursor:pointer;min-height:38px;padding:0 14px}.page-btn[disabled]{cursor:not-allowed;opacity:.5}.empty-block{color:var(--xh-muted);padding:28px 16px;text-align:center}@media(max-width:560px){.xh-page-shell{padding-left:8px;padding-right:8px}.xh-menu-grid{gap:12px 4px;grid-template-columns:repeat(5,minmax(0,1fr))}.xh-menu-icon{font-size:16px;height:44px;width:44px}.xh-menu-text{font-size:12px}.xh-exact-row{gap:4px}.xh-exact-input{font-size:16px;height:36px;padding:0}.xh-list-row{grid-template-columns:minmax(0,1.5fr) 76px 42px 68px}}
