:root{--font-sans: Instrument Sans,system-ui,sans-serif;--font-mono: JetBrains Mono,monospace;--bg-dark: #0a0e17;--text-white: #ffffff;--text-muted: rgba(175, 190, 255, 0.8);--text-muted-darker: rgba(175, 190, 255, 0.6);--primary-blue: #152671;--border-color: rgba(255, 255, 255, 0.1);--sky-start: rgb(21, 38, 113);--sky-mid: rgb(27, 44, 120);--sky-end: #5669bd;--sky-gradient: linear-gradient( 180deg, var(--sky-start) 10%, var(--sky-mid) 30%, var(--sky-end) 100% );--header-gradient: linear-gradient( 180deg, rgba(21, 38, 113, 1) 0%, rgba(21, 38, 113, 0) 100% );--color-green: #22c55e;--color-green-light: #4ade80;--color-green-success: #16a34a;--color-orange: #d97706;--color-purple: rgba(175, 190, 255, 0.9);--color-purple-light: rgba(175, 190, 255, 0.5);--max-width: 1400px;--content-width: 1400px;--hub-width: 1200px;--post-width: 800px;--docs-width: 1400px}*{box-sizing:border-box;margin:0;padding:0}main{flex:1;display:flex;flex-direction:column;align-items:center;width:100%}body{font-family:var(--font-sans),"Instrument Sans",sans-serif;color:var(--text-white);line-height:1.5;-webkit-font-smoothing:antialiased;background-color:var(--bg-dark)}.text-center{text-align:center}.font-mono{font-family:var(--font-mono),monospace}.text-muted{color:var(--text-muted)}.text-white{color:var(--text-white)}h1,h2,h3,h4,h5,h6{color:var(--text-white);font-weight:500;line-height:1.2}a{color:inherit;text-decoration:none}.fixed-background{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--sky-gradient);z-index:-1}.site-wrapper{position:relative;display:flex;flex-direction:column;min-height:100vh}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}.font-mono{font-family:var(--font-mono)}.hidden-mobile{display:none}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:0.5rem}.gap-4{gap:1rem}@media (min-width: 768px){.hidden-mobile{display:flex}.hidden-desktop{display:none}}.mt-0{margin-top:0}.mt-1{margin-top:0.25rem}.mt-2{margin-top:0.5rem}.mt-3{margin-top:0.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mb-0{margin-bottom:0}.mb-2{margin-bottom:0.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.text-green{color:var(--color-green)}.text-orange{color:var(--color-orange)}.text-white{color:white}.flex-col{flex-direction:column}.justify-center{justify-content:center}.gap-3{gap:0.75rem}.pt-4{padding-top:1rem}.pt-10{padding-top:2.5rem}.pl-4{padding-left:1rem}.mb-10{margin-bottom:2.5rem}.border-l{border-left-width:1px;border-left-style:solid}.border-gray-700{border-color:rgba(255,255,255,0.1)}.hub-container,.container{width:100%;max-width:1200px;margin:0 auto;padding:5rem 1.5rem 8rem;animation:fadeIn 0.5s ease-out forwards}.post-container{width:100%;max-width:800px;margin:0 auto;padding:6rem 1.5rem 8rem;animation:fadeIn 0.5s ease-out forwards}.docs-container{display:flex;gap:3rem;max-width:1400px;margin:0 auto;padding:5rem 1.5rem 8rem}@media (max-width: 1023px){.docs-container{display:block;gap:0;width:100%;max-width:100%}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.section-header{font-size:0.875rem;font-family:var(--font-mono);color:var(--text-muted-darker);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:2rem;display:flex;align-items:center;gap:0.5rem}.projects-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.projects-grid{grid-template-columns:1fr 1fr}}.hub-hero{margin-bottom:8rem;margin-top:2.5rem;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}@media (min-width: 768px){.hub-hero{margin-top:5rem}}.hub-title{font-size:3rem;font-weight:500;letter-spacing:-0.025em;line-height:1.1;color:white}.hub-title span{color:rgba(175,190,255,0.5)}@media (min-width: 768px){.hub-title{font-size:4.5rem}}.hub-bio{font-size:1.25rem;color:var(--text-muted);max-width:42rem;line-height:1.6;font-weight:300}@media (min-width: 768px){.hub-bio{font-size:1.5rem}}.hub-socials{display:flex;gap:1rem;margin-top:1rem;align-items:center}.hub-social-link{display:flex;align-items:center;gap:0.5rem;color:white;text-decoration:none;transition:color 0.2s}.hub-social-link:hover{color:#afbeff}.hub-social-divider{width:1px;height:1.5rem;background:rgba(255,255,255,0.2)}.hub-section{margin-bottom:8rem;scroll-margin-top:6rem}.docs-sidebar{display:none;width:16rem;flex-shrink:0}.sidebar-group{margin-bottom:2rem}.sidebar-title{font-size:0.875rem;text-transform:uppercase;letter-spacing:0.05em;opacity:0.8;margin-bottom:0.75rem;color:var(--text-white)}.sidebar-link{display:block;color:var(--text-muted-darker);text-decoration:none;padding:0.25rem 0;font-size:0.875rem;transition:color 0.2s}.sidebar-link:hover{color:white}.docs-main{flex:1;min-width:0;width:100%;overflow-x:hidden}@media (max-width: 1023px){.docs-main{width:100%;max-width:100%;overflow-x:hidden}}.docs-header{margin-bottom:4rem}.docs-header h1{font-size:3rem;font-weight:500;color:var(--text-white);margin-top:1rem;margin-bottom:1rem}.docs-header p{color:var(--text-muted);font-size:1.125rem;line-height:1.6}.docs-header hr{border:0;border-top:1px solid var(--border-color);margin:3rem 0}@media (min-width: 1024px){.docs-sidebar{display:block;position:sticky;top:8rem;height:calc(100vh - 10rem);overflow-y:auto}}.mobile-toc{margin-bottom:2rem;padding:1.5rem 1rem;border-radius:0.75rem;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);text-align:center}.mobile-toc h4{font-weight:600;margin-bottom:1rem;color:var(--text-white)}.mobile-toc-links{display:flex;flex-wrap:wrap;gap:0.625rem;justify-content:center}.mobile-toc-link{font-size:0.75rem;background:var(--primary-blue);padding:0.375rem 0.75rem;border-radius:0.375rem;color:white;text-decoration:none;transition:background-color 0.2s}.mobile-toc-link:hover{background-color:#1e3a8a}.docs-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem;list-style:none !important;padding-left:0 !important}@media (min-width: 768px){.docs-grid{grid-template-columns:1fr 1fr}}.docs-card{background:rgba(21,38,113,0.3);padding:1rem;border-radius:0.5rem;border:1px solid rgba(255,255,255,0.05);display:flex;align-items:center;gap:1rem}.status-item{display:flex;align-items:flex-start;gap:0.75rem;margin-bottom:1rem}.status-dot{width:0.5rem;height:0.5rem;border-radius:50%;margin-top:0.6rem;flex-shrink:0}.bg-green{background-color:#4ade80}.bg-yellow{background-color:#facc15}.bg-red{background-color:#f87171}.bg-purple{background-color:#c084fc}.text-blue{color:#60a5fa}.text-gray{color:#9ca3af}.back-link{display:inline-flex;align-items:center;gap:0.5rem;color:var(--text-muted-darker);text-decoration:none;font-family:var(--font-mono);font-size:0.875rem;margin-bottom:3rem;transition:all 0.2s}.back-link:hover{color:white;transform:translateX(-4px)}.post-header{margin-bottom:3rem}.post-meta{display:flex;align-items:center;gap:1rem;font-family:var(--font-mono);font-size:0.875rem;color:rgba(175,190,255,0.5);margin-bottom:1.5rem}.post-title{font-size:2.5rem;line-height:1.15;font-weight:500;color:white;margin-bottom:1.5rem}@media (min-width: 768px){.post-title{font-size:3.5rem}}.post-subtitle{font-size:1.25rem;color:var(--text-muted);line-height:1.6}.post-divider{border:0;height:1px;background:rgba(255,255,255,0.1);margin-bottom:3rem}.post-content{color:var(--text-muted);font-size:1.125rem;line-height:1.75}.post-content p{margin-bottom:1.5rem}.post-content h2{color:white;font-size:1.75rem;font-weight:500;margin-top:3rem;margin-bottom:1.5rem}.post-content h3{color:white;font-size:1.5rem;font-weight:500;margin-top:2rem;margin-bottom:1rem}.post-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.post-content li{margin-bottom:0.5rem;list-style-type:disc}.post-content li::marker{color:#60a5fa}.post-content strong{color:white;font-weight:600}.post-content code{font-family:var(--font-mono);font-size:0.9em;background:rgba(255,255,255,0.1);padding:0.125rem 0.375rem;border-radius:0.25rem;color:white}.post-footer{margin-top:5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1);display:flex;justify-content:space-between;align-items:center;color:var(--text-muted-darker);font-size:0.875rem}.share-btn{display:flex;align-items:center;gap:0.5rem;color:var(--text-muted);background:none;border:none;cursor:pointer;font-size:0.875rem;transition:color 0.2s}.share-btn:hover{color:white}.navbar{position:sticky;top:0;z-index:40;width:100%;background:var(--header-gradient)}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;max-width:var(--max-width);margin:0 auto}.logo-btn{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:0.75rem;color:white;text-decoration:none}.logo-symbol{font-family:var(--font-mono);font-size:1.875rem;font-weight:700;line-height:1}.logo-text{font-size:1.5rem;font-weight:500;letter-spacing:0.025em}.nav-link{color:white;text-decoration:none;padding:0.625rem 1.25rem;border-radius:9999px;font-weight:500;transition:background-color 0.2s}.nav-link:hover{background-color:rgba(255,255,255,0.1)}.nav-link.active{background-color:rgba(255,255,255,0.1)}.mobile-nav-wrapper{position:fixed;bottom:2rem;left:0;right:0;z-index:50;display:flex;justify-content:center;pointer-events:none}@media (min-width: 768px){.mobile-nav-wrapper{display:none}}.mobile-nav{pointer-events:auto;display:flex;align-items:center;background:rgba(10,21,56,0.9);backdrop-filter:blur(12px);border:1px solid rgba(175,190,255,0.2);border-radius:9999px;padding:0.375rem;gap:0.25rem;box-shadow:0 8px 32px rgba(0,0,0,0.5)}.mobile-nav a{color:var(--text-muted);padding:0.75rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all 0.2s}.mobile-nav a.active{background:rgba(255,255,255,0.15);color:white}.mobile-divider{width:1px;height:1.25rem;background:rgba(255,255,255,0.1);margin:0 0.25rem}footer{padding-top:5rem;padding-bottom:6rem;margin-top:auto}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem 2rem;max-width:var(--content-width);margin:0 auto;padding:0 1.5rem}.footer-col{display:flex;flex-direction:column;align-items:flex-start}.footer-brand{display:flex;flex-direction:column;gap:0.5rem;color:white;text-decoration:none;transition:opacity 0.2s}.footer-brand:hover{opacity:0.8}.brand-symbol{font-family:var(--font-mono);font-size:2.25rem;font-weight:700;line-height:1}.brand-name{font-size:1.125rem;font-weight:500}.footer-col h4{color:white;font-weight:600;font-size:1rem;margin-bottom:1.5rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:1rem;padding:0;margin:0}.footer-links li{font-size:1rem;line-height:1.5}.footer-links a{color:var(--text-muted);text-decoration:none;transition:color 0.2s}.footer-links a:hover{color:white}.footer-links .disabled{color:var(--text-muted);opacity:0.5;cursor:default}.social-link{display:flex;align-items:center;gap:0.5rem}.copyright{text-align:center;margin-top:5rem;color:var(--text-muted-darker);font-size:0.875rem}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(4, 1fr);gap:2rem}.copyright{text-align:left;max-width:var(--content-width);margin:5rem auto 0;padding-left:1.5rem}footer{padding-bottom:3rem}}.btn-primary{background:white;color:#152671;padding:0.875rem 2rem;border-radius:0.75rem;font-weight:600;font-size:1.125rem;text-decoration:none;display:inline-flex;align-items:center;gap:0.75rem;box-shadow:0 20px 25px -5px rgba(0,0,0,0.1);transition:transform 0.2s, background-color 0.2s}.btn-primary:hover{background-color:#ebedff;transform:scale(1.05)}.back-link{display:inline-flex;align-items:center;gap:0.5rem;color:var(--text-muted);text-decoration:none;transition:color 0.2s;font-weight:500;font-size:0.875rem}.back-link:hover{color:white}.project-card{position:relative;border-radius:1rem;padding:2rem;overflow:hidden;transition:all 0.3s ease;cursor:pointer;text-decoration:none;display:block;height:100%;border:1px solid var(--border-color)}.project-card.featured{background:rgba(10,14,23,0.6);backdrop-filter:blur(12px)}.project-card.featured:hover{border-color:rgba(255,255,255,0.2)}.project-card.placeholder{background:rgba(10,14,23,0.4);border:1px solid rgba(255,255,255,0.05);cursor:default}.project-card.placeholder:hover{border-color:rgba(255,255,255,0.1)}.card-glow{position:absolute;top:-5rem;right:-5rem;width:16rem;height:16rem;background:#152671;border-radius:50%;filter:blur(80px);opacity:0.4;transition:opacity 0.3s;pointer-events:none}.project-card:hover .card-glow{opacity:0.6}.card-content{position:relative;z-index:10;display:flex;flex-direction:column;height:100%;justify-content:space-between;gap:3rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.project-icon{width:3rem;height:3rem;background:rgba(255,255,255,0.1);border-radius:0.75rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-family:var(--font-mono);font-weight:700;color:white;transition:transform 0.3s}.project-card:hover .project-icon{transform:scale(1.1)}.status-badge{padding:0.25rem 0.75rem;border-radius:9999px;background:rgba(59,130,246,0.2);color:#bfdbfe;font-size:0.75rem;font-weight:500;border:1px solid rgba(59,130,246,0.3)}.project-title{font-size:1.875rem;font-weight:500;color:white;margin-bottom:0.75rem}.project-desc{font-size:1.125rem;color:rgba(175,190,255,0.7);line-height:1.5}.card-footer{display:flex;align-items:center;gap:0.5rem;color:white;font-weight:500;transition:transform 0.2s}.project-card:hover .card-footer{transform:translateX(0.5rem)}.card-footer-placeholder{font-family:var(--font-mono);font-size:0.875rem;color:rgba(175,190,255,0.4)}.icon{width:1.25rem;height:1.25rem;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none;vertical-align:text-bottom}.icon-lg{width:1.5rem;height:1.5rem}.terminal-wrapper{width:100%;max-width:56rem;margin-top:4rem;padding:0 1rem}.terminal{background:white;border-radius:0.5rem;box-shadow:0 25px 50px -12px rgba(0,0,0,0.25);overflow:hidden;font-family:var(--font-mono);text-align:left}.terminal-header{background:#f3f4f6;padding:0.75rem 1rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.window-controls{display:flex;gap:0.5rem}.dot{width:0.75rem;height:0.75rem;border-radius:50%;border:1px solid rgba(0,0,0,0.1)}.dot.red{background:#ff5f57;border-color:#e0443e}.dot.yellow{background:#febc2e;border-color:#d69e2a}.dot.green{background:#28c840;border-color:#27ae37}.terminal-title{color:#6b7280;font-size:0.75rem;font-family:var(--font-sans);font-weight:500}.terminal-body{padding:1.5rem;font-size:0.875rem;color:#1f2937}.cmd-line{margin-bottom:1rem}.cmd-prompt{display:flex;gap:0.5rem;margin-bottom:0.25rem}.prompt-arrow{color:#16a34a;font-weight:bold}.prompt-tilde{color:#2563eb;font-weight:bold}.cmd-output{padding-left:1rem;color:#6b7280}.cursor{display:inline-block;width:0.5rem;height:1.25rem;background:#9ca3af;animation:pulse 2s infinite;vertical-align:middle}@keyframes pulse{0%,
    100%{opacity:1}50%{opacity:0.5}}.code-box-display{background:var(--bg-dark);border:1px solid var(--border-color);border-radius:1rem;padding:2rem;margin:2rem auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;transition:border-color 0.2s;max-width:48rem;position:relative}.code-box-display:hover{border-color:rgba(255,255,255,0.2)}.code-content{font-family:var(--font-mono);text-align:left;overflow-x:auto;white-space:nowrap}@media (max-width: 480px){.code-box-display{padding:1rem;margin:1rem auto;max-width:calc(100vw - 3rem);overflow:hidden;position:relative}.code-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100vw - 7rem)}.code-box-display::after{content:"";position:absolute;top:0;right:0;width:4rem;height:100%;background:linear-gradient(to right, transparent 0%, rgba(10,14,23,0.3) 40%, var(--bg-dark) 100%);pointer-events:none;z-index:1}.tooltip{z-index:2}}.yellow{color:#facc15}.gray{color:#6b7280}.copy-icon{color:var(--text-muted)}.code-box-display:hover .copy-icon{color:white}.tooltip{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:white;color:var(--primary-blue);padding:0.375rem 0.75rem;border-radius:9999px;font-size:0.75rem;font-weight:700;opacity:0;pointer-events:none;transition:opacity 0.2s;box-shadow:0 10px 15px -3px rgba(0,0,0,0.25);z-index:10;display:flex;align-items:center;gap:0.25rem;white-space:nowrap}.tooltip::before{content:"";display:inline-block;width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23152671' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.tooltip.show{opacity:1}.nimble-box{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(21,38,113,0.5);border:1px solid rgba(255,255,255,0.1);padding:0.375rem 0.75rem;border-radius:0.5rem;font-family:var(--font-mono);margin-left:0.5rem;cursor:pointer;position:relative}.articles-list{display:flex;flex-direction:column;gap:0.5rem}.article-item{display:flex;flex-direction:column;gap:0.5rem;padding:1rem;border-radius:0.5rem;text-decoration:none;border:1px solid transparent;transition:all 0.2s}@media (min-width: 768px){.article-item{flex-direction:row;align-items:center;gap:2rem}}.article-item:hover{background:rgba(255,255,255,0.05);border-color:rgba(255,255,255,0.05)}.article-date{font-family:var(--font-mono);font-size:0.875rem;color:rgba(175,190,255,0.5);white-space:nowrap}.article-title{font-size:1.125rem;color:rgba(175,190,255,0.9);font-weight:500;transition:color 0.2s}.article-item:hover .article-title{color:white}.article-read{margin-left:auto;display:none;align-items:center;gap:0.25rem;color:rgba(175,190,255,0.5);font-size:0.875rem;opacity:0;transition:opacity 0.2s}@media (min-width: 768px){.article-read{display:flex}}.article-item:hover .article-read{opacity:1}.view-all-container{margin-top:1.5rem;display:flex;justify-content:flex-end}.view-all-link{display:inline-flex;align-items:center;gap:0.5rem;color:var(--text-muted);font-size:0.875rem;text-decoration:none;transition:color 0.2s;font-weight:500}.view-all-link:hover{color:white}.view-all-link .icon{width:1rem;height:1rem;transition:transform 0.2s}.view-all-link:hover .icon{transform:translateX(4px)}.code-block{background:var(--bg-dark);border:1px solid var(--border-color);border-radius:0.5rem;margin:1.5rem 0;font-family:var(--font-mono);font-size:0.875rem;color:var(--text-muted);overflow:hidden;position:relative;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06)}.code-block-inner{padding:1rem;overflow-x:auto;cursor:text;width:100%;max-width:100%}.code-line{display:flex;padding:0.15rem 0.5rem;border-radius:0.25rem;white-space:pre;transition:background-color 0.15s ease;line-height:1.6;width:100%;max-width:100%}@media (max-width: 480px){.code-block{overflow:hidden;max-width:calc(100vw - 3rem);position:relative}.code-block-inner{overflow:hidden;width:100%;max-width:100%}.code-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;width:100%;display:block}.code-block::after{content:"";position:absolute;top:0;right:0;width:3.5rem;height:100%;background:linear-gradient(to right, transparent 0%, rgba(10,14,23,0.3) 40%, var(--bg-dark) 100%);pointer-events:none;z-index:1}.code-copy-indicator{z-index:2}.code-copied-toast{z-index:3}}.code-line.is-command{cursor:pointer}.code-line.is-command:hover{background-color:rgba(255,255,255,0.05);color:white}.syntax-cmd{color:#facc15;font-weight:700;margin-right:0.5rem}.syntax-args{color:rgba(175,190,255,0.9)}.syntax-comment{color:#6b7280;font-style:italic;user-select:none}.code-copy-indicator{position:absolute;top:0.5rem;right:0.5rem;padding:0.4rem;border-radius:0.375rem;background:rgba(255,255,255,0.05);color:rgba(255,255,255,0.6);opacity:0;pointer-events:none;transition:opacity 0.2s;display:flex;align-items:center;justify-content:center}.code-block:hover .code-copy-indicator{opacity:1}.code-copied-toast{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:white;color:var(--primary-blue);font-size:0.75rem;font-weight:700;padding:0.375rem 0.75rem;border-radius:9999px;box-shadow:0 10px 15px -3px rgba(0,0,0,0.25);display:flex;align-items:center;gap:0.35rem;pointer-events:none;opacity:0;transition:opacity 0.2s;z-index:10}.code-copied-toast.show{opacity:1}.hero{padding:5rem 0;max-width:56rem;margin:0 auto;display:flex;flex-direction:column}.hero--left{text-align:left;align-items:flex-start}.hero--center{text-align:center;align-items:center}.hero-symbol{font-family:var(--font-mono);font-size:6rem;font-weight:700;line-height:1;margin-bottom:1rem}.hero-title{font-size:2.5rem;font-weight:500;letter-spacing:-0.025em;line-height:1;color:var(--text-white);margin-bottom:1.5rem}@media (min-width: 768px){.hero-title{font-size:4.5rem}}.hero-title span{color:var(--color-purple-light)}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);max-width:42rem;line-height:1.6;font-weight:300}.hero--center .hero-subtitle{margin:0 auto 1.5rem auto}.hero--left .hero-subtitle{margin:0 0 1.5rem 0}@media (min-width: 768px){.hero-subtitle{font-size:1.5rem}}.badge-work{display:inline-flex;align-items:center;gap:0.5rem;padding:0.25rem 0.75rem;border-radius:9999px;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);font-size:0.875rem;color:var(--text-muted);font-family:var(--font-mono)}.ping-wrapper{position:relative;display:flex;width:0.5rem;height:0.5rem}.ping-dot{position:absolute;display:inline-flex;height:100%;width:100%;border-radius:50%;background-color:var(--color-green-light);opacity:0.75;animation:ping 1s cubic-bezier(0, 0, 0.2, 1) infinite}.ping-dot-static{position:relative;display:inline-flex;border-radius:50%;height:0.5rem;width:0.5rem;background-color:var(--color-green)}@keyframes ping{75%,
    100%{transform:scale(2);opacity:0}}.social-link-hero{display:flex;align-items:center;gap:0.5rem;color:var(--text-white);text-decoration:none;transition:color 0.2s}.social-link-hero:hover{color:var(--color-purple)}.social-link-hero .icon{width:1.25rem;height:1.25rem}.divider-vertical{width:1px;height:1.5rem;background:rgba(255,255,255,0.2)}.hero-section{width:100%;max-width:var(--max-width);margin:0 auto;padding-top:5rem;display:flex;flex-direction:column}.features-section{padding:8rem 1.5rem;width:100%;max-width:var(--max-width)}.features-grid{display:grid;gap:4rem}@media (min-width: 1024px){.features-grid{grid-template-columns:1fr 1fr;gap:6rem}}.feature-title-main{font-size:2.25rem;line-height:1.1;margin-bottom:2rem;font-weight:500}@media (min-width: 1024px){.feature-title-main{font-size:3rem}}.feature-text{color:var(--text-muted);font-size:1.125rem;line-height:1.6;margin-bottom:1.5rem}.sub-feature{margin-bottom:4rem}.sub-feature h3{font-size:1.875rem;font-weight:500;margin-bottom:1rem}.community-section{padding:8rem 1.5rem;width:100%;max-width:var(--max-width)}.community-grid{display:flex;flex-direction:column;gap:6rem;text-align:center}.community-item{padding:0}.community-title{font-size:2rem;line-height:1.3;margin-bottom:1rem;font-weight:500}@media (min-width: 1024px){.community-title{font-size:1.875rem}}.community-description{color:var(--text-muted);font-size:1.125rem;line-height:1.6;max-width:42rem;margin:0 auto}.community-icon{width:42px;height:42px}.install-section{text-align:center;padding:6rem 1.5rem;max-width:56rem;margin:0 auto 5rem}.article{display:flex;flex-direction:column}.article-header{margin-bottom:3rem}.article-subtitle{font-size:1.25rem;color:var(--text-muted);line-height:1.6}.article-divider{border:0;height:1px;background:rgba(255,255,255,0.1);margin-bottom:3rem}.article-content{color:var(--text-muted);font-size:1.125rem;line-height:1.75}.article-content p{margin-bottom:1.5rem}.article-content h2{color:var(--text-white);font-size:1.75rem;font-weight:500;margin-top:3rem;margin-bottom:1.5rem}.article-content h3{color:var(--text-white);font-size:1.5rem;font-weight:500;margin-top:2rem;margin-bottom:1rem}.article-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.article-content ul li{margin-bottom:0.5rem;list-style-type:disc}.article-content ul li::marker{color:#60a5fa}.article-content strong{color:var(--text-white);font-weight:600}.article-content code{font-family:var(--font-mono);font-size:0.9em;background:rgba(255,255,255,0.1);padding:0.125rem 0.375rem;border-radius:0.25rem;color:var(--text-white)}.article-footer{margin-top:5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1);display:flex;justify-content:space-between;align-items:center;color:var(--text-muted-darker);font-size:0.875rem}.share-btn{display:flex;align-items:center;gap:0.5rem;color:var(--text-muted);background:none;border:none;cursor:pointer;font-size:0.875rem;transition:color 0.2s}.share-btn:hover{color:var(--text-white)}.doc-section{scroll-margin-top:8rem;margin-bottom:4rem}.doc-section h1{font-size:2.5rem;font-weight:500;margin-bottom:1.5rem;color:var(--text-white)}.doc-section h2{font-size:1.875rem;font-weight:500;margin-top:3rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color);color:var(--text-white)}.doc-section h3{font-size:1.25rem;font-weight:500;margin-top:2rem;margin-bottom:1rem;color:var(--text-white)}.doc-section p{color:var(--text-muted);font-size:1.125rem;line-height:1.6;margin-bottom:1.5rem}.doc-section ul{list-style:disc inside;color:var(--text-muted);margin-bottom:2rem;padding-left:0}.doc-section ul li{margin-bottom:0.5rem}.doc-section code:not(pre code){background:rgba(255,255,255,0.1);padding:0.125rem 0.375rem;border-radius:0.25rem;font-family:var(--font-mono);font-size:0.9em;color:var(--text-white)}.section-divider{height:1px;background:var(--border-color);margin:4rem 0;opacity:0.5}.docs-wrapper{display:flex;gap:3rem;max-width:var(--max-width);margin:0 auto;padding:5rem 1.5rem 8rem}.docs-main{flex:1;min-width:0}.docs-header{margin-bottom:4rem}.docs-header h1{font-size:3rem;font-weight:500;color:var(--text-white);margin-top:1rem;margin-bottom:1rem}.docs-header p{color:var(--text-muted);font-size:1.125rem;line-height:1.6}.docs-header hr{border:0;border-top:1px solid var(--border-color);margin:3rem 0}
