:root { --core-ink: #183b4e; --core-muted: #526a77; }
.content { min-width: 0; }
.route-data { white-space: pre-wrap; overflow-wrap: anywhere; font-size: .85rem; }
.route-group { border: 1px solid #b9cfd3; border-radius: 8px; padding: 16px; margin: 12px 0; min-width: 0; }
.route-group select { margin-bottom: 10px; }
.route-group button { margin: 5px; }
.condition-summary { border-right: 3px solid #c3d9dc; margin: 12px 0 12px 4px; padding: 4px 12px; overflow-wrap: anywhere; }
.uuid { overflow-wrap: anywhere; font-size: .85em; direction: ltr; unicode-bidi: isolate; display: inline-block; max-width: 100%; }
.answer-value { white-space: pre-wrap; overflow-wrap: anywhere; }
.service-choice { display: flex; gap: 12px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid #dce5eb; }
.service-choice input { margin-top: 9px; flex-shrink: 0; }
.form-field ul, .form-field div { max-width: 100%; }
.form-field input[type=checkbox] { margin-left: 8px; }
.access-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.access-heading select { flex: 1; min-width: 180px; }
.access-form { max-width: 850px; }
.access-form .errorlist { color: #a62332; }
.access-form select[multiple] { min-height: 150px; }
.access-facts { display: grid; grid-template-columns: minmax(120px, 1fr) 3fr; gap: 8px 20px; }
.access-facts dd { overflow-wrap: anywhere; }
.badge { white-space: normal; line-height: 1.7; }
body { background: #f4f7f9; color: var(--core-ink); font-family: Tahoma, Arial, sans-serif; line-height: 1.9; }
.brand-mark { display: inline-grid; place-items: center; background: #006f7a; color: #fff; width: 38px; height: 38px; border-radius: 10px; margin-left: 10px; }
.brand-caption { color: var(--core-muted); font-size: .85rem; margin-right: 15px; }
.shell { display: flex; min-height: calc(100vh - 145px); }
.sidebar { background: #fff; border-left: 1px solid #dce5eb; width: 240px; flex-shrink: 0; padding: 32px 24px; }
.sidebar nav a { display: block; padding: 10px 12px; color: var(--core-ink); border-radius: 8px; margin-bottom: 6px; }
.sidebar nav a:hover, .sidebar nav a:focus { background: #e8f3f3; color: #006f7a; }
.phase-note { border-top: 1px solid #e6ecef; margin-top: 36px; padding-top: 20px; font-size: .85rem; }
.phase-note span { color: var(--core-muted); font-size: .75rem; }
.content { width: 100%; max-width: 1280px; margin: 0 auto; padding: 48px; }
.eyebrow { font-size: .85rem; color: #00727c; margin-bottom: 6px; }
h1 { font-size: 1.8rem; font-weight: 700; margin-bottom: 18px; }
.card { box-shadow: 0 3px 16px #173b4e08; border: 1px solid #dce5eb; border-radius: 14px; }
.login-card { max-width: 470px; margin: 30px auto; }
.narrow { max-width: 560px; }
.btn-primary { background: #006f7a; box-shadow: none; }
.btn-primary:hover, .btn-primary:focus { background: #00545e; }
.table thead { background: #eef3f6; color: var(--core-muted); }
.table td, .table th { text-align: right; padding: 18px 22px; }
.compact .table td { padding-top: 9px; padding-bottom: 9px; }
footer { text-align: center; padding: 14px; font-size: .8rem; color: var(--core-muted); }
@media(max-width: 760px) { .shell { display: block; } .sidebar { width: 100%; padding: 14px; border-left: 0; } .sidebar nav { display: flex; flex-wrap: wrap; } .phase-note { display: none; } .content { padding: 24px 16px; } .brand-caption { display: none; } }
.technical-id { overflow-wrap: anywhere; font-size: .85em; direction: ltr; unicode-bidi: isolate; display: inline-block; max-width: 100%; }
.report-provenance { min-width: 620px; }
/* Accessible dashboard heat cells always include their numeric value. */
.dashboard-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; }
.dashboard-cards strong { font-size: 1.8rem; }
.dashboard-filters { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: .8rem; }
.dashboard-case code { overflow-wrap: anywhere; }
.heat-1 { background: #eff9f7 !important; }
.heat-2 { background: #d4efea !important; }
.heat-3 { background: #a7ded3 !important; }
.heat-4 { background: #71c4b3 !important; }

.dashboard-page { min-width: 0; overflow-wrap: anywhere; }
.dashboard-page .card { min-width: 0; }
