:root {
    --brand: #176b87;
    --brand-dark: #104b5f;
    --surface: #ffffff;
    --soft: #f4f7f8;
}

body {
    background: #f7f9fb;
    color: #1f2933;
}

.admin-bg {
    background: #eef2f5;
}

.navbar-brand {
    color: var(--brand) !important;
}

.navbar-dark .navbar-brand {
    color: #fff !important;
}

.btn-primary {
    --bs-btn-bg: var(--brand);
    --bs-btn-border-color: var(--brand);
    --bs-btn-hover-bg: var(--brand-dark);
    --bs-btn-hover-border-color: var(--brand-dark);
}

.btn-outline-primary {
    --bs-btn-color: var(--brand);
    --bs-btn-border-color: var(--brand);
    --bs-btn-hover-bg: var(--brand);
    --bs-btn-hover-border-color: var(--brand);
}

.hero-band {
    background: #e8f3f5;
    border: 1px solid #d5e7ea;
}

.stat-box {
    background: var(--surface);
    border: 1px solid #e5e9ef;
    border-radius: 8px;
    padding: 1rem;
    min-height: 92px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}

.stat-number {
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 700;
    color: var(--brand-dark);
}

.stat-label,
.detail-label {
    color: #667085;
    font-size: .875rem;
}

.action-tile {
    display: flex;
    min-height: 88px;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: #fff;
    border: 1px solid #dfe6ed;
    border-radius: 8px;
    color: var(--brand-dark);
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}

.action-tile:hover {
    border-color: var(--brand);
    color: var(--brand);
}

.city-chip {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: .65rem .8rem;
}

.result-card {
    border-color: #dde7ed;
}

.plate-text {
    letter-spacing: 0;
}

.report-thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.reveal-input {
    max-width: 180px;
}

.claim-status-select {
    min-width: 120px;
}

.audit-table pre {
    max-width: 360px;
    max-height: 120px;
    overflow: auto;
    white-space: pre-wrap;
    margin: 0;
    font-size: .75rem;
}

.timeline {
    border-left: 3px solid #d7e5ea;
    padding-left: 1rem;
}

.timeline-item {
    margin-bottom: 1.25rem;
}

.conditional-field[hidden] {
    display: none !important;
}

@media (max-width: 767.98px) {
    .table-responsive table {
        min-width: 760px;
    }

    .reveal-input {
        max-width: 140px;
    }
}
