*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;color:#1f2937;background:#f9fafb}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;font-size:.875rem;cursor:pointer}code{font-family:SF Mono,Fira Code,Fira Mono,Menlo,Consolas,monospace;font-size:.85em;background:#f3f4f6;padding:1px 5px;border-radius:3px}.page{max-width:1400px;margin:0 auto;padding:1.5rem 2rem}.page__header{margin-bottom:1.5rem}.page__header h1{font-size:1.5rem;font-weight:700;color:#111827}.page__header p{color:#6b7280;margin-top:.25rem}.btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:6px;border:1px solid transparent;transition:background .15s,border-color .15s,color .15s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:#2563eb;color:#fff;border-color:#2563eb}.btn--primary:hover:not(:disabled){background:#1d4ed8}.btn--secondary{background:#fff;color:#374151;border-color:#d1d5db}.btn--secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.btn--ghost{background:transparent;color:#2563eb;border:none;padding:.375rem .5rem}.btn--ghost:hover:not(:disabled){background:#eff6ff}.spinner{width:24px;height:24px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.status-badge{display:inline-block;padding:2px 10px;border-radius:9999px;font-size:.75rem;font-weight:600;white-space:nowrap}.status-badge--processing{background:#dbeafe;color:#1d4ed8;animation:pulse 2s ease-in-out infinite}.status-badge--completed{background:#d1fae5;color:#065f46}.status-badge--warning{background:#fef3c7;color:#92400e}.status-badge--error{background:#fee2e2;color:#991b1b}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.alert{padding:.625rem .875rem;border-radius:6px;font-size:.8125rem;line-height:1.4;margin-bottom:.5rem}.alert--warning{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.alert--error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.alert--info{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.alert--success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.toast{position:fixed;bottom:1.5rem;right:1.5rem;background:#166534;color:#fff;padding:.75rem 1.25rem;border-radius:6px;font-size:.875rem;box-shadow:0 4px 12px #00000026;z-index:1000;animation:toast-in .2s ease-out}.toast--error{background:#991b1b}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tag-list{display:flex;flex-wrap:wrap;gap:.375rem}.tag{display:inline-block;padding:2px 8px;font-size:.75rem;font-weight:500;border-radius:4px;background:#eef2ff;color:#4338ca}.text-muted{color:#9ca3af}.file-upload{margin-bottom:1.5rem}.file-upload__dropzone{border:2px dashed #d1d5db;border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:border-color .15s,background .15s;background:#fff}.file-upload__dropzone:hover{border-color:#9ca3af;background:#f9fafb}.file-upload__dropzone--dragging{border-color:#2563eb;background:#eff6ff}.file-upload__dropzone--uploading{cursor:wait;opacity:.7}.file-upload__loading{display:flex;flex-direction:column;align-items:center;gap:.75rem}.file-upload__loading p{color:#6b7280;font-size:.875rem}.file-upload__prompt{display:flex;flex-direction:column;align-items:center;gap:.25rem}.file-upload__icon{font-size:2rem;line-height:1}.file-upload__text{font-size:.9375rem;color:#374151}.file-upload__hint{font-size:.8125rem;color:#9ca3af}.file-upload__error{margin-top:.75rem;padding:.5rem .75rem;background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:6px;font-size:.8125rem}.pdf-viewer{display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.pdf-viewer--loading,.pdf-viewer--error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:.75rem;padding:2rem;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.pdf-viewer--error{color:#991b1b}.pdf-viewer__toolbar{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-bottom:1px solid #e5e7eb;background:#f9fafb;flex-shrink:0}.pdf-viewer__nav,.pdf-viewer__zoom{display:flex;align-items:center;gap:.5rem}.pdf-viewer__nav button,.pdf-viewer__zoom button{padding:.25rem .625rem;font-size:.8125rem;background:#fff;border:1px solid #d1d5db;border-radius:4px;color:#374151}.pdf-viewer__nav button:hover:not(:disabled),.pdf-viewer__zoom button:hover:not(:disabled){background:#f3f4f6}.pdf-viewer__nav button:disabled,.pdf-viewer__zoom button:disabled{opacity:.4;cursor:not-allowed}.pdf-viewer__page-info,.pdf-viewer__zoom-level{font-size:.8125rem;color:#6b7280;min-width:6ch;text-align:center}.pdf-viewer__container{flex:1;overflow:auto;display:flex;justify-content:center;padding:1rem;background:#e5e7eb}.pdf-viewer__container canvas{box-shadow:0 2px 8px #00000026;background:#fff}.results-panel{overflow-y:auto;height:100%;padding:1.25rem}.results-panel__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 1rem;color:#6b7280}.results-panel__error{padding:1rem 0}.results-panel__error h3{margin-bottom:.5rem;color:#991b1b}.results-panel__section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.results-panel__section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.results-panel__section-title{font-size:.9375rem;font-weight:600;color:#111827;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.04em;font-size:.75rem}.results-panel__field-grid{display:grid;gap:.625rem}.results-panel__field{display:flex;gap:.5rem}.results-panel__label{font-size:.8125rem;color:#6b7280;min-width:120px;flex-shrink:0}.results-panel__value{font-size:.8125rem;color:#111827}.results-panel__warnings{margin-top:.75rem}.results-panel__table-block{margin-bottom:1rem}.results-panel__table-title{font-size:.8125rem;font-weight:600;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.table-wrapper{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:.8125rem}.data-table th,.data-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid #e5e7eb}.data-table th{font-weight:600;color:#374151;background:#f9fafb;white-space:nowrap}.data-table td{color:#111827}.data-table__key{font-family:SF Mono,Fira Code,Fira Mono,Menlo,Consolas,monospace;font-size:.8em;color:#4338ca}.data-table__row--low-confidence{background:#fef2f2}.job-list{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.job-list__header{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.job-list__header h2{font-size:.9375rem;font-weight:600}.job-list__empty{padding:3rem 1rem;text-align:center;color:#9ca3af}.job-table{width:100%;border-collapse:collapse;font-size:.8125rem}.job-table thead th{text-align:left;padding:.625rem 1rem;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em;background:#f9fafb;border-bottom:1px solid #e5e7eb}.job-table__row{cursor:pointer;transition:background .1s}.job-table__row:hover{background:#f9fafb}.job-table__row td{padding:.625rem 1rem;border-bottom:1px solid #f3f4f6;color:#374151}.job-table__row:last-child td{border-bottom:none}.job-table__date{white-space:nowrap;color:#9ca3af}.match-badge{display:inline-block;padding:2px 10px;border-radius:9999px;font-size:.75rem;font-weight:600;line-height:1.5;white-space:nowrap}.match-badge--matched{background:#d1fae5;color:#065f46}.match-badge--unrecognized{background:#fee2e2;color:#991b1b}.tab-bar{display:flex;gap:0;border-bottom:2px solid #e5e7eb;margin-bottom:0;padding:0 1rem}.tab-bar__tab{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;color:#6b7280;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color .15s,border-color .15s}.tab-bar__tab:hover{color:#374151}.tab-bar__tab--active{color:#2563eb;border-bottom-color:#2563eb}.tab-bar__count{font-size:.75rem;color:#9ca3af;font-weight:400}.tab-bar__tab--active .tab-bar__count{color:#60a5fa}.tab-bar__badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:9999px;font-size:.6875rem;font-weight:600;background:#ef4444;color:#fff;line-height:1}.reason-badge{display:inline-block;padding:2px 10px;border-radius:9999px;font-size:.75rem;font-weight:600;line-height:1.5;white-space:nowrap}.reason-badge--error{background:#fee2e2;color:#991b1b}.reason-badge--warning{background:#fef3c7;color:#92400e}.reason-badge--manual{background:#dbeafe;color:#1e40af}.reason-badge--count{background:#f3f4f6;color:#6b7280;margin-left:4px}.review-queue__filters{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem}.review-queue__select{padding:.375rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.8125rem;background:#fff;color:#374151}.review-queue__empty{padding:2rem;text-align:center;color:#6b7280}.review-banner{display:flex;flex-direction:column;gap:.375rem;padding:.625rem .875rem;border-radius:6px;font-size:.8125rem;margin-bottom:1rem;flex-shrink:0}.review-banner--pending{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.review-banner--reviewed{background:#f9fafb;color:#6b7280;border:1px solid #e5e7eb}.review-banner--flag{background:#f0f9ff;color:#1e40af;border:1px solid #bfdbfe}.review-banner__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.review-banner__header-left{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.review-banner__label{font-weight:600;margin-right:.25rem}.review-banner__date{font-size:.75rem;color:#9ca3af}.review-banner__detail{font-size:.75rem;opacity:.85}.review-banner__note{font-size:.8125rem;font-style:italic}.review-banner__actions{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.review-banner__form{display:flex;align-items:center;gap:.5rem;flex:1}.review-banner__input{flex:1;padding:.3rem .625rem;border:1px solid #d1d5db;border-radius:6px;font-size:.8125rem;background:#fff;color:#374151}.flag-button{margin-left:auto}.job-detail{display:flex;flex-direction:column;height:calc(100vh - 2rem);max-width:1600px;margin:0 auto;padding:1rem}.job-detail__header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-shrink:0}.job-detail__header h1{font-size:1.125rem;font-weight:600}.job-detail__back{font-size:.875rem}.job-detail__content{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:1rem;min-height:0}.job-detail__left{min-height:0}.job-detail__right{min-height:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.job-detail__config-banner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .875rem;border-radius:6px;font-size:.8125rem;margin-bottom:1rem;flex-shrink:0}.job-detail__config-banner--matched{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.job-detail__config-banner--unmatched{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.btn--sm{padding:.25rem .75rem;font-size:.8125rem}.loading-center{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:200px;gap:.75rem;color:#6b7280}.config-agent{display:flex;flex-direction:column;height:100vh;overflow:hidden}.config-agent__header{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;background:#fff;flex-shrink:0}.config-agent__header h1{font-size:1.125rem;font-weight:600;flex:1}.config-agent__header-actions{display:flex;gap:.5rem}.config-agent__panels{flex:1;display:grid;grid-template-columns:1fr 1fr 1fr;min-height:0}.config-agent__pdf{min-height:0;border-right:1px solid #e5e7eb}.config-agent__editor{overflow-y:auto;min-height:0;background:#fff;border-right:1px solid #e5e7eb}.config-agent__chat{min-height:0;display:flex;flex-direction:column}.config-agent__test-results{border-top:1px solid #e5e7eb;background:#fff;max-height:40vh;overflow-y:auto;flex-shrink:0}.config-agent__test-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.config-agent__test-header h3{font-size:.875rem;font-weight:600}.config-agent__test-content{padding:.5rem}.config-editor{padding:1rem}.config-editor__section{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid #e5e7eb}.config-editor__section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.config-editor__section-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#111827;margin-bottom:.75rem}.config-editor__field{margin-bottom:.75rem}.config-editor__field--flex{flex:1}.config-editor__label{display:block;font-size:.8125rem;font-weight:500;color:#374151;margin-bottom:.25rem}.config-editor__input,.config-editor__select{width:100%;padding:.4375rem .625rem;font-size:.8125rem;font-family:inherit;border:1px solid #d1d5db;border-radius:5px;color:#111827;background:#fff;transition:border-color .15s}.config-editor__input:focus,.config-editor__select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.config-editor__input:disabled,.config-editor__select:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.config-editor__row{display:flex;gap:.75rem;margin-bottom:.75rem}.config-editor__textarea{width:100%;padding:.625rem;font-size:.8125rem;font-family:SF Mono,Fira Code,Fira Mono,Menlo,Consolas,monospace;line-height:1.5;border:1px solid #d1d5db;border-radius:5px;color:#111827;background:#fff;resize:vertical;min-height:120px;transition:border-color .15s}.config-editor__textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.config-editor__textarea:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.config-editor__inline-add{display:flex;gap:.5rem;align-items:center}.config-editor__inline-add input,.config-editor__inline-add select{padding:.375rem .5rem;font-size:.8125rem;font-family:inherit;border:1px solid #d1d5db;border-radius:5px}.config-editor__inline-add input:focus,.config-editor__inline-add select:focus{outline:none;border-color:#2563eb}.config-editor__pattern-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem;padding:.375rem .5rem;background:#f9fafb;border-radius:4px;border:1px solid #f3f4f6}.config-editor__pattern-text{flex:1;font-size:.8125rem}.config-editor__pattern-location{font-size:.75rem;color:#6b7280;background:#e5e7eb;padding:1px 6px;border-radius:3px}.config-editor__pattern-input{flex:1;font-size:.8125rem;font-family:ui-monospace,monospace;padding:.25rem .375rem;border:1px solid #d1d5db;border-radius:4px;background:#fff}.config-editor__pattern-input:focus{outline:none;border-color:#2563eb}.config-editor__pattern-select{font-size:.75rem;padding:.25rem .375rem;border:1px solid #d1d5db;border-radius:4px;background:#fff;font-family:inherit}.config-editor__pattern-select:focus{outline:none;border-color:#2563eb}.tag__remove{margin-left:4px;border:none;background:none;cursor:pointer;font-size:.875rem;color:inherit;line-height:1;padding:0;opacity:.6}.tag__remove:hover{opacity:1}.field-mapping{font-size:.8125rem}.field-mapping__select{width:100%;padding:.25rem .375rem;font-size:.8125rem;font-family:inherit;border:1px solid #d1d5db;border-radius:4px;background:#fff}.field-mapping__select:disabled{background:#f3f4f6;cursor:not-allowed}.field-mapping__add{display:flex;gap:.5rem;align-items:center;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f3f4f6}.field-mapping__add input{flex:1;padding:.375rem .5rem;font-size:.8125rem;font-family:inherit;border:1px solid #d1d5db;border-radius:5px}.field-mapping__add input:focus{outline:none;border-color:#2563eb}.agent-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;padding:2rem;background:#f9fafb}.agent-placeholder__text{font-size:.875rem;color:#6b7280;text-align:center}.agent-placeholder__textarea{width:100%;max-width:360px;padding:.625rem;font-size:.8125rem;font-family:inherit;line-height:1.5;border:1px solid #d1d5db;border-radius:6px;resize:vertical;color:#111827;background:#fff}.agent-placeholder__textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.agent-chat{display:flex;flex-direction:column;height:100%;background:#f9fafb}.agent-chat__messages{flex:1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.625rem}.agent-chat__empty{text-align:center;color:#9ca3af;font-size:.8125rem;padding:2rem 1rem}.agent-chat__message{padding:.625rem .75rem;border-radius:8px;font-size:.8125rem;line-height:1.5}.agent-chat__message--user{background:#2563eb;color:#fff;margin-left:2rem;border-bottom-right-radius:2px}.agent-chat__message--assistant{background:#fff;color:#111827;border:1px solid #e5e7eb;margin-right:2rem;border-bottom-left-radius:2px}.agent-chat__role{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.25rem;opacity:.7}.agent-chat__content p{margin-bottom:.25rem}.agent-chat__content p:last-child{margin-bottom:0}.agent-chat__typing{display:flex;gap:4px;padding:.25rem 0}.agent-chat__typing span{width:6px;height:6px;border-radius:50%;background:#9ca3af;animation:typing-dot 1.4s infinite}.agent-chat__typing span:nth-child(2){animation-delay:.2s}.agent-chat__typing span:nth-child(3){animation-delay:.4s}@keyframes typing-dot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.agent-chat__input{display:flex;gap:.5rem;padding:.625rem .75rem;border-top:1px solid #e5e7eb;background:#fff;flex-shrink:0}.agent-chat__input input{flex:1;padding:.4375rem .625rem;font-size:.8125rem;font-family:inherit;border:1px solid #d1d5db;border-radius:5px}.agent-chat__input input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.agent-chat__input input:disabled{background:#f3f4f6;cursor:not-allowed}.config-filters{display:flex;gap:.75rem;align-items:flex-end;margin-bottom:.75rem;flex-wrap:wrap}.config-filters__field{display:flex;flex-direction:column;gap:.25rem}.config-filters__field label{font-size:.75rem;font-weight:500;color:#6b7280}.config-filters__field select,.config-filters__field input{font-size:.8125rem;padding:.375rem .5rem;border:1px solid #d1d5db;border-radius:4px;background:#fff}.config-filters__field--grow{flex:1;min-width:140px}.config-filters__clear{margin-bottom:1px}.config-list__empty{padding:3rem 1rem;text-align:center;color:#9ca3af}.config-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.config-table{width:100%;border-collapse:collapse;font-size:.8125rem}.config-table thead th{text-align:left;padding:.625rem 1rem;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em;background:#f9fafb;border-bottom:1px solid #e5e7eb}.config-table__row{cursor:pointer;transition:background .1s}.config-table__row:hover{background:#f9fafb}.config-table__row td{padding:.625rem 1rem;border-bottom:1px solid #f3f4f6;color:#374151}.config-table__row:last-child td{border-bottom:none}.config-table__id code{font-size:.8125rem;font-weight:500;color:#111827}.config-edit{display:flex;flex-direction:column;height:calc(100vh - 2rem);max-width:900px;margin:0 auto;padding:1rem}.config-edit__header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-shrink:0}.config-edit__header h1{font-size:1.125rem;font-weight:600;flex:1}.config-edit__actions{display:flex;gap:.5rem}.config-edit__body{flex:1;min-height:0;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.config-edit__upload{max-width:600px;margin:2rem auto 0}.config-edit__upload-text{font-size:.875rem;color:#6b7280;text-align:center;margin-bottom:1.5rem}.config-edit__sample-prompt{margin-bottom:1rem;padding:1rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;flex-shrink:0}.config-edit__sample-prompt p{font-size:.8125rem;color:#1e40af;margin-bottom:.75rem}.btn--danger{background:#dc2626;color:#fff;border-color:#dc2626}.btn--danger:hover:not(:disabled){background:#b91c1c}.settings{display:flex;flex-direction:column;height:100vh;overflow:hidden}.settings__header{display:flex;align-items:center;gap:1rem;padding:.75rem 1.5rem;border-bottom:1px solid #e5e7eb;background:#fff;flex-shrink:0}.settings__header h1{font-size:1.25rem;font-weight:700;color:#111827}.settings__body{flex:1;display:flex;min-height:0}.settings__sidebar{width:200px;flex-shrink:0;background:#f9fafb;border-right:1px solid #e5e7eb;padding:.75rem 0;overflow-y:auto}.settings__nav-item{display:block;padding:.5rem 1.25rem;font-size:.875rem;color:#374151;text-decoration:none;transition:background .1s,color .1s}.settings__nav-item:hover{background:#f3f4f6;text-decoration:none}.settings__nav-item--active{color:#2563eb;background:#eff6ff;font-weight:500;border-right:2px solid #2563eb}.settings__content{flex:1;overflow-y:auto;padding:1.5rem 2rem}.settings-tab__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.settings-tab__header h2{font-size:1.25rem;font-weight:600;color:#111827}.jurisdiction-tree{margin-top:.5rem}.jurisdiction-tree__node{border:1px solid #e5e7eb;border-radius:6px;margin-bottom:.5rem;background:#fff}.jurisdiction-tree__node-content{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem}.jurisdiction-tree__toggle{background:none;border:none;padding:.125rem;color:#6b7280;cursor:pointer;font-size:.75rem;width:1.25rem;text-align:center}.jurisdiction-tree__toggle:hover{color:#111827}.jurisdiction-tree__name{font-weight:500;color:#111827}.jurisdiction-tree__level-badge{font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.03em;padding:.125rem .375rem;border-radius:3px;background:#f3f4f6;color:#6b7280}.jurisdiction-tree__level-badge--federal{background:#dbeafe;color:#1e40af}.jurisdiction-tree__level-badge--state{background:#dcfce7;color:#166534}.jurisdiction-tree__level-badge--county{background:#fef3c7;color:#92400e}.jurisdiction-tree__level-badge--city{background:#fce7f3;color:#9d174d}.jurisdiction-tree__count{font-size:.75rem;color:#9ca3af;margin-left:auto}.jurisdiction-tree__actions{display:flex;gap:.25rem;margin-left:.5rem}.jurisdiction-tree__children{padding-left:1.5rem;padding-bottom:.5rem;padding-right:.5rem}.settings-create-form{display:flex;gap:.5rem;align-items:flex-end;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;flex-wrap:wrap}.settings-create-form__field{display:flex;flex-direction:column;gap:.25rem}.settings-create-form__field label{font-size:.75rem;font-weight:500;color:#6b7280}.settings-create-form__field input,.settings-create-form__field select{font-size:.875rem;padding:.375rem .625rem;border:1px solid #d1d5db;border-radius:5px;color:#111827;background:#fff}.settings-create-form__field select{min-width:120px}.agency-list__filter{display:flex;gap:.75rem;align-items:center;margin-bottom:1rem}.agency-list__filter label{font-size:.8125rem;font-weight:500;color:#6b7280}.agency-list__filter select{font-size:.875rem;padding:.375rem .625rem;border:1px solid #d1d5db;border-radius:5px;color:#111827;background:#fff}.agency-list__row{border:1px solid #e5e7eb;border-radius:6px;margin-bottom:.5rem;background:#fff}.agency-list__row-main{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;cursor:pointer;font-size:.875rem}.agency-list__row-main:hover{background:#f9fafb}.agency-list__name{font-weight:500;color:#111827}.agency-list__abbr{color:#6b7280;font-size:.8125rem}.agency-list__jurisdiction{color:#6b7280;font-size:.8125rem;margin-left:auto}.agency-list__meta{display:flex;gap:.75rem;font-size:.75rem;color:#9ca3af}.agency-list__expand{border-top:1px solid #e5e7eb;padding:.75rem;background:#f9fafb}.agency-list__aliases{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.5rem}.agency-list__alias-tag{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;padding:.1875rem .5rem;background:#fff;border:1px solid #d1d5db;border-radius:4px;color:#374151}.agency-list__alias-remove{background:none;border:none;color:#9ca3af;cursor:pointer;padding:0;font-size:.875rem;line-height:1}.agency-list__alias-remove:hover{color:#dc2626}.agency-list__alias-add{display:flex;gap:.375rem;align-items:center}.agency-list__alias-add input{font-size:.8125rem;padding:.25rem .5rem;border:1px solid #d1d5db;border-radius:4px;width:200px}.prompt-list__item{border:1px solid #e5e7eb;border-radius:6px;margin-bottom:.5rem;background:#fff;cursor:pointer;transition:border-color .15s}.prompt-list__item:hover{border-color:#93c5fd}.prompt-list__item--active{border-color:#2563eb}.prompt-list__item-header{display:flex;align-items:center;justify-content:space-between;padding:.625rem .75rem}.prompt-list__item-name{font-weight:500;font-size:.875rem;color:#111827}.prompt-list__item-meta{font-size:.75rem;color:#9ca3af}.prompt-list__item-desc{padding:0 .75rem .625rem;font-size:.8125rem;color:#6b7280}.prompt-editor{margin-top:1rem;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}.prompt-editor__toolbar{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.prompt-editor__toolbar-title{font-size:.875rem;font-weight:500;color:#374151}.prompt-editor__toolbar-actions{display:flex;gap:.5rem}.prompt-editor__body{min-height:300px}.prompt-editor__body .cm-editor{font-size:.8125rem}.prompt-editor__body .cm-editor .cm-scroller{min-height:300px}.btn--xs{padding:.25rem .5rem;font-size:.75rem;border-radius:4px}.btn--icon{display:inline-flex;align-items:center;justify-content:center;padding:.25rem;background:transparent;border:none;color:#6b7280;border-radius:4px;cursor:pointer;transition:color .15s,background .15s}.btn--icon:hover{color:#111827;background:#f3f4f6}.btn--icon:disabled{opacity:.4;cursor:not-allowed}.taxonomy-card{border:1px solid #e5e7eb;border-radius:6px;margin-bottom:.75rem;background:#fff}.taxonomy-card__header{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;cursor:pointer;font-size:.875rem}.taxonomy-card__header:hover{background:#f9fafb}.taxonomy-card__toggle{background:none;border:none;padding:.125rem;color:#6b7280;cursor:pointer;font-size:.75rem;width:1.25rem;text-align:center}.taxonomy-card__toggle:hover{color:#111827}.taxonomy-card__title{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.taxonomy-card__name{font-weight:600;color:#111827}.taxonomy-card__id{font-size:.75rem;color:#6b7280;background:#f3f4f6;padding:1px 6px;border-radius:3px}.taxonomy-card__count{font-size:.75rem;color:#9ca3af;white-space:nowrap}.taxonomy-card__actions{display:flex;gap:.25rem;flex-shrink:0}.taxonomy-card__body{border-top:1px solid #e5e7eb;padding:.75rem;background:#fafbfc}.taxonomy-card__description{font-size:.8125rem;color:#374151;margin-bottom:.5rem}.taxonomy-card__prompt-preview{font-size:.75rem;color:#6b7280;background:#f3f4f6;padding:.375rem .625rem;border-radius:4px;margin-bottom:.75rem;font-family:SF Mono,Fira Code,Fira Mono,Menlo,Consolas,monospace;line-height:1.5;white-space:pre-wrap;word-break:break-word}.taxonomy-card__prompt-label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;color:#374151;margin-right:.25rem}.taxonomy-card__subcategories{margin-top:.5rem}.taxonomy-sub{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem .625rem;border:1px solid #e5e7eb;border-radius:4px;margin-bottom:.375rem;background:#fff}.taxonomy-sub__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.taxonomy-sub__name{font-size:.8125rem;font-weight:500;color:#111827}.taxonomy-sub__id{font-size:.6875rem;color:#6b7280;background:#f3f4f6;padding:0 5px;border-radius:3px;align-self:flex-start}.taxonomy-sub__desc{font-size:.75rem;color:#6b7280}.taxonomy-sub__prompt{font-size:.6875rem;color:#9ca3af;font-family:SF Mono,Fira Code,Fira Mono,Menlo,Consolas,monospace;white-space:pre-wrap;word-break:break-word}.taxonomy-sub__actions{display:flex;gap:.25rem;flex-shrink:0;padding-top:.125rem}.taxonomy-modal__overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100}.taxonomy-modal{background:#fff;border-radius:8px;box-shadow:0 8px 32px #0000002e;width:100%;max-width:560px;max-height:90vh;display:flex;flex-direction:column}.taxonomy-modal__header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;border-bottom:1px solid #e5e7eb}.taxonomy-modal__header h3{font-size:1rem;font-weight:600;color:#111827}.taxonomy-modal__close{background:none;border:none;font-size:1.25rem;color:#6b7280;cursor:pointer;padding:.25rem;line-height:1}.taxonomy-modal__close:hover{color:#111827}.taxonomy-modal__body{padding:1.25rem;overflow-y:auto}.taxonomy-modal__field{margin-bottom:.875rem}.taxonomy-modal__label{display:block;font-size:.8125rem;font-weight:500;color:#374151;margin-bottom:.25rem}.taxonomy-modal__input{width:100%;padding:.4375rem .625rem;font-size:.8125rem;font-family:inherit;border:1px solid #d1d5db;border-radius:5px;color:#111827;background:#fff;transition:border-color .15s}.taxonomy-modal__input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.taxonomy-modal__textarea{width:100%;padding:.4375rem .625rem;font-size:.8125rem;font-family:inherit;line-height:1.5;border:1px solid #d1d5db;border-radius:5px;color:#111827;background:#fff;resize:vertical;transition:border-color .15s}.taxonomy-modal__textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.taxonomy-modal__textarea--mono{font-family:SF Mono,Fira Code,Fira Mono,Menlo,Consolas,monospace}.taxonomy-modal__hint{display:block;font-size:.6875rem;color:#9ca3af;margin-top:.25rem}.taxonomy-modal__actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.model-selector__group{margin-bottom:1.5rem}.model-selector__provider{font-size:.8125rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.5rem}.model-selector__cards{display:flex;flex-direction:column;gap:.5rem}.model-card{display:block;width:100%;text-align:left;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s;font-family:inherit;font-size:inherit}.model-card:hover:not(:disabled){border-color:#93c5fd;box-shadow:0 0 0 1px #93c5fd}.model-card--active{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6;background:#eff6ff}.model-card--disabled{opacity:.55;cursor:not-allowed}.model-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.model-card__name{font-weight:600;font-size:.875rem;color:#111827}.model-card__badge{font-size:.6875rem;font-weight:600;color:#3b82f6;background:#dbeafe;padding:.125rem .5rem;border-radius:9999px}.model-card__description{font-size:.8125rem;color:#6b7280}.model-card__unavailable{font-size:.75rem;color:#dc2626;margin-top:.25rem}.settings__model-indicator{font-size:.75rem;font-weight:500;color:#6b7280;background:#f3f4f6;padding:.25rem .625rem;border-radius:9999px}
