:root{color:#1f2329;background-color:#f6f7fb;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Tahoma,PingFang SC,Microsoft Yahei,Arial,Hiragino Sans GB,sans-serif}*{box-sizing:border-box}body{margin:0}#root{min-height:100vh}.app{padding:12px;max-width:100%}.tab-bar{display:flex;gap:8px;margin-bottom:12px}.tab-btn{padding:10px 14px;border-radius:6px;border:1px solid #dcdfe6;background:#fff;cursor:pointer;font-size:13px;color:#1f2329;transition:all .15s}.tab-btn.active{background:#2253e6;color:#fff;border-color:#2253e6}.tab-btn:hover:not(.active){border-color:#2253e6;color:#2253e6}.card{background:#fff;border:1px solid #e5e6eb;border-radius:8px;padding:14px;margin-bottom:12px;box-shadow:0 2px 8px #0000000a}.card h2{margin:0 0 8px;font-size:16px;font-weight:600;color:#1f2329}.card h3{margin:0 0 8px;font-size:14px;font-weight:600;color:#1f2329}.card-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.card-header h2{margin:0}.card-actions{display:flex;align-items:center;gap:8px}.hint{font-size:12px;color:#8f959e;margin:0 0 10px}.hint strong{color:#2253e6}.search-box{position:relative;margin-bottom:10px}.search-input{width:100%;padding-right:32px}.clear-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:#8f959e;cursor:pointer;font-size:14px;padding:4px;line-height:1}.clear-btn:hover{color:#1f2329}.record-list{max-height:340px;overflow-y:auto;border:1px solid #e5e6eb;border-radius:6px;background:#fafbfc}.record-item{display:flex;align-items:center;padding:10px 12px;border-bottom:1px solid #eef0f3;cursor:pointer;transition:background .15s;gap:10px}.record-item:last-child{border-bottom:none}.record-item:hover{background:#f0f4ff}.record-item.selected{background:#e8f0ff;border-left:3px solid #2253e6}.record-index{flex-shrink:0;width:28px;height:22px;display:flex;align-items:center;justify-content:center;font-size:11px;color:#8f959e;background:#eef0f3;border-radius:4px}.record-item.selected .record-index{background:#2253e6;color:#fff}.record-name{flex:1;font-size:13px;color:#1f2329;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.check-icon{flex-shrink:0;color:#2253e6;font-weight:700;font-size:14px}.empty-state{padding:32px 16px;text-align:center;color:#8f959e;font-size:13px}.pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:10px;padding-top:10px;border-top:1px solid #eef0f3}.page-btn{padding:6px 12px;border:1px solid #dcdfe6;border-radius:4px;background:#fff;color:#1f2329;font-size:12px;cursor:pointer;transition:all .15s}.page-btn:hover:not(:disabled){border-color:#2253e6;color:#2253e6}.page-btn:disabled{opacity:.4;cursor:not-allowed}.page-info{font-size:12px;color:#646a73;min-width:60px;text-align:center}.selected-info{margin-bottom:8px}.selected-tag{background:#e8f0ff;color:#2253e6;border:1px solid #c5d9ff}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px}.spinner{width:32px;height:32px;border:3px solid #e5e6eb;border-top-color:#2253e6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-container p{margin-top:12px;color:#8f959e;font-size:13px}.row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.input{padding:8px 10px;border:1px solid #dcdfe6;border-radius:6px;font-size:13px;transition:border-color .15s}.input:focus{outline:none;border-color:#2253e6}.button{padding:8px 16px;border-radius:6px;border:1px solid transparent;background:#2253e6;color:#fff;cursor:pointer;font-size:13px;transition:all .15s}.button:hover:not(:disabled){background:#fff;border-color:#2253e6;color:#2253e6}.button.secondary{background:#fff;border-color:#dcdfe6;color:#1f2329}.button.secondary:hover:not(:disabled){border-color:#2253e6;color:#2253e6}.button:disabled{opacity:.5;cursor:not-allowed}.tag{display:inline-block;padding:4px 10px;background:#f2f3f5;border-radius:4px;margin-right:6px;margin-bottom:4px;font-size:12px;color:#555}.list{margin:8px 0 0;padding:0;list-style:none}.list li{padding:6px 0;border-bottom:1px dashed #e5e6eb;font-size:13px;line-height:1.5}.list li:last-child{border-bottom:none}.status{font-size:12px;color:#4e5969}.error{color:#d03050;font-size:12px;margin-top:8px}.record-list::-webkit-scrollbar{width:6px}.record-list::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.record-list::-webkit-scrollbar-thumb{background:#c0c4cc;border-radius:3px}.record-list::-webkit-scrollbar-thumb:hover{background:#909399}.preview-meta{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px;padding:12px;background:#f8f9fb;border-radius:6px}.meta-item{display:flex;align-items:center;gap:8px}.meta-label{font-size:13px;color:#8f959e}.meta-value{font-size:14px;font-weight:600;color:#1f2329}.field{display:flex;flex-direction:column}.config-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;margin-top:12px}.config-item{border:1px solid #e5e6eb;border-radius:8px;padding:12px;background:#fafbfc}.config-title{font-weight:700;color:#2253e6;margin-bottom:8px}.field-label{font-size:12px;color:#8f959e;margin-bottom:4px}.preview-table{border:1px solid #e5e6eb;border-radius:8px;overflow:hidden}.preview-table-header{display:flex;align-items:center;padding:10px 12px;background:linear-gradient(135deg,#2253e6 0%,#4f7df3 100%);color:#fff;font-size:13px;font-weight:600}.preview-table-row{display:flex;align-items:center;padding:12px;border-bottom:1px solid #eef0f3;background:#fff}.preview-table-row:last-child{border-bottom:none}.preview-table-row:nth-child(2n){background:#fafbfc}.col-key{flex:0 0 50px;font-weight:700;font-size:16px;color:#2253e6}.col-layout{flex:1;font-size:15px;font-weight:500;color:#1f2329}.col-correct{flex:0 0 70px;font-size:16px;font-weight:700;color:#2e7d32;text-align:center}.col-person{flex:0 0 90px;font-size:16px;font-weight:600;color:#1f2329;text-align:center}.col-feedback{flex:1;font-size:16px;font-weight:600;color:#2e7d32;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.preview-table-header .col-key,.preview-table-header .col-layout,.preview-table-header .col-correct,.preview-table-header .col-person,.preview-table-header .col-feedback{color:#fff;font-weight:600}.sample-label{display:inline-block;padding:4px 10px;font-size:13px;border-radius:4px;background:#f0f0f0;color:#666;font-weight:500}.sample-label.is-standard{background:#e8f5e9;color:#2e7d32;font-weight:700}.layout-values,.layout-labels{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;align-items:center}.layout-values{font-family:Consolas,Monaco,monospace;font-size:15px;margin-bottom:6px}.layout-cell{padding:2px 4px;text-align:center}.layout-labels .sample-label{text-align:center}.md-preview{white-space:pre-wrap;background:#0f172a;color:#e2e8f0;padding:12px;border-radius:8px;font-family:SFMono-Regular,Consolas,Menlo,monospace;font-size:13px;line-height:1.6;overflow:auto}.searchable-select{position:relative;width:100%}.searchable-select-trigger{display:flex;align-items:center;justify-content:space-between;cursor:pointer;min-height:36px}.searchable-select-trigger .placeholder{color:#8f959e}.searchable-select-trigger .unmatched{color:#e6a23c;font-size:12px}.searchable-select-trigger .arrow{color:#8f959e;font-size:10px;margin-left:8px}.searchable-select-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #dcdfe6;border-radius:6px;box-shadow:0 4px 12px #0000001f;z-index:100;max-height:280px;display:flex;flex-direction:column}.searchable-select-search{padding:8px 10px;border:none;border-bottom:1px solid #e5e6eb;font-size:13px;outline:none}.searchable-select-search:focus{border-bottom-color:#2253e6}.searchable-select-options{overflow-y:auto;max-height:220px}.searchable-select-option{padding:8px 12px;font-size:13px;cursor:pointer;transition:background .15s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchable-select-option:hover{background:#f0f4ff}.searchable-select-option.selected{background:#e8f0ff;color:#2253e6;font-weight:500}.searchable-select-empty{padding:16px;text-align:center;color:#8f959e;font-size:13px}.searchable-select-options::-webkit-scrollbar{width:6px}.searchable-select-options::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.searchable-select-options::-webkit-scrollbar-thumb{background:#c0c4cc;border-radius:3px}.searchable-select-options::-webkit-scrollbar-thumb:hover{background:#909399}
