/* Hash generator — furniture comes from the shared .ftb-tool block in core.css. */
.ftb-tool-hash .ftb-hash-results{min-height:290px;margin-bottom:var(--ftb-space-6)}
.ftb-tool-hash .ftb-hash-row{display:grid;gap:var(--ftb-space-2);grid-template-columns:1fr;margin-bottom:var(--ftb-space-3)}
@media (min-width:768px){.ftb-tool-hash .ftb-hash-row{grid-template-columns:120px 1fr auto;align-items:center;gap:var(--ftb-space-3)}}
.ftb-tool-hash .ftb-hash-row label{display:flex;flex-wrap:wrap;gap:var(--ftb-space-2);align-items:center}
.ftb-tool-hash .ftb-hash-row input{font-family:var(--ftb-mono);font-size:var(--ftb-text-code);background:var(--ftb-surface)}
.ftb-hash-tag{padding:0 8px;font-size:var(--ftb-text-xs);font-weight:var(--ftb-fw-normal);background:var(--ftb-warning-soft);color:var(--ftb-warning);border-radius:var(--ftb-radius-full)}
.ftb-tool-hash .ftb-hash-verify{padding-top:var(--ftb-space-4);border-top:1px solid var(--ftb-border)}
.ftb-tool-hash input[type=text][data-ftb="expected"]{font-family:var(--ftb-mono);font-size:var(--ftb-text-code)}
.ftb-tool-hash [data-ftb="input"]{min-height:120px}
