@font-face{font-family:Geist Sans;src:url(https://cdn.jsdelivr.net/fontsource/fonts/geist:vf@latest/latin-wght-normal.woff2) format("woff2-variations");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Geist Mono;src:url(https://cdn.jsdelivr.net/fontsource/fonts/geist-mono:vf@latest/latin-wght-normal.woff2) format("woff2-variations");font-weight:100 900;font-style:normal;font-display:swap}:root{--bg: #030303;--surface: #0a0a0a;--surface-hover: #121212;--text-main: #ffffff;--text-muted: #A8A8A8;--accent: #00e5ff;--accent-glow: rgba(0, 229, 255, .15);--border: rgba(255, 255, 255, .15);--border-strong: rgba(255, 255, 255, .25);--tracking-mega: .25em;--tracking-standard: .15em;--tracking-tight: -.02em}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;box-shadow:none!important;text-shadow:none!important}img{max-width:100%;height:auto}html{scroll-behavior:smooth;font-size:16px;scroll-padding-top:5rem;overflow-x:hidden}body{background-color:var(--bg);color:var(--text-main);font-family:Geist Sans,system-ui,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}h3,nav,.header-tagline,.meta-label,.btn,footer{text-transform:lowercase}h1,h2{text-transform:none}::selection{background:var(--accent);color:var(--bg)}body.menu-open{overflow:hidden}.skip-to-content{position:absolute;top:-100%;left:1rem;z-index:200;background:var(--accent);color:var(--bg);padding:.75rem 1.5rem;font-family:Geist Mono,monospace;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-decoration:none;text-transform:lowercase}.skip-to-content:focus{top:1rem}a:focus-visible,button:focus-visible,.btn:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:3px}nav{position:fixed;top:0;width:100%;padding:2rem 5vw;display:flex;justify-content:space-between;align-items:center;font-family:Geist Mono,monospace;font-size:.75rem;letter-spacing:var(--tracking-standard);z-index:100;background:#030303d9;backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}nav a{text-decoration:none;color:var(--text-muted);transition:none;margin-left:3.5rem}nav a:hover{color:var(--accent)}nav a[aria-current=page]{color:var(--accent);border-bottom:1px solid var(--accent);padding-bottom:2px}nav .nav-cta{border:1px solid var(--accent);padding:.4rem 1rem;color:var(--accent);margin-left:1rem}nav .nav-cta:hover{background:var(--accent);color:var(--bg)}.cta-text-short{display:none}@media(max-width:1024px){.cta-text-full{display:none}.cta-text-short{display:inline}}nav.scrolled{background:#030303f2}.brand-container{display:flex;align-items:center;gap:12px;color:var(--text-main);font-weight:500}.brand-container a{text-decoration:none;color:inherit;margin-left:0}.status-dot{width:8px;height:8px;background-color:var(--accent);border-radius:1px;display:none}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;position:relative;width:44px;height:44px;min-width:44px;min-height:44px;z-index:110}.nav-toggle span,.nav-toggle span:before,.nav-toggle span:after{display:block;width:28px;height:1.5px;background:var(--text-muted);transition:none;position:absolute;left:8px}.nav-toggle span{top:50%;transform:translateY(-50%)}.nav-toggle span:before{content:"";top:-7px}.nav-toggle span:after{content:"";top:7px}.nav-toggle.open span{background:transparent}.nav-toggle.open span:before{top:0;transform:rotate(45deg);background:var(--accent)}.nav-toggle.open span:after{top:0;transform:rotate(-45deg);background:var(--accent)}.nav-links{display:flex;align-items:center}.nav-links a{min-height:44px;display:inline-flex;align-items:center}header{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:radial-gradient(circle at 50% 50%,#0a0a0a 0%,var(--bg) 100%);position:relative;overflow:hidden;padding:5rem 5vw 0}.monad-logo-container{position:relative;width:120px;height:120px;margin-bottom:4rem}.monad-ring{position:absolute;inset:0;border:1px solid rgba(255,255,255,.15);border-radius:50%}.monad-node{position:absolute;top:-4px;left:50%;transform:translate(-50%);width:8px;height:8px;background:var(--accent);border-radius:50%}.monad-node:after{content:"";position:absolute;width:20px;height:2px;background:linear-gradient(90deg,var(--accent),transparent);top:3px;right:10px;transform:rotate(0);opacity:.5}.monad-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4px;height:4px;background:#00e5ff4d;border-radius:50%}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.monad-ring{animation:orbit 20s linear infinite}header:hover .monad-ring{animation-duration:4s}header:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(0,229,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,229,255,.03) 1px,transparent 1px);background-size:40px 40px;opacity:0;z-index:0;pointer-events:none}header:hover:before{opacity:1}header>*{position:relative;z-index:1}h1{font-weight:300;font-size:clamp(1.75rem,5vw,5rem);letter-spacing:-.04em;margin-bottom:1.5rem;color:var(--text-main)}h2{font-weight:300;font-size:clamp(1.5rem,3vw,2.8rem);letter-spacing:var(--tracking-tight);color:var(--text-main);margin-bottom:3rem;line-height:1.2}h3{font-weight:400;font-size:1.15rem;letter-spacing:.05em;margin-bottom:1rem;color:var(--text-main)}p{font-weight:300;font-size:clamp(.95rem,1vw,1.1rem);color:var(--text-muted);margin-bottom:2rem;max-width:540px}strong{color:var(--text-main);font-weight:500}.header-tagline{font-family:Geist Mono,monospace;font-size:clamp(.7rem,1vw,.85rem);letter-spacing:.3em;color:var(--text-muted);max-width:700px;line-height:2}.header-sub{font-family:Geist Sans,system-ui,sans-serif;font-size:clamp(.85rem,1vw,1rem);color:var(--text-muted);font-weight:300;margin-top:2rem;max-width:500px;text-transform:none}.header-sub strong{color:var(--accent);font-weight:400}.meta-label{font-family:Geist Mono,monospace;font-size:.75rem;letter-spacing:.35em;margin-bottom:2rem;color:var(--accent);display:block}.horizon-line{width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent)}.metrics-bar{display:grid;grid-template-columns:repeat(4,1fr);max-width:1400px;margin:0 auto;padding:5rem 6vw}.metric{text-align:center;padding:0 1rem}.metric-value{font-family:Geist Mono,monospace;font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:300;color:var(--text-main);letter-spacing:.02em;margin-bottom:.75rem}.metric-label{font-family:Geist Mono,monospace;font-size:.75rem;letter-spacing:.25em;color:#a1a1aa;text-transform:lowercase}.fit-grid{align-items:start}.fit-card-wrap{display:grid;gap:1rem}.fit-card{background:var(--surface);border:1px solid var(--border);padding:1.75rem 1.5rem}.fit-card--muted{background:#ffffff04}.fit-label{display:inline-block;font-family:Geist Mono,monospace;font-size:.75rem;letter-spacing:.25em;color:var(--accent);margin-bottom:1rem;text-transform:lowercase}.fit-card--muted .fit-label{color:var(--text-muted)}.fit-list{list-style:none;display:grid;gap:.85rem}.fit-list li{position:relative;padding-left:1rem;color:var(--text-muted);font-size:.95rem;line-height:1.7}.fit-list li:before{content:"";position:absolute;left:0;top:.75rem;width:4px;height:4px;background:var(--accent);border-radius:50%}.fit-card--muted .fit-list li:before{background:#ffffff59}section{padding:10rem 6vw;max-width:1400px;margin:0 auto}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:4rem}.grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-top:4rem}.protocode-artifact{background:#050505;border:1px solid var(--border);border-radius:0;padding:3rem;font-family:Geist Mono,monospace;font-size:.8rem;line-height:2;position:relative;overflow-x:auto;overflow-y:hidden;white-space:pre}.protocode-artifact::-webkit-scrollbar{height:3px}.protocode-artifact::-webkit-scrollbar-track{background:transparent}.protocode-artifact::-webkit-scrollbar-thumb{background:#333}.protocode-artifact{scrollbar-width:thin;scrollbar-color:#333 transparent}.protocode-artifact:before{position:absolute;top:0;left:0;width:100%;padding:.5rem 1.5rem;background:#ffffff05;border-bottom:1px solid var(--border);font-size:.75rem;color:var(--text-muted);letter-spacing:.1em}.pc-comment{color:#666}.pc-keyword{color:var(--text-main)}.pc-string{color:var(--accent)}.pc-function{color:#a3a3a3}.pc-dim{color:#505050}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.cursor{display:inline-block;width:8px;height:15px;background-color:var(--accent);vertical-align:middle;margin-left:5px;animation:blink 1s step-end infinite}.terminal-dots{display:flex;gap:6px;margin-bottom:1rem}.terminal-dots span{width:8px;height:8px;border-radius:50%;background:#fff3}.module-card-link{display:block;text-decoration:none;color:inherit;cursor:pointer}.module-card{background:var(--surface);border:1px solid rgba(0,229,255,.1);padding:3rem 2.5rem;transition:none;position:relative}.module-card p{font-size:.95rem;line-height:1.6;margin-bottom:1.25rem}.module-card p:last-child{margin-bottom:0}.module-metric{font-family:Geist Mono,monospace;font-size:1.8rem;font-weight:300;color:var(--text-main);margin-bottom:1.25rem;letter-spacing:-.02em}.module-card:after{content:"";position:absolute;inset:0;border:1px solid var(--accent);opacity:0;transition:none;pointer-events:none}.module-card:hover{background:var(--surface-hover)}.module-card:hover:after{opacity:.3}.module-commander{display:grid;grid-template-columns:260px 1fr;gap:0;margin-top:4rem;border:1px solid var(--border)}.module-index{display:flex;flex-direction:column;border-right:1px solid var(--border)}.module-tab{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;background:transparent;border:none;border-bottom:1px solid var(--border);cursor:pointer;text-align:left;color:var(--text-muted);font-family:Geist Mono,monospace;position:relative;min-height:44px}.module-tab:last-child{border-bottom:none}.module-tab:before{content:"";position:absolute;top:0;left:0;width:2px;height:100%;background:transparent}.module-tab:hover{background:var(--surface-hover);color:var(--text-main)}.module-tab.active{background:#ffffff05;color:var(--accent)}.module-tab.active:before{background:var(--accent)}.module-tab .tab-number{font-size:.75rem;letter-spacing:.3em;color:inherit;opacity:.5}.module-tab .tab-label{font-size:.9rem;font-weight:500;letter-spacing:.1em;color:inherit}.module-tab .tab-sublabel{font-size:.75rem;letter-spacing:.2em;opacity:.4}.module-tab.active .tab-number,.module-tab.active .tab-sublabel{opacity:.7}.module-detail{background:#ffffff04;position:relative;min-height:420px}.module-mobile-summary{display:none;padding:1rem 1.25rem;border-bottom:1px solid var(--border);background:#030303f5}.module-mobile-summary-label,.module-mobile-summary-proof{font-family:Geist Mono,monospace;font-size:.75rem;letter-spacing:.18em}.module-mobile-summary-label{color:var(--accent);margin-bottom:.6rem;text-transform:lowercase}.module-mobile-summary-name{font-family:Geist Mono,monospace;font-size:.95rem;letter-spacing:.08em;color:var(--text-main);text-transform:lowercase}.module-mobile-summary-text{color:var(--text-main);font-size:.95rem;line-height:1.6;margin:.75rem 0;max-width:none}.module-mobile-summary-proof{color:var(--text-muted);line-height:1.7}.module-panel{display:none;padding:3rem}.module-panel.active{display:block}.module-panel .panel-header{display:flex;align-items:baseline;gap:2rem;margin-bottom:2rem}.module-panel h3{font-family:Geist Mono,monospace;font-size:1.1rem;letter-spacing:.1em;color:var(--accent);margin-bottom:0}.module-panel .panel-metric{font-family:Geist Mono,monospace;font-size:1.6rem;font-weight:300;color:var(--text-main);letter-spacing:-.02em}.module-panel p{max-width:620px;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.module-panel .panel-proof{margin-top:2rem;margin-bottom:0;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.88rem;color:#b9b9b9}.module-panel .panel-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent);font-family:Geist Mono,monospace;font-size:.75rem;letter-spacing:.1em;text-decoration:none;margin-top:1rem}.module-panel .panel-link:hover{color:var(--text-main)}.step-card{background:var(--surface);border:1px solid rgba(0,229,255,.1);padding:3rem 2.5rem;transition:none;position:relative}.step-card p{font-size:.95rem;line-height:1.6;margin-bottom:0}.step-number{font-family:Geist Mono,monospace;font-size:1.8rem;font-weight:300;color:var(--accent);margin-bottom:1.25rem;letter-spacing:-.02em}.step-card:after{content:"";position:absolute;inset:0;border:1px solid var(--accent);opacity:0;transition:none;pointer-events:none}.step-card:hover{background:var(--surface-hover)}.step-card:hover:after{opacity:.3}.proof-card{background:var(--surface);border:1px solid var(--border);padding:2rem 1.5rem;text-align:center;transition:none}.proof-card:hover{border-color:#00e5ff33;background:var(--surface-hover)}.proof-card .proof-number{font-family:Geist Mono,monospace;font-size:1.5rem;font-weight:300;color:var(--text-main);margin-bottom:.75rem}.proof-card .proof-label{font-size:.75rem;color:#a1a1aa;font-weight:300;line-height:1.5}.proof-note{margin:2rem 0;padding:1.25rem 1.5rem;border:1px solid var(--border);background:#ffffff05}.proof-note-label{display:inline-block;font-family:Geist Mono,monospace;font-size:.75rem;letter-spacing:.22em;color:var(--accent);margin-bottom:.75rem;text-transform:lowercase}.proof-note p{margin-bottom:0;max-width:none;font-size:.92rem}.economics-grid{margin-top:4rem;align-items:start}.economics-card{background:var(--surface);border:1px solid var(--border);padding:2rem 1.5rem}.economics-persona{display:inline-block;font-family:Geist Mono,monospace;font-size:.75rem;letter-spacing:.22em;color:var(--accent);margin-bottom:1rem;text-transform:lowercase}.economics-card h3{font-family:Geist Sans,system-ui,sans-serif;font-size:1.2rem;letter-spacing:-.01em;margin-bottom:1rem;text-transform:none}.economics-card p{font-size:.95rem;margin-bottom:1.25rem;max-width:none}.economics-list{list-style:none;display:grid;gap:.75rem;margin-bottom:1.5rem}.economics-list li{position:relative;padding-left:1rem;color:var(--text-muted);font-size:.9rem;line-height:1.7}.economics-list li:before{content:"";position:absolute;left:0;top:.75rem;width:4px;height:4px;border-radius:50%;background:var(--accent)}.economics-proof{padding-top:1rem;border-top:1px solid var(--border);color:#b9b9b9;font-size:.82rem;line-height:1.7}.diff-card{background:var(--surface);border:1px solid var(--border);padding:3rem 2.5rem;transition:none;position:relative}.diff-card h3{color:var(--accent);font-family:Geist Mono,monospace;font-size:1rem;letter-spacing:.1em;margin-bottom:1.25rem}.diff-card p{font-size:.95rem;line-height:1.6;margin-bottom:0}.diff-card:after{content:"";position:absolute;inset:0;border:1px solid var(--accent);opacity:0;transition:none;pointer-events:none}.diff-card:hover{background:var(--surface-hover)}.diff-card:hover:after{opacity:.3}.anti-card{background:var(--surface);border:1px solid var(--border);padding:2.5rem 2rem;transition:none}.anti-card:hover{border-color:#00e5ff33;background:var(--surface-hover)}.anti-card h3{color:var(--accent);font-family:Geist Mono,monospace;font-size:.85rem;letter-spacing:.1em;margin-bottom:1rem}.anti-card p{font-size:.95rem;line-height:1.6;margin-bottom:0;max-width:none}.flow-card{background:var(--surface);border:1px solid var(--border);padding:3rem 2.5rem;position:relative}.flow-card:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:var(--accent);opacity:.3}.flow-card:hover{background:var(--surface-hover);border-color:#00e5ff33}.flow-card:hover:before{opacity:1}.flow-card h3{color:var(--accent);font-family:Geist Mono,monospace;font-size:1rem;letter-spacing:.1em;margin-bottom:1.25rem}.flow-card p{font-size:.95rem;line-height:1.6;margin-bottom:0;max-width:none}.flow-arrow{display:flex;align-items:center;justify-content:center;font-family:Geist Mono,monospace;font-size:.75rem;color:#525252;letter-spacing:.2em;padding:1.5rem 0}.flow-arrow .arrow{color:var(--accent)}.about-page section{padding:6rem 6vw}.about-lead{max-width:680px;margin:0 auto;text-align:center}.about-lead p{max-width:none;font-size:1.1rem;line-height:1.8}.principle-card{background:var(--surface);border:1px solid var(--border);padding:2.5rem 2rem}.principle-card:hover{border-color:#00e5ff33;background:var(--surface-hover)}.principle-card h3{color:var(--accent);font-family:Geist Mono,monospace;font-size:.85rem;letter-spacing:.1em;margin-bottom:1rem}.principle-card p{font-size:.95rem;line-height:1.6;margin-bottom:0;max-width:none}.contact-form{max-width:560px;margin:0 auto}.contact-intro{max-width:820px;margin:0 auto 3rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.contact-intro-card{background:var(--surface);border:1px solid var(--border-strong);padding:1.5rem}.contact-intro-card p{margin-bottom:0;max-width:none;font-size:.95rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:0}@media(max-width:640px){.form-row{grid-template-columns:1fr}}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-family:Geist Mono,monospace;font-size:.75rem;letter-spacing:.12em;color:var(--text-muted);text-transform:lowercase;margin-bottom:.5rem}.required{color:var(--accent)}.optional{color:var(--text-muted);text-transform:none;letter-spacing:normal;font-size:.75rem}.field-helper{font-family:Geist Sans,system-ui,sans-serif;font-size:.8125rem;color:var(--text-muted);line-height:1.5;margin:.25rem 0 .5rem}.form-micro{font-family:Geist Mono,monospace;font-size:.75rem;color:var(--text-muted);margin-top:.75rem;text-align:center}.form-group input,.form-group textarea,.form-group select{width:100%;background:var(--surface);border:1px solid var(--border-strong);color:var(--text-main);font-family:Geist Sans,system-ui,sans-serif;font-size:1rem;padding:1rem 1.25rem;min-height:48px;border-radius:0;-webkit-appearance:none}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--accent);outline:2px solid var(--accent);outline-offset:-2px}.form-group textarea{min-height:120px;resize:vertical}.form-group select{cursor:pointer}.form-group select option{background:var(--bg);color:var(--text-main)}.contact-microcopy{font-family:Geist Mono,monospace;font-size:.75rem;letter-spacing:.08em;color:var(--text-muted);line-height:1.9;margin-top:.5rem}.scroll-hint{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-muted);font-family:Geist Mono,monospace;font-size:.75rem;letter-spacing:.3em;text-transform:lowercase;opacity:.5;text-decoration:none;pointer-events:none}@media(min-width:769px){.scroll-hint{pointer-events:auto}}.scroll-hint-arrow{width:1px;height:24px;background:linear-gradient(to bottom,transparent,var(--text-muted))}.cta-section{padding:10rem 4vw;text-align:center;display:flex;flex-direction:column;align-items:center;background:radial-gradient(circle at 50% 100%,rgba(0,229,255,.03) 0%,transparent 50%)}.cta-qualifier{font-family:Geist Mono,monospace;font-size:.75rem;letter-spacing:.2em;color:var(--text-muted);margin-top:3rem;max-width:500px;text-transform:lowercase;line-height:1.8}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:Geist Mono,monospace;font-size:.95rem;font-weight:600;letter-spacing:.3em;color:#ededed;background:transparent;border:1px solid #EDEDED;padding:1.1rem 3.5rem;text-decoration:none;transition:none;margin-top:2rem;min-height:44px;cursor:pointer}.btn:hover{background:var(--accent);color:var(--bg);border-color:var(--accent)}.site-footer{padding:4rem 1.5rem;border-top:1px solid var(--border);font-family:Geist Mono,monospace;font-size:.8125rem;color:var(--text-muted)}.footer-container{max-width:1080px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem}.footer-brand{display:flex;flex-direction:column;gap:.5rem}.footer-logo{text-decoration:none;font-size:1rem;letter-spacing:0}.logo-primary{font-weight:700;color:var(--text-main)}.logo-sep{font-weight:500;opacity:.3}.logo-secondary{font-weight:500;opacity:.5}.footer-tagline{font-size:.75rem;letter-spacing:.1em;opacity:.5;margin-top:.5rem}.footer-parent{font-size:.75rem;margin-top:.5rem}.footer-parent .parent-label{opacity:.4;font-size:.65rem}.footer-parent a{color:var(--text-muted);text-decoration:none;transition:color 0s}.footer-parent a:hover{color:var(--accent)}.footer-col{display:flex;flex-direction:column;gap:.375rem}.footer-heading{font-size:.6875rem;font-weight:600;letter-spacing:.08em;color:var(--text-main);margin-bottom:.5rem;text-decoration:none}a.footer-heading:hover{color:var(--accent)}.footer-col a:not(.footer-heading){font-size:.8125rem;color:var(--text-muted);text-decoration:none;padding:.25rem 0;transition:color 0s;letter-spacing:.02em}.footer-col a:not(.footer-heading):hover{color:var(--accent)}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.footer-cta a{color:var(--accent);text-decoration:none;font-size:.75rem;font-weight:600;letter-spacing:.08em;transition:opacity 0s}.footer-cta a:hover{opacity:.7}.footer-legal{display:flex;gap:.75rem;align-items:center;font-size:.75rem}.footer-legal a{color:var(--text-muted);text-decoration:none;opacity:.5;transition:color 0s}.footer-legal a:hover{color:var(--accent);opacity:1}.footer-legal .sep{opacity:.3}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1;margin-bottom:1rem}.footer-col a:not(.footer-heading){min-height:44px;display:flex;align-items:center}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}.footer-link{color:#fff6;text-decoration:none;transition:color 0s;letter-spacing:.15em;min-height:44px;display:inline-flex;align-items:center}.footer-link:hover{color:var(--accent)}.footer-sites{margin-top:1.5rem;display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;font-size:.75rem;letter-spacing:.15em}.footer-sites a{min-height:44px;display:inline-flex;align-items:center}.bluf{background:#ffffff05;border:1px solid var(--border);border-left:4px solid var(--accent);padding:1.25rem 1.5rem;margin:2rem 0 3rem}.bluf-label{font-family:Geist Mono,monospace;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--accent);margin-bottom:.5rem}.bluf-content{font-size:.95rem;color:var(--text-muted);line-height:1.7;max-width:600px}.decision-gate{display:flex;flex-direction:column;gap:0;margin-top:3rem;border:1px solid var(--border)}.decision-gate-row{display:grid;grid-template-columns:1fr 1fr 2fr;border-bottom:1px solid var(--border);transition:none}.decision-gate-row:last-child{border-bottom:none}.decision-gate-row:hover{background:var(--surface-hover)}.decision-gate-need{padding:1.5rem 2rem;font-family:Geist Mono,monospace;font-size:.85rem;color:var(--accent);font-weight:500;border-right:1px solid var(--border);display:flex;align-items:center}.decision-gate-modules{padding:1.5rem 2rem;font-family:Geist Mono,monospace;font-size:.85rem;color:var(--text-main);font-weight:400;letter-spacing:.05em;border-right:1px solid var(--border);display:flex;align-items:center}.decision-gate-desc{padding:1.5rem 2rem;font-size:.9rem;color:var(--text-muted);line-height:1.6;display:flex;align-items:center}.decision-gate-desc a{color:var(--accent);text-decoration:none;font-family:Geist Mono,monospace;font-size:.75rem;letter-spacing:.1em;margin-left:1rem;white-space:nowrap}.decision-gate-desc a:hover{color:var(--text-main)}.tradeoff-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:3rem;border:1px solid var(--border)}.tradeoff-card{padding:3rem 2.5rem;position:relative}.tradeoff-card:first-child{border-right:1px solid var(--border)}.tradeoff-label{font-family:Geist Mono,monospace;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem}.tradeoff-label--gain{color:var(--accent)}.tradeoff-label--cost{color:var(--text-muted)}.tradeoff-card p{font-size:.95rem;line-height:1.7;max-width:none;margin-bottom:0}@media(max-width:1280px){.grid-5{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.grid-2,.grid-3{grid-template-columns:1fr;gap:4rem}.grid-4,.grid-5{grid-template-columns:repeat(2,1fr)}.metrics-bar{grid-template-columns:repeat(2,1fr);gap:3rem}.protocode-artifact{font-size:.75rem;padding:3rem 1.5rem 2rem;white-space:pre}.contact-intro,.decision-gate-row{grid-template-columns:1fr}.decision-gate-need,.decision-gate-modules{border-right:none;border-bottom:1px solid var(--border)}.decision-gate-modules{border-bottom:none}.tradeoff-grid{grid-template-columns:1fr}.tradeoff-card:first-child{border-right:none;border-bottom:1px solid var(--border)}.module-commander{grid-template-columns:1fr;border:none}.module-index{flex-direction:row;overflow-x:auto;border-right:none;border-bottom:1px solid var(--border);scrollbar-width:none}.module-index::-webkit-scrollbar{display:none}.module-tab{white-space:nowrap;border-bottom:none;border-right:1px solid var(--border);padding:1rem 1.25rem}.module-tab:last-child{border-right:none}.module-tab:before{width:100%;height:2px;top:auto;bottom:0;left:0}.module-tab .tab-sublabel{display:none}.module-detail{min-height:300px;border:1px solid var(--border);border-top:none}.module-panel{padding:2.5rem 2rem}section{padding:8rem 5vw}.cta-section{padding:8rem 4vw}.nav-toggle{display:block}.nav-links{position:fixed;top:0;right:0;width:100%;height:100vh;background:#030303f7;backdrop-filter:blur(20px);flex-direction:column;justify-content:center;gap:3rem;transform:translate(100%);transition:none;z-index:99}.nav-links.open{transform:translate(0)}.nav-links a{display:flex;align-items:center;justify-content:center;margin-left:0;font-size:1.1rem;letter-spacing:.3em;padding:.75rem 2rem;min-height:44px}.nav-links .nav-cta{align-self:center;margin-left:0;margin-top:2rem;padding:1rem 2rem;font-size:.85rem;letter-spacing:.15em;text-align:center;justify-content:center}.scroll-hint{bottom:1.5rem}}@media(max-width:768px){section{padding:6rem 1.25rem}.cta-section{padding:6rem 1.25rem}.metrics-bar{padding:4rem 1.25rem;gap:2.5rem}.metric-value{font-size:1.3rem}h1{font-size:clamp(1.75rem,8vw,2.75rem);letter-spacing:-.04em;word-break:break-word}h2{font-size:clamp(1.4rem,5vw,2rem)}.header-tagline{letter-spacing:.12em;font-size:.75rem;padding:0 1rem}.meta-label{letter-spacing:.2em}.grid-2,.grid-3{grid-template-columns:1fr}.grid-4,.grid-5{grid-template-columns:1fr;gap:1rem}.module-card{padding:2rem 1.5rem}.module-metric{font-size:1.4rem}.module-commander{grid-template-columns:1fr}.module-index{flex-direction:row;overflow-x:auto}.module-tab{padding:.75rem 1rem}.module-tab .tab-number{display:none}.module-detail{min-height:auto}.module-mobile-summary{display:block;position:sticky;top:4rem;z-index:5;padding:.9rem 1rem}.module-panel{padding:1.75rem 1.25rem}.step-card{padding:2rem 1.5rem}.step-number{font-size:1.4rem}.diff-card,.anti-card,.flow-card,.principle-card{padding:2rem 1.5rem}.monad-logo-container{width:80px;height:80px;margin-bottom:3rem}.decision-gate-need,.decision-gate-modules,.decision-gate-desc{padding:1rem 1.5rem}.decision-gate-desc a{display:block;margin-left:0;margin-top:.5rem}.tradeoff-card{padding:2rem 1.5rem}footer{letter-spacing:.15em;padding:4rem 1.25rem}.footer-tagline{letter-spacing:.1em}.btn{padding:1.2rem 2.5rem;font-size:.75rem;letter-spacing:.2em;width:100%}header{padding:5rem 1.25rem 0}.about-page section{padding:4rem 1.25rem}}@media(max-width:480px){nav{padding:1.2rem 5vw}section{padding:4rem 1.25rem}.cta-section{padding:4rem 1.25rem}.metrics-bar{grid-template-columns:repeat(2,1fr);padding:3rem 1.25rem;gap:2rem}.grid-2{gap:2.5rem}.grid-3{gap:1.5rem}.grid-4,.grid-5{gap:1rem}.header-tagline{letter-spacing:.06em}.decision-gate-row{grid-template-columns:1fr}.decision-gate-need,.decision-gate-modules,.decision-gate-desc{border-right:none;padding:1rem 1.25rem}.decision-gate-need,.decision-gate-modules{border-bottom:1px solid var(--border)}.protocode-artifact{padding:2rem .75rem 1.25rem;font-size:.65rem}.module-tab{min-height:44px;padding:.875rem 1rem}.module-card,.step-card,.diff-card,.anti-card,.flow-card,.principle-card{padding:1.5rem 1.25rem}.proof-card{padding:1.5rem 1rem}.fit-card{padding:1.5rem 1.25rem}.proof-note{padding:1rem 1.25rem}.btn{padding:1rem 2rem;width:100%}footer{font-size:.75rem}}@media(max-width:360px){section{padding:3rem 1rem}.cta-section{padding:3rem 1rem}.metrics-bar{grid-template-columns:1fr;padding:2.5rem 1rem;gap:2rem}.metric{text-align:left;padding:0}footer{padding:3rem 1rem}header{padding:5rem 1rem 0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.legal-page{max-width:800px;margin:0 auto;padding:8rem 2rem 4rem}.legal-page h1{font-size:clamp(1.75rem,4vw,3rem);margin-bottom:1rem}.legal-page .legal-updated{font-family:Geist Mono,monospace;font-size:.75rem;letter-spacing:.2em;color:var(--text-muted);margin-bottom:3rem;display:block}.legal-page .legal-tldr{background:var(--surface);border:1px solid var(--border);padding:2rem;margin-bottom:3rem}.legal-page .legal-tldr h2{font-size:1rem;font-family:Geist Mono,monospace;color:var(--accent);letter-spacing:.1em;margin-bottom:1rem}.legal-page .legal-tldr ul{list-style:none;padding:0}.legal-page .legal-tldr li{color:var(--text-muted);font-size:.95rem;line-height:1.6;padding:.5rem 0 .5rem 1.5rem;position:relative}.legal-page .legal-tldr li:before{content:"--";position:absolute;left:0;color:var(--accent);font-family:Geist Mono,monospace;font-size:.8rem}.legal-page h2{font-size:1.3rem;margin-top:3rem;margin-bottom:1rem}.legal-page p{max-width:none;margin-bottom:1.25rem}.legal-page ul{list-style:none;padding:0;margin-bottom:1.5rem}.legal-page li{color:var(--text-muted);font-size:clamp(.95rem,1vw,1.1rem);line-height:1.6;padding:.25rem 0 .25rem 1.5rem;position:relative}.legal-page li:before{content:"--";position:absolute;left:0;color:#fff3;font-family:Geist Mono,monospace;font-size:.8rem}
