*,*:before,*:after{box-sizing:border-box}body{margin:0}:root{--bg: #F7F9FC;--navy: #0D1F3C;--navy-hover: #1E3A5F;--text-primary: #0D1F3C;--text-muted: #94A3B8;--text-sub: #4A5E78;--accent: #2563EB;--badge-bg: #EBF2FF;--badge-border: #BFDBFE;--badge-dot: #22C55E;--border: #E2E8F0;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", sans-serif}.s0{min-height:100vh;display:flex;flex-direction:column;background:var(--bg);font-family:var(--font);-webkit-font-smoothing:antialiased;position:relative;overflow:hidden}.s0-graph-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.s0-header{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:22px 40px;border-bottom:1px solid var(--border);background:#f7f9fccc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.s0-logo{display:flex;align-items:center;gap:10px;font-weight:600;font-size:15px;color:var(--navy);letter-spacing:-.01em}.s0-logo svg{width:28px;height:28px;flex-shrink:0}.s0-subdomain{font-size:12px;color:var(--text-muted);letter-spacing:.03em}.s0-main{flex:1;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;padding:64px 40px}.s0-content{max-width:540px;text-align:center;animation:s0-fade-up .55s cubic-bezier(.22,1,.36,1) both}.s0-badge{display:inline-flex;align-items:center;gap:8px;background:var(--badge-bg);border:1px solid var(--badge-border);border-radius:100px;padding:6px 14px;font-size:11.5px;font-weight:600;color:var(--accent);letter-spacing:.05em;text-transform:uppercase;margin-bottom:32px}.s0-badge-dot{width:7px;height:7px;border-radius:50%;background:var(--badge-dot);flex-shrink:0;box-shadow:0 0 0 2.5px #22c55e2e}.s0-badge-sep{color:#93c5fd;font-weight:400}.s0-headline{font-size:clamp(44px,6.5vw,68px);font-weight:750;line-height:1.08;letter-spacing:-.04em;color:var(--text-primary);margin:0 0 22px}.s0-sub{font-size:17px;line-height:1.7;color:var(--text-sub);margin:0 0 44px}.s0-cta{display:inline-flex;align-items:center;gap:12px;background:var(--navy);color:#fff;border:none;border-radius:9px;padding:17px 30px;font-family:var(--font);font-size:16px;font-weight:600;letter-spacing:.005em;cursor:pointer;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.s0-cta:hover{background:var(--navy-hover);transform:translateY(-2px);box-shadow:0 6px 20px #0d1f3c38}.s0-cta:active{transform:translateY(0);box-shadow:none}.s0-arrow{font-size:18px;transition:transform .15s ease}.s0-cta:hover .s0-arrow{transform:translate(4px)}.s0-footer{position:relative;z-index:1;text-align:center;padding:18px 40px;font-size:12px;color:var(--text-muted);border-top:1px solid var(--border);background:#f7f9fccc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}@media (max-width: 600px){.s0-header{padding:16px 20px}.s0-subdomain{display:none}.s0-main{padding:48px 20px}.s0-content{text-align:center}.s0-cta{width:100%;justify-content:center}}@keyframes s0-fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.ip-shell{min-height:100vh;display:flex;flex-direction:column;background:#f7f9fc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;-webkit-font-smoothing:antialiased}.ip-header{display:flex;align-items:center;justify-content:space-between;padding:20px 40px;border-bottom:1px solid #E2E8F0;background:#f7f9fce0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:sticky;top:0;z-index:10}.ip-logo{display:flex;align-items:center;gap:10px;font-weight:600;font-size:15px;color:#0d1f3c;letter-spacing:-.01em;cursor:pointer}.ip-logo svg{width:28px;height:28px;flex-shrink:0}.ip-header-center{font-size:13px;color:#64748b;position:absolute;left:50%;transform:translate(-50%);white-space:nowrap}.ip-subdomain{font-size:12px;color:#94a3b8;letter-spacing:.03em}.ip-page{flex:1;max-width:660px;margin:0 auto;padding:48px 24px 40px;width:100%;animation:ip-rise .4s cubic-bezier(.22,1,.36,1) both}.ip-section{margin-bottom:28px}.ip-label{display:flex;align-items:center;gap:8px;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#64748b;margin-bottom:12px}.ip-doc-count{font-size:11px;font-weight:600;color:#2563eb;background:#ebf2ff;padding:2px 8px;border-radius:100px;text-transform:none;letter-spacing:0}.ip-orgs{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.ip-org-pill{padding:8px 18px;border-radius:100px;border:1.5px solid #E2E8F0;background:#fff;color:#4a5e78;font-size:14px;font-weight:500;cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s,background .15s}.ip-org-pill:hover{border-color:#93c5fd;color:#2563eb}.ip-org-pill.active{background:#ebf2ff;border-color:#2563eb;color:#1d4ed8;font-weight:600}.ip-org-pill.new{border-style:dashed;color:#94a3b8}.ip-org-pill.new:hover{border-color:#2563eb;color:#2563eb}.ip-new-org{display:flex;gap:8px;align-items:center}.ip-new-org-input{padding:8px 16px;border:1.5px solid #2563EB;border-radius:100px;font-size:14px;font-family:inherit;outline:none;color:#0d1f3c;background:#fff;width:200px}.ip-new-org-confirm{padding:8px 18px;background:#2563eb;color:#fff;border:none;border-radius:100px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s}.ip-new-org-confirm:hover{background:#1d4ed8}.ip-no-org{padding:40px 0 0;text-align:center;color:#94a3b8;font-size:14px}.ip-file-list{list-style:none;padding:0;margin:0 0 10px;display:flex;flex-direction:column;gap:6px}.ip-file-item{display:flex;align-items:center;gap:10px;padding:11px 14px;background:#fff;border:1px solid #E2E8F0;border-radius:9px;font-size:13px;animation:ip-rise .22s ease-out both}.ip-file-icon{width:16px;height:16px;flex-shrink:0}.ip-file-name{flex:1;color:#0d1f3c;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.ip-file-meta{color:#94a3b8;font-size:12px;flex-shrink:0;white-space:nowrap}.ip-file-remove{background:none;border:none;color:#cbd5e1;cursor:pointer;font-size:12px;padding:2px 5px;border-radius:4px;font-family:inherit;transition:color .12s,background .12s;flex-shrink:0}.ip-file-remove:hover{color:#dc2626;background:#fef2f2}.ip-dropzone{border:2px dashed #CBD5E1;border-radius:14px;background:#fff;padding:36px 24px;text-align:center;cursor:pointer;transition:border-color .2s,background .2s}.ip-dropzone:hover,.ip-dropzone.dragging{border-color:#2563eb;background:#f0f6ff}.ip-file-input{display:none}.ip-dropzone-icon{display:flex;justify-content:center;margin-bottom:12px}.ip-dropzone-icon svg{width:44px;height:44px}.ip-dropzone-title{font-size:14px;font-weight:600;color:#0d1f3c;margin:0 0 4px}.ip-dropzone-sub{font-size:12.5px;color:#94a3b8;margin:0}.ip-docs-loading{display:flex;justify-content:center;padding:32px}.ip-actions{display:flex;justify-content:flex-end;padding-top:4px}.ip-build-btn{display:inline-flex;align-items:center;gap:10px;background:#0d1f3c;color:#fff;border:none;border-radius:8px;padding:14px 24px;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s,transform .15s,box-shadow .15s}.ip-build-btn:hover:not(:disabled){background:#1e3a5f;transform:translateY(-1px);box-shadow:0 4px 14px #0d1f3c33}.ip-build-btn:disabled{background:#cbd5e1;cursor:not-allowed;transform:none}.ip-spinner-wrap{flex:1;display:flex;align-items:center;justify-content:center}.ip-spinner{width:28px;height:28px;border:3px solid #E2E8F0;border-top-color:#2563eb;border-radius:50%;animation:ip-spin .75s linear infinite}.ip-footer{text-align:center;padding:18px 40px;font-size:12px;color:#94a3b8;border-top:1px solid #E2E8F0;background:#f7f9fce0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}@keyframes ip-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes ip-spin{to{transform:rotate(360deg)}}@media (max-width: 600px){.ip-header{padding:16px 20px}.ip-header-center,.ip-subdomain{display:none}.ip-page{padding:32px 16px 28px}.ip-actions{justify-content:stretch}.ip-build-btn{width:100%;justify-content:center}.ip-new-org-input{width:150px}}.bp-shell{min-height:100vh;display:flex;flex-direction:column;background:#f7f9fc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;-webkit-font-smoothing:antialiased}.bp-header{display:flex;align-items:center;justify-content:space-between;padding:20px 40px;border-bottom:1px solid #E2E8F0;background:#f7f9fce0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:sticky;top:0;z-index:10}.bp-logo{display:flex;align-items:center;gap:10px;font-weight:600;font-size:15px;color:#0d1f3c;letter-spacing:-.01em;cursor:pointer}.bp-logo svg{width:28px;height:28px;flex-shrink:0}.bp-header-status{font-size:13px;color:#64748b;position:absolute;left:50%;transform:translate(-50%);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50%}.bp-subdomain{font-size:12px;color:#94a3b8;letter-spacing:.03em}.bp-main{flex:1;display:flex;flex-direction:column;padding:36px 40px 40px;max-width:1100px;width:100%;margin:0 auto;animation:bp-rise .4s cubic-bezier(.22,1,.36,1) both}.bp-stepper{display:flex;align-items:center;gap:0;margin-bottom:32px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.bp-step{display:flex;align-items:center;gap:8px;flex-shrink:0}.bp-step-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;transition:background .25s,color .25s}.bp-step.done .bp-step-dot{background:#2563eb;color:#fff}.bp-step.active .bp-step-dot{background:#0d1f3c;color:#fff}.bp-step.pending .bp-step-dot{background:#e2e8f0;color:#94a3b8}.bp-step-dot svg{width:14px;height:14px}.bp-step-label{font-size:12.5px;font-weight:500}.bp-step.done .bp-step-label{color:#2563eb}.bp-step.active .bp-step-label{color:#0d1f3c;font-weight:700}.bp-step.pending .bp-step-label{color:#94a3b8}.bp-step-line{flex:1;min-width:20px;height:2px;background:#e2e8f0;margin:0 6px;transition:background .4s}.bp-step-line.done{background:#2563eb}.bp-content{display:grid;grid-template-columns:1fr 340px;gap:24px;flex:1}.bp-graph-panel{background:#fff;border:1px solid #E2E8F0;border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:16px}.bp-graph-svg{width:100%;height:auto}@keyframes bp-node-appear{0%{opacity:0}to{opacity:1}}@keyframes bp-edge-appear{0%{opacity:0}to{opacity:1}}.bp-node-enter{animation:bp-node-appear .4s ease-out both}.bp-edge-enter{animation:bp-edge-appear .45s ease-out both}.bp-node-dim{opacity:.18;transition:opacity .7s ease}.bp-edge-dim{opacity:.12;transition:opacity .7s ease}.bp-node-undim,.bp-edge-undim{opacity:1;transition:opacity .7s ease}.bp-graph-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 24px;text-align:center;animation:bp-rise .4s ease-out both}.bp-graph-empty-icon{width:56px;height:56px}.bp-graph-empty-title{font-size:15px;font-weight:600;color:#0d1f3c;margin:0}.bp-graph-empty-sub{font-size:13px;color:#94a3b8;margin:0}.bp-legend{display:flex;flex-wrap:wrap;gap:10px 18px}.bp-legend-item{display:flex;align-items:center;gap:6px;font-size:11.5px;color:#64748b}.bp-legend-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.bp-right-panel{display:flex;flex-direction:column;gap:16px}.bp-stats{background:#fff;border:1px solid #E2E8F0;border-radius:12px;padding:18px 20px;display:flex;align-items:center;justify-content:space-around}.bp-stat{text-align:center}.bp-stat-num{display:block;font-size:30px;font-weight:700;color:#0d1f3c;line-height:1;letter-spacing:-.03em}.bp-stat-label{font-size:11.5px;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin-top:4px;display:block}.bp-stat-divider{width:1px;height:40px;background:#e2e8f0}.bp-log-header{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#64748b;margin:0}.bp-log{flex:1;min-height:120px;max-height:320px;overflow-y:auto;display:flex;flex-direction:column;gap:4px;background:#fff;border:1px solid #E2E8F0;border-radius:10px;padding:12px;scroll-behavior:smooth}.bp-log-item{display:flex;align-items:baseline;gap:8px;font-size:12px;line-height:1.5;animation:bp-rise .2s ease-out both}.bp-log-item.warn .bp-log-text{color:#dc2626;font-weight:600}.bp-log-tag{font-size:10.5px;font-weight:700;letter-spacing:.04em;padding:2px 7px;border-radius:5px;flex-shrink:0;font-family:SF Mono,Fira Code,monospace}.bp-log-text{color:#4a5e78;word-break:break-word}.bp-explore-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#2563eb;color:#fff;border:none;border-radius:8px;padding:13px 20px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;width:100%;transition:background .15s,transform .15s,box-shadow .15s;animation:bp-rise .35s ease-out both}.bp-explore-btn:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 14px #2563eb47}.bp-loading{flex:1;display:flex;align-items:center;justify-content:center}.bp-spinner{width:28px;height:28px;border:3px solid #E2E8F0;border-top-color:#2563eb;border-radius:50%;animation:bp-spin .75s linear infinite}@keyframes bp-spin{to{transform:rotate(360deg)}}.bp-footer{text-align:center;padding:18px 40px;font-size:12px;color:#94a3b8;border-top:1px solid #E2E8F0;background:#f7f9fce0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}@keyframes bp-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 760px){.bp-main{padding:24px 20px 28px}.bp-content{grid-template-columns:1fr}.bp-right-panel{order:-1}.bp-log{max-height:200px}}@media (max-width: 600px){.bp-header{padding:16px 20px}.bp-subdomain{display:none}.bp-header-status{max-width:60%;font-size:12px}.bp-stepper{gap:0}.bp-step-label{display:none}.bp-step-line{min-width:12px}}
