@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{font-family:Inter,Microsoft YaHei,sans-serif;color:#edf4f2;background:#05080b;--bg: #05080b;--panel: #091116;--line: rgba(145, 186, 178, .13);--muted: #849794;--green: #35d39a;--green2: #86f6cb;--cyan: #69d8e8 }.site{position:relative;overflow:hidden;min-height:100vh;background:radial-gradient(circle at 78% 9%,rgba(53,211,154,.09),transparent 27%),#05080b}.ambient{position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none}.ambient-a{width:650px;height:650px;right:-170px;top:110px;background:radial-gradient(circle,rgba(53,211,154,.09),transparent 68%)}.ambient-b{width:500px;height:500px;left:-280px;top:1700px;background:radial-gradient(circle,rgba(105,216,232,.055),transparent 70%)}.grid{position:absolute;inset:0;height:1500px;opacity:.42;pointer-events:none;background-image:linear-gradient(rgba(80,115,108,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(80,115,108,.05) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(#000,transparent 92%);mask-image:linear-gradient(#000,transparent 92%)}.scanlines{position:fixed;inset:0;pointer-events:none;z-index:40;opacity:.025;background:repeating-linear-gradient(0deg,transparent 0,transparent 2px,#fff 3px)}.topbar{position:fixed;z-index:50;top:0;left:0;right:0;height:76px;padding:0 52px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid transparent;transition:.3s}.topbar.is-scrolled{background:#05080bd6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-color:var(--line)}.brand{display:flex;align-items:center;gap:12px;background:none;border:0;color:#edf4f2;padding:0}.brand-logo{width:36px;height:36px;border-radius:8px;object-fit:cover;flex-shrink:0}.brand-symbol{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(53,211,154,.52);color:var(--green);font-family:Space Grotesk;box-shadow:0 0 26px #35d39a1f}.brand-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1}.brand-text b{font-size:17px;letter-spacing:.08em}.brand-text small,.footer-brand small{margin-top:5px;color:#5e716d;font-size:8px;letter-spacing:.2em}nav{display:flex;gap:4px;margin-left:90px}nav button{background:none;border:0;color:#6f827e;padding:10px 17px;font-size:12px;letter-spacing:.08em}nav button:hover,nav button.active{color:#edf4f2}nav button.active:after{content:"";display:block;width:15px;height:1px;margin:8px auto 0;background:var(--green);box-shadow:0 0 10px var(--green)}.nav-cta{padding:10px 16px;background:#35d39a0d;border:1px solid rgba(53,211,154,.34);color:var(--green2);font-size:11px;letter-spacing:.08em}.nav-cta span{margin-left:8px}.section{position:relative;width:min(1280px,calc(100% - 100px));margin:0 auto}.hero{min-height:940px;display:flex;align-items:center;padding-top:75px}.hero-copy{width:58%;padding-left:34px;z-index:4}.eyebrow,.kicker,.start-kicker{color:var(--green);font-family:Space Grotesk;font-size:10px;font-weight:600;letter-spacing:.25em}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow i{width:22px;height:1px;background:var(--green);box-shadow:0 0 10px var(--green)}h1,h2,h3,p{margin-top:0}.hero h1{margin:24px 0;font-family:Space Grotesk;font-size:clamp(72px,8.2vw,126px);line-height:.9;letter-spacing:-.075em;font-weight:600}.hero h1 em{font-style:normal;color:transparent;-webkit-text-stroke:1px rgba(139,239,205,.78);text-shadow:0 0 40px rgba(53,211,154,.1)}.hero-desc{max-width:590px;color:#91a5a1;font-size:15px;line-height:1.95}.hero-actions{display:flex;gap:12px;margin-top:32px}.primary,.secondary{height:48px;min-width:164px;padding:0 20px;border:1px solid;font-size:11px;letter-spacing:.1em;transition:.25s}.primary{background:var(--green);border-color:var(--green);color:#03110c;font-weight:700;box-shadow:0 0 30px #35d39a1f}.primary:hover{transform:translateY(-1px);box-shadow:0 0 38px #35d39a47}.primary span{margin-left:14px}.secondary{background:#ffffff04;border-color:var(--line);color:#9eafab}.secondary:hover{border-color:#35d39a59;color:#edf4f2}.hero-metrics{display:flex;gap:35px;margin-top:66px}.hero-metrics div{display:flex;flex-direction:column;gap:7px}.hero-metrics small{color:#4e625d;font-size:8px;letter-spacing:.16em}.hero-metrics b{font-family:Space Grotesk;font-size:10px;letter-spacing:.12em;color:#a6b6b2;font-weight:500}.hero-visual{position:absolute;right:2%;top:195px;width:560px;height:560px;border-radius:50%;display:grid;place-items:center}.hero-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:96px;height:96px;border-radius:50%;object-fit:cover;border:2px solid rgba(53,211,154,.6);box-shadow:0 0 24px #35d39a80,0 0 60px #35d39a40;background:#0b0f14;z-index:3;animation:hero-logo-pulse 3s ease-in-out infinite}@keyframes hero-logo-pulse{0%,to{box-shadow:0 0 24px #35d39a80,0 0 60px #35d39a40}50%{box-shadow:0 0 32px #35d39acc,0 0 80px #35d39a66}}.orbital{position:absolute;border-radius:50%;border:1px solid rgba(53,211,154,.13)}.orbital-1{inset:30px;border-right-color:#35d39ab8;transform:rotate(23deg);animation:spin 18s linear infinite}.orbital-2{inset:92px;border-left-color:#69d8e89e;transform:rotate(-38deg);animation:spin-reverse 13s linear infinite}.orbital-3{inset:160px;border-top-color:#35d39a61;animation:spin 9s linear infinite}.core{width:120px;height:120px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 35% 28%,#c5ffe9 0,#35d39a 18%,#06382a 52%,transparent 72%);box-shadow:0 0 80px #35d39a6b;animation:breathe 3s ease-in-out infinite}.core span{font-family:Space Grotesk;font-size:28px;font-weight:600;color:#02120d}.orbit-label{position:absolute;padding:5px 8px;border:1px solid var(--line);background:#05080ba6;font:9px Space Grotesk;letter-spacing:.12em;color:#69807a}.label-a{top:84px;right:80px}.label-b{bottom:126px;right:42px}.label-c{left:48px;top:250px}.live-panel{position:absolute;z-index:5;right:24px;bottom:108px;width:385px;padding:16px;background:#060c0fd4;border:1px solid rgba(109,165,151,.18);box-shadow:0 20px 70px #00000047;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.panel-title,.panel-foot{display:flex;align-items:center;justify-content:space-between;font:9px Space Grotesk;letter-spacing:.13em;color:#68807a}.panel-title b{font-weight:500;color:#66d7aa}.panel-title b i{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--green);box-shadow:0 0 8px var(--green);margin-right:5px}.mini-chart{position:relative;height:142px;margin:12px 0;overflow:hidden}.chart-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(96,135,126,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(96,135,126,.07) 1px,transparent 1px);background-size:46px 35px}.mini-chart svg{position:absolute;inset:0;width:100%;height:100%}.mini-chart path{fill:none;stroke:var(--green);stroke-width:2;filter:drop-shadow(0 0 5px rgba(53,211,154,.7))}.signal{position:absolute;right:14px;top:17px;display:flex;flex-direction:column;align-items:flex-end}.signal small{font-size:7px;letter-spacing:.14em;color:#607773}.signal b{font:18px Space Grotesk;color:var(--green2)}.panel-foot{padding-top:11px;border-top:1px solid var(--line)}.panel-foot b{color:#9aaea9;font-weight:500}.engine{padding:145px 0 170px}.heading-row{display:flex;justify-content:space-between;align-items:flex-end;margin-top:24px}.heading-row h2,.architecture h2,.security h2,.start h2{font-family:Space Grotesk;font-weight:500;font-size:54px;line-height:1.03;letter-spacing:-.045em}.heading-row h2 span,.architecture h2 span,.security h2 span,.start h2 span{color:transparent;-webkit-text-stroke:1px rgba(125,226,194,.62)}.heading-row p{width:370px;color:#778b86;line-height:1.85;font-size:13px;margin-bottom:5px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:70px;background:var(--line);border:1px solid var(--line)}.feature{position:relative;min-height:300px;padding:25px;background:#080f13cc}.feature:hover{background:#0d1a1ee6}.feature-top{display:flex;justify-content:space-between;align-items:center}.feature-top b{font:11px Space Grotesk;color:var(--green)}.feature-top span{font:8px Space Grotesk;color:#506661;letter-spacing:.12em}.feature-line{width:100%;height:1px;background:var(--line);margin:23px 0 34px}.feature h3{font-size:22px;font-weight:500;letter-spacing:-.02em}.feature p{color:#778b86;font-size:13px;line-height:1.85;max-width:300px}.feature-arrow{position:absolute;right:25px;bottom:22px;color:#5f7771;font-size:20px}.architecture{display:flex;gap:100px;align-items:center;padding:150px 0}.architecture-copy{width:44%}.architecture h2{margin:22px 0}.architecture-copy>p,.security-copy>p{color:#778b86;line-height:1.9;font-size:13px;max-width:500px}.principle{display:flex;flex-direction:column;gap:9px;margin-top:35px;padding-left:14px;border-left:1px solid var(--green)}.principle small{font:8px Space Grotesk;color:#526864;letter-spacing:.17em}.principle b{font-size:12px;color:#b3c1bd;font-weight:500}.pipeline{flex:1;padding:10px 0}.pipe{position:relative;display:flex;align-items:center;min-height:88px}.pipe-no{width:50px;font:10px Space Grotesk;color:#4d625d}.pipe-node{position:relative;width:350px;padding:17px 20px 17px 24px;border:1px solid var(--line);background:#091115d1}.pipe-node>span{position:absolute;left:-3px;top:20px;width:5px;height:5px;border-radius:50%;background:var(--green);box-shadow:0 0 12px var(--green)}.pipe-node b{display:block;font:12px Space Grotesk;letter-spacing:.12em;color:#b9c9c5}.pipe-node small{display:block;margin-top:6px;color:#647873;font-size:10px}.pipe-link{position:absolute;left:399px;top:77px;width:1px;height:30px;background:#35d39a4d}.pipe-link i{position:absolute;bottom:0;left:-2px;width:5px;height:5px;border-radius:50%;background:var(--green);box-shadow:0 0 10px var(--green)}.security{display:flex;align-items:center;gap:130px;padding:160px 0}.security-visual{position:relative;width:48%;height:390px;display:grid;place-items:center}.shield{position:relative;width:210px;height:245px;clip-path:polygon(50% 0,92% 16%,83% 72%,50% 100%,17% 72%,8% 16%);display:grid;place-items:center;background:linear-gradient(145deg,#35d39a33,#091a18cc);border:1px solid rgba(53,211,154,.25);filter:drop-shadow(0 0 40px rgba(53,211,154,.13))}.shield:before{content:"";position:absolute;inset:3px;clip-path:inherit;background:#07120f}.shield b{position:relative;z-index:2;font:42px Space Grotesk;color:var(--green);text-shadow:0 0 30px rgba(53,211,154,.5)}.shield-ring{position:absolute;width:430px;height:430px;border:1px solid rgba(53,211,154,.1);border-radius:50%;animation:spin 20s linear infinite}.security-copy{flex:1}.security h2{margin:22px 0}.security-list{margin-top:35px;border-top:1px solid var(--line)}.security-list div{display:flex;align-items:center;gap:20px;padding:15px 0;border-bottom:1px solid var(--line)}.security-list b{font:9px Space Grotesk;color:var(--green)}.security-list span{font-size:12px;color:#9aaca8}.quote{padding:170px 0 190px;text-align:center}.quote-mark{font:100px Georgia;color:#35d39a38;line-height:.5}.quote p{font-family:Space Grotesk;font-size:52px;line-height:1.15;letter-spacing:-.04em}.quote p em{font-style:normal;color:transparent;-webkit-text-stroke:1px rgba(125,226,194,.62)}.quote small{font:9px Space Grotesk;letter-spacing:.25em;color:#4e625d}.start{padding-bottom:120px}.start-box{position:relative;min-height:440px;padding:85px 100px;border:1px solid rgba(53,211,154,.17);overflow:hidden;background:radial-gradient(circle at 80% 45%,rgba(53,211,154,.11),transparent 32%),linear-gradient(120deg,#0a1519eb,#060c0fb8)}.start-box:after{content:"";position:absolute;width:520px;height:520px;right:-200px;top:-150px;border:1px solid rgba(53,211,154,.08);border-radius:50%}.start h2{margin:22px 0 20px}.start p{color:#788c87;font-size:13px;line-height:1.9}.start .hero-actions{margin-top:28px}footer{min-height:100px;padding:0 52px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:#526661;font:9px Space Grotesk;letter-spacing:.1em}.footer-brand{display:flex;align-items:center;gap:12px;color:#a2b1ad}.footer-brand>span:last-child{display:flex;flex-direction:column;align-items:flex-start}.footer-brand b{font-size:13px;letter-spacing:.08em}.risk{text-align:center;padding:17px 30px;color:#3e514d;background:#030608;border-top:1px solid rgba(255,255,255,.04);font-size:9px;letter-spacing:.02em}.primary{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.tutorial-section{max-width:900px;margin:0 auto;padding:80px 24px}.tutorial-section .tutorial-intro{margin:32px 0 48px;padding:20px 24px;border-left:2px solid rgba(53,211,154,.6);background:#35d39a0a;border-radius:0 8px 8px 0;color:#e8edf3d9;line-height:1.8;font-size:14px}.tutorial-section .tutorial-step{display:flex;gap:24px;padding:32px 0;border-bottom:1px solid rgba(255,255,255,.06)}.tutorial-section .tutorial-step:last-child{border-bottom:none}.tutorial-section .tutorial-step-number{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:#35d39a1a;border:1px solid rgba(53,211,154,.4);color:#35d39a;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.tutorial-section .tutorial-step-content{flex:1;min-width:0}.tutorial-section .tutorial-step-content h3{margin:0 0 12px;font-size:18px;color:#e8edf3}.tutorial-section .tutorial-step-content p,.tutorial-section .tutorial-step-content li{color:#e8edf3bf;line-height:1.8;font-size:14px}.tutorial-section .tutorial-step-content ul{padding-left:20px;margin:12px 0}.tutorial-section .tutorial-step-content li{margin:6px 0}.tutorial-section .tutorial-link{color:#35d39a;text-decoration:underline}.tutorial-section .tutorial-code{margin:16px 0;padding:16px 20px;background:#0b0f14;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#a8e6cf;font-family:Consolas,Monaco,monospace;font-size:13px;line-height:1.6;overflow-x:auto;white-space:pre}.tutorial-section .tutorial-warning{margin:16px 0;padding:12px 16px;border-left:3px solid #f5af19;background:#f5af1914;border-radius:0 6px 6px 0;color:#f5d17a;font-size:13px;line-height:1.7}.tutorial-section .tutorial-faq p{margin:16px 0;padding:14px 18px;background:#ffffff05;border-radius:8px;border-left:2px solid rgba(74,158,255,.5)}.tutorial-section .tutorial-faq strong{color:#4a9eff}.tutorial-section .tutorial-critical{margin:20px 0;padding:16px 20px;border-left:4px solid #e5536b;border-radius:0 8px 8px 0;background:#e5536b1f;display:flex;flex-direction:column;gap:8px}.tutorial-section .tutorial-critical b{color:#ff6b82;font-size:15px;font-weight:700;letter-spacing:.3px}.tutorial-section .tutorial-critical span{color:#ffc8d0e6;font-size:13px;line-height:1.7}.tutorial-section .tutorial-critical strong{color:#ff8c9d;font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}@keyframes spin-reverse{to{transform:rotate(-360deg)}}@keyframes breathe{0%,to{transform:scale(.96);opacity:.86}50%{transform:scale(1.04);opacity:1}}@media(max-width:1150px){.topbar{padding:0 30px}.section{width:calc(100% - 60px)}nav{margin-left:20px}.hero-visual{right:-70px}.hero-copy{padding-left:0}.architecture{gap:45px}.security{gap:55px}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:1100px;background:#05080b}button{font:inherit;cursor:pointer}
