*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #ffffff;--bg-surface: #f4f5f7;--bg-surface-alt: #e8eaed;--text: #1a1a2e;--text-secondary: #4a4a6a;--text-muted: #5c5c7a;--primary: #1565c0;--primary-hover: #0d47a1;--primary-text: #ffffff;--accent: #00796b;--success: #2e7d32;--success-bg: #e8f5e9;--error: #c62828;--error-bg: #ffebee;--warning: #e65100;--warning-bg: #fff3e0;--border: #cfd0d8;--border-strong: #a0a0b8;--focus: #1565c0;--code-bg: #eef0f4;--bar-mceliece: #1565c0;--bar-mlkem: #7b1fa2;--bar-bike: #00796b;--bar-hqc: #e65100;--bar-rsa: #455a64;--bar-default: #607d8b;--shadow: 0 1px 3px rgba(0, 0, 0, .08);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .1);--radius: 8px;--radius-sm: 4px;--transition: .2s ease;--font-mono: "SF Mono", "Cascadia Code", "Fira Code", Consolas, monospace;--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}html[data-theme=dark]{--bg: #0d0d1a;--bg-surface: #1a1a2e;--bg-surface-alt: #252540;--text: #e8e8f0;--text-secondary: #b0b0cc;--text-muted: #9090aa;--primary: #42a5f5;--primary-hover: #64b5f6;--primary-text: #0d0d1a;--accent: #4db6ac;--success: #66bb6a;--success-bg: #1b2e1b;--error: #ef5350;--error-bg: #2e1b1b;--warning: #ffa726;--warning-bg: #2e2a1b;--border: #2a2a44;--border-strong: #3a3a5a;--focus: #42a5f5;--code-bg: #15152a;--bar-mceliece: #42a5f5;--bar-mlkem: #ce93d8;--bar-bike: #80cbc4;--bar-hqc: #ffab40;--bar-rsa: #90a4ae;--bar-default: #90a4ae;--shadow: 0 1px 3px rgba(0, 0, 0, .4);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .5)}@media (prefers-color-scheme: dark){html:not([data-theme=light]){--bg: #0d0d1a;--bg-surface: #1a1a2e;--bg-surface-alt: #252540;--text: #e8e8f0;--text-secondary: #b0b0cc;--text-muted: #9090aa;--primary: #42a5f5;--primary-hover: #64b5f6;--primary-text: #0d0d1a;--accent: #4db6ac;--success: #66bb6a;--success-bg: #1b2e1b;--error: #ef5350;--error-bg: #2e1b1b;--warning: #ffa726;--warning-bg: #2e2a1b;--border: #2a2a44;--border-strong: #3a3a5a;--focus: #42a5f5;--code-bg: #15152a;--bar-mceliece: #42a5f5;--bar-mlkem: #ce93d8;--bar-bike: #80cbc4;--bar-hqc: #ffab40;--bar-rsa: #90a4ae;--bar-default: #90a4ae;--shadow: 0 1px 3px rgba(0, 0, 0, .4);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .5)}}html{scroll-behavior:smooth;min-width:320px}body{font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}img,svg{max-width:100%;height:auto}.skip-link{position:absolute;top:-100%;left:1rem;padding:.75rem 1.25rem;background:var(--primary);color:var(--primary-text);border-radius:var(--radius-sm);font-weight:600;z-index:1000;text-decoration:none}.skip-link:focus{top:1rem}.app-container{max-width:960px;margin:0 auto;padding:1rem}.demo-header{position:relative;padding:1.5rem 0 1rem}.header-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.category-chip{display:inline-block;padding:.25rem .75rem;background:var(--primary);color:var(--primary-text);border-radius:100px;font-size:.8125rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.demo-header h1{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:800;line-height:1.2;color:var(--text);margin-bottom:.25rem}.subtitle{font-size:clamp(1rem,3vw,1.125rem);color:var(--text-secondary);line-height:1.4}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;padding:0;background:var(--bg-surface);color:var(--text);border:1px solid var(--border);border-radius:50%;cursor:pointer;font-size:1.25rem;line-height:1;font-family:var(--font-sans);transition:background var(--transition),border-color var(--transition)}.theme-toggle:hover{background:var(--bg-surface-alt);border-color:var(--border-strong)}.primitive-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 1.5rem}.chip{display:inline-block;padding:.25rem .625rem;background:var(--bg-surface);color:var(--text-secondary);border:1px solid var(--border);border-radius:100px;font-size:.8125rem;font-weight:500}.why-matters{background:var(--bg-surface);border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:var(--radius);padding:1.25rem 1.25rem 1.25rem 1.5rem;margin-bottom:1.5rem}.why-matters h2{font-size:1rem;font-weight:700;color:var(--primary);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.04em}.why-matters p{color:var(--text-secondary);line-height:1.6;margin-bottom:.5rem}.why-matters p:last-child{margin-bottom:0}.disclosure{background:var(--warning-bg);border:1px solid var(--warning);border-radius:var(--radius-sm);padding:.75rem 1rem;margin:.75rem 0 0;font-size:.875rem;color:var(--text);line-height:1.5}.disclosure strong{color:var(--warning)}.panel{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin-bottom:1.5rem;box-shadow:var(--shadow)}.panel-title{font-size:clamp(1.125rem,3vw,1.375rem);font-weight:700;color:var(--text);margin-bottom:1rem;line-height:1.3}.panel-subtitle{font-size:1rem;font-weight:600;color:var(--text);margin:1.25rem 0 .5rem}.panel p{margin-bottom:.75rem;color:var(--text-secondary);line-height:1.6}.panel p:last-child{margin-bottom:0}.btn{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:.625rem 1.25rem;border:none;border-radius:var(--radius);font-family:var(--font-sans);font-size:.9375rem;font-weight:600;cursor:pointer;transition:background var(--transition),opacity var(--transition);text-decoration:none;gap:.5rem}.btn-primary{background:var(--primary);color:var(--primary-text)}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-secondary{background:var(--bg-surface-alt);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--border)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}code,.mono{font-family:var(--font-mono);font-size:.875em;background:var(--code-bg);padding:.125em .375em;border-radius:var(--radius-sm)}.matrix-grid{display:grid;grid-template-columns:1fr;gap:.75rem;margin:1rem 0}.matrix-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem}.matrix-card h4{font-size:.875rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.matrix-card pre{font-family:var(--font-mono);font-size:.8125rem;line-height:1.5;color:var(--text-secondary);overflow-x:auto;white-space:pre;margin:0}.bar-chart{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0;list-style:none}.bar-item{display:flex;flex-direction:column;gap:.25rem}.bar-label{font-size:.8125rem;font-weight:500;color:var(--text-secondary);display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;flex-wrap:wrap}.bar-value{font-family:var(--font-mono);font-size:.8125rem;font-weight:600;color:var(--text);white-space:nowrap}.bar-track{width:100%;height:22px;background:var(--bg-surface-alt);border-radius:var(--radius-sm);overflow:hidden}.bar-fill{height:100%;border-radius:var(--radius-sm);min-width:2px;transition:width .5s ease}.bar-fill[data-scheme=mceliece]{background:var(--bar-mceliece)}.bar-fill[data-scheme=mlkem]{background:var(--bar-mlkem)}.bar-fill[data-scheme=bike]{background:var(--bar-bike)}.bar-fill[data-scheme=hqc]{background:var(--bar-hqc)}.bar-fill[data-scheme=rsa]{background:var(--bar-rsa)}.bar-fill[data-scheme=default]{background:var(--bar-default)}.hex-dump{display:block;width:100%;min-height:140px;max-height:260px;resize:vertical;overflow:auto;font-family:var(--font-mono);font-size:.75rem;line-height:1.7;background:var(--code-bg);color:var(--text-muted);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem;margin:.5rem 0 1rem}.size-grid{display:grid;grid-template-columns:1fr;gap:.75rem;margin:1rem 0}.size-card{display:flex;flex-direction:column;gap:.375rem;padding:.75rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm)}.size-card h4{font-size:.875rem;font-weight:600;color:var(--text)}.size-card-value{font-family:var(--font-mono);font-size:.8125rem;font-weight:700;color:var(--primary)}.size-card-note{font-size:.8125rem;color:var(--text-muted)}.meter{width:100%;height:12px;border-radius:100px;background:var(--bg-surface-alt);overflow:hidden}.meter-fill{display:block;height:100%;background:var(--primary);border-radius:100px}.table-wrap{overflow-x:auto;margin:1rem 0;-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:var(--radius-sm)}.comparison-table{width:100%;border-collapse:collapse;font-size:.8125rem;white-space:nowrap;min-width:720px}.comparison-table th,.comparison-table td{padding:.625rem .75rem;text-align:left;border-bottom:1px solid var(--border)}.comparison-table th{font-weight:600;color:var(--text)}.comparison-table thead th{background:var(--bg-surface-alt);position:sticky;top:0}.comparison-table td{color:var(--text-secondary)}.comparison-table tbody tr:hover{background:var(--bg-surface-alt)}.comparison-table .row-highlight td{color:var(--text);font-weight:600}.use-case-grid{display:grid;grid-template-columns:1fr;gap:.75rem;margin:1rem 0}.use-case-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem}.use-case-card h4{font-size:.9375rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.use-case-card p{font-size:.8125rem;color:var(--text-secondary);margin-bottom:.5rem}.recommend-tag{display:inline-block;padding:.125rem .5rem;border-radius:100px;font-size:.75rem;font-weight:600}.recommend-tag.strong{background:var(--success-bg);color:var(--success)}.recommend-tag.moderate{background:var(--warning-bg);color:var(--warning)}.recommend-tag.weak{background:var(--error-bg);color:var(--error)}.timeline{position:relative;padding-left:1.5rem;margin:1.25rem 0;list-style:none}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--border-strong)}.timeline-item{position:relative;padding-bottom:1.25rem}.timeline-item:last-child{padding-bottom:0}.timeline-item:before{content:"";position:absolute;left:-1.5rem;top:.35rem;width:10px;height:10px;border-radius:50%;background:var(--primary);border:2px solid var(--bg-surface);transform:translate(-4px)}.timeline-year{display:block;font-family:var(--font-mono);font-size:.8125rem;font-weight:700;color:var(--primary)}.timeline-text{display:block;font-size:.875rem;color:var(--text-secondary);line-height:1.5}.step{padding:1rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem}.step-header{display:flex;align-items:center;gap:.625rem;margin-bottom:.75rem;flex-wrap:wrap}.step-number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--primary);color:var(--primary-text);border-radius:50%;font-size:.8125rem;font-weight:700;flex-shrink:0}.step-title{font-size:1rem;font-weight:600;color:var(--text)}.step p{margin-bottom:.5rem;color:var(--text-secondary);font-size:.9375rem;line-height:1.5}.step p:last-child{margin-bottom:0}.output-area{background:var(--code-bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem;margin-top:.75rem;font-size:.875rem;line-height:1.6;color:var(--text-secondary);word-break:break-all;overflow-wrap:break-word;display:none}.output-area.visible{display:block}.output-area p{margin-bottom:.375rem}.output-area strong{color:var(--text)}.result-mono{font-family:var(--font-mono);font-size:.8125rem;color:var(--text-muted);word-break:break-all}.match-badge{display:inline-block;padding:.125rem .5rem;border-radius:100px;font-size:.8125rem;font-weight:700}.match-badge.success{background:var(--success-bg);color:var(--success)}.match-badge.fail{background:var(--error-bg);color:var(--error)}.input-group{margin:.75rem 0}.input-group label{display:block;font-size:.875rem;font-weight:600;color:var(--text);margin-bottom:.375rem}.input-group textarea{display:block;width:100%;min-height:56px;padding:.625rem;font-family:var(--font-sans);font-size:.9375rem;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);resize:vertical;line-height:1.5}.input-group textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 25%,transparent)}.callout{background:var(--bg-surface-alt);border-left:4px solid var(--accent);border-radius:var(--radius-sm);padding:.875rem 1rem;margin:1rem 0;font-size:.9375rem;font-style:italic;color:var(--text-secondary);line-height:1.5}.callout strong{color:var(--text);font-style:normal}.aria-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.error-status{color:var(--error);font-weight:700;min-height:1.2em;font-size:.875rem}.cross-links{padding:1.25rem 0}.cross-links h2{font-size:1.125rem;font-weight:700;color:var(--text);margin-bottom:.75rem}.badge-grid{display:flex;flex-wrap:wrap;gap:.5rem}.badge-link{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;min-height:44px;background:var(--bg-surface);color:var(--primary);border:1px solid var(--border);border-radius:100px;text-decoration:none;font-size:.8125rem;font-weight:600;transition:background var(--transition),border-color var(--transition)}.badge-link:hover{background:var(--bg-surface-alt);border-color:var(--primary)}.demo-footer{padding:2rem 0 1.5rem;border-top:1px solid var(--border);text-align:center}.demo-footer .scripture{font-size:.875rem;color:var(--text-muted);font-style:italic;line-height:1.5;margin-bottom:1rem}.github-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;min-height:44px;background:var(--bg-surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;font-size:.875rem;font-weight:600;transition:background var(--transition),border-color var(--transition)}.github-badge:hover{background:var(--bg-surface-alt);border-color:var(--border-strong)}.github-badge svg{width:20px;height:20px;fill:currentColor}:focus-visible{outline:3px solid var(--focus);outline-offset:2px}.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}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.bar-fill{transition:none}}@media (min-width: 640px){.app-container{padding:1.5rem}.panel{padding:1.75rem}.size-grid,.use-case-grid{grid-template-columns:1fr 1fr}.matrix-grid{grid-template-columns:repeat(3,1fr)}.step{padding:1.25rem}}@media (min-width: 1024px){.app-container,.panel{padding:2rem}.size-grid{grid-template-columns:repeat(3,1fr)}}
