*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1a202c;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.toast-container{display:flex;flex-direction:column;gap:10px;pointer-events:none;position:fixed;right:24px;top:24px;z-index:9999}.toast{align-items:center;animation:toastSlideIn .4s cubic-bezier(.16,1,.3,1);background:#2d3748;border-radius:12px;box-shadow:0 8px 30px #0003;color:#fff;display:flex;font-size:.95em;font-weight:500;gap:10px;max-width:380px;padding:14px 22px;pointer-events:auto}.toast.success{border-left:4px solid #48bb78}.toast.error{border-left:4px solid #f56565}.toast.info{border-left:4px solid #4299e1}.toast.exiting{animation:toastSlideOut .3s cubic-bezier(.16,1,.3,1) forwards}@keyframes toastSlideIn{0%{opacity:0;transform:translateX(120%)}to{opacity:1;transform:translateX(0)}}@keyframes toastSlideOut{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(120%)}}.confetti-container{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:9998}.confetti-piece{animation:confettiFall 3s cubic-bezier(.25,.46,.45,.94) forwards;height:10px;position:absolute;top:-10px;width:10px}@keyframes confettiFall{0%{opacity:1;transform:translateY(0) rotate(0deg)}to{opacity:0;transform:translateY(100vh) rotate(2turn)}}.App{background:#f0f2f5;min-height:100vh;padding:0}.hero{background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;padding:48px 24px 36px;position:relative;text-align:center}.hero:before{background:radial-gradient(circle at 20% 50%,#ffffff14 0,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff0f 0,#0000 40%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:600px;position:relative;z-index:1}.hero-logo{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:20px;display:inline-flex;height:72px;justify-content:center;margin-bottom:16px;width:72px}.hero-title{color:#fff;font-size:2.8em;font-weight:800;letter-spacing:-.03em;margin:0 0 6px}.hero-tagline{color:#ffffffd9;font-size:1.15em;font-weight:400;margin:0 0 24px}.hero-stats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border-radius:50px;display:inline-flex;gap:24px;padding:14px 32px}.hero-stats,.stat{align-items:center}.stat{display:flex;flex-direction:column}.stat-number{color:#fff;font-size:1.6em;font-weight:700;line-height:1.2}.stat-label{color:#ffffffb3;font-size:.8em;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.stat-divider{background:#ffffff40;height:36px;width:1px}.stat-skeleton{display:flex;gap:24px}.skeleton-bar{animation:skeletonPulse 1.5s ease-in-out infinite;background:#ffffff26;border-radius:8px;height:40px;width:80px}@keyframes skeletonPulse{0%,to{opacity:.4}50%{opacity:.8}}.search-container{background:#fff;border-radius:24px;box-shadow:0 4px 20px #00000014,0 1px 3px #0000000a;margin:-24px auto 32px;max-width:1200px;padding:40px 44px;position:relative;z-index:10}.search-container h1{display:none}.subtitle{color:#718096;font-size:1.05em;font-weight:500;margin-bottom:28px;text-align:center}.search-boxes{grid-gap:28px;display:grid;gap:28px;grid-template-columns:1fr 1fr;margin-bottom:28px}.search-box{position:relative}.search-box label{color:#2d3748;display:block;font-size:.95em;font-weight:600;margin-bottom:8px}.search-box input{background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-sizing:border-box;font-family:inherit;font-size:15px;padding:14px 16px;transition:all .25s cubic-bezier(.4,0,.2,1);width:100%}.search-box input:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1f;outline:none;transform:translateY(-1px)}.search-box input::placeholder{color:#a0aec0}.results-dropdown{background:#fff;border:2px solid #e2e8f0;border-radius:0 0 12px 12px;border-top:none;box-shadow:0 10px 25px #0000001a;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.result-item{border-bottom:1px solid #edf2f7;cursor:pointer;padding:12px 16px;transition:all .15s ease}.result-item:hover{background:#f7fafc;padding-left:20px}.result-item:last-child{border-bottom:none}.result-item strong{color:#2d3748}.result-item-content{align-items:center;display:flex;gap:15px;justify-content:space-between}.result-main{display:flex;flex:1 1;flex-direction:column;gap:2px}.result-main strong{color:#2d3748;font-size:.95em}.entity-id{color:#a0aec0;font-family:SF Mono,Fira Code,monospace;font-size:.8em}.entity-type{border-radius:20px;font-size:.8em;font-weight:600;padding:4px 12px;white-space:nowrap}.entity-type.company{background:#ebf4ff;color:#3182ce}.entity-type.person{background:#fff5f5;color:#e53e3e}.find-path-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 14px #667eea59;color:#fff;cursor:pointer;font-family:inherit;font-size:1.1em;font-weight:600;min-height:52px;padding:16px;transition:all .25s cubic-bezier(.4,0,.2,1);width:100%}.find-path-btn:hover:not(:disabled){box-shadow:0 8px 25px #667eea73;transform:translateY(-2px) scale(1.005)}.find-path-btn:active:not(:disabled){transform:translateY(0) scale(.995)}.find-path-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.main-content{grid-gap:28px;display:grid;gap:28px;grid-template-columns:2fr 1fr;margin:0 auto;max-width:1600px;padding:0 24px}.graph-section{background:#fff;border-radius:24px;box-shadow:0 4px 20px #00000014;padding:28px}.graph-container{position:relative}.graph-canvas{background-image:radial-gradient(circle,#e2e8f0 1px,#0000 0);background-size:20px 20px;border-radius:12px}.no-data{align-items:center;background:linear-gradient(135deg,#f7fafc,#edf2f7);border:2px dashed #cbd5e0;border-radius:16px;display:flex;flex-direction:column;height:600px;justify-content:center;padding:48px;text-align:center}.no-data-icon{animation:floatIcon 3s ease-in-out infinite;font-size:4em;margin-bottom:20px}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.no-data h3{color:#2d3748;font-size:1.5em;font-weight:700;margin:0 0 10px}.no-data p{color:#718096;font-size:1.05em;line-height:1.6;margin:5px 0}.no-data-tips{background:#fff;border-radius:16px;box-shadow:0 2px 10px #0000000f;margin-top:28px;max-width:520px;padding:24px}.no-data-tips h4{color:#667eea;font-size:1.05em;font-weight:700;margin:0 0 16px}.no-data-tips ul{list-style:none;margin:0;padding:0;text-align:left}.no-data-tips li{color:#4a5568;font-size:.95em;padding:8px 0}.no-data-tips li:before{color:#48bb78;content:"\2713 ";font-weight:700;margin-right:8px}.example-searches{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:20px}.example-search-btn{background:#fff;border:2px solid #e2e8f0;border-radius:10px;color:#4a5568;cursor:pointer;font-family:inherit;font-size:.9em;font-weight:500;padding:10px 18px;transition:all .2s ease}.example-search-btn:hover{background:#f7fafc;border-color:#667eea;box-shadow:0 4px 12px #667eea26;color:#667eea;transform:translateY(-2px)}.graph-legend{background:#f7fafc;border-radius:12px;display:flex;flex-wrap:wrap;gap:16px;margin-top:20px;padding:14px 18px}.legend-item{align-items:center;display:flex;gap:8px}.legend-item span{color:#4a5568;font-size:.85em;font-weight:500}.legend-node{background:#3498db;border-radius:50%;height:24px;width:24px}.legend-node.company{border-radius:4px}.legend-node.insolvent{background:#c0392b;border:3px double #e74c3c}.legend-node.foreign{background:#9b59b6}.legend-node.highlighted{background:#f39c12}.legend-node.expanded{background:#3498db;border:3px solid #f39c12;box-sizing:border-box}.legend-edge{background:#95a5a6;height:3px;width:32px}.legend-edge.path{background:#e74c3c;height:4px}.legend-edge.inactive{background:#95a5a6;background-image:repeating-linear-gradient(90deg,#95a5a6,#95a5a6 5px,#0000 0,#0000 10px);opacity:.5}.results-section{background:#fff;border-radius:24px;box-shadow:0 4px 20px #00000014;max-height:800px;overflow-y:auto;padding:28px}.path-results h2{color:#2d3748;font-size:1.6em;font-weight:700;margin:0 0 20px}.path-card{background:#f7fafc;border-left:5px solid #667eea;border-radius:16px;margin-bottom:18px;padding:22px;transition:all .2s ease}.path-card:hover{box-shadow:0 4px 16px #0000000f;transform:translateX(2px)}.path-card h3{color:#2d3748;font-size:1.1em;font-weight:600;margin:0 0 16px}.path-steps{gap:8px}.path-steps,.step{display:flex;flex-direction:column}.step{gap:4px}.step-node{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 6px #0000000a;display:flex;gap:12px;padding:12px 14px;transition:all .15s ease}.step-node:hover{box-shadow:0 4px 12px #00000014;transform:translateX(3px)}.node-badge{align-items:center;background:#edf2f7;border-radius:50%;display:flex;flex-shrink:0;font-size:1.4em;height:40px;justify-content:center;width:40px}.step-info{display:flex;flex:1 1;flex-direction:column}.step-info strong{color:#2d3748;font-size:1em;font-weight:600}.step-type{color:#a0aec0;font-size:.85em}.step-arrow{align-items:center;display:flex;gap:10px;margin:4px 0;padding-left:50px}.relationship-label{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;color:#fff;font-size:.8em;font-weight:600;padding:4px 12px}.arrow{color:#667eea;font-size:1.4em}.zoom-controls{display:flex;flex-direction:column;gap:6px;position:absolute;right:16px;top:16px;z-index:100}.zoom-controls button{align-items:center;background:#fff;border:none;border-radius:10px;box-shadow:0 2px 8px #0000001f;cursor:pointer;display:flex;font-size:1.1em;height:40px;justify-content:center;transition:all .2s cubic-bezier(.4,0,.2,1);width:40px}.zoom-controls button:hover{background:#667eea;box-shadow:0 4px 14px #667eea59;color:#fff;transform:scale(1.1)}.zoom-controls button:active{transform:scale(.95)}.zoom-controls .reset-expansion{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff}.zoom-controls .reset-expansion:hover{background:linear-gradient(135deg,#e67e22,#d35400);box-shadow:0 4px 14px #f39c1266}.graph-tooltip{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1a202cf2;border-radius:10px;box-shadow:0 8px 20px #00000040;color:#fff;font-size:.88em;line-height:1.6;max-width:260px;padding:12px 16px;z-index:1000}.graph-tooltip strong{color:#90cdf4}.selected-node-info{background:#f39c12f2;border-radius:10px;box-shadow:0 4px 14px #0003;color:#fff;font-size:.85em;font-weight:600;left:12px;max-width:calc(100% - 220px);padding:10px 16px;position:absolute;top:12px;z-index:90}.connection-count{color:#ffffffd9;font-size:.9em;font-weight:400}.expand-hint{color:#ffffffb3;font-size:.85em;font-style:italic;font-weight:400}.exploration-hint{animation:fadeInDown .5s cubic-bezier(.16,1,.3,1);background:#3182cee6;border-radius:20px;box-shadow:0 4px 14px #00000026;color:#fff;font-size:.82em;font-weight:500;left:50%;padding:8px 18px;pointer-events:none;position:absolute;top:12px;transform:translateX(-50%);white-space:nowrap;z-index:80}@keyframes fadeInDown{0%{opacity:0;transform:translateX(-50%) translateY(-12px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.footer{color:#a0aec0;margin-top:40px;padding:24px;text-align:center}.footer p{font-size:.88em;margin:0}.footer-link{color:#667eea;font-weight:500;text-decoration:none}.footer-link:hover{text-decoration:underline}.help-tip-wrapper{margin-left:4px;position:relative}.help-tip-btn,.help-tip-wrapper{align-items:center;display:inline-flex}.help-tip-btn{background:#0000;border:1.5px solid #cbd5e0;border-radius:50%;color:#a0aec0;cursor:help;flex-shrink:0;font-size:.7em;font-weight:700;height:18px;justify-content:center;line-height:1;padding:0;transition:all .15s;width:18px}.help-tip-btn:hover{background:#667eea0f;border-color:#667eea;color:#667eea}.help-tip-bubble{animation:tipFadeIn .15s ease;background:#2d3748;border-radius:8px;bottom:calc(100% + 8px);box-shadow:0 4px 14px #0003;color:#fff;font-size:.78em;font-weight:400;line-height:1.5;max-width:240px;padding:8px 12px;pointer-events:none;white-space:normal;width:-webkit-max-content;width:max-content;z-index:500}.help-tip-bubble,.help-tip-bubble:after{left:50%;position:absolute;transform:translateX(-50%)}.help-tip-bubble:after{border:5px solid #0000;border-top-color:#2d3748;content:"";top:100%}@keyframes tipFadeIn{0%{opacity:0;transform:translateX(-50%) translateY(4px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.export-controls{background:#f7fafc;border-radius:16px;margin-top:20px;padding:22px}.export-controls h3{color:#2d3748;font-size:1.15em;font-weight:700;margin:0 0 14px}.export-buttons{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.export-btn{border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:inherit;font-size:.9em;font-weight:600;padding:12px 18px;transition:all .2s cubic-bezier(.4,0,.2,1)}.export-btn:hover{box-shadow:0 6px 18px #0003;transform:translateY(-2px) scale(1.02)}.export-btn:active{transform:translateY(0) scale(.98)}.pdf-btn{background:linear-gradient(135deg,#e74c3c,#c0392b)}.svg-btn{background:linear-gradient(135deg,#9b59b6,#8e44ad)}.png-btn{background:linear-gradient(135deg,#3498db,#2980b9)}.json-btn{background:linear-gradient(135deg,#27ae60,#229954)}.search-filters{grid-gap:16px;background:#f7fafc;border-radius:14px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr);margin:20px 0;padding:20px}.filter-group{display:flex;flex-direction:column;gap:6px}.filter-group label{color:#4a5568;font-size:.9em;font-weight:600}.filter-group select{background:#fff;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;font-family:inherit;font-size:.9em;padding:10px 12px;transition:all .2s}.filter-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.checkbox-filter label{align-items:center;border-radius:10px;cursor:pointer;display:flex;gap:10px;padding:10px;transition:background .15s}.checkbox-filter label:hover{background:#667eea14}.checkbox-filter input[type=checkbox]{accent-color:#667eea;cursor:pointer;height:18px;width:18px}.checkbox-filter span{color:#4a5568;font-size:.9em;font-weight:500}.selected-entities{background:#ebf4ff;border-left:4px solid #667eea;border-radius:12px;display:flex;gap:20px;margin-top:16px;padding:14px 18px}.selected-entity{align-items:center;display:flex;gap:8px}.selected-entity .label{color:#4a5568;font-size:.9em;font-weight:600}.selected-entity .value{color:#2d3748;font-size:.9em;font-weight:500}.selected-entity .id{color:#a0aec0;font-family:SF Mono,Fira Code,monospace;font-size:.85em}.mode-toggles{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.multi-point-toggle{background:#ebf8ff;border-left:4px solid #4299e1;border-radius:12px;padding:14px 18px;transition:all .2s}.multi-point-toggle:hover{background:#bee3f8}.multi-point-toggle label{align-items:center;color:#2d3748;cursor:pointer;display:flex;font-size:.95em;font-weight:600;gap:10px}.multi-point-toggle input[type=checkbox]{accent-color:#4299e1;cursor:pointer;height:18px;width:18px}.waypoints-container{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.waypoint-box{position:relative}.waypoint-input-group{align-items:center;display:flex;gap:10px}.waypoint-input-group input{flex:1 1}.remove-waypoint-btn{background:#fc8181;border:none;border-radius:10px;color:#fff;cursor:pointer;flex-shrink:0;font-size:1.1em;height:42px;min-height:48px;transition:all .2s;width:42px}.remove-waypoint-btn:hover{background:#e53e3e;transform:scale(1.05)}.add-waypoint-btn{background:#4299e1;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:inherit;font-size:.95em;font-weight:600;margin-bottom:20px;min-height:48px;padding:12px;transition:all .2s;width:100%}.add-waypoint-btn:hover{background:#3182ce;transform:translateY(-2px)}.exploration-info{background:#f7fafc;border-radius:14px;margin-top:16px;padding:22px}.exploration-info p{color:#2d3748;font-size:.95em;margin:8px 0}.exploration-info .exploration-hint{animation:none;background:#4299e11a;border-left:4px solid #4299e1;border-radius:8px;box-shadow:none;color:#2d3748;font-size:.92em;margin-top:16px;padding:14px;position:static;transform:none;white-space:normal}.exploration-path-search{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 8px 24px #667eea4d;margin-top:28px;padding:24px}.exploration-path-search h3{color:#fff;font-size:1.2em;font-weight:700;margin:0 0 8px}.exploration-path-hint{color:#ffffffd9;font-size:.9em;line-height:1.4;margin-bottom:18px}.exploration-path-btn{background:linear-gradient(135deg,#f39c12,#e67e22)!important;margin-top:14px}.exploration-path-btn:hover:not(:disabled){background:linear-gradient(135deg,#e67e22,#d35400)!important}.exploration-path-btn:disabled{background:#a0aec0!important;box-shadow:none!important;cursor:not-allowed;transform:none!important}.selected-target-display{background:#ffffff26;border-radius:10px;color:#fff;font-size:.92em;margin-top:14px;padding:12px}.selected-target-display strong{color:#fbd38d}.loading-spinner{animation:spin .7s linear infinite;border:2.5px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:18px;margin-right:10px;vertical-align:middle;width:18px}@keyframes spin{to{transform:rotate(1turn)}}.graph-skeleton{align-items:center;background:linear-gradient(135deg,#f7fafc,#edf2f7);border-radius:16px;display:flex;height:600px;justify-content:center;overflow:hidden;position:relative}.graph-skeleton:after{animation:skeletonShimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#0000 25%,#ffffff80 50%,#0000 75%);content:"";height:100%;left:-100%;position:absolute;top:0;width:200%}@keyframes skeletonShimmer{0%{transform:translateX(-30%)}to{transform:translateX(30%)}}.results-skeleton{display:flex;flex-direction:column;gap:16px;padding:20px 0}.result-skeleton-card{animation:skeletonPulse 1.5s ease-in-out infinite;background:#f7fafc;border-radius:14px;padding:20px}.skeleton-line{background:#e2e8f0;border-radius:7px;height:14px;margin-bottom:10px}.skeleton-line:last-child{margin-bottom:0}.skeleton-line.short{width:60%}.skeleton-line.medium{width:80%}.error-message{background:#fff5f5;border-left:4px solid #fc8181;border-radius:8px;color:#c53030;font-size:.92em;line-height:1.5;margin:16px 0;padding:16px}.error-message strong{display:block;font-size:1em;margin-bottom:4px}.error-suggestion{border-top:1px solid #fc81814d;color:#718096;font-size:.88em;margin-top:10px;padding-top:10px}.graph-controls-panel{background:#fff;border-radius:14px;box-shadow:0 4px 20px #0000001f;overflow:hidden;position:absolute;right:12px;top:12px;transition:all .25s cubic-bezier(.4,0,.2,1);z-index:100}.graph-controls-panel.collapsed{border-radius:10px;height:40px;width:40px}.controls-toggle{align-items:center;background:#f7fafc;border:none;border-radius:8px;color:#4a5568;cursor:pointer;display:flex;font-size:.9em;height:28px;justify-content:center;position:absolute;right:8px;top:8px;transition:all .15s;width:28px;z-index:2}.controls-toggle:hover{background:#edf2f7}.collapsed .controls-toggle{right:6px;top:6px}.controls-body{padding:40px 12px 12px}.controls-buttons{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px}.controls-buttons button{align-items:center;background:#f7fafc;border:none;border-radius:8px;color:#4a5568;cursor:pointer;display:flex;font-size:1em;height:36px;justify-content:center;transition:all .2s cubic-bezier(.4,0,.2,1);width:36px}.controls-buttons button:hover{background:#667eea;color:#fff;transform:scale(1.08)}.controls-buttons button:active{transform:scale(.95)}.controls-buttons .reset-expansion{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff}.controls-sliders{border-top:1px solid #edf2f7;padding-top:10px}.control-row{align-items:center;display:flex;gap:8px;margin-bottom:6px}.control-row label{color:#718096;flex-shrink:0;font-size:.75em;font-weight:600;width:38px}.control-slider{-webkit-appearance:none;appearance:none;background:#e2e8f0;border-radius:2px;cursor:pointer;flex:1 1;height:4px;outline:none}.control-slider::-webkit-slider-thumb{-webkit-appearance:none;background:#667eea;border-radius:50%;cursor:pointer;height:14px;-webkit-transition:transform .15s;transition:transform .15s;width:14px}.control-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.control-value{color:#a0aec0;font-family:SF Mono,Fira Code,monospace;font-size:.72em;text-align:right;width:24px}.graph-container:fullscreen{background:#fff;padding:16px}.graph-container:fullscreen .graph-canvas{height:calc(100vh - 80px)!important}.graph-container:fullscreen .graph-legend{border-radius:0;bottom:0;left:0;position:fixed;right:0;z-index:200}.compare-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.compare-header h2{margin:0}.compare-btn{background:#fff;border:2px solid #667eea;border-radius:10px;color:#667eea;cursor:pointer;font-family:inherit;font-size:.88em;font-weight:600;padding:8px 18px;transition:all .2s ease}.compare-btn:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.compare-btn.active,.compare-btn:hover{background:#667eea;color:#fff}.path-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.path-card-header h3{margin:0}.comparison-container{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}.comparison-card{background:#f7fafc;border-left:4px solid #667eea;border-radius:16px;flex-shrink:0;max-width:300px;min-width:260px;padding:18px;scroll-snap-align:start}.comparison-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.comparison-card-header h4{color:#2d3748;font-size:1em;font-weight:700;margin:0}.comparison-stats{background:#fff;border-radius:10px;display:flex;gap:12px;margin-bottom:12px;padding:10px}.comp-stat{flex:1 1;text-align:center}.comp-stat-value{color:#2d3748;display:block;font-size:1.3em;font-weight:700}.comp-stat-label{color:#a0aec0;font-size:.72em;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.risk-badge{border-radius:20px;font-size:.75em;font-weight:700;letter-spacing:.03em;padding:3px 10px;text-transform:uppercase}.risk-badge.low{background:#c6f6d5;color:#22543d}.risk-badge.medium{background:#fefcbf;color:#744210}.risk-badge.high{background:#fed7d7;color:#742a2a}.risk-details{display:flex;gap:6px;margin-bottom:12px}.risk-tag{border-radius:6px;font-size:.72em;font-weight:600;padding:2px 8px}.risk-tag.insolvent{background:#fed7d7;color:#c53030}.risk-tag.foreign{background:#e9d8fd;color:#6b46c1}.entity-list-compact{display:flex;flex-direction:column;gap:4px}.compact-entity{align-items:center;border-radius:8px;display:flex;font-size:.85em;gap:8px;padding:6px 8px;transition:background .15s}.compact-entity.unique{background:#667eea14;border-left:3px solid #667eea}.compact-icon{flex-shrink:0;font-size:.9em}.compact-name{color:#2d3748;flex:1 1;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compact-rel{color:#a0aec0;flex-shrink:0;font-size:.75em}.modal-overlay{align-items:center;animation:modalFadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:2000}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-panel{animation:modalSlideUp .3s cubic-bezier(.16,1,.3,1);background:#fff;border-radius:24px;box-shadow:0 20px 60px #0003;max-height:85vh;max-width:560px;overflow-y:auto;width:100%}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{align-items:flex-start;border-bottom:1px solid #edf2f7;display:flex;justify-content:space-between;padding:24px 24px 16px}.modal-title-row{align-items:center;display:flex;gap:14px}.modal-type-badge{align-items:center;border-radius:14px;display:flex;flex-shrink:0;font-size:1.5em;height:48px;justify-content:center;width:48px}.modal-type-badge.company{background:#ebf4ff}.modal-type-badge.person{background:#fff5f5}.modal-name{color:#2d3748;font-size:1.3em;font-weight:700;line-height:1.3;margin:0}.modal-type-label{color:#a0aec0;font-size:.85em;font-weight:500;text-transform:capitalize}.modal-close{align-items:center;background:#f7fafc;border:none;border-radius:10px;color:#718096;cursor:pointer;display:flex;flex-shrink:0;font-size:1.3em;height:36px;justify-content:center;transition:all .15s;width:36px}.modal-close:hover{background:#edf2f7;color:#2d3748}.modal-details-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;padding:16px 24px}.detail-item{display:flex;flex-direction:column;gap:2px}.detail-item.warning{grid-column:1/-1}.detail-label{color:#a0aec0;font-size:.75em;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.detail-value{color:#2d3748;font-size:.95em;font-weight:500}.detail-value.mono{font-family:SF Mono,Fira Code,monospace;font-size:.88em}.insolvent-status{color:#c53030;font-weight:700}.modal-mini-graph-section{padding:0 24px}.modal-mini-graph-section h3{color:#2d3748;font-size:.95em;font-weight:600;margin:0 0 10px}.modal-mini-graph{background:#f7fafc;border:1px solid #edf2f7;border-radius:12px;height:200px;width:100%}.modal-connections{padding:16px 24px}.modal-connections h3{color:#2d3748;font-size:.95em;font-weight:600;margin:0 0 12px}.no-connections{color:#a0aec0;font-size:.9em;font-style:italic}.connection-group{margin-bottom:12px}.connection-group-header{border-bottom:1px solid #edf2f7;color:#667eea;font-size:.78em;font-weight:700;letter-spacing:.04em;margin-bottom:4px;padding:4px 0;text-transform:uppercase}.connection-item{align-items:center;border-radius:8px;display:flex;font-size:.9em;gap:8px;padding:6px 8px;transition:background .15s}.connection-item:hover{background:#f7fafc}.connection-icon{flex-shrink:0}.connection-name{color:#2d3748;flex:1 1;font-weight:500}.connection-inactive{background:#edf2f7;border-radius:10px;color:#a0aec0;font-size:.75em;padding:2px 8px}.modal-action-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 14px #667eea4d;color:#fff;cursor:pointer;display:block;font-family:inherit;font-size:1em;font-weight:600;margin:8px 24px 24px;padding:14px;transition:all .25s cubic-bezier(.4,0,.2,1);width:calc(100% - 48px)}.modal-action-btn:hover{box-shadow:0 8px 25px #667eea73;transform:translateY(-2px)}.modal-action-btn:active{transform:translateY(0)}@media (max-width:1200px){.main-content{padding:0 16px}.main-content,.search-boxes{grid-template-columns:1fr}}@media (max-width:768px){.hero{padding:32px 16px 28px}.hero-title{font-size:2em}.hero-tagline{font-size:1em}.hero-stats{gap:16px;padding:10px 20px}.stat-number{font-size:1.3em}.search-container{border-radius:20px;margin:-16px 8px 20px;padding:24px 20px}.subtitle{font-size:.95em}.App{padding:0}.main-content{gap:16px;padding:0 8px}.graph-section,.results-section{border-radius:20px;padding:20px}.add-waypoint-btn,.exploration-path-btn,.find-path-btn{font-size:1em;min-height:52px;padding:14px 20px}.remove-waypoint-btn{min-height:48px;min-width:48px}.search-box input{font-size:16px;min-height:48px;padding:14px}.results-dropdown{max-height:250px}.result-item{min-height:48px;padding:14px 12px}.graph-container>div:first-child{height:400px!important}.no-data{height:350px;padding:24px}.no-data-icon{font-size:3em}.no-data h3{font-size:1.2em}.no-data-tips{padding:16px}.no-data-tips li{font-size:.88em}.example-searches{flex-direction:column}.search-filters{grid-template-columns:1fr;padding:16px}.selected-entities{flex-direction:column;gap:10px}.graph-legend{flex-direction:column;gap:6px;padding:12px}.zoom-controls button{min-height:44px;min-width:44px}.export-buttons{grid-template-columns:1fr}.exploration-path-search{padding:20px}.exploration-path-search h3{font-size:1.1em}.footer{padding:20px 16px}.graph-controls-panel{right:8px;top:8px}.controls-buttons button{min-height:40px;min-width:40px}.modal-overlay{align-items:flex-end;padding:8px}.modal-panel{border-radius:20px 20px 0 0;max-height:90vh}.modal-details-grid{grid-template-columns:1fr}.comparison-card{min-width:240px}.compare-header{align-items:flex-start;flex-direction:column;gap:10px}}@media (max-width:380px){.hero-title{font-size:1.6em}.hero-stats{border-radius:16px;flex-direction:column;gap:8px;padding:12px 20px}.stat-divider{height:1px;width:40px}.search-container{padding:20px 16px}}
/*# sourceMappingURL=main.093a0092.css.map*/