:root{--bg-primary: #0d1117;--bg-secondary: #161b22;--bg-tertiary: #21262d;--bg-card: #1c2128;--text-primary: #e6edf3;--text-secondary: #8b949e;--text-muted: #6e7681;--border-color: #30363d;--accent-primary: #58a6ff;--accent-secondary: #3fb950;--accent-warning: #d29922;--accent-danger: #f85149;--accent-purple: #bc8cff;--focus-ring: #58a6ff;--link-color: #58a6ff;--chip-bg: #30363d;--chip-text: #e6edf3;--chip-active-bg: #58a6ff;--chip-active-text: #0d1117;--code-bg: #161b22;--hex-bg: #0d1117;--table-stripe: #161b22;--shadow: 0 1px 3px rgba(0, 0, 0, .3);--security-none: #f85149;--security-partial: #d29922;--security-full: #3fb950;--security-mutual: #3fb950;--security-one-way: #d29922;--security-initiator: #58a6ff;--security-responder: #bc8cff;--security-both: #3fb950}[data-theme=light]{--bg-primary: #ffffff;--bg-secondary: #f6f8fa;--bg-tertiary: #eaeef2;--bg-card: #ffffff;--text-primary: #1f2328;--text-secondary: #656d76;--text-muted: #8b949e;--border-color: #d0d7de;--accent-primary: #0969da;--accent-secondary: #1a7f37;--accent-warning: #9a6700;--accent-danger: #cf222e;--accent-purple: #8250df;--focus-ring: #0969da;--link-color: #0969da;--chip-bg: #eaeef2;--chip-text: #1f2328;--chip-active-bg: #0969da;--chip-active-text: #ffffff;--code-bg: #f6f8fa;--hex-bg: #f6f8fa;--table-stripe: #f6f8fa;--shadow: 0 1px 3px rgba(0, 0, 0, .1);--security-none: #cf222e;--security-partial: #9a6700;--security-full: #1a7f37;--security-mutual: #1a7f37;--security-one-way: #9a6700;--security-initiator: #0969da;--security-responder: #8250df;--security-both: #1a7f37}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.animate-in{animation:none!important;transition:none!important}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh;overflow-x:hidden}a{color:var(--link-color);text-decoration:underline}a:hover{text-decoration:none}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:2px}.skip-link{position:absolute;top:-100%;left:1rem;z-index:1000;background:var(--accent-primary);color:#fff;padding:.75rem 1.5rem;border-radius:0 0 6px 6px;font-weight:600;text-decoration:none}.skip-link:focus{top:0}.site-header{position:relative;padding:1.5rem 1rem;border-bottom:1px solid var(--border-color);background:var(--bg-secondary)}.header-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.header-left{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.header-right{display:flex;align-items:center;gap:.5rem}.category-chip{display:inline-block;background:var(--accent-purple);color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .625rem;border-radius:999px}.site-title{font-size:1.5rem;font-weight:700;line-height:1.2}.site-subtitle{margin-top:.5rem;color:var(--text-secondary);font-size:.9375rem}.spec-ref{margin-top:.5rem;font-size:.875rem;color:var(--text-muted)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;border:1px solid var(--border-color);border-radius:50%;background:var(--bg-tertiary);color:var(--text-primary);font-size:1.25rem;cursor:pointer;transition:background .15s}.theme-toggle:hover{background:var(--border-color)}.github-badge{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-tertiary);color:var(--text-primary);text-decoration:none;transition:background .15s}.github-badge:hover{background:var(--border-color)}.primitive-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.prim-chip{display:inline-block;background:var(--chip-bg);color:var(--chip-text);font-size:.8125rem;font-weight:500;padding:.25rem .75rem;border-radius:999px;border:1px solid var(--border-color)}main{max-width:56rem;margin:0 auto;padding:1rem}.why-matters{background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;padding:1.25rem;margin-bottom:1.5rem;box-shadow:var(--shadow)}.why-matters h2{font-size:1.125rem;margin-bottom:.5rem}.why-matters p{color:var(--text-secondary);font-size:.9375rem}.panel-nav{margin-bottom:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch}[role=tablist]{display:flex;gap:.25rem;min-width:max-content;border-bottom:2px solid var(--border-color);padding-bottom:0}[role=tab]{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.625rem 1rem;border:none;border-bottom:2px solid transparent;background:transparent;color:var(--text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;white-space:nowrap;margin-bottom:-2px;transition:color .15s,border-color .15s}[role=tab]:hover{color:var(--text-primary)}[role=tab][aria-selected=true]{color:var(--accent-primary);border-bottom-color:var(--accent-primary);font-weight:600}[role=tabpanel]{background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;padding:1.25rem;box-shadow:var(--shadow)}[role=tabpanel] h2{font-size:1.25rem;margin-bottom:.5rem}[role=tabpanel]>p{color:var(--text-secondary);font-size:.9375rem;margin-bottom:1rem}.pattern-chips-container{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.pattern-chip{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:.5rem .875rem;border:2px solid var(--border-color);border-radius:8px;background:var(--bg-tertiary);color:var(--text-primary);font-size:.9375rem;font-weight:600;font-family:SF Mono,Fira Code,Fira Mono,Menlo,Consolas,monospace;cursor:pointer;transition:background .15s,border-color .15s}.pattern-chip:hover{border-color:var(--accent-primary)}.pattern-chip.active{background:var(--chip-active-bg);color:var(--chip-active-text);border-color:var(--chip-active-bg)}.pattern-detail{margin-top:1rem}.pattern-name-display{font-family:SF Mono,Fira Code,Menlo,Consolas,monospace;font-size:1rem;color:var(--accent-primary);margin-bottom:.5rem}.pattern-desc{color:var(--text-secondary);font-size:.9375rem;margin-bottom:1rem}.pattern-section{margin-bottom:1.25rem}.pattern-section h4{font-size:.9375rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.pattern-display{background:var(--code-bg);border:1px solid var(--border-color);border-radius:6px;padding:.875rem;font-family:SF Mono,Fira Code,Menlo,Consolas,monospace;font-size:.875rem;line-height:1.8;overflow-x:auto;white-space:pre;color:var(--text-primary)}.security-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--border-color);gap:.5rem;flex-wrap:wrap}.security-row:last-child{border-bottom:none}.security-label{font-weight:500;font-size:.9375rem;color:var(--text-primary)}.security-value{font-size:.875rem;font-weight:500;padding:.25rem .75rem;border-radius:999px}.security-icon{margin-right:.25rem}.security-none{color:var(--security-none)}.security-partial{color:var(--security-partial)}.security-full{color:var(--security-full)}.security-mutual{color:var(--security-mutual)}.security-one-way{color:var(--security-one-way)}.security-initiator{color:var(--security-initiator)}.security-responder{color:var(--security-responder)}.security-both{color:var(--security-both)}.real-world-text{color:var(--text-secondary);font-size:.9375rem;font-style:italic}.token-legend{display:grid;gap:.375rem}.token-item{display:flex;align-items:baseline;gap:.5rem;font-size:.875rem}.token-code{font-family:SF Mono,Fira Code,Menlo,Consolas,monospace;background:var(--code-bg);padding:.125rem .375rem;border-radius:4px;font-size:.8125rem;font-weight:600;color:var(--accent-primary);white-space:nowrap}.token-desc{color:var(--text-secondary)}.status-message{font-size:.875rem;color:var(--text-muted);margin-bottom:1rem}.step-navigation{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.step-counter{font-size:.9375rem;font-weight:500;color:var(--text-secondary);min-width:8rem;text-align:center}.step-info{min-height:4rem}.step-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:1px solid var(--border-color);flex-wrap:wrap;gap:.5rem}.step-direction{font-weight:600;font-size:1rem;color:var(--accent-primary)}.step-tokens code{font-family:SF Mono,Fira Code,Menlo,Consolas,monospace;color:var(--accent-secondary)}.log-entry{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;padding:.75rem;margin-bottom:.625rem}.animate-in{animation:fadeSlideIn .3s ease-out}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.log-operation{font-weight:600;font-size:.875rem;color:var(--accent-primary);margin-bottom:.25rem}.log-description{font-size:.875rem;color:var(--text-secondary);margin-bottom:.375rem}.log-details{font-size:.8125rem}.detail-row{display:flex;gap:.5rem;align-items:baseline;margin-top:.25rem;flex-wrap:wrap}.detail-key{font-weight:500;color:var(--text-muted);white-space:nowrap;font-size:.8125rem}.detail-value{word-break:break-all}.hex-value{font-family:SF Mono,Fira Code,Menlo,Consolas,monospace;font-size:.75rem;color:var(--accent-secondary);background:var(--hex-bg);padding:.25rem .5rem;border-radius:4px;overflow-x:auto;max-width:100%;display:block;word-break:break-all}.handshake-hash{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--border-color)}.hash-label{font-weight:500;font-size:.875rem;color:var(--text-secondary);display:block;margin-bottom:.25rem}.transport-keys{display:grid;gap:1rem;margin-bottom:1.25rem}.key-display{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;padding:.75rem}.key-label{display:block;font-weight:500;font-size:.875rem;color:var(--text-secondary);margin-bottom:.375rem}.nonce-display{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.9375rem;flex-wrap:wrap}.nonce-value{font-family:SF Mono,Fira Code,Menlo,Consolas,monospace;font-weight:600;color:var(--accent-primary)}.nonce-note{font-size:.8125rem;color:var(--text-muted)}.transport-demo{border-top:1px solid var(--border-color);padding-top:1rem}.input-group{margin-bottom:.75rem}.input-group label{display:block;font-weight:500;font-size:.875rem;color:var(--text-secondary);margin-bottom:.375rem}.text-input{width:100%;padding:.625rem .875rem;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-secondary);color:var(--text-primary);font-size:1rem;font-family:inherit;min-height:44px}.text-input:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 3px #58a6ff4d}.error-message{color:var(--accent-danger);font-size:.875rem;min-height:1.5rem;margin:.5rem 0}.transport-output{display:grid;gap:1rem;margin-top:1rem}.output-group label{display:block;font-weight:500;font-size:.875rem;color:var(--text-secondary);margin-bottom:.375rem}.hex-output{font-family:SF Mono,Fira Code,Menlo,Consolas,monospace;font-size:.75rem;background:var(--hex-bg);border:1px solid var(--border-color);border-radius:6px;padding:.625rem;overflow-x:auto;min-height:2.5rem;word-break:break-all;color:var(--accent-secondary)}.plaintext-output{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;padding:.625rem;min-height:2.5rem;font-size:.9375rem;color:var(--text-primary)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;padding:.625rem 1.25rem;border:1px solid transparent;border-radius:6px;font-size:.9375rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s,opacity .15s;text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.btn-primary:hover:not(:disabled){opacity:.9}.btn-secondary{background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--border-color)}.btn-secondary:hover:not(:disabled){background:var(--border-color)}.comparison-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.comparison-table{width:100%;border-collapse:collapse;font-size:.875rem;min-width:36rem}.comparison-table th,.comparison-table td{padding:.625rem .75rem;text-align:left;border-bottom:1px solid var(--border-color)}.comparison-table th{font-weight:600;color:var(--text-secondary);background:var(--bg-secondary);position:sticky;top:0;font-size:.8125rem;text-transform:uppercase;letter-spacing:.03em}.comparison-table tr:nth-child(2n) td{background:var(--table-stripe)}.wg-section{margin-bottom:1.5rem}.wg-section h3{font-size:1.0625rem;margin-bottom:.5rem}.wg-section p{color:var(--text-secondary);font-size:.9375rem;margin-bottom:.5rem}.wg-section ul{margin-top:.5rem;padding-left:1.25rem;color:var(--text-secondary);font-size:.9375rem}.wg-section li{margin-bottom:.375rem}.wg-messages{display:grid;gap:1rem}.wg-message{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;padding:1rem}.wg-message h4{font-size:.9375rem;color:var(--accent-primary);margin-bottom:.5rem}.wg-message p{font-size:.875rem;margin-bottom:.375rem}.wg-message code{font-family:SF Mono,Fira Code,Menlo,Consolas,monospace;background:var(--code-bg);padding:.125rem .375rem;border-radius:3px;font-size:.8125rem}.cross-links-section{max-width:56rem;margin:2rem auto;padding:0 1rem}.cross-links-section h2{font-size:1.125rem;margin-bottom:.75rem}.cross-link-badges{display:flex;flex-wrap:wrap;gap:.5rem}.cross-badge{display:inline-flex;align-items:center;min-height:44px;padding:.5rem 1rem;background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;color:var(--accent-primary);text-decoration:none;font-size:.875rem;font-weight:500;transition:border-color .15s,background .15s}.cross-badge:hover{border-color:var(--accent-primary);background:var(--bg-tertiary)}.site-footer{text-align:center;padding:2rem 1rem;margin-top:2rem;border-top:1px solid var(--border-color)}.footer-verse{color:var(--text-muted);font-size:.875rem;font-style:italic;line-height:1.6}@media(min-width:640px){.site-header{padding:2rem}main{padding:1.5rem 2rem}.site-title{font-size:1.75rem}.transport-keys,.transport-output{grid-template-columns:1fr 1fr}}@media(min-width:768px){[role=tabpanel]{padding:1.75rem}.step-navigation{gap:1.5rem}}@media(min-width:1024px){.site-header{padding:2rem 3rem}main{padding:2rem 3rem}}@media(forced-colors:active){.pattern-chip.active{border:3px solid ButtonText}[role=tab][aria-selected=true]{border-bottom:3px solid ButtonText}}@media print{.theme-toggle,.github-badge,.panel-nav,.step-navigation,.transport-demo{display:none}[role=tabpanel],[role=tabpanel][hidden]{display:block!important}}
