:root{--station-bg:#f3f1eb;--station-ink:#111;--station-muted:#77736b;--station-line:#d7d3ca;--station-signal:#ff4a1c;--background:var(--station-bg);--surface:#ebe8e0;--foreground:var(--station-ink);--muted:var(--station-muted);--border:var(--station-line);--accent:var(--station-signal);--accent-foreground:#111;--dark:#101010;--dark-soft:#171717;--light-text:#f4f1e9;--container:1560px;--pad:clamp(20px, 4vw, 64px);--section:clamp(88px, 10vw, 160px)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);font-family:var(--font-sans), "Helvetica Neue", Arial, sans-serif;font-synthesis:none;text-rendering:optimizelegibility;margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:4px}::selection{background:var(--accent);color:var(--accent-foreground)}.container{width:min(var(--container), 100%);padding-inline:var(--pad);margin:0 auto}.technical-label{letter-spacing:.105em;text-transform:uppercase;color:var(--muted);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:10px;line-height:1.4}.light-label{color:#f4f1e98f}.site-header{z-index:50;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f3f1ebf0;position:sticky;top:0}.header-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;min-height:72px;display:grid}.brand{letter-spacing:-.03em;align-items:center;gap:8px;width:max-content;font-weight:800;display:inline-flex}.brand-signal{background:var(--accent);width:8px;height:8px;margin-right:4px}.brand-word{letter-spacing:.03em;font-size:14px}.brand-number{font-size:28px;line-height:1}.desktop-nav{gap:clamp(20px,2vw,34px);font-size:13px;display:flex}.desktop-nav a{opacity:.68;transition:opacity .2s;position:relative}.desktop-nav a:after{content:"";background:var(--foreground);transform-origin:0;height:1px;transition:transform .2s;position:absolute;bottom:-8px;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover{opacity:1}.desktop-nav a:hover:after{transform:scaleX(1)}.header-cta{background:var(--foreground);color:var(--background);justify-self:end;align-items:center;gap:22px;padding:13px 16px;font-size:12px;transition:background .2s,color .2s;display:inline-flex}.header-cta:hover{background:var(--accent);color:var(--accent-foreground)}.mobile-nav{justify-self:end;display:none;position:relative}.mobile-nav summary{cursor:pointer;align-items:center;gap:12px;padding:10px 0;font-size:13px;list-style:none;display:flex}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary i,.mobile-nav summary i:after{background:currentColor;width:18px;height:1px;transition:transform .2s;display:block}.mobile-nav summary i:after{content:"";transform:translateY(5px)}.mobile-nav[open] summary i{transform:translateY(2px)rotate(45deg)}.mobile-nav[open] summary i:after{transform:rotate(-90deg)}.mobile-menu{right:calc(var(--pad) * -1);background:var(--dark);width:min(100vw,380px);min-height:calc(100svh - 64px);color:var(--light-text);padding:26px var(--pad);border:0;align-content:start;gap:0;display:grid;position:absolute;top:46px;box-shadow:0 24px 60px #0003}.mobile-menu .technical-label{color:#f4f1e980;margin-bottom:26px}.mobile-menu a{letter-spacing:-.03em;border-bottom:1px solid #f4f1e92e;padding:16px 0;font-size:24px}.mobile-menu .mobile-menu-cta{background:var(--accent);color:var(--accent-foreground);border:0;margin-top:28px;padding:17px 18px;font-size:14px}.hero{border-bottom:1px solid var(--border);min-height:calc(100svh - 72px);position:relative;overflow:hidden}.hero-grid-lines{opacity:.42;background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);background-size:clamp(56px,5.55vw,88px) clamp(56px,5.55vw,88px);position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 45% 100%);mask-image:linear-gradient(90deg,#0000 0,#000 45% 100%)}.hero-inner{grid-template-columns:minmax(0,1.42fr) minmax(390px,.78fr);align-items:stretch;min-height:calc(100svh - 72px);display:grid;position:relative}.hero-copy{z-index:1;border-right:1px solid var(--border);flex-direction:column;justify-content:center;padding:clamp(80px,9vh,120px) clamp(44px,4.5vw,80px) 32px 0;display:flex;position:relative}.hero-kicker{gap:28px;margin-bottom:clamp(34px,5vh,60px);display:flex}.hero-kicker span+span:before{content:"/";color:var(--accent);margin-right:28px}.hero h1{letter-spacing:-.068em;max-width:1000px;margin:0;font-size:clamp(58px,5.65vw,106px);font-weight:690;line-height:.91}.hero h1 span{display:block}.hero-lead{letter-spacing:-.025em;max-width:680px;margin:36px 0 0;font-size:clamp(17px,1.35vw,22px);line-height:1.48}.hero-actions{align-items:center;gap:30px;margin-top:38px;display:flex}.hero-foot{color:var(--foreground);grid-template-columns:repeat(3,1fr);gap:18px;margin-top:auto;padding-top:42px;display:grid}.hero-foot span{border-top:1px solid var(--border);padding-top:10px}.button{border:1px solid var(--foreground);cursor:pointer;justify-content:center;align-items:center;min-height:50px;padding:0 20px;font-size:14px;transition:transform .18s,background .18s,color .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-dark{background:var(--foreground);color:var(--background)}.button-accent{background:var(--accent);border-color:var(--accent);min-height:54px;color:var(--accent-foreground);gap:36px}.button-accent:hover{background:var(--foreground);border-color:var(--foreground);color:var(--background)}.button-outline{color:var(--foreground);background:0 0}.text-link{border-bottom:1px solid var(--foreground);align-items:center;gap:8px;width:max-content;padding-bottom:4px;font-size:14px;display:inline-flex}.hero-visual{background:var(--dark);min-height:calc(100svh - 72px);color:var(--light-text);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-visual:before{content:"";opacity:.2;background-image:linear-gradient(#f4f1e92e 1px,#0000 1px),linear-gradient(90deg,#f4f1e92e 1px,#0000 1px);background-size:25% 12.5%;position:absolute;inset:0}.hero-visual:after{content:"";background:var(--accent);width:9px;height:23%;position:absolute;top:0;left:0}.big-23{z-index:1;letter-spacing:-.14em;color:var(--light-text);font-size:clamp(230px,25vw,460px);font-weight:800;line-height:.72;display:flex;position:relative;transform:translate(-4%)}.big-23 span:last-child{color:#0000;-webkit-text-stroke:2px var(--accent)}.hero-status{z-index:2;text-align:right;color:#f4f1e980;position:absolute;top:32px;right:28px}.hero-status strong{color:var(--accent);font-weight:400}.status-dot{background:var(--accent);width:6px;height:6px;margin-right:7px;display:inline-block;box-shadow:0 0 0 4px #ff4a1c24}.hero-signal{z-index:2;color:#f4f1e985;position:absolute;bottom:34px;left:30px}.hero-axis{z-index:2;color:#f4f1e985;writing-mode:vertical-rl;position:absolute;bottom:31px;right:24px;transform:rotate(180deg)}.hero-orbit{aspect-ratio:1;border:1px solid #f4f1e924;border-radius:50%;width:76%;position:absolute}.crosshair{width:26px;height:26px;position:absolute}.crosshair:before,.crosshair:after{content:"";opacity:.42;background:currentColor;position:absolute}.crosshair:before{width:1px;height:100%;top:0;left:50%}.crosshair:after{width:100%;height:1px;top:50%;left:0}.crosshair-a{color:var(--accent);top:22%;left:13%}.crosshair-b{color:var(--light-text);bottom:19%;right:15%}.section{padding-block:var(--section);border-bottom:1px solid var(--border)}.section-heading{margin-bottom:60px}.split-heading{grid-template-columns:1fr 2fr;align-items:start;gap:40px;display:grid}.section-heading h2,.manifesto h2,.founder h2,.home-form h2,.page-intro h1{letter-spacing:-.057em;margin:0;font-size:clamp(42px,5vw,80px);font-weight:650;line-height:.96}.section-description{max-width:700px;color:var(--muted);margin:18px 0 0;font-size:18px;line-height:1.55}.problem-grid{border-top:1px solid var(--border);border-left:1px solid var(--border);grid-template-columns:repeat(3,1fr);display:grid}.problem-card{border-right:1px solid var(--border);border-bottom:1px solid var(--border);flex-direction:column;min-height:330px;padding:24px;transition:color .25s,background .25s;display:flex;position:relative;overflow:hidden}.problem-card:after{content:"";background:var(--accent);transform-origin:100%;width:44px;height:4px;transition:transform .25s;position:absolute;bottom:0;right:0;transform:scaleX(0)}.problem-card:hover{background:var(--foreground);color:var(--background)}.problem-card:hover:after{transform:scaleX(1)}.problem-card:hover p,.problem-card:hover .card-index{color:#f3f1eb9e}.card-top{color:var(--muted);justify-content:space-between;display:flex}.card-index{color:var(--muted);margin-bottom:auto;font-family:SFMono-Regular,Consolas,monospace;font-size:10px}.problem-card h3{letter-spacing:-.04em;max-width:360px;margin:54px 0 15px;font-size:29px;line-height:1.05}.problem-card p{color:var(--muted);max-width:390px;margin:0;font-size:15px;line-height:1.55}.section-dark{background:var(--dark);color:var(--light-text)}.manifesto{padding-block:clamp(120px,13vw,210px);position:relative;overflow:hidden}.manifesto:after{content:"23";color:#0000;-webkit-text-stroke:1px #f4f1e914;letter-spacing:-.12em;pointer-events:none;font-size:min(46vw,720px);font-weight:800;line-height:.75;position:absolute;bottom:-9vw;right:-2vw}.manifesto-grid{grid-template-columns:1fr 2fr;gap:40px;display:grid}.manifesto-side{z-index:1;flex-direction:column;justify-content:space-between;min-height:100%;display:flex;position:relative}.manifesto-index{color:#f4f1e91f;letter-spacing:-.08em;font-size:clamp(78px,9vw,150px);line-height:.8}.manifesto h2{z-index:1;max-width:1050px;font-size:clamp(58px,7.2vw,122px);position:relative}.manifesto-copy{z-index:1;border-top:1px solid #f4f1e933;grid-template-columns:1fr 1fr;gap:38px;max-width:980px;margin-top:62px;padding-top:24px;display:grid;position:relative}.manifesto p{color:#f4f1e9a6;max-width:620px;margin:0;font-size:18px;line-height:1.55}.systems-list{border-top:1px solid var(--border)}.system-row{border-bottom:1px solid var(--border);grid-template-columns:104px 84px 1.15fr 1.3fr 30px;align-items:center;gap:20px;padding:28px 8px;transition:background .2s,padding .2s,color .2s;display:grid}.system-row:hover{background:var(--accent);padding-inline:18px}.system-row:hover .system-index,.system-row:hover .system-code,.system-row:hover .system-text{color:var(--accent-foreground)}.system-index,.system-code{color:var(--muted);font-family:SFMono-Regular,Consolas,monospace;font-size:10px}.system-title{letter-spacing:-.035em;font-size:27px}.system-text{color:var(--muted);line-height:1.45}.system-arrow{font-size:18px}.projects-grid{grid-template-columns:1.3fr 1fr 1fr;align-items:start;gap:20px;display:grid}.project-card{display:block}.project-visual{aspect-ratio:1.24;border:1px solid var(--border);background:#ddd9d0;position:relative;overflow:hidden}.project-visual:after{content:"↗";background:var(--background);border:1px solid var(--border);place-items:center;width:36px;height:36px;transition:transform .3s;display:grid;position:absolute;top:14px;right:14px;transform:translateY(-56px)}.project-visual img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.project-card:hover .project-visual img{transform:scale(1.025)}.project-card:hover .project-visual:after{transform:translateY(0)}.project-meta{color:var(--muted);justify-content:space-between;margin-top:18px;font-family:Courier New,monospace;font-size:10px;display:flex}.project-card h3{letter-spacing:-.04em;margin:14px 0 10px;font-size:28px;line-height:1.06}.project-card p{color:var(--muted);margin:0 0 18px;line-height:1.55}.tags{flex-wrap:wrap;gap:6px;display:flex}.tags span{border:1px solid var(--border);padding:6px 8px;font-family:Courier New,monospace;font-size:9px}.lab-list{border-top:1px solid var(--border);margin-bottom:36px}.lab-row{border-bottom:1px solid var(--border);grid-template-columns:100px 1.2fr 1fr 145px;align-items:center;gap:24px;padding:30px 12px;transition:padding .2s,background .2s;display:grid}.lab-row:hover{background:var(--surface);padding-inline:22px}.lab-row h3{letter-spacing:-.035em;margin:0;font-size:25px;line-height:1.1}.lab-row p{color:var(--muted);margin:0;line-height:1.45}.lab-meta{text-align:right;color:var(--muted);font-family:Courier New,monospace;font-size:10px}.article-grid{border-top:1px solid var(--border);border-left:1px solid var(--border);grid-template-columns:repeat(2,1fr);display:grid}.article-card{border-right:1px solid var(--border);border-bottom:1px solid var(--border);flex-direction:column;min-height:320px;padding:26px;transition:background .2s;display:flex;position:relative}.article-card:hover{background:var(--surface)}.article-card:after{content:"";background:var(--accent);transform-origin:0;height:3px;transition:transform .25s;position:absolute;top:-1px;left:-1px;right:-1px;transform:scaleX(0)}.article-card:hover:after{transform:scaleX(1)}.article-top{color:var(--muted);justify-content:space-between;font-family:Courier New,monospace;font-size:10px;display:flex}.article-card h3{letter-spacing:-.045em;max-width:540px;margin:56px 0 16px;font-size:34px;line-height:1.05}.article-card p{max-width:590px;color:var(--muted);margin:0;line-height:1.55}.read-more{margin-top:auto;padding-top:26px;font-size:13px}.founder{padding-block:clamp(110px,12vw,180px)}.founder-grid{grid-template-columns:1fr 1fr;align-items:end;gap:80px;display:grid}.founder-mark{background-image:linear-gradient(#f4f1e914 1px,#0000 1px),linear-gradient(90deg,#f4f1e914 1px,#0000 1px);background-size:25% 25%;border:1px solid #f4f1e92e;justify-content:center;align-items:center;min-height:480px;display:flex;position:relative;overflow:hidden}.founder-number{letter-spacing:-.11em;color:#0000;-webkit-text-stroke:1px #f4f1e959;font-size:clamp(180px,24vw,420px);font-weight:800;line-height:.8}.founder-cross{background:linear-gradient(90deg, transparent calc(50% - .5px), var(--accent) 50%, transparent calc(50% + .5px)), linear-gradient(transparent calc(50% - .5px), var(--accent) 50%, transparent calc(50% + .5px));width:32px;height:32px;position:absolute}.founder-mark .technical-label{position:absolute;bottom:20px;left:22px}.founder-copy h2{margin-top:24px}.founder-copy p{color:#f4f1e9a6;max-width:650px;font-size:20px;line-height:1.55}.light-link{color:var(--light-text);border-color:var(--light-text)}.form-section-grid{grid-template-columns:.8fr 1.2fr;align-items:start;gap:80px;display:grid}.home-form h2{margin:24px 0 20px}.home-form>.container>div>p{max-width:520px;color:var(--muted);font-size:18px;line-height:1.55}.task-form{border-top:1px solid var(--border);padding-top:20px}.form-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.task-form label{gap:8px;display:grid}.task-form label span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-family:Courier New,monospace;font-size:10px}.task-form input,.task-form textarea,.task-form select{border:0;border-bottom:1px solid var(--border);width:100%;color:var(--foreground);background:0 0;border-radius:0;outline:none;padding:14px 0}.task-form input:focus,.task-form textarea:focus,.task-form select:focus{border-color:var(--foreground)}.task-form textarea{resize:vertical}.task-form .full{margin-top:24px}.form-action{align-items:center;gap:20px;margin-top:26px;display:flex}.form-action small{max-width:340px;color:var(--muted);line-height:1.4}.form-status{border:1px solid var(--border);margin-top:18px;padding:14px;font-size:13px}.form-status.success{border-color:#487c55}.form-status.error{border-color:#a66b42}.page-intro{border-bottom:1px solid var(--border);padding:120px 0 84px}.page-intro-grid{grid-template-columns:1fr 2fr;gap:40px;display:grid}.page-intro h1{max-width:1050px;font-size:clamp(58px,7vw,112px)}.page-intro p{max-width:720px;color:var(--muted);font-size:20px;line-height:1.55}.content-section{border-bottom:1px solid var(--border);padding-block:90px}.content-grid{grid-template-columns:1fr 2fr;gap:40px;display:grid}.content-grid h2{letter-spacing:-.05em;margin:0;font-size:clamp(34px,4vw,62px);line-height:1}.content-grid p,.prose p{color:var(--muted);font-size:18px;line-height:1.65}.prose{max-width:830px}.prose h2{letter-spacing:-.04em;margin-top:60px;font-size:40px}.prose h3{letter-spacing:-.03em;margin-top:38px;font-size:28px}.metric-grid{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.metric{background:var(--background);min-height:180px;padding:28px}.metric strong{letter-spacing:-.05em;font-size:54px;line-height:1;display:block}.metric span{color:var(--muted);margin-top:16px;display:block}.cta-band{background:var(--accent);color:var(--accent-foreground);padding-block:88px}.cta-band .container{grid-template-columns:1fr auto;align-items:center;gap:40px;display:grid}.cta-band h2{letter-spacing:-.06em;max-width:900px;margin:0;font-size:clamp(46px,6vw,90px);line-height:.93}.footer{background:var(--dark);color:var(--light-text);padding:70px 0 24px;position:relative;overflow:hidden}.footer:before{content:"";background:var(--accent);width:23%;height:4px;position:absolute;top:0;left:0}.footer-top{grid-template-columns:1.25fr .75fr;gap:70px;padding-bottom:84px;display:grid}.footer-brand{letter-spacing:-.08em;align-items:baseline;gap:clamp(14px,2vw,28px);margin-top:44px;font-weight:800;line-height:.75;display:flex}.footer-brand span{font-size:clamp(46px,7.1vw,112px)}.footer-brand strong{letter-spacing:-.12em;color:var(--accent);font-size:clamp(94px,13vw,210px)}.footer-top p{color:#f4f1e98c;margin:28px 0 0;font-size:18px}.footer-navigation{flex-direction:column;justify-content:space-between;padding-top:54px;display:flex}.footer-links{grid-template-columns:repeat(2,1fr);gap:0 32px;font-size:18px;display:grid}.footer-links a{border-top:1px solid #f4f1e92e;padding:14px 0}.footer-action{background:var(--accent);color:var(--accent-foreground);justify-content:space-between;align-items:center;margin-top:54px;padding:20px;font-size:17px;display:flex}.footer-bottom{color:#f4f1e97a;text-transform:uppercase;border-top:1px solid #f4f1e933;grid-template-columns:1fr auto 1fr;gap:20px;padding-top:18px;font-family:SFMono-Regular,Consolas,monospace;font-size:9px;display:grid}.footer-bottom>div{justify-self:end;gap:20px;display:flex}.case-hero-visual{border:1px solid var(--border);margin-top:60px}.inline-list{border-top:1px solid var(--border)}.inline-list div{border-bottom:1px solid var(--border);grid-template-columns:80px 1fr;gap:24px;padding:20px 0;display:grid}.inline-list span:first-child{color:var(--muted);font-family:Courier New,monospace;font-size:10px}@keyframes hero-reveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes number-reveal{0%{opacity:0;transform:translate(5%)}to{opacity:1;transform:translate(-4%)}}.hero-kicker,.hero h1,.hero-lead,.hero-actions,.hero-foot{opacity:0;animation:.55s forwards hero-reveal}.big-23{opacity:0;animation:.7s .18s forwards number-reveal}@media (max-width:1050px){.header-inner{grid-template-columns:1fr auto}.desktop-nav,.header-cta{display:none}.mobile-nav{display:block}.hero-inner{grid-template-columns:1fr}.hero-copy{border-right:0;min-height:650px}.hero-visual{border-top:1px solid var(--border);min-height:480px}.hero-foot{margin-top:48px}.problem-grid{grid-template-columns:repeat(2,1fr)}.projects-grid{grid-template-columns:1fr 1fr}.projects-grid .project-card:last-child{grid-column:1/-1;width:calc(50% - 10px);max-width:none}.lab-row{grid-template-columns:80px 1fr 1fr}.lab-meta{display:none}}@media (max-width:760px){:root{--pad:18px;--section:78px}.site-header{position:sticky}.header-inner{min-height:64px}.hero,.hero-inner{min-height:auto}.hero-copy{min-height:590px;padding:68px 0 28px}.hero-kicker{flex-direction:column;gap:4px;margin-bottom:34px}.hero-kicker span+span:before{content:"";margin:0}.hero h1{font-size:clamp(48px,13.7vw,68px);line-height:.92}.hero-lead{font-size:17px}.hero-actions{flex-direction:column;align-items:flex-start;gap:20px;margin-top:32px}.hero-foot{gap:8px;margin-top:36px;padding-top:0}.hero-foot span{font-size:8px}.hero-foot span:nth-child(2){text-align:center}.hero-foot span:nth-child(3){text-align:right}.hero-visual{min-height:390px}.big-23{font-size:min(62vw,310px)}.hero-orbit{width:72%}.hero-status{top:22px;right:18px}.hero-signal{bottom:22px;left:18px}.hero-axis{bottom:20px;right:16px}.split-heading,.manifesto-grid,.page-intro-grid,.content-grid,.form-section-grid,.founder-grid{grid-template-columns:1fr}.split-heading{gap:22px}.section-heading{margin-bottom:38px}.problem-grid{grid-template-columns:1fr}.problem-card{min-height:250px}.manifesto-side{min-height:110px}.manifesto-index{display:none}.manifesto-copy{grid-template-columns:1fr;gap:18px;margin-top:42px}.systems-list .system-row{grid-template-columns:28px 58px 1fr 25px;gap:10px;padding-block:22px}.system-word,.system-text{display:none}.system-title{font-size:21px}.projects-grid{grid-template-columns:1fr}.projects-grid .project-card:last-child{grid-column:auto;width:auto;max-width:none}.lab-row{grid-template-columns:70px 1fr;gap:14px}.lab-row p{grid-column:2}.article-grid{grid-template-columns:1fr}.article-card h3{font-size:29px}.founder-grid{gap:42px}.founder-mark{min-height:300px}.form-grid{grid-template-columns:1fr}.form-action{flex-direction:column;align-items:flex-start}.page-intro{padding:84px 0 62px}.page-intro-grid{gap:24px}.metric-grid,.cta-band .container{grid-template-columns:1fr}.footer{padding-top:56px}.footer-top{grid-template-columns:1fr;gap:20px;padding-bottom:55px}.footer-brand{margin-top:32px}.footer-brand span{font-size:12.6vw}.footer-brand strong{font-size:27vw}.footer-navigation{padding-top:34px}.footer-links,.footer-bottom{grid-template-columns:1fr}.footer-bottom>div{flex-wrap:wrap;justify-self:start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-delay:0s!important}}.brand-index{letter-spacing:.105em;text-transform:uppercase;color:var(--muted);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:10px;line-height:1.4;display:inline-block}.light-index{color:#f4f1e98c}.station-index{z-index:44;gap:2px;display:grid;position:fixed;top:50%;right:12px;transform:translateY(-50%)}.station-index a{width:24px;min-height:22px;color:var(--muted);letter-spacing:.08em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f3f1ebc2;border-left:1px solid #11111147;grid-template-columns:18px 0fr;align-items:center;gap:0;padding:4px;font-family:SFMono-Regular,Consolas,monospace;font-size:7px;transition:width .2s,grid-template-columns .2s,background .2s,color .2s;display:grid;overflow:hidden}.station-index a span:last-child{opacity:0;white-space:nowrap;transition:opacity .15s;overflow:hidden}.station-index a:hover,.station-index a:focus-visible,.station-index a.is-active{width:86px;color:var(--foreground);grid-template-columns:18px 1fr;gap:5px}.station-index a:hover span:last-child,.station-index a:focus-visible span:last-child,.station-index a.is-active span:last-child{opacity:1}.station-index a.is-active{background:var(--accent);border-color:var(--accent)}.hero-inner{grid-template-columns:minmax(0,1.5fr) minmax(390px,.7fr)}.hero h1{letter-spacing:-.061em;max-width:920px;font-size:clamp(52px,4.65vw,88px);line-height:.94}.hero-visual-label{z-index:2;color:#f4f1e985;position:absolute;top:30px;left:28px}.hero-visual .big-23{margin-bottom:92px;font-size:clamp(230px,23vw,420px)}.hero-metrics{z-index:3;background:#101010e6;border-top:1px solid #f4f1e938;grid-template-columns:repeat(2,1fr);margin:0;display:grid;position:absolute;bottom:0;left:0;right:0}.hero-metrics div{border-bottom:1px solid #f4f1e929;border-right:1px solid #f4f1e929;min-height:94px;padding:16px 18px}.hero-metrics div:nth-child(2n){border-right:0}.hero-metrics dt{color:#f4f1e973;letter-spacing:.1em;font-family:SFMono-Regular,Consolas,monospace;font-size:8px}.hero-metrics dd{color:var(--light-text);letter-spacing:-.02em;margin:22px 0 0;font-family:SFMono-Regular,Consolas,monospace;font-size:15px}.hero-metrics .status-dot{margin-bottom:2px}.projects-section{background:#141414;padding-block:clamp(100px,10vw,160px)}.projects-section .section-heading .text-link{margin-top:26px}.projects-grid{grid-template-columns:repeat(12,1fr);gap:64px 20px;display:grid}.project-card{color:var(--light-text);grid-column:span 6}.project-card-01{grid-column:1/-1;grid-template-columns:minmax(0,1.7fr) minmax(290px,.7fr);align-items:stretch;gap:0;display:grid}.project-visual{aspect-ratio:4/3;background:#d8d3c8;border-color:#f4f1e940;min-height:360px;margin:0}.project-card-01 .project-visual{aspect-ratio:16/9;min-height:580px}.project-visual img{object-fit:cover}.project-media-placeholder{color:#11111138;text-align:center;background-color:#cbc6ba;background-image:linear-gradient(#1111111a 1px,#0000 1px),linear-gradient(90deg,#1111111a 1px,#0000 1px);background-position:0 0;background-repeat:repeat;background-size:10% 12.5%;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;place-content:center;gap:18px;display:grid;position:absolute;inset:0}.project-media-placeholder span{letter-spacing:-.1em;font-size:clamp(110px,18vw,290px);font-weight:800;line-height:.7}.project-media-placeholder small{color:#11111180;letter-spacing:.12em;font-family:SFMono-Regular,Consolas,monospace;font-size:8px}.project-visual figcaption{z-index:2;color:#f4f1e9a3;letter-spacing:.09em;background:#101010e0;justify-content:space-between;padding:11px 14px;font-family:SFMono-Regular,Consolas,monospace;font-size:8px;display:flex;position:absolute;bottom:0;left:0;right:0}.project-card-01 .project-card-body{border:1px solid #f4f1e938;border-left:0;flex-direction:column;padding:26px;display:flex}.projects-section .project-meta{color:#f4f1e97a;margin-top:0}.projects-section .project-meta .brand-index{color:#f4f1e980}.projects-section .project-card h3{margin-top:18px;font-size:clamp(29px,2.5vw,44px)}.projects-section .project-card p{color:#f4f1e994;max-width:520px}.projects-section .tags span{color:#f4f1e9b3;border-color:#f4f1e938}.task-types{background:var(--background)}.problem-grid{border:0;grid-template-columns:repeat(12,1fr);grid-auto-flow:dense;gap:0;display:grid}.problem-card{border-top:1px solid var(--border);border-right:1px solid var(--border);grid-column:span 2;min-height:230px}.problem-card:first-child{background:var(--accent);grid-area:span 2/span 6;min-height:560px}.problem-card:nth-child(2),.problem-card:nth-child(3){grid-column:span 3;min-height:280px}.problem-card:nth-child(4),.problem-card:nth-child(5),.problem-card:nth-child(6){min-height:280px}.problem-card:first-child h3{max-width:540px;font-size:clamp(40px,4vw,66px)}.problem-card:nth-child(2) h3,.problem-card:nth-child(3) h3{font-size:27px}.problem-card:nth-child(n+4){padding:18px}.problem-card:nth-child(n+4) h3{margin-top:38px;font-size:20px}.problem-card:nth-child(n+4) p{font-size:13px}.problem-card:first-child:hover p,.problem-card:first-child:hover .card-index{color:var(--foreground)}.systems-section .system-row:hover{background:var(--accent)}.journal-preview{background:#ddd8cd}.journal-preview .article-card:hover{background:var(--background)}.founder{background:#0c0c0c;padding-block:clamp(100px,11vw,175px)}.founder-grid{grid-template-columns:minmax(0,1.25fr) minmax(380px,.75fr);align-items:center;gap:clamp(44px,7vw,110px)}.founder-portrait{border:1px solid #f4f1e933;margin:0;position:relative}.founder-photo-slot{color:#11111121;background-color:#cbc6ba;background-image:linear-gradient(#1111111c 1px,#0000 1px),linear-gradient(90deg,#1111111c 1px,#0000 1px);background-position:0 0;background-repeat:repeat;background-size:12.5% 12.5%;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;place-items:center;min-height:720px;display:grid;position:relative;overflow:hidden}.founder-photo-slot img{object-fit:cover}.founder-photo-slot span{letter-spacing:-.13em;font-size:clamp(190px,28vw,470px);font-weight:800;line-height:.75}.founder-portrait figcaption{color:#f4f1e980;letter-spacing:.08em;justify-content:space-between;padding:12px 14px;font-family:SFMono-Regular,Consolas,monospace;font-size:8px;display:flex}.founder-copy h2{margin-bottom:8px}.founder-role{color:#f4f1e985;font-size:16px}.founder-copy blockquote{max-width:650px;color:var(--light-text);letter-spacing:-.052em;margin:clamp(70px,8vw,130px) 0 48px;font-size:clamp(34px,3.6vw,60px);line-height:1.03}.home-form .technical-label,.home-form>.container>div>p,.home-form .task-form label span,.home-form .form-action small{color:#1111119e}.home-form .task-form,.home-form .task-form input,.home-form .task-form textarea,.home-form .task-form select{border-color:#11111152}@media (max-width:1200px){.station-index{display:none}.hero-inner{grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr)}.problem-card:first-child{grid-area:auto/span 12;min-height:440px}.problem-card:nth-child(2),.problem-card:nth-child(3){grid-column:span 6}.problem-card:nth-child(4),.problem-card:nth-child(5),.problem-card:nth-child(6){grid-column:span 4}}@media (max-width:1050px){.hero-inner{grid-template-columns:1fr}.hero-visual{min-height:540px}.hero-visual .big-23{font-size:min(48vw,430px)}.project-card-01{grid-template-columns:1fr}.project-card-01 .project-visual{min-height:480px}.project-card-01 .project-card-body{border-top:0;border-left:1px solid #f4f1e938;min-height:320px}.projects-grid .project-card:last-child{grid-column:span 6;width:auto}.founder-grid{grid-template-columns:1fr}.founder-photo-slot{min-height:620px}.founder-copy{max-width:760px}}@media (max-width:760px){.hero h1{font-size:clamp(42px,11.8vw,58px);line-height:.95}.hero-visual{min-height:460px}.hero-visual .big-23{margin-bottom:120px;font-size:min(64vw,300px)}.hero-visual-label{top:20px;left:18px}.hero-metrics div{min-height:82px;padding:13px 14px}.hero-metrics dd{margin-top:16px;font-size:13px}.projects-grid{grid-template-columns:1fr;gap:54px}.project-card,.projects-grid .project-card:last-child{grid-column:1}.project-card-01{display:block}.project-card-01 .project-visual,.project-visual{aspect-ratio:4/3;min-height:270px}.project-card-01 .project-card-body{min-height:300px}.project-visual figcaption{gap:12px}.problem-grid{grid-template-columns:1fr}.problem-card:nth-child(n){grid-area:auto/1;min-height:230px;padding:22px}.problem-card:first-child{min-height:390px}.problem-card:first-child h3{font-size:42px}.problem-card:nth-child(2) h3,.problem-card:nth-child(3) h3,.problem-card:nth-child(n+4) h3{margin-top:42px;font-size:25px}.problem-card:nth-child(n+4) p{font-size:15px}.systems-list .system-row{grid-template-columns:84px 48px 1fr 22px}.systems-section .system-index{font-size:8px}.lab-row{grid-template-columns:82px 1fr}.founder-photo-slot{min-height:470px}.founder-portrait figcaption{gap:12px}.founder-copy blockquote{margin-top:64px}}.site-header{transition:background .35s,box-shadow .35s;animation:.65s cubic-bezier(.22,1,.36,1) both header-arrival}.header-inner{min-height:80px;transition:min-height .35s cubic-bezier(.22,1,.36,1)}.site-header.is-compact{background:#f3f1ebe6;box-shadow:0 10px 30px #1111110a}.site-header.is-compact .header-inner{min-height:64px}.site-header.is-compact .brand-number{transform:scale(.88)}.brand-number{transform-origin:0;transition:transform .35s cubic-bezier(.22,1,.36,1)}.header-cta,.button-accent{background-color:var(--station-ink);background-image:linear-gradient(var(--station-signal),var(--station-signal));color:var(--station-bg);background-position:0;background-repeat:no-repeat;background-size:0 100%;transition:background-size .35s cubic-bezier(.22,1,.36,1),color .25s,transform .25s}.header-cta:hover,.button-accent:hover{background-color:var(--station-ink);border-color:var(--station-ink);color:var(--station-ink);background-size:100% 100%}.header-cta span,.button span,.text-link span,.footer-action span:last-child{transition:transform .3s cubic-bezier(.22,1,.36,1)}.header-cta:hover span,.button:hover span,.text-link:hover span,.footer-action:hover span:last-child{transform:translate(5px,-5px)}.station-code,.brand-index{color:var(--station-muted);letter-spacing:.105em;text-transform:uppercase;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:10px;line-height:1.4;display:inline-block}.station-code.is-resolved{animation:.45s cubic-bezier(.22,1,.36,1) both code-resolve}.light-index,.projects-section .project-meta .station-code{color:#f4f1e980}.hero,.hero-inner,.hero-visual{min-height:calc(100svh - 80px)}.hero{--signal-x:0px;--signal-y:0px}.hero-grid-lines{opacity:.32;transform:translate(calc(var(--signal-x) * .35),calc(var(--signal-y) * .35));transition:opacity 1.2s,transform 1.8s cubic-bezier(.22,1,.36,1)}.hero:hover .hero-grid-lines{opacity:.44}.hero-kicker,.hero h1,.hero-lead,.hero-actions,.hero-foot{animation-duration:.72s;animation-timing-function:cubic-bezier(.22,1,.36,1)}.hero-kicker{animation-delay:.12s}.hero h1{animation-delay:.2s}.hero-lead{animation-delay:.31s}.hero-actions{animation-delay:.42s}.hero-foot{animation-delay:.54s}.hero-core{z-index:1;place-items:center;width:92%;margin-bottom:176px;animation:16s ease-in-out 1.6s infinite station-breathe;display:grid;position:relative}.hero-core .big-23{z-index:2;opacity:1;transform:translate(var(--signal-x),var(--signal-y));margin:0;transition:transform 1.8s cubic-bezier(.22,1,.36,1);animation:none}.hero-core .big-23 span{display:block}.hero-core .digit-two{opacity:0;animation:.78s cubic-bezier(.22,1,.36,1) .38s forwards digit-two-arrival}.hero-core .digit-three{opacity:0;clip-path:inset(100% 0 0);animation:.92s cubic-bezier(.22,1,.36,1) .56s forwards digit-three-draw}.hero-ring{z-index:1;width:min(92%,480px);transform:translate(calc(var(--signal-x) * -.35),calc(var(--signal-y) * -.35));transition:transform 2s cubic-bezier(.22,1,.36,1);position:absolute;overflow:visible}.hero-ring circle{fill:none;stroke:#f4f1e93d;stroke-width:.28px;stroke-dasharray:1;stroke-dashoffset:1px;transform-origin:50%;animation:1.1s cubic-bezier(.22,1,.36,1) .72s forwards ring-draw;transform:rotate(-90deg)}.hero-visual-label{opacity:0;animation:.65s cubic-bezier(.22,1,.36,1) .72s forwards hero-reveal}.hero-metrics{opacity:0;animation:.65s cubic-bezier(.22,1,.36,1) 1s forwards metric-arrival;transform:translateY(14px)}.problem-card:first-child:hover{background:var(--station-ink);color:var(--station-bg)}.problem-card:first-child:hover p{color:#f3f1eba3}.problem-card .card-index,.problem-card .card-top>span:last-child{color:var(--station-signal)}.problem-card .card-top>span:last-child{transition:transform .35s cubic-bezier(.22,1,.36,1)}.problem-card:hover .card-top>span:last-child{transform:translate(5px,5px)}.problem-card:after{background:var(--station-signal);width:23%;height:3px}.systems-section .system-row:hover{background:var(--station-ink);color:var(--station-bg)}.systems-section .system-row:hover .system-index,.systems-section .system-row:hover .system-code{color:var(--station-signal)}.systems-section .system-row:hover .system-text{color:#f3f1eb9e}.systems-section .system-arrow{transition:color .3s,transform .3s cubic-bezier(.22,1,.36,1)}.systems-section .system-row:hover .system-arrow{color:var(--station-signal);transform:translate(5px,-5px)}.project-card{transition:color .35s}.project-visual,.project-media-placeholder{transition:border-color .35s,transform .4s cubic-bezier(.22,1,.36,1)}.project-card:hover .project-visual{border-color:var(--station-signal)}.project-card:hover .project-media-placeholder{transform:scale(1.025)}.project-card:hover .station-code{color:var(--station-signal)}.project-open{color:#f4f1e975;letter-spacing:.1em;opacity:0;border-top:1px solid #f4f1e933;justify-content:space-between;gap:20px;margin-top:28px;padding-top:12px;font-family:SFMono-Regular,Consolas,monospace;font-size:8px;transition:color .35s,opacity .35s,transform .35s cubic-bezier(.22,1,.36,1);display:flex;transform:translateY(8px)}.project-card:hover .project-open{color:var(--station-signal);opacity:1;transform:translateY(0)}.project-open span{transition:transform .35s cubic-bezier(.22,1,.36,1)}.project-card:hover .project-open span{transform:translate(5px,-5px)}.lab-row:hover .station-code,.article-card:hover .station-code{color:var(--station-signal)}.lab-row{padding-right:34px;position:relative}.lab-row:after{content:"↗";color:#0000;transition:color .3s,transform .3s;position:absolute;right:10px;transform:translate(-5px)}.lab-row:hover:after{color:var(--station-signal);transform:translate(0)}.home-form{color:var(--light-text);background:#0c0c0c;position:relative;overflow:hidden}.home-form:before{content:"";background:var(--station-signal);width:4px;height:23%;position:absolute;top:0;left:0}.signal-frame{grid-template-columns:minmax(0,.75fr) minmax(500px,1.25fr);align-items:stretch;gap:clamp(50px,8vw,130px);display:grid}.signal-copy{flex-direction:column;display:flex}.signal-copy h2{color:var(--light-text);letter-spacing:-.07em;margin:40px 0 30px;font-size:clamp(64px,7vw,112px);line-height:.84}.signal-copy h2 span{display:block}.home-form .signal-copy p{color:#f4f1e985;max-width:440px;margin-top:auto;font-size:17px;line-height:1.55}.signal-panel{background:#f4f1e906;border:1px solid #f4f1e933;padding:24px clamp(24px,3vw,46px) 42px}.signal-panel-head{color:#f4f1e96b;border-bottom:1px solid #f4f1e929;justify-content:space-between;margin-bottom:50px;padding-bottom:14px;display:flex}.signal-panel-head span:last-child{color:var(--station-signal);align-items:center;gap:8px;display:flex}.signal-panel-head i{background:var(--station-signal);width:6px;height:6px;box-shadow:0 0 0 4px #ff4a1c1f}.home-form .task-form{border-color:#f4f1e93d}.home-form .task-form label span,.home-form .form-action small{color:#f4f1e970}.home-form .task-form input,.home-form .task-form textarea,.home-form .task-form select{color:var(--light-text);border-color:#f4f1e938}.home-form .task-form input::placeholder,.home-form .task-form textarea::placeholder{color:#f4f1e94d}.home-form .task-form input:focus,.home-form .task-form textarea:focus,.home-form .task-form select:focus{border-color:var(--station-signal)}.home-form .button-dark{background:var(--station-signal);border-color:var(--station-signal);color:var(--station-ink)}.home-form .button-dark:hover{background:var(--light-text);border-color:var(--light-text)}.home-form .form-status{color:var(--light-text)}.cta-band{background:var(--station-ink);color:var(--light-text)}.cta-band .button-dark{background:var(--station-signal);border-color:var(--station-signal);color:var(--station-ink)}.motion-ready [data-reveal] .section-heading>*,.motion-ready [data-reveal] .manifesto-side,.motion-ready [data-reveal] .manifesto-grid>div:last-child,.motion-ready [data-reveal] .project-card,.motion-ready [data-reveal] .problem-card,.motion-ready [data-reveal] .system-row,.motion-ready [data-reveal] .lab-row,.motion-ready [data-reveal] .article-card,.motion-ready [data-reveal] .founder-portrait,.motion-ready [data-reveal] .founder-copy,.motion-ready [data-reveal] .signal-copy,.motion-ready [data-reveal] .signal-panel,.motion-ready.footer .footer-top,.motion-ready .footer[data-reveal] .footer-top,.motion-ready .manifesto-grid[data-reveal]>div:last-child{opacity:0;transform:translateY(28px)}.motion-ready [data-reveal].is-visible .section-heading>*,.motion-ready [data-reveal].is-visible .manifesto-side,.motion-ready [data-reveal].is-visible .manifesto-grid>div:last-child,.motion-ready [data-reveal].is-visible .founder-portrait,.motion-ready [data-reveal].is-visible .founder-copy,.motion-ready [data-reveal].is-visible .signal-copy,.motion-ready [data-reveal].is-visible .signal-panel,.motion-ready .footer[data-reveal].is-visible .footer-top{opacity:1;transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1);transform:translateY(0)}.motion-ready .manifesto-grid[data-reveal].is-visible>div:last-child{opacity:1;transition:opacity .72s cubic-bezier(.22,1,.36,1) .12s,transform .72s cubic-bezier(.22,1,.36,1) .12s;transform:translateY(0)}.motion-ready [data-reveal].is-visible .section-heading>:nth-child(2),.motion-ready [data-reveal].is-visible .manifesto-grid>div:last-child,.motion-ready [data-reveal].is-visible .founder-copy,.motion-ready [data-reveal].is-visible .signal-panel{transition-delay:.12s}.motion-ready [data-reveal].is-visible .project-card,.motion-ready [data-reveal].is-visible .problem-card,.motion-ready [data-reveal].is-visible .system-row,.motion-ready [data-reveal].is-visible .lab-row,.motion-ready [data-reveal].is-visible .article-card{opacity:1;transition:opacity .68s cubic-bezier(.22,1,.36,1),transform .68s cubic-bezier(.22,1,.36,1),background .35s,color .35s;transition-delay:calc(.12s + var(--reveal-order,0) * 75ms);transform:translateY(0)}.motion-ready .footer[data-reveal] .footer-brand strong{transition:transform .9s cubic-bezier(.22,1,.36,1);transform:translateY(20px)scale(.94)}.motion-ready .footer[data-reveal].is-visible .footer-brand strong{transform:translateY(0)scale(1)}.station-cursor{z-index:100;pointer-events:none;background:var(--station-signal);opacity:0;border-radius:50%;width:8px;height:8px;transition:width .2s,height .2s,top .2s,left .2s,opacity .2s;display:none;position:fixed;top:-4px;left:-4px}.station-cursor.has-position{opacity:1}.station-cursor.is-active{opacity:.72;width:18px;height:18px;top:-9px;left:-9px}@keyframes header-arrival{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes code-resolve{0%{opacity:.25;clip-path:inset(0 35% 0 0)}to{opacity:1;clip-path:inset(0)}}@keyframes digit-two-arrival{0%{opacity:0;transform:translateY(52px)}to{opacity:1;transform:translateY(0)}}@keyframes digit-three-draw{0%{opacity:0;clip-path:inset(100% -20% 0)}to{opacity:1;clip-path:none}}@keyframes ring-draw{to{stroke-dashoffset:0}}@keyframes metric-arrival{to{opacity:1;transform:translateY(0)}}@keyframes station-breathe{0%,to{transform:rotate(0)}50%{transform:rotate(1.5deg)}}@media (pointer:fine) and (hover:hover){.station-cursor{display:block}}@media (max-width:1050px){.hero,.hero-inner{min-height:auto}.hero-visual{min-height:540px}.hero-core{margin-bottom:176px}.signal-frame{grid-template-columns:1fr}.signal-copy{min-height:370px}}@media (max-width:760px){.header-inner{min-height:64px}.hero-core{margin-bottom:152px}.signal-copy{min-height:300px}.signal-copy h2{font-size:clamp(58px,18vw,82px)}.signal-panel{padding:20px 18px 30px}.signal-panel-head{margin-bottom:36px}.project-open{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.hero-core,.hero-core .digit-two,.hero-core .digit-three,.hero-ring circle,.hero-visual-label,.hero-metrics,.site-header,.station-code.is-resolved{opacity:1!important;clip-path:none!important;stroke-dashoffset:0!important;animation:none!important;transform:none!important}.station-cursor{display:none!important}}.site-header{color:var(--station-ink);transition:min-height .35s,background .35s,color .35s,border-color .35s,box-shadow .35s}.site-header.is-on-dark{color:var(--light-text);background:#0c0c0ceb;border-color:#f4f1e929}.site-header.is-on-dark .desktop-nav a:after{background:var(--light-text)}.site-header.is-on-dark .header-cta,.site-header.is-on-dark .header-cta:hover{background-color:var(--light-text);color:var(--station-ink)}.site-header.is-on-dark .mobile-menu{border-top:1px solid #f4f1e929}.hero-visual{color:var(--station-ink);border-left:1px solid var(--station-line);background:#e8e4da}.hero-visual:before{opacity:.58;background-image:linear-gradient(#1111111c 1px,#0000 1px),linear-gradient(90deg,#1111111c 1px,#0000 1px)}.hero-visual:after{background:var(--station-signal);width:4px;height:23%}.hero-visual .big-23{color:var(--station-ink)}.hero-visual .big-23 span:last-child{color:#0000;-webkit-text-stroke-color:var(--station-signal)}.hero-ring circle{stroke:#11111138}.hero-visual-label{color:#11111185}.hero-metrics{border-color:var(--station-line);background:#f3f1ebeb}.hero-metrics div{border-color:var(--station-line)}.hero-metrics dt{color:var(--station-muted)}.hero-metrics dd{color:var(--station-ink)}.hero-metrics div:nth-child(3){background:var(--station-ink)}.hero-metrics div:nth-child(3) dt{color:#f4f1e975}.hero-metrics div:nth-child(3) dd{color:var(--light-text)}.manifesto{color:var(--station-ink);border-bottom:1px solid var(--station-line);background:#e7e3da}.manifesto:after{-webkit-text-stroke-color:#11111112}.manifesto .light-label{color:var(--station-muted)}.manifesto-index{color:#1111111a}.manifesto-copy{border-color:#1111112e}.manifesto p{color:var(--station-muted)}.projects-section,.projects-section.section-dark{background:var(--station-bg);color:var(--station-ink)}.projects-section .section-heading h2{color:var(--station-ink)}.projects-section .section-description{color:var(--station-muted)}.projects-section .light-link{color:var(--station-ink);border-color:var(--station-ink)}.projects-section .light-index,.projects-section .section-heading .station-code{color:var(--station-signal)}.project-card{color:var(--station-ink)}.project-card-01 .project-card-body{border-color:var(--station-line)}.projects-section .project-meta,.projects-section .project-meta .station-code,.projects-section .project-card p{color:var(--station-muted)}.projects-section .tags span,.projects-section .project-open{border-color:var(--station-line);color:var(--station-muted)}.project-card-01 .project-media-placeholder{color:#f4f1e91f;background-color:#202020;background-image:linear-gradient(#f4f1e917 1px,#0000 1px),linear-gradient(90deg,#f4f1e917 1px,#0000 1px)}.project-card-01 .project-media-placeholder small{color:#f4f1e980}.project-visual figcaption{background:#111111e0}.task-types,.systems-section,.journal-preview{color:var(--station-ink)}.problem-card{background:var(--station-bg)}.problem-card:first-child{background:#e2ded4}.systems-section{background:#ebe7dd}.systems-section .system-row{background:#f3f1ebb8}.lab-preview{background:var(--station-bg);color:var(--station-ink)}.lab-row:first-child{background:var(--station-ink);color:var(--light-text);border-color:var(--station-ink);margin-top:14px;padding-inline:24px 42px}.lab-row:first-child h3{color:var(--light-text)}.lab-row:first-child p{color:#f4f1e994}.lab-row:first-child .station-code,.lab-row:first-child .lab-meta{color:var(--station-signal)}.lab-row:first-child:hover{background:#1a1a1a}.founder,.founder.section-dark{background:var(--station-bg);color:var(--station-ink)}.founder .light-label{color:var(--station-muted)}.founder-portrait{border-color:var(--station-line);background:var(--surface)}.founder-photo-slot{color:#f4f1e917;background-color:#202020;background-image:linear-gradient(#f4f1e914 1px,#0000 1px),linear-gradient(90deg,#f4f1e914 1px,#0000 1px)}.founder-portrait figcaption,.founder-role{color:var(--station-muted)}.founder-copy blockquote{color:var(--station-ink)}.founder .light-link{color:var(--station-ink);border-color:var(--station-ink)}.home-form,.footer{background:#0c0c0c}@media (max-width:1050px){.hero-visual{border-top:1px solid var(--station-line);border-left:0}.project-card-01 .project-card-body{border-color:var(--station-line)}}.hero-core{aspect-ratio:1;width:86%;max-width:440px;animation:none;transform:none}.hero-core .big-23{padding-right:.1em;font-size:clamp(210px,23vw,370px);transform:none}.hero-core .big-23 .digit-three{-webkit-text-stroke-color:#ff4a1c61;position:relative}.hero-core .big-23 .digit-scan{color:#0000;-webkit-text-stroke:2px var(--station-signal);opacity:0;pointer-events:none;animation:6.4s ease-in-out 1.4s infinite outline-scan;position:absolute;inset:0}.hero-grid-signal{pointer-events:none;opacity:0;background-image:linear-gradient(90deg,#0000 calc(25% - .5px),#ff4a1c40 25%,#0000 calc(25% + .5px)),linear-gradient(#0000 calc(37.5% - .5px),#ff4a1c33 37.5%,#0000 calc(37.5% + .5px));animation:6.4s ease-in-out 1.4s infinite grid-illumination;position:absolute;inset:0}.motion-toggle{z-index:4;min-height:36px;color:var(--station-muted);letter-spacing:.08em;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:8px;font:10px SFMono-Regular,Consolas,monospace;display:flex;position:absolute;bottom:202px;right:18px}.motion-toggle:hover,.motion-toggle[aria-pressed=true]{color:var(--station-signal)}.hero.motion-paused .digit-scan,.hero.motion-idle .digit-scan,.hero.motion-paused .hero-grid-signal,.hero.motion-idle .hero-grid-signal{animation-play-state:paused}.projects-grid{align-items:stretch}.project-card{min-width:0}.project-card-01{grid-template-columns:minmax(0,1.65fr) minmax(280px,1fr);align-items:center}.project-visual,.project-card-01 .project-visual{aspect-ratio:auto;background:var(--station-bg);border:1px solid var(--station-line);min-height:0;overflow:hidden}.project-image-stage{aspect-ratio:4/3;background:#ece9e2;position:relative;overflow:hidden}.project-visual .project-image-stage img{object-fit:contain;object-position:center;transition:transform .8s cubic-bezier(.22,1,.36,1)}.media-coordinate{color:var(--station-muted);letter-spacing:.1em;font:11px SFMono-Regular,Consolas,monospace;position:absolute;top:16px;left:16px}.project-visual figcaption{border-top:1px solid var(--station-line);min-height:42px;color:var(--station-muted);background:var(--station-bg);flex-wrap:wrap;align-items:center;gap:8px 20px;padding:12px 16px;font-size:11px;position:static}.project-visual figcaption span:first-child{color:var(--station-ink)}.project-visual:after{display:none}.project-card-01 .project-card-body{border:0;min-height:0;padding:clamp(24px,3vw,48px)}.project-card-01 .project-card-body .tags{margin-top:18px}.project-card-body{padding-top:24px}.project-open{opacity:1;font-size:11px;transform:none}.project-card-body .project-open{border-color:var(--station-line);color:var(--station-muted)}.project-card:hover .project-open{color:var(--station-signal)}.project-card:focus-visible .project-visual{border-color:var(--station-signal)}.project-image-stage{container-type:inline-size}.product-preview{color:#222631;text-align:left;background:#e4e7ec;align-items:center;padding:5%;font-size:clamp(6px,2cqw,15px);line-height:1.4;display:flex;position:absolute;inset:0}.preview-window{background:#f4f5f8;border:1px solid #ccd1db;border-radius:8px;width:100%;min-width:0;overflow:hidden;box-shadow:0 14px 35px #17202f12}.preview-toolbar{background:#fff;border-bottom:1px solid #dde0e6;justify-content:space-between;align-items:center;gap:1em;min-height:3em;padding:.9em 1.2em;font-size:.9em;display:flex}.preview-toolbar i{color:#858b96;font-style:normal}.preview-app-layout{grid-template-columns:5.8em 1fr;display:grid}.preview-rail{background:#fff;flex-direction:column;gap:1.4em;padding:1.2em .9em;font-size:.85em;display:flex}.preview-rail b{color:#3972e6;font-size:1.7em}.preview-rail strong{color:#3972e6}.preview-workspace{min-width:0;padding:1.2em}.preview-heading{justify-content:space-between;align-items:center;gap:1em;margin-bottom:1.2em;display:flex}.preview-heading>strong{font-size:1.25em}.preview-heading>span{color:#fff;background:#3972e6;border-radius:5px;padding:.5em .8em;font-size:.8em}.preview-kanban{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7em;display:grid}.preview-kanban-column header{align-items:center;gap:.4em;margin-bottom:.8em;font-size:.8em;display:flex}.preview-kanban-column header>span{color:#828893;margin-left:auto}.preview-kanban-column header>i{background:#5289f6;border-radius:50%;width:.5em;height:.5em}.preview-kanban-column:nth-child(2) header>i{background:#e9ae42}.preview-kanban-column:nth-child(3) header>i{background:#57b499}.preview-deal{background:#fff;border:1px solid #e1e4ec;border-radius:6px;flex-direction:column;gap:.8em;margin-bottom:.7em;padding:1em .8em;display:flex}.preview-deal>small{color:#9196a0;letter-spacing:.05em;font-size:.6em}.preview-deal strong{font-size:.9em;font-weight:600}.preview-deal>span,.preview-deal footer{color:#7e8491;font-size:.72em}.preview-deal footer{border-top:1px solid #eee;padding-top:.8em}.preview-ai-note{color:#3d59a0;background:#e9eefe;border-radius:5px;align-items:center;gap:.7em;margin-top:1em;padding:.8em;font-size:.85em;display:flex}.preview-ai-note>span:last-child{margin-left:auto}.preview-editor{background:#d9d7d1}.preview-editor .preview-window{color:#e5e2da;background:#151513;border-color:#37352e}.preview-editor .preview-toolbar{background:#1c1c19;border-color:#37352e}.preview-editor-layout{grid-template-columns:1fr 2.2fr 1.2fr;min-height:27em;display:grid}.preview-files,.preview-inspector{color:#b4b0a6;flex-direction:column;gap:1.1em;padding:1.1em;font-size:.78em;display:flex}.preview-files>div{color:#a8bb86;margin-top:auto}.preview-editor-center{border-inline:1px solid #37352e;min-width:0}.preview-live{color:#27251f;background:#ece8dd;padding:1.3em}.preview-live>small{letter-spacing:.12em;color:#716c61;font-size:.6em}.preview-selection{letter-spacing:-.04em;border:1px solid #a88745;margin-top:1.8em;padding:.3em;font-size:1.65em;font-weight:600;line-height:1.1;position:relative}.preview-selection>span{letter-spacing:0;background:#dfb86b;padding:.15em .4em;font-size:.35em;font-weight:400;position:absolute;top:-1.5em;left:-1px}.preview-live p{color:#716c61;margin:1em 0 0;font-size:.8em;line-height:1.4}.preview-editor pre{white-space:pre-wrap;overflow-wrap:anywhere;color:#dfb86b;margin:0;padding:1.3em;font-size:.72em;line-height:1.7}.preview-inspector>span{border-bottom:1px solid #38362f;justify-content:space-between;gap:.5em;padding-bottom:.7em;display:flex}.preview-inspector>div{color:#1d1912;text-align:center;background:#dfb86b;margin-top:auto;padding:.7em}.preview-services{color:#282821;background:#e5e2da}.preview-services .preview-window{background:#f7f6f0;border-color:#d4d1c6}.preview-service-body{padding:2em}.preview-service-body>small{color:#908570;letter-spacing:.1em;font-size:.75em}.preview-service-body>strong{letter-spacing:-.04em;margin:.7em 0;font-size:2.1em;line-height:1.1;display:block}.preview-service-routes{grid-template-columns:1fr 1fr;gap:.7em;display:grid}.preview-service-routes>div{background:#eeece2;border:1px solid #d8d3c7;align-items:center;gap:.7em;padding:1em;display:flex}.preview-service-routes b{color:#928467;margin-left:auto}.preview-service-body footer{color:#777265;justify-content:space-between;gap:1em;margin-top:1.8em;font-size:.8em;display:flex}.preview-booking{color:#263b32;background:#dce4df;justify-content:space-between;gap:4%;padding:6%}.preview-booking-context{flex-direction:column;gap:2em;width:43%;display:flex}.preview-booking-context small{letter-spacing:.1em;font-size:.7em}.preview-booking-context strong{letter-spacing:-.05em;font-size:2.8em;font-weight:500;line-height:.98}.preview-booking-context>span{color:#647a6d;font-size:.9em}.preview-phone{background:#f5f7f3;border:4px solid #293b32;border-radius:18px;width:51%;padding:1.1em;box-shadow:0 12px 30px #293b3220}.preview-phone-head{justify-content:space-between;gap:.6em;margin-bottom:1.5em;font-weight:600;display:flex}.preview-space-list{gap:.6em;display:grid}.preview-space-list>div{border:1px solid #d5dfd6;border-radius:5px;justify-content:space-between;gap:.5em;padding:.8em;font-size:.8em;display:flex}.preview-space-list .selected{color:#fff;background:#314d3f}.preview-phone>small{color:#78887d;margin-top:1.5em;font-size:.6em;display:block}.preview-time-slots{justify-content:space-between;gap:.4em;margin:.6em 0 1.4em;font-size:.8em;display:flex}.preview-time-slots>*{background:#e2e9e0;border-radius:4px;padding:.5em}.preview-phone footer{text-align:center;border-top:1px solid #d5dfd6;padding-top:.8em;font-size:.75em}.preview-catalog{background:#e8e3da}.preview-catalog-body{grid-template-columns:1.15fr 1fr;gap:1.5em;padding:1.5em;display:grid}.preview-product-photo{aspect-ratio:1;align-self:center;min-width:0;position:relative}.preview-product-fields{flex-direction:column;gap:1em;font-size:.85em;display:flex}.preview-product-fields>small{color:#8e897e;font-size:.7em}.preview-product-fields>strong{font-size:1.5em}.preview-product-fields>span{color:#8c877f;flex-direction:column;gap:.4em;display:flex}.preview-product-fields b{color:#4d4a44;border:1px solid #ddd8cf;padding:.5em;font-weight:400}.preview-product-fields>div{color:#fff;text-align:center;background:#303a31;padding:.8em}.preview-photo{background:#dedbd3;flex-direction:column;align-items:stretch;padding:0}.preview-photo-frame{flex:1;min-height:0;position:relative}.project-visual .preview-photo-frame img{object-fit:contain}.preview-photo-caption{background:#e9e6de;flex-direction:column;gap:.4em;padding:1.3em 1.5em;display:flex}.preview-photo-caption>small{color:#7a756a;letter-spacing:.09em;font-size:.65em}.preview-photo-caption>strong{letter-spacing:-.03em;font-size:1.6em;line-height:1.12}.preview-photo-caption>span{color:#7a756a;font-size:.8em}.preview-industrial{background:#e1dfd8;flex-direction:row}.preview-industrial .preview-photo-frame{flex:0 0 52%}.preview-industrial .preview-photo-caption{background:0 0;justify-content:center;width:48%}.preview-industrial .preview-photo-caption>strong{margin-block:.7em;font-size:2em}.project-card:hover .project-image-stage img{transform:none}.project-card>.project-card-body>.project-meta{align-items:baseline;gap:16px;margin-top:0}.project-meta>span:last-child{text-align:right;font-size:11px}.case-metric-note{max-width:760px;color:var(--station-muted);margin:24px 0 0;font-size:14px;line-height:1.55}.case-summary{border-bottom:1px solid var(--border);padding-block:36px}.case-summary .container{flex-wrap:wrap;align-items:center;gap:16px 36px;font-size:14px;display:flex}.case-summary a{color:var(--station-signal)}.case-capabilities{gap:24px;display:grid}.case-capability{border-top:1px solid var(--border);grid-template-columns:36px 1fr;gap:20px;padding-top:24px;display:grid}.case-capability>span{color:var(--accent);font:12px monospace}.case-capability h3{letter-spacing:-.025em;margin:0 0 12px;font-size:25px}.case-capability p{color:var(--muted);margin:0;line-height:1.6}.case-roadmap{background:#e8e4da}.case-roadmap .tags{margin-bottom:28px}.case-back{color:var(--muted);margin-top:32px;display:inline-block}@container (max-width:430px){.preview-app-layout{grid-template-columns:1fr}.preview-rail,.preview-toolbar>span,.preview-files{display:none}.preview-editor-layout{grid-template-columns:2fr 1fr;min-height:25em}.preview-kanban{gap:.4em}.preview-workspace{padding:1em}.preview-deal{padding:.8em .6em}.preview-deal footer,.preview-deal>small{display:none}.preview-service-body{padding:1.4em}.preview-phone{border-width:3px;border-radius:12px;padding:.8em}.preview-booking-context strong{font-size:2.5em}.preview-catalog-body{gap:1em;padding:1em}.preview-product-fields{gap:.7em}}.case-media{max-width:1120px}.founder-photo-slot{aspect-ratio:4/5;min-height:0}.founder-photo-slot img{object-fit:contain;object-position:center}.founder-photo-slot span{letter-spacing:-.08em;padding-right:.08em;font-size:clamp(140px,20vw,320px)}.manifesto:after{font-size:min(30vw,460px);bottom:3vw;right:4vw}@keyframes outline-scan{0%,12%{opacity:0;clip-path:inset(-40% -100% 125%)}18%{opacity:1}60%{opacity:1;clip-path:inset(125% -100% -40%)}66%,to{opacity:0;clip-path:inset(125% -100% -40%)}}@keyframes grid-illumination{0%,12%,72%,to{opacity:0}34%,48%{opacity:1}}@media (max-width:1050px){.hero-core{width:min(70%,370px)}.hero-core .big-23{font-size:300px}.project-card-01{grid-template-columns:1fr}.project-card-01 .project-card-body{padding:24px 0 0}.founder-portrait{width:min(100%,650px)}}@media (max-width:760px){.hero-core{width:min(82%,330px);margin-bottom:160px}.hero-core .big-23{margin:0;font-size:clamp(180px,61vw,280px)}.motion-toggle{bottom:174px;right:8px}.founder-photo-slot span{font-size:42vw}.project-visual figcaption{padding:10px 12px;font-size:10px}}@media (prefers-reduced-motion:reduce){.hero-core .big-23 .digit-scan,.hero-grid-signal{animation:none;display:none}.hero-core .big-23{transform:none!important}.motion-toggle{display:none}.project-card:hover .project-image-stage img{transform:none}}.case-shots{gap:34px;display:grid}.case-shot{margin:0}.case-shot img{border:1px solid var(--border);width:100%;height:auto;display:block}.case-shot figcaption{color:var(--muted);max-width:620px;margin-top:12px;font-size:14px;line-height:1.5}.gc-lead{max-width:70ch;color:var(--muted);margin:18px 0 34px;font-size:17px;line-height:1.6}.gc-dark .gc-lead{color:#f4f1e9a8}.gc-stage{position:relative}.gc-cap{color:var(--muted);max-width:640px;margin-top:16px;font-size:14px;line-height:1.5}.gc-cap-dark{color:#f4f1e98c}.gc-win{border:1px solid var(--border);background:var(--surface);overflow:hidden}.gc-win-dark{background:#151515;border-color:#2b2b2b}.gc-win-accent{outline:2px solid var(--accent);outline-offset:-2px}.gc-bar{border-bottom:1px solid var(--border);letter-spacing:.04em;align-items:center;gap:12px;padding:12px 16px;font-family:SFMono-Regular,Consolas,monospace;font-size:11px;display:flex}.gc-win-dark .gc-bar{color:var(--light-text);border-color:#2b2b2b}.gc-bar b{font-weight:600}.gc-bar span{color:var(--muted);margin-right:auto}.gc-bar i{background:var(--accent);color:var(--accent-foreground);padding:3px 8px;font-size:9px;font-style:normal}.gc-layout{grid-template-columns:132px 1fr;min-height:420px;display:grid}.gc-rail{border-right:1px solid var(--border);background:var(--background);flex-direction:column;gap:4px;padding:16px 12px;font-size:13px;display:flex}.gc-rail b{background:var(--foreground);width:28px;height:28px;color:var(--background);place-items:center;margin-bottom:12px;font-size:12px;display:grid}.gc-rail span{color:var(--muted);padding:7px 9px}.gc-rail span.on{background:var(--foreground);color:var(--background)}.gc-work{flex-direction:column;gap:16px;padding:18px;display:flex}.gc-head{justify-content:space-between;align-items:center;display:flex}.gc-head strong{letter-spacing:-.02em;font-size:19px}.gc-chip{border:1px solid var(--border);color:var(--muted);padding:6px 12px;font-family:SFMono-Regular,Consolas,monospace;font-size:10px}.gc-kanban{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.gc-col header{border-bottom:1px solid var(--border);letter-spacing:.1em;text-transform:uppercase;color:var(--muted);align-items:center;gap:8px;margin-bottom:10px;padding-bottom:10px;font-family:SFMono-Regular,Consolas,monospace;font-size:10px;display:flex}.gc-col header i{background:var(--accent);width:6px;height:6px}.gc-col header span{margin-left:auto}.gc-card{background:var(--background);border:1px solid var(--border);margin-bottom:8px;padding:12px}.gc-card small{letter-spacing:.12em;color:var(--accent);font-family:SFMono-Regular,Consolas,monospace;font-size:8px;display:block}.gc-card strong{letter-spacing:-.01em;margin:7px 0 4px;font-size:14px;display:block}.gc-card span{color:var(--muted);font-size:12px;line-height:1.4;display:block}.gc-card footer{border-top:1px solid var(--border);color:var(--muted);align-items:center;gap:6px;margin-top:10px;padding-top:8px;font-size:10px;display:flex}.gc-card footer i{background:var(--border);border-radius:50%;width:14px;height:14px}.gc-anim .gc-card{animation:9s ease-in-out infinite gcCardFocus;animation-delay:calc(var(--i) * .55s)}@keyframes gcCardFocus{0%,84%,to{border-color:var(--border)}88%,96%{border-color:var(--accent)}}.gc-ai-note{border:1px solid var(--border);background:var(--background);align-items:center;gap:12px;margin-top:auto;padding:12px 14px;font-size:13px;display:flex}.gc-ai-note b{background:var(--accent);color:var(--accent-foreground);padding:3px 8px;font-family:SFMono-Regular,Consolas,monospace;font-size:10px}.gc-ai-note span:first-of-type{color:var(--muted);margin-right:auto}.gc-problems{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.gc-problem{background:var(--background);gap:16px;padding:24px;display:flex}.gc-problem>span{color:var(--accent);font-family:SFMono-Regular,Consolas,monospace;font-size:11px}.gc-problem h3{letter-spacing:-.02em;margin:0 0 8px;font-size:19px}.gc-problem p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.gc-deal{grid-template-columns:1fr 260px;display:grid}.gc-thread{border-right:1px solid #2b2b2b;flex-direction:column;gap:12px;padding:20px;display:flex}.gc-msg{background:#1c1c1c;border:1px solid #2b2b2b;max-width:82%;padding:11px 14px}.gc-msg small{letter-spacing:.1em;color:#f4f1e973;margin-bottom:5px;font-family:SFMono-Regular,Consolas,monospace;font-size:9px;display:block}.gc-msg p{color:var(--light-text);margin:0;font-size:14px;line-height:1.5}.gc-msg-out{background:#232323;align-self:flex-end}.gc-msg-note{border-color:var(--accent);background:#ff4a1c1a}.gc-msg-note small{color:var(--accent)}.gc-typing{border:1px dashed var(--accent);background:#ff4a1c12;margin-top:4px;padding:13px 15px}.gc-typing small{letter-spacing:.1em;color:var(--accent);margin-bottom:6px;font-family:SFMono-Regular,Consolas,monospace;font-size:9px;display:block}.gc-typing p{color:var(--light-text);margin:0;font-size:14px;line-height:1.5}.gc-typing-actions{gap:8px;margin-top:12px;font-family:SFMono-Regular,Consolas,monospace;font-size:10px;display:flex}.gc-typing-actions b{background:var(--accent);color:var(--accent-foreground);padding:5px 11px;font-weight:500}.gc-typing-actions span{color:#f4f1e999;border:1px solid #333;padding:5px 11px}.gc-side{flex-direction:column;gap:10px;padding:20px;display:flex}.gc-side>small,.gc-style small{letter-spacing:.12em;color:#f4f1e973;font-family:SFMono-Regular,Consolas,monospace;font-size:9px;display:block}.gc-fact{border-bottom:1px solid #262626;justify-content:space-between;gap:10px;padding:8px 0;font-size:13px;display:flex}.gc-fact span{color:#f4f1e980}.gc-fact b{color:var(--light-text);font-weight:500}.gc-style{border-top:1px solid #262626;flex-wrap:wrap;gap:6px;margin-top:10px;padding-top:12px;display:flex}.gc-style small{width:100%;margin-bottom:4px}.gc-style span{color:#f4f1e9b3;border:1px solid #333;padding:4px 9px;font-size:11px}.gc-two{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.gc-access{flex-direction:column;gap:11px;margin:0;padding:18px;list-style:none;display:flex}.gc-access li{align-items:center;gap:10px;font-size:14px;display:flex}.gc-access i{flex:none;width:16px;height:16px;display:inline-block;position:relative}.gc-access i.ok{background:var(--accent)}.gc-access i.ok:after{content:"✓";color:var(--accent-foreground);place-items:center;font-size:10px;display:grid;position:absolute;inset:0}.gc-access i.no{border:1px solid var(--border)}.gc-access i.no:after{content:"×";color:var(--muted);place-items:center;font-size:11px;display:grid;position:absolute;inset:0}.gc-messenger{flex-direction:column;gap:10px;padding:18px;display:flex}.gc-line{background:var(--background);border:1px solid var(--border);grid-template-columns:96px 1fr auto;align-items:baseline;gap:14px;padding:11px 13px;display:grid}.gc-line b{font-size:12px;font-weight:600}.gc-line p{margin:0;font-size:14px;line-height:1.45}.gc-line p em{color:var(--accent);font-style:normal;font-weight:600}.gc-line>span{letter-spacing:.08em;color:var(--muted);text-transform:uppercase;font-family:SFMono-Regular,Consolas,monospace;font-size:9px}.gc-line>span.read{color:var(--accent)}.gc-line-tg{border-style:dashed}.gc-analytics{grid-template-columns:1.1fr 1fr;gap:20px;display:grid}.gc-chart{background:#151515;border:1px solid #2b2b2b;padding:22px}.gc-chart small{letter-spacing:.12em;color:#f4f1e973;margin-bottom:22px;font-family:SFMono-Regular,Consolas,monospace;font-size:9px;display:block}.gc-bars{grid-template-columns:repeat(5,1fr);align-items:end;gap:14px;height:180px;display:grid}.gc-bars>div{flex-direction:column;justify-content:flex-end;gap:8px;height:100%;display:flex}.gc-bars i{height:var(--h);background:var(--accent);transform-origin:bottom;display:block}.gc-bars span{color:#f4f1e980;text-align:center;font-family:SFMono-Regular,Consolas,monospace;font-size:9px}.gc-stats{background:#2b2b2b;border:1px solid #2b2b2b;gap:1px;display:grid}.gc-stats>div{background:#151515;padding:18px 20px}.gc-stats strong{color:var(--light-text);letter-spacing:-.01em;font-size:16px;display:block}.gc-stats span{color:#f4f1e98c;margin-top:5px;font-size:13px;display:block}.motion-ready [data-reveal].gc-anim .gc-msg,.motion-ready [data-reveal].gc-anim .gc-line,.motion-ready [data-reveal].gc-anim .gc-access li,.motion-ready [data-reveal].gc-anim .gc-typing p span{opacity:0}.motion-ready [data-reveal].gc-anim .gc-msg,.motion-ready [data-reveal].gc-anim .gc-line{transform:translateY(10px)}.motion-ready [data-reveal].gc-anim .gc-bars i{transform:scaleY(.05)}.motion-ready [data-reveal].gc-anim.is-visible .gc-msg,.motion-ready [data-reveal].gc-anim.is-visible .gc-line{animation:.6s cubic-bezier(.22,1,.36,1) forwards gcRise;animation-delay:calc(var(--i) * .45s + .15s)}.motion-ready [data-reveal].gc-anim.is-visible .gc-access li{animation:.55s cubic-bezier(.22,1,.36,1) forwards gcRise}.motion-ready [data-reveal].gc-anim.is-visible .gc-access li:nth-child(2){animation-delay:.12s}.motion-ready [data-reveal].gc-anim.is-visible .gc-access li:nth-child(3){animation-delay:.24s}.motion-ready [data-reveal].gc-anim.is-visible .gc-access li:nth-child(4){animation-delay:.36s}.motion-ready [data-reveal].gc-anim.is-visible .gc-access li:nth-child(5){animation-delay:.48s}.motion-ready [data-reveal].gc-anim.is-visible .gc-bars i{animation:.9s cubic-bezier(.22,1,.36,1) forwards gcGrow;animation-delay:calc(var(--i) * .1s + .2s)}.motion-ready [data-reveal].gc-anim.is-visible .gc-typing p span{animation:.28s forwards gcWord}.motion-ready [data-reveal].gc-anim.is-visible .gc-typing p span:first-child{animation-delay:1.75s}.motion-ready [data-reveal].gc-anim.is-visible .gc-typing p span:nth-child(2){animation-delay:1.88s}.motion-ready [data-reveal].gc-anim.is-visible .gc-typing p span:nth-child(3){animation-delay:2.01s}.motion-ready [data-reveal].gc-anim.is-visible .gc-typing p span:nth-child(4){animation-delay:2.14s}.motion-ready [data-reveal].gc-anim.is-visible .gc-typing p span:nth-child(5){animation-delay:2.27s}.motion-ready [data-reveal].gc-anim.is-visible .gc-typing p span:nth-child(6){animation-delay:2.4s}.motion-ready [data-reveal].gc-anim.is-visible .gc-typing p span:nth-child(7){animation-delay:2.53s}.motion-ready [data-reveal].gc-anim.is-visible .gc-typing p span:nth-child(8){animation-delay:2.66s}@keyframes gcRise{to{opacity:1;transform:none}}@keyframes gcWord{to{opacity:1}}@keyframes gcGrow{to{transform:scaleY(1)}}.gc-entities{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.gc-entity{background:var(--background);padding:22px}.gc-entity h3{letter-spacing:.02em;text-transform:uppercase;color:var(--accent);margin:0 0 14px;font-family:SFMono-Regular,Consolas,monospace;font-size:15px}.gc-tags{flex-wrap:wrap;gap:6px;display:flex}.gc-tags span{border:1px solid var(--border);color:var(--muted);padding:5px 10px;font-size:12px}@media (max-width:1000px){.gc-layout{grid-template-columns:1fr}.gc-rail{border-right:0;border-bottom:1px solid var(--border);flex-direction:row;overflow-x:auto}.gc-rail b{margin:0 8px 0 0}.gc-kanban,.gc-deal{grid-template-columns:1fr}.gc-thread{border-bottom:1px solid #2b2b2b;border-right:0}.gc-problems,.gc-two,.gc-analytics{grid-template-columns:1fr}.gc-entities{grid-template-columns:repeat(2,1fr)}.gc-line{grid-template-columns:1fr;gap:4px}}@media (max-width:620px){.gc-entities{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.gc-anim .gc-card,.gc-anim .gc-msg,.gc-anim .gc-line,.gc-anim .gc-access li,.gc-anim .gc-bars i,.gc-anim .gc-typing p span{opacity:1;animation:none;transform:none}}.gc-funnels{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.gc-funnel{border:1px solid var(--border);background:var(--surface)}.gc-funnel header{border-bottom:1px solid var(--border);padding:16px 18px}.gc-funnel header strong{letter-spacing:-.02em;font-size:17px;display:block}.gc-funnel header span{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-top:4px;font-family:SFMono-Regular,Consolas,monospace;font-size:10px;display:block}.gc-funnel ol{margin:0;padding:0;list-style:none}.gc-funnel li{border-bottom:1px solid var(--border);background:var(--background);align-items:baseline;gap:12px;padding:11px 18px;font-size:14px;display:flex}.gc-funnel li:last-child{border-bottom:0}.gc-funnel li b{color:var(--accent);font-family:SFMono-Regular,Consolas,monospace;font-size:10px;font-weight:500}@media (max-width:1000px){.gc-funnels{grid-template-columns:1fr}}
@font-face{font-family:Onest;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4084ce120da2621a-s.0for97nelvzih.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Onest;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/16d91c780434f2ce-s.p.0y1w0k24nk0rl.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Onest;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/a45e4938f2a14ebd-s.3e-lg5zbsykpq.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Onest;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/611a8bd7707cff25-s.1vqdc5lvrb4tb.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Onest;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4d81d00cb6dc755c-s.3j7br4w5g0o3h.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Onest;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ef79401ea952b7f0-s.0t4d9turf_6_x.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Onest;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8800dfc60902df36-s.p.2sla2yow9-9p_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Onest Fallback;src:local(Arial);ascent-override:92.2%;descent-override:28.99%;line-gap-override:0.0%;size-adjust:105.2%}.onest_30708ce-module__XZloyW__className{font-family:Onest,Onest Fallback;font-style:normal}.onest_30708ce-module__XZloyW__variable{--font-sans:"Onest", "Onest Fallback"}
