.lz-field{display:block;max-width:100%;height:auto}.lz-legend{display:flex;align-items: center;gap:18px;height:44px}.lz-bubble{stroke:#000;stroke-width:2;fill:#fff}.lz-hit .lz-bubble{stroke-width:4}.lz-hit .lz-letter-text{fill:#fff}.lz-letter-text{font-family:var(--font-heading);font-weight:700}.lz-alphabet{display:grid;grid-template-columns:repeat(9,1fr);gap:4px}.lz-letter{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);background:var(--bg-app);color:var(--text-secondary);font-family:var(--font-heading);cursor:pointer;min-height:32px;padding:4px 0;transition:background .15s,color .15s,border-color .15s;font-size:15px;font-weight:700;line-height:1}.lz-letter:hover{border-color:var(--accent);color:var(--text-primary)}.lz-letter.active{background:var(--accent-gradient);color:#fff;border-color:#0000}.lz-letter:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.lz-legend-item{display:inline-flex;align-items: center;gap:6px}.lz-legend-dot{border-radius:50%;flex:none;width:28px;height:28px}.lz-legend-letter{font-family:var(--font-heading);font-size:20px;font-weight:700;line-height:1}
