body {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: #1f2937;
    background: #f8f9fb;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: #b32121;
    padding: 1rem 1rem 1rem 1.25rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred.";
}

.hero-card {
    background: linear-gradient(135deg, #ffffff 0%, #f2f6ff 100%);
}

.year-block {
    display: inline-block;
    width: 7px;
    height: 16px;
    margin-right: 1px;
    border-radius: 2px;
    border: 1px solid #d0d8eb;
    vertical-align: middle;
}

.year-block.filled {
    background: #3b82f6;
    border-color: #3b82f6;
}

.year-block.esg.filled {
    background: #10b981;
    border-color: #10b981;
}

.year-block.empty {
    background: #f8fafc;
}

.table td,
.table th {
    font-size: 0.92rem;
}

.btn-group .btn.active {
    pointer-events: none;
}

.chart-row {
    display: grid;
    grid-template-columns: 140px 1fr 110px;
    gap: 0.6rem;
    align-items: center;
    margin-bottom: 0.7rem;
}

.chart-label {
    font-size: 0.9rem;
    color: #374151;
}

.chart-track {
    width: 100%;
    height: 12px;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
}

.chart-fill {
    height: 100%;
}

.chart-value {
    text-align: right;
    font-size: 0.88rem;
    color: #374151;
}

.bg-teal {
    background-color: #14b8a6;
}

.quarter-track {
    display: flex;
    width: 100%;
    height: 12px;
    border-radius: 999px;
    overflow: hidden;
    background: #e5e7eb;
}

.quarter-women {
    background: #8b5cf6;
}

.quarter-men {
    background: #6b7280;
}

.permission-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid #ced4da;
    background: transparent;
    color: #6c757d;
    font-weight: 500;
}

.permission-badge .permission-eye {
    font-size: 0.85rem;
    line-height: 1;
}

.trend-indicator {
    font-weight: 700;
    font-size: 0.82rem;
}

.trend-up {
    color: #198754;
}

.trend-down {
    color: #dc3545;
}

.trend-flat {
    color: #6c757d;
}