@import "https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700;800&family=Roboto:wght@400;500;700&display=swap";:root{--bg:#f8fafd;--surface:#fff;--surface2:#eef3fb;--text:#1f1f1f;--muted:#5f6368;--line:#dfe3eb;--blue:#1a73e8;--red:#ea4335;--yellow:#fbbc04;--green:#34a853;--shadow:0 18px 60px #3c404329;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:Google Sans,Roboto,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:linear-gradient(180deg,#fff,var(--bg));color:var(--text);margin:0}body:before{content:"";z-index:-1;background:radial-gradient(circle at 10% 10%,#4285f429,#0000 28%),radial-gradient(circle at 90% 5%,#fbbc042e,#0000 28%),radial-gradient(circle at 75% 75%,#34a85324,#0000 28%);position:fixed;inset:0}a{color:inherit;text-decoration:none}main{overflow:hidden}.nav{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffc2;justify-content:space-between;align-items:center;gap:20px;padding:16px 6vw;display:flex;position:sticky;top:0}.brand{letter-spacing:.01em;align-items:center;gap:12px;font-weight:800;display:flex}.logo{background:conic-gradient(from 90deg,var(--blue),var(--green),var(--yellow),var(--red),var(--blue));color:#fff;border-radius:14px;place-items:center;width:40px;height:40px;display:grid;box-shadow:0 10px 28px #1a73e847}.navlinks{color:var(--muted);gap:26px;font-size:14px;display:flex}.navlinks a:hover{color:var(--blue)}.navcta,.primary,.secondary{border-radius:999px;justify-content:center;align-items:center;gap:9px;padding:12px 18px;font-weight:700;display:inline-flex}.navcta,.primary{background:var(--blue);color:#fff;box-shadow:0 12px 28px #1a73e842}.secondary{border:1px solid var(--line);color:#202124;background:#fff}.hero{grid-template-columns:1fr .9fr;align-items:center;gap:52px;min-height:760px;padding:92px 6vw;display:grid;position:relative}.hero-copy,.showcase-panel{z-index:1;position:relative}.mesh{filter:blur(60px);opacity:.45;border-radius:999px;position:absolute}.mesh-a{background:#d2e3fc;width:360px;height:360px;top:70px;right:15%}.mesh-b{background:#ceead6;width:400px;height:400px;bottom:80px;left:6%}.eyebrow,.label{color:var(--blue);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;font-size:13px;font-weight:800;display:inline-flex}.hero h1{letter-spacing:-.065em;margin:22px 0 24px;font-size:clamp(58px,8vw,112px);line-height:.9}.hero h1 span{background:linear-gradient(90deg,var(--blue),var(--green),var(--yellow),var(--red));color:#0000;-webkit-background-clip:text;background-clip:text;display:block}.lead{max-width:760px;color:var(--muted);font-size:20px;line-height:1.72}.actions{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}.actions.center{justify-content:center}.caption{color:var(--muted);margin-top:26px;font-weight:700}.showcase-panel,.project-card,.why,.vision-card,.system-steps article{border:1px solid var(--line);box-shadow:var(--shadow);background:#ffffffdb;border-radius:32px}.showcase-panel{padding:24px;overflow:hidden}.panel-top,.project-head{justify-content:space-between;align-items:center;gap:14px;display:flex}.panel-top small{color:var(--muted);margin-top:5px;display:block}.live-dot,.project-head span{color:#137333;background:#e6f4ea;border:1px solid #c8e6c9;border-radius:999px;align-items:center;padding:7px 11px;font-size:12px;font-weight:800;display:inline-flex}.orbit-map{border:1px solid var(--line);background:radial-gradient(circle,#e8f0fe,#0000 42%),linear-gradient(135deg,#fff,#f1f3f4);border-radius:28px;height:380px;margin:28px 0;position:relative;overflow:hidden}.orbit-map:before,.orbit-map:after{content:"";border:1px dashed #c7d2e0;border-radius:50%;animation:34s linear infinite spin;position:absolute;inset:48px}.orbit-map:after{animation-duration:24s;animation-direction:reverse;inset:92px}.core-node{text-align:center;border:1px solid var(--line);background:linear-gradient(135deg,#e8f0fe,#e6f4ea);border-radius:50%;place-items:center;width:188px;height:188px;padding:22px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 55px #1a73e82e}.core-node small,.panel-top small{color:var(--muted)}.node{border:1px solid var(--line);background:#fff;border-radius:22px;place-items:center;width:74px;height:74px;font-size:12px;font-weight:900;display:grid;position:absolute;box-shadow:0 14px 34px #3c404324}.n1{color:var(--yellow);top:70px;left:42px}.n2{color:var(--blue);top:82px;right:56px}.n3{color:var(--red);bottom:72px;left:76px}.n4{color:var(--green);bottom:66px;right:80px}.module-tabs{flex-wrap:wrap;gap:10px;display:flex}.module-tabs span{border:1px solid var(--line);color:#3c4043;background:#fff;border-radius:999px;padding:10px 12px;font-size:13px;font-weight:700}.module-tabs .active{color:#b06000;background:#fef7e0;border-color:#fdd663}.why,.projects,.ecosystem,.vision,.final-cta{padding:92px 6vw}.why{max-width:none;margin:0 6vw;padding:52px}.why h2,.section-head h2,.ecosystem h2,.vision-card h2,.final-cta h2{letter-spacing:-.05em;margin:14px 0 24px;font-size:clamp(36px,5.2vw,74px);line-height:1}.why p,.section-head p,.project-card p,.ecosystem p,.vision-card p,.final-cta p{color:var(--muted);font-size:17px;line-height:1.7}.section-head{grid-template-columns:1fr 420px;align-items:end;gap:32px;margin-bottom:28px;display:grid}.project-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.project-card{flex-direction:column;min-height:310px;padding:24px;transition:all .25s;display:flex}.project-card:hover{transform:translateY(-5px);box-shadow:0 28px 80px #3c404333}.project-card.featured{background:linear-gradient(135deg,#e8f0fe,#fff,#e6f4ea);grid-column:span 2}.project-icon{width:48px;height:48px;color:var(--blue);background:#e8f0fe;border-radius:16px;place-items:center;display:grid}.project-type{text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:var(--blue)!important;margin:24px 0 0!important;font-size:13px!important}.project-card h3{letter-spacing:-.035em;margin:10px 0 8px;font-size:28px}.project-card a{color:var(--blue);align-items:center;gap:8px;margin-top:auto;font-weight:900;display:inline-flex}.ecosystem{grid-template-columns:.9fr 1.1fr;align-items:center;gap:46px;display:grid}.system-steps{gap:14px;display:grid}.system-steps article{grid-template-columns:64px 1fr;align-items:start;gap:18px;padding:22px;display:grid}.system-steps span{width:44px;height:44px;color:var(--blue);background:#e8f0fe;border-radius:15px;place-items:center;font-weight:900;display:grid}.system-steps h3{margin:0 0 6px}.vision-card{text-align:center;background:linear-gradient(135deg,#fff,#e8f0fe,#fef7e0);max-width:1120px;margin:auto;padding:70px}.vision-card h2{max-width:950px;margin-left:auto;margin-right:auto}.terminal-line{border:1px solid var(--line);color:#81c995;background:#202124;border-radius:16px;align-items:center;gap:10px;margin:32px auto 0;padding:14px 18px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;display:inline-flex}.final-cta{text-align:center;padding-top:40px}.final-cta svg{color:var(--blue)}.final-cta p{max-width:680px;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1080px){.hero,.ecosystem,.section-head{grid-template-columns:1fr}.project-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.navlinks{display:none}.nav{padding:14px 5vw}.navcta{display:none}.hero{min-height:auto;padding:64px 5vw}.hero h1{font-size:56px}.lead{font-size:17px}.why,.projects,.ecosystem,.vision,.final-cta{padding:70px 5vw}.why{margin:0 5vw;padding:32px}.project-grid{grid-template-columns:1fr}.project-card.featured{grid-column:auto}.orbit-map{height:320px}.core-node{width:150px;height:150px}.node{width:62px;height:62px}.terminal-line{display:flex;overflow:auto}.system-steps article{grid-template-columns:1fr}.primary,.secondary{width:100%}}
