*,*:before,*:after{box-sizing:border-box}:root{--bg-app: #f0f2f7;--bg-surface: #ffffff;--bg-surface-alt: #f5f6fa;--bg-surface-hover: #eef0f6;--border: #e0e0e0;--border-focus: #003399;--text-primary: #1a1a2e;--text-secondary: #444;--text-muted: #888;--text-hint: #999;--accent: #003399;--accent-hover: #002266;--accent-light: #e8ecf8;--sidebar-bg: #1a1a2e;--sidebar-text: #aab0cc;--sidebar-active-bg: rgba(255,255,255,.08);--sidebar-active-border: #003399;--sidebar-hover-bg: rgba(255,255,255,.05);--header-bg: #ffffff;--header-border: #e0e0e0;--error-bg: #fce4e4;--error-text: #c0392b;--error-border: #f5a0a0;--success-bg: #e8f5e9;--success-border: #a5d6a7;--success-text: #2e7d32;--info-bg: #e3f2fd;--info-border: #90caf9;--info-text: #1565c0;--badge-yes-bg: #bbf7d0;--badge-yes-text: #14532d;--badge-yes-border: #86efac;--badge-no-bg: #e5e7eb;--badge-no-text: #374151;--badge-no-border: #d1d5db;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 12px rgba(0,0,0,.1);--shadow-lg: 0 8px 24px rgba(0,0,0,.15);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Consolas, monospace}[data-theme=dark]{--bg-app: #0f1117;--bg-surface: #1a1d27;--bg-surface-alt: #22263a;--bg-surface-hover: #2a2f44;--border: #2e3350;--border-focus: #4d7fff;--text-primary: #e8eaf0;--text-secondary: #b0b8d0;--text-muted: #7a85a0;--text-hint: #606880;--accent: #4d7fff;--accent-hover: #3366ff;--accent-light: #1a2540;--sidebar-bg: #0f1117;--sidebar-text: #7a85a0;--sidebar-active-bg: rgba(77,127,255,.12);--sidebar-active-border: #4d7fff;--sidebar-hover-bg: rgba(255,255,255,.04);--header-bg: #1a1d27;--header-border: #2e3350;--error-bg: #2d1515;--error-text: #f87171;--error-border: #7f2020;--success-bg: #0f2e1a;--success-border: #1e6b38;--success-text: #4ade80;--info-bg: #0f1e35;--info-border: #1e4d7f;--info-text: #60a5fa;--badge-yes-bg: #14532d;--badge-yes-text: #bbf7d0;--badge-yes-border: #166534;--badge-no-bg: #1f2937;--badge-no-text: #d1d5db;--badge-no-border: #374151;--shadow-sm: 0 1px 3px rgba(0,0,0,.3);--shadow-md: 0 4px 12px rgba(0,0,0,.4);--shadow-lg: 0 8px 24px rgba(0,0,0,.5)}body{margin:0;background:var(--bg-app);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:var(--font-sans);transition:background .2s,color .2s}.header-nav{display:flex;align-items:center;gap:.25rem;flex:1;margin-left:1.5rem}.header-nav-link{padding:.4rem .85rem;color:var(--text-primary);text-decoration:none;font-family:var(--font-sans);font-size:.9rem;font-weight:500;border-radius:var(--radius-md);transition:color .2s,background .2s;background:none;border:none;cursor:pointer}.header-nav-link:hover{background:var(--bg-surface-alt);color:var(--accent)}.header-nav-link.active{color:var(--accent);font-weight:700;background:var(--accent-light)}.app-main{flex:1;overflow-y:auto;display:flex;flex-direction:column}.container{max-width:900px;margin:0 auto;padding:2rem 1rem;font-family:var(--font-sans)}header{margin-bottom:1rem}header h1{margin:0 0 .25rem;font-size:1.8rem;color:var(--text-primary)}.subtitle{margin:0;color:var(--text-secondary);font-size:.95rem}.search-form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.form-fields{display:flex;flex-direction:column;gap:.75rem}.field-group{display:flex;flex-direction:column;gap:.25rem}.field-label{font-size:.85rem;font-weight:600;color:var(--text-secondary)}.field-hint{font-weight:400;color:var(--text-muted)}.search-input{padding:.6rem 1rem;font-size:1rem;border:2px solid var(--border);border-radius:6px;outline:none;transition:border-color .2s;width:100%;box-sizing:border-box;background:var(--bg-surface);color:var(--text-primary)}.search-input:focus{border-color:var(--border-focus)}.cpv-input{font-family:monospace;font-size:.9rem}.n-input{max-width:150px}.btn{display:inline-block;padding:.5rem 1rem;font-size:.85rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;text-decoration:none;transition:background-color .2s}.btn-search{background:var(--accent);color:#fff;padding:.6rem 1.5rem;font-size:1rem}.btn-search:hover:not(:disabled){background:var(--accent-hover)}.btn-search:disabled{opacity:.6;cursor:not-allowed}.error{background:var(--error-bg);color:var(--error-text);padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem}.download-status{background:var(--success-bg);border:1px solid var(--success-border);border-radius:8px;padding:1.25rem;margin-top:1rem}.download-status-progress{background:var(--info-bg);border-color:var(--info-border)}.download-status h3{margin:0 0 .75rem;color:var(--success-text)}.download-status-progress h3{color:var(--info-text)}.status-list{list-style:none;padding:0;margin:0 0 .5rem}.status-list li{padding:.25rem 0;color:var(--text-secondary)}.status-failed{color:var(--error-text);font-weight:600}.status-errors{margin-top:.5rem}.status-errors summary{cursor:pointer;color:var(--error-text);font-weight:500}.status-errors ul{margin-top:.5rem;padding-left:1.5rem;color:var(--text-secondary);font-size:.85rem}.empty-state{color:var(--text-muted);text-align:center;padding:3rem 1rem;font-size:1rem}.library-container{padding:0px 1rem 0;font-family:var(--font-sans);flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;gap:1rem}.page-header header{margin-bottom:0}.page-header .model-selector{flex-shrink:0;height:auto}.table-wrapper{flex:1;overflow:auto;margin-top:4px;min-height:0}.fixed-hscroll{position:fixed;bottom:0;left:0;right:0;overflow-x:scroll;overflow-y:hidden;height:16px;z-index:50;background:var(--bg-surface);border-top:1px solid var(--border)}.fixed-hscroll::-webkit-scrollbar{height:12px;background:var(--bg-surface-alt)}.fixed-hscroll::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:6px;border:2px solid var(--bg-surface-alt)}.fixed-hscroll::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.fixed-hscroll-inner{height:1px}.pagination-bar{display:flex;align-items:center;justify-content:center;gap:12px;padding:10px 0;font-size:13px;color:#555;position:sticky;left:0}.pagination-btn{padding:5px 14px;border:none;border-radius:var(--radius-md);background:var(--accent);color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:background .2s,box-shadow .2s}.pagination-btn:hover:not(:disabled){background:var(--accent-hover);box-shadow:0 4px 12px #0033994d}.pagination-btn:disabled{opacity:.6;cursor:not-allowed}.pagination-info{font-weight:600;color:#344054}.pagination-range{color:#667085}.library-table{border-collapse:collapse}.library-table thead{position:sticky;top:0;z-index:2}.library-table th{text-align:left;padding:.75rem;border-bottom:2px solid var(--accent);color:var(--text-primary);font-size:.85rem;white-space:nowrap;position:relative;overflow:hidden;background:var(--bg-surface)}.library-table td{padding:.6rem .75rem;border-bottom:1px solid var(--border);font-size:.85rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis}.library-table tr:hover{background:var(--bg-surface-alt)}.library-table tr.row-bookmarked{background:#f59e0b1f}.library-table tr.row-bookmarked:hover{background:#f59e0b2e}.filename-cell{font-family:monospace;font-size:.8rem}.filename-content{display:flex;align-items:center;gap:.4rem}.btn-download{color:var(--accent);text-decoration:none;font-size:1rem;line-height:1;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;border-radius:3px;transition:background .2s}.btn-download:hover{background:var(--border);color:var(--accent-hover)}.th-sortable,.th-with-edit{display:flex;align-items:center;gap:.4rem}.th-sort-label{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;gap:.3rem}.th-sort-label:hover{color:var(--accent)}.th-actions{display:inline-flex;align-items:center;gap:.15rem;margin-left:auto}.resize-handle{position:absolute;top:0;right:0;width:8px;height:100%;cursor:col-resize;background:transparent;border-right:1px solid var(--border);z-index:1;-webkit-user-select:none;user-select:none;touch-action:none}.resize-handle:hover,.resize-handle:active{border-right:2px solid var(--accent);background:#0000000a}.btn-column-menu{background:none;border:1px solid transparent;cursor:pointer;color:var(--text-secondary);padding:.2rem;border-radius:4px;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:color .15s,background .15s,border-color .15s}.btn-column-menu:hover{background:var(--bg-surface-hover);border-color:var(--border);color:var(--text-primary)}.column-options-modal{width:480px;position:relative;padding:1.75rem}.column-options-title{margin:0 0 1.5rem;font-size:1.2rem;color:var(--text-primary);padding-right:2rem}.column-options-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.column-options-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.column-options-label{display:block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-primary);margin-bottom:.3rem}.column-options-hint{font-size:.85rem;color:var(--text-secondary);margin:0 0 .75rem;line-height:1.4}.column-options-prompt-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.column-options-buttons{display:flex;gap:.5rem}.btn-extract-action{flex:1;display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.7rem .75rem;background:var(--accent);color:#fff;border:1px solid var(--accent-hover);border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .15s,border-color .15s}.btn-extract-action:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-extract-action .extract-count{color:#ffffffbf}.extract-count{font-size:.75rem;font-weight:400}.column-options-danger-zone .column-options-label{color:var(--error-text)}.btn-danger-outline{flex:1;padding:.55rem .75rem;background:var(--error-bg);color:var(--error-text);border:1px solid var(--error-text);border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s}.btn-danger-outline:hover{background:var(--error-text);color:#fff;border-color:var(--error-text)}.column-options-footer{display:flex;justify-content:center;gap:.75rem;margin-top:1.5rem}.badge{display:inline-block;padding:.15rem .5rem;border-radius:9999px;font-size:.78rem;font-weight:600;white-space:nowrap;border:1px solid}.badge-yes{background:var(--badge-yes-bg);color:var(--badge-yes-text);border-color:var(--badge-yes-border)}.badge-no{background:var(--badge-no-bg);color:var(--badge-no-text);border-color:var(--badge-no-border)}.badge-blue{background:#bfdbfe;color:#1e3a8a;border-color:#93c5fd}.badge-purple{background:#ddd6fe;color:#5b21b6;border-color:#c4b5fd}.badge-orange{background:#fed7aa;color:#7c2d12;border-color:#fdba74}.badge-teal{background:#99f6e4;color:#134e4a;border-color:#5eead4}.badge-pink{background:#fbcfe8;color:#831843;border-color:#f9a8d4}.badge-amber{background:#fde68a;color:#78350f;border-color:#fcd34d}.badge-high{background:#bbf7d0;color:#14532d;border-color:#86efac}.badge-medium{background:#fde68a;color:#78350f;border-color:#fcd34d}.badge-low{background:#fecaca;color:#7f1d1d;border-color:#fca5a5}.ai-cell-value{display:flex;align-items:center;gap:.3rem}.ai-cell-empty{display:inline-flex;align-items:center;width:100%;min-height:1.5em;cursor:text}.cell-edit-input{display:block;width:100%;box-sizing:border-box;padding:.2rem .35rem;font:inherit;font-family:inherit;line-height:1.4;color:inherit;background:var(--bg-surface, #fff);border:1px solid var(--accent, #2563eb);border-radius:3px;outline:none;resize:none;overflow:hidden;white-space:pre-wrap;word-break:break-word}.cell-edit-input:disabled{opacity:.6;cursor:wait}.cell-edit-input.has-error{border-color:var(--error-text, #dc2626);background:var(--error-bg, #fef2f2)}.cell-edit-wrapper{display:flex;flex-direction:column;gap:.2rem}.cell-edit-hint{font-size:.7rem;color:var(--text-hint, #6b7280);font-style:italic}.cell-edit-error{font-size:.7rem;color:var(--error-text, #dc2626);font-weight:500}.tags-cell{display:flex;flex-wrap:wrap;gap:3px;cursor:text}.tags-cell .badge,.relevance-cell .badge{font-size:.624rem;padding:.12rem .4rem}.tags-cell-wrapper{display:flex;align-items:center;gap:4px}.tags-cell-wrapper .tags-cell{flex:1;min-width:0}.tags-editor-list{display:flex;flex-direction:column;gap:.35rem;max-height:50vh;overflow-y:auto;padding:.25rem 0}.tags-editor-item{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem}.tags-editor-item input[type=checkbox]{cursor:pointer}.btn-clear-value{background:none;border:none;cursor:pointer;font-size:.85rem;color:var(--text-hint);padding:0 .2rem;line-height:1;border-radius:3px;flex-shrink:0;transition:color .15s,background .15s}.btn-clear-value:hover{color:var(--error-text);background:var(--error-bg)}.btn-danger{background:var(--error-text);color:#fff;border:none;border-radius:var(--radius-md);padding:.6rem 1.2rem;font-weight:600;cursor:pointer;transition:background .15s}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-danger:disabled{opacity:.6;cursor:not-allowed}.btn-cancel{background:var(--border);color:var(--text-secondary)}.btn-cancel:hover{background:var(--bg-surface-hover)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-extract{padding:.25rem .6rem;font-size:.75rem;font-weight:500;background:var(--accent);color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.btn-extract:hover:not(:disabled){background:var(--accent-hover)}.btn-extract:disabled{opacity:.6;cursor:wait}.extract-error{color:var(--error-text);font-size:.7rem;margin-top:.2rem}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:var(--bg-surface);border-radius:8px;padding:1.5rem;width:600px;max-width:90vw;max-height:80vh;overflow-y:auto}.modal-content h3{margin:0 0 1rem;color:var(--text-primary)}.modal-content textarea{width:100%;font-family:monospace;font-size:.9rem;padding:.75rem;border:2px solid var(--border);border-radius:6px;resize:vertical;min-height:150px;box-sizing:border-box;outline:none;transition:border-color .2s;background:var(--bg-surface);color:var(--text-primary)}.modal-content textarea:focus{border-color:var(--border-focus)}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.th-row-options{width:56px;min-width:56px;max-width:56px;padding:0}.row-options-cell{width:56px;min-width:56px;max-width:56px;text-align:center;padding:2px 4px!important}.row-actions{position:relative;display:flex;align-items:center;justify-content:center;gap:2px}.row-dropdown-menu{position:fixed;z-index:1000;min-width:150px;background:var(--bg-surface);border:1px solid var(--border);border-radius:6px;box-shadow:0 4px 12px #00000026;padding:4px 0;display:flex;flex-direction:column}.row-dropdown-item{display:block;width:100%;padding:6px 12px;font-size:.82rem;text-align:left;background:none;border:none;color:var(--text-primary);cursor:pointer;text-decoration:none;white-space:nowrap}.row-dropdown-item:hover{background:var(--bg-surface-hover)}.row-dropdown-item.active{color:#f59e0b}.btn-row-menu{background:none;border:1px solid transparent;cursor:pointer;color:var(--text-secondary);padding:.2rem;border-radius:4px;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:color .15s,background .15s,border-color .15s}.btn-bookmark{color:var(--text-muted)}.btn-bookmark:hover,.btn-bookmark.active{color:#f59e0b}.btn-bookmark.active:hover{color:#d97706}.btn-row-menu:hover{background:var(--bg-surface-hover);border-color:var(--border);color:var(--text-primary)}.btn-danger-outline:disabled{opacity:.4;cursor:not-allowed;background:var(--bg-surface);border-color:var(--error-border)}.model-selector{padding:.5rem .75rem;font-size:.85rem;font-weight:600;border:2px solid var(--border);border-radius:6px;background:var(--bg-surface);color:var(--text-secondary);cursor:pointer;outline:none;transition:border-color .2s;height:100%}.model-selector:focus{border-color:var(--border-focus)}.model-selector:disabled{opacity:.5;cursor:not-allowed}.table-toolbar{display:flex;gap:.5rem;margin-top:1rem}.btn-table-extract{flex:0 0 auto;min-width:160px}.btn-extract-action:disabled{opacity:.5;cursor:not-allowed;background:#6680bf;border-color:#6680bf}.btn-create-column{display:inline-flex;align-items:center;padding:.7rem 1.2rem;background:#15803d;color:#fff;border:1px solid #166534;border-radius:6px;font-size:.85rem;font-weight:600;line-height:1;cursor:pointer;transition:background .15s,border-color .15s}.btn-create-column:hover:not(:disabled){background:#166534;border-color:#14532d}.btn-create-column:disabled{opacity:.5;cursor:not-allowed}.create-column-type-toggle{display:flex;gap:0;border:2px solid var(--border);border-radius:6px;overflow:hidden;width:fit-content}.btn-type-option{padding:.5rem 1.2rem;background:var(--bg-surface);color:var(--text-secondary);border:none;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .15s,color .15s}.btn-type-option:not(:last-child){border-right:1px solid var(--border)}.btn-type-option.active{background:#15803d;color:#fff}.btn-type-option:hover:not(.active):not(:disabled){background:#f0fdf4}.btn-filter-columns{display:inline-flex;align-items:center;gap:.4rem;height:100%;padding:.7rem 1.2rem;background:#475569;color:#fff;border:1px solid #334155;border-radius:6px;font-size:.85rem;font-weight:600;line-height:1;cursor:pointer;transition:background .15s,border-color .15s}.btn-filter-columns:hover{background:#334155;border-color:#1e293b}.filter-columns-wrapper{position:relative}.filter-columns-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.2rem;height:1.2rem;padding:0 .35rem;background:var(--bg-surface);color:#475569;border-radius:9999px;font-size:.7rem;font-weight:700;line-height:1}.filter-columns-popup{position:absolute;top:calc(100% + 6px);right:0;z-index:100;background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow-lg);min-width:220px;max-height:400px;overflow-y:auto;padding:.5rem 0}.filter-columns-section{padding:.25rem 0}.filter-columns-section+.filter-columns-section{border-top:1px solid var(--border)}.filter-columns-section-title{padding:.4rem 1rem .25rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.filter-columns-item{display:flex;align-items:center;gap:.5rem;padding:.35rem 1rem;font-size:.85rem;color:var(--text-secondary);cursor:pointer;transition:background .1s}.filter-columns-item:hover{background:var(--bg-surface-alt)}.filter-columns-item input[type=checkbox]{accent-color:#475569;width:15px;height:15px;cursor:pointer}.filter-columns-actions{border-top:1px solid var(--border);padding:.4rem 1rem;display:flex;justify-content:flex-end}.btn-filter-show-all{background:none;border:none;color:#475569;font-size:.8rem;font-weight:600;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:background .15s,color .15s}.btn-filter-show-all:hover{background:var(--bg-surface-alt);color:var(--text-primary)}.btn-export-excel{display:inline-flex;align-items:center;padding:.7rem 1.2rem;background:#15803d;color:#fff;border:1px solid #166534;border-radius:6px;font-size:.85rem;font-weight:600;line-height:1;cursor:pointer;transition:background .15s,border-color .15s}.btn-export-excel:hover{background:#166534;border-color:#14532d}.reorder-columns-wrapper{position:relative}.reorder-columns-popup{position:absolute;top:calc(100% + 6px);right:0;z-index:100;background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow-lg);min-width:220px;max-height:400px;overflow-y:auto;padding:.5rem 0}.reorder-columns-item{display:flex;align-items:center;gap:.5rem;padding:.45rem 1rem;font-size:.85rem;color:var(--text-secondary);cursor:grab;transition:background .1s;-webkit-user-select:none;user-select:none}.reorder-columns-item:hover{background:var(--bg-surface-alt)}.reorder-columns-item.dragging{opacity:.4}.reorder-columns-item.drag-over{border-top:2px solid var(--accent)}.reorder-drag-handle{color:var(--text-muted);font-size:1rem;line-height:1;cursor:grab;flex-shrink:0}.reorder-column-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.login-theme-toggle{display:none}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--sidebar-bg);font-family:var(--font-sans)}.login-form{background:var(--bg-surface);padding:2.5rem;border-radius:8px;box-shadow:0 4px 24px #00000040;width:360px;max-width:90vw;display:flex;flex-direction:column;gap:1rem;text-align:center}.login-form h1{margin:0;font-size:1.8rem;color:var(--text-primary)}.login-subtitle{margin:0;color:var(--text-secondary);font-size:.95rem}.top-header{display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 1.5rem;background:var(--header-bg);border-bottom:1px solid var(--header-border);position:sticky;top:0;z-index:200;box-shadow:var(--shadow-sm)}.top-header-brand{font-size:1.1rem;font-weight:700;color:var(--accent);letter-spacing:-.01em}.top-header-actions{display:flex;align-items:center;gap:.75rem}.btn-theme-toggle{display:none}.btn-theme-toggle:hover{background:var(--bg-surface-hover);border-color:var(--accent);color:var(--accent)}.user-menu-wrapper{position:relative}.user-avatar-btn{width:36px;height:36px;border-radius:50%;background:var(--accent);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;transition:background .2s,box-shadow .2s}.user-avatar-btn:hover{background:var(--accent-hover);box-shadow:0 0 0 3px var(--accent-light)}.user-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);min-width:180px;z-index:300;overflow:hidden}.user-dropdown-info{padding:.75rem 1rem;font-size:.8rem;color:var(--text-muted);border-bottom:1px solid var(--border)}.btn-logout{width:100%;padding:.65rem 1rem;background:none;border:none;text-align:left;cursor:pointer;font-size:.9rem;color:var(--error-text);font-family:var(--font-sans);transition:background .15s;display:flex;align-items:center;gap:.5rem}.btn-logout:hover{background:var(--error-bg)}.platform-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;margin-bottom:1rem;transition:box-shadow .2s}.platform-card:hover{box-shadow:var(--shadow-md)}.platform-card-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s}.platform-card-header:hover{background:var(--bg-surface-alt)}.platform-card-header-left{display:flex;align-items:center;gap:.75rem}.platform-card-icon{font-size:1.3rem;line-height:1}.platform-card-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0}.platform-card-meta{font-size:.78rem;color:var(--text-muted);margin:0}.platform-card-chevron{color:var(--text-muted);font-size:.9rem;transition:transform .2s}.platform-card-chevron.open{transform:rotate(180deg)}.platform-card-body{padding:1rem 1.25rem 1.25rem;border-top:1px solid var(--border)}.filter-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.filter-row{display:flex;align-items:flex-start;gap:.75rem;padding:.6rem .75rem;background:var(--bg-surface-alt);border:1px solid var(--border);border-radius:var(--radius-md);transition:border-color .15s}.filter-row:hover{border-color:var(--accent)}.filter-row-content{flex:1;min-width:0}.filter-row-name{font-size:.88rem;font-weight:600;color:var(--text-primary);margin-bottom:.35rem}.filter-chips{display:flex;flex-wrap:wrap;gap:.3rem}.chip{display:inline-flex;align-items:center;gap:.2rem;padding:.15rem .5rem;background:var(--accent-light);color:var(--accent);border:1px solid var(--border-focus);border-radius:9999px;font-size:.72rem;font-weight:500;white-space:nowrap}.chip-key{opacity:.7;font-weight:400}.filter-row-actions{display:flex;gap:.3rem;flex-shrink:0}.btn-icon{background:none;border:1px solid transparent;border-radius:var(--radius-sm);cursor:pointer;color:var(--text-muted);padding:.25rem .4rem;font-size:.85rem;line-height:1;transition:color .15s,background .15s,border-color .15s}.btn-icon:hover{color:var(--text-primary);background:var(--bg-surface-hover);border-color:var(--border)}.btn-icon-danger:hover{color:var(--error-text);background:var(--error-bg);border-color:var(--error-text)}.filter-edit-form{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;padding:.75rem;background:var(--bg-surface);border:1px solid var(--border-focus);border-radius:var(--radius-md);margin-bottom:.5rem}.filter-edit-form .filter-edit-full{grid-column:1 / -1}.filter-edit-label{display:block;font-size:.75rem;font-weight:600;color:var(--text-secondary);margin-bottom:.2rem}.filter-edit-input{width:100%;padding:.4rem .6rem;font-size:.85rem;font-family:var(--font-sans);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-surface);color:var(--text-primary);outline:none;transition:border-color .2s;box-sizing:border-box}.filter-edit-input:focus{border-color:var(--border-focus)}.filter-edit-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:.4rem;margin-top:.25rem}.card-footer-actions{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.btn-add-filter{display:inline-flex;align-items:center;gap:.3rem;padding:.4rem .85rem;background:var(--accent);color:#fff;border:none;border-radius:var(--radius-md);font-size:.82rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-add-filter:hover{background:var(--accent-hover)}.btn-reset{display:inline-flex;align-items:center;gap:.3rem;padding:.4rem .85rem;background:var(--bg-surface-alt);color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius-md);font-size:.82rem;font-weight:500;cursor:pointer;transition:background .15s,color .15s}.btn-reset:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.run-section{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;display:flex;flex-wrap:wrap;align-items:center;gap:1rem;box-shadow:var(--shadow-sm);margin-top:.5rem}.run-section-controls{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;flex:1}.btn-run-all{padding:.65rem 1.75rem;background:var(--accent);color:#fff;border:none;border-radius:var(--radius-md);font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s,box-shadow .2s;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.btn-run-all:hover:not(:disabled){background:var(--accent-hover);box-shadow:0 4px 12px #0033994d}.btn-run-all:disabled{opacity:.6;cursor:not-allowed}.classification-results{margin-top:1.5rem}.classification-group{margin-bottom:1rem}.classification-group-header{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem;color:var(--text-secondary)}.classification-cards{display:flex;flex-direction:column;gap:.4rem}.classification-card{display:flex;gap:.75rem;padding:.65rem .75rem;border-radius:var(--radius-md);border:1px solid}.classification-card.high{background:var(--success-bg);border-color:var(--success-border)}.classification-card.medium{background:var(--info-bg);border-color:var(--info-border)}.classification-card.low{background:var(--bg-surface-alt);border-color:var(--border)}.classification-card-content{flex:1;min-width:0}.classification-card-title{font-size:.88rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.classification-card-org{font-size:.78rem;color:var(--text-muted);margin-top:.15rem}.classification-card-bid-summary{font-size:.78rem;color:var(--text-secondary);margin-top:.25rem;font-style:italic}.potential-badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:9999px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;flex-shrink:0;align-self:flex-start}.potential-badge.high{background:var(--success-border);color:var(--success-text)}.potential-badge.medium{background:var(--info-border);color:var(--info-text)}.potential-badge.low{background:var(--badge-no-bg);color:var(--badge-no-text)}.progress-log{background:var(--bg-surface-alt);border:1px solid var(--border);border-radius:var(--radius-md);padding:.75rem 1rem;margin-top:1rem;max-height:200px;overflow-y:auto;font-family:var(--font-mono);font-size:.8rem}.progress-log-entry{padding:.15rem 0;color:var(--text-secondary)}.progress-log-entry.error{color:var(--error-text)}.progress-log-entry.done{color:var(--success-text);font-weight:600}.scraper-page{width:700px;margin:0 auto;padding:1.5rem 1rem 3rem;font-family:var(--font-sans)}.scraper-page-header{margin-bottom:1.5rem}.scraper-page-title{font-size:1.6rem;font-weight:700;color:var(--text-primary);margin:0 0 .25rem}.scraper-page-subtitle{font-size:.9rem;color:var(--text-muted);margin:0}.app-shell{display:flex;flex-direction:column;height:100vh;overflow:hidden}.settings-page{max-width:860px;margin:0 auto;padding:1.5rem 1rem 3rem;font-family:var(--font-sans)}.btn-settings-item{width:100%;padding:.65rem 1rem;background:none;border:none;text-align:left;cursor:pointer;font-size:.9rem;color:var(--text-secondary);font-family:var(--font-sans);transition:background .15s;display:flex;align-items:center;gap:.5rem}.btn-settings-item:hover{background:var(--bg-surface-alt);color:var(--text-primary)}.tender-tabs{display:flex;gap:.5rem;margin-bottom:1.25rem}.tender-tab{padding:.5rem 1.25rem;border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--bg-surface-alt);color:var(--text-secondary);font-size:.9rem;font-weight:500;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.tender-tab:hover{background:var(--bg-surface-hover, var(--bg-surface-alt));color:var(--text-primary)}.tender-tab.active{background:var(--accent);color:#fff;border-color:var(--accent);font-weight:600}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.scrape-progress-panel{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.25rem;margin-top:1rem}.scrape-progress-title{font-size:.95rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem}.scrape-platform-row,.scrape-classification-row{margin-bottom:.9rem}.scrape-platform-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.3rem}.scrape-platform-icon{font-size:1rem;line-height:1;flex-shrink:0}.scrape-platform-name{font-size:.88rem;font-weight:600;color:var(--text-primary);flex:1}.scrape-platform-status{display:inline-flex;align-items:center;justify-content:center;width:1.2rem;font-size:.9rem;flex-shrink:0}.scrape-status-waiting{opacity:.4}.scrape-status-done{color:var(--success-text);font-weight:700}.scrape-status-error{color:var(--error-text);font-weight:700}.scrape-spinner{display:inline-block;width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.scrape-platform-message{font-size:.78rem;color:var(--text-muted);margin:0 0 .3rem 1.7rem}.scrape-progress-bar-track{height:6px;border-radius:9999px;background:var(--border);overflow:hidden;margin-left:1.7rem}.scrape-progress-bar-fill{height:100%;background:var(--accent);border-radius:9999px;transition:width .3s ease;min-width:0}.scrape-summary{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.5rem;margin-top:1rem}.scrape-summary-title{font-size:1rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem}.scrape-summary-counts{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.scrape-summary-row{display:flex;align-items:center;gap:.6rem;font-size:.9rem}.scrape-summary-dot{font-size:1rem;line-height:1;flex-shrink:0}.scrape-summary-label{flex:1;color:var(--text-secondary);font-weight:500}.scrape-summary-count{font-weight:700;color:var(--text-primary)}.btn-view-library{display:inline-flex;align-items:center;padding:.55rem 1.2rem;background:var(--accent);color:#fff;border:none;border-radius:var(--radius-md);font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-view-library:hover{background:var(--accent-hover)}.toolbar-collapsible{margin-bottom:12px}.toolbar-toggle{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;height:34px;background:var(--bg-surface-alt);border:1px solid var(--border);border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;color:var(--text-secondary)}.toolbar-toggle:hover{background:var(--bg-surface-hover)}.toolbar-content{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;padding:10px 12px;background:var(--bg-surface-alt);border:1px solid var(--border);border-radius:6px}.toolbar-btn{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 12px;font-size:13px;font-weight:500;border-radius:6px;border:1px solid var(--border);background:var(--bg-surface);color:var(--text-primary);cursor:pointer;white-space:nowrap}.toolbar-btn:hover:not(:disabled){background:var(--bg-surface-hover)}.toolbar-btn:disabled{opacity:.5;cursor:not-allowed}.toolbar-btn.model-selector{background:var(--bg-surface);height:34px;padding:0 10px}.toolbar-separator{width:1px;height:24px;background:var(--border);margin:0 4px;flex-shrink:0}.extraction-model-selector{display:flex;align-items:center;gap:8px}.extraction-model-label{font-size:.8rem;font-weight:600;color:var(--text-secondary);white-space:nowrap}.library-table th.th-filter-active{background:var(--accent-light)}.btn-column-filter{background:none;border:1px solid transparent;cursor:pointer;color:var(--text-secondary);padding:.2rem;border-radius:4px;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:color .15s,background .15s,border-color .15s}.btn-column-filter:hover{background:var(--bg-surface-hover);border-color:var(--border);color:var(--text-primary)}.btn-column-filter.active{color:var(--accent);background:var(--accent-light);border-color:var(--accent)}.column-filter-popup{position:fixed;z-index:1000;background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow-lg);min-width:180px;max-height:300px;overflow-y:auto;padding:.35rem 0}.column-filter-item{display:flex;align-items:center;gap:.5rem;padding:.3rem .75rem;font-size:.82rem;color:var(--text-secondary);cursor:pointer;transition:background .1s;white-space:nowrap}.column-filter-item:hover{background:var(--bg-surface-alt)}.column-filter-item input[type=checkbox]{accent-color:var(--accent);width:14px;height:14px;cursor:pointer;flex-shrink:0}.column-filter-popup--date-range{padding:.6rem .75rem;min-width:240px;max-height:none;overflow:visible}.column-filter-date-row{display:flex;align-items:center;gap:.5rem;padding:.25rem 0;font-size:.82rem;color:var(--text-secondary)}.column-filter-date-row>span{width:40px;font-weight:600}.column-filter-date-row input[type=date]{flex:1;padding:.25rem .4rem;font:inherit;background:var(--bg-surface);color:var(--text-primary);border:1px solid var(--border);border-radius:4px}.column-filter-clear{margin-top:.5rem;width:100%;padding:.3rem .5rem;background:transparent;color:var(--text-secondary);border:1px solid var(--border);border-radius:4px;cursor:pointer;font-size:.8rem;transition:background .1s,color .1s}.column-filter-clear:hover{background:var(--bg-surface-alt);color:var(--text-primary)}.sticky-toolbar{flex-shrink:0;padding-top:2px}.stats-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:var(--bg-surface);border:1px solid var(--border);border-radius:6px;margin-bottom:10px;font-size:.85rem;color:var(--text-secondary)}.stats-bar-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.stats-separator{color:var(--border)}.stats-bar-right{display:flex;align-items:center;gap:8px}.toolbar-btn.export-btn{background:#16a34a;color:#fff;border-color:#16a34a}.toolbar-btn.export-btn:hover{background:#15803d;border-color:#15803d}.filter-bar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:10px 14px;background:var(--bg-surface);border:1px solid var(--border);border-radius:6px;margin-bottom:10px}.filter-bar-label{font-size:.85rem;font-weight:600;color:var(--text-primary);margin-right:4px}.filter-bar-select{height:34px;padding:0 10px;font-size:13px;border:1px solid var(--border);border-radius:6px;background:var(--bg-surface);color:var(--text-primary);cursor:pointer}.filter-bar-select:focus{border-color:var(--accent);outline:none}.filter-bar-toggle{height:34px;padding:0 12px;font-size:13px;font-weight:500;border:1px solid var(--border);border-radius:6px;background:var(--bg-surface);color:var(--text-primary);cursor:pointer;transition:background .15s,color .15s}.filter-bar-toggle:hover{background:var(--bg-surface-alt)}.filter-bar-toggle.active{background:var(--accent);color:#fff;border-color:var(--accent)}.filter-bar-search{height:34px;padding:0 10px;font-size:13px;border:1px solid var(--border);border-radius:6px;background:var(--bg-surface);color:var(--text-primary);min-width:180px;flex:1;max-width:300px}.filter-bar-search:focus{border-color:var(--accent);outline:none}.filter-bar-tools{margin-left:auto;margin-bottom:0;position:relative}.filter-bar-tools .toolbar-content{position:absolute;right:0;top:calc(100% + 4px);z-index:20;min-width:max-content}.merged-cell{display:flex;flex-direction:column;gap:2px}.merged-cell-primary{font-weight:500;color:var(--text-primary);cursor:text}.merged-cell-secondary{font-size:.8rem;color:var(--text-muted);cursor:text}.merged-cell-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal}.merged-cell-title.expanded{display:block;-webkit-line-clamp:unset;overflow:visible}.merged-cell-entity{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;white-space:normal}.merged-cell-entity.expanded{display:block;-webkit-line-clamp:unset;overflow:visible}.title-entity-wrapper{display:flex;align-items:center;gap:4px}.title-entity-wrapper .merged-cell{flex:1;min-width:0}.country-flag{margin-right:4px;font-size:1rem}.bid-summary-wrapper{display:flex;align-items:center;gap:4px}.bid-summary-cell{flex:1;min-width:0}.bid-summary-cell.clamped{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.bid-summary-cell.expanded{white-space:pre-wrap;word-break:break-word}.bid-summary-toggle{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:none;border:none;color:var(--text-muted);cursor:pointer;padding:2px;border-radius:3px;transition:color .15s,background .15s}.bid-summary-toggle:hover{color:var(--accent);background:var(--bg-surface-alt)}.tag-overflow{display:inline-flex;align-items:center;padding:.15rem .4rem;border-radius:9999px;font-size:.72rem;font-weight:600;background:var(--bg-surface-alt);color:var(--text-muted);border:1px solid var(--border)}
