:root{color:#17201d;background:#eef1ef;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #17201d;--muted: #68736f;--line: #dce2df;--line-strong: #c8d0cc;--surface: #ffffff;--surface-soft: #f6f8f7;--accent: #146b54;--accent-strong: #0e5542;--accent-soft: #e1f0ea;--warm: #a85d1d;--warm-soft: #fff0df;--danger: #b42318;letter-spacing:0}*{box-sizing:border-box}html,body,#root{width:100%;min-width:320px;height:100%;margin:0}body{overflow:hidden}button,input,select{color:inherit;font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.4}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app{display:flex;height:100%;min-height:0;flex-direction:column;background:#eef1ef}.button,.icon-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:6px;background:var(--surface);color:var(--ink)}.button{min-height:36px;gap:7px;padding:0 13px;font-size:13px;font-weight:500}.button:hover,.icon-button:hover:not(:disabled){border-color:#9da9a4;background:var(--surface-soft)}.button-primary{border-color:var(--accent);background:var(--accent);color:#fff}.button-primary:hover{border-color:var(--accent-strong);background:var(--accent-strong)}.button svg,.icon-button svg{width:16px;height:16px}.icon-button{width:34px;height:34px;padding:0}.empty-shell{display:grid;flex:1;min-height:100%;place-items:center;padding:24px}.drop-zone{width:min(620px,100%);padding:56px 32px 48px;border:1px dashed #aab6b1;border-radius:8px;background:var(--surface);text-align:center}.file-mark{display:grid;width:48px;height:48px;margin:0 auto 22px;place-items:center;border-radius:8px;background:var(--accent-soft);color:var(--accent)}.file-mark svg{width:24px;height:24px}.drop-zone h1{margin:0;font-size:clamp(24px,4vw,34px);font-weight:500;line-height:1.3}.drop-zone p{margin:14px 0 0;color:var(--muted);font-size:14px;line-height:1.7}.empty-actions{display:flex;justify-content:center;gap:10px;margin-top:28px}.drop-hint{margin-top:22px;color:#88928e;font-size:12px}.error-message,.inline-error{color:var(--danger)!important}.topbar{display:grid;height:62px;grid-template-columns:240px minmax(0,1fr) auto;align-items:center;gap:20px;padding:0 18px;border-bottom:1px solid var(--line);background:var(--surface)}.brand,.file-summary,.topbar-actions,.chat-actions{display:flex;align-items:center}.brand{gap:9px;color:var(--accent-strong);font-size:15px;font-weight:500}.brand svg{width:20px;height:20px}.file-summary{min-width:0;gap:10px}.file-summary>svg{width:20px;height:20px;flex:0 0 auto;color:var(--warm)}.file-summary div{display:flex;min-width:0;flex-direction:column}.file-summary strong,.file-summary span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-summary strong{font-size:13px;font-weight:500}.file-summary span{margin-top:2px;color:var(--muted);font-size:11px}.topbar-actions{gap:8px}.controlbar{display:flex;position:relative;z-index:8;min-height:54px;align-items:center;gap:20px;padding:8px 18px;border-bottom:1px solid var(--line);background:var(--surface-soft)}.control-field,.mobile-record-control{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;white-space:nowrap}.control-field select,.mobile-record-control select{height:32px;min-width:150px;padding:0 28px 0 9px;border:1px solid var(--line-strong);border-radius:5px;background:var(--surface);font-size:13px}.mobile-record-control,.mobile-segments{display:none}.highlight-controls{display:flex;align-items:center;gap:8px;margin-left:auto}.highlight-master-switch{display:flex;min-height:36px;align-items:center;gap:7px;color:var(--muted);cursor:pointer;font-size:12px;white-space:nowrap}.highlight-master-switch input{position:absolute;width:1px;height:1px;opacity:0}.switch-track{display:flex;width:32px;height:18px;align-items:center;padding:2px;border-radius:9px;background:#aeb8b3;transition:background .12s ease}.switch-track span{width:14px;height:14px;border-radius:50%;background:var(--surface);box-shadow:0 1px 2px #17201d38;transition:transform .12s ease}.highlight-master-switch input:checked+.switch-track{background:var(--accent)}.highlight-master-switch input:checked+.switch-track span{transform:translate(14px)}.highlight-master-switch input:focus-visible+.switch-track{outline:2px solid #2f74c0;outline-offset:2px}.highlight-settings{position:relative}.highlight-settings summary{list-style:none}.highlight-settings summary::-webkit-details-marker{display:none}.highlight-settings-trigger{min-height:32px;padding:0 9px;color:var(--muted);font-weight:400}.highlight-settings[open] .highlight-settings-trigger{border-color:var(--accent);color:var(--accent-strong)}.highlight-settings-popover{position:absolute;top:calc(100% + 7px);right:0;z-index:18;width:390px;padding:10px;border:1px solid var(--line-strong);border-radius:7px;background:var(--surface);box-shadow:0 10px 28px #17201d29}.highlight-settings-title{display:flex;min-height:32px;align-items:center;justify-content:space-between;gap:12px;padding:0 2px 8px;border-bottom:1px solid var(--line)}.highlight-settings-title strong{font-size:13px;font-weight:500}.highlight-settings-title span{color:var(--muted);font-size:11px}.highlight-rule-editor{padding:10px 2px;border-bottom:1px solid var(--line)}.highlight-pattern-field{display:block}.highlight-pattern-field>span,.highlight-color-field>span{display:block;margin-bottom:5px;color:var(--muted);font-size:11px}.highlight-pattern-field input{width:100%;height:34px;padding:0 9px;border:1px solid var(--line-strong);border-radius:5px;background:var(--surface);font-size:13px}.highlight-rule-options{display:grid;grid-template-columns:auto auto 1fr;align-items:end;gap:12px;margin-top:9px}.highlight-regex-check{display:flex;min-height:34px;align-items:center;gap:6px;font-size:12px;cursor:pointer}.highlight-regex-check input,.highlight-rule-switch input{width:16px;height:16px;margin:0;accent-color:var(--accent)}.highlight-color-field{display:block}.highlight-color-field input{width:42px;height:34px;padding:2px;border:1px solid var(--line-strong);border-radius:5px;background:var(--surface);cursor:pointer}.highlight-rule-options .button{justify-self:end}.highlight-rule-error{margin-top:8px;color:var(--danger);font-size:11px}.highlight-rule-list{max-height:220px;overflow-y:auto;padding-top:5px}.highlight-rule-item{display:grid;min-height:46px;grid-template-columns:auto minmax(0,1fr) 32px;align-items:center;gap:9px;padding:5px 2px 5px 4px;border-bottom:1px solid var(--line)}.highlight-rule-item:last-child{border-bottom:0}.highlight-rule-item.is-disabled{opacity:.5}.highlight-rule-switch{display:flex;align-items:center;gap:7px;cursor:pointer}.rule-color-swatch{width:18px;height:18px;flex:0 0 auto;border:1px solid rgba(23,32,29,.14);border-radius:4px}.highlight-rule-copy{display:flex;min-width:0;flex-direction:column;gap:2px}.highlight-rule-copy code{overflow:hidden;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.highlight-rule-copy small{color:var(--muted);font-size:10px}.highlight-rule-item>button{display:grid;width:32px;height:32px;padding:0;place-items:center;border:0;border-radius:4px;background:transparent;color:var(--muted)}.highlight-rule-item>button:hover{background:#fff0ed;color:var(--danger)}.highlight-rule-item>button svg{width:15px;height:15px}.highlight-rules-empty{padding:22px 8px 14px;color:var(--muted);font-size:12px;text-align:center}.text-highlight{padding:0 1px;border-radius:2px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.inline-error{padding:8px 18px;border-bottom:1px solid #f0c7c3;background:#fff3f1;font-size:13px}.workspace{display:grid;height:auto;min-height:0;flex:1;grid-template-columns:250px minmax(390px,1.35fr) minmax(280px,.8fr);background:var(--surface)}.record-sidebar,.field-panel,.chat-panel{min-width:0;min-height:0;overflow:hidden}.record-sidebar,.chat-panel{border-right:1px solid var(--line)}.record-sidebar{display:flex;flex-direction:column;background:var(--surface-soft)}.record-search{display:flex;height:36px;align-items:center;gap:7px;margin:14px 12px 6px;padding:0 9px;border:1px solid var(--line-strong);border-radius:5px;background:var(--surface)}.record-search svg{width:15px;height:15px;flex:0 0 auto;color:var(--muted)}.record-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;font-size:13px}.record-count{padding:5px 14px 9px;color:var(--muted);font-size:11px}.record-list{flex:1;overflow-y:auto;padding:0 7px 12px}.record-item{display:grid;width:100%;grid-template-columns:28px minmax(0,1fr);gap:8px;padding:10px 8px;border:0;border-radius:5px;background:transparent;text-align:left}.record-item:hover{background:#edf1ef}.record-item.is-selected{background:var(--accent-soft);color:var(--accent-strong)}.record-index{padding-top:2px;color:#8b9691;font-size:11px;font-variant-numeric:tabular-nums}.record-copy{display:flex;min-width:0;flex-direction:column}.record-copy strong,.record-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-copy strong{font-size:13px;font-weight:500}.record-copy small{margin-top:4px;color:var(--muted);font-size:11px}.no-results,.empty-chat{padding:32px 16px;color:var(--muted);font-size:13px;text-align:center}.field-panel,.chat-panel{display:flex;flex-direction:column;background:var(--surface)}.panel-heading{display:flex;min-height:68px;align-items:center;justify-content:space-between;gap:16px;padding:12px 18px;border-bottom:1px solid var(--line)}.panel-heading h2,.panel-heading p{margin:0}.panel-heading h2{font-size:15px;font-weight:500}.panel-heading p{margin-top:4px;color:var(--muted);font-size:11px}.field-panel-heading{position:relative;overflow:visible}.hidden-fields-menu{position:relative;flex:0 0 auto}.hidden-fields-menu summary{list-style:none}.hidden-fields-menu summary::-webkit-details-marker{display:none}.hidden-fields-trigger{min-height:32px;padding:0 9px;color:var(--muted);font-weight:400}.hidden-fields-menu[open] .hidden-fields-trigger{border-color:var(--accent);color:var(--accent-strong)}.hidden-fields-popover{position:absolute;top:calc(100% + 7px);right:0;z-index:12;width:240px;max-height:310px;overflow-y:auto;padding:8px;border:1px solid var(--line-strong);border-radius:7px;background:var(--surface);box-shadow:0 8px 24px #17201d24}.hidden-fields-title{display:flex;min-height:34px;align-items:center;justify-content:space-between;gap:12px;padding:2px 4px 7px;border-bottom:1px solid var(--line);font-size:12px}.hidden-fields-title strong{font-weight:500}.hidden-fields-title button{padding:4px;border:0;background:transparent;color:var(--accent);font-size:12px}.hidden-field-item{display:flex;width:100%;min-height:36px;align-items:center;gap:8px;padding:7px 6px;border:0;border-radius:4px;background:transparent;text-align:left}.hidden-field-item:hover{background:var(--surface-soft)}.hidden-field-item svg{width:15px;height:15px;flex:0 0 auto;color:var(--accent)}.hidden-field-item span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hidden-fields-empty{padding:18px 6px 12px;color:var(--muted);font-size:12px;text-align:center}.field-cards{flex:1;overflow:auto;padding:12px;background:var(--surface-soft)}.field-card{width:100%;margin-bottom:10px;border:1px solid var(--line);border-radius:7px;background:var(--surface);box-shadow:0 1px 3px #17201d12;transition:border-color .12s ease,box-shadow .12s ease,opacity .12s ease}.field-card:last-child{margin-bottom:0}.field-card.is-dragging{opacity:.42}.field-card.is-drag-over{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.field-card-header{display:flex;min-height:42px;align-items:center;justify-content:space-between;gap:8px;padding:5px 6px 5px 8px;border-bottom:1px solid var(--line)}.field-card-name{display:flex;min-width:0;align-items:center;gap:6px;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.field-card-name:active{cursor:grabbing}.field-card-name svg{width:16px;height:16px;flex:0 0 auto;color:#929c97}.field-card-name strong{min-width:0;overflow:hidden;font-size:12px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.field-card-actions{display:flex;flex:0 0 auto;gap:2px}.field-card-actions button{display:grid;width:28px;height:28px;padding:0;place-items:center;border:0;border-radius:4px;background:transparent;color:var(--muted)}.field-card-actions button:hover:not(:disabled){background:var(--surface-soft);color:var(--ink)}.field-card-actions button:last-child:hover{background:var(--accent-soft);color:var(--accent-strong)}.field-card-actions svg{width:15px;height:15px}.field-card pre{margin:0;padding:11px 12px 13px;color:var(--ink);font-family:inherit;font-size:13px;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere}.all-fields-hidden{display:flex;min-height:190px;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:var(--muted);font-size:13px;text-align:center}.all-fields-hidden>svg{width:22px;height:22px}@media(pointer:coarse){.field-card-header{min-height:52px}.field-card-actions button{width:44px;height:44px}.hidden-fields-trigger,.hidden-field-item{min-height:44px}}.chat-heading{padding-right:16px}.chat-actions{gap:8px}.copy-status{width:36px;color:var(--accent);font-size:11px}.chat-scroll{flex:1;overflow-y:auto;padding:20px clamp(16px,3vw,36px) 28px;background-color:#f3f5f4;background-image:linear-gradient(rgba(23,32,29,.025) 1px,transparent 1px);background-size:100% 28px;scroll-behavior:smooth}.message{display:flex;margin-bottom:16px;flex-direction:column;align-items:flex-start}.message-sales{align-items:flex-end}.message-system{align-items:center}.message-meta{display:flex;align-items:center;gap:8px;margin:0 6px 5px;color:var(--muted);font-size:11px;font-variant-numeric:tabular-nums}.message-sales .message-meta{flex-direction:row-reverse}.message-meta span{color:var(--ink);font-weight:500}.message-bubble{max-width:min(78%,620px);padding:10px 12px;border:1px solid var(--line);border-radius:7px;background:var(--surface);font-size:13px;line-height:1.7;overflow-wrap:anywhere;white-space:normal}.message-sales .message-bubble{border-color:#bfd8cf;background:var(--accent-soft)}.message-system .message-bubble{max-width:88%;border-color:#ecd4b9;background:var(--warm-soft);color:#704016}.message-bubble a{color:#0b61a4;text-decoration-thickness:1px;text-underline-offset:2px}.record-nav{display:flex;min-height:48px;align-items:center;justify-content:center;gap:14px;border-top:1px solid var(--line);background:var(--surface)}.record-nav span{min-width:100px;color:var(--muted);font-size:12px;text-align:center;font-variant-numeric:tabular-nums}.drag-overlay{position:fixed;top:12px;right:12px;bottom:12px;left:12px;z-index:20;display:grid;place-content:center;gap:12px;border:2px dashed var(--accent);border-radius:8px;background:#e1f0eaf0;color:var(--accent-strong);text-align:center;pointer-events:none}.drag-overlay svg{width:32px;height:32px;margin:auto}@media(max-width:1050px){.workspace{grid-template-columns:220px minmax(340px,1fr) minmax(260px,.75fr)}.topbar{grid-template-columns:210px minmax(0,1fr) auto}}@media(max-width:800px){body{overflow:hidden}.topbar{height:auto;min-height:58px;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:9px 12px}.brand{display:none}.topbar-actions .button{width:36px;padding:0;font-size:0}.controlbar{min-height:0;flex-wrap:wrap;align-content:center;gap:8px 10px;padding:8px 12px}.control-field,.mobile-record-control{flex:1 1 45%}.control-field span,.mobile-record-control span{display:none}.control-field select,.mobile-record-control select{width:100%;min-width:0}.mobile-record-control,.mobile-segments{display:flex}.control-field{order:1}.mobile-record-control{order:2}.mobile-segments{order:3}.highlight-controls{width:100%;order:4;justify-content:space-between;margin-left:0}.highlight-master-switch,.highlight-settings-trigger{min-height:44px}.highlight-settings-popover{width:min(390px,calc(100vw - 24px))}.mobile-segments{width:100%;height:34px;border:1px solid var(--line-strong);border-radius:6px;background:var(--surface)}.mobile-segments button{flex:1;border:0;border-right:1px solid var(--line-strong);background:transparent;font-size:13px}.mobile-segments button:last-child{border-right:0}.mobile-segments button.is-active{background:var(--accent-soft);color:var(--accent-strong);font-weight:500}.workspace{grid-template-columns:1fr}.record-sidebar,.field-panel,.chat-panel{display:none;border-right:0}.field-panel.is-mobile-active,.chat-panel.is-mobile-active{display:flex}.field-cards{padding:10px 12px 18px}.field-card-header{min-height:52px}.field-card-actions button{width:44px;height:44px}.hidden-fields-trigger,.hidden-field-item{min-height:44px}.hidden-fields-popover{width:min(260px,calc(100vw - 24px))}.message-bubble{max-width:88%}}@media(max-width:480px){.drop-zone{padding:42px 18px 36px}.empty-actions{flex-direction:column}.empty-actions .button{width:100%}.file-summary>svg,.topbar-actions>.icon-button:first-child{display:none}.topbar-actions{gap:5px}.control-field,.mobile-record-control{flex-basis:100%}.controlbar{min-height:0}.chat-scroll{padding:16px 12px 24px}.message-bubble{max-width:92%}}
