diff --git a/website/build_site.py b/website/build_site.py index 9a5d492..0b145a4 100644 --- a/website/build_site.py +++ b/website/build_site.py @@ -107,8 +107,8 @@ --maxw:1180px;--radius:20px;--ease:cubic-bezier(.22,.61,.36,1); } *{box-sizing:border-box} - html{scroll-behavior:smooth} - body{margin:0;font-family:var(--f-body);color:var(--white);background:var(--bg-0);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden} + html{scroll-behavior:smooth;overflow-x:hidden} + body{margin:0;font-family:var(--f-body);color:var(--white);background:var(--bg-0);line-height:1.6;-webkit-font-smoothing:antialiased} .bg-grad{position:fixed;inset:0;z-index:-3;pointer-events:none; background: radial-gradient(1200px 800px at 78% -10%, rgba(118,87,255,.16), transparent 60%), @@ -171,7 +171,7 @@ @keyframes spin3{from{transform:rotateX(74deg) rotateY(120deg)}to{transform:rotateX(74deg) rotateY(480deg)}} .core-glow{position:absolute;inset:-40%;background:radial-gradient(circle,rgba(0,217,255,.18),transparent 60%);filter:blur(20px);z-index:-1} - section{position:relative;padding:110px 0} + section{position:relative;padding:110px 0;scroll-margin-top:80px} .sec-head{max-width:660px;margin-bottom:52px} .sec-tag{font-family:var(--f-mono);font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--cyan);display:flex;align-items:center;gap:10px;margin-bottom:16px} .sec-tag::before{content:"";width:26px;height:1px;background:linear-gradient(90deg,var(--cyan),transparent)} @@ -366,7 +366,7 @@
Every dataset regenerates from a single deterministic script with a pinned physics module. The data files are rebuilt on demand; the code is the deliverable.
-Stored traces are checked against an independent recomputation from the same physics — a bit-for-bit match, re-run on every build via built-in sanity checks.
-