:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0d1117;--surface:#161b22;--surface2:#1c2333;--border:#30363d;--control-border:#5d6b7a;--text:#e6edf3;--text-muted:#9ea7b3;--accent:#9182f3;--accent-hover:#a89df6;--green:#3fb950;--red:#f85149;--red-hover:#ff6b63;--yellow:#d29922;--blue:#58a6ff;--mono:"SF Mono", "Cascadia Code", "Fira Code", "Menlo", monospace;--sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--focus-ring:0 0 0 2px var(--bg), 0 0 0 4px var(--accent)}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f6f8fa;--surface:#fff;--surface2:#edf2f7;--border:#c9d1d9;--control-border:#7f8891;--text:#1f2328;--text-muted:#57606a;--accent:#5e43d1;--accent-hover:#4f35bf;--green:#1a7f37;--red:#d1242f;--red-hover:#a40e26;--yellow:#9a6700;--blue:#0969da;--focus-ring:0 0 0 2px var(--bg), 0 0 0 4px var(--accent)}*{box-sizing:border-box;margin:0;padding:0}html{background-color:var(--bg)}.skip-link{background-color:var(--accent);color:var(--bg);z-index:1000;border-radius:0 0 6px;padding:.5rem 1rem;font-size:.9rem;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}body{font-family:var(--sans);background-color:var(--bg);color:var(--text);min-height:100vh;line-height:1.6}#app{max-width:960px;margin:0 auto;padding:1.5rem}header{text-align:center;margin-bottom:1.5rem;position:relative}header h1{font-family:var(--mono);color:var(--accent);letter-spacing:-.02em;font-size:1.8rem}header .subtitle{color:var(--text-muted);margin-top:.25rem;font-size:.9rem}header .subtitle a{color:var(--blue);text-decoration:underline}.cl-hero{text-align:left;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:clamp(1rem,4vw,3rem);margin:clamp(1rem,3vw,2rem) 0 1.5rem;display:flex}.cl-hero-main{flex:22rem;min-width:min(100%,20rem)}.cl-hero-title{font-family:var(--mono);letter-spacing:.01em;color:var(--accent);margin:0;font-size:clamp(1.6rem,3.8vw,2.7rem);font-weight:700;line-height:1.1}.cl-hero-sub{letter-spacing:.01em;color:var(--text-muted);margin:.4rem 0 0;font-size:clamp(.9rem,1.6vw,1.05rem)}.cl-hero-desc{color:var(--text-muted);max-width:60ch;margin:.55rem 0 0;font-size:1rem;line-height:1.5}.cl-hero-why{border:1px solid var(--border);background:color-mix(in oklab,var(--accent) 6%,transparent);border-radius:10px;flex:0 min(40%,26rem);min-width:min(100%,15rem);padding:.85rem 1.05rem}.cl-hero-why-label{letter-spacing:.14em;color:var(--accent);font-size:.68rem;font-weight:700;display:block}.cl-hero-why-text{color:var(--text);margin:.35rem 0 0;font-size:.95rem;line-height:1.5}@media (width<=640px){.cl-hero{flex-direction:column}.cl-hero-why{flex-basis:auto;width:100%}.cl-hero-main{flex-basis:auto;min-width:0}}.theme-toggle{border:1px solid var(--border);background-color:var(--surface2);width:2.6rem;height:2.6rem;color:var(--text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1.05rem;line-height:1;transition:background .15s,border-color .15s,color .15s;display:inline-flex;position:absolute;top:0;right:0}.theme-toggle:hover{background-color:var(--surface);border-color:var(--accent);color:var(--accent)}#tabs{border-bottom:1px solid var(--border);gap:.25rem;margin-bottom:1.5rem;display:flex;overflow-x:auto}#tabs button{font-family:var(--sans);color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:.5rem 1rem;font-size:.85rem;transition:color .15s,border-color .15s}#tabs button:hover{color:var(--text)}#tabs button.active{color:var(--accent);border-bottom-color:var(--accent)}.card{background-color:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:1rem;padding:1.25rem}.card h2{color:var(--accent);margin-bottom:.75rem;font-size:1.1rem}.card h3{color:var(--text);margin-bottom:.5rem;font-size:.95rem}.pills{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.pill{font-family:var(--mono);background-color:var(--surface2);color:var(--text-muted);border:1px solid var(--control-border);cursor:pointer;border-radius:999px;padding:.35rem .85rem;font-size:.8rem;transition:all .15s}.pill:hover{border-color:var(--accent);color:var(--text)}.pill.active{background-color:var(--accent);color:var(--bg);border-color:var(--accent)}.btn{font-family:var(--sans);background-color:var(--accent);color:var(--bg);cursor:pointer;border:none;border-radius:6px;margin-bottom:.5rem;margin-right:.5rem;padding:.5rem 1.1rem;font-size:.85rem;transition:background .15s}.btn:hover{background-color:var(--accent-hover)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-danger{background-color:var(--red)}.btn-danger:hover{background-color:var(--red-hover)}.btn-secondary{background-color:var(--surface2);color:var(--text);border:1px solid var(--control-border)}.btn-secondary:hover{background-color:var(--surface2);border-color:var(--accent)}textarea,input[type=text]{font-family:var(--mono);background-color:var(--bg);width:100%;color:var(--text);border:1px solid var(--control-border);resize:vertical;border-radius:6px;margin-bottom:.75rem;padding:.6rem;font-size:.85rem}textarea:focus,input[type=text]:focus{border-color:var(--accent);box-shadow:var(--focus-ring);outline:none}.output{font-family:var(--mono);background-color:var(--bg);border:1px solid var(--border);word-break:break-all;color:var(--text-muted);border-radius:6px;max-height:160px;margin-bottom:.5rem;padding:.6rem;font-size:.78rem;overflow-y:auto}.output.scrollable{max-height:300px}.badge{border-radius:4px;padding:.2rem .6rem;font-size:.8rem;font-weight:600;display:inline-block}.badge-pass{color:var(--green);border:1px solid var(--green);background-color:#3fb9501a}.badge-fail{color:var(--red);border:1px solid var(--red);background-color:#f851491a}.info-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:.75rem;display:grid}.info-item{background-color:var(--bg);border:1px solid var(--border);text-align:center;border-radius:6px;padding:.6rem}.info-item .label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.info-item .value{font-family:var(--mono);color:var(--text);margin-top:.15rem;font-size:1rem}.comparison-table{border-collapse:collapse;width:100%;margin-bottom:1rem;font-size:.82rem}.comparison-table th,.comparison-table td{text-align:left;border-bottom:1px solid var(--border);padding:.5rem .6rem}.comparison-table thead th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem}.comparison-table tbody th{color:var(--text);font-weight:400}.comparison-table tbody tr:hover th,.comparison-table tbody tr:hover td{background-color:var(--surface2)}.comparison-table .quantum-yes{color:var(--green);font-weight:600}.comparison-table .quantum-no{color:var(--red)}.bar-chart{margin-bottom:1rem}.bar-row{align-items:center;margin-bottom:.4rem;display:flex}.bar-label{font-family:var(--mono);width:120px;color:var(--text-muted);flex-shrink:0;font-size:.75rem}.bar-track{background-color:var(--bg);border-radius:4px;flex:1;height:20px;position:relative;overflow:hidden}.bar-fill{border-radius:4px;min-width:2px;height:100%;transition:width .5s}.bar-fill.classical{background-color:var(--blue)}.bar-fill.lattice{background-color:var(--accent)}.bar-fill.hash-based{background-color:var(--yellow)}.bar-value{font-family:var(--mono);color:var(--text);text-align:right;flex-shrink:0;width:66px;padding-left:.5rem;font-size:.72rem}.stepper{counter-reset:step}.step{margin-bottom:1.5rem;padding-left:2.5rem;position:relative}.step:before{counter-increment:step;content:counter(step);background-color:var(--surface2);border:2px solid var(--border);width:1.8rem;height:1.8rem;font-family:var(--mono);color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;transition:all .2s;display:flex;position:absolute;top:0;left:0}.step.active:before{background-color:var(--accent);border-color:var(--accent);color:var(--bg)}.step-title{text-align:left;width:100%;font-family:var(--sans);color:var(--text);cursor:pointer;background:0 0;border:none;margin-bottom:.5rem;padding:0;font-size:.95rem;font-weight:600;display:block}.step-title:hover{color:var(--accent)}.step-title:focus-visible{box-shadow:var(--focus-ring);border-radius:4px;outline:none}.step-body{color:var(--text-muted);font-size:.88rem;line-height:1.7;display:none}.step.active .step-body{display:block}.math-block{font-family:var(--mono);background-color:var(--bg);border:1px solid var(--border);color:var(--accent);border-radius:6px;margin:.5rem 0;padding:.6rem .8rem;font-size:.82rem;overflow-x:auto}.math-block .label-tag{color:var(--text-muted);font-size:.72rem}.trio-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.trio-card{background-color:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem;transition:border-color .2s}.trio-card:hover{border-color:var(--accent)}.trio-card.current{border-color:var(--accent);border-width:2px}.trio-card h3{font-family:var(--mono);margin-bottom:.25rem;font-size:.95rem}.trio-card .fips{color:var(--text-muted);margin-bottom:.5rem;font-size:.78rem}.trio-card p{color:var(--text-muted);font-size:.85rem}.trio-card a{color:var(--blue);text-decoration:underline}.workflow{counter-reset:wf;margin:1rem 0}.wf-step{background-color:var(--surface2);border-radius:6px;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;padding:.6rem;font-size:.85rem;display:flex}.wf-text{min-width:0}.wf-step:before{counter-increment:wf;content:counter(wf);background-color:var(--accent);min-width:1.5rem;height:1.5rem;color:var(--bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}.timeline{margin:1rem 0;padding-left:1.5rem;position:relative}.timeline:before{content:"";background-color:var(--border);width:2px;position:absolute;top:0;bottom:0;left:.5rem}.tl-item{margin-bottom:1rem;font-size:.85rem;position:relative}.tl-item:before{content:"";background-color:var(--accent);border-radius:50%;width:10px;height:10px;position:absolute;top:.35rem;left:-1.25rem}.tl-item .tl-year{font-family:var(--mono);color:var(--accent);font-weight:600}.spinner{border:2px solid var(--border);border-top-color:var(--accent);vertical-align:middle;border-radius:50%;width:16px;height:16px;margin-right:.5rem;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.section{margin-bottom:1.5rem}.section-title{color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:.75rem;padding-bottom:.35rem;font-size:.9rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mb-1{margin-bottom:.5rem}.flex-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.text-green{color:var(--green)}.text-red{color:var(--red)}.text-muted{color:var(--text-muted)}.text-accent{color:var(--accent)}.text-sm{font-size:.82rem}.mono{font-family:var(--mono)}footer a{color:var(--blue);text-decoration:underline}.btn:focus-visible,.btn-secondary:focus-visible,.btn-danger:focus-visible,.pill:focus-visible,#tabs button:focus-visible,.theme-toggle:focus-visible{box-shadow:var(--focus-ring);outline:none}.step:focus-visible{box-shadow:var(--focus-ring);border-radius:6px;outline:none}a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}#tab-content:focus-visible,.comparison-table:focus-visible{box-shadow:var(--focus-ring);border-radius:6px;outline:none}.btn{min-width:44px;min-height:44px}.pill{align-items:center;min-height:44px;display:inline-flex}#tabs button{min-height:44px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.intuition-card{border-left:3px solid var(--accent)}.intuition-lead{color:var(--text);margin-bottom:1rem;font-size:1.05rem;line-height:1.5}.intuition-flow{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;display:grid}.intuition-step{background-color:var(--surface2);border:1px solid var(--border);color:var(--text);border-radius:8px;padding:.85rem;font-size:.88rem;line-height:1.55}.intuition-icon{margin-bottom:.35rem;font-size:1.5rem;line-height:1;display:block}.viz-mount{margin:.75rem 0 1rem}.math-details{border:1px solid var(--border);background-color:var(--surface2);border-radius:6px;margin-top:1rem;padding:0 .75rem}.math-details>summary{cursor:pointer;color:var(--accent);padding:.6rem 0;font-size:.85rem;font-weight:600;list-style-position:inside}.math-details[open]>summary{border-bottom:1px solid var(--border);margin-bottom:.6rem}.math-details>summary:focus-visible{box-shadow:var(--focus-ring);border-radius:4px;outline:none}.fs-viz{margin-top:.5rem}.fs-scale{background-color:var(--surface2);border:1px dashed var(--border);border-radius:6px;margin:.6rem 0;padding:.5rem .7rem;line-height:1.5}.fs-stats{color:var(--text)}.fs-attempts{margin-top:.5rem}.fs-attempt{border:1px solid var(--border);background-color:var(--surface);border-radius:8px;margin-bottom:.7rem;padding:.7rem}.fs-attempt.rej{border-left:3px solid var(--red)}.fs-attempt.ok{border-left:3px solid var(--green)}.fs-attempt-head{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.6rem;display:flex}.fs-attempt-n{font-family:var(--mono);color:var(--text-muted);font-size:.8rem}.fs-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;display:grid}.fs-cell{min-width:0}.fs-cap{color:var(--text);margin-bottom:.4rem;font-size:.78rem;line-height:1.4}.coeff-plot{background-color:var(--surface);border:1px solid var(--border);border-radius:6px;align-items:stretch;gap:3px;height:96px;padding:4px 6px;display:flex}.coeff-col{flex-direction:column;flex:1 1 0;align-items:center;min-width:0;display:flex}.coeff-half{flex:1 1 0;justify-content:center;width:100%;display:flex}.coeff-half.top{align-items:flex-end}.coeff-half.bot{align-items:flex-start}.coeff-axis{background-color:var(--border);width:100%;height:1px}.coeff-bar{background-color:var(--accent);border-radius:2px;width:70%;min-height:1px;display:block}.coeff-bar.mask{background-color:var(--blue)}.coeff-bar.secret{background-color:var(--yellow)}.coeff-bar.over{background-color:var(--red)}.coeff-val{font-family:var(--mono);color:var(--text-muted);margin-top:2px;font-size:.6rem;line-height:1}.mlwe-viz{margin-top:.5rem}.mlwe-slider-row{flex-wrap:wrap;align-items:center;gap:.75rem;margin:.75rem 0;display:flex}.mlwe-slider-row label{color:var(--text);font-size:.85rem}.mlwe-slider-row input[type=range]{max-width:260px;accent-color:var(--accent);flex:160px}.mlwe-slider-row output{font-family:var(--mono);color:var(--accent);text-align:center;min-width:1.5rem;font-size:.9rem}.mlwe-eq{background-color:var(--bg);border:1px solid var(--border);border-radius:6px;margin-bottom:.75rem;padding:.7rem}.mlwe-row{font-family:var(--mono);color:var(--text);flex-wrap:wrap;align-items:baseline;gap:.5rem;padding:.2rem 0;font-size:.82rem;display:flex}.mlwe-t{color:var(--accent);font-weight:600}.mlwe-eqls,.mlwe-plus,.mlwe-as{color:var(--text-muted)}.mlwe-e.live{color:var(--red);font-weight:600}.mlwe-e.zero{color:var(--text-muted)}.mlwe-verdict{color:var(--text);background-color:var(--surface);border-radius:6px;margin-bottom:.85rem;padding:.6rem .7rem;font-size:.85rem;line-height:1.5}.mlwe-verdict.solvable{border:1px solid var(--red)}.mlwe-verdict.hard{border:1px solid var(--green)}.mlwe-contrast{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;display:grid}.mlwe-contrast-col{border:1px solid var(--border);background-color:var(--surface2);border-radius:6px;padding:.7rem}.mlwe-contrast-col.broken{border-top:3px solid var(--red)}.mlwe-contrast-col.safe{border-top:3px solid var(--green)}.mlwe-contrast-h{color:var(--text);margin-bottom:.35rem;font-size:.85rem}.mlwe-contrast-col p{color:var(--text-muted)}.annot{color:var(--text);background-color:var(--surface2);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:0 6px 6px 0;margin:.15rem 0 .6rem;padding:.4rem .6rem;font-size:.8rem;line-height:1.5}.annot.secret{border-left-color:var(--red)}.annot .annot-label{font-weight:600}.tamper-lesson{border:1px solid var(--border);background-color:var(--surface);border-radius:8px;padding:.75rem .85rem}.tip{border-bottom:1px dotted var(--text-muted);cursor:help}@media (width<=768px){#app{padding:1rem .75rem}header h1{font-size:1.4rem}#tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 .5rem calc(100% - 1.5rem),#0000);mask-image:linear-gradient(90deg,#0000 0,#000 .5rem calc(100% - 1.5rem),#0000)}#tabs::-webkit-scrollbar{display:none}#tabs button{padding:.5rem .75rem;font-size:.8rem}.card{padding:1rem .85rem}.flex-row{flex-direction:column;align-items:stretch}.flex-row .btn{text-align:center;width:100%;margin-right:0}.comparison-table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.bar-label{width:80px;font-size:.68rem}.bar-value{width:52px;padding-left:.35rem;font-size:.66rem}.info-grid{grid-template-columns:repeat(2,1fr)}.trio-grid{grid-template-columns:1fr}.step{padding-left:2rem}.step:before{width:1.5rem;height:1.5rem;font-size:.7rem}}@media (width<=480px){#app{padding:.75rem .5rem}header h1{font-size:1.2rem}header .subtitle{font-size:.8rem}.card{border-radius:6px;padding:.75rem}.card h2{font-size:1rem}.info-grid{grid-template-columns:1fr 1fr;gap:.5rem}textarea,input[type=text]{font-size:16px}.bar-label{width:65px;font-size:.65rem}.bar-value{width:46px;font-size:.62rem}.output{padding:.4rem;font-size:.72rem}.math-block{padding:.4rem .6rem;font-size:.75rem}.wf-step{padding:.5rem;font-size:.8rem}}
