*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0e17;--bg-card:#111827;--bg-card-alt:#0d1525;--text:#e2e8f0;--text-dim:#94a3b8;--text-muted:#64748b;--blake3:#0f8;--blake3-dim:#00cc6a;--blake3-multi:#bf5af2;--blake3-multi-dim:#94c;--sha256:#f80;--sha256-dim:#cc6d00;--webcrypto:#48f;--webcrypto-dim:#36c;--border:#1e293b;--radius:12px}html{-webkit-text-size-adjust:100%;font-size:16px}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}.container{max-width:720px;margin:0 auto;padding:0 20px}.top-bar{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0a0e17d9;position:fixed;top:0;left:0;right:0}.top-bar-inner{justify-content:space-between;align-items:center;height:48px;display:flex}.top-bar-brand{letter-spacing:-.01em;color:var(--text-dim);font-size:.8rem;font-weight:700}.top-bar-link{color:var(--text-dim);align-items:center;gap:6px;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .15s;display:flex}.top-bar-link:hover{color:var(--text)}.section{min-height:60vh;padding:80px 0}.section-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}@media (max-width:640px){.section{min-height:auto;padding:56px 0}.section-title{margin-bottom:1.25rem;font-size:1.4rem}}@media (max-width:480px){.section{padding:44px 0}.section-title{font-size:1.25rem}}#hero{min-height:100vh;text-align:center;align-items:center;min-height:100dvh;padding-top:60px;display:flex}.hero-eyebrow{text-transform:uppercase;letter-spacing:.15em;color:var(--blake3);margin-bottom:1.5rem;font-size:.8rem;font-weight:600}.hero-title{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2rem,7vw,3.5rem);font-weight:800;line-height:1.1}.highlight-year{color:var(--sha256);font-style:italic}.highlight-accent{color:var(--blake3)}.hero-sub{color:var(--text-dim);max-width:540px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.7}.scroll-hint{color:var(--text-muted);flex-direction:column;align-items:center;gap:8px;font-size:.8rem;display:flex}.scroll-arrow{border-right:2px solid var(--text-muted);border-bottom:2px solid var(--text-muted);width:20px;height:20px;animation:2s infinite bounce;transform:rotate(45deg)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)rotate(45deg)}40%{transform:translateY(8px)rotate(45deg)}60%{transform:translateY(4px)rotate(45deg)}}@media (max-width:640px){.hero-sub{margin-bottom:2rem;font-size:1rem}}@media (max-width:480px){#hero{padding-top:48px}.hero-eyebrow{margin-bottom:1rem;font-size:.7rem}.hero-sub{font-size:.92rem;line-height:1.6}}.story-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:640px){.story-grid{grid-template-columns:1fr 1fr}}.story-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.story-sha256{border-top:3px solid var(--sha256)}.story-blake3{border-top:3px solid var(--blake3)}.story-year{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:4px;font-size:.75rem;font-weight:700}.story-card h3{margin-bottom:8px;font-size:1.5rem;font-weight:700}.story-sha256 h3{color:var(--sha256)}.story-blake3 h3{color:var(--blake3)}.story-origin{color:var(--text-dim);margin-bottom:20px;font-size:.9rem}.story-traits{flex-direction:column;gap:8px;font-size:.85rem;list-style:none;display:flex}.story-traits li{color:var(--text-dim);padding-left:20px;position:relative}.story-sha256 .story-traits li:before{content:"!";color:var(--sha256);font-weight:700;position:absolute;left:0}.story-blake3 .story-traits li:before{content:"✓";color:var(--blake3);font-weight:700;position:absolute;left:0}@media (max-width:480px){.story-card{padding:18px}.story-card h3{font-size:1.25rem}.story-origin{margin-bottom:14px;font-size:.82rem}.story-traits{font-size:.8rem}}.architecture-diagram{background:var(--bg-card-alt);border-radius:8px;margin:16px 0;padding:16px}.arch-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:12px;font-size:.7rem}.arch-note{color:var(--text-muted);margin-top:12px;font-size:.75rem;font-style:italic}.chain{align-items:center;gap:4px;display:flex;overflow-x:auto}.chain-block{border:1px solid var(--sha256-dim);color:var(--sha256);background:#ff880026;border-radius:4px;flex-shrink:0;padding:6px 10px;font-family:SF Mono,ui-monospace,monospace;font-size:.7rem}.chain-arrow{background:var(--sha256-dim);flex-shrink:0;width:16px;height:2px;position:relative}.chain-arrow:after{content:"";border:4px solid #0000;border-left:4px solid var(--sha256-dim);position:absolute;top:-3px;right:0}.tree{flex-direction:column;align-items:center;gap:8px;display:flex}.tree-row{gap:8px;display:flex}.tree-node{border:1px solid var(--blake3-dim);color:var(--blake3);background:#00ff881a;border-radius:4px;padding:4px 10px;font-family:SF Mono,ui-monospace,monospace;font-size:.7rem}.tree-node.root{background:#0f83;font-weight:700}.tree-node.leaf{opacity:.8}.title-everywhere{color:var(--sha256);letter-spacing:.22em;text-transform:uppercase;background:linear-gradient(90deg, var(--sha256) 0%, var(--sha256) 40%, #ff880040 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.82em}.title-weak{background:linear-gradient(135deg, var(--sha256), #f44);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic;animation:4s ease-in-out infinite weak-flicker;position:relative}@keyframes weak-flicker{0%,92%,to{opacity:1}93%{opacity:.6;transform:translate(-1px)}94%{opacity:1;transform:translate(1px)}95%{opacity:.7;transform:translate(0)}96%{opacity:1}}#weaknesses{background:linear-gradient(#0000 0%,#ff444405 50%,#0000 100%)}#usage{background:linear-gradient(#0000 0%,#ff880005 50%,#0000 100%)}.weaknesses-intro{color:var(--text-dim);margin-bottom:2rem;font-size:.95rem;line-height:1.7}.weaknesses-intro em{color:var(--text);font-style:italic}.weaknesses-grid{flex-direction:column;gap:20px;display:flex}@media (max-width:640px){.weaknesses-intro{font-size:.88rem}.weaknesses-grid{gap:12px}}@media (max-width:480px){.weakness-summary{gap:8px;padding:12px 14px}.weakness-summary h3{font-size:.88rem}.weakness-body{padding:0 14px 18px}.weakness-desc{font-size:.8rem}.weakness-real{font-size:.72rem}.weakness-fix{padding:8px 10px;font-size:.75rem}.weakness-diagram{padding:10px}}details.weakness-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);border-left:3px solid var(--sha256)}details.weakness-card[open]{border-color:var(--border-bright,var(--border))}.weakness-summary{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;padding:16px 24px;list-style:none;display:flex}.weakness-summary::-webkit-details-marker{display:none}.weakness-summary h3{color:var(--text);flex:1;margin:0;font-size:1rem;font-weight:700}.weakness-chevron{flex-shrink:0;width:16px;height:16px;transition:transform .25s;position:relative}.weakness-chevron:before,.weakness-chevron:after{content:"";background:var(--text-muted);border-radius:1px;position:absolute}.weakness-chevron:before{width:8px;height:2px;top:7px;left:1px;transform:rotate(40deg)}.weakness-chevron:after{width:8px;height:2px;top:7px;right:1px;transform:rotate(-40deg)}details.weakness-card[open] .weakness-chevron{transform:rotate(180deg)}.weakness-body{padding:0 24px 24px}.weakness-card:not([open]) .weakness-summary{padding:14px 24px}.weakness-number{color:var(--text-muted);letter-spacing:.05em;font-family:SF Mono,ui-monospace,monospace;font-size:.7rem;font-weight:700}.weakness-severity{text-transform:uppercase;letter-spacing:.08em;border-radius:4px;padding:2px 8px;font-size:.65rem;font-weight:700}.severity-high{color:#f66;background:#ff444426}.severity-med{color:var(--sha256);background:#ff88001f}.severity-perf{color:var(--text-dim);background:#ffffff0f}.severity-future{color:var(--webcrypto);background:#4488ff1f}.weakness-body h3{color:var(--text);margin-bottom:8px;font-size:1.1rem;font-weight:700}.weakness-desc{color:var(--text-dim);margin-bottom:16px;font-size:.85rem;line-height:1.6}.weakness-desc code{color:var(--sha256);background:#ffffff0f;border-radius:3px;padding:2px 5px;font-family:SF Mono,ui-monospace,monospace;font-size:.78rem}.weakness-real{color:var(--text-muted);margin-bottom:12px;font-size:.78rem;font-style:italic;line-height:1.6}.weakness-real code{color:var(--sha256);background:#ffffff0f;border-radius:3px;padding:1px 4px;font-family:SF Mono,ui-monospace,monospace;font-size:.72rem;font-style:normal}.weakness-fix{color:var(--text-dim);background:#00ff880a;border:1px solid #00ff881a;border-radius:6px;padding:10px 12px;font-size:.8rem;line-height:1.5}.fix-badge{text-transform:uppercase;letter-spacing:.06em;color:var(--blake3);vertical-align:middle;background:#00ff881f;border-radius:3px;margin-right:6px;padding:1px 6px;font-size:.65rem;font-weight:700;display:inline-block}.weakness-diagram{background:var(--bg-card-alt);border-radius:8px;margin:12px 0 16px;padding:14px;overflow-x:auto}.ext-attack{flex-direction:column;gap:10px;display:flex}.ext-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.ext-block{border-radius:4px;flex-shrink:0;padding:4px 10px;font-family:SF Mono,ui-monospace,monospace;font-size:.68rem}.ext-known{color:var(--text-dim);border:1px solid var(--border);background:#ffffff0f}.ext-hash{color:var(--sha256);border:1px solid var(--sha256-dim);background:#ff880026}.ext-pad{color:var(--text-muted);border:1px dashed var(--text-muted);background:#ffffff0a}.ext-evil{color:#f66;background:#ff444426;border:1px solid #f446}.ext-label-known{color:var(--sha256);margin-left:4px;font-size:.6rem;font-style:italic}.ext-arrow{background:var(--text-muted);flex-shrink:0;width:16px;height:2px;position:relative}.ext-arrow:after{content:"";border:4px solid #0000;border-left:4px solid var(--text-muted);position:absolute;top:-3px;right:0}.md-chain{flex-direction:column;gap:10px;display:flex}.md-step{align-items:center;gap:4px;display:flex}.md-block{border:1px solid var(--sha256-dim);color:var(--sha256);background:#ff88001a;border-radius:4px;flex-shrink:0;padding:4px 12px;font-family:SF Mono,ui-monospace,monospace;font-size:.7rem}.md-block.md-out{background:#f803;font-weight:700}.md-arrow{background:var(--sha256-dim);flex-shrink:0;width:16px;height:2px;position:relative}.md-arrow:after{content:"";border:4px solid #0000;border-left:4px solid var(--sha256-dim);position:absolute;top:-3px;right:0}.md-labels{flex-wrap:wrap;gap:6px;display:flex}.md-vuln{color:#f66;background:#ff444414;border-radius:3px;padding:2px 6px;font-size:.6rem}.seq-vs-par{flex-direction:column;gap:12px;display:flex}.seq-row{align-items:center;gap:10px;display:flex}.seq-label{color:var(--text-muted);text-align:right;flex-shrink:0;width:54px;font-size:.65rem;font-weight:600}.seq-blocks{flex:1;align-items:center;gap:2px;display:flex}.seq-block{border-radius:3px;flex-shrink:0;padding:5px 10px;font-family:SF Mono,ui-monospace,monospace;font-size:.7rem;font-weight:600}.sha-b{color:var(--sha256);border:1px solid var(--sha256-dim);background:#ff880026}.b3-b{color:var(--blake3);border:1px solid var(--blake3-dim);background:#00ff881f}.seq-wait{background:var(--sha256-dim);flex-shrink:0;width:12px;height:2px;position:relative}.seq-wait:after{content:"";border:3px solid #0000;border-left:3px solid var(--sha256-dim);position:absolute;top:-3px;right:0}.seq-time{color:var(--text-muted);flex-shrink:0;font-family:SF Mono,ui-monospace,monospace;font-size:.65rem}.domain-demo{flex-direction:column;gap:6px;display:flex}.domain-row{align-items:center;gap:8px;display:flex}.domain-use{color:var(--text-dim);text-align:right;flex-shrink:0;width:36px;font-family:SF Mono,ui-monospace,monospace;font-size:.7rem}.domain-arrow{background:var(--text-muted);flex-shrink:0;width:20px;height:2px;position:relative}.domain-arrow:after{content:"";border:4px solid #0000;border-left:4px solid var(--text-muted);position:absolute;top:-3px;right:0}.domain-fn{border:1px solid var(--sha256-dim);color:var(--sha256);background:#ff88001f;border-radius:4px;padding:3px 10px;font-family:SF Mono,ui-monospace,monospace;font-size:.7rem}.domain-warning{color:#f66;margin-top:4px;padding-left:66px;font-size:.6rem;font-style:italic}.quantum-bars{flex-direction:column;gap:8px;display:flex}.q-row{align-items:center;gap:10px;display:flex}.q-label{color:var(--text-muted);text-align:right;flex-shrink:0;width:80px;font-size:.65rem}.q-bar{border-radius:4px;align-items:center;height:24px;padding:0 10px;font-family:SF Mono,ui-monospace,monospace;font-size:.65rem;font-weight:700;display:flex}.q-full{width:100%;color:var(--webcrypto);background:#4488ff26;border:1px solid #4488ff4d}.q-half{border:1px solid var(--sha256-dim);width:50%;color:var(--sha256);background:#ff880026}.stream-demo{flex-direction:column;gap:8px;display:flex}.stream-row{align-items:center;gap:10px;display:flex}.stream-label{color:var(--text-muted);text-align:right;flex-shrink:0;width:54px;font-size:.65rem;font-weight:600}.stream-blocks{flex:1;gap:4px;display:flex}.stream-chunk{text-align:center;border-radius:3px;flex:1;padding:5px 8px;font-family:SF Mono,ui-monospace,monospace;font-size:.62rem;font-weight:600}.s-wait{border:1px dashed var(--border);color:var(--text-muted);background:#ffffff0a}.s-check{border:1px solid var(--sha256-dim);color:var(--sha256);background:#ff880026}.s-ok{border:1px solid var(--blake3-dim);color:var(--blake3);background:#00ff881f}.device-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:32px}.device-card.loading{color:var(--text-muted)}.device-icon{margin-bottom:12px;font-size:2.5rem}.device-name{margin-bottom:16px;font-size:1.25rem;font-weight:700}.device-alt{color:var(--text-muted);font-size:.85rem;font-weight:400}.device-specs{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:16px;display:flex}.device-specs span{border-radius:20px;padding:4px 12px;font-size:.8rem;font-weight:500}.spec-chip{color:var(--text);background:#ffffff14}.spec-cores{color:var(--text-dim);background:#ffffff0d}.spec-sha.sha-yes{color:var(--webcrypto);background:#4488ff26}.spec-sha.sha-no{color:var(--sha256);background:#ff88001a}.spec-sha.sha-unknown{color:var(--text-dim);background:#94a3b81a}.spec-memory{color:var(--text-dim);background:#ffffff0d}.device-note{color:var(--text-muted);font-size:.7rem}.benchmark-intro{color:var(--text-dim);margin-bottom:2rem;font-size:.95rem;line-height:1.7}.webcrypto-notice{color:var(--sha256);background:#ff880014;border:1px solid #f803;border-radius:8px;margin-bottom:1.5rem;padding:10px 14px;font-size:.8rem}.verdict-note{color:var(--sha256);background:#ff880014;border:1px solid #f803;border-radius:8px;margin-bottom:1rem;padding:10px 14px;font-size:.8rem}.run-button{border-radius:var(--radius);background:var(--blake3);color:#0a0e17;cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;width:100%;max-width:400px;margin:0 auto;padding:16px 32px;font-size:1.1rem;font-weight:700;transition:transform .15s,opacity .15s;display:block}.run-button:active{transform:scale(.97)}.run-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.hidden{display:none}.progress-bar{background:var(--border);border-radius:2px;height:4px;margin-bottom:12px;overflow:hidden}.progress-fill{background:var(--blake3);border-radius:2px;width:0%;height:100%;transition:width .3s}.progress-label{color:var(--text-dim);text-align:center;font-size:.85rem}#results-container{margin-top:2rem}.result-group{margin-bottom:2rem}.result-size{color:var(--text);border-bottom:1px solid var(--border);margin-bottom:12px;padding-bottom:8px;font-size:1rem;font-weight:600}.result-row{grid-template-columns:120px 1fr auto auto;align-items:center;gap:12px;padding:8px 0;display:grid}@media (max-width:480px){.result-row{border-bottom:1px solid var(--border);grid-template-columns:1fr;gap:4px;padding:10px 0}.result-row:last-child{border-bottom:none}}.result-label{color:var(--text-dim);font-size:.8rem;font-weight:500}.winner-badge{color:var(--blake3);text-transform:uppercase;letter-spacing:.05em;vertical-align:middle;background:#00ff8826;border-radius:4px;padding:1px 6px;font-size:.65rem;font-weight:700;display:inline-block}.result-bar-track{background:var(--bg-card-alt);border-radius:4px;height:24px;overflow:hidden}.result-bar{border-radius:4px;width:0%;height:100%;transition:width .8s cubic-bezier(.25,.46,.45,.94)}.bar-blake3{background:var(--blake3)}.bar-blake3-parallel{background:var(--blake3-multi)}.bar-sha256wasm{background:var(--sha256)}.bar-sha256crypto{background:var(--webcrypto)}.result-value{color:var(--text);text-align:right;white-space:nowrap;font-family:SF Mono,ui-monospace,monospace;font-size:.85rem;font-weight:700}.result-time{color:var(--text-muted);text-align:right;white-space:nowrap;font-family:SF Mono,ui-monospace,monospace;font-size:.7rem}.result-proof{color:var(--text-muted);text-align:right;font-family:SF Mono,ui-monospace,monospace;font-size:.65rem}.verification{background:var(--bg-card-alt);color:var(--text-muted);border-radius:6px;flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;margin-bottom:8px;padding:8px 12px;font-family:SF Mono,ui-monospace,monospace;font-size:.65rem;display:flex}.verify-label{color:var(--text-dim);font-weight:600}.verify-hash{color:var(--text-muted);word-break:break-all}.verify-match.match-ok{color:var(--blake3);font-weight:600}.verify-match.match-fail{color:#f44;font-weight:600}.result-insight{border-left:3px solid var(--text-muted);color:var(--text-dim);background:#ffffff08;border-radius:0 6px 6px 0;margin-top:10px;margin-bottom:8px;padding:10px 14px;font-size:.78rem;line-height:1.6}.result-insight strong{color:var(--text)}.verdict-placeholder{text-align:center;color:var(--text-muted);padding:3rem 0}.verdict-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:32px}.verdict-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:1.75rem;font-weight:800}.verdict-stats{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:1.5rem;display:grid}@media (max-width:480px){.verdict-stats{grid-template-columns:1fr;gap:16px}}.verdict-stat{text-align:center}.verdict-number{margin-bottom:4px;font-family:SF Mono,ui-monospace,monospace;font-size:2.5rem;font-weight:800;line-height:1;display:block}.verdict-desc{color:var(--text-dim);font-size:.8rem;line-height:1.4}.verdict-desc small{color:var(--text-muted);margin-top:2px;font-size:.7rem;display:block}.verdict-context{color:var(--text-dim);margin-bottom:1rem;font-size:.9rem;line-height:1.6}.verdict-highlight{color:var(--text);border-left:3px solid var(--blake3);background:#00ff880d;border-radius:0 8px 8px 0;margin-bottom:1.5rem;padding:16px;font-size:1rem;font-weight:600}.verdict-why{margin-bottom:1.5rem}.verdict-why h4{margin-bottom:12px;font-size:.95rem;font-weight:600}.verdict-why ul{flex-direction:column;gap:10px;list-style:none;display:flex}.verdict-why li{color:var(--text-dim);padding-left:20px;font-size:.85rem;line-height:1.5;position:relative}.verdict-why li:before{content:"✓";color:var(--blake3);font-weight:700;position:absolute;left:0}.verdict-cta{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;padding-top:8px;display:flex}.cta-button{background:var(--blake3);color:#0a0e17;border-radius:8px;padding:12px 24px;font-size:.9rem;font-weight:700;text-decoration:none;transition:opacity .15s;display:inline-block}.cta-button:active{opacity:.8}.cta-link{color:var(--blake3-dim);font-size:.85rem;font-weight:500;text-decoration:none}.section-accordion{border:none;margin:0}.section-accordion-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;gap:10px;margin-bottom:4px;padding:0;font-size:.72rem;font-weight:600;list-style:none;transition:color .3s,gap .3s;display:flex;position:relative}.section-accordion-toggle:before,.section-accordion-toggle:after{content:"";background:var(--border);flex:1;height:1px;transition:background .3s}.section-accordion-toggle::-webkit-details-marker{display:none}.section-accordion-toggle:hover{color:var(--text-dim);gap:16px}.section-accordion-toggle:hover:before,.section-accordion-toggle:hover:after{background:#ff88004d}.section-accordion-chevron{flex-shrink:0;width:14px;height:14px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:relative}.section-accordion-chevron:before,.section-accordion-chevron:after{content:"";background:currentColor;border-radius:1px;position:absolute}.section-accordion-chevron:before{width:7px;height:2px;top:6px;left:1px;transform:rotate(40deg)}.section-accordion-chevron:after{width:7px;height:2px;top:6px;right:1px;transform:rotate(-40deg)}.section-accordion[open] .section-accordion-chevron{transform:rotate(180deg)}.section-accordion[open] .section-accordion-toggle{color:var(--text-dim);margin-bottom:20px}.section-accordion[open] .section-accordion-toggle:before,.section-accordion[open] .section-accordion-toggle:after{background:#f803}.accordion-label{white-space:nowrap;flex-shrink:0}@media (max-width:480px){.section-accordion-toggle{padding:12px 16px;font-size:.78rem}.accordion-dots .dot{width:6px;height:6px}.accordion-dots{gap:4px}}.usage-intro{color:var(--text-dim);margin-bottom:2rem;font-size:.95rem;line-height:1.7}.usage-grid{flex-direction:column;gap:12px;display:flex}details.usage-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);border-left:3px solid var(--sha256)}.usage-summary{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;padding:14px 20px;list-style:none;display:flex}.usage-summary::-webkit-details-marker{display:none}.usage-icon{text-align:center;flex-shrink:0;width:28px;font-size:1.1rem}.usage-header{flex:1;min-width:0}.usage-header h3{color:var(--text);margin:0;font-size:.95rem;font-weight:700;line-height:1.3}.usage-scale{text-transform:uppercase;letter-spacing:.06em;color:var(--sha256);background:#ff88001a;border-radius:3px;margin-top:2px;padding:1px 6px;font-size:.6rem;font-weight:700;display:inline-block}.usage-chevron{flex-shrink:0;width:16px;height:16px;transition:transform .25s;position:relative}.usage-chevron:before,.usage-chevron:after{content:"";background:var(--text-muted);border-radius:1px;position:absolute}.usage-chevron:before{width:8px;height:2px;top:7px;left:1px;transform:rotate(40deg)}.usage-chevron:after{width:8px;height:2px;top:7px;right:1px;transform:rotate(-40deg)}details.usage-card[open] .usage-chevron{transform:rotate(180deg)}.usage-body{padding:0 20px 16px 60px}.usage-body p{color:var(--text-dim);margin:0;font-size:.82rem;line-height:1.6}.usage-body em{color:var(--text);font-style:italic}.usage-source{border-top:1px solid var(--border);padding-top:8px;color:var(--text-muted)!important;margin-top:10px!important;font-size:.7rem!important}.usage-source a{color:var(--text-muted);text-underline-offset:2px;text-decoration:underline;transition:color .2s}.usage-source a:hover{color:var(--text-dim)}@media (max-width:480px){.usage-source{font-size:.65rem!important}}.usage-takeaway{border-radius:var(--radius);background:#00ff880a;border:1px solid #00ff881a;margin-top:2rem;padding:16px 20px}.usage-takeaway p{color:var(--text-dim);margin:0;font-size:.88rem;line-height:1.6}.usage-counterpoint{border-top:1px solid #ffffff0f;padding-top:12px;color:var(--text-muted)!important;margin-top:12px!important;font-size:.82rem!important}.usage-takeaway em{color:var(--text);font-style:italic}@media (max-width:640px){.usage-intro{font-size:.88rem}.usage-grid{gap:8px}.usage-takeaway{margin-top:1.5rem;padding:14px 16px}.usage-takeaway p{font-size:.82rem}}@media (max-width:480px){.usage-summary{gap:10px;padding:12px 14px}.usage-icon{width:24px;font-size:1rem}.usage-header h3{font-size:.85rem}.usage-body{padding:0 14px 14px}.usage-body p{font-size:.78rem}}.questions-intro{color:var(--text-dim);margin-bottom:2rem;font-size:.95rem;line-height:1.7}.questions-list{flex-direction:column;gap:16px;margin-bottom:2rem;display:flex}details.question-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius)}.question-summary{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;padding:14px 24px;list-style:none;display:flex}.question-summary::-webkit-details-marker{display:none}.question-summary h4{color:var(--text);flex:1;margin:0;font-size:.95rem;font-weight:600}.question-chevron{flex-shrink:0;width:16px;height:16px;transition:transform .25s;position:relative}.question-chevron:before,.question-chevron:after{content:"";background:var(--text-muted);border-radius:1px;position:absolute}.question-chevron:before{width:8px;height:2px;top:7px;left:1px;transform:rotate(40deg)}.question-chevron:after{width:8px;height:2px;top:7px;right:1px;transform:rotate(-40deg)}details.question-card[open] .question-chevron{transform:rotate(180deg)}details.question-card p{color:var(--text-dim);margin:0;padding:0 24px 20px;font-size:.85rem;line-height:1.6}.questions-cta{color:var(--text-dim);text-align:center;font-size:.9rem}.questions-cta a{color:var(--text);text-underline-offset:3px;font-weight:600;text-decoration:underline}@media (max-width:640px){.questions-intro{font-size:.88rem}.questions-list{gap:10px}}@media (max-width:480px){.question-summary{gap:8px;padding:12px 14px}.question-summary h4{font-size:.85rem}details.question-card p{padding:0 14px 16px;font-size:.8rem}.questions-cta{font-size:.82rem}}@media (max-width:640px){.benchmark-intro{font-size:.88rem}}@media (max-width:480px){.run-button{padding:14px 24px;font-size:1rem}.device-card{padding:24px 18px}.device-name{font-size:1.1rem}.device-specs{gap:8px}.device-specs span{padding:3px 10px;font-size:.72rem}.verdict-card{padding:24px 18px}.verdict-title{font-size:1.35rem}.verdict-number{font-size:2rem}.verdict-highlight{padding:12px;font-size:.9rem}.verdict-why li{font-size:.8rem}}.footer{text-align:center;border-top:1px solid var(--border);background:linear-gradient(#0000 0%,#00ff8804 100%);padding:48px 0 40px}.footer-links{justify-content:center;align-items:center;gap:16px;margin-bottom:16px;display:flex}.footer-links a{color:var(--text-dim);letter-spacing:.02em;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--blake3-dim)}.footer-dot{background:var(--text-muted);opacity:.5;border-radius:50%;flex-shrink:0;width:3px;height:3px}.footer-tagline{color:var(--text-muted);margin-bottom:6px;font-size:.75rem}.footer-credit{color:var(--text-muted);opacity:.6;font-size:.7rem}.footer-credit a{color:var(--text-dim);letter-spacing:.04em;font-weight:600;text-decoration:none;transition:color .2s}.footer-credit a:hover{color:var(--blake3-dim)}@media (max-width:480px){.footer{padding:36px 0 32px}.footer-links{gap:12px}.footer-links a{font-size:.72rem}.footer-tagline{font-size:.68rem}.footer-credit{font-size:.64rem}}@media (max-width:640px){.future-intro{font-size:.88rem}}@media (max-width:480px){.future-card-visual{min-height:80px;padding:18px 18px 14px}.future-name{margin:8px 18px 4px;font-size:1rem}.future-desc{margin:0 18px 12px;font-size:.75rem}.future-badge{margin:14px 18px 0}.future-link{margin:0 18px 16px;font-size:.75rem}}.section{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(20px)}.section.visible{opacity:1;transform:translateY(0)}#hero{opacity:1;transform:none}.prototype-banner{z-index:200;color:var(--sha256);text-align:center;background:#ff880026;border-bottom:1px solid #ff88004d;padding:6px 0;font-size:.75rem;font-weight:600;position:fixed;top:0;left:0;right:0}.prototype-banner a{color:var(--text);text-underline-offset:2px;text-decoration:underline}.prototype-banner+.top-bar{top:30px}.future-intro{color:var(--text-dim);margin-bottom:2rem;font-size:.95rem;line-height:1.7}.future-grid{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:640px){.future-grid{grid-template-columns:1fr 1fr 1fr}}.future-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;padding:0;text-decoration:none;transition:border-color .25s,transform .2s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.future-card:hover{transform:translateY(-3px)}.future-card-visual{border-bottom:1px solid var(--border);flex-direction:column;justify-content:center;align-items:center;min-height:100px;padding:24px 24px 20px;display:flex;position:relative}.future-badge{text-transform:uppercase;letter-spacing:.1em;border-radius:4px;margin:20px 24px 0;padding:3px 8px;font-size:.58rem;font-weight:700;display:inline-block}.future-name{color:var(--text);letter-spacing:-.01em;margin:10px 24px 6px;font-size:1.15rem;font-weight:800}.future-desc{color:var(--text-dim);flex:1;margin:0 24px 16px;font-size:.8rem;line-height:1.6}.future-link{margin:0 24px 20px;font-size:.8rem;font-weight:600;transition:color .15s}.card-crypto{border-top:3px solid #0bf}.card-crypto:hover{border-color:#0bf;box-shadow:0 8px 32px #00bbff1a}.card-crypto .future-card-visual{background:linear-gradient(#00bbff0f 0%,#0000 100%)}.card-crypto .future-badge{color:#0bf;background:#00bbff1f}.card-crypto .future-name{color:#0bf}.card-crypto .future-link{color:#00bbffb3}.card-crypto:hover .future-link{color:#0bf}.card-mini-bars{flex-direction:column;gap:6px;width:100%;max-width:160px;display:flex}.mini-bar{opacity:.7;border-radius:3px;height:6px}.card-score{color:#0bf;letter-spacing:-.03em;opacity:.9;margin-top:10px;font-family:SF Mono,ui-monospace,monospace;font-size:1.8rem;font-weight:800}.card-device{border-top:3px solid #0dc}.card-device:hover{border-color:#0dc;box-shadow:0 8px 32px #00ddcc1a}.card-device .future-card-visual{background:linear-gradient(#00ddcc0f 0%,#0000 100%)}.card-device .future-badge{color:#0dc;background:#00ddcc1f}.card-device .future-name{color:#0dc}.card-device .future-link{color:#00ddccb3}.card-device:hover .future-link{color:#0dc}.card-feature-dots{flex-wrap:wrap;justify-content:center;gap:6px;max-width:140px;display:flex}.feat-dot{border-radius:3px;width:12px;height:12px}.feat-dot.dot-on{background:#0dc6;border:1px solid #0dc9}.feat-dot.dot-off{background:#f443;border:1px solid #f446}.card-device-label{color:var(--text-muted);letter-spacing:.02em;margin-top:10px;font-family:SF Mono,ui-monospace,monospace;font-size:.65rem}.card-hash{border-top:3px solid var(--blake3)}.card-hash:hover{border-color:var(--blake3);box-shadow:0 8px 32px #00ff881a}.card-hash .future-card-visual{background:linear-gradient(#00ff880f 0%,#0000 100%)}.card-hash .future-badge{color:var(--blake3);background:#00ff881f}.card-hash .future-name{color:var(--blake3)}.card-hash .future-link{color:var(--blake3-dim)}.card-hash:hover .future-link{color:var(--blake3)}.card-big-number{color:var(--blake3);letter-spacing:-.05em;opacity:.85;font-family:SF Mono,ui-monospace,monospace;font-size:2.5rem;font-weight:900;line-height:1}.card-big-unit{color:var(--text-muted);margin-top:2px;font-size:.9rem;font-weight:600}.algo-intro{color:var(--text-dim);margin-bottom:2rem;font-size:.95rem;line-height:1.7}.algo-grid{flex-direction:column;gap:24px;display:flex}.algo-category{flex-direction:column;gap:8px;display:flex}.algo-cat-title{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin-bottom:4px;font-size:.7rem;font-weight:700}.algo-card{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;align-items:baseline;gap:12px;padding:14px 18px;display:flex}.algo-name{color:var(--text);white-space:nowrap;font-family:SF Mono,ui-monospace,monospace;font-size:.95rem;font-weight:700}.algo-meta{color:var(--text-muted);font-size:.78rem}.score-hero{text-align:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:2rem;padding:40px 20px}.score-number{color:var(--blake3);letter-spacing:-.03em;font-family:SF Mono,ui-monospace,monospace;font-size:clamp(3rem,10vw,5rem);font-weight:800;line-height:1}.score-unit{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-top:8px;font-size:.85rem;font-weight:600}.score-breakdown{flex-wrap:wrap;justify-content:center;gap:20px;margin-top:20px;display:flex}.score-part{color:var(--text-dim);align-items:center;gap:6px;font-size:.8rem;display:flex}.score-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.dot-hash{background:var(--blake3)}.dot-enc{background:#0bf}.dot-kdf{background:#f68}.results-section-title{color:var(--text);border-bottom:1px solid var(--border);margin-bottom:12px;padding-bottom:8px;font-size:.9rem;font-weight:700}.results-size-label{color:var(--text-muted);font-size:.8rem;font-weight:400}.bar-aes{background:#0bf}.bar-hmac{background:#f68}.bar-pbkdf2{opacity:.6;background:#f68}.spec-feat{color:#0bf;background:#00bbff1f}.share-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:32px}.share-device{color:var(--text-muted);margin-bottom:8px;font-size:.85rem}.share-score{color:var(--text);margin-bottom:16px;font-size:1.25rem}.share-score strong{color:var(--blake3);font-family:SF Mono,ui-monospace,monospace}.share-highlights{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:24px;display:flex}.share-stat{color:var(--text-dim);background:#ffffff0a;border-radius:20px;padding:4px 12px;font-family:SF Mono,ui-monospace,monospace;font-size:.8rem}.share-button{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:8px;padding:12px 28px;font-size:.9rem;font-weight:600;transition:border-color .15s,background .15s;display:inline-block}.share-button:hover{border-color:var(--blake3);background:#00ff880d}.device-identity-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:480px){.device-identity-grid{grid-template-columns:1fr}}.identity-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.identity-card.identity-main{grid-column:1/-1;align-items:center;gap:20px;padding:24px;display:flex}.identity-icon{flex-shrink:0;font-size:2.5rem}.identity-label{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin-bottom:4px;font-size:.65rem;font-weight:700}.identity-value{color:var(--text);margin-bottom:2px;font-size:1.1rem;font-weight:700}.identity-detail{color:var(--text-muted);font-size:.75rem}.features-intro{color:var(--text-dim);margin-bottom:2rem;font-size:.95rem;line-height:1.7}.feature-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}@media (min-width:640px){.feature-grid{grid-template-columns:1fr 1fr 1fr}}.feature-item{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;align-items:center;gap:10px;padding:12px 16px;display:flex}.feature-status{text-transform:uppercase;letter-spacing:.06em;text-align:center;border-radius:4px;flex-shrink:0;min-width:72px;padding:2px 6px;font-size:.6rem;font-weight:700}.feature-yes .feature-status{color:var(--blake3);background:#00ff881f}.feature-no .feature-status{color:#f66;background:#ff44441f}.feature-partial .feature-status{color:var(--sha256);background:#ff88001f}.feature-name{color:var(--text);font-size:.82rem;font-weight:500}.modules-intro{color:var(--text-dim);margin-bottom:2rem;font-size:.95rem;line-height:1.7}.module-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:480px){.module-grid{grid-template-columns:1fr}}.module-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.module-card.module-coming{opacity:.5}.module-icon{color:var(--text-muted);letter-spacing:.05em;background:#ffffff0f;border-radius:4px;margin-bottom:12px;padding:4px 10px;font-family:SF Mono,ui-monospace,monospace;font-size:.75rem;font-weight:800;display:inline-block}.module-name{color:var(--text);margin-bottom:6px;font-size:1rem;font-weight:700}.module-desc{color:var(--text-muted);margin-bottom:12px;font-size:.8rem;line-height:1.5}.module-badge{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);background:#ffffff0f;border-radius:4px;padding:3px 8px;font-size:.6rem;font-weight:700}.hero-meter{text-align:center}.meter-display{margin-bottom:24px}.meter-number{color:var(--blake3);letter-spacing:-.05em;font-family:SF Mono,ui-monospace,monospace;font-size:clamp(5rem,20vw,10rem);font-weight:900;line-height:1}.meter-unit{color:var(--text-dim);margin-top:-4px;font-size:clamp(1.5rem,5vw,2.5rem);font-weight:700}.meter-algo{color:var(--text-muted);margin-top:8px;font-size:.85rem}.meter-device{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-bottom:32px;display:flex}.meter-device-icon{font-size:1.2rem}.meter-device-name{color:var(--text);font-size:.9rem;font-weight:600}.meter-device-chip{color:var(--text-muted);font-size:.8rem}.meter-run{margin-bottom:24px}.timeline-intro{color:var(--text-dim);margin-bottom:2rem;font-size:.95rem;line-height:1.7}.timeline{flex-direction:column;display:flex;position:relative}.timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:0;bottom:0;left:40px}@media (max-width:480px){.timeline:before{left:28px}}.timeline-era{gap:20px;padding:16px 0;display:flex;position:relative}.timeline-era:before{content:"";background:var(--bg-card);border:2px solid var(--text-muted);z-index:1;border-radius:50%;width:12px;height:12px;position:absolute;top:24px;left:35px}@media (max-width:480px){.timeline-era:before{left:23px}}.timeline-highlight:before{border-color:var(--blake3);background:#0f83;box-shadow:0 0 8px #00ff884d}.timeline-year{width:28px;color:var(--text-muted);text-align:right;flex-shrink:0;padding-top:2px;font-family:SF Mono,ui-monospace,monospace;font-size:.7rem;font-weight:700}.timeline-content{flex:1;padding-left:20px}.timeline-name{color:var(--text);margin-bottom:4px;font-size:1.1rem;font-weight:700}.timeline-highlight .timeline-name{color:var(--blake3)}.timeline-desc{color:var(--text-dim);margin-bottom:8px;font-size:.82rem;line-height:1.6}.timeline-status{text-transform:uppercase;letter-spacing:.06em;border-radius:4px;padding:2px 8px;font-size:.6rem;font-weight:700;display:inline-block}.status-broken{color:#f66;background:#ff44441f}.status-current{color:var(--webcrypto);background:#4488ff1f}.status-alt{color:var(--sha256);background:#ff88001f}.status-good{color:var(--text-dim);background:#ffffff0f}.status-best{color:var(--blake3);background:#00ff881f}.results-intro{color:var(--text-dim);margin-bottom:2rem;font-size:.95rem;line-height:1.7}.bar-blake2{background:#6ca}.bar-sha3{background:#c8f}.bar-sha1{background:#f96}.bar-md5{opacity:.7;background:#f66}.verdict-insights{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:1.5rem;display:grid}@media (max-width:480px){.verdict-insights{grid-template-columns:1fr;gap:16px}}.insight-item{text-align:center;background:var(--bg-card-alt);border-radius:8px;padding:16px}.insight-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:6px;font-size:.7rem;font-weight:600}.insight-number{margin-bottom:6px;font-family:SF Mono,ui-monospace,monospace;font-size:2.5rem;font-weight:800;line-height:1}.insight-note{color:var(--text-muted);font-size:.72rem;line-height:1.4}
