@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Sora:wght@500;600;700;800&display=swap");:root{--bg:#090b10;--surface:#0d1015;--surface-2:#10141b;--ink:#e6ebf5;--ink-soft:#8f98ab;--accent:#4f5c74;--line:#1d2430;--line-2:#283242}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{font-family:Space Grotesk,sans-serif;color:var(--ink);background:var(--bg)}.shell{width:min(1100px,94vw);margin:0 auto;padding:1.6rem 0 2.4rem}.appFrame{border:1px solid var(--line);border-radius:12px;background:var(--surface);overflow:hidden}.frameTop{height:44px;display:flex;justify-content:space-between;padding:0 .8rem;border-bottom:1px solid var(--line);background:#0a0d12}.brand,.frameTop{align-items:center}.brand{display:inline-flex;gap:.42rem;font-family:Sora,sans-serif;font-size:.88rem;font-weight:600;color:#d4dbe8;text-decoration:none}.brandIcon{border-radius:4px}.topPills{display:flex;gap:.45rem;flex-wrap:wrap}.topPills span{color:#858fa1;border:1px solid var(--line);background:#0f131a;border-radius:999px;padding:.22rem .5rem;font-size:.68rem}.hero{display:grid;grid-gap:1.4rem;gap:1.4rem;align-items:start;padding:1.3rem}.kicker{margin:0 0 .7rem;letter-spacing:.05em;text-transform:uppercase;font-size:.7rem;color:#778196}h1{margin:0;font-family:Sora,sans-serif;font-size:clamp(1.75rem,3.2vw,2.8rem);line-height:1.12;letter-spacing:-.02em;max-width:16ch}.subheadline{margin:.9rem 0 1.25rem;max-width:58ch;color:var(--ink-soft);font-size:clamp(.95rem,1.1vw,1.03rem);line-height:1.5}.ctaRow{display:flex;gap:.65rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;text-decoration:none;font-weight:600;font-size:.86rem;padding:.62rem .95rem;border:1px solid transparent;transition:border-color .2s ease,background-color .2s ease}.btn:hover{border-color:#4b5568}.btnPrimary{color:#dce2ec;background:#1e2632;border-color:#394556}.btnSecondary{color:var(--ink);border-color:var(--line-2);background:#151b24}.visualCard{position:relative;border-radius:10px;border:1px solid var(--line);padding:1rem;background:var(--surface-2);overflow:hidden;min-height:350px}.lane{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:.5rem}.lane:after{content:"";position:absolute;right:26%;width:22%;height:1px;background:linear-gradient(90deg,rgba(90,102,126,.18),rgba(120,133,160,.65))}.laneA:after{top:21%}.laneB:after{top:32.5%}.laneC:after{top:44%}.node{font-size:.75rem;padding:.35rem .5rem;border-radius:6px;border:1px solid #2d3646;background:#131923;color:#c7cfdd}.mergeCore{position:absolute;top:20%;right:.75rem;width:28%;min-height:94px;border-radius:8px;border:1px solid #3b475c;display:grid;place-items:center;background:#1a222f}.mergeCore span{font-family:Sora,sans-serif;font-size:.82rem;text-align:center;width:85%}.activityLog{list-style:none;margin:8.1rem 0 0;padding:0;display:grid;grid-gap:.4rem;gap:.4rem}.activityLog li{font-size:.75rem;color:#aeb7c9;border-radius:6px;border:1px solid #252d3b;padding:.5rem .55rem;background:#10151e}.why{margin-top:.3rem;border-top:1px solid var(--line);padding:1rem 1.3rem 1.4rem}.why h2{font-family:Sora,sans-serif;font-size:clamp(1.18rem,2vw,1.6rem);margin:0 0 .8rem}.whyList{display:grid;grid-gap:.55rem;gap:.55rem;list-style:none;margin:0;padding:0}.whyList li{padding:.66rem .72rem;border:1px solid #262f3e;border-radius:8px;background:#10151e;color:#c0c8d7;font-size:.88rem}@media (min-width:960px){.hero{gap:1.8rem}.hero,.whyList{grid-template-columns:1fr 1fr}}@media (max-width:959px){.heroVisual{order:2}.visualCard{min-height:330px}.topPills{display:none}}@media (max-width:520px){.btn{width:100%}.mergeCore{width:38%}.hero{padding:1rem}.why{padding:.9rem 1rem 1.1rem}}.downloadHero{padding:1.3rem;border-bottom:1px solid var(--line)}.downloadsGrid{display:grid;grid-gap:.8rem;gap:.8rem;padding:1rem 1.3rem 1.3rem}.downloadCard{border:1px solid #262f3e;border-radius:10px;background:#10151e;padding:.9rem;display:grid;grid-gap:.5rem;gap:.5rem}.downloadCard h2{margin:0;font-family:Sora,sans-serif;font-size:1rem}.downloadMeta{margin:0;color:var(--ink-soft);font-size:.82rem}.downloadFile{margin:.1rem 0;font-size:.88rem;color:#c8d0dd;word-break:break-word}@media (min-width:860px){.downloadsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}