@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap";
body{box-sizing:border-box;margin:0;padding:0}.brick-root{color:#e4e6ea;background:linear-gradient(135deg,#0f1419 0%,#1a1d29 100%);min-height:100vh;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.brick-root .page-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#0f1419f2;border-bottom:1px solid #ffffff1a;padding:2rem 0;position:sticky;top:0}.brick-root .page-header h1{text-align:center;-webkit-text-fill-color:transparent;text-shadow:0 0 30px #dc26264d;background:linear-gradient(135deg,#dc2626 0%,#ea580c 50%,#f97316 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:3.5rem;font-weight:700}.brick-root .page-header h1 a{color:inherit;text-decoration:none}.brick-root main{max-width:1200px;margin:0 auto;padding:4rem 2rem}.brick-root .page{flex-direction:column;gap:4rem;display:flex}.hero-section{text-align:center;padding:2rem 0}.tagline h2{color:#a8a29e;letter-spacing:.05em;margin:0 0 2rem;font-size:2.2rem;font-weight:300}.description{color:#9ca3af;max-width:800px;margin:0 auto;font-size:1.2rem;line-height:1.7}.features-section h3{color:#f9fafb;text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:600}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem;display:grid}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;padding:2rem;transition:all .3s}.feature-card:hover{background:#ffffff0d;border-color:#dc26264d;transform:translateY(-2px);box-shadow:0 10px 25px #dc26261a}.feature-card h4{color:#f9fafb;margin:0 0 1rem;font-size:1.3rem;font-weight:600}.feature-card p{color:#9ca3af;margin:0;line-height:1.6}.feature-icon{color:#f97316;justify-content:flex-start;align-items:center;margin-bottom:1rem;display:flex}.feature-icon svg{stroke:currentColor}.getting-started{background:#0003;border:1px solid #ffffff0d;border-radius:16px;padding:2.5rem}.getting-started h3{color:#f9fafb;text-align:center;margin-bottom:1.5rem;font-size:1.8rem;font-weight:600}.example-section{background:#0003;border:1px solid #ffffff0d;border-radius:16px;padding:2.5rem}.example-section h3{color:#f9fafb;text-align:center;margin-bottom:1rem;font-size:1.8rem;font-weight:600}.example-description{color:#9ca3af;text-align:center;margin-bottom:2rem;font-size:1.1rem}.code-block{background:#111827;border:1px solid #374151;border-radius:8px;margin:1rem 0;padding:1rem 1.5rem;font-family:JetBrains Mono,Monaco,Menlo,monospace;overflow-x:auto}.code-block code{color:#f97316;background:0 0;font-size:1rem}.syntax-highlighted{background:#0d1117;border:1px solid #30363d;position:relative}.syntax-highlighted:before{content:attr(data-filename);color:#7d8590;background:#21262d;border:1px solid #30363d;border-top:none;border-radius:0 0 4px 4px;padding:.25rem .75rem;font-size:.75rem;font-weight:500;position:absolute;top:-1px;right:1rem}.syntax-highlighted code{color:#e6edf3;white-space:pre-wrap;line-height:1.6}.syntax-highlighted .comment{color:#7c8b9a;font-style:italic}.syntax-highlighted .directive{color:#ff7b72;font-weight:600}.syntax-highlighted .string{color:#a5d6ff}.syntax-highlighted .identifier{color:#ffa657}.syntax-highlighted .keyword{color:#79c0ff;font-weight:500}.syntax-highlighted .variable{color:#ffa657;font-weight:500}.syntax-highlighted .template{color:#d2a8ff;background:#d2a8ff1a;border-radius:3px;padding:0 2px;font-weight:500}.syntax-highlighted .template.error{color:#f85149;background:#f851491a;text-decoration:line-through}.docs-layout{grid-template-columns:260px 1fr;gap:4rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;position:relative}.docs-sidebar{flex-direction:column;gap:1rem;height:fit-content;max-height:calc(100vh - 180px);margin-top:2rem;display:flex;position:sticky;top:250px;overflow-y:auto}.docs-toc{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem}.toc-header h4{color:#f9fafb;border-bottom:1px solid #ffffff1a;margin:0 0 1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600}.toc-list{margin:0;padding:0;list-style:none}.toc-list li{margin:0}.toc-list>li>a{color:#9ca3af;border-left:2px solid #0000;margin-left:-.75rem;padding:.5rem 0 .5rem .75rem;font-weight:500;text-decoration:none;transition:color .2s;display:block}.toc-list>li>a:hover,.toc-list>li>a.active{color:#f97316;border-left-color:#f97316}.toc-list ul{margin:.25rem 0;padding-left:1rem;list-style:none}.toc-list ul li a{color:#6b7280;border-left:2px solid #0000;margin-left:-.75rem;padding:.25rem 0 .25rem .75rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:block}.toc-list ul li a:hover,.toc-list ul li a.active{color:#fbbf24;border-left-color:#fbbf24}.docs-content{flex:1;min-width:0}.command-header{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.directive-chip{text-transform:uppercase;letter-spacing:.05em;border-radius:6px;flex-shrink:0;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.directive-chip.root-file{color:#fff;background:linear-gradient(135deg,#10b981,#059669)}.directive-chip.target-file{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.command-item h4{flex:1;min-width:0;margin:0}.back-to-top-container{text-align:center;border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:2rem}.back-to-top{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#dc2626 0%,#ea580c 50%,#f97316 100%);border:none;border-radius:50px;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-weight:600;transition:all .3s;display:inline-block;box-shadow:0 4px 12px #dc26264d}.back-to-top:hover{background:linear-gradient(135deg,#ef4444 0%,#f97316 50%,#fb923c 100%);transform:translateY(-2px);box-shadow:0 6px 20px #dc262666}.navigation{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin:3rem 0;display:grid}.link{color:inherit;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(135deg,#ffffff0a 0%,#ffffff05 100%);border:1px solid #ffffff1f;border-radius:16px;padding:2.5rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden}.link:before{content:"";opacity:0;z-index:-1;background:linear-gradient(135deg,#dc26260d 0%,#f973160d 100%);transition:opacity .4s;position:absolute;inset:0}.link:hover{background:linear-gradient(135deg,#ffffff14 0%,#ffffff0a 100%);border-color:#dc262666;transform:translateY(-4px)scale(1.02);box-shadow:0 20px 40px #dc262626,0 8px 16px #0000004d}.link:hover:before{opacity:1}.link:active{transform:translateY(-2px)scale(1.01)}.link.primary{background:linear-gradient(135deg,#dc262614 0%,#f973160f 100%);border-color:#dc262666;box-shadow:0 8px 24px #dc26261a}.link.primary:before{opacity:.5;background:linear-gradient(135deg,#dc26261f 0%,#f9731614 100%)}.link.primary:hover{background:linear-gradient(135deg,#dc26261f 0%,#f9731614 100%);border-color:#dc262699;box-shadow:0 24px 48px #dc262633,0 12px 24px #0006}.link.primary:hover:before{opacity:1}.link-content{z-index:1;align-items:center;gap:2rem;display:flex;position:relative}.link-icon{background:#ffffff0d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;min-width:28px;height:28px;font-size:1.5rem;line-height:1;transition:all .3s;display:flex}.link:hover .link-icon{color:#fca5a5;background:#dc262633;transform:scale(1.1)}.link.primary .link-icon{color:#fca5a5;background:#dc262633}.link.primary:hover .link-icon{color:#fee2e2;background:#dc26264d}.link-icon svg{stroke:currentColor;flex-shrink:0;width:20px;height:20px}.link-title{flex:1;min-width:0}.link-title h3{color:#f9fafb;letter-spacing:.02em;margin:0 0 .5rem;font-size:1.5rem;font-weight:600;transition:color .3s}.link:hover .link-title h3{color:#fee2e2}.link-title p{color:#9ca3af;margin:0;font-size:1rem;line-height:1.5;transition:color .3s}.link:hover .link-title p{color:#d1d5db}.breadcrumb{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f1419f2;border:1px solid #ffffff1a;border-radius:8px;margin-bottom:0;padding:.75rem 1.5rem;display:block}.mobile-breadcrumb{display:none}.back-link{color:#9ca3af;width:100%;height:100%;font-weight:500;text-decoration:none;transition:color .2s;display:block}.back-link:hover{color:#dc2626}.docs-section h2{color:#f9fafb;border-bottom:2px solid #dc26264d;margin-top:0;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:2.2rem;font-weight:600}.docs-section h3{color:#e5e7eb;margin:2rem 0 1rem;font-size:1.6rem;font-weight:600}.docs-section h4{color:#d1d5db;margin:1.5rem 0 .5rem;font-size:1.2rem;font-weight:500}.docs-section p{color:#9ca3af;margin-bottom:1rem;line-height:1.7}.docs-section ul{color:#9ca3af;margin-left:1.5rem}.docs-section li{margin-bottom:.5rem;line-height:1.6}.command-list{flex-direction:column;gap:1.5rem;margin:2rem 0;display:flex}.command-item{background:#ffffff05;border:1px solid #ffffff1a;border-radius:8px;padding:1.5rem}.command-item h4{color:#f97316;margin:0 0 .5rem;font-family:JetBrains Mono,monospace}.command-item p{color:#9ca3af;margin:0}.download-section h2{color:#f9fafb;text-align:center;margin-bottom:1.5rem;font-size:2.2rem;font-weight:600}.download-options{flex-direction:column;gap:2rem;margin:3rem 0;display:flex}.download-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;padding:2.5rem}.download-card.recommended{background:#dc26260d;border-color:#dc262666}.card-header{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.card-header h3{color:#f9fafb;text-transform:lowercase;margin:0;font-size:1.8rem;font-weight:600}.version{color:#d1d5db;background:#ffffff1a;border-radius:6px;padding:.25rem .75rem;font-family:JetBrains Mono,monospace;font-size:.9rem}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:6px;padding:.25rem .75rem;font-size:.8rem;font-weight:600}.latest-badge{color:#fff;background:linear-gradient(135deg,#10b981,#059669)}.beta-badge{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706)}.nightly-badge{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626)}.download-methods h4{color:#e5e7eb;margin:1.5rem 0 1rem;font-size:1.1rem;font-weight:600}.method{margin-bottom:1.5rem}.method strong{color:#f9fafb;margin-bottom:.5rem;display:block}.download-links{flex-wrap:wrap;gap:1rem;display:flex}.download-btn{color:#fecaca;text-align:center;background:#dc262633;border:1px solid #dc262666;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.download-btn:hover{color:#fee2e2;background:#dc26264d;border-color:#dc262699;transform:translateY(-1px)}.warning{background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;margin-top:1rem;padding:1rem}.warning strong{color:#fca5a5}.verification{background:#f973160d;border:1px solid #f9731633;border-radius:12px;margin:2rem 0;padding:2rem}.verification h3{color:#fed7aa;margin-bottom:1rem}.brick-root .page-header img{width:100%;max-width:400px;height:auto;margin:0 auto;display:block}@media (max-width:768px){.docs-layout{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.docs-sidebar{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;order:-1;max-height:none;margin-top:0;margin-bottom:1rem;padding:0;position:static;overflow-y:visible}.docs-content{margin-left:0}.breadcrumb{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f1419f2;border:1px solid #ffffff1a;border-radius:8px;margin-bottom:1rem;padding:.75rem 1.5rem}.docs-toc{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem}.toc-list ul{display:none}.command-header{flex-direction:column;align-items:flex-start;gap:.5rem}.directive-chip{padding:.2rem .6rem;font-size:.7rem}.brick-root .page-header h1{font-size:2.5rem}.brick-root .page-header img{max-width:280px}.brick-root main{padding:2rem 0}.tagline h2{font-size:1.6rem}.description{font-size:1.1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.navigation{grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}.link{border-radius:12px;padding:2rem}.link-content{gap:1.5rem}.link-icon{min-width:24px;height:24px}.link-icon svg{width:18px;height:18px}.link-title h3{font-size:1.3rem}.link-title p{font-size:.95rem}.community-links{flex-direction:column;align-items:center}.feature-card{text-align:left}.feature-icon{justify-content:flex-start}.hero-section{text-align:left;padding:1rem 0}.card-header{flex-direction:column;align-items:flex-start;gap:.5rem}.download-links{flex-direction:column}.requirements-grid{grid-template-columns:1fr}.command-list{gap:1rem}.syntax-highlighted:before{padding:.2rem .5rem;font-size:.7rem}.syntax-highlighted code{font-size:.9rem;line-height:1.5}.example-section{padding:2rem}.example-description{font-size:1rem}}@media (max-width:480px){.docs-layout{padding:0 .75rem}.docs-sidebar{padding:.75rem}.toc-header h4{font-size:1rem}.command-header{gap:.25rem}.directive-chip{padding:.15rem .5rem;font-size:.65rem}.brick-root .page-header img{max-width:240px}.brick-root main{padding:1.5rem 0}.description{font-size:1rem}.navigation{gap:1rem;margin:1.5rem 0}.link{border-radius:10px;padding:1.5rem}.link-content{gap:1rem}.link-icon{min-width:20px;height:20px}.link-icon svg{width:16px;height:16px}.link-title h3{font-size:1.2rem}.link-title p{font-size:.9rem}}@media (max-width:1024px) and (min-width:769px){.docs-layout{grid-template-columns:220px 1fr;gap:2.5rem}.docs-sidebar{max-height:calc(100vh - 160px);margin-top:2rem;top:250px}.docs-content{margin-left:0}.docs-toc{padding:1.25rem}.brick-root .page-header img{max-width:350px}.navigation{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.link{padding:2.25rem}}@media (min-width:1200px){.docs-layout{grid-template-columns:280px 1fr;gap:5rem}.docs-sidebar{max-height:calc(100vh - 170px);margin-top:2rem;top:250px}.docs-content{margin-left:0}.navigation{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.unselectable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none}*{box-sizing:border-box}.brick-root *{transition:color .2s,background-color .2s}code{color:#f97316;background:#1f29371a;border-radius:4px;padding:.2rem .4rem;font-family:JetBrains Mono,monospace}a{color:#f97316;transition:color .2s}.changelog-section{border-top:1px solid #374151;margin-top:4rem;padding-top:2rem}.changelog-container{background:#0d1117;border:1px solid #30363d;border-radius:12px;margin-top:1.5rem;padding:0;overflow:hidden}.changelog-entry{border-bottom:1px solid #21262d;padding:2rem}.changelog-entry:last-child{border-bottom:none}.changelog-header{margin-bottom:1rem}.changelog-header h4{color:#f0f6fc;flex-wrap:wrap;align-items:center;gap:.75rem;margin:0 0 .5rem;font-size:1.25rem;font-weight:600;display:flex}.changelog-version{color:#7d8590;background:#21262d;border-radius:6px;padding:.25rem .5rem;font-family:JetBrains Mono,monospace;font-size:.875rem}.changelog-latest{color:#fff;text-transform:uppercase;background:#238636;border-radius:6px;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.changelog-prerelease{color:#fff;text-transform:uppercase;background:#da3633;border-radius:6px;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.changelog-meta{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.changelog-date,.changelog-author{color:#7d8590;font-size:.875rem}.changelog-author:before{content:"•";margin-right:.5rem}.changelog-content{color:#e6edf3;line-height:1.6}.changelog-content h1,.changelog-content h2,.changelog-content h3,.changelog-content h4,.changelog-content h5,.changelog-content h6{color:#f0f6fc;margin-top:1.5rem;margin-bottom:.5rem}.changelog-content h1:first-child,.changelog-content h2:first-child,.changelog-content h3:first-child,.changelog-content h4:first-child,.changelog-content h5:first-child,.changelog-content h6:first-child{margin-top:0}.changelog-content ul,.changelog-content ol{margin:1rem 0;padding-left:1.5rem}.changelog-content li{margin:.5rem 0}.changelog-content p{margin:1rem 0}.changelog-content p:first-child{margin-top:0}.changelog-content p:last-child{margin-bottom:0}.changelog-content code{color:#ffa657;background:#161b22;border:1px solid #30363d;border-radius:4px;padding:.2rem .4rem;font-size:.875rem}.changelog-content pre{background:#161b22;border:1px solid #30363d;border-radius:6px;margin:1rem 0;padding:1rem;overflow-x:auto}.changelog-content pre code{color:#e6edf3;background:0 0;border:none;padding:0}.changelog-content blockquote{color:#7d8590;border-left:4px solid #21262d;margin:1rem 0;padding-left:1rem;font-style:italic}.changelog-content a{color:#58a6ff;text-decoration:none}.changelog-content a:hover{text-decoration:underline}.changelog-loading,.changelog-error{text-align:center;color:#7d8590;background:#0d1117;border:1px solid #30363d;border-radius:12px;margin-top:1.5rem;padding:2rem}.changelog-error a{color:#58a6ff}@media (max-width:768px){.changelog-entry{padding:1.5rem 1rem}.changelog-header h4{font-size:1.125rem}.changelog-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.changelog-author:before{display:none}}.release-changelog{color:#e6edf3;background:#0d1117;border:1px solid #30363d;border-radius:8px;margin:1rem 0;padding:1rem;line-height:1.6}.release-changelog h1,.release-changelog h2,.release-changelog h3,.release-changelog h4,.release-changelog h5,.release-changelog h6{color:#f0f6fc;margin-top:1rem;margin-bottom:.5rem}.release-changelog h1:first-child,.release-changelog h2:first-child,.release-changelog h3:first-child,.release-changelog h4:first-child,.release-changelog h5:first-child,.release-changelog h6:first-child{margin-top:0}.release-changelog ul,.release-changelog ol{margin:.5rem 0;padding-left:1.5rem}.release-changelog li{margin:.25rem 0}.release-changelog p{margin:.5rem 0}.release-changelog p:first-child{margin-top:0}.release-changelog p:last-child{margin-bottom:0}.release-changelog code{color:#ffa657;background:#161b22;border:1px solid #30363d;border-radius:4px;padding:.2rem .4rem;font-size:.875rem}.release-changelog pre{background:#161b22;border:1px solid #30363d;border-radius:6px;margin:.5rem 0;padding:.75rem;overflow-x:auto}.release-changelog pre code{color:#e6edf3;background:0 0;border:none;padding:0}.release-changelog blockquote{color:#7d8590;border-left:4px solid #21262d;margin:.5rem 0;padding-left:1rem;font-style:italic}.release-changelog a{color:#58a6ff;text-decoration:none}.release-changelog a:hover{text-decoration:underline}.changelog-link-section{border-top:1px solid #374151;margin-top:3rem;padding-top:2rem}.changelog-link-container{justify-content:center;margin-top:1.5rem;display:flex}.changelog-link-btn{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#dc2626 0%,#ea580c 50%,#f97316 100%);border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #dc26264d}.changelog-link-btn:hover{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#f97316 50%,#fb923c 100%);transform:translateY(-2px);box-shadow:0 6px 20px #dc262666}.changelog-link-btn svg{flex-shrink:0}.changelog-page-section{margin-top:1rem}
