*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font: var(--text-base)/1.55 var(--font); background: var(--background); color: var(--text); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button { touch-action: manipulation; }
button:disabled { cursor: not-allowed; }
:focus-visible { outline: 3px solid var(--sky); outline-offset: 4px; }
img, svg { max-width: 100%; } img { display: block; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.2; color: var(--navy); letter-spacing: -.035em; }
h1 { font-size: clamp(1.85rem, 3vw, 2.5rem); font-weight: 750; }
h2 { font-size: 1.35rem; font-weight: 700; } h3 { font-size: 1.05rem; font-weight: 700; }
ul, ol { padding: 0; margin: 0; } [hidden] { display: none !important; }
.container { width: min(1280px, calc(100% - 80px)); margin-inline: auto; }
.muted { color: var(--muted); } .small { font-size: var(--text-sm); } .mono { font-family: var(--font-mono); }
.eyebrow { font-size: var(--text-xs); letter-spacing: .16em; font-weight: 800; color: var(--muted); margin-bottom: 12px; }
.eyebrow.light { color: #B8CEE8; } .red-dash { display: inline-block; width: 24px; height: 3px; background: var(--red); vertical-align: middle; margin-right: 8px; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; vertical-align: middle; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
[data-icon] { display: inline-flex; align-items: center; justify-content: center; }
.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; }
.skip-link { position: fixed; top: -80px; left: 16px; background: var(--navy); color: white; padding: 12px 20px; border-radius: 8px; z-index: 999; }
.skip-link:focus { top: 12px; }
.text-link { color: var(--navy); display: inline-flex; align-items: center; gap: 8px; font-weight: 650; font-size: var(--text-sm); }
.text-link:hover { text-decoration: underline; } .text-link .icon { width: 16px; height: 16px; }
.section-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 24px; }
.section-heading > p { max-width: 360px; font-size: var(--text-sm); }
.brand { display: inline-flex; gap: 12px; align-items: center; flex-shrink: 0; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; color: var(--navy); font-weight: 900; letter-spacing: .045em; font-size: 16px; line-height: 1.05; }
.brand-text small { font-size: 9px; letter-spacing: .26em; margin-top: 6px; color: var(--muted); font-weight: 600; }
.brand-placeholder { width: 42px; height: 42px; background: var(--navy); color: white; display: grid; place-items: center; font-family: var(--font-display); font-size: 13px; border-bottom: 4px solid var(--red); border-radius: 7px; }
.brand-inverse .brand-text, .brand-inverse .brand-text small { color: white; } .brand-inverse .brand-text small { opacity: .55; }
.brand-inverse .brand-placeholder { background: #FFFFFF15; }
.status-dot { width: 6px; height: 6px; background: currentColor; border-radius: 50%; display: inline-block; flex: 0 0 auto; }
.notice { margin: 24px; padding: 20px; background: var(--warning-soft); border: 1px solid #ECD399; border-radius: 12px; }
@keyframes enter { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
.view-enter { animation: enter 230ms var(--ease); }
@media (max-width: 767px) { .container { width: calc(100% - 32px); } .section-heading { align-items: start; flex-direction: column; gap: 12px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; } }


/* Official SVG is displayed whole, never recoloured or cropped. */
.brand img.official-logo { width: 150px; height: 72px; object-fit: contain; background: #FFFFFF; border-radius: 6px; padding: 3px; }
.sidebar-brand .brand img.official-logo { width: 158px; height: 76px; }
.mobile-header .brand img.official-logo { width: 112px; height: 54px; }
@media (max-width:600px) { .launcher-header .brand img.official-logo { width: 128px; height: 62px; } }

