.app-dialog-shell .mud-dialog {
    border-radius: 14px;
    overflow: hidden;
}

.app-dialog-hero {
    padding: 14px 16px;
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(124,58,237,.12) 0%, rgba(59,130,246,.10) 100%);
    border: 1px solid rgba(99,102,241,.18);
}

.app-dialog-title {
    font-weight: 700;
}

.app-dialog-subtitle {
    color: var(--mud-palette-primary);
    font-weight: 600;
}

.app-dialog-card {
    border-radius: 10px;
}

.app-dialog-card-title {
    color: var(--mud-palette-primary);
    font-weight: 700;
    margin-bottom: 10px;
}

.app-dialog-field-label {
    color: #ff4081;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.app-dialog-code {
    background-color: #f5f5f5;
    border-radius: 8px;
    font-family: Consolas, Monaco, monospace;
    font-size: 12px;
    max-height: 300px;
    overflow-y: auto;
}