@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;800&family=JetBrains+Mono:wght@400;500&display=swap";
:root{--bg-base:#f4f4f5;--bg-surface:#fff;--bg-surface-hover:#fafafa;--text-main:#09090b;--text-muted:#52525b;--accent:#2563eb;--accent-hover:#1d4ed8;--border:#e4e4e7;--shape-1:#2563eb14;--shape-2:#0ea5e914;--shape-3:#8b5cf614;--code-bg:#09090b;--code-text:#f4f4f5;--header-bg:#fffffff2;--selection-bg:#2563eb;--selection-text:#fff;--token-keyword:#8b5cf6;--token-entity:#2563eb;--token-property:#e11d48;--token-operator:#0891b2}[data-theme=dark]{--bg-base:#09090b;--bg-surface:#18181b;--bg-surface-hover:#27272a;--text-main:#fafafa;--text-muted:#a1a1aa;--accent:#3b82f6;--accent-hover:#60a5fa;--border:#27272a;--shape-1:#3b82f626;--shape-2:#0ea5e91a;--shape-3:#8b5cf61a;--code-bg:#000;--code-text:#fafafa;--header-bg:#09090bf2;--selection-bg:#3b82f6;--selection-text:#fff;--token-keyword:#c678dd;--token-entity:#61afef;--token-property:#e06c75;--token-operator:#56b6c2}*{box-sizing:border-box;margin:0;padding:0}::selection{background:var(--selection-bg);color:var(--selection-text)}mark,.search-highlight{background:var(--accent);color:var(--selection-text);border-radius:2px;padding:.1rem .2rem;font-weight:600;transition:all .5s}.search-highlight.fade-out{color:inherit;font-weight:inherit;background-color:#0000}html{background-color:var(--bg-base);color:var(--text-main);max-width:100%;transition:background-color .3s,color .3s;overflow-x:hidden}body{color:inherit;-webkit-font-smoothing:antialiased;background-color:#0000;max-width:100%;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,.brand-text{letter-spacing:-.04em;margin:0;font-weight:800}a{color:inherit;text-decoration:none}p{color:var(--text-muted)}main{width:100%;margin:0 auto}header{background-color:var(--header-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:100;width:100%;position:fixed;top:0;left:0}nav{justify-content:space-between;align-items:center;width:100%;max-width:1536px;margin:0 auto;padding:1.5rem 3rem;display:flex}.logo{letter-spacing:-.05em;text-transform:uppercase;font-size:1.5rem;font-weight:800}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.theme-toggle{border:1px solid var(--border);color:var(--text-main);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.theme-toggle:hover{background:var(--text-main);color:var(--bg-base)}.hero{border-bottom:1px solid var(--border);flex-direction:column;justify-content:center;min-height:100svh;padding:calc(72px + 4rem) 2rem 12rem;display:flex}.hero-content{width:100%;max-width:1200px;margin:0 auto}.hero h1{text-transform:uppercase;margin-bottom:2rem;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1}.hero p{max-width:600px;margin-bottom:2.5rem;font-size:clamp(1rem,1.5vw,1.25rem)}.cta-group{gap:1rem;display:flex}.btn{text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:1px solid var(--border);color:var(--text-main);background:0 0;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:.85rem;font-weight:600;transition:all .1s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:hover{color:var(--accent);background:0 0}.btn-secondary:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.split-section{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;min-height:100svh;display:grid}.split-content{border-right:1px solid var(--border);flex-direction:column;justify-content:center;padding:4rem 2rem;display:flex}.split-content h2{text-transform:uppercase;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,4rem);line-height:1}.split-content p{max-width:400px;font-size:1.2rem}.code-panel{background:var(--code-bg);border:1px solid var(--border);flex-direction:column;justify-content:center;max-width:100%;padding:4rem 2rem;display:flex;overflow:auto hidden}.code-panel pre{color:var(--code-text);max-width:100%;margin:0;font-family:JetBrains Mono,monospace;font-size:.9rem;line-height:1.5;overflow-x:auto}.token-keyword{color:var(--token-keyword);font-weight:700}.token-entity{color:var(--text-main);font-weight:700}.token-operator{color:var(--text-muted)}.token-property{color:var(--text-main)}.token-comment{color:var(--text-muted);font-style:italic}@media (max-width:968px){.split-section{grid-template-columns:1fr}.split-content{border-right:none;border-bottom:1px solid var(--border)}}.feature-list{border-bottom:1px solid var(--border);flex-direction:column;display:flex}.feature-item{border-bottom:1px solid var(--border);grid-template-columns:100px 1fr 2fr;align-items:start;gap:2rem;padding:3rem 2rem;transition:background .3s;display:grid}.feature-item:last-child{border-bottom:none}.feature-item:hover{background:var(--bg-surface)}.feature-num{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:1.5rem}.feature-item h3{text-transform:uppercase;font-size:1.5rem}.feature-item p{margin:0;font-size:1.1rem}@media (max-width:768px){.feature-item{grid-template-columns:1fr;gap:1rem}.feature-num{display:none}}footer{background-color:var(--bg-surface);border-top:1px solid var(--border);color:var(--text-muted);padding:3rem 2rem;font-size:.85rem}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.footer-links{text-transform:uppercase;letter-spacing:.05em;gap:1.5rem;font-weight:500;display:flex}.footer-links a{transition:color .1s}.footer-links a:hover{color:var(--text-main)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-base);border-left:1px solid var(--border)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:0}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.docs-mobile-header-btn{color:var(--text-main);cursor:pointer;background:0 0;border:none;margin-right:.25rem;padding:0;display:none}@media (max-width:768px){.docs-mobile-header-btn{justify-content:center;align-items:center;display:flex}}.bg-shapes{z-index:-1;pointer-events:none;width:100%;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.shape{border-radius:50%;transition:background-color .4s;position:absolute}.shape-1{background-color:var(--shape-1);width:800px;height:800px;top:-200px;right:-200px}.shape-2{background-color:var(--shape-2);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;width:600px;height:600px;bottom:-100px;left:-150px}.shape-3{background-color:var(--shape-3);border-radius:10%;width:400px;height:400px;top:40%;left:60%;transform:rotate(45deg)}.logo-dot{background-color:var(--accent);border-radius:50%;width:12px;height:12px;display:inline-block}.underlined-link{color:var(--fg);border-bottom:1px solid var(--border);padding-bottom:2px;text-decoration:none;transition:all .2s}.underlined-link:hover{color:var(--fg-accent);border-bottom-color:var(--fg-accent)}.hero-section{box-sizing:border-box;z-index:10;align-items:flex-end;min-height:100svh;padding:8rem 4rem 6rem;display:flex;position:relative}@media (max-width:768px){.hero-section{padding:8rem 2rem 4rem}}.hero-grid{width:100%;max-width:1600px;margin:0 auto}.hero-text{max-width:900px;margin-left:10%}.hero-text h1{text-transform:uppercase;letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.05}.sub-text{color:var(--text-muted);letter-spacing:-.01em;max-width:700px;margin-bottom:2rem;font-size:clamp(1.1rem,1.5vw,1.25rem);line-height:1.5}.tagline{text-transform:uppercase;color:var(--text-main);letter-spacing:.05em;opacity:.8;margin-bottom:3rem;font-family:JetBrains Mono,monospace;font-size:.8rem}.content-section,.execution-loop-section,.code-split-section,.footer-cta-section{border-top:1px solid var(--border);padding:8rem 4rem}@media (max-width:768px){.content-section,.execution-loop-section,.code-split-section,.footer-cta-section{padding:6rem 2rem}}.two-col-grid{grid-template-columns:1fr 1fr;gap:6rem;max-width:1600px;margin:0 auto;display:grid}.two-col-grid>*{min-width:0;max-width:100%}@media (max-width:1024px){.two-col-grid{grid-template-columns:1fr;gap:4rem}}.two-col-grid.align-top{align-items:start}.col-text h2{letter-spacing:-.04em;text-transform:uppercase;margin-bottom:2rem;font-size:clamp(2rem,4.5vw,4rem);line-height:1.05}.col-text h3{text-transform:uppercase;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:1.5rem}.col-text p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.25rem;line-height:1.6}.brutalist-list{border-left:2px solid var(--text-main);margin:0 0 2rem;padding:0;list-style:none}.brutalist-list li{border-bottom:1px solid var(--border);color:var(--text-main);padding:1rem 0 1rem 1.5rem;font-size:1.25rem;font-weight:500}.brutalist-list.check li{position:relative}.brutalist-list li:last-child{border-bottom:none}.execution-loop-section{background:var(--bg-surface-hover)}.loop-container{max-width:1600px;margin:0 auto}.loop-container h2{text-transform:uppercase;letter-spacing:-.03em;margin-bottom:3rem;font-size:clamp(2rem,4vw,3rem)}.pipeline-track{scrollbar-width:thin;scrollbar-color:var(--border) transparent;grid-template-columns:repeat(5,1fr 28px) 1fr;align-items:start;margin-bottom:3rem;display:grid;overflow-x:auto}.pipeline-step{border:1px solid var(--border);background:var(--bg-base);cursor:pointer;-webkit-user-select:none;user-select:none;box-sizing:border-box;flex-direction:column;gap:.35rem;height:100%;min-height:80px;padding:.9rem 2.25rem .9rem 1rem;transition:background .2s,border-color .2s;display:flex;position:relative}.pipeline-step:hover{background:var(--bg-surface);border-color:var(--accent)}.pipeline-step:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.pipeline-step--expanded{border-color:var(--accent);background:var(--bg-surface)}.pipeline-expand-icon{border:1px solid var(--border);width:18px;height:18px;color:var(--text-muted);background:0 0;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .2s,color .2s;display:flex;position:absolute;top:.7rem;right:.7rem}.pipeline-step:hover .pipeline-expand-icon,.pipeline-step--expanded .pipeline-expand-icon{border-color:var(--accent);color:var(--accent)}.pipeline-num{letter-spacing:.1em;color:var(--accent);text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:.62rem;font-weight:700;line-height:1}.pipeline-label{letter-spacing:-.01em;color:var(--text-main);text-transform:uppercase;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;line-height:1.25}.pipeline-desc{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:.67rem;line-height:1.5;display:block}.pipeline-connector{flex-direction:row;justify-content:center;align-items:center;width:100%;height:80px;display:flex}.pipeline-connector-line{background:var(--border);flex:1;height:1px}.pipeline-connector-arrow{width:12px;height:12px;color:var(--text-muted);flex-shrink:0}.loop-container p{max-width:800px;color:var(--text-muted);font-size:1.25rem;line-height:1.6}@media (max-width:768px){.pipeline-track{grid-template-columns:1fr;grid-auto-rows:auto;overflow-x:visible}.pipeline-step{width:100%;min-height:72px;padding:.85rem 2.25rem .85rem .9rem}.pipeline-connector{flex-direction:column;justify-content:center;width:auto;height:24px}.pipeline-connector-line{flex:1;width:1px;height:auto}.pipeline-connector-arrow{transform:rotate(90deg)}}.code-block-wrapper h3{text-transform:uppercase;letter-spacing:-.01em;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:1.2rem;font-weight:600}.proj-cards{border-top:1px solid var(--border);flex-direction:column;display:flex}.proj-card{border-bottom:1px solid var(--border);transition:background .2s}.proj-card--open{background:0 0}.proj-card-header{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.1rem 0;display:flex}.proj-card-meta{flex-direction:column;gap:.2rem;display:flex}.proj-card-name{color:var(--text-main);letter-spacing:-.01em;font-family:JetBrains Mono,monospace;font-size:1rem;font-weight:700}.proj-card-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);opacity:.8;font-family:JetBrains Mono,monospace;font-size:.65rem}.proj-card-chevron{color:var(--text-muted);flex-shrink:0;align-items:center;display:flex}.proj-card--open .proj-card-chevron{color:var(--text-main)}.proj-card-desc{color:var(--text-muted);margin:0 0 1rem;padding-right:1rem;font-size:1rem;line-height:1.65}.proj-card-link{letter-spacing:.03em;text-transform:uppercase;color:var(--text-main);border-bottom:1px solid var(--border);align-items:center;gap:.4rem;margin-bottom:1.2rem;padding-bottom:.1em;font-family:JetBrains Mono,monospace;font-size:.78rem;font-weight:600;transition:color .15s,border-color .15s;display:inline-flex}.proj-card-link:hover{color:var(--accent);border-color:var(--accent)}.proj-card-arrow{transition:transform .2s}.proj-card-link:hover .proj-card-arrow{transform:translate(2px,-2px)}.rdmap-legend{flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;display:flex}.rdmap-legend-item{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);align-items:center;gap:.5rem;font-family:JetBrains Mono,monospace;font-size:.75rem;display:flex}.rdmap-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.rdmap-dot--done{background:#10b981}.rdmap-dot--active{background:var(--accent)}.rdmap-dot--planned{background:var(--border);border:1px solid var(--text-muted);box-sizing:border-box}.rdmap-chart{border-top:1px solid var(--border);flex-direction:column;gap:0;display:flex}.rdmap-row{border-bottom:1px solid var(--border);grid-template-columns:1fr 2fr auto;align-items:center;gap:1.5rem;padding:1rem 0;display:grid}@media (max-width:768px){.rdmap-row{grid-template-columns:1fr;gap:.6rem}}.rdmap-meta{flex-direction:column;gap:.2rem;min-width:0;display:flex}.rdmap-label{color:var(--text-main);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;overflow:hidden}.rdmap-note{color:var(--text-muted);letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;font-family:JetBrains Mono,monospace;font-size:.68rem;overflow:hidden}.rdmap-track{background:var(--border);border-radius:3px;height:6px;position:relative;overflow:hidden}.rdmap-fill{border-radius:3px;height:100%;position:absolute;top:0;left:0}.rdmap-row--done .rdmap-fill{background:#10b981}.rdmap-row--active .rdmap-fill{background:linear-gradient(90deg, var(--accent), #60a5fa);animation:2.5s ease-in-out infinite rdmap-pulse}.rdmap-row--planned .rdmap-fill{display:none}@keyframes rdmap-pulse{0%,to{opacity:1}50%{opacity:.7}}.rdmap-badge{text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;border:1px solid #0000;border-radius:9999px;flex-shrink:0;padding:.2rem .6rem;font-family:JetBrains Mono,monospace;font-size:.62rem}.rdmap-badge--done{color:#10b981;background:#10b98114;border-color:#10b981}.rdmap-badge--active{color:var(--accent);border-color:var(--accent);background:#3b82f614}.rdmap-badge--planned{color:var(--text-muted);border-color:var(--border)}.term-shell{border:1px solid var(--border);background:var(--bg-surface);box-sizing:border-box;border-radius:6px;width:100%;overflow:hidden;box-shadow:0 4px 24px #00000014}.term-titlebar{background:var(--bg-base);border-bottom:1px solid var(--border);align-items:center;gap:.5rem;min-height:36px;padding:.55rem .85rem;display:flex}.term-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.dot-red{background:#ff5f57}.dot-yellow{background:#ffbd2e}.dot-green{background:#28ca42}.term-filename{color:var(--text-muted);letter-spacing:.02em;flex:1;margin-left:.5rem;font-family:JetBrains Mono,monospace;font-size:.72rem}.term-copy-btn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:3px;align-items:center;gap:.3rem;padding:.2rem .55rem;font-family:JetBrains Mono,monospace;font-size:.68rem;line-height:1;transition:color .15s,border-color .15s;display:flex}.term-copy-btn:hover{color:var(--text-main);border-color:var(--text-muted)}.term-body{flex-direction:row;display:flex;overflow:auto}.term-gutter{border-right:1px solid var(--border);background:var(--bg-base);color:var(--text-muted);opacity:.45;-webkit-user-select:none;user-select:none;text-align:right;flex-direction:column;flex-shrink:0;padding:1rem .7rem 1rem .6rem;font-family:JetBrains Mono,monospace;font-size:.78rem;line-height:1.65;display:flex}.term-code{color:var(--text-main);background:0 0;flex:1;margin:0;padding:1rem 1.25rem;font-family:JetBrains Mono,monospace;font-size:.82rem;line-height:1.65;overflow-x:auto}.term-line{white-space:pre;min-height:1.65em;display:block}.ct-keyword{color:var(--token-keyword);font-weight:700}.ct-entity{color:var(--token-entity);font-weight:700}.ct-property{color:var(--token-property)}.ct-operator{color:var(--token-operator)}.rt-body{align-items:flex-start;min-height:8rem}.rt-code{color:var(--text-main);width:100%;font-size:.85rem;line-height:1.75}.rt-dim{color:var(--text-muted);opacity:.55}.rt-accent{color:var(--accent);font-weight:700}.rt-success{color:#10b981;font-weight:700}.rt-cursor{color:var(--accent);vertical-align:middle;font-size:.9em;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.rt-live-badge{color:#10b981;letter-spacing:.08em;text-transform:uppercase;border:1px solid #10b981;border-radius:9999px;padding:.1rem .45rem;font-family:JetBrains Mono,monospace;font-size:.65rem;animation:2s ease-in-out infinite pulse-badge}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.55}}.token-dim{color:var(--text-muted);opacity:.5}.final-tagline{text-transform:uppercase;color:var(--text-muted);text-align:center;letter-spacing:.05em;max-width:1000px;margin:0 auto;font-family:JetBrains Mono,monospace;font-size:clamp(1.2rem,3vw,2rem)}.large-ctas{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.large-link{text-transform:uppercase;letter-spacing:-.01em;border-bottom:2px solid var(--text-main);padding-bottom:.1em;font-size:1.5rem;font-weight:600;transition:opacity .2s}.large-link:hover{opacity:.5}.hero,.split-section{display:none}@media (max-width:900px){.hero-text{max-width:100%;margin-left:0;padding:0 1rem}.hero-text h1{font-size:clamp(2rem,8vw,3rem);line-height:1.1}.sub-text{max-width:100%;padding-right:1rem;font-size:1rem}.cta-group{flex-direction:column;width:100%;margin-top:1.5rem}.cta-group .btn{text-align:center;width:100%}.nav-links{gap:1rem}.mobile-hide{display:none!important}.two-col-grid{grid-template-columns:1fr;gap:3rem}.content-section,.execution-loop-section,.code-split-section,.footer-cta-section{padding:4rem 1.5rem}.code-panel{padding:1.5rem;overflow-x:auto}.loop-track{flex-wrap:wrap;justify-content:center;padding:1.5rem;font-size:1rem}.loop-container h2,.col-text h2,.hero-text h1{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:clamp(1.8rem,6vw,2.5rem)}.large-ctas{text-align:left;flex-direction:column;align-items:flex-start;gap:1.5rem}.large-link{width:100%;padding-bottom:.5rem;font-size:1.25rem;display:block}.final-tagline{text-align:left;margin-top:2rem;font-size:1rem}}@media (max-width:480px){header nav{padding:1rem 1.5rem}.hero-section{padding:6rem 1rem 3rem}.brutalist-list li{padding-left:1rem;font-size:1.1rem}}.markdown-body table{border-collapse:collapse;width:100%;margin:1.5rem 0}.markdown-body th,.markdown-body td{border:1px solid var(--border);text-align:left;padding:.75rem 1rem}.markdown-body th{background-color:var(--bg-surface-hover);font-weight:600}
