*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fa;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{color:#333;min-height:100vh}.App-header{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 4px #0000000d;padding:2rem 0;text-align:center}.App-header h1{color:#0073e6;font-size:2.5rem;font-weight:600;letter-spacing:-.5px;margin-bottom:.5rem}.App-header p{color:#6b7280;font-size:1.1rem;font-weight:400}.container{display:flex;gap:2rem;margin:0 auto;max-width:1400px;padding:2.5rem}.sidebar{display:flex;flex:0 0 320px;flex-direction:column;gap:1.5rem}.section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #00000014;padding:1.5rem;transition:box-shadow .3s ease}.section:hover{box-shadow:0 4px 6px #0000001a}.section h2{border-bottom:2px solid #0073e6;color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.section h3{color:#374151;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.main-content{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #00000014;display:flex;flex:1 1;justify-content:center;min-height:650px;padding:2rem}.welcome{max-width:600px;padding:2rem;text-align:center}.welcome h2{color:#1f2937;font-size:2rem;font-weight:600;margin-bottom:1rem}.welcome p{color:#6b7280;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.instructions{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:2rem;padding:1.5rem;text-align:left}.instructions h3{color:#1f2937;font-size:1.2rem;margin-bottom:1rem}.instructions ul{list-style:none;padding:0}.instructions li{border-bottom:1px solid #e5e7eb;color:#4b5563;font-size:1rem;padding:.75rem 0}.instructions li:last-child{border-bottom:none}.loading{animation:pulse 1.5s ease-in-out infinite;color:#0073e6;font-size:1.3rem;text-align:center}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;padding:1rem}.selected-person{background:#eff6ff;border-left:3px solid #0073e6}.selected-person p{color:#374151;margin:.5rem 0}.selected-person strong{color:#0073e6}@media (max-width:1024px){.container{flex-direction:column;padding:1.5rem}.sidebar{flex:1 1}.App-header h1{font-size:2rem}}.search-bar{position:relative}.search-input{background:#fff;border:2px solid #d1d5db;border-radius:6px;color:#333;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.search-input::placeholder{color:#9ca3af}.search-input:focus{border-color:#0073e6;box-shadow:0 0 0 3px #0073e61a;outline:none}.search-loading{color:#6b7280;font-size:.9rem;margin-top:.5rem}.search-results{background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 6px #0000001a;left:0;margin-top:.5rem;max-height:300px;overflow:hidden;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.search-result-item{border-bottom:1px solid #f3f4f6;cursor:pointer;padding:.75rem 1rem;transition:background .2s ease}.search-result-item:hover{background:#f9fafb}.search-result-item:last-child{border-bottom:none}.person-name{color:#1f2937;font-weight:600;margin-bottom:.25rem}.person-info{color:#6b7280;font-size:.85rem}.no-results{color:#9ca3af;padding:1rem;text-align:center}.network-graph{display:flex;flex-direction:column;height:100%;width:100%}.graph-header{border-bottom:1px solid #e5e7eb;margin-bottom:1rem;padding-bottom:1rem;text-align:center}.graph-header h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.graph-header p{color:#6b7280;font-size:.95rem}.graph-container{align-items:center;background:#fafbfc;border:1px solid #e5e7eb;border-radius:6px;display:flex;flex:1 1;justify-content:center;overflow:hidden}.graph-container svg{max-height:100%;max-width:100%}.graph-legend{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;gap:2rem;justify-content:center;margin-top:1rem;padding:1rem}.legend-item{align-items:center;color:#374151;display:flex;font-size:.9rem;font-weight:500;gap:.5rem}.legend-color{border:2px solid #6b7280;border-radius:50%;height:16px;width:16px}.legend-color.main{background:#0073e6;border-color:#005bb5}.legend-color.collaborator{background:#10b981;border-color:#059669}.graph-tooltip{background:#1f2937f2;border:1px solid #fff3;border-radius:6px;box-shadow:0 4px 6px #0000001a;color:#fff;font-size:13px;padding:8px 12px;pointer-events:none;position:absolute;text-align:center;z-index:10000}.path-finder{display:flex;flex-direction:column;gap:1rem}.path-input-group{position:relative}.path-input{background:#fff;border:2px solid #d1d5db;border-radius:6px;color:#333;font-size:.95rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.path-input::placeholder{color:#9ca3af}.path-input:focus{border-color:#0073e6;box-shadow:0 0 0 3px #0073e61a;outline:none}.path-results{background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 6px #0000001a;left:0;margin-top:.5rem;overflow:hidden;position:absolute;right:0;top:100%;z-index:1000}.path-result-item{border-bottom:1px solid #f3f4f6;color:#1f2937;cursor:pointer;padding:.75rem 1rem;transition:background .2s ease}.path-result-item:hover{background:#f9fafb}.path-result-item:last-child{border-bottom:none}.path-arrow{color:#9ca3af;font-size:1.5rem;text-align:center}.find-path-btn{background:#0073e6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 1.5rem;transition:background .3s ease,transform .2s ease}.find-path-btn:hover:not(:disabled){background:#005bb5;transform:translateY(-1px)}.find-path-btn:disabled{cursor:not-allowed;opacity:.5}.path-error{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#991b1b;font-size:.9rem;padding:.75rem}.path-result{background:#f0f9ff;border:1px solid #bae6fd;border-radius:6px;padding:1rem}.degrees{color:#0073e6;font-size:1.1rem;font-weight:600;margin-bottom:1rem;text-align:center}.path-chain{display:flex;flex-direction:column;gap:.5rem}.path-person{background:#fff;border:1px solid #e5e7eb;border-radius:4px;color:#374151;font-size:.9rem;padding:.625rem;text-align:center}.path-connector{color:#9ca3af;font-size:1.2rem;text-align:center}.no-path{color:#6b7280;text-align:center}.stats{display:flex;flex-direction:column;gap:.75rem}.stat-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:1rem;text-align:center}.stat-value{color:#0073e6;font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.stat-label{color:#6b7280;font-size:.85rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}
/*# sourceMappingURL=main.fd4508a9.css.map*/