.idx-section-title{font-family:var(--font-display);color:var(--text-hi);text-align:center;z-index:1;margin:3rem 0 1.2rem;font-size:1.3rem;font-weight:700;position:relative}.idx-section-title:before{content:"";background:linear-gradient(90deg,#00e5ff,#00b8d4);border-radius:2px;width:60px;height:3px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.idx-info-box{background:#0d1117;border-radius:6px;padding:.55rem .8rem .55rem 1.1rem;position:relative;overflow:hidden}.idx-info-box:before{content:"";background:#00e5ff;width:4px;position:absolute;top:0;bottom:0;left:0}.idx-info-label{color:var(--text-hi);margin-right:.4rem;font-size:.78rem;font-weight:700}.idx-info-value{color:var(--text-dim);font-size:.78rem}.idx-mermaid-wrap{flex-direction:column;align-items:center;width:100%;max-width:900px;margin:0 auto 2rem;display:flex}.idx-mermaid-wrap .mermaid{justify-content:center;width:100%;display:flex}.idx-mermaid-wrap .mermaid svg{min-width:640px;max-width:100%;height:auto}@media (max-width:768px){.idx-mermaid-wrap .mermaid svg{min-width:100%}}.idx-flow-controls{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}.idx-tab-btn{background:var(--surface);color:var(--text-dim);border:1px solid var(--border2);cursor:pointer;font-family:var(--font-mono);border-radius:10px;padding:.45rem .9rem;font-size:.73rem;transition:all .2s}.idx-tab-btn:hover{color:#00e5ff;border-color:#00e5ff}.idx-tab-btn.active{color:#000;background:#00b8d4;border-color:#00e5ff;font-weight:700;box-shadow:0 0 16px #00e5ff59}.idx-flow-diagram{border:1px solid var(--border);background:#0d1117;border-radius:20px;flex-direction:column;align-items:center;max-width:900px;margin:0 auto 2rem;padding:2rem 1.5rem;display:flex;position:relative}.idx-flow-status{font-size:.62rem;font-weight:700;font-family:var(--font-mono);background:var(--surface2);border:1px solid var(--border);border-radius:20px;padding:.28rem .75rem;position:absolute;top:1rem;right:1.5rem}.idx-flow-title{text-align:center;font-family:var(--font-display);color:var(--text-hi);letter-spacing:-.01em;margin:0 0 .3rem;font-size:1.15rem;font-weight:800}.idx-flow-subtitle{text-align:center;color:var(--text-dim);margin:0 0 1.5rem;font-size:.77rem}.idx-canvas{justify-content:center;width:100%;margin-bottom:1.5rem;display:flex}.idx-btree-wrap{width:100%;max-width:500px;position:relative}.idx-query-badge{text-align:center;font-size:.7rem;font-family:var(--font-mono);color:var(--cyan);background:#00e5ff14;border:1px solid #00e5ff40;border-radius:8px;align-self:center;width:auto;margin-bottom:.8rem;padding:.3rem .8rem;display:inline-block}.idx-btree-svg{width:100%;height:auto;overflow:visible}.idx-tree-edge{stroke:#2d3748;stroke-width:.7px;transition:stroke .4s,stroke-width .4s}.idx-tree-edge.active{stroke:#00e5ff;stroke-width:1px;filter:drop-shadow(0 0 2px #00e5ff80)}.idx-tree-node-rect{fill:#1a1f2b;stroke:#2d3748;stroke-width:.8px;transition:fill .4s,stroke .4s}.idx-tree-node-rect.scanning{fill:#00e5ff1f;stroke:#00e5ff;filter:drop-shadow(0 0 3px #00e5ff80);animation:.8s infinite idx-node-pulse}.idx-tree-node-rect.found{fill:#3effa31f;stroke:var(--green);filter:drop-shadow(0 0 3px #3effa380)}.idx-tree-node-rect.skip{fill:#ff52520a;stroke:#ff5252;opacity:.6}.idx-tree-node-rect.dimmed{opacity:.2}.idx-tree-node-text{font-family:var(--font-mono);fill:#a0aec0;pointer-events:none;font-size:3.5px;transition:fill .4s}.idx-tree-node-g.found .idx-tree-node-text,.idx-tree-node-g.scanning .idx-tree-node-text{fill:#e2e8f0;font-weight:700}.idx-tree-level-label{fill:#4a5568;font-size:3px;font-family:var(--font-mono)}.idx-hash-wrap{flex-direction:column;align-items:center;gap:.8rem;width:100%;max-width:460px;display:flex}.idx-hash-fn-badge{font-family:var(--font-mono);color:#7c4dff;background:#7c4dff14;border:1px solid #7c4dff4d;border-radius:8px;padding:.3rem .9rem;font-size:.75rem;font-weight:700}.idx-hash-buckets{flex-direction:column;gap:.5rem;width:100%;display:flex}.idx-hash-bucket{background:#1a1f2b;border:2px solid #2d3748;border-radius:10px;align-items:center;gap:.8rem;padding:.65rem 1rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.idx-hash-bucket.scanning{background:#00e5ff0f;border-color:#00e5ff;animation:.7s infinite idx-node-pulse}.idx-hash-bucket.found{border-color:var(--green);background:#3effa312;transform:scale(1.03);box-shadow:0 0 16px #3effa333}.idx-hash-bucket.skip,.idx-hash-bucket.dimmed{opacity:.3;border-color:#1c2330}.idx-bucket-num{background:var(--surface2);border:1px solid var(--border);width:28px;height:28px;font-family:var(--font-mono);color:var(--text-dim);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.idx-bucket-body{flex-direction:column;gap:.1rem;display:flex}.idx-bucket-label{color:var(--text-dim);font-size:.68rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.04em;font-weight:700}.idx-bucket-value{color:var(--text-dim);font-size:.77rem;font-family:var(--font-mono)}.idx-hash-bucket.found .idx-bucket-value{color:var(--green);font-weight:700}.idx-flow-steps{flex-direction:column;gap:.4rem;width:100%;max-width:640px;display:flex}.idx-step{opacity:.22;align-items:flex-start;gap:.6rem;transition:opacity .3s;display:flex}.idx-step.visible{opacity:.4}.idx-step.current{opacity:1}.idx-step-num{border:2px solid var(--border2);width:24px;height:24px;color:var(--text-dim);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:.65rem;font-weight:700;transition:all .3s;display:flex}.idx-step.current .idx-step-num{color:#00e5ff;background:#00e5ff1a;border-color:#00e5ff}.idx-step-body{background:var(--dim);color:var(--text-dim);border-left:2px solid #0000;border-radius:8px;padding:.42rem .75rem;font-size:.77rem;line-height:1.5;transition:all .3s}.idx-step.current .idx-step-body{color:var(--text-hi);background:#00e5ff0d;border-left-color:#00e5ff}.idx-legend{flex-wrap:wrap;justify-content:center;gap:1.4rem;margin-top:1.5rem;display:flex}.idx-legend-item{color:var(--text-dim);align-items:center;gap:.45rem;font-size:.72rem;display:flex}.idx-legend-box{border:2px solid;border-radius:4px;width:14px;height:14px}.leg-found{border-color:var(--green);background:#3effa326}.leg-scanning{background:#00e5ff26;border-color:#00e5ff}.leg-skip{background:#ff525226;border-color:#ff5252}.leg-dimmed{background:#4a556826;border-color:#4a5568}.idx-concepts-grid{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1100px;margin:0 auto 3rem;padding:0 2rem;display:grid}@media (max-width:1024px){.idx-concepts-grid{grid-template-columns:1fr}}.idx-concept-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.2rem;position:relative}.idx-concept-card:before{content:"";background:var(--card-color,#00e5ff);border-radius:12px 12px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.idx-concept-title{font-family:var(--font-display);color:var(--text-hi);margin-bottom:.6rem;font-size:.95rem;font-weight:700}.idx-concept-desc{color:var(--text-dim);margin-bottom:.8rem;font-size:.77rem;line-height:1.6}.idx-concept-example{font-size:.71rem;font-family:var(--font-mono);color:var(--card-color,#00e5ff);background:var(--surface2);border-left:2px solid var(--card-color,#00e5ff);border-radius:6px;padding:.48rem .7rem}.idx-examples-grid{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1100px;margin:0 auto 3rem;padding:0 2rem;display:grid}@media (max-width:1024px){.idx-examples-grid{grid-template-columns:1fr}}.idx-example-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:.6rem;padding:1.1rem;transition:all .3s;display:flex}.idx-example-card:hover{border-color:#00e5ff;box-shadow:0 0 14px #00e5ff1a}.idx-example-header{align-items:center;gap:.6rem;display:flex}.idx-example-icon{font-size:1.3rem}.idx-example-name{font-family:var(--font-display);color:var(--text-hi);flex:1;font-size:.95rem;font-weight:700}.idx-example-strategy{font-size:.62rem;font-family:var(--font-mono);letter-spacing:.03em;color:#00b8d4;white-space:nowrap;background:#00e5ff0f;border:1px solid #00e5ff;border-radius:6px;padding:.14rem .5rem;font-weight:700}.idx-example-desc{color:var(--text-dim);font-size:.77rem;line-height:1.5}.idx-rating-dots{gap:4px;display:flex}.idx-dot{background:var(--surface2);border:1px solid var(--border);border-radius:50%;width:10px;height:10px;transition:all .2s}.idx-dot.on{background:#00b8d4;border-color:#00e5ff;box-shadow:0 0 6px #00e5ff73}.idx-dot.on-red{background:#ff5252;border-color:#ff5252;box-shadow:0 0 6px #ff525273}@keyframes idx-node-pulse{0%,to{filter:drop-shadow(0 0 2px #00e5ff4d)}50%{filter:drop-shadow(0 0 6px #00e5ffa6)}}@keyframes idx-hash-pulse{0%,to{box-shadow:0 0 10px #00e5ff26}50%{box-shadow:0 0 22px #00e5ff66}}.viz-playback-controls{border:1px solid var(--border);background:#0003;border-radius:8px;align-items:center;gap:.5rem;padding:.25rem;display:flex}.viz-ctrl-btn{width:28px;height:28px;color:var(--text-dim);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.viz-ctrl-btn:hover{background:var(--surface);color:var(--text-hi)}.viz-ctrl-btn:active{transform:scale(.95)}[data-theme=light] .idx-flow-diagram{--bg:#080b10;--surface:#0e1219;--surface2:#151c27;--border:#1e2a3a;--border2:#253040;--text:#c9d3e0;--text-dim:#5a6a7e;--text-hi:#eef2f8;--cyan:#00e5ff;--purple:#b985f4;--green:#3effa3;--dim:#1e1e2e;background:#12161f;border-color:#1e2a3a;box-shadow:0 4px 6px #00000026}[data-theme=light] .idx-mermaid-wrap{--bg:#080b10;--surface:#0e1219;--surface2:#151c27;--border:#1e2a3a;--border2:#253040;--text:#c9d3e0;--text-dim:#5a6a7e;--text-hi:#eef2f8;--cyan:#00e5ff;--purple:#b985f4;--green:#3effa3;--dim:#1e1e2e;background:#12161f;border:1px solid #1e2a3a;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #00000026}
