*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'PingFang SC','Hiragino Sans GB',Arial,'Microsoft YaHei',sans-serif}
.bar{background:#38f;color:#fff;padding:10px 12px;position:sticky;top:0;z-index:10}
.title{font-size:16px;font-weight:700}
.row{display:flex;gap:10px;padding:8px 10px;border-bottom:1px solid #eee;background:#f7f8fa}
.label{min-width:42px;line-height:28px;color:#333}
.chips{display:flex;flex-wrap:wrap;gap:8px}
.chip{display:inline-block;padding:4px 10px;border-radius:999px;border:1px solid #ddd;background:#fff;cursor:pointer}
.chip.active{border-color:#f33;color:#f33;background:#fff5f5}
.table{margin:10px;border:1px solid #ddd;border-radius:8px;overflow:hidden}
.thead{display:grid;grid-template-columns:1fr 100px;background:#ffeb3b;font-weight:700}
.tr{display:grid;grid-template-columns:1fr 100px;border-bottom:1px solid #eee}
.cell{padding:10px 12px}
.cell-right{text-align:right}
.empty{color:#888}
.foot{padding:20px;text-align:center;color:#888}
