html[data-cs-text-scale="112"]{font-size:112.5%}
html[data-cs-text-scale="125"]{font-size:125%}
html[data-cs-contrast="high"]{--ink-900:#061523;--ink-800:#061523;--ink-700:#253a49;--ink-600:#253a49;--gray-300:#7c8994;--gray-200:#8a98a3;--blue-700:#005da8;--green-700:#346e00;--surface:#fff}
html[data-cs-contrast="high"] a{text-decoration-thickness:.14em;text-underline-offset:.18em}
html[data-cs-contrast="high"] .button,html[data-cs-contrast="high"] button,html[data-cs-contrast="high"] input,html[data-cs-contrast="high"] select,html[data-cs-contrast="high"] textarea{border-width:2px}
html[data-cs-motion="reduced"] *,html[data-cs-motion="reduced"] *::before,html[data-cs-motion="reduced"] *::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}

:where(a,button,input,select,textarea,summary,[tabindex]:not([tabindex="-1"])):focus-visible{outline:3px solid #f5b700!important;outline-offset:3px!important}
:where(button,.button,.menu-button,.primary-navigation a,.mobile-cta a,summary){min-height:44px}
:where(input,select,textarea){font:inherit}
[id]{scroll-margin-top:calc(var(--header-height,88px) + 28px)}

.display-preferences{position:fixed;left:clamp(12px,2vw,28px);bottom:clamp(12px,2vw,28px);z-index:1190}
.display-preferences__launcher{display:inline-flex;align-items:center;gap:.55rem;min-height:48px;padding:.65rem .95rem;border:1px solid rgba(11,79,134,.25);border-radius:999px;background:#fff;color:#064b84;font-weight:800;box-shadow:0 12px 35px rgba(3,42,77,.16);cursor:pointer}
.display-preferences__launcher span[aria-hidden]{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#eef7fc;font-size:.92rem}
.display-preferences__dialog{width:min(620px,calc(100vw - 24px));max-height:min(760px,calc(100vh - 24px));padding:0;border:0;border-radius:22px;color:var(--ink-900,#102a43);box-shadow:0 26px 80px rgba(3,42,77,.32)}
.display-preferences__dialog::backdrop{background:rgba(2,24,43,.58);backdrop-filter:blur(3px)}
.display-preferences__panel{padding:clamp(1rem,4vw,2rem);overflow:auto}
.display-preferences__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}
.display-preferences__heading h2{margin:.15rem 0 .5rem;font-size:clamp(1.45rem,4vw,2rem)}
.display-preferences__close{display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid var(--gray-300,#d7e5ee);border-radius:50%;background:#fff;font-size:1.65rem;line-height:1;cursor:pointer}
.display-preferences fieldset{margin:1.25rem 0;padding:1rem;border:1px solid var(--gray-300,#d7e5ee);border-radius:16px}
.display-preferences legend{padding:0 .35rem;font-weight:850}
.display-preferences__choices{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:.65rem}
.display-preferences__choices label{display:flex;align-items:center;gap:.55rem;min-height:48px;padding:.7rem;border:1px solid var(--gray-300,#d7e5ee);border-radius:12px;background:#f7fbfd;cursor:pointer}
.display-preferences__choices input{width:1.15rem;height:1.15rem}
.display-preferences__actions{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}
.display-preferences__actions a{font-weight:750}
.display-preferences__status{min-height:1.4rem;margin-top:.75rem;color:var(--success,#117a56);font-weight:700}

.form-error-summary{margin:0 0 1rem;padding:1rem;border:2px solid #b42318;border-radius:14px;background:#fff3f2;color:#7a271a}
.form-error-summary:focus{outline:3px solid #f5b700;outline-offset:3px}
.form-error-summary strong{display:block;margin-bottom:.4rem}
.form-error-summary ul{margin:.3rem 0 0;padding-left:1.25rem}
.form-error-summary a{color:inherit;font-weight:750}

@media(max-width:760px){
  .display-preferences{left:10px;bottom:76px}
  .display-preferences__launcher span:last-child{display:none}
  .display-preferences__launcher{width:48px;padding:7px}
  .display-preferences__actions{align-items:stretch;flex-direction:column}
  .display-preferences__actions .button{width:100%}
}


/* Phase 2.1 alpha.3 live-content target repair. */
:where(button,.button,.menu-button,summary,select,textarea,input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"])){min-height:44px!important}
:where(button,.button,.menu-button,summary){min-width:44px}
.cs-target-size-repair{min-width:44px!important;min-height:44px!important;touch-action:manipulation}
label.cs-target-size-repair{display:inline-flex;align-items:center}
