.gth-hash-generator .gth-hash-list { display: flex; flex-direction: column; gap: var(--gth-space-3); }
.gth-hash-generator .gth-hash-item { background: var(--gth-bg-secondary); border-radius: var(--gth-radius-md); padding: var(--gth-space-3); }
.gth-hash-generator .gth-hash-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--gth-space-2); }
.gth-hash-generator .gth-hash-label { font-weight: var(--gth-font-bold); color: var(--gth-primary); }
.gth-hash-generator .gth-hash-value { display: block; font-family: monospace; font-size: var(--gth-text-sm); word-break: break-all; color: var(--gth-text-secondary); }
