/* Zespy Identity Admin — global polish layered on top of the MudBlazor dark theme. */

h1.mud-typography-h1 {
    letter-spacing: -0.01em;
}

.mud-dialog-content {
    max-height: min(78vh, 900px);
    overflow-y: auto;
}

/* Grant-graph SVG: readable node labels and a quiet canvas frame. */
.grant-graph svg {
    background: rgba(148, 163, 184, 0.04);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 10px;
}

.grant-graph text {
    font-family: "JetBrains Mono", "Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 12px;
}

code {
    font-family: "JetBrains Mono", "Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.8em;
    padding: 0.1rem 0.35rem;
    border-radius: 6px;
    background: rgba(148, 163, 184, 0.12);
}
