:root{color-scheme:dark;--bg: #070909;--bg-soft: #0c1010;--surface: rgba(18, 24, 23, .72);--surface-strong: #111615;--line: rgba(229, 244, 238, .1);--line-strong: rgba(229, 244, 238, .18);--text: #eef7f3;--muted: #9aa9a4;--muted-strong: #b4c0bc;--faint: #697873;--emerald: #24d38f;--emerald-strong: #19b978;--cyan: #54d6df;--amber: #e2b760;--danger: #f06b5d;--shadow: 0 24px 80px rgba(0, 0, 0, .48);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0;background:radial-gradient(circle at 18% -8%,rgba(36,211,143,.13),transparent 34rem),linear-gradient(180deg,#080a0a,#070909 48%,#0b0d0d);color:var(--text)}body:before{position:fixed;inset:0;z-index:-1;pointer-events:none;content:"";background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.82),transparent 76%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.82),transparent 76%)}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 clamp(1rem,4vw,2rem);border-bottom:1px solid transparent;background:#070909bd;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:border-color .18s ease,background .18s ease}.site-header.is-scrolled{border-bottom-color:var(--line);background:#070909e6}.brand{display:inline-flex;align-items:center;gap:.7rem;min-width:11rem;font-size:1.38rem;font-weight:760}.brand img{width:34px;height:34px;border-radius:7px}.nav-links{display:flex;align-items:center;gap:.25rem}.nav-links a{border-radius:6px;padding:.55rem .82rem;color:var(--muted);font-size:.86rem;font-weight:560;transition:color .16s ease,background .16s ease}.nav-links a:hover{background:#ffffff0d;color:var(--text)}.header-actions{display:flex;align-items:center;gap:.5rem;justify-content:flex-end;min-width:15rem}.language-switch{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem;border:1px solid var(--line);border-radius:6px;background:#ffffff09}.language-switch button{min-width:42px;height:32px;border:0;border-radius:5px;background:transparent;color:var(--muted);cursor:pointer;font-size:.78rem;font-weight:760;line-height:1}.language-switch button.active{background:#24d38f24;color:var(--emerald)}.icon-button,.primary-action,.secondary-action{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:42px;border-radius:6px;font-size:.9rem;font-weight:650;line-height:1;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.icon-button{border:1px solid var(--line-strong);padding:.55rem .8rem;background:#ffffff0a;color:var(--text)}.icon-button:hover,.secondary-action:hover{border-color:#54d6df80;background:#54d6df14;transform:translateY(-1px)}.icon-button svg,.primary-action svg,.secondary-action svg{width:18px;height:18px;fill:currentColor}.primary-action svg,.secondary-action svg:last-child{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.menu-button{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:6px;background:#ffffff0a;color:var(--text)}.menu-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2}.hero{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(1.15rem,2.4vw,1.8rem);max-width:1180px;margin:0 auto;padding:clamp(1.6rem,4.2vw,3.35rem) clamp(1rem,4vw,2rem) 1rem;text-align:center}.hero-copy{max-width:820px;margin:0 auto}.hero h1{margin:0;font-size:clamp(4.2rem,10vw,7.25rem);font-weight:790;letter-spacing:0;line-height:.9}.hero-line{max-width:820px;margin:.95rem auto 0;color:var(--emerald);font-size:clamp(1.3rem,2.7vw,1.9rem);font-weight:720;line-height:1.18}.hero-text{max-width:820px;margin:.95rem auto 0;color:var(--muted-strong);font-size:clamp(.98rem,1.65vw,1.08rem);line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.85rem;margin-top:1.45rem}.primary-action{border:1px solid rgba(36,211,143,.42);padding:.88rem 1.25rem;background:linear-gradient(135deg,var(--emerald),var(--emerald-strong));color:#03110c;box-shadow:0 16px 44px #24d38f2e}.primary-action:hover{transform:translateY(-1px);filter:brightness(1.05)}.secondary-action{border:1px solid var(--line-strong);padding:.88rem 1.25rem;background:#ffffff09;color:var(--text)}.platforms{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.7rem 1.05rem;margin-top:.95rem;color:var(--faint);font-size:.86rem}.platforms strong{color:var(--muted);font-weight:650}.product-frame{position:relative;overflow:hidden;max-height:min(50vh,620px);border:1px solid rgba(220,240,235,.2);border-radius:8px;background:#0a0d0e;box-shadow:var(--shadow)}.product-frame:after{position:absolute;inset:auto 8% -30px;height:72px;pointer-events:none;content:"";background:linear-gradient(90deg,#24d38f29,#54d6df24,#e2b7601a);filter:blur(32px)}.frame-top{display:flex;align-items:center;gap:.45rem;min-height:38px;padding:0 .9rem;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#161c1bf5,#0c1010f5)}.frame-top span{width:10px;height:10px;border-radius:50%}.frame-top span:nth-child(1){background:var(--danger)}.frame-top span:nth-child(2){background:var(--amber)}.frame-top span:nth-child(3){background:var(--emerald)}.frame-top strong{margin-left:.6rem;color:var(--muted);font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.78rem}.screenshot-tabs{position:absolute;top:50px;right:16px;z-index:2;display:flex;gap:.35rem;padding:.3rem;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#080b0cc7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.screenshot-tabs button{border:0;border-radius:6px;padding:.45rem .65rem;background:transparent;color:var(--muted);cursor:pointer;font-size:.78rem;font-weight:650}.screenshot-tabs button.active{background:#24d38f24;color:var(--emerald)}.product-frame img{display:block;width:100%;height:auto}.metric-strip{display:grid;grid-template-columns:repeat(4,1fr);max-width:1180px;margin:0 auto;border-block:1px solid var(--line);padding:0 clamp(1rem,4vw,2rem)}.metric-strip div{padding:1.45rem 1rem;text-align:center}.metric-strip div+div{border-left:1px solid var(--line)}.metric-strip strong{display:block;color:var(--text);font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:clamp(1.5rem,3vw,2.25rem);letter-spacing:0}.metric-strip span{display:block;margin-top:.35rem;color:var(--faint);font-size:.77rem;font-weight:720}.section,.workspace-section,.download-section{max-width:1180px;margin:0 auto;padding:clamp(4rem,8vw,6.5rem) clamp(1rem,4vw,2rem)}.section-heading{max-width:740px}.section-heading h2,.workspace-copy h2,.download-section h2{margin:0;font-size:clamp(2.1rem,5vw,4.2rem);font-weight:770;letter-spacing:0;line-height:1.02}.workspace-copy h2{font-size:clamp(2.1rem,4.2vw,3.45rem);line-height:1.08}.section-heading p,.workspace-copy p,.download-section p{margin:1rem 0 0;color:var(--muted-strong);font-size:1.05rem;line-height:1.8}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-top:2.2rem}.feature-card{min-height:210px;border:1px solid var(--line);border-radius:8px;padding:1.35rem;background:linear-gradient(180deg,#ffffff0b,#ffffff05);transition:border-color .18s ease,transform .18s ease,background .18s ease}.feature-card:hover{border-color:#24d38f66;background:linear-gradient(180deg,#24d38f14,#ffffff06);transform:translateY(-2px)}.feature-card svg,.vault-box svg{width:34px;height:34px;fill:none;stroke:var(--emerald);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.feature-card h3{margin:1.15rem 0 0;font-size:1.08rem}.feature-card p{margin:.7rem 0 0;color:var(--muted-strong);font-size:.94rem;line-height:1.72}.workspace-section{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(2rem,5vw,4rem);align-items:start}.check-list{display:grid;gap:.8rem;margin:1.5rem 0 0;padding:0;list-style:none}.check-list li{position:relative;padding-left:1.7rem;color:var(--text);line-height:1.65}.check-list li:before{position:absolute;left:0;top:.47rem;width:.6rem;height:.6rem;border:1px solid var(--emerald);border-radius:2px;content:""}.workflow-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.workflow-step{border:1px solid var(--line);border-radius:8px;padding:1.25rem;background:#ffffff09}.workflow-step span{color:var(--amber);font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.8rem;font-weight:760}.workflow-step strong{display:block;margin-top:.8rem;font-size:1.05rem}.workflow-step p{margin:.55rem 0 0;color:var(--muted-strong);font-size:.92rem;line-height:1.7}.security{border-top:1px solid var(--line)}.security-layout{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:1rem;margin-top:2.2rem}.vault-visual{display:grid;min-height:310px;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,rgba(84,214,223,.08),transparent 45%),#ffffff09}.vault-box{position:relative;display:grid;width:168px;height:150px;place-items:center;border:1px solid rgba(229,244,238,.2);border-radius:8px;background:linear-gradient(145deg,#1b2422,#0c1110);box-shadow:0 18px 50px #0000005c}.vault-box:before,.vault-box:after{position:absolute;content:""}.vault-box:before{inset:14px;border:1px solid rgba(229,244,238,.13);border-radius:6px}.vault-box:after{right:-18px;bottom:-18px;width:56px;height:56px;border:1px solid rgba(36,211,143,.48);border-radius:8px;background:#24d38f24}.vault-light{position:absolute;top:18px;left:18px;width:9px;height:9px;border-radius:50%;background:var(--emerald);box-shadow:0 0 18px #24d38fb3}.security-points{display:grid;gap:.85rem}.security-points article{border:1px solid var(--line);border-radius:8px;padding:1.35rem;background:#ffffff09}.security-points strong{font-size:1.08rem}.security-points p{margin:.6rem 0 0;color:var(--muted-strong);line-height:1.72}.download-section{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:center;border-block:1px solid var(--line)}.download-actions{display:grid;grid-template-columns:1fr;gap:.75rem;min-width:min(320px,100%)}.download-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:6px;padding:.75rem 1.1rem;font-weight:720}.download-actions a:first-child{background:var(--emerald);color:#03110c}.download-actions a:last-child{border:1px solid var(--line-strong);background:#ffffff0a}.site-footer{display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:0 auto;padding:1.4rem clamp(1rem,4vw,2rem) 2rem;color:var(--faint);font-size:.86rem}.site-footer div{display:flex;gap:1rem}.site-footer a:hover{color:var(--text)}@media(max-width:900px){.header-actions{min-width:0}.nav-links{position:fixed;top:64px;right:1rem;left:1rem;display:none;flex-direction:column;align-items:stretch;border:1px solid var(--line);border-radius:8px;padding:.5rem;background:#0a0d0ef7;box-shadow:var(--shadow)}.nav-links.is-open{display:flex}.nav-links a{padding:.85rem .9rem}.icon-button span{display:none}.menu-button{display:inline-grid;place-items:center}.feature-grid,.workspace-section,.security-layout,.download-section{grid-template-columns:1fr}.download-actions{min-width:0}}@media(max-width:680px){.site-header{height:60px}.brand{min-width:0;font-size:1.15rem}.language-switch{gap:.15rem;padding:.2rem}.language-switch button{min-width:34px;height:31px;font-size:.72rem}.brand img{width:30px;height:30px}.hero{padding-top:2.4rem}.hero h1{font-size:clamp(3.45rem,17vw,4.8rem)}.hero-actions{display:grid;grid-template-columns:1fr}.platforms{justify-content:flex-start;text-align:left}.product-frame{margin-inline:-.25rem;max-height:none}.frame-top strong{overflow:hidden;max-width:58vw;text-overflow:ellipsis;white-space:nowrap}.screenshot-tabs{position:static;justify-content:stretch;border-width:0 0 1px;border-radius:0;background:#090c0cfa}.screenshot-tabs button{flex:1}.metric-strip{grid-template-columns:repeat(2,1fr)}.metric-strip div:nth-child(3){border-left:0}.metric-strip div:nth-child(n+3){border-top:1px solid var(--line)}.workflow-panel{grid-template-columns:1fr}.site-footer{align-items:flex-start;flex-direction:column;gap:.8rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
