@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&family=DM+Mono:wght@300;400;500&family=Syne:wght@400;700;800&display=swap");:root{--black:#080a07;--deep:#0d1210;--surface:#111a13;--card:#162019;--border:#1e3020;--green-dim:#2d5c34;--green:#3a8c44;--green-bright:#52c45e;--green-glow:#6dff7c;--cream:#e8ead4;--muted:#7a8c7b;--text:#c8d4c9;--white:#f0f4f0}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--black);color:var(--text);font-family:DM Mono,monospace;font-size:15px;line-height:1.7;overflow-x:hidden}::selection{background:var(--green-bright);color:var(--black)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3{font-family:Playfair Display,serif;line-height:1.1}.syne{font-family:Syne,sans-serif}.mono{font-family:DM Mono,monospace}@media (max-width:768px){.process-step{grid-template-columns:1fr!important}.process-step>div{order:unset!important}}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:var(--green-dim);border-radius:2px}