*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; background: var(--rc-color-surface-subtle); color: var(--rc-color-text-primary); font-family: var(--rc-font-sans); font-size: var(--rc-font-size-14); line-height: var(--rc-line-21); font-feature-settings: "cv02", "cv03", "cv04", "cv11"; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
h1, h2, h3, h4, p { margin-block-start: 0; }
h1, h2, h3, h4 { color: var(--rc-color-text-primary); font-weight: 600; }
h1 { margin-bottom: var(--rc-space-3); font-size: var(--rc-font-size-28); line-height: var(--rc-line-34); letter-spacing: -.025em; }
.type-page-title { margin-bottom: var(--rc-space-3); color: var(--rc-color-text-primary); font-size: var(--rc-font-size-28); font-weight: 600; line-height: var(--rc-line-34); letter-spacing: -.025em; }
h2 { margin-bottom: var(--rc-space-3); font-size: var(--rc-font-size-20); line-height: var(--rc-line-28); letter-spacing: -.015em; }
h3 { margin-bottom: var(--rc-space-2); font-size: var(--rc-font-size-16); line-height: var(--rc-line-24); }
p { margin-bottom: var(--rc-space-4); }
a { color: var(--rc-color-brand); text-underline-offset: .18em; }
a:hover { color: var(--rc-color-brand-hover); }
button, input, select, textarea { font: inherit; }
[hidden] { display: none !important; }
button { cursor: pointer; }
button:disabled, input:disabled, select:disabled, textarea:disabled, [aria-disabled="true"] { cursor: not-allowed; opacity: .56; }
img, svg { display: block; max-width: 100%; }
hr { margin: 0; border: 0; border-top: 1px solid var(--rc-color-border); }
::selection { background: var(--rc-color-brand-subtle); }
:focus-visible { outline: 2px solid transparent; outline-offset: 2px; box-shadow: var(--rc-focus-ring); }
.skip-link { position: fixed; z-index: 1000; inset: var(--rc-space-4) auto auto var(--rc-space-4); padding: var(--rc-space-2) var(--rc-space-3); transform: translateY(-200%); border-radius: var(--rc-radius-control); background: var(--rc-color-navy); color: var(--rc-color-surface); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.ui-icon { flex: none; }
.container { width: min(calc(100% - 2rem), var(--rc-content-width)); margin-inline: auto; }
.public-container { width: min(calc(100% - 2rem), var(--rc-public-width)); margin-inline: auto; }
.page-content-focused, .page-content-form, .page-content-detail, .page-content-operational, .reading-width { width: 100%; justify-self: start; }
.page-content-focused { max-width: var(--rc-content-width-focused); }
.page-content-form { max-width: var(--rc-content-width-form); }
.page-content-detail { max-width: var(--rc-content-width-detail); }
.page-content-operational { max-width: var(--rc-content-width-operational); }
.reading-width { max-width: var(--rc-content-width-reading); }
.flow > * + * { margin-block-start: var(--rc-space-4); }
.flow-tight > * + * { margin-block-start: var(--rc-space-2); }
.stack { display: grid; gap: var(--rc-density-gap, var(--rc-space-5)); }
.page-stack, .section-stack, .card-stack, .record-stack { display: grid; align-content: start; }
.page-stack { gap: var(--rc-section-stack-gap); }
.section-stack, .card-stack { gap: var(--rc-card-stack-gap); }
.record-stack { gap: var(--rc-record-stack-gap); }
.cluster { display: flex; flex-wrap: wrap; align-items: center; gap: var(--rc-space-3); }
.spread { justify-content: space-between; }
.grid { display: grid; gap: var(--rc-density-gap, var(--rc-space-5)); }
.muted { color: var(--rc-color-text-secondary); }
.tertiary-text { color: var(--rc-color-text-tertiary); }
.text-small { font-size: var(--rc-font-size-13); line-height: var(--rc-line-18); }
.text-meta { font-size: var(--rc-font-size-12); line-height: var(--rc-line-16); }
.text-center { text-align: center; }
.tabular { font-variant-numeric: tabular-nums; }
.eyebrow { margin-bottom: var(--rc-space-3); color: var(--rc-color-brand); font-size: var(--rc-font-size-12); font-weight: 600; line-height: var(--rc-line-16); letter-spacing: .08em; text-transform: uppercase; }
.section-rule { padding-block: var(--rc-density-section, var(--rc-space-8)); border-top: 1px solid var(--rc-color-border); }
.full-width { width: 100%; }
