:root{--color-fd-primary:hsl(147,49%,35%);--color-fd-primary-foreground:hsl(0,0%,98%);--home-accent:hsl(147,49%,35%);--home-accent-red:hsl(0,60%,45%);--home-accent-muted:hsl(147,30%,50%);--home-surface:#ffffff;--home-surface-soft:#f5f5f5}.dark{--color-fd-primary:hsl(147,45%,55%);--color-fd-primary-foreground:hsl(0,0%,9%);--home-accent:hsl(147,45%,55%);--home-accent-red:hsl(0,55%,62%);--home-accent-muted:hsl(147,35%,55%);--home-surface:hsl(0,0%,7%);--home-surface-soft:hsl(0,0%,10%)}.toc-dot{position:absolute;left:0;top:calc(var(--fd-top) + var(--fd-height) / 2);margin-left:-3px;margin-top:-4px;width:8px;height:8px;border-radius:50%;background-color:var(--color-fd-primary);box-shadow:0 0 0 2.5px var(--color-fd-background);transition:top .2s ease;pointer-events:none;z-index:1}.terminal-frame{border:1px solid #444;border-radius:8px;background:#1e1e1e;overflow:hidden;margin-bottom:1rem}.terminal-header{background:#2d2d2d;padding:6px 12px;display:flex;gap:8px;align-items:center}.terminal-header .dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27c93f}.terminal-frame [class~=bg-fd-card]{background:transparent!important;border:none!important;border-radius:0!important;margin:0!important}.terminal-frame [class~="h-9.5"],.terminal-frame [class~=backdrop-blur-lg]{display:none!important}.terminal-frame pre{background:transparent!important;max-height:none!important;margin:0!important;padding:.85rem 1.1rem!important}.terminal-frame .shiki code span{color:var(--shiki-dark)!important}.home-hero{display:grid;grid-gap:1.5rem;gap:1.5rem;text-align:center;align-items:center;margin-bottom:2.5rem}.home-banner-wrapper{position:relative;margin:0 auto;width:min(90%,960px)}.home-banner{display:block;width:100%;border-radius:18px;border:2px solid rgba(0,0,0,.08);box-shadow:0 18px 45px rgba(0,0,0,.08)}.home-hero-copy{max-width:860px;margin:0 auto}.home-hero-description{font-size:1.05rem;color:hsl(0,0%,30%);margin:1rem auto 1.5rem;line-height:1.75}.dark .home-hero-description{color:hsl(0,0%,65%)}.home-chip-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.home-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1rem;border-radius:999px;border:1px solid hsl(0,0%,82%);background:hsl(0,0%,97%);color:hsl(0,0%,20%);font-weight:600}.dark .home-chip{background:hsl(0,0%,14%);border-color:hsl(0,0%,25%);color:hsl(0,0%,88%)}.home-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.3rem;gap:1.3rem;margin-bottom:2rem}.home-card{display:flex;flex-direction:column;background:var(--home-surface);border:1px solid hsl(0,0%,88%);border-radius:18px;padding:1.4rem;min-height:220px;box-shadow:0 10px 28px rgba(0,0,0,.04);transition:transform .25s ease,box-shadow .25s ease}.dark .home-card{background:hsl(0,0%,9%);border-color:hsl(0,0%,20%);box-shadow:0 14px 32px rgba(0,0,0,.28)}.home-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(0,0,0,.1)}.home-card-link{margin-top:auto}.home-card-link a{font-weight:700;color:var(--home-accent)}.home-card-tag{display:inline-flex;margin-bottom:.85rem;padding:.4rem .8rem;border-radius:999px;font-size:.85rem;font-weight:700;letter-spacing:.02em;color:hsl(147,55%,22%);background:hsl(147,40%,92%)}.dark .home-card-tag{color:hsl(147,45%,72%);background:hsl(147,30%,14%);border:1px solid hsl(147,30%,22%)}.home-card--green .home-card-tag{color:hsl(147,55%,22%);background:hsl(147,40%,92%)}.dark .home-card--green .home-card-tag{color:hsl(147,45%,72%);background:hsl(147,30%,14%);border-color:hsl(147,30%,22%)}.home-card--red .home-card-tag{color:hsl(0,60%,32%);background:hsl(0,60%,93%)}.dark .home-card--red .home-card-tag{color:hsl(0,55%,72%);background:hsl(0,40%,14%);border-color:hsl(0,40%,24%)}.home-card--red .home-card-link a{color:var(--home-accent-red)}.home-card:nth-child(2n) .home-card-tag{color:hsl(0,60%,32%);background:hsl(0,60%,93%)}.dark .home-card:nth-child(2n) .home-card-tag{color:hsl(0,55%,72%);background:hsl(0,40%,14%);border-color:hsl(0,40%,24%)}.home-card:nth-child(2n) .home-card-link a{color:var(--home-accent-red)}.dark .home-card h3{color:hsl(0,0%,95%)}.home-section{margin-bottom:2rem}.home-section--boxed{background:var(--home-surface-soft);border:1px solid hsl(0,0%,88%);border-radius:18px;padding:1.75rem}.dark .home-section--boxed{background:hsl(0,0%,10%);border-color:hsl(0,0%,20%)}.home-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.3rem;gap:1.3rem;margin-top:1.4rem}.home-feature-card{background:var(--home-surface);border:1px solid hsl(0,0%,88%);border-radius:16px;padding:1.35rem;min-height:180px;box-shadow:0 8px 24px rgba(0,0,0,.04)}.dark .home-feature-card{background:hsl(0,0%,9%);border-color:hsl(0,0%,20%)}.home-section--accent{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.3rem;gap:1.3rem;align-items:stretch}.home-panel{background:var(--home-surface);border-radius:18px;padding:1.5rem;box-shadow:0 12px 30px rgba(0,0,0,.05);border:1px solid hsl(0,0%,88%);border-top:4px solid var(--home-accent)}.dark .home-panel{background:hsl(0,0%,9%);border-color:hsl(0,0%,20%);border-top-color:var(--home-accent)}.dark .home-panel:nth-child(2n),.home-panel:nth-child(2n){border-top-color:var(--home-accent-red)}.home-value-list{list-style:none;padding:0;margin:1rem 0 0;display:grid;grid-gap:.85rem;gap:.85rem}.home-value-list li{padding:.85rem 1rem;background:hsl(0,0%,94%);border-radius:12px;color:hsl(0,0%,20%)}.dark .home-value-list li{background:hsl(0,0%,14%);border:1px solid hsl(0,0%,22%);color:hsl(0,0%,85%)}.doc-roadmap,.network-roadmap{border-left:5px solid hsl(147,49%,35%);background:hsl(147,30%,96%);padding:1rem 1.1rem;border-radius:10px;margin-bottom:1.25rem}.dark .doc-roadmap,.dark .network-roadmap{background:hsl(147,20%,11%);border-left-color:hsl(147,45%,45%)}.doc-guide-box,.network-guide-box{border-left:5px solid hsl(0,60%,45%);background:hsl(0,40%,97%);padding:1rem 1.1rem;border-radius:10px;margin-bottom:1.25rem}.dark .doc-guide-box,.dark .network-guide-box{background:hsl(0,30%,11%);border-left-color:hsl(0,55%,55%)}.doc-section-list,.network-chapter-list{list-style:none;margin:.8rem 0 0;padding:0}.doc-section-item,.network-chapter-item{background:var(--home-surface);border:1px solid hsl(0,0%,88%);border-radius:8px;padding:.7rem .8rem;margin-bottom:.55rem;line-height:1.5}.dark .doc-section-item,.dark .network-chapter-item{background:hsl(0,0%,11%);border-color:hsl(0,0%,22%)}.search-overlay{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.45);display:flex;align-items:flex-start;justify-content:center;padding-top:10vh}.search-modal{background:var(--color-fd-background,#fff);border:1px solid var(--color-fd-border,#e5e7eb);border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.2);width:100%;max-width:600px;overflow:hidden}.search-input-row{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--color-fd-border,#e5e7eb)}.search-icon{width:18px;height:18px;flex-shrink:0;color:var(--color-fd-muted-foreground,#9ca3af)}.search-input{flex:1 1;border:none;outline:none;background:transparent;font-size:1rem;color:var(--color-fd-foreground,#111)}.search-esc{font-size:.7rem;padding:2px 6px;border:1px solid var(--color-fd-border,#e5e7eb);border-radius:4px;color:var(--color-fd-muted-foreground,#9ca3af);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.search-results{list-style:none;margin:0;padding:.4rem;max-height:420px;overflow-y:auto}.search-result-item{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;border-radius:8px;cursor:pointer;transition:background .1s}.search-result-item--active{background:var(--color-fd-accent,#f3f4f6)}.search-result-img{width:36px;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.search-result-text{display:flex;flex-direction:column;gap:2px;overflow:hidden}.search-result-title{font-size:.9rem;font-weight:600;color:var(--color-fd-foreground,#111)}.search-result-subtitle,.search-result-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-subtitle{font-size:.78rem;color:var(--color-fd-muted-foreground,#6b7280)}.search-empty{padding:1rem;text-align:center;font-size:.875rem;color:var(--color-fd-muted-foreground,#9ca3af)}.dark .search-modal{background:var(--color-fd-background,hsl(0,0%,7%));border-color:hsl(0,0%,18%)}.dark .search-input{color:var(--color-fd-foreground,#f9fafb)}.dark .search-result-item--active{background:hsl(0,0%,13%)}