*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);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:#fff;min-height:100vh}.App-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border-bottom:2px solid #ffffff1a;padding:2rem;text-align:center}.App-header h1{font-size:3rem;font-weight:700;margin-bottom:.5rem}.App-header p{font-size:1.2rem;opacity:.9}.container{display:flex;gap:2rem;margin:0 auto;max-width:1600px;padding:2rem}.sidebar{display:flex;flex:0 0 350px;flex-direction:column;gap:1.5rem}.section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:1.5rem}.section h2{color:#fff;font-size:1.3rem;margin-bottom:1rem}.section h3{font-size:1.1rem;margin-bottom:.5rem}.main-content{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;display:flex;flex:1 1;justify-content:center;min-height:600px;padding:2rem}.welcome{max-width:600px;text-align:center}.welcome h2{font-size:2rem;margin-bottom:1rem}.welcome p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.instructions{background:#0003;border-radius:8px;margin-top:2rem;padding:1.5rem;text-align:left}.instructions h3{margin-bottom:1rem}.instructions ul{list-style:none;padding:0}.instructions li{font-size:1.1rem;padding:.5rem 0}.loading{animation:pulse 1.5s ease-in-out infinite;font-size:1.5rem;text-align:center}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.error{background:#f003;border:1px solid #ff000080;border-radius:8px;color:#fcc;padding:1rem}.selected-person{background:#ffffff26}.selected-person p{margin:.5rem 0}@media (max-width:1024px){.container{flex-direction:column}.sidebar{flex:1 1}}.search-bar{position:relative}.search-input{background:#ffffff1a;border:2px solid #ffffff4d;border-radius:8px;color:#fff;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.search-input::placeholder{color:#ffffff80}.search-input:focus{background:#ffffff26;border-color:#fff9;outline:none}.search-loading{font-size:.9rem;margin-top:.5rem;opacity:.7}.search-results{background:#000000e6;border:1px solid #fff3;border-radius:8px;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 #ffffff1a;cursor:pointer;padding:.75rem 1rem;transition:background .2s ease}.search-result-item:hover{background:#ffffff1a}.search-result-item:last-child{border-bottom:none}.person-name{font-weight:700;margin-bottom:.25rem}.person-info{font-size:.85rem;opacity:.7}.no-results{opacity:.7;padding:1rem;text-align:center}.network-graph{display:flex;flex-direction:column;height:100%;width:100%}.graph-header{margin-bottom:1rem;text-align:center}.graph-header h3{font-size:1.5rem;margin-bottom:.5rem}.graph-header p{font-size:.9rem;opacity:.8}.graph-container{align-items:center;background:#0003;border-radius:8px;display:flex;flex:1 1;justify-content:center;overflow:hidden}.graph-container svg{max-height:100%;max-width:100%}.graph-legend{background:#0003;border-radius:8px;display:flex;gap:2rem;justify-content:center;margin-top:1rem;padding:1rem}.legend-item{align-items:center;display:flex;gap:.5rem}.legend-color{border:2px solid #fff;border-radius:50%;height:20px;width:20px}.legend-color.main{background:#fbbf24}.legend-color.collaborator{background:#60a5fa}.graph-tooltip{background:#000000e6;border:1px solid #ffffff4d;border-radius:4px;color:#fff;font-size:12px;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:#ffffff1a;border:2px solid #ffffff4d;border-radius:8px;color:#fff;font-size:.9rem;padding:.75rem 1rem;width:100%}.path-input::placeholder{color:#ffffff80}.path-input:focus{border-color:#fff9;outline:none}.path-results{background:#000000e6;border:1px solid #fff3;border-radius:8px;left:0;margin-top:.5rem;overflow:hidden;position:absolute;right:0;top:100%;z-index:1000}.path-result-item{border-bottom:1px solid #ffffff1a;cursor:pointer;padding:.75rem 1rem}.path-result-item:hover{background:#ffffff1a}.path-result-item:last-child{border-bottom:none}.path-arrow{font-size:1.5rem;opacity:.5;text-align:center}.find-path-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;transition:transform .2s ease,opacity .2s ease}.find-path-btn:hover:not(:disabled){transform:translateY(-2px)}.find-path-btn:disabled{cursor:not-allowed;opacity:.5}.path-error{background:#f003;border:1px solid #ff000080;border-radius:8px;color:#fcc;font-size:.9rem;padding:.75rem}.path-result{background:#0000004d;border-radius:8px;padding:1rem}.degrees{color:#4ade80;font-size:1.1rem;font-weight:700;margin-bottom:1rem;text-align:center}.path-chain{display:flex;flex-direction:column;gap:.5rem}.path-person{background:#ffffff1a;border-radius:4px;font-size:.9rem;padding:.5rem;text-align:center}.path-connector{font-size:1.2rem;opacity:.5;text-align:center}.no-path{opacity:.7;text-align:center}.stats{display:flex;flex-direction:column;gap:1rem}.stat-item{background:#0003;border-radius:8px;padding:1rem;text-align:center}.stat-value{color:#fff;font-size:2rem;font-weight:700;margin-bottom:.25rem}.stat-label{font-size:.9rem;letter-spacing:1px;opacity:.8;text-transform:uppercase}
/*# sourceMappingURL=main.a816ea4c.css.map*/