html, body {
    font-family: 'Inter', 'Segoe UI', sans-serif;
}

.app-bar {
    box-shadow: 0 1px 0 rgba(255,255,255,0.06) !important;
}

.app-title {
    font-weight: 700;
    letter-spacing: .2px;
}

.nav-menu .mud-nav-link {
    border-radius: 10px;
    margin: 2px 8px;
}

.main-content {
    min-height: 100vh;
}

.page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 12px;
}

.page-title {
    font-weight: 700;
}

.entity-card {
    border-radius: 14px !important;
}

.mud-table-container {
    border-radius: 14px;
    overflow: hidden;
}

.clickable-row {
    cursor: pointer;
}

.secret-value {
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 13px;
    word-break: break-all;
}

.chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.empty-state {
    padding: 48px 24px;
    text-align: center;
    color: var(--mud-palette-text-secondary);
}

/* Consistent editor sections and field help */
.form-section {
    margin-bottom: 24px;
}

.form-section-title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    margin-bottom: 12px;
}

.field-help {
    width: 24px;
    height: 24px;
    margin-left: 2px;
}

.editor-tab-host .mud-tabs-toolbar {
    position: relative;
    z-index: 2;
}

.editor-tab-host .mud-tab {
    position: relative;
    z-index: 3;
}
