*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5;color:#333}.main-content{display:grid;grid-template-columns:300px 1fr;height:calc(100vh - 140px)}.entity-card{background:#fff;border:2px solid #e5e5e5;border-radius:8px;overflow:hidden}.entity-card.proposed{border-color:#3b82f6;position:relative}.entity-card.alternative{border-color:#fbbf24;position:relative}.entity-header{background:#f8fafc;padding:1rem;font-weight:600;border-bottom:1px solid #e5e5e5;position:relative}.entity-header.proposed{background:#eff6ff;color:#1e40af}.entity-header.alternative{background:#fef3c7;color:#92400e}.entity-attributes{padding:1rem}.attribute-row{display:flex;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #f0f0f0}.attribute-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.attribute-label{font-weight:500;width:120px;color:#666;font-size:.9rem}.attribute-value{flex:1;word-break:break-word}.cluster-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.nav-buttons{display:flex;gap:.25rem}.nav-btn{background:#3b82f6;color:#fff;border:none;border-radius:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.8rem}.nav-btn:disabled{background:#d1d5db;cursor:not-allowed}.nav-btn:not(:disabled):hover{background:#2563eb}.remove-entity-btn{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.8rem;font-weight:700;transition:all .2s;position:absolute;top:.5rem;right:.5rem}.remove-entity-btn:hover{background:#e2e8f0;color:#475569;transform:scale(1.1)}.context-options{margin-top:1.5rem}.option-section{margin-bottom:1rem;border:1px solid #e5e5e5;border-radius:6px;overflow:hidden}.context-toggle{width:100%;background:#f8fafc;border:none;padding:1rem;text-align:left;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;transition:background .2s}.context-toggle:hover{background:#f1f5f9}.toggle-icon{transition:transform .2s;font-size:.8rem}.toggle-icon.expanded{transform:rotate(90deg)}.collapsible-content{padding:1rem;background:#fff;display:none}.collapsible-content.open{display:block}.switch-cluster-btn{background:#f59e0b;color:#fff;border:none;border-radius:4px;padding:.5rem 1rem;cursor:pointer;font-weight:500}.switch-cluster-btn:hover{background:#d97706}.cluster-info{background:#fefce8;border:1px solid #fde047;border-radius:6px;padding:.75rem;margin-bottom:1.5rem}.cluster-info h3{color:#92400e;margin-bottom:.25rem}.cluster-stats{font-size:.9rem;color:#78716c}.comparison-panel{padding:2rem;overflow-y:auto}.comparison-header{display:block;margin-bottom:1.5rem}.comparison-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;width:100%}.decision-title-text{font-size:1.1rem;color:#555;font-weight:600}.comparison-header-bottom{display:flex;justify-content:space-between;align-items:center;width:100%}.comparison-header h2{color:#374151;margin:0}.decision-buttons{display:flex;gap:1rem}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid transparent;border-radius:50%;font-size:1rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none}.btn-icon:hover{transform:scale(1.1)}.btn-icon:focus{outline:0;box-shadow:0 0 0 .2rem #007bff40}.btn-accept{color:#fff;background-color:#28a745;border-color:#28a745}.btn-accept:hover{background-color:#218838;border-color:#1e7e34}.btn-accept:focus{box-shadow:0 0 0 .2rem #28a74580}.btn-reject{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-reject:hover{background-color:#c82333;border-color:#bd2130}.btn-reject:focus{box-shadow:0 0 0 .2rem #dc354580}.entity-comparison{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.score-indicators{display:flex;gap:.5rem;align-items:center}.similarity-score{font-size:.8rem;padding:.2rem .5rem;border-radius:12px;background:#3b82f6;color:#fff}.decision-queue{background:#fff;border-right:1px solid #e5e5e5;overflow-y:auto}.queue-header{padding:1rem;border-bottom:1px solid #e5e5e5;font-weight:600;background:#f8fafc}.decision-item{padding:1rem;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background .2s}.decision-item:hover{background:#f8fafc}.decision-item.active{background:#eff6ff;border-left:3px solid #2563eb}.decision-meta{display:flex;justify-content:space-between;margin-bottom:.5rem}.confidence-score{font-size:.8rem;padding:.2rem .5rem;border-radius:12px;color:#fff}.confidence-low{background:#ef4444}.confidence-medium{background:#f59e0b}.confidence-high{background:#10b981}.entity-preview{font-size:.9rem;color:#666}.custom-select-wrapper{position:relative;display:inline-block;min-width:120px}.custom-select{position:relative;display:flex;align-items:center;justify-content:space-between;padding:4px 11px;min-height:32px;font-size:14px;line-height:1.5715;color:#000000e0;background-color:#fff;border:1px solid #d9d9d9;border-radius:6px;cursor:pointer;transition:all .2s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;user-select:none}.custom-select:hover:not(.disabled){border-color:#4096ff}.custom-select.open{border-color:#4096ff;box-shadow:0 0 0 2px #0591ff1a}.custom-select.disabled{background-color:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed;color:#00000040}.custom-select-value{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select-value.placeholder{color:#00000040}.custom-select-arrow{display:flex;align-items:center;margin-left:8px;color:#00000040;transition:transform .2s;flex-shrink:0}.custom-select.open .custom-select-arrow{transform:rotate(180deg)}.custom-select.disabled .custom-select-arrow{color:#00000040}.custom-select-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;padding:4px 0;background-color:#fff;border:1px solid #d9d9d9;border-radius:6px;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d;z-index:1050;max-height:256px;overflow-y:auto;min-width:100%}.custom-select-option{padding:5px 12px;font-size:14px;line-height:1.5715;color:#000000e0;cursor:pointer;transition:background-color .2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-select-option:hover:not(.disabled){background-color:#f5f5f5}.custom-select-option.selected{background-color:#e6f7ff;font-weight:600;color:#000000e0}.custom-select-option.selected:hover:not(.disabled){background-color:#bae7ff}.custom-select-option.disabled{color:#00000040;cursor:not-allowed;background-color:transparent}.custom-select-dropdown::-webkit-scrollbar{width:8px}.custom-select-dropdown::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.custom-select-dropdown::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:4px}.custom-select-dropdown::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.custom-input-wrapper{position:relative;display:inline-block;width:100%}.custom-input{width:100%;padding:4px 11px;min-height:32px;font-size:14px;line-height:1.5715;color:#000000e0;background-color:#fff;border:1px solid #d9d9d9;border-radius:6px;transition:all .2s cubic-bezier(.645,.045,.355,1);outline:none}.custom-input::placeholder{color:#00000040}.custom-input:hover:not(:disabled){border-color:#4096ff}.custom-input:focus:not(:disabled),.custom-input:focus-visible:not(:disabled){border-color:#4096ff;box-shadow:0 0 0 2px #0591ff1a}.custom-input:disabled{background-color:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed;color:#00000040}.custom-input:disabled::placeholder{color:#00000040}.controls{background:#fff;padding:1rem 2rem;border-bottom:1px solid #e5e5e5;display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{font-weight:500;font-size:.9rem}.header{background:#2563eb;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.header h1{font-size:1.5rem;font-weight:600}.progress-info{font-size:.9rem}.keyboard-hints{position:fixed;bottom:1rem;right:1rem;background:#fff;padding:.75rem;border-radius:6px;box-shadow:0 4px 12px #0000001a;font-size:.8rem;color:#666}
