.hx{max-width:52rem;color:var(--foreground);flex-direction:column;gap:1.25rem;margin:0 auto;display:flex}.hx-head h1{letter-spacing:-.02em;font-size:1.9rem;font-weight:700}.hx-sub{color:var(--muted);margin-top:.6rem;font-size:.95rem;line-height:1.6}.hx-input{resize:vertical;width:100%;min-height:6.5rem;font-family:var(--font-mono);border:1px solid var(--border);background:var(--surface);color:var(--foreground);border-radius:12px;padding:.85rem 1rem;font-size:.9rem;line-height:1.5}.hx-input:focus{border-color:var(--accent);outline:none}.hx-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.hx-bytes{font-family:var(--font-mono);color:var(--muted);font-size:.78rem}.hx-enc{border:1px solid var(--border);border-radius:8px;display:inline-flex;overflow:hidden}.hx-enc button{font-family:var(--font-mono);background:var(--surface);color:var(--muted);cursor:pointer;border:none;padding:.35rem .75rem;font-size:.78rem}.hx-enc button+button{border-left:1px solid var(--border)}.hx-enc button.active{background:var(--accent);color:var(--accent-foreground);font-weight:600}.hx-group h2{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:.6rem;font-size:.8rem}.hx-rows{border:1px solid var(--border);border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.hx-row{background:var(--surface);grid-template-columns:9.5rem 1fr auto;align-items:center;gap:.75rem;padding:.6rem .85rem;display:grid}.hx-row+.hx-row{border-top:1px solid var(--border)}.hx-name{font-family:var(--font-mono);flex-direction:column;gap:.15rem;font-size:.82rem;font-weight:600;display:flex}.hx-bits{color:var(--muted);font-size:.66rem;font-weight:400}.hx-insecure{color:#ef4444;text-transform:uppercase;letter-spacing:.04em;font-size:.62rem;font-weight:600}.hx-digest{font-family:var(--font-mono);word-break:break-all;color:var(--foreground);font-size:.8rem}.hx-copy{font-family:var(--font-mono);border:1px solid var(--border);background:var(--background);color:var(--muted);cursor:pointer;border-radius:7px;flex-shrink:0;min-width:3.2rem;padding:.3rem .6rem;font-size:.72rem}.hx-copy:hover{border-color:var(--accent);color:var(--foreground)}@media (max-width:640px){.hx-row{grid-template-columns:1fr auto;grid-template-areas:"name copy""digest digest"}.hx-name{grid-area:name}.hx-copy{grid-area:copy}.hx-digest{grid-area:digest}}
