@import"https://fonts.googleapis.com/css2?family=Archivo+Black&family=Chivo:wght@400;500;700&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--paper: #f7f2e9;--paper-strong: #efe5d6;--ink: #121212;--muted: #5a534c;--line: #1f1f1f;--brand: #c04f1b;--brand-dark: #8f3810;--accent: #0f5b52;--accent-soft: #d9ece8;--danger: #b42318;--shadow: 5px 5px 0 rgba(18, 18, 18, .92);--radius: 14px}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100%;width:100%}body{font-family:Chivo,Trebuchet MS,sans-serif;color:var(--ink);background:linear-gradient(90deg,rgba(18,18,18,.03) 1px,transparent 1px) 0 0 / 22px 22px,linear-gradient(rgba(18,18,18,.03) 1px,transparent 1px) 0 0 / 22px 22px,var(--paper)}a{color:inherit;text-decoration:none}code{font-family:IBM Plex Mono,Consolas,monospace;background:#efe7db;border:1px solid #b8aa96;border-radius:8px;padding:2px 7px;font-size:.9em}input,textarea,select{width:100%;border:2px solid var(--line);border-radius:10px;padding:10px 12px;min-height:44px;font-size:1rem;color:var(--ink);background:#fffdfa;font-family:Chivo,sans-serif}input:focus,textarea:focus,select:focus{outline:3px solid rgba(15,91,82,.3);outline-offset:1px}button{border:2px solid var(--line);background:var(--brand);color:#fff;border-radius:10px;min-height:42px;padding:9px 14px;font-weight:700;font-size:.95rem;letter-spacing:.01em;cursor:pointer;box-shadow:2px 2px #121212e6}button:hover{background:var(--brand-dark)}button:disabled{opacity:.62;cursor:not-allowed;box-shadow:none}table{width:100%;border-collapse:collapse;border:2px solid var(--line);background:#fffdfa}th,td{border:1px solid #352f29;padding:10px;text-align:left}th{background:var(--paper-strong)}.app-shell{min-height:100vh}.bg-orb{display:none}.app-main{max-width:1520px;margin:0 auto;padding:1rem 1rem 2.2rem}.navbar{position:sticky;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;gap:1rem;max-width:1520px;margin:0 auto;padding:.65rem 1rem;background:#f7f2e9f5;border-bottom:3px solid var(--line)}.navbar-brand a{display:inline-flex;align-items:center;font-weight:700;font-size:1rem}.navbar-toggle{display:none;width:42px;height:42px;border:2px solid var(--line);border-radius:10px;background:#fffdf9;color:var(--ink);box-shadow:none}.navbar-links{list-style:none;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.nav-link{display:inline-flex;align-items:center;padding:7px 10px;border:1px solid transparent;border-radius:9px;color:var(--muted);font-weight:700;font-size:.86rem;text-transform:uppercase;letter-spacing:.04em}.nav-link:hover{border-color:var(--line);color:var(--ink);background:#fffdfa}.nav-link.active{color:#fff;border-color:var(--line);background:var(--accent)}.nav-link-accent{background:var(--brand);color:#fff;border-color:var(--line)}.nav-link-accent:hover{background:var(--brand-dark)}.landing{display:flex;flex-direction:column;gap:1rem}.landing-hero{display:block}.landing-hero-main,.landing-modules,.landing-lab,.tool-page,.tool-page>section{border:2px solid var(--line);border-radius:var(--radius);background:#fffdfa}.landing-hero-main{padding:1.5rem}.landing-kicker{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:var(--brand-dark);margin-bottom:.8rem}.landing-hero-main h1,.landing-modules h2,.landing-lab h2,.tool-page>h1{font-family:Archivo Black,Arial Black,sans-serif;letter-spacing:.01em}.landing-hero-main h1{font-size:clamp(2rem,5vw,4rem);line-height:.97;max-width:14ch;margin-bottom:1rem}.landing-hero-main p{max-width:64ch;color:var(--muted);line-height:1.6}.landing-note{margin-top:1rem;border-top:2px dashed #9e907f;padding-top:.8rem;color:var(--muted);font-size:.92rem}.landing-modules{padding:1rem}.landing-modules>header{display:flex;justify-content:space-between;align-items:flex-end;gap:.8rem;flex-wrap:wrap;margin-bottom:.9rem}.landing-modules>header p{color:var(--muted)}.module-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.module-card{border:2px solid var(--line);border-radius:12px;padding:.9rem;background:#fffdf9;display:flex;flex-direction:column;gap:.5rem}.module-card:hover{background:#f0e9de}.module-card h3{font-size:1.1rem}.module-card p{color:var(--muted);line-height:1.45}.module-arrow{margin-top:auto;color:var(--accent);font-weight:700;text-transform:uppercase;font-size:.78rem;letter-spacing:.08em}.landing-lab{padding:1rem;display:block}.lab-block{border:2px solid var(--line);border-radius:12px;background:#fffdf9;padding:.95rem}.workflow-row{margin-top:.7rem;display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:8px}.workflow-row article{border:1px solid var(--line);border-radius:10px;padding:.7rem;background:#f9f1e5}.workflow-row span{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;font-family:IBM Plex Mono,monospace;font-size:.83rem;border-radius:6px;border:1px solid var(--line);background:#fff;margin-bottom:.45rem}.workflow-row p{color:var(--muted);margin-top:.4rem;line-height:1.4}.lab-block-contrast{background:var(--accent);color:#eff9f7}.lab-block-contrast ul{margin-top:.7rem;list-style:square inside;padding-left:1.1rem;display:grid;gap:.5rem}.lab-block-wide{width:100%}.tool-page{max-width:1520px;margin:0 auto;padding:1rem;display:flex;flex-direction:column;gap:.95rem}.tool-page>h1{font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.02}.tool-page>p{max-width:88ch;color:var(--muted);line-height:1.6}.tool-page>section{padding:.9rem}.tool-page hr{border:0;border-top:2px dashed #9e907f}.archive-page>section{border:0;border-radius:0;background:transparent;padding:0;box-shadow:none}.archive-page>section+section{margin-top:.9rem}.archive-page table{border:0;border-radius:0;overflow:visible}.ui-card{background:#f0e9de;border:2px solid var(--line);border-radius:10px;padding:.75rem}.ui-error{margin:1rem 0;padding:.65rem .75rem;border:2px solid var(--danger);border-radius:10px;background:#fbe7e5;color:var(--danger);font-weight:700}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tool-intro{margin-bottom:1rem}.ui-control-row{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.ui-control-row label{display:inline-flex;align-items:center;gap:.4rem;font-weight:600}.graph-expression-input{width:min(420px,100%)}.graph-range-input{width:90px;min-height:38px}.graph-chart-wrap{height:500px}.equations-reference-block p{margin:.45rem 0 .8rem}.equations-reference-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:.55rem;padding:0}.equations-reference-item{border:1px solid #6b6258;border-radius:10px;background:#f5ede1;padding:.55rem .65rem;line-height:1.45}@media (max-width: 980px){.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workflow-row{grid-template-columns:1fr}.navbar-toggle{display:inline-flex;align-items:center;justify-content:center}.navbar-links{position:absolute;top:60px;right:1rem;width:min(88vw,320px);display:none;flex-direction:column;align-items:stretch;padding:.7rem;background:#fffdf9;border:2px solid var(--line);border-radius:12px}.navbar-links.open{display:flex}}@media (max-width: 640px){.app-main{padding:.75rem .7rem 1.6rem}.landing-hero-main,.landing-hero-side,.landing-modules,.landing-lab,.tool-page,.tool-page>section{border-radius:10px}.module-grid{grid-template-columns:1fr}table{display:block;overflow-x:auto}th,td{min-width:120px}}
