html{font-size:18px;box-sizing:border-box;-webkit-text-size-adjust:100%}*,*::before,*::after{box-sizing:inherit}body{margin:0;font-family:'Lora', Georgia, serif;color:#0f172a;background-color:#ffffff;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block;object-fit:cover}button{font-family:inherit}:root{--container-max:1190px;--header-h:82px;--hero-h:61vh;--section-pad:90px;--section-pad-mobile:56px;--grid-gap-sm:16px;--grid-gap-md:28px;--grid-gap-lg:50px;--card-w:380px;--card-h:220px;--card-radius:20px;--panel-w:640px;--panel-h:300px;--snapshot-h:120px;--footer-h:180px;--btn-h:46px;--btn-padding:22px;--h1-size:52px;--h1-mobile:36px;--h2-size:30px;--body-size:18px;--annotation-size:12px;--btn-size:15px}header[role="banner"]{height:var(--header-h);min-height:var(--header-h)}main > section:first-of-type{height:var(--hero-h);min-height:360px;padding-top:20px;padding-bottom:20px}section{padding-top:var(--section-pad);padding-bottom:var(--section-pad)}.container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:1024px){.container{padding-left:2.5rem;padding-right:2.5rem}}@media (max-width:640px){.container{width:92%;max-width:none}section{padding-top:var(--section-pad-mobile);padding-bottom:var(--section-pad-mobile)}h1{font-size:var(--h1-mobile);line-height:1.05} .flow-card{width:100% !important;height:auto !important;border-radius:20px} .matrix-panel{width:100% !important;height:auto !important} }h1{font-family:Onest, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;font-weight:700;font-size:var(--h1-size);line-height:1.02;margin:0 0 0.6rem;color:#0b1221}h2{font-family:Onest, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;font-size:var(--h2-size);margin:0 0 0.6rem;color:#0b1221}p{font-size:var(--body-size);margin:0 0 1rem}small,.annotation{font-size:var(--annotation-size);color:#64748b}button,input,textarea,select{font-size:var(--body-size)}a.button,button.button{display:inline-flex;align-items:center;justify-content:center;height:var(--btn-h);padding-left:var(--btn-padding);padding-right:var(--btn-padding);border-radius:12px;font-size:var(--btn-size);cursor:pointer}a.button:focus,button.button:focus{outline:none;box-shadow:0 0 0 4px rgba(124,58,237,0.12);border-radius:12px}.card{border-radius:var(--card-radius);box-shadow:0 8px 20px rgba(2,6,23,0.06)}.flow-card{width:var(--card-w);height:var(--card-h);border-radius:20px;display:block}.matrix-panel{width:var(--panel-w);height:var(--panel-h);border-radius:12px;overflow:hidden}.snapshot-strip{height:var(--snapshot-h);min-height:var(--snapshot-h)}.footer{height:var(--footer-h)}.header-brand{display:flex;align-items:center;gap:0.75rem}.iconify{display:inline-block}nav a:focus,nav a:hover{outline:none}#mobileMenu.hidden{display:none}#mobileMenu{display:none}#mobileMenu.open{display:block}#menuBackdrop{pointer-events:auto}.menu-panel{transform:translateY(6px);opacity:0;transition:transform .36s cubic-bezier(.2,.9,.3,1),opacity .28s ease}menu-panel.open{transform:none;opacity:1}#cookieBanner{max-width:360px;min-width:220px}.cookie-hidden{display:none !important}input:focus,button:focus,a:focus{outline-offset:3px}a[aria-current="page"],a[aria-current]{font-weight:600}@media (prefers-reduced-motion:reduce){*{animation-duration:0.001ms !important;animation-iteration-count:1 !important;transition-duration:0.001ms !important;scroll-behavior:auto !important}}