:root{color-scheme:light;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#1d2633;background:#eef2f4;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline:2px solid #5d8fc2;outline-offset:2px}.app-shell{display:grid;grid-template-columns:296px minmax(0,1fr);min-height:100vh}.sidebar{background:#17202b;color:#f8fafc;padding:22px;display:flex;flex-direction:column;gap:14px;min-height:100vh}.brand{display:flex;align-items:center;gap:12px;margin-bottom:10px}.brand-mark{width:42px;height:42px;border-radius:8px;display:grid;place-items:center;background:#d74436;color:#fff;font-weight:800}.brand strong,.brand span{display:block}.brand span{color:#aebccc;font-size:13px;margin-top:2px}.workspace{padding:26px;min-width:0}.project-nav{display:grid;gap:8px;margin-top:8px;overflow:auto}.project-nav button,.record-list button{text-align:left;border:1px solid transparent;background:#ffffff0f;color:inherit;border-radius:8px;padding:12px}.project-nav button.active,.record-list button.active{background:#fff;color:#17202b;border-color:#cbd5df}.project-nav span,.project-nav small,.record-list span,.record-list small{display:block}.project-nav small,.record-list small{margin-top:5px;color:#7b8794}.project-layout{display:grid;gap:18px}.project-header{background:#fff;border:1px solid #d9e0e7;border-radius:8px;padding:22px;display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.project-header h1{margin:2px 0 6px;font-size:28px;letter-spacing:0}.project-header p,.helper,.empty-state p{color:#657282;margin:0}.eyebrow{font-size:13px;color:#6a7a29;font-weight:700}.tabs{display:flex;gap:8px;flex-wrap:wrap}.tabs button{border:1px solid #cbd5df;background:#fff;color:#2b3542;border-radius:8px;padding:9px 12px;display:inline-flex;align-items:center;gap:7px}.tabs button.active{background:#223247;color:#fff;border-color:#223247}.panel,.export-item{background:#fff;border:1px solid #d9e0e7;border-radius:8px;padding:20px}.panel-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:18px;align-items:start}.import-workflow{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;align-items:start}.import-main,.import-preview{min-width:0}.import-actions{position:sticky;top:18px;display:grid;gap:14px}.import-actions h2{margin-bottom:0}.source-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:4px;margin:18px 0;background:#f3f6f8;border:1px solid #d9e0e7;border-radius:8px}.source-switch button{min-height:42px;border:1px solid transparent;border-radius:6px;background:transparent;color:#526070;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800}.source-switch button.active{background:#fff;color:#1f334a;border-color:#cbd5df;box-shadow:0 1px 2px #17202b14}.import-config{display:grid;gap:12px}.full-field{width:100%}.form-grid.two-one{grid-template-columns:repeat(2,minmax(0,180px))}.toggle-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.write-summary{display:grid;gap:4px;padding:12px;background:#f7fafc;border:1px solid #d9e0e7;border-radius:8px}.write-summary strong{color:#1d2633}.write-summary span{color:#657282;line-height:1.45}.progress-box{display:grid;gap:9px;padding:12px;border:1px solid #bfd4ea;border-radius:8px;background:#f4f8fc}.progress-head,.progress-meta{display:flex;justify-content:space-between;align-items:center;gap:10px}.progress-head strong{color:#1d2633;font-size:14px}.progress-head span,.progress-meta{color:#526070;font-size:13px}.progress-track{height:8px;overflow:hidden;border-radius:999px;background:#d9e6f3}.progress-fill{height:100%;min-width:4px;border-radius:inherit;background:#235789;transition:width .18s ease}.import-preview{grid-column:1 / -1}.split-panel{display:grid;grid-template-columns:270px minmax(0,1fr);gap:18px;align-items:start}.record-list{background:#fff;border:1px solid #d9e0e7;border-radius:8px;padding:12px;display:grid;gap:8px;max-height:calc(100vh - 230px);overflow:auto}.record-list-toolbar{display:grid;gap:8px}.record-list button{color:#1d2633;background:#f6f8fa}.panel h2,.export-item strong,.panel h3{margin:0 0 14px}.section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.section-head h2{margin:0}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:12px}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.panel-grid .form-grid.three{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.form-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.mapping-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px}label{display:grid;gap:6px;color:#364251;font-weight:650}input,select,textarea{width:100%;border:1px solid #cbd5df;background:#fff;color:#1d2633;border-radius:8px;padding:10px 11px;min-height:42px}textarea{min-height:92px;resize:vertical;line-height:1.45}.paste-box{border:1px dashed #b7c5d4;background:#f7fafc;border-radius:8px;padding:12px;margin-bottom:12px}.paste-box textarea{min-height:72px}.paste-box .ghost-button{width:fit-content}.large-textarea{min-height:210px}.checkbox-row{display:flex;grid-template-columns:auto 1fr;align-items:center;gap:8px;margin:8px 0 12px}.checkbox-row input{width:18px;min-height:18px}.button-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.primary-button,.ghost-button,.danger-button{border:1px solid transparent;border-radius:8px;min-height:40px;padding:9px 13px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:700}a.ghost-button{text-decoration:none;color:#1d4f86;background:#fff;border-color:#cbd5df}button:disabled{cursor:not-allowed;opacity:.5}.primary-button{background:#235789;color:#fff}.primary-button.green{background:#2f7d59}.ghost-button{background:#fff;border-color:#cbd5df;color:#2b3542}.danger-button{background:#fff1ef;border-color:#f0b7ae;color:#a2362a}.icon-button{min-width:36px;width:36px;height:36px;padding:0}.full{width:100%}.notice{border-radius:8px;padding:11px 13px;margin:12px 0;border:1px solid}.notice.info{background:#edf7f2;color:#245842;border-color:#b7dacb}.notice.danger{background:#fff1ef;color:#9b2f25;border-color:#efb3aa}.status{display:inline-flex;align-items:center;min-height:28px;border-radius:999px;padding:4px 11px;font-weight:800;white-space:nowrap}.status-draft{background:#eef2f7;color:#425064}.status-pending_review{background:#fff4d8;color:#805800}.status-exportable{background:#e7f6ec;color:#266343}.status-exported{background:#e6f1ff;color:#235789}.status-archived{background:#f0e8df;color:#6f543b}.table-wrap{overflow:auto;border:1px solid #d9e0e7;border-radius:8px;margin-top:12px}.table-wrap.compact{max-height:420px}.review-editor{margin-top:18px;border-top:1px solid #e5ebf0;padding-top:18px}.embedded-form{background:#f8fafc;border:1px solid #d9e0e7;border-radius:8px;padding:18px}.row-actions{display:flex;gap:7px;align-items:center;white-space:nowrap}table{width:100%;border-collapse:collapse;background:#fff}th,td{padding:10px 11px;border-bottom:1px solid #e5ebf0;text-align:left;vertical-align:top;font-size:14px}th{background:#f7f9fb;color:#526070;position:sticky;top:0}tr.warning td{background:#fff9e8}tr.error td{background:#fff1ef}.issue-list{display:grid;gap:8px;margin:14px 0}.issue-list>div{border:1px solid #e0c779;background:#fff9e8;border-radius:8px;padding:10px;display:grid;grid-template-columns:70px 120px 1fr;gap:8px}.issue-list>div.error{border-color:#edb0a8;background:#fff1ef}.issue-list p{margin:0}.scan-box{display:grid;gap:12px}.mobile-card{text-align:center}.qr{width:min(260px,100%);border:1px solid #d9e0e7;border-radius:8px;padding:10px;background:#fff}.link-box{display:block;color:#235789;word-break:break-all;margin:12px 0}.export-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:14px}.export-item{display:grid;gap:10px}.empty-state{min-height:340px;display:grid;place-items:center;align-content:center;gap:10px;color:#647284}.empty-state svg{width:42px;height:42px}.mobile-page{min-height:100vh;display:grid;place-items:start center;padding:18px;background:#eef2f4}.mobile-upload{width:min(560px,100%)}.compact-brand{margin-bottom:18px}.camera-card{display:grid;gap:12px;margin-bottom:16px}.camera-preview{position:relative;overflow:hidden;width:100%;aspect-ratio:4 / 3;border:1px solid #cbd5df;border-radius:8px;background:#111820}.camera-preview video{width:100%;height:100%;display:block;object-fit:cover}.camera-preview.is-idle video{display:none}.camera-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;align-content:center;gap:10px;color:#d8e1eb;text-align:center;padding:24px}.camera-placeholder span{font-weight:700}.scan-frame{position:absolute;left:8%;right:8%;top:50%;height:34%;transform:translateY(-50%);border:2px solid rgba(255,255,255,.9);border-radius:8px;box-shadow:0 0 0 999px #0003;pointer-events:none}.scan-frame:after{content:"";position:absolute;left:8px;right:8px;top:50%;height:2px;background:#d74436;transform:translateY(-50%)}.camera-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}@media(max-width:980px){.app-shell,.split-panel,.panel-grid,.import-workflow{grid-template-columns:1fr}.import-actions{position:static}.project-header,.section-head{align-items:stretch;flex-direction:column}.sidebar{min-height:auto}.project-nav{max-height:240px}.form-grid,.form-grid.three,.form-grid.two-one,.form-grid.four,.mapping-grid,.export-grid,.source-switch{grid-template-columns:1fr}}@media(max-width:520px){.mobile-page{padding:10px}.mobile-upload{padding:16px}.camera-actions{grid-template-columns:1fr}}
