*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter var, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 rgba(0,0,0,0);
}

input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

select:where([multiple]),select:where([size]:not([size="1"])) {
  background-image: none;
  background-image: initial;
  background-position: 0 0;
  background-position: initial;
  background-repeat: repeat;
  background-repeat: initial;
  background-size: auto auto;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: inherit;
          print-color-adjust: inherit;
}

input:where([type='checkbox']),input:where([type='radio']) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 rgba(0,0,0,0);
}

input:where([type='checkbox']) {
  border-radius: 0px;
}

input:where([type='radio']) {
  border-radius: 100%;
}

input:where([type='checkbox']):focus,input:where([type='radio']):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

input:where([type='checkbox']):checked,input:where([type='radio']):checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

input:where([type='checkbox']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  input:where([type='checkbox']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='radio']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  input:where([type='radio']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='checkbox']):indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {

  input:where([type='checkbox']):indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='file']) {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

input:where([type='file']):focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
[dir="ltr"] .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1.625em;
}
[dir="rtl"] .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1.625em;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
[dir="ltr"] .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1.625em;
}
[dir="rtl"] .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1.625em;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
[dir="ltr"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-left-width: 0.25rem;
}
[dir="rtl"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-right-width: 0.25rem;
}
[dir="ltr"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-left-color: var(--tw-prose-quote-borders);
}
[dir="rtl"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-right-color: var(--tw-prose-quote-borders);
}
[dir="ltr"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1em;
}
[dir="rtl"] .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
[dir="ltr"] .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.375em;
}
[dir="rtl"] .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
[dir="ltr"] .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
[dir="rtl"] .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.375em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-bottom: 0.1875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
[dir="ltr"] .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1.1428571em;
}
[dir="rtl"] .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1.1428571em;
}
[dir="ltr"] .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1.1428571em;
}
[dir="rtl"] .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1.1428571em;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-bottom: 0.8571429em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
[dir="ltr"] .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.5714286em;
}
[dir="rtl"] .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.5714286em;
}
[dir="ltr"] .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.5714286em;
}
[dir="rtl"] .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.5714286em;
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-bottom: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
[dir="ltr"] .prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: left;
}
[dir="rtl"] .prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: right;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgba(17, 24, 39, 0.1);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgba(255, 255, 255, 0.1);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
[dir="ltr"] .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
[dir="rtl"] .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.375em;
}
[dir="ltr"] .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
[dir="rtl"] .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
[dir="ltr"] .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1.625em;
}
[dir="rtl"] .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1.625em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
[dir="ltr"] .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
[dir="rtl"] .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
[dir="ltr"] .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
[dir="rtl"] .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
[dir="ltr"] .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.5714286em;
}
[dir="rtl"] .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.5714286em;
}
[dir="ltr"] .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.5714286em;
}
[dir="rtl"] .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.5714286em;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-bottom: 0.5714286em;
}
[dir="ltr"] .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
[dir="rtl"] .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
[dir="ltr"] .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
[dir="rtl"] .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
[dir="ltr"] .prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1em;
}
[dir="rtl"] .prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
[dir="ltr"] .prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.4444444em;
}
[dir="rtl"] .prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}
[dir="ltr"] .prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}
[dir="rtl"] .prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.4444444em;
}
.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-bottom: 0.2222222em;
}
.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}
[dir="ltr"] .prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1.5em;
}
[dir="rtl"] .prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1.5em;
}
[dir="ltr"] .prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1.5em;
}
[dir="rtl"] .prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1.5em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-bottom: 1em;
}
[dir="ltr"] .prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1.5555556em;
}
[dir="rtl"] .prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1.5555556em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
[dir="ltr"] .prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1.5555556em;
}
[dir="rtl"] .prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
[dir="ltr"] .prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}
[dir="rtl"] .prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.4444444em;
}
[dir="ltr"] .prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}
[dir="rtl"] .prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.4444444em;
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
[dir="ltr"] .prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 1.5555556em;
}
[dir="rtl"] .prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1.5555556em;
}
.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}
[dir="ltr"] .prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.75em;
}
[dir="rtl"] .prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.75em;
}
[dir="ltr"] .prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.75em;
}
[dir="rtl"] .prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.75em;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-bottom: 0.75em;
}
[dir="ltr"] .prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
[dir="rtl"] .prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
[dir="ltr"] .prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
[dir="rtl"] .prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
[dir="ltr"] .prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.75em;
}
[dir="rtl"] .prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.75em;
}
[dir="ltr"] .prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.75em;
}
[dir="rtl"] .prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.75em;
}
.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
[dir="ltr"] .prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
[dir="rtl"] .prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
[dir="ltr"] .prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
[dir="rtl"] .prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-slate {
  --tw-prose-body: #334155;
  --tw-prose-headings: #0f172a;
  --tw-prose-lead: #475569;
  --tw-prose-links: #0f172a;
  --tw-prose-bold: #0f172a;
  --tw-prose-counters: #64748b;
  --tw-prose-bullets: #cbd5e1;
  --tw-prose-hr: #e2e8f0;
  --tw-prose-quotes: #0f172a;
  --tw-prose-quote-borders: #e2e8f0;
  --tw-prose-captions: #64748b;
  --tw-prose-kbd: #0f172a;
  --tw-prose-kbd-shadows: rgba(15, 23, 42, 0.1);
  --tw-prose-code: #0f172a;
  --tw-prose-pre-code: #e2e8f0;
  --tw-prose-pre-bg: #1e293b;
  --tw-prose-th-borders: #cbd5e1;
  --tw-prose-td-borders: #e2e8f0;
  --tw-prose-invert-body: #cbd5e1;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #94a3b8;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #94a3b8;
  --tw-prose-invert-bullets: #475569;
  --tw-prose-invert-hr: #334155;
  --tw-prose-invert-quotes: #f1f5f9;
  --tw-prose-invert-quote-borders: #334155;
  --tw-prose-invert-captions: #94a3b8;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgba(255, 255, 255, 0.1);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #cbd5e1;
  --tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
  --tw-prose-invert-th-borders: #475569;
  --tw-prose-invert-td-borders: #334155;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}
.pointer-events-none {
  pointer-events: none !important;
}
.visible {
  visibility: visible !important;
}
.collapse {
  visibility: collapse !important;
}
.static {
  position: static !important;
}
.fixed {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.sticky {
  position: sticky !important;
}
.inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}
.inset-x-0 {
  left: 0px !important;
  right: 0px !important;
}
.inset-y-0 {
  top: 0px !important;
  bottom: 0px !important;
}
.-top-20 {
  top: -5rem !important;
}
.bottom-0 {
  bottom: 0px !important;
}
.bottom-full {
  bottom: 100% !important;
}
.left-0 {
  left: 0px !important;
}
.right-0 {
  right: 0px !important;
}
.top-0 {
  top: 0px !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-20 {
  z-index: 20 !important;
}
.z-30 {
  z-index: 30 !important;
}
.z-50 {
  z-index: 50 !important;
}
.m-3 {
  margin: 0.75rem !important;
}
.m-5 {
  margin: 1.25rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.-mr-1 {
  margin-right: -0.25rem !important;
}
.-mr-2 {
  margin-right: -0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-3 {
  margin-left: 0.75rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-12 {
  margin-top: 3rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-9 {
  margin-top: 2.25rem !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.inline {
  display: inline !important;
}
.flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex !important;
}
.table {
  display: table !important;
}
.grid {
  display: grid !important;
}
.contents {
  display: contents !important;
}
.hidden {
  display: none !important;
}
.h-1 {
  height: 0.25rem !important;
}
.h-1\/3 {
  height: 33.333333% !important;
}
.h-10 {
  height: 2.5rem !important;
}
.h-11 {
  height: 2.75rem !important;
}
.h-16 {
  height: 4rem !important;
}
.h-4 {
  height: 1rem !important;
}
.h-48 {
  height: 12rem !important;
}
.h-5 {
  height: 1.25rem !important;
}
.h-6 {
  height: 1.5rem !important;
}
.h-7 {
  height: 1.75rem !important;
}
.h-8 {
  height: 2rem !important;
}
.h-full {
  height: 100% !important;
}
.min-h-full {
  min-height: 100% !important;
}
.min-h-screen {
  min-height: 100vh !important;
}
.w-10 {
  width: 2.5rem !important;
}
.w-11 {
  width: 2.75rem !important;
}
.w-16 {
  width: 4rem !important;
}
.w-4 {
  width: 1rem !important;
}
.w-5 {
  width: 1.25rem !important;
}
.w-56 {
  width: 14rem !important;
}
.w-6 {
  width: 1.5rem !important;
}
.w-7 {
  width: 1.75rem !important;
}
.w-auto {
  width: auto !important;
}
.w-full {
  width: 100% !important;
}
.min-w-0 {
  min-width: 0px !important;
}
.min-w-10 {
  min-width: 2.5rem !important;
}
.max-w-2xl {
  max-width: 42rem !important;
}
.max-w-3xl {
  max-width: 48rem !important;
}
.max-w-7xl {
  max-width: 80rem !important;
}
.max-w-lg {
  max-width: 32rem !important;
}
.max-w-max {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}
.max-w-none {
  max-width: none !important;
}
.max-w-screen-xl {
  max-width: 1280px !important;
}
.flex-1 {
  flex: 1 1 0% !important;
}
.flex-auto {
  flex: 1 1 auto !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.grow {
  flex-grow: 1 !important;
}
.origin-bottom-right {
  transform-origin: bottom right !important;
}
.origin-top {
  transform-origin: top !important;
}
.scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.scale-95 {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.resize {
  resize: both !important;
}
.appearance-none {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.items-center {
  align-items: center !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between !important;
}
.gap-1\.5 {
  gap: 0.375rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 0.75rem !important;
}
.gap-5 {
  gap: 1.25rem !important;
}
.gap-8 {
  gap: 2rem !important;
}
.gap-x-1\.5 {
  -moz-column-gap: 0.375rem !important;
       column-gap: 0.375rem !important;
}
.-space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1px * (1 - var(--tw-space-y-reverse))) !important;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse))) !important;
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse))) !important;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse))) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2rem * (1 - var(--tw-space-x-reverse))) !important;
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse))) !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse))) !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse))) !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(229, 231, 235, 1) !important;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity, 1)) !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded-md {
  border-radius: 0.375rem !important;
}
.rounded-bl-md {
  border-bottom-left-radius: 0.375rem !important;
}
.rounded-br-md {
  border-bottom-right-radius: 0.375rem !important;
}
.rounded-tl-md {
  border-top-left-radius: 0.375rem !important;
}
.rounded-tr-md {
  border-top-right-radius: 0.375rem !important;
}
.border {
  border-width: 1px !important;
}
.border-b {
  border-bottom-width: 1px !important;
}
.border-t {
  border-top-width: 1px !important;
}
.border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 244, 246, 1) !important;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1)) !important;
}
.border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 231, 235, 1) !important;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1)) !important;
}
.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 213, 219, 1) !important;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1)) !important;
}
.border-gray-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 24, 39, 1) !important;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity, 1)) !important;
}
.border-slate-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 65, 85, 1) !important;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity, 1)) !important;
}
.border-transparent {
  border-color: transparent !important;
}
.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, 1) !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 244, 246, 1) !important;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 231, 235, 1) !important;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 250, 251, 1) !important;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 41, 55, 1) !important;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity, 1)) !important;
}
.bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 24, 39, 1) !important;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity, 1)) !important;
}
.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, 1) !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1)) !important;
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important;
}
.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.p-0 {
  padding: 0px !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-20 {
  padding-bottom: 5rem !important;
}
.pb-3 {
  padding-bottom: 0.75rem !important;
}
.pb-4 {
  padding-bottom: 1rem !important;
}
.pb-5 {
  padding-bottom: 1.25rem !important;
}
.pl-10 {
  padding-left: 2.5rem !important;
}
.pl-3 {
  padding-left: 0.75rem !important;
}
.pr-11 {
  padding-right: 2.75rem !important;
}
.pr-3 {
  padding-right: 0.75rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 0.75rem !important;
}
.pt-5 {
  padding-top: 1.25rem !important;
}
.pt-6 {
  padding-top: 1.5rem !important;
}
.pt-8 {
  padding-top: 2rem !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.text-\[10px\] {
  font-size: 10px !important;
}
.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-extrabold {
  font-weight: 800 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.italic {
  font-style: italic !important;
}
.ordinal {
  --tw-ordinal: ordinal !important;
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums !important;
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}
.leading-6 {
  line-height: 1.5rem !important;
}
.leading-7 {
  line-height: 1.75rem !important;
}
.leading-relaxed {
  line-height: 1.625 !important;
}
.tracking-tight {
  letter-spacing: -0.025em !important;
}
.tracking-wide {
  letter-spacing: 0.025em !important;
}
.tracking-wider {
  letter-spacing: 0.05em !important;
}
.tracking-widest {
  letter-spacing: 0.1em !important;
}
.text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(229, 231, 235, 1) !important;
  color: rgba(229, 231, 235, var(--tw-text-opacity, 1)) !important;
}
.text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 213, 219, 1) !important;
  color: rgba(209, 213, 219, var(--tw-text-opacity, 1)) !important;
}
.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(156, 163, 175, 1) !important;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1)) !important;
}
.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, 1) !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1)) !important;
}
.text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, 1) !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1)) !important;
}
.text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 65, 81, 1) !important;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1)) !important;
}
.text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 24, 39, 1) !important;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1)) !important;
}
.text-indigo-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(79, 70, 229, 1) !important;
  color: rgba(79, 70, 229, var(--tw-text-opacity, 1)) !important;
}
.text-sky-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(2, 132, 199, 1) !important;
  color: rgba(2, 132, 199, var(--tw-text-opacity, 1)) !important;
}
.text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}
.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, 1) !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity, 1)) !important;
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 114, 128, 1) !important;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity, 1)) !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.opacity-70 {
  opacity: 0.7 !important;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0)) !important;
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0)) !important;
}
.ring-inset {
  --tw-ring-inset: inset !important;
}
.ring-black {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity, 1)) !important;
}
.ring-black\/5 {
  --tw-ring-color: rgba(0, 0, 0, 0.05) !important;
}
.ring-gray-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity, 1)) !important;
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05 !important;
}
.invert {
  --tw-invert: invert(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}



@font-face {
  font-family: 'Inter var';
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  src: url("/fonts/Inter-roman.var.woff2") format("woff2");
}

@font-face {
  font-family: 'Inter var';
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
  src: url("/fonts/Inter-italic.var.woff2") format("woff2");
}

:root {
  --font-sans: 'Inter var', Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif,
    BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --type-body: clamp(1rem, 0.9625rem + 0.16vw, 1.0625rem);
  --type-small: 0.875rem;
  --leading-body: 1.72;
  --reading-measure: 70ch;
  --color-copy: #334155;
  --color-heading: #0f172a;
  --color-muted: #64748b;
  --color-link: #0369a1;
  --color-chrome: #0f172a;
  --color-chrome-raised: #1e293b;
  --color-chrome-accent: #38bdf8;
}

html {
  font-family: 'Inter var', Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif,
    BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-sans);
  font-feature-settings: "kern";
  font-kerning: normal;
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
textarea {
  font-family: inherit;
}

body {
  color: #334155;
  color: var(--color-copy);
  line-height: 1.55;
}

html.mobile-menu-open {
  overflow: hidden;
}

.article-page {
  padding-bottom: calc(5rem + env(safe-area-inset-bottom));
}

::-moz-selection {
  color: #0f172a;
  background: #bae6fd;
}

::selection {
  color: #0f172a;
  background: #bae6fd;
}

/* Global chrome shares the article system's slate ink and sky accent. */
.site-header,
.site-footer {
  background: #0f172a;
  background: var(--color-chrome);
}

.site-header__desktop-nav a:hover,
.site-header__desktop-nav a.focus-visible {
  color: #38bdf8 !important;
  color: var(--color-chrome-accent) !important;
  background: #1e293b !important;
  background: var(--color-chrome-raised) !important;
}

.site-header__desktop-nav a:hover,
.site-header__desktop-nav a.focus-visible {
  box-shadow: inset 0 -2px 0 #38bdf8;
  box-shadow: inset 0 -2px 0 var(--color-chrome-accent);
}

.site-header__desktop-nav a:hover,
.site-header__desktop-nav a.focus-visible {
  color: #38bdf8 !important;
  color: var(--color-chrome-accent) !important;
  background: #1e293b !important;
  background: var(--color-chrome-raised) !important;
}

.site-header__desktop-nav a:hover,
.site-header__desktop-nav a.focus-visible {
  box-shadow: inset 0 -2px 0 #38bdf8;
  box-shadow: inset 0 -2px 0 var(--color-chrome-accent);
}

.site-header__desktop-nav a:hover,
.site-header__desktop-nav a:focus-visible {
  color: #38bdf8 !important;
  color: var(--color-chrome-accent) !important;
  background: #1e293b !important;
  background: var(--color-chrome-raised) !important;
}

.site-header__desktop-nav a:hover,
.site-header__desktop-nav a:focus-visible {
  box-shadow: inset 0 -2px 0 #38bdf8;
  box-shadow: inset 0 -2px 0 var(--color-chrome-accent);
}

.site-header__desktop-nav a {
  white-space: nowrap;
}

.site-header__brand-name,
.site-header__brand-mark,
.site-header__menu-toggle {
  transition: color 160ms ease, background-color 160ms ease, opacity 160ms ease;
}

.site-header__brand-name:hover,
.site-header__brand-name.focus-visible {
  color: #38bdf8 !important;
  color: var(--color-chrome-accent) !important;
}

.site-header__brand-name:hover,
.site-header__brand-name.focus-visible {
  color: #38bdf8 !important;
  color: var(--color-chrome-accent) !important;
}

.site-header__brand-name:hover,
.site-header__brand-name:focus-visible {
  color: #38bdf8 !important;
  color: var(--color-chrome-accent) !important;
}

.site-header__brand-mark:hover,
.site-header__brand-mark.focus-visible {
  opacity: 0.72;
}

.site-header__brand-mark:hover,
.site-header__brand-mark:focus-visible {
  opacity: 0.72;
}

.site-header__menu-toggle:hover,
.site-header__menu-toggle.focus-visible {
  color: #38bdf8 !important;
  color: var(--color-chrome-accent) !important;
  background: #1e293b !important;
  background: var(--color-chrome-raised) !important;
  --tw-ring-color: var(--color-chrome-accent) !important;
}

.site-header__menu-toggle:hover,
.site-header__menu-toggle.focus-visible {
  color: #38bdf8 !important;
  color: var(--color-chrome-accent) !important;
  background: #1e293b !important;
  background: var(--color-chrome-raised) !important;
  --tw-ring-color: var(--color-chrome-accent) !important;
}

.site-header__menu-toggle:hover,
.site-header__menu-toggle:focus-visible {
  color: #38bdf8 !important;
  color: var(--color-chrome-accent) !important;
  background: #1e293b !important;
  background: var(--color-chrome-raised) !important;
  --tw-ring-color: var(--color-chrome-accent) !important;
}

.site-header__mobile-menu a:hover,
.site-header__mobile-menu a.focus-visible,
.site-header__menu-close:hover,
.site-header__menu-close.focus-visible,
.site-header__breadcrumbs a:hover,
.site-header__breadcrumbs a.focus-visible {
  color: #0369a1 !important;
  color: var(--color-link) !important;
  background: #f0f9ff !important;
}

.site-header__mobile-menu a:hover,
.site-header__mobile-menu a.focus-visible,
.site-header__menu-close:hover,
.site-header__menu-close.focus-visible,
.site-header__breadcrumbs a:hover,
.site-header__breadcrumbs a.focus-visible {
  color: #0369a1 !important;
  color: var(--color-link) !important;
  background: #f0f9ff !important;
}

.site-header__mobile-menu a:hover,
.site-header__mobile-menu a:focus-visible,
.site-header__menu-close:hover,
.site-header__menu-close:focus-visible,
.site-header__breadcrumbs a:hover,
.site-header__breadcrumbs a:focus-visible {
  color: #0369a1 !important;
  color: var(--color-link) !important;
  background: #f0f9ff !important;
}

.site-header__menu-close.focus-visible {
  --tw-ring-color: var(--color-chrome-accent) !important;
}

.site-header__menu-close:focus-visible {
  --tw-ring-color: var(--color-chrome-accent) !important;
}

.site-header__search .aa-Form {
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.site-header__search > div,
.site-header__search > div > div,
.site-header__search #searchbox,
.site-header__search .aa-Autocomplete {
  width: 100%;
  min-width: 0;
}

@media (min-width: 1280px) {
  .site-header__search {
    flex: 0 0 13rem !important;
  }
  .site-header__search {
    min-width: 13rem;
  }
}

@media (min-width: 1536px) {
  .site-header__search {
    flex-basis: 16rem !important;
  }
}

.site-header__search .aa-Form[focus-within] {
  border-color: #38bdf8 !important;
  border-color: var(--color-chrome-accent) !important;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.28) !important;
}

.site-header__search .aa-Form[focus-within] {
  border-color: #38bdf8 !important;
  border-color: var(--color-chrome-accent) !important;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.28) !important;
}

.site-header__search .aa-Form:focus-within {
  border-color: #38bdf8 !important;
  border-color: var(--color-chrome-accent) !important;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.28) !important;
}

.site-header__search[focus-within] svg {
  color: #0369a1 !important;
  color: var(--color-link) !important;
}

.site-header__search[focus-within] svg {
  color: #0369a1 !important;
  color: var(--color-link) !important;
}

.site-header__search:focus-within svg {
  color: #0369a1 !important;
  color: var(--color-link) !important;
}

/* Keep autocomplete results aligned with the site's main content canvas. */
.aa-Panel {
  right: auto !important;
  left: 50% !important;
  width: calc(100vw - 2rem) !important;
  max-width: 77rem !important;
}
.aa-Panel {
  z-index: 60;
  transform: translateX(-50%);
}

@media (min-width: 640px) {
  .aa-Panel {
    width: calc(100vw - 3rem) !important;
  }
}

.site-footer a[class*="text-gray-300"]:hover,
.site-footer a[class*="text-gray-400"]:hover {
  color: #38bdf8 !important;
  color: var(--color-chrome-accent) !important;
}

.site-header a.focus-visible,
.site-header button.focus-visible,
.site-footer a.focus-visible,
.site-footer button.focus-visible {
  outline: 3px solid rgba(56, 189, 248, 0.72);
  outline-offset: 3px;
}

.site-header a.focus-visible,
.site-header button.focus-visible,
.site-footer a.focus-visible,
.site-footer button.focus-visible {
  outline: 3px solid rgba(56, 189, 248, 0.72);
  outline-offset: 3px;
}

.site-header a:focus-visible,
.site-header button:focus-visible,
.site-footer a:focus-visible,
.site-footer button:focus-visible {
  outline: 3px solid rgba(56, 189, 248, 0.72);
  outline-offset: 3px;
}

/* Home: six large destinations presented as a compact app-style launch grid. */
.home-hub {
  min-height: calc(100vh - 4rem);
  padding: 1.5rem 0.75rem 3rem;
  background: #f8fafc;
}

.home-hub__inner {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}

.home-hub__intro {
  max-width: 42rem;
  margin: 0 0 1.25rem;
}

.home-hub__eyebrow {
  margin: 0 0 0.2rem;
  color: #0369a1;
  font-size: 0.6875rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-hub__intro h1 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.65rem, 1.4rem + 1.15vw, 2.5rem);
  font-weight: 750;
  font-variation-settings: 'wght' 750;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.home-hub__intro > p:last-child {
  margin: 0.35rem 0 0;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.5;
}

.home-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.home-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 12rem;
  flex-direction: column;
  padding: 1rem;
  overflow: hidden;
  color: #334155;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05), 0 8px 20px rgba(15, 23, 42, 0.05);
  -webkit-tap-highlight-color: transparent;
  transition: color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.home-card:hover {
  color: #334155;
  border-color: #7dd3fc;
  box-shadow: 0 4px 8px rgba(15, 23, 42, 0.07), 0 16px 32px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.home-card:active {
  transform: scale(0.985);
}

.home-card.focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.55);
  outline-offset: 3px;
}

.home-card.focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.55);
  outline-offset: 3px;
}

.home-card:focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.55);
  outline-offset: 3px;
}

.home-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  flex: none;
  color: #0f172a;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.home-card:hover .home-card__icon {
  color: #0369a1;
  background: #f0f9ff;
  border-color: #bae6fd;
}

.home-card__icon-svg {
  width: 2rem;
  height: 2rem;
}

.home-card__icon-svg .cls-1 {
  fill: currentColor;
}

.home-card__body {
  display: block;
  margin-top: 0.875rem;
}

.home-card__title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(0.95rem, 0.86rem + 0.35vw, 1.125rem);
  font-weight: 700;
  font-variation-settings: 'wght' 700;
  hyphens: auto;
  letter-spacing: -0.02em;
  line-height: 1.22;
  text-wrap: balance;
}

.home-card__description {
  display: none;
  margin-top: 0.6rem;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.55;
}

.home-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 0.75rem;
}

.home-card__meta {
  min-width: 0;
  color: #64748b;
  font-size: 0.625rem;
  line-height: 1.3;
  word-wrap: anywhere;
}

.home-card__meta strong {
  color: #334155;
  font-size: 0.75rem;
  font-weight: 750;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.home-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex: none;
  color: #0369a1;
  font-size: 0;
  font-weight: 700;
  background: #f0f9ff;
  border-radius: 9999px;
}

.home-card__action svg {
  width: 1rem;
  height: 1rem;
}

/* The mobile navigation behaves as a bounded, thumb-friendly sheet. */
.site-header__mobile-scrim {
  backdrop-filter: blur(2px);
}

.site-header__mobile-menu {
  position: fixed !important;
}

.site-header__mobile-menu {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0.5rem;
}

.site-header__mobile-surface {
  width: 100%;
  max-height: calc(100vh - 1rem);
  max-height: calc(100dvh - 1rem);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.site-header__mobile-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header__mobile-home,
.site-header__mobile-destinations,
.site-header__mobile-secondary {
  padding: 0.75rem 0 !important;
}

.site-header__mobile-destinations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.site-header__mobile-destinations a {
  display: flex !important;
  padding: 0.7rem 0.75rem !important;
  font-size: 0.875rem !important;
}

.site-header__mobile-destinations a {
  min-height: 3.75rem;
  align-items: center;
  line-height: 1.25;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.site-header__mobile-home a,
.site-header__mobile-secondary a {
  min-height: 2.75rem;
}

.site-header__menu-toggle,
.site-header__menu-close {
  width: 2.75rem;
  height: 2.75rem;
}

@media (min-width: 640px) {
  .home-hub {
    padding: 2.5rem 1.5rem 4rem;
  }

  .home-hub__intro {
    margin-bottom: 1.75rem;
  }

  .home-hub__intro > p:last-child {
    font-size: 1rem;
  }

  .home-card-grid {
    gap: 1rem;
  }

  .home-card {
    min-height: 17rem;
    padding: 1.25rem;
  }

  .home-card__icon {
    width: 3.75rem;
    height: 3.75rem;
  }

  .home-card__icon-svg {
    width: 2.25rem;
    height: 2.25rem;
  }

  .home-card__title {
    font-size: 1.25rem;
  }

  .home-card__description {
    display: block;
  }

  .home-card__meta {
    font-size: 0.75rem;
  }

  .home-card__meta strong {
    font-size: 0.875rem;
  }

  .home-card__action {
    width: auto;
    height: 2.25rem;
    gap: 0.25rem;
    padding: 0 0.75rem;
    font-size: 0.75rem;
  }

  .site-header__mobile-menu {
    padding: 0.75rem;
  }

  .site-header__mobile-surface {
    max-width: 30rem;
    max-height: calc(100vh - 1.5rem);
    max-height: calc(100dvh - 1.5rem);
  }
}

@media (min-width: 1024px) {
  .home-hub {
    padding: 4rem 2rem 5rem;
  }

  .home-hub__intro {
    margin-bottom: 2rem;
  }

  .home-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .home-card {
    min-height: 18rem;
    padding: 1.5rem;
  }

  .home-card__icon {
    width: 4rem;
    height: 4rem;
  }

  .home-card__title {
    font-size: 1.375rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-card {
    transition: none;
  }

  .home-card:hover,
  .home-card:active {
    transform: none;
  }
}

/* Collection directories extend the homepage's quiet, touch-first card system. */
.section-directory {
  min-height: calc(100vh - 4rem);
  padding: 1.5rem 0.75rem 3.5rem;
  background: #f8fafc;
}

.section-directory__inner {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}

.section-directory__header {
  display: grid;
  grid-template-columns: 3.75rem minmax(0, 1fr);
  align-items: start;
  grid-gap: 1rem;
  gap: 1rem;
  max-width: 56rem;
  margin-bottom: 1.5rem;
}

.section-directory__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  color: #0f172a;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.875rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05), 0 8px 20px rgba(15, 23, 42, 0.05);
}

.section-directory__icon-svg {
  width: 2.25rem;
  height: 2.25rem;
}

.section-directory__icon-svg .cls-1,
.section-directory__entry-icon .cls-1 {
  fill: currentColor;
}

.section-directory__heading {
  min-width: 0;
}

.section-directory__eyebrow {
  margin: 0 0 0.2rem;
  color: #0369a1;
  font-size: 0.6875rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section-directory__heading h1 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.65rem, 1.4rem + 1.15vw, 2.5rem);
  font-weight: 750;
  font-variation-settings: 'wght' 750;
  hyphens: auto;
  letter-spacing: -0.035em;
  line-height: 1.12;
  text-wrap: balance;
}

.section-directory__intro {
  max-width: 60ch;
  margin: 0.45rem 0 0;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.5;
}

.section-directory__total {
  display: inline-flex;
  align-items: baseline;
  gap: 0.3rem;
  margin: 0.75rem 0 0;
  padding: 0.3rem 0.6rem;
  color: #64748b;
  font-size: 0.6875rem;
  line-height: 1.35;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
}

.section-directory__total strong {
  color: #0f172a;
  font-size: 0.8125rem;
  font-weight: 750;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.section-directory__recent {
  display: none;
}

.section-directory__recent-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.875rem;
}

.section-directory__recent-eyebrow {
  margin: 0 0 0.15rem;
  color: #0369a1;
  font-size: 0.625rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.section-directory__recent-heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.section-directory__recent-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  height: 1.75rem;
  padding: 0 0.45rem;
  color: #475569;
  font-size: 0.6875rem;
  font-weight: 750;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  background: #f1f5f9;
  border-radius: 9999px;
}

.section-directory__recent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.section-directory__recent-entry {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr) 1rem;
  align-items: center;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  min-height: 4.75rem;
  padding: 0.75rem;
  color: #334155;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.section-directory__recent-entry:hover {
  color: #334155;
  border-color: #bae6fd;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  transform: translateY(-1px);
}

.section-directory__recent-entry.focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.55);
  outline-offset: 2px;
}

.section-directory__recent-entry.focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.55);
  outline-offset: 2px;
}

.section-directory__recent-entry:focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.55);
  outline-offset: 2px;
}

.section-directory__recent-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  color: #64748b;
  background: #f1f5f9;
  border-radius: 0.5rem;
  transition: color 160ms ease, background-color 160ms ease;
}

.section-directory__recent-entry:hover .section-directory__recent-icon {
  color: #0369a1;
  background: #e0f2fe;
}

.section-directory__recent-icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.section-directory__recent-copy {
  min-width: 0;
}

.section-directory__recent-title {
  display: -webkit-box;
  overflow: hidden;
  color: #0f172a;
  font-size: 0.8125rem;
  font-weight: 650;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.section-directory__recent-date {
  display: block;
  margin-top: 0.25rem;
  color: #64748b;
  font-size: 0.6875rem;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  line-height: 1.35;
}

.section-directory__recent-arrow {
  width: 1rem;
  height: 1rem;
  color: #94a3b8;
  transition: color 160ms ease, transform 160ms ease;
}

.section-directory__recent-entry:hover .section-directory__recent-arrow {
  color: #0369a1;
  transform: translateX(2px);
}

.section-directory__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.section-directory__grid--narrow {
  max-width: 48rem;
}

.section-directory__group {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05), 0 8px 20px rgba(15, 23, 42, 0.04);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.section-directory__group[open] {
  border-color: #bae6fd;
  box-shadow: 0 2px 4px rgba(15, 23, 42, 0.05), 0 14px 28px rgba(15, 23, 42, 0.06);
}

.section-directory__summary {
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  cursor: pointer;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 160ms ease;
}

.section-directory__summary::-webkit-details-marker {
  display: none;
}

.section-directory__summary:hover {
  background: #f8fafc;
}

.section-directory__summary.focus-visible,
.section-directory__entry.focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.55);
  outline-offset: -3px;
}

.section-directory__summary.focus-visible,
.section-directory__entry.focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.55);
  outline-offset: -3px;
}

.section-directory__summary:focus-visible,
.section-directory__entry:focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.55);
  outline-offset: -3px;
}

.section-directory__summary-copy {
  min-width: 0;
}

.section-directory__summary-label {
  display: block;
  margin-bottom: 0.2rem;
  color: #64748b;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.section-directory__summary-title {
  display: block;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 700;
  font-variation-settings: 'wght' 700;
  hyphens: auto;
  letter-spacing: -0.015em;
  line-height: 1.3;
  text-wrap: balance;
}

.section-directory__summary-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex: none;
}

.section-directory__group-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  height: 1.75rem;
  padding: 0 0.45rem;
  color: #475569;
  font-size: 0.6875rem;
  font-weight: 750;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  background: #f1f5f9;
  border-radius: 9999px;
}

.section-directory__chevron {
  width: 1.25rem;
  height: 1.25rem;
  color: #64748b;
  transition: color 160ms ease, transform 160ms ease;
}

.section-directory__group[open] .section-directory__chevron {
  color: #0369a1;
  transform: rotate(180deg);
}

.section-directory__group-body {
  padding: 0.5rem;
  border-top: 1px solid #e2e8f0;
}

.section-directory__entries {
  display: grid;
  grid-gap: 0.25rem;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-directory__entry-item {
  min-width: 0;
  margin: 0;
}

.section-directory__entry {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr) 1.25rem;
  align-items: center;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  min-height: 4.5rem;
  padding: 0.75rem;
  color: #334155;
  text-decoration: none;
  border-radius: 0.625rem;
  -webkit-tap-highlight-color: transparent;
  transition: color 160ms ease, background-color 160ms ease;
}

.section-directory__entry:hover {
  color: #334155;
  background: #f0f9ff;
}

.section-directory__entry-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  color: #64748b;
  background: #f1f5f9;
  border-radius: 0.5rem;
  transition: color 160ms ease, background-color 160ms ease;
}

.section-directory__entry:hover .section-directory__entry-icon {
  color: #0369a1;
  background: #e0f2fe;
}

.section-directory__entry-icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.section-directory__entry-copy {
  min-width: 0;
}

.section-directory__entry-title {
  display: block;
  color: #0f172a;
  font-size: 0.875rem;
  font-weight: 650;
  line-height: 1.4;
}

.section-directory__entry-description {
  display: -webkit-box;
  margin-top: 0.15rem;
  overflow: hidden;
  color: #64748b;
  font-size: 0.6875rem;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.section-directory__entry-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.55rem;
  margin-top: 0.25rem;
  color: #0369a1;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.4;
}

.section-directory__entry-facts > span + span::before {
  margin-right: 0.55rem;
  color: #cbd5e1;
  content: "·";
}

.section-directory__entry-description--result {
  margin-top: 0.3rem;
  color: #475569;
}

.section-directory__entry-arrow {
  width: 1rem;
  height: 1rem;
  color: #94a3b8;
  transition: color 160ms ease, transform 160ms ease;
}

.section-directory__entry:hover .section-directory__entry-arrow {
  color: #0369a1;
  transform: translateX(2px);
}

@media (min-width: 640px) {
  .section-directory {
    padding: 2.5rem 1.5rem 4.5rem;
  }

  .section-directory__header {
    grid-template-columns: 4.5rem minmax(0, 1fr);
    gap: 1.25rem;
    margin-bottom: 2rem;
  }

  .section-directory__icon {
    width: 4.5rem;
    height: 4.5rem;
  }

  .section-directory__icon-svg {
    width: 2.75rem;
    height: 2.75rem;
  }

  .section-directory__intro {
    font-size: 1rem;
  }

  .section-directory__grid {
    gap: 1rem;
  }

  .section-directory__summary {
    min-height: 5.5rem;
    padding: 1.125rem 1.25rem;
  }

  .section-directory__summary-title {
    font-size: 1.125rem;
  }

  .section-directory__group-body {
    padding: 0.625rem;
  }

  .section-directory__entry {
    grid-template-columns: 2.5rem minmax(0, 1fr) 1.25rem;
    min-height: 4.75rem;
    padding: 0.75rem 0.875rem;
  }

  .section-directory__entry-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .section-directory__entry-title {
    font-size: 0.9375rem;
  }

  .section-directory__entry-description {
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .section-directory__recent {
    display: block;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.875rem;
  }
}

@media (min-width: 1024px) {
  .section-directory {
    padding: 4rem 2rem 5.5rem;
  }

  .section-directory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .section-directory__grid--narrow {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-directory__group,
  .section-directory__summary,
  .section-directory__chevron,
  .section-directory__entry,
  .section-directory__entry-icon,
  .section-directory__entry-arrow,
  .section-directory__recent-entry,
  .section-directory__recent-icon,
  .section-directory__recent-arrow {
    transition: none;
  }

  .section-directory__recent-entry:hover {
    transform: none;
  }
}

/* About page: editorial depth while retaining the clinical public-site palette. */
.about-page {
  overflow: hidden;
  color: #334155;
  background: #fff;
}

.about-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.about-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 4.5rem 0 5rem;
}

.about-pattern {
  position: absolute;
  z-index: -2;
  pointer-events: none;
  stroke: #e2e8f0;
}

.about-pattern--hero {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-hero__glow {
  position: absolute;
  z-index: -1;
  top: -8rem;
  left: 50%;
  width: 36rem;
  height: 38rem;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.2), rgba(148, 163, 184, 0.16));
  border-radius: 45% 55% 62% 38% / 44% 38% 62% 56%;
  filter: blur(72px);
  transform: rotate(20deg);
}

.about-hero__inner {
  display: grid;
  align-items: center;
  grid-gap: 3rem;
  gap: 3rem;
}

.about-hero__copy {
  max-width: 42rem;
}

.about-eyebrow {
  margin: 0 0 0.5rem;
  color: #0369a1;
  font-size: 0.6875rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.about-hero h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(2.35rem, 1.9rem + 2.7vw, 4.5rem);
  font-weight: 750;
  font-variation-settings: 'wght' 750;
  letter-spacing: -0.045em;
  line-height: 1.04;
  text-wrap: balance;
}

.about-hero__copy > p:not(.about-eyebrow) {
  max-width: 42rem;
  margin: 1.5rem 0 0;
  color: #64748b;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.65;
}

.about-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.about-hero__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.3rem 0.7rem;
  color: #475569;
  font-size: 0.6875rem;
  font-weight: 650;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  backdrop-filter: blur(8px);
}

.about-collage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 2.75rem;
  grid-gap: 0.65rem;
  gap: 0.65rem;
  width: 100%;
  max-width: 34rem;
  margin: 0 auto;
}

.about-collage__item {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #f1f5f9;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.75rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.about-collage__item:nth-child(1) {
  grid-column: 1;
  grid-row: 2 / span 4;
}

.about-collage__item:nth-child(2) {
  grid-column: 2;
  grid-row: 1 / span 4;
}

.about-collage__item:nth-child(3) {
  grid-column: 2;
  grid-row: 5 / span 4;
}

.about-collage__item:nth-child(4) {
  grid-column: 3;
  grid-row: 2 / span 4;
}

.about-collage__item:nth-child(5) {
  grid-column: 3;
  grid-row: 6 / span 4;
}

.about-collage__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 320ms ease;
}

.about-collage__item:hover img {
  transform: scale(1.025);
}

.about-section {
  padding: 4.5rem 0;
}

.about-mission {
  padding-top: 2rem;
}

.about-mission__grid {
  display: grid;
  grid-gap: 3rem;
  gap: 3rem;
}

.about-mission__copy {
  max-width: 45rem;
}

.about-section h2,
.about-mission h2,
.about-technology h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(2rem, 1.75rem + 1.3vw, 3rem);
  font-weight: 750;
  font-variation-settings: 'wght' 750;
  letter-spacing: -0.035em;
  line-height: 1.12;
  text-wrap: balance;
}

.about-lead {
  margin: 1.25rem 0 0;
  color: #475569;
  font-size: 1.125rem;
  line-height: 1.75;
}

.about-mission__copy > p:last-child {
  margin: 1.5rem 0 0;
  color: #64748b;
  font-size: 0.9375rem;
  line-height: 1.75;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0.75rem;
  gap: 0.75rem;
  margin: 0;
}

.about-stat {
  display: flex;
  min-width: 0;
  min-height: 8.5rem;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.875rem;
}

.about-stat dt {
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.45;
}

.about-stat dd {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2rem, 1.75rem + 1.2vw, 3rem);
  font-weight: 750;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.045em;
  line-height: 1;
}

.about-banner {
  position: relative;
  width: 100%;
  max-width: 80rem;
  margin: 1rem auto 0;
  overflow: hidden;
  background: #0f172a;
}

.about-banner img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 2;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-banner::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  pointer-events: none;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.45), transparent 45%);
}

.about-banner figcaption {
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: 0.875rem;
  left: 1rem;
  max-width: 55rem;
  color: #f8fafc;
  font-size: 0.6875rem;
  line-height: 1.45;
  text-shadow: 0 1px 4px rgba(15, 23, 42, 0.7);
}

.about-values {
  background: #fff;
}

.about-section-heading {
  max-width: 44rem;
}

.about-section-heading > p:not(.about-eyebrow) {
  margin: 1.25rem 0 0;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.7;
}

.about-values__grid {
  display: grid;
  grid-gap: 2rem;
  gap: 2rem;
  margin: 3rem 0 0;
}

.about-value {
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}

.about-value dt {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  grid-gap: 0.5rem;
  gap: 0.5rem;
  color: #0f172a;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
}

.about-value dt span {
  color: #0284c7;
  font-size: 0.6875rem;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
}

.about-value dd {
  margin: 0.5rem 0 0 2.5rem;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.65;
}

.about-technology {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 4.5rem 0;
  background: #f8fafc;
}

.about-pattern--technology {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-technology__inner {
  max-width: 62rem;
  text-align: center;
}

.about-technology__inner > p:not(.about-eyebrow) {
  max-width: 46rem;
  margin: 1.25rem auto 0;
  color: #64748b;
  font-size: 0.9375rem;
  line-height: 1.7;
}

.about-technology__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0.75rem;
  gap: 0.75rem;
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
}

.about-technology__list li {
  display: flex;
  min-height: 4rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  color: #334155;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  backdrop-filter: blur(8px);
}

.about-team__grid {
  display: grid;
  align-items: center;
  grid-gap: 3rem;
  gap: 3rem;
}

.about-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.5rem;
  color: #0369a1;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
}

.about-text-link span {
  transition: transform 160ms ease;
}

.about-text-link:hover {
  color: #075985;
}

.about-text-link:hover span {
  transform: translateX(3px);
}

.about-text-link.focus-visible,
.about-blog-card a.focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.55);
  outline-offset: 4px;
}

.about-text-link.focus-visible,
.about-blog-card a.focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.55);
  outline-offset: 4px;
}

.about-text-link:focus-visible,
.about-blog-card a:focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.55);
  outline-offset: 4px;
}

.about-team-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.about-team-card__mark {
  display: inline-flex;
  width: 4.5rem;
  height: 4.5rem;
  flex: none;
  align-items: center;
  justify-content: center;
  padding: 0.9rem;
  color: #0f172a;
  background: #f1f5f9;
  border-radius: 9999px;
}

.about-team-card__mark svg {
  width: 100%;
  height: 100%;
}

.about-team-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.about-team-card p {
  margin: 0.25rem 0 0;
  color: #64748b;
  font-size: 0.75rem;
  line-height: 1.5;
}

.about-blog {
  padding-top: 2rem;
  padding-bottom: 6rem;
}

.about-blog__grid {
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
  margin-top: 2.5rem;
}

.about-blog-card {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 20rem;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background: #111827;
  border-radius: 1rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.about-blog-card > img {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 320ms ease;
}

.about-blog-card:hover > img {
  transform: scale(1.025);
}

.about-blog-card__overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.38) 55%, rgba(15, 23, 42, 0.08));
}

.about-blog-card__content {
  padding: 1.25rem;
}

.about-blog-card time {
  color: #cbd5e1;
  font-size: 0.6875rem;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  line-height: 1.4;
}

.about-blog-card h3 {
  margin: 0.5rem 0 0;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4;
}

.about-blog-card a {
  color: inherit;
  text-decoration: none;
}

.about-blog-card a span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 640px) {
  .about-shell {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .about-hero {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .about-hero__copy > p:not(.about-eyebrow) {
    font-size: 1.1875rem;
  }

  .about-collage {
    grid-auto-rows: 3.5rem;
    gap: 0.9rem;
  }

  .about-collage__item {
    border-radius: 0.875rem;
  }

  .about-section,
  .about-technology {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .about-mission {
    padding-top: 3rem;
  }

  .about-stat {
    padding: 1.25rem;
  }

  .about-banner {
    width: calc(100% - 3rem);
    border-radius: 1.5rem;
  }

  .about-banner figcaption {
    right: 1.5rem;
    bottom: 1.25rem;
    left: 1.5rem;
    font-size: 0.75rem;
  }

  .about-values__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem 2rem;
  }

  .about-technology__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .about-team-card {
    padding: 1.5rem;
  }

  .about-blog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-blog-card:first-child {
    grid-column: span 2;
  }
}

@media (min-width: 1024px) {
  .about-shell {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .about-hero {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }

  .about-hero__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(30rem, 0.95fr);
    gap: 4rem;
  }

  .about-collage {
    margin-right: 0;
  }

  .about-mission__grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(22rem, 0.75fr);
    gap: 5rem;
  }

  .about-stats {
    align-self: start;
  }

  .about-banner {
    width: calc(100% - 4rem);
  }

  .about-values__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem 2rem;
  }

  .about-team__grid {
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.65fr);
    gap: 6rem;
  }

  .about-blog__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .about-blog-card:first-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-collage__item img,
  .about-text-link span,
  .about-blog-card > img {
    transition: none;
  }

  .about-collage__item:hover img,
  .about-blog-card:hover > img {
    transform: none;
  }
}

/* Public author profile: neutral clinical surfaces with the site sky accent. */
.profile-page {
  min-height: calc(100vh - 4rem);
  padding: 2rem 0 4.5rem;
  color: #334155;
  background: #f8fafc;
}

.profile-shell {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.profile-hero {
  display: grid;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 16px 36px rgba(15, 23, 42, 0.06);
}

.profile-portrait {
  position: relative;
  min-height: 18rem;
  overflow: hidden;
  background: #111827;
}

.profile-portrait > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-portrait__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(17, 24, 39, 0.94), rgba(17, 24, 39, 0.28) 58%, rgba(17, 24, 39, 0.04));
}

.profile-portrait__content {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.profile-verification {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0.35rem 0.65rem;
  color: #f8fafc;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.35;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  backdrop-filter: blur(10px);
}

.profile-verification svg {
  width: 1rem;
  height: 1rem;
  color: #38bdf8;
}

.profile-portrait__name {
  margin: 0.8rem 0 0;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.2;
  text-shadow: 0 1px 5px rgba(15, 23, 42, 0.55);
}

.profile-portrait__degree {
  margin: 0.2rem 0 0;
  color: #cbd5e1;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.profile-summary {
  min-width: 0;
  padding: 1.5rem;
}

.profile-eyebrow {
  margin: 0 0 0.35rem;
  color: #0369a1;
  font-size: 0.6875rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.profile-summary h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(2rem, 1.7rem + 1.5vw, 3rem);
  font-weight: 750;
  font-variation-settings: 'wght' 750;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.profile-degree {
  margin: 0.35rem 0 0;
  color: #0284c7;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}

.profile-orcid {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  padding: 0.45rem 0.65rem;
  overflow: hidden;
  color: #475569;
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.profile-orcid svg {
  width: 1rem;
  height: 1rem;
  flex: none;
  fill: currentColor;
}

.profile-orcid__id {
  overflow: hidden;
  color: #64748b;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-orcid:hover {
  color: #0369a1;
  background: #f0f9ff;
  border-color: #bae6fd;
}

.profile-about {
  max-width: 50rem;
  margin: 1.5rem 0 0;
  color: #475569;
  font-size: 0.9375rem;
  line-height: 1.75;
}

.profile-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0.75rem;
  gap: 0.75rem;
  margin: 1.75rem 0 0;
}

.profile-stat {
  display: flex;
  min-width: 0;
  min-height: 7.25rem;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.875rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
}

.profile-stat dt {
  color: #64748b;
  font-size: 0.6875rem;
  font-weight: 650;
  line-height: 1.4;
}

.profile-stat dd {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.75rem, 1.5rem + 1vw, 2.5rem);
  font-weight: 750;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
  line-height: 1;
}

.profile-activity {
  margin-top: 1rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 12px 28px rgba(15, 23, 42, 0.05);
}

.profile-activity__header {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 1.125rem 1.25rem;
  border-bottom: 1px solid #e2e8f0;
}

.profile-activity__icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  flex: none;
  align-items: center;
  justify-content: center;
  color: #0369a1;
  background: #e0f2fe;
  border-radius: 0.625rem;
}

.profile-activity__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.profile-activity__header h2 {
  margin: 0;
  color: #111827;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.profile-activity__scroll {
  max-height: 32rem;
  overflow: auto;
  overscroll-behavior: contain;
}

.profile-activity__scroll.focus-visible,
.profile-orcid.focus-visible,
.profile-activity__table a.focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.55);
  outline-offset: -3px;
}

.profile-activity__scroll.focus-visible,
.profile-orcid.focus-visible,
.profile-activity__table a.focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.55);
  outline-offset: -3px;
}

.profile-activity__scroll:focus-visible,
.profile-orcid:focus-visible,
.profile-activity__table a:focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.55);
  outline-offset: -3px;
}

.profile-activity__table {
  width: 100%;
  border-collapse: collapse;
}

.profile-activity__table th {
  position: sticky;
  z-index: 1;
  top: 0;
  padding: 0.75rem 1rem;
  color: #475569;
  font-size: 0.6875rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: left;
  text-transform: uppercase;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.profile-activity__table th:first-child {
  width: 7.25rem;
}

.profile-activity__table td {
  padding: 0.8rem 1rem;
  vertical-align: middle;
  border-bottom: 1px solid #f1f5f9;
}

.profile-activity__table tr:last-child td {
  border-bottom: 0;
}

.profile-activity__table a {
  color: #334155;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  transition: color 160ms ease;
}

.profile-activity__table a:hover {
  color: #0284c7;
}

.profile-status {
  display: inline-flex;
  align-items: center;
  min-height: 1.625rem;
  padding: 0.2rem 0.55rem;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 9999px;
}

.profile-status--added {
  color: #0369a1;
  background: #e0f2fe;
}

.profile-status--edited {
  color: #475569;
  background: #f1f5f9;
}

.profile-activity__empty {
  margin: 0;
  padding: 1.5rem;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.6;
}

@media (min-width: 640px) {
  .profile-page {
    padding-top: 3rem;
    padding-bottom: 5.5rem;
  }

  .profile-shell {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .profile-portrait {
    min-height: 23rem;
  }

  .profile-summary {
    padding: 2rem;
  }

  .profile-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .profile-activity {
    margin-top: 1.5rem;
  }

  .profile-activity__header {
    padding: 1.25rem 1.5rem;
  }

  .profile-activity__table th,
  .profile-activity__table td {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .profile-page {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .profile-shell {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .profile-hero {
    grid-template-columns: minmax(19rem, 0.72fr) minmax(0, 1.28fr);
    gap: 1.25rem;
    padding: 1.25rem;
  }

  .profile-portrait {
    min-height: 34rem;
    border-radius: 0.875rem;
  }

  .profile-summary {
    align-self: center;
    padding: 2rem 2.25rem;
  }

  .profile-activity {
    margin-top: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .profile-orcid,
  .profile-activity__table a {
    transition: none;
  }
}

/* Compact, crawlable A–Z directory used on the Lexikon landing page. */
.lexicon-results {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.lexicon-entry {
  margin: 0 0 0.75rem;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.lexicon-entry[hidden] {
  display: none;
}

.lexicon-entry__link {
  position: relative;
  display: block;
  min-height: 4.5rem;
  padding: 0.875rem 2.5rem 0.875rem 3rem;
  color: #111827;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease;
}

.lexicon-entry__link::before {
  position: absolute;
  top: 1.1rem;
  left: 1rem;
  width: 1rem;
  height: 1rem;
  content: '';
  background: url('/assets/document.svg') center / contain no-repeat;
  opacity: 0.55;
}

.lexicon-entry__link::after {
  position: absolute;
  top: 50%;
  right: 1.1rem;
  width: 0.45rem;
  height: 0.45rem;
  content: '';
  border-top: 2px solid #cbd5e1;
  border-right: 2px solid #cbd5e1;
  transform: translateY(-50%) rotate(45deg);
}

.lexicon-entry__link:hover {
  color: #0369a1;
  background: #f0f9ff;
  border-color: #7dd3fc;
}

.lexicon-entry__link:hover::after {
  border-color: #0ea5e9;
}

.lexicon-entry__link.focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.55);
  outline-offset: 2px;
}

.lexicon-entry__link:focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.55);
  outline-offset: 2px;
}

.lexicon-entry__title {
  display: block;
  word-wrap: break-word;
  font-size: 0.9375rem;
  font-weight: 650;
  line-height: 1.5rem;
}

.lexicon-entry__synonyms {
  display: block;
  margin-top: 0.125rem;
  overflow: hidden;
  color: #6b7280;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .lexicon-results {
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media (min-width: 1280px) {
  .lexicon-results {
    -moz-column-count: 3;
         column-count: 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lexicon-entry__link {
    transition: none;
  }
}

/*
 * Editorial page shell
 *
 * The article and its tools share one centered canvas. The main lane is wide
 * enough for tables and clinical media, while prose keeps its own shorter
 * reading measure below. Calculator pages add a dedicated left result rail
 * only when the viewport is wide enough to preserve both reading lanes.
 */
.article-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 1.5rem;
  gap: 1.5rem;
  width: 100%;
  max-width: 48rem;
  margin: 1rem auto 0;
}

.article-main,
.article-score-rail,
.article-rail {
  min-width: 0;
}

.article-score-rail {
  display: none;
}

.article-main {
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.article-card {
  overflow: hidden;
  background: #fff;
}

/* Allow a calculator's in-context result to stick within its own form. */
.article-card--tool {
  overflow: visible;
}

/* The inline calculator summary is sticky within the article on viewports
   that cannot comfortably accommodate the dedicated left result rail. */
.article-card--score {
  overflow: visible;
}

.article-header {
  padding: 1.5rem 1rem 1.25rem;
  border-bottom: 1px solid #e2e8f0;
}

.article-header__inner {
  width: 100%;
  max-width: 70ch;
}

.article-content {
  padding: 1.25rem 1rem 2rem;
}

.article-record > :first-child {
  margin-top: 0;
}

/*
 * Article provenance
 *
 * A compact editorial-transparency panel that foregrounds named authorship,
 * freshness, and revision history without competing with the article itself.
 */

.article-provenance {
  overflow: hidden;
  color: #334155;
  background: #fff;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  border-top: 3px solid #0ea5e9;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.article-provenance__header {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 1.125rem 1rem 1rem;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.article-provenance__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex: none;
  color: #0369a1;
  background: #e0f2fe;
  border: 1px solid #bae6fd;
  border-radius: 0.625rem;
}

.article-provenance__mark svg {
  width: 1.35rem;
  height: 1.35rem;
}

.article-provenance__eyebrow {
  margin: 0 0 0.15rem;
  color: #0369a1;
  font-size: 0.6875rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.article-provenance__title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.125rem, 1.05rem + 0.25vw, 1.3rem);
  font-weight: 720;
  font-variation-settings: 'wght' 720;
  letter-spacing: -0.022em;
  line-height: 1.3;
}

.article-provenance__intro {
  max-width: 62ch;
  margin: 0.3rem 0 0;
  color: #64748b;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.article-provenance__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0.625rem;
  gap: 0.625rem;
  margin: 0;
  padding: 1rem;
}

.article-provenance__fact {
  display: grid;
  grid-template-columns: 1.75rem minmax(0, 1fr);
  align-items: start;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  min-width: 0;
  padding: 0.75rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.625rem;
}

.article-provenance__fact--revisions {
  grid-column: 1 / -1;
}

.article-provenance__fact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  color: #64748b;
  background: #f1f5f9;
  border-radius: 0.45rem;
}

.article-provenance__fact-icon svg {
  width: 1rem;
  height: 1rem;
}

.article-provenance__fact dt,
.article-provenance__contributors dt {
  margin: 0 0 0.2rem;
  color: #64748b;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.35;
  text-transform: uppercase;
}

.article-provenance__fact dd,
.article-provenance__contributors dd {
  min-width: 0;
  margin: 0;
  color: #1e293b;
  font-size: 0.8125rem;
  line-height: 1.45;
  word-wrap: anywhere;
}

.article-provenance__fact a,
.article-provenance__contributors a {
  color: #0f172a;
  font-weight: 650;
  text-decoration-color: #bae6fd;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.17em;
}

.article-provenance__fact a:hover,
.article-provenance__contributors a:hover {
  color: #0369a1;
  text-decoration-color: #38bdf8;
}

.article-provenance__name {
  color: #0f172a;
  font-weight: 650;
}

.article-provenance__date {
  color: #64748b;
  font-weight: 450;
  white-space: normal;
}

.article-provenance__metric {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 750;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.article-provenance__contributors {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  min-width: 0;
  padding: 0.625rem 0.25rem 0;
  border-top: 1px solid #e2e8f0;
}

.article-provenance__contributors dt {
  margin: 0;
  flex: none;
}

.article-provenance__contributors ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-provenance__contributors li {
  margin: 0;
}

.article-revisions {
  padding: 0 1rem 1rem;
}

.article-revisions > details {
  margin: 0;
}

.article-revisions > details > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3rem;
  padding: 0.7rem 0.875rem;
  color: #334155;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.625rem;
  cursor: pointer;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.article-revisions > details > summary::-webkit-details-marker,
.article-revision details > summary::-webkit-details-marker {
  display: none;
}

.article-revisions > details > summary:hover {
  color: #0369a1;
  background: #f0f9ff;
  border-color: #bae6fd;
}

.article-revisions > details > summary.focus-visible,
.article-revision details > summary.focus-visible,
.article-provenance a.focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.45);
  outline-offset: 2px;
}

.article-revisions > details > summary.focus-visible,
.article-revision details > summary.focus-visible,
.article-provenance a.focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.45);
  outline-offset: 2px;
}

.article-revisions > details > summary:focus-visible,
.article-revision details > summary:focus-visible,
.article-provenance a:focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.45);
  outline-offset: 2px;
}

.article-revisions__summary-title {
  display: block;
  color: #0f172a;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.35;
}

.article-revisions__summary-meta {
  display: block;
  margin-top: 0.1rem;
  color: #64748b;
  font-size: 0.6875rem;
  font-weight: 550;
  line-height: 1.35;
}

.article-revisions__chevron {
  width: 1.125rem;
  height: 1.125rem;
  flex: none;
  color: #64748b;
  transition: transform 150ms ease;
}

.article-revisions > details[open] > summary .article-revisions__chevron {
  transform: rotate(180deg);
}

.article-revisions__body {
  margin-top: 0.625rem;
  padding: 0.875rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.625rem;
}

.article-revisions__overview {
  margin: 0 0 0.875rem;
  color: #64748b;
  font-size: 0.75rem;
  line-height: 1.45;
}

.article-revisions__timeline {
  position: relative;
  display: grid;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  margin-left: 0.3rem;
  padding-left: 1rem;
  border-left: 1px solid #cbd5e1;
}

.article-revision {
  position: relative;
  min-width: 0;
}

.article-revision__dot {
  position: absolute;
  top: 0.8rem;
  left: -1.32rem;
  width: 0.55rem;
  height: 0.55rem;
  background: #fff;
  border: 2px solid #94a3b8;
  border-radius: 9999px;
}

.article-revision--creation .article-revision__dot {
  border-color: #0ea5e9;
}

.article-revision--creation p {
  margin: 0;
  padding: 0.6rem 0;
  color: #64748b;
  font-size: 0.75rem;
  line-height: 1.45;
}

.article-revision > details {
  margin: 0;
}

.article-revision details > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.6rem 0.7rem;
  color: #334155;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  cursor: pointer;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.article-revision details > summary:hover {
  color: #0369a1;
  background: #f0f9ff;
  border-color: #bae6fd;
}

.article-revision__delta {
  flex: none;
  color: #64748b;
  font-size: 0.6875rem;
  font-weight: 550;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.article-revision__changes {
  margin-top: 0.4rem;
  padding: 0.75rem;
  color: #475569;
  font-size: 0.75rem;
  line-height: 1.5;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
}

.article-revision__changes ul {
  display: grid;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-revision__changes li,
.article-revision__changes p {
  margin: 0;
}

.article-revision__changes code {
  word-wrap: anywhere;
  color: #475569;
  font-size: 0.92em;
}

.article-change {
  font-weight: 700;
}

.article-change--added {
  color: #15803d;
}

.article-change--removed {
  color: #b91c1c;
}

.article-change--changed {
  color: #b45309;
}

.article-change__before,
.article-change__after {
  display: block;
}

.article-change__before {
  color: #64748b;
  text-decoration: line-through;
}

.article-change__after {
  color: #0f172a;
}

@media (min-width: 640px) {
  .article-provenance {
    border: 1px solid #e2e8f0;
    border-top: 3px solid #0ea5e9;
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.05);
  }

  .article-provenance__header {
    padding: 1.25rem 1.5rem 1.125rem;
  }

  .article-provenance__facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 1.125rem 1.5rem;
  }

  .article-provenance__fact--revisions {
    grid-column: auto;
  }

  .article-revisions {
    padding: 0 1.5rem 1.25rem;
  }

  .article-revisions__body {
    padding: 1rem;
  }
}

.article-mobile-newsletter {
  min-width: 0;
}

/* Newsletter: a quiet editorial card shared by the article lane and rail. */

.article-newsletter {
  overflow: hidden;
  color: #334155;
  background: #fff;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  border-top: 3px solid #0ea5e9;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.article-newsletter__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1rem 0;
}

.article-newsletter__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  flex: none;
  color: #0369a1;
  background: #e0f2fe;
  border: 1px solid #bae6fd;
  border-radius: 0.55rem;
}

.article-newsletter__mark svg {
  width: 1.15rem;
  height: 1.15rem;
}

.article-newsletter__eyebrow {
  margin: 0 0 0.1rem;
  color: #0369a1;
  font-size: 0.625rem;
  font-weight: 750;
  letter-spacing: 0.075em;
  line-height: 1.35;
  text-transform: uppercase;
}

.article-newsletter__title {
  margin: 0;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.35;
}

.article-newsletter__body {
  padding: 0.875rem 1rem 1rem;
}

.article-newsletter__copy {
  margin: 0 0 0.875rem;
  color: #64748b;
  font-size: 0.8125rem;
  line-height: 1.55;
}

.article-newsletter__form {
  display: grid;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  margin: 0;
}

.article-newsletter__field {
  display: block;
  min-width: 0;
}

.article-newsletter__input {
  width: 100%;
  min-height: 2.65rem;
  padding: 0.6rem 0.75rem;
  color: #0f172a;
  font-size: 0.8125rem;
  line-height: 1.35;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 0.5rem;
  box-shadow: inset 0 1px 1px rgba(15, 23, 42, 0.025);
}

.article-newsletter__input::-moz-placeholder {
  color: #94a3b8;
}

.article-newsletter__input::placeholder {
  color: #94a3b8;
}

.article-newsletter__input:focus {
  border-color: #0ea5e9;
  outline: 3px solid rgba(14, 165, 233, 0.25);
  outline-offset: 1px;
  box-shadow: none;
}

.article-newsletter__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.65rem;
  padding: 0.6rem 0.85rem;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.35;
  background: #0369a1;
  background: var(--color-link);
  border: 1px solid #0369a1;
  border: 1px solid var(--color-link);
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12), 0 4px 12px rgba(3, 105, 161, 0.12);
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.article-newsletter__button:hover {
  background: #075985;
  border-color: #075985;
  box-shadow: 0 2px 3px rgba(15, 23, 42, 0.14), 0 6px 16px rgba(3, 105, 161, 0.18);
  transform: translateY(-1px);
}

.article-newsletter__button:active {
  background: #0c4a6e;
  border-color: #0c4a6e;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.14);
  transform: translateY(0);
}

.article-newsletter__button.focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.45);
  outline-offset: 2px;
}

.article-newsletter__button.focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.45);
  outline-offset: 2px;
}

.article-newsletter__button:focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.45);
  outline-offset: 2px;
}

.article-newsletter__button svg {
  width: 1rem;
  height: 1rem;
  flex: none;
}

@media (min-width: 640px) {
  .article-newsletter {
    border: 1px solid #e2e8f0;
    border-top: 3px solid #0ea5e9;
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.05);
  }

  .article-shell {
    margin-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .article-card {
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05), 0 12px 32px rgba(15, 23, 42, 0.06);
  }

  .article-header {
    padding: 2rem 2rem 1.5rem;
  }

  .article-content {
    padding: 1.75rem 2rem 2.5rem;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .article-mobile-newsletter .article-newsletter__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.9fr);
    align-items: center;
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .article-mobile-newsletter .article-newsletter__copy {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .article-page {
    padding-bottom: 3rem;
  }

  .article-shell {
    grid-template-columns: minmax(0, 1fr) 18rem;
    align-items: start;
    gap: 2rem;
    max-width: 90rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .article-main {
    grid-column: 1;
    grid-row: 1;
  }

  .article-rail {
    grid-column: 2;
    grid-row: 1;
    align-self: stretch;
  }

  .article-mobile-newsletter {
    display: none;
  }
}

@media (min-width: 1280px) {
  .article-shell {
    grid-template-columns: minmax(0, 54rem) 20rem;
    justify-content: center;
  }
}

:where(h1, h2, h3, h4) {
  color: #0f172a;
  color: var(--color-heading);
  font-family: 'Inter var', Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif,
    BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-sans);
  letter-spacing: -0.022em;
  text-wrap: balance;
}

.article-title {
  max-width: 26ch;
  margin: 0;
  color: #0f172a;
  color: var(--color-heading);
  font-size: clamp(1.875rem, 1.6rem + 1.1vw, 2.5rem);
  font-weight: 750;
  font-variation-settings: 'wght' 750;
  letter-spacing: -0.035em;
  line-height: 1.12;
  word-wrap: break-word;
  hyphens: auto;
  text-wrap: balance;
}

.article-byline {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  max-width: 70ch;
  max-width: var(--reading-measure);
  margin-top: 0.75rem;
  margin-bottom: 0;
  color: #64748b;
  color: var(--color-muted);
  font-size: 0.875rem;
  font-size: var(--type-small);
  font-weight: 500;
  letter-spacing: 0.005em;
  line-height: 1.55;
}

.article-byline a,
.article-byline__reviewer {
  color: #334155;
}

.article-byline a {
  font-weight: 650;
  text-decoration-color: #bae6fd;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.article-byline a:hover {
  color: #0369a1;
}

.article-byline time {
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.article-byline__icon {
  width: 1rem;
  height: 1rem;
  margin-top: 0.15rem;
  flex: none;
  color: #94a3b8;
}

.article-keyfacts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  max-width: 70ch;
  margin: 1.25rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}

.article-keyfacts > div {
  display: flex;
  min-width: 0;
  gap: 0.4rem;
  color: #475569;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.article-keyfacts dt {
  flex: none;
  color: #64748b;
  font-weight: 700;
}

.article-keyfacts dd {
  min-width: 0;
  margin: 0;
  word-wrap: anywhere;
}

.article-keyfacts a {
  color: #0369a1;
  text-decoration: underline;
  text-decoration-color: #bae6fd;
  text-underline-offset: 0.15em;
}

/* Long-form content */

.bard-text {
  color: #334155;
  color: var(--color-copy);
  font-size: clamp(1rem, 0.9625rem + 0.16vw, 1.0625rem);
  font-size: var(--type-body);
  font-weight: 400;
  letter-spacing: -0.006em;
  line-height: 1.72;
  line-height: var(--leading-body);
}

.bard-text > :where(p, ul, ol, blockquote, dl, h2, h3, h4) {
  max-width: 70ch;
  max-width: var(--reading-measure);
}

.bard-text :where(p, li) {
  text-wrap: pretty;
}

.bard-text > p {
  margin-top: 0;
  margin-bottom: 1.3em;
}

.bard-text > p + p {
  margin-top: 0;
}

.bard-text > p:first-child:not(:empty) {
  max-width: 65ch;
  color: #334155;
  font-size: 1.06em;
  line-height: 1.68;
}

.bard-text :where(h2, h3, h4) {
  color: #0f172a;
  color: var(--color-heading);
  font-weight: 700;
  font-variation-settings: 'wght' 700;
  scroll-margin-top: 6rem;
}

.bard-text h2 {
  margin-top: 2.25em;
  margin-bottom: 0.7em;
  font-size: clamp(1.45rem, 1.36rem + 0.35vw, 1.7rem);
  letter-spacing: -0.028em;
  line-height: 1.24;
}

.bard-text h3 {
  margin-top: 1.9em;
  margin-bottom: 0.6em;
  font-size: clamp(1.2rem, 1.15rem + 0.2vw, 1.35rem);
  letter-spacing: -0.02em;
  line-height: 1.32;
}

.bard-text h4 {
  margin-top: 1.65em;
  margin-bottom: 0.5em;
  font-size: 1.0625rem;
  letter-spacing: -0.012em;
  line-height: 1.4;
}

.bard-text :where(h2, h3, h4) + * {
  margin-top: 0;
}

.bard-text :where(strong, b) {
  color: #1e293b;
  font-weight: 650;
  font-variation-settings: 'wght' 650;
}

.bard-text a {
  color: #0369a1;
  color: var(--color-link);
  font-weight: 500;
  text-decoration-color: #7dd3fc;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
  transition: color 150ms ease, text-decoration-color 150ms ease;
}

.bard-text a:hover {
  color: #075985;
  text-decoration-color: currentColor;
}

[dir="ltr"] .bard-text :where(ul, ol) {
  padding-left: 1.45em;
}

[dir="rtl"] .bard-text :where(ul, ol) {
  padding-right: 1.45em;
}

.bard-text :where(ul, ol) {
  margin-top: 0.8em;
  margin-bottom: 1.4em;
}

[dir="ltr"] .bard-text li {
  padding-left: 0.2em;
}

[dir="rtl"] .bard-text li {
  padding-right: 0.2em;
}

.bard-text li {
  margin-top: 0.35em;
  margin-bottom: 0.35em;
}

.bard-text li::marker {
  color: #64748b;
  font-weight: 600;
}

[dir="ltr"] .bard-text blockquote {
  border-left: 3px solid #38bdf8;
}

[dir="rtl"] .bard-text blockquote {
  border-right: 3px solid #38bdf8;
}

.bard-text blockquote {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding: 0.15em 0 0.15em 1.15em;
  color: #475569;
  font-style: normal;
  font-weight: 450;
}

.bard-text blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}

.bard-text :where(code, kbd) {
  font-size: 0.875em;
}

.bard-text figcaption {
  max-width: 65ch;
  margin-top: 0.75rem;
  color: #64748b;
  color: var(--color-muted);
  font-size: 0.8125rem;
  letter-spacing: 0;
  line-height: 1.55;
}

.bard-text .footnotes {
  color: #475569;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.6;
}

.bard-text .footnotes__title {
  margin-top: 2.75rem;
  color: #0f172a;
}

.bard-text .footnotes hr {
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  border-color: #e2e8f0;
}

[dir="ltr"] .bard-text .footnotes ol {
  padding-left: 1.4rem;
}

[dir="rtl"] .bard-text .footnotes ol {
  padding-right: 1.4rem;
}

.bard-text .footnote-ref,
.bard-text .footnote-backref {
  font-weight: 650;
  text-decoration: none;
}

.bard-text :where(sup, sub) {
  font-size: 0.72em;
}

.bard-text > p:empty {
  display: none;
}

/*
 * Clinical calculators
 *
 * Calculator logic and translated copy live in the flat-file tool entries.
 * Keep their existing Alpine markup stable and turn the legacy viewport-wide
 * result bar into a compact, contextual summary here so DE, EN, and ES remain
 * visually and behaviorally aligned.
 */

.clinical-tools [x-data] {
  position: relative;
  width: 100%;
  max-width: 48rem;
  margin: 0 0 2.75rem;
  color: #334155;
  letter-spacing: 0;
}

.clinical-tools [x-data] > .fixed.bottom-0.inset-x-0 {
  position: sticky !important;
  top: 4.75rem !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 20 !important;
  display: grid !important;
  margin: 0 0 1.5rem !important;
  padding: 0.75rem 0.875rem 0.75rem 1rem !important;
  overflow: hidden !important;
  color: #0f172a !important;
  background: rgba(248, 250, 252, 0.96) !important;
  border-radius: 0.75rem !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05), 0 10px 28px rgba(15, 23, 42, 0.1) !important;
}

.clinical-tools [x-data] > .fixed.bottom-0.inset-x-0 {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  -moz-column-gap: 1rem;
       grid-column-gap: 1rem;
       column-gap: 1rem;
  width: 100%;
  border: 1px solid #cbd5e1;
  border-top: 3px solid #0ea5e9;
  backdrop-filter: blur(12px);
  isolation: isolate;
}

.clinical-tools [x-data] > .fixed.bottom-0.inset-x-0 dt {
  margin: 0 !important;
  color: #475569 !important;
  font-size: 0.6875rem !important;
  font-weight: 750 !important;
  white-space: normal !important;
}

.clinical-tools [x-data] > .fixed.bottom-0.inset-x-0 dt {
  min-width: 0;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.clinical-tools [x-data] > .fixed.bottom-0.inset-x-0 > dd:first-of-type {
  margin: 0 !important;
  color: #0f172a !important;
  font-size: clamp(1.5rem, 1.3rem + 0.6vw, 1.875rem) !important;
  font-weight: 750 !important;
}

.clinical-tools [x-data] > .fixed.bottom-0.inset-x-0 > dd:first-of-type {
  display: flex;
  align-items: baseline;
  justify-self: end;
  min-width: 0;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.035em;
  line-height: 1;
  white-space: nowrap;
}

.clinical-tools [x-data] > .fixed.bottom-0.inset-x-0 > dd:first-of-type > span + span {
  margin-left: 0.4rem !important;
  color: #64748b !important;
  font-size: 0.75rem !important;
}

.clinical-tools [x-data] > .fixed.bottom-0.inset-x-0 > dd:first-of-type > span + span {
  font-weight: 650;
  letter-spacing: 0;
}

.clinical-tools [x-data] > .fixed.bottom-0.inset-x-0 > dd + dd {
  margin: 0.65rem -0.875rem -0.75rem -1rem !important;
  padding: 0.5rem 1rem 0.55rem !important;
  color: #075985 !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
}

.clinical-tools [x-data] > .fixed.bottom-0.inset-x-0 > dd + dd {
  grid-column: 1 / -1;
  letter-spacing: 0;
  line-height: 1.4;
  background: #f0f9ff;
  border-top: 1px solid #bae6fd;
}

/* Replace centered rules with quiet, left-aligned section labels. */

.clinical-tools [x-data] > .relative {
  margin: 2rem 0 0.75rem !important;
}

.clinical-tools [x-data] > .relative > .absolute {
  display: none !important;
}

.clinical-tools [x-data] > .relative > .relative {
  justify-content: flex-start !important;
}

.clinical-tools [x-data] > .relative > .relative > span {
  margin: 0 !important;
  padding: 0 !important;
  color: #0f172a !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  background: transparent !important;
}

.clinical-tools [x-data] > .relative > .relative > span {
  max-width: 42rem;
  letter-spacing: -0.012em;
  line-height: 1.4;
  text-align: left;
  text-wrap: pretty;
}

/* Numeric calculators use the same raised input surface as score choices. */

.clinical-tools [x-data] > .px-2.pb-3 {
  padding: 0.875rem 1rem 1rem !important;
}

.clinical-tools [x-data] > .px-2.pb-3 {
  margin: 0;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.625rem;
}

.clinical-tools [x-data] > .px-2.pb-3 > p {
  margin: 0 0 0.5rem !important;
  color: #64748b !important;
  font-size: 0.8125rem !important;
  font-style: normal !important;
}

.clinical-tools [x-data] > .px-2.pb-3 > p {
  line-height: 1.5;
}

.clinical-tools [x-data] input[type="number"] {
  margin-top: 0 !important;
  color: #0f172a !important;
  background: #fff !important;
  border-color: #cbd5e1 !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04) !important;
}

.clinical-tools [x-data] input[type="number"] {
  min-height: 3rem;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.clinical-tools [x-data] input[type="number"]:focus {
  border-color: #0ea5e9 !important;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.2) !important;
}

.clinical-tools [x-data] fieldset {
  margin: 0 0 0.5rem !important;
}

.clinical-tools [x-data] fieldset {
  max-width: 48rem;
}

.clinical-tools [x-data] fieldset label {
  border-color: #e2e8f0 !important;
}

.clinical-tools [x-data] fieldset label {
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.clinical-tools [x-data] input[type="radio"] {
  color: #0284c7 !important;
  border-color: #94a3b8 !important;
}

.clinical-tools [x-data] input[type="radio"] {
  flex: none;
}

@media (hover: hover) {
  .clinical-tools [x-data] fieldset label:hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
  }
  .clinical-tools [x-data] fieldset label:hover {
    z-index: 1;
  }
}

@supports selector(label:has(input:checked)) {
  .clinical-tools [x-data] fieldset label[\:has\(input\:checked\)] {
    background: #f0f9ff !important;
    border-color: #7dd3fc !important;
  }
  .clinical-tools [x-data] fieldset label[\:has\(input\:checked\)] {
    z-index: 2;
    color: #0c4a6e;
    box-shadow: inset 3px 0 0 #0ea5e9;
  }
  .clinical-tools [x-data] fieldset label:has(input:checked) {
    background: #f0f9ff !important;
    border-color: #7dd3fc !important;
  }
  .clinical-tools [x-data] fieldset label:has(input:checked) {
    z-index: 2;
    color: #0c4a6e;
    box-shadow: inset 3px 0 0 #0ea5e9;
  }

  .clinical-tools [x-data] fieldset label[\:has\(input.focus-visible\)] {
    z-index: 3;
    outline: 3px solid rgba(14, 165, 233, 0.35);
    outline-offset: 2px;
  }

  .clinical-tools [x-data] fieldset label[\:has\(input.focus-visible\)] {
    z-index: 3;
    outline: 3px solid rgba(14, 165, 233, 0.35);
    outline-offset: 2px;
  }

  .clinical-tools [x-data] fieldset label:has(input.focus-visible) {
    z-index: 3;
    outline: 3px solid rgba(14, 165, 233, 0.35);
    outline-offset: 2px;
  }

  .clinical-tools [x-data] fieldset label[\:has\(input\:focus-visible\)] {
    z-index: 3;
    outline: 3px solid rgba(14, 165, 233, 0.35);
    outline-offset: 2px;
  }

  .clinical-tools [x-data] fieldset label[\:has\(input.focus-visible\)] {
    z-index: 3;
    outline: 3px solid rgba(14, 165, 233, 0.35);
    outline-offset: 2px;
  }

  .clinical-tools [x-data] fieldset label:has(input.focus-visible) {
    z-index: 3;
    outline: 3px solid rgba(14, 165, 233, 0.35);
    outline-offset: 2px;
  }

  .clinical-tools [x-data] fieldset label[\:has\(input\:focus-visible\)] {
    z-index: 3;
    outline: 3px solid rgba(14, 165, 233, 0.35);
    outline-offset: 2px;
  }

  .clinical-tools [x-data] fieldset label:has(input:focus-visible) {
    z-index: 3;
    outline: 3px solid rgba(14, 165, 233, 0.35);
    outline-offset: 2px;
  }
}

@media (min-width: 768px) {
  .clinical-tools [x-data] > .fixed.bottom-0.inset-x-0 {
    top: 1rem !important;
  }
}

@media (max-width: 639px) {
  .clinical-tools [x-data] {
    margin-bottom: 2.25rem;
  }

  .clinical-tools [x-data] > .fixed.bottom-0.inset-x-0 {
    margin-bottom: 1.25rem !important;
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .clinical-tools [x-data] > .fixed.bottom-0.inset-x-0 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .clinical-tools [x-data] > .fixed.bottom-0.inset-x-0 > dd + dd {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .clinical-tools [x-data] > .relative {
    margin-top: 1.75rem !important;
  }

  .clinical-tools [x-data] > .px-2.pb-3 {
    padding: 0.75rem 0.875rem 0.875rem !important;
  }

  .clinical-tools [x-data] fieldset label {
    padding: 0.875rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .clinical-tools [x-data] fieldset label {
    transition: none;
  }
}

/* Editorial media */

.article-media-group {
  display: grid;
  grid-template-columns: minmax(0, 42rem);
  grid-gap: 1rem;
  gap: 1rem;
  width: 100%;
  max-width: 52rem;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.article-media-group[data-media-count]:not([data-media-count="1"]) {
  grid-template-columns: repeat(auto-fit, minmax(min(13.5rem, 100%), 1fr));
}

.article-figure {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 22px rgba(15, 23, 42, 0.05);
}

.article-figure__frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #f8fafc;
}

.bard-text .article-figure__zoom {
  position: relative;
  display: block;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  cursor: zoom-in;
}

.bard-text .article-figure__zoom:hover {
  color: inherit;
}

.article-figure__zoom.focus-visible {
  z-index: 1;
  outline: 3px solid rgba(14, 165, 233, 0.6);
  outline-offset: -3px;
}

.article-figure__zoom.focus-visible {
  z-index: 1;
  outline: 3px solid rgba(14, 165, 233, 0.6);
  outline-offset: -3px;
}

.article-figure__zoom:focus-visible {
  z-index: 1;
  outline: 3px solid rgba(14, 165, 233, 0.6);
  outline-offset: -3px;
}

.article-figure__zoom-hint {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 2.125rem;
  padding: 0.4rem 0.7rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.2;
  background: rgba(15, 23, 42, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 9999px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.22);
  backdrop-filter: blur(8px);
  transition: background-color 150ms ease, border-color 150ms ease,
    box-shadow 150ms ease, transform 150ms ease;
}

.article-figure__zoom-hint:hover,
.article-figure__zoom.focus-visible .article-figure__zoom-hint {
  background: rgba(3, 105, 161, 0.96);
  border-color: rgba(186, 230, 253, 0.95);
  box-shadow: 0 4px 14px rgba(3, 105, 161, 0.32);
  transform: translateY(-1px);
}

.article-figure__zoom-hint:hover,
.article-figure__zoom.focus-visible .article-figure__zoom-hint {
  background: rgba(3, 105, 161, 0.96);
  border-color: rgba(186, 230, 253, 0.95);
  box-shadow: 0 4px 14px rgba(3, 105, 161, 0.32);
  transform: translateY(-1px);
}

.article-figure__zoom-hint:hover,
.article-figure__zoom:focus-visible .article-figure__zoom-hint {
  background: rgba(3, 105, 161, 0.96);
  border-color: rgba(186, 230, 253, 0.95);
  box-shadow: 0 4px 14px rgba(3, 105, 161, 0.32);
  transform: translateY(-1px);
}

.article-figure__zoom-hint:active {
  box-shadow: 0 2px 8px rgba(3, 105, 161, 0.28);
  transform: translateY(0);
}

.article-figure__zoom-hint svg {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.article-figure__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 32rem;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.article-media-group[data-media-count]:not([data-media-count="1"]) .article-figure__frame {
  aspect-ratio: 1 / 1;
}

.article-media-group[data-media-count]:not([data-media-count="1"]) .article-figure__image {
  width: 100%;
  height: 100%;
}

.bard-text .article-figure__caption {
  max-width: none;
  margin: 0;
  padding: 0.75rem 0.875rem 0.875rem;
  color: #475569;
  font-size: 0.8125rem;
  letter-spacing: 0;
  line-height: 1.5;
  text-wrap: pretty;
  border-top: 1px solid #e2e8f0;
}

.article-figure__caption:empty {
  display: none;
}

/* Full-resolution article image viewer */

body.article-image-viewer-open {
  overflow: hidden;
}

.article-image-viewer {
  width: min(96vw, 100rem);
  max-width: none;
  height: min(94vh, 64rem);
  height: min(94dvh, 64rem);
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: visible;
  color: #e2e8f0;
  background: transparent;
  border: 0;
}

.article-image-viewer:not([open]) {
  display: none;
}

.article-image-viewer::backdrop {
  background: rgba(2, 6, 23, 0.84);
  backdrop-filter: blur(5px);
}

.article-image-viewer__shell {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #020617;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 0.75rem;
  box-shadow: 0 28px 80px rgba(2, 6, 23, 0.55);
}

.article-image-viewer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
  padding: 0.75rem 0.875rem;
  background: #0f172a;
  border-bottom: 1px solid rgba(148, 163, 184, 0.24);
}

.article-image-viewer__heading {
  min-width: 0;
}

.article-image-viewer__heading p {
  margin: 0 0 0.08rem;
  color: #7dd3fc;
  font-size: 0.6rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.article-image-viewer__heading h2 {
  max-width: min(52vw, 54rem);
  margin: 0;
  overflow: hidden;
  color: #f8fafc;
  font-size: 0.8125rem;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-image-viewer__actions {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex: none;
}

.article-image-viewer__actions form {
  margin: 0;
}

.article-image-viewer__action,
.article-image-viewer__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.25rem;
  padding: 0.45rem 0.6rem;
  color: #e2e8f0;
  font-size: 0.6875rem;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  background: rgba(30, 41, 59, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 0.45rem;
}

.article-image-viewer__action:hover,
.article-image-viewer__close:hover {
  color: #fff;
  background: #334155;
  border-color: #64748b;
}

.article-image-viewer__action.focus-visible,
.article-image-viewer__close.focus-visible {
  outline: 3px solid rgba(56, 189, 248, 0.65);
  outline-offset: 2px;
}

.article-image-viewer__action.focus-visible,
.article-image-viewer__close.focus-visible {
  outline: 3px solid rgba(56, 189, 248, 0.65);
  outline-offset: 2px;
}

.article-image-viewer__action:focus-visible,
.article-image-viewer__close:focus-visible {
  outline: 3px solid rgba(56, 189, 248, 0.65);
  outline-offset: 2px;
}

.article-image-viewer__action svg,
.article-image-viewer__close svg {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.article-image-viewer__close {
  width: 2.25rem;
  padding: 0;
}

.article-image-viewer__stage {
  display: grid;
  min-width: 0;
  min-height: 0;
  padding: 0.75rem;
  overflow: auto;
  align-items: center;
  justify-items: center;
  place-items: center;
  overscroll-behavior: contain;
  scrollbar-color: #64748b #0f172a;
  scrollbar-width: thin;
}

.article-image-viewer__stage img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: zoom-in;
}

.article-image-viewer.is-original-size .article-image-viewer__stage {
  align-items: start;
  justify-items: center;
  place-items: start center;
}

.article-image-viewer.is-original-size .article-image-viewer__stage img {
  max-width: none;
  max-height: none;
  cursor: zoom-out;
}

.article-image-viewer__caption {
  max-height: 6rem;
  margin: 0;
  padding: 0.7rem 0.875rem;
  overflow-y: auto;
  color: #cbd5e1;
  font-size: 0.75rem;
  line-height: 1.5;
  background: #0f172a;
  border-top: 1px solid rgba(148, 163, 184, 0.24);
}

@media (max-width: 639px) {
  .article-image-viewer {
    width: 100vw;
    height: 100dvh;
  }

  .article-image-viewer__shell {
    border: 0;
    border-radius: 0;
  }

  .article-image-viewer__header {
    gap: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .article-image-viewer__heading h2 {
    max-width: 34vw;
  }

  .article-image-viewer__action span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .article-image-viewer__action {
    width: 2.25rem;
    padding: 0;
  }
}

.bard-text .article-media-group + :where(h2, h3, h4),
.bard-text .article-media-group + p:empty + :where(h2, h3, h4) {
  margin-top: 1.4em;
}

.article-video {
  width: 100%;
  max-width: 48rem;
  margin-top: 1.75rem;
  margin-bottom: 2.75rem;
  overflow: hidden;
  color: #334155;
  letter-spacing: 0;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 10px 26px rgba(15, 23, 42, 0.06);
}

.article-video__header {
  padding: 0.875rem 1.125rem 1rem;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.article-video__eyebrow {
  display: block;
  margin-bottom: 0.2rem;
  color: #64748b;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.bard-text .article-video__title {
  max-width: 60ch;
  margin: 0;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 650;
  font-variation-settings: 'wght' 650;
  line-height: 1.4;
}

.bard-text .article-video__player {
  display: block;
  width: 100%;
  max-height: 32rem;
  aspect-ratio: 16 / 9;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  background: #020617;
}

.article-video__body {
  padding: 1rem 1.125rem 1.125rem;
}

.article-video__actions {
  padding-top: 0.875rem;
  border-top: 1px solid #e2e8f0;
}

.bard-text .article-video__description {
  max-width: 65ch;
  margin: 0 0 1rem;
  color: #475569;
  font-size: 0.875rem;
  line-height: 1.6;
}

.article-video__description:empty,
.article-video__meta:empty {
  display: none;
}

.article-video__meta {
  display: grid;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.article-video__meta > div {
  display: grid;
  grid-template-columns: minmax(4rem, 5rem) 1fr;
  align-items: baseline;
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.article-video__meta dt {
  margin: 0;
  color: #64748b;
  font-weight: 650;
}

.article-video__meta dd {
  margin: 0;
  color: #334155;
}

.bard-text .article-video__download {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.5rem;
  padding: 0.55rem 0.8rem;
  color: #075985;
  font-size: 0.8125rem;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 0.5rem;
}

.bard-text .article-video__download:hover {
  color: #0c4a6e;
  background: #e0f2fe;
}

.article-video__download svg {
  width: 1.125rem;
  height: 1.125rem;
  flex: none;
}

.article-video__size {
  color: #64748b;
  font-weight: 500;
}

.article-alert {
  max-width: 70ch;
  max-width: var(--reading-measure);
  margin-top: 1.75rem;
  margin-bottom: 2rem;
  overflow: hidden;
  color: #0c4a6e;
  letter-spacing: 0;
  background: #f0f9ff;
  border: 1px solid #7dd3fc;
  border-radius: 0.625rem;
}

.article-alert__title {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.75rem 1rem;
  color: #fff;
  background: #0369a1;
}

.article-alert__title svg {
  width: 1.25rem;
  height: 1.25rem;
  flex: none;
}

.article-alert__body {
  padding: 0.875rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.bard-text .article-alert__body p {
  margin: 0;
}

@media (max-width: 639px) {
  :root {
    --leading-body: 1.68;
    --reading-measure: 100%;
  }

  .article-title {
    letter-spacing: -0.028em;
    line-height: 1.16;
  }

  .bard-text h2 {
    margin-top: 2em;
  }

  .article-media-group {
    margin-top: 1.25rem;
    margin-bottom: 2rem;
  }

  .article-media-group[data-media-count]:not([data-media-count="1"]) {
    display: flex;
    width: calc(100% + 2rem);
    max-width: none;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0 1rem 0.6rem;
    overflow-x: auto;
    gap: 0.75rem;
    scroll-padding-inline: 1rem;
    scroll-snap-type: inline mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-color: #94a3b8 #e2e8f0;
    scrollbar-width: thin;
  }

  .article-media-group[data-media-count]:not([data-media-count="1"]) .article-figure {
    flex: 0 0 calc(100% - 2.5rem);
    scroll-snap-align: start;
  }

  .article-media-group[data-media-count]:not([data-media-count="1"])::-webkit-scrollbar {
    height: 0.4rem;
  }

  .article-media-group[data-media-count]:not([data-media-count="1"])::-webkit-scrollbar-track {
    background: #e2e8f0;
    border-radius: 9999px;
  }

  .article-media-group[data-media-count]:not([data-media-count="1"])::-webkit-scrollbar-thumb {
    background: #94a3b8;
    border-radius: 9999px;
  }

  .article-video {
    margin-top: 1.5rem;
    margin-bottom: 2.25rem;
    border-radius: 0.625rem;
  }

  .article-video__header,
  .article-video__body {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .article-keyfacts {
    display: grid;
    grid-gap: 0.4rem;
    gap: 0.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bard-text a {
    transition: none;
  }
}

/* Progressive-disclosure article tools */

.article-rail__sticky {
  min-width: 0;
}

.article-tools__header {
  display: none;
}

.article-tools {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  min-height: 4rem;
  padding: 0.35rem max(0.5rem, env(safe-area-inset-right)) calc(0.35rem + env(safe-area-inset-bottom)) max(0.5rem, env(safe-area-inset-left));
  color: #e2e8f0;
  background: rgba(15, 23, 42, 0.96);
  border-top: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: 0 -8px 28px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(12px);
}

.article-tools[hidden] {
  display: none;
}

/* Table-driven score summary. It sits above the article as a compact sticky
   strip until a wide viewport can give it a dedicated left-hand rail. */

.article-score-card {
  display: none;
  min-width: 0;
}

.article-score-card--inline {
  position: sticky;
  top: 4.75rem;
  z-index: 25;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  margin: 0.75rem 0.75rem 0;
  padding: 0.65rem 0.75rem;
  color: #334155;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #cbd5e1;
  border-top: 3px solid #0ea5e9;
  border-radius: 0.75rem;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08), 0 12px 28px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(12px);
}

.article-score-card[hidden],
.article-score-card__interpretation[hidden] {
  display: none;
}

.article-score-card__header {
  display: flex;
  flex: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}

.article-score-card__eyebrow {
  display: block;
  margin: 0;
  color: #0369a1;
  font-size: 0.625rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  line-height: 1.3;
  text-transform: uppercase;
}

.article-score-card__reset {
  display: inline-flex;
  width: auto;
  height: auto;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.25rem 0.35rem;
  color: #64748b;
  font-size: 0.625rem;
  font-weight: 650;
  line-height: 1.3;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.4rem;
}

.article-score-card__reset:hover:not(:disabled) {
  color: #0369a1;
  background: #f0f9ff;
  border-color: #bae6fd;
}

.article-score-card__reset:disabled {
  cursor: default;
  opacity: 0.4;
}

.article-score-card__reset svg {
  width: 1rem;
  height: 1rem;
}

.article-score-card__reset span {
  position: static;
}

.article-score-card__status {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  min-width: 0;
  flex: 1 1 auto;
  -moz-column-gap: 0.75rem;
       grid-column-gap: 0.75rem;
       column-gap: 0.75rem;
  grid-row-gap: 0.1rem;
  row-gap: 0.1rem;
}

.article-score-card__total,
.article-score-card__progress,
.article-score-card__interpretation {
  margin: 0;
}

.article-score-card__total {
  display: flex;
  grid-row: 1 / span 2;
  align-items: baseline;
  gap: 0.25rem;
  color: #0f172a;
  line-height: 1;
}

.article-score-card__total strong {
  font-size: 1.75rem;
  font-weight: 750;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.035em;
}

.article-score-card__total span,
.article-score-card__progress,
.article-score-card__interpretation span {
  overflow: hidden;
  font-size: 0.625rem;
  font-weight: 650;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-score-card__progress {
  grid-column: 2;
  color: #64748b;
}

.article-score-card__interpretation {
  display: flex;
  grid-column: 2;
  min-width: 0;
  align-items: baseline;
  gap: 0.3rem;
  color: #0369a1;
}

.article-score-card__interpretation span {
  color: #64748b;
}

.article-score-card__interpretation strong {
  min-width: 0;
  flex: 1 1 auto;
  color: #075985;
  font-size: 0.875rem;
  font-weight: 750;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
  white-space: pre-line;
}

.bard-text .article-score-card--inline.is-score-table-anchor {
  margin: 1rem 0 0.5rem;
}

.bard-text .article-score-card--inline.is-score-table-anchor + .content-table-shell {
  margin-top: 0;
}

.article-score-card--inline .article-score-card__interpretation {
  display: grid;
  align-items: start;
  grid-gap: 0.1rem;
  gap: 0.1rem;
}

.article-score-card--inline .article-score-card__interpretation span {
  white-space: normal;
}

.article-score-card__reset.focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.55);
  outline-offset: 2px;
}

.article-score-card__reset.focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.55);
  outline-offset: 2px;
}

.article-score-card__reset:focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.55);
  outline-offset: 2px;
}

@media (max-width: 419px) {
  .article-score-card--inline {
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.55rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  .article-score-card--inline .article-score-card__header {
    align-items: center;
  }

  .article-score-card--inline .article-score-card__eyebrow {
    display: none;
  }

  .article-score-card--inline .article-score-card__reset {
    width: 2rem;
    height: 2rem;
    padding: 0;
  }

  .article-score-card--inline .article-score-card__reset span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (min-width: 640px) {
  .article-score-card--inline {
    margin: 1rem 2rem 0;
    padding: 0.75rem 0.875rem;
  }
}

@media (min-width: 768px) {
  .article-score-card--inline {
    top: 1rem;
  }
}

.article-tool {
  min-width: 0;
  flex: 1 1 0;
}

.article-tool[hidden] {
  display: none;
}

.article-tool__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  min-height: 3.25rem;
  padding: 0.45rem 0.6rem;
  color: #cbd5e1;
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1.15;
  background: transparent;
  border: 0;
  border-radius: 0.5rem;
}

.article-tool__toggle:hover,
.article-tool__toggle[aria-expanded="true"] {
  color: #fff;
  background: rgba(51, 65, 85, 0.9);
}

.article-tool__toggle svg {
  width: 1.25rem;
  height: 1.25rem;
  flex: none;
}

.article-tool__panel {
  position: fixed;
  right: 0.75rem;
  bottom: calc(4rem + env(safe-area-inset-bottom));
  left: 0.75rem;
  z-index: 51;
  display: none;
  max-height: min(70vh, 36rem);
  padding: 1rem;
  overflow-y: auto;
  color: #334155;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 0.75rem;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.28);
  overscroll-behavior: contain;
}

.article-tool.is-open .article-tool__panel {
  display: block;
}

.article-tool__panel-header {
  position: sticky;
  top: -1rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}

.article-tool__heading {
  min-width: 0;
  margin: 0;
  flex: 1 1 auto;
  color: #0f172a;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.4;
}

.article-tool__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.5rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  flex: none;
  color: #64748b;
  font-size: 0.6875rem;
  font-weight: 700;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  line-height: 1;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
}

.article-tool__count:empty {
  display: none;
}

.article-tool__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex: none;
  color: #64748b;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
}

.article-tool__close:hover {
  color: #0f172a;
  background: #f1f5f9;
}

.article-tool__close svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  flex: none;
  stroke: currentColor;
}

.article-tool__toggle.focus-visible,
.article-tool__close.focus-visible,
.article-gallery__item.focus-visible,
.article-toc__link.focus-visible,
.article-related a.focus-visible,
.article-video__download.focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.55);
  outline-offset: 2px;
}

.article-tool__toggle.focus-visible,
.article-tool__close.focus-visible,
.article-gallery__item.focus-visible,
.article-toc__link.focus-visible,
.article-related a.focus-visible,
.article-video__download.focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.55);
  outline-offset: 2px;
}

.article-tool__toggle:focus-visible,
.article-tool__close:focus-visible,
.article-gallery__item:focus-visible,
.article-toc__link:focus-visible,
.article-related a:focus-visible,
.article-video__download:focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.55);
  outline-offset: 2px;
}

.article-toc {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #cbd5e1;
}

.article-toc__item {
  position: relative;
  margin: 0;
}

.article-toc__item--h3 {
  padding-left: 0.75rem;
}

.article-toc__link {
  position: relative;
  display: block;
  padding: 0.45rem 0.7rem 0.45rem 0.875rem;
  color: #475569;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 0 0.45rem 0.45rem 0;
}

.article-toc__link::before {
  position: absolute;
  top: 0.35rem;
  bottom: 0.35rem;
  left: -1px;
  width: 2px;
  content: '';
  background: transparent;
  border-radius: 9999px;
}

.article-toc__link:hover,
.article-toc__link[aria-current="location"] {
  color: #0369a1;
  background: #f0f9ff;
}

.article-toc__link[aria-current="location"] {
  font-weight: 700;
}

.article-toc__link:hover::before,
.article-toc__link[aria-current="location"]::before {
  background: #0ea5e9;
}

.article-toc__item--h3 .article-toc__link {
  color: #64748b;
  font-size: 0.75rem;
}

.article-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0.75rem;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-gallery__item {
  display: grid;
  width: 100%;
  grid-gap: 0.45rem;
  gap: 0.45rem;
  height: 100%;
  padding: 0.35rem;
  color: #334155;
  text-align: left;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.625rem;
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.article-gallery__item:hover {
  color: #0369a1;
  background: #f0f9ff;
  border-color: #bae6fd;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.article-gallery__thumb {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
}

.article-gallery__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-gallery__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: #fff;
  background: rgba(15, 23, 42, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 9999px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.3);
  transform: translate(-50%, -50%);
}

.article-gallery__play svg {
  width: 0.9rem;
  height: 0.9rem;
  margin-left: 0.08rem;
}

.article-gallery__copy {
  display: block;
  min-width: 0;
  padding: 0.05rem 0.15rem 0.2rem;
}

.article-gallery__type {
  display: block;
  margin-bottom: 0.08rem;
  color: #64748b;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

.article-gallery__label {
  display: -webkit-box;
  overflow: hidden;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.article-gallery__arrow {
  display: none;
}

[data-article-media] {
  scroll-margin-block: 5rem;
}

[data-article-media]:focus {
  outline: none;
}

[data-article-media].is-media-highlighted {
  animation: article-media-highlight 1.8s ease-out;
}

@keyframes article-media-highlight {
  0%, 28% {
    outline: 4px solid rgba(14, 165, 233, 0.72);
    outline-offset: 4px;
  }

  100% {
    outline: 1px solid rgba(14, 165, 233, 0);
    outline-offset: 10px;
  }
}

.article-related {
  display: grid;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-related li {
  position: relative;
  padding-left: 1rem;
}

.article-related li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.35rem;
  height: 0.35rem;
  content: '';
  background: #94a3b8;
  border-radius: 9999px;
}

.article-related a {
  color: #334155;
  font-size: 0.8125rem;
  font-weight: 550;
  line-height: 1.45;
  text-decoration-color: #bae6fd;
  text-underline-offset: 0.15em;
}

.article-related a:hover {
  color: #0369a1;
}

.article-rail__supplemental {
  display: none;
}

@media (min-width: 1024px) {
  .article-rail__sticky {
    position: sticky;
    top: 1rem;
  }

  .article-tools {
    position: static;
    display: block;
    min-height: 0;
    padding: 0;
    color: #334155;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.05);
    backdrop-filter: none;
  }

  .article-tools__header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
  }

  .article-tools__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    flex: none;
    color: #0369a1;
    background: #e0f2fe;
    border: 1px solid #bae6fd;
    border-radius: 0.5rem;
  }

  .article-tools__mark svg {
    width: 1rem;
    height: 1rem;
  }

  .article-tools__eyebrow {
    margin: 0 0 0.08rem;
    color: #64748b;
    font-size: 0.6rem;
    font-weight: 750;
    letter-spacing: 0.075em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .article-tools__title {
    margin: 0;
    color: #0f172a;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: -0.012em;
    line-height: 1.35;
  }

  .article-score-card--desktop {
    position: sticky;
    top: 1rem;
    z-index: 10;
    padding: 1rem;
    color: #334155;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-top: 3px solid #0ea5e9;
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.07);
  }

  .article-score-card--desktop .article-score-card__header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .article-score-card--desktop .article-score-card__eyebrow {
    display: block;
    margin: 0;
    color: #0369a1;
    font-size: 0.6875rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .article-score-card--desktop .article-score-card__reset {
    width: auto;
    height: auto;
    gap: 0.3rem;
    padding: 0.3rem 0.45rem;
    color: #64748b;
    font-size: 0.6875rem;
    font-weight: 650;
    line-height: 1.3;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
  }

  .article-score-card--desktop .article-score-card__reset:hover:not(:disabled) {
    color: #0369a1;
    background: #f0f9ff;
    border-color: #bae6fd;
  }

  .article-score-card--desktop .article-score-card__reset span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .article-score-card--desktop .article-score-card__status {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-gap: 0.35rem;
    gap: 0.35rem;
  }

  .article-score-card--desktop .article-score-card__total {
    grid-row: auto;
    color: #0f172a;
  }

  .article-score-card--desktop .article-score-card__total strong {
    font-size: 2rem;
  }

  .article-score-card--desktop .article-score-card__total span {
    color: #64748b;
    font-size: 0.75rem;
  }

  .article-score-card--desktop .article-score-card__progress {
    grid-column: auto;
    color: #64748b;
    font-size: 0.75rem;
  }

  .article-score-card--desktop .article-score-card__interpretation {
    display: grid;
    grid-column: auto;
    grid-gap: 0.15rem;
    gap: 0.15rem;
    margin-top: 0.35rem;
    padding-top: 0.65rem;
    color: #0369a1;
    border-top: 1px solid #e2e8f0;
  }

  .article-score-card--desktop .article-score-card__interpretation span {
    color: #64748b;
    font-size: 0.6875rem;
    white-space: normal;
  }

  .article-score-card--desktop .article-score-card__interpretation strong {
    color: #075985;
    font-size: 1.125rem;
  }

  .article-score-card--desktop .article-score-card__reset.focus-visible {
    outline-color: rgba(14, 165, 233, 0.55);
    outline-offset: 2px;
  }

  .article-score-card--desktop .article-score-card__reset.focus-visible {
    outline-color: rgba(14, 165, 233, 0.55);
    outline-offset: 2px;
  }

  .article-score-card--desktop .article-score-card__reset:focus-visible {
    outline-color: rgba(14, 165, 233, 0.55);
    outline-offset: 2px;
  }

  .article-tool + .article-tool {
    border-top: 1px solid #e2e8f0;
  }

  .article-tool__toggle,
  .article-tool__close {
    display: none;
  }

  .article-tool__panel,
  .article-tool.is-open .article-tool__panel {
    position: static;
    display: block;
    max-height: none;
    padding: 1rem;
    overflow: visible;
    color: #334155;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .article-tool__panel-header {
    position: static;
    margin-bottom: 0.75rem;
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    border-bottom: 0;
  }

  .article-toc {
    max-height: none;
    overflow: visible;
  }

  .article-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    max-height: none;
    overflow: visible;
    padding: 0;
  }

  .article-gallery__item {
    display: grid;
    grid-gap: 0.45rem;
    gap: 0.45rem;
    min-height: 0;
    padding: 0.35rem;
  }

  .article-gallery__thumb {
    aspect-ratio: 4 / 3;
    border-radius: 0.5rem;
  }

  .article-gallery__copy {
    padding: 0.05rem 0.15rem 0.2rem;
  }

  .article-gallery__label {
    -webkit-line-clamp: 2;
  }

  .article-rail__supplemental {
    display: block;
  }

  .article-rail__newsletter {
    margin-top: 1rem;
  }

  .article-rail__newsletter .article-newsletter {
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.05);
  }
}

@media (min-width: 1280px) {
  .article-shell--score {
    grid-template-columns: 13rem minmax(0, 48rem) 18rem;
    gap: 1.5rem;
    max-width: 90rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .article-shell--score .article-score-rail {
    display: block;
    grid-column: 1;
    grid-row: 1;
    align-self: stretch;
  }

  .article-shell--score .article-main {
    grid-column: 2;
  }

  .article-shell--score .article-rail {
    grid-column: 3;
  }

  .article-shell--score .article-score-card--inline {
    display: none;
  }

  .article-shell--score .article-score-card--desktop {
    display: block;
  }
}

@media (min-width: 1536px) {
  .article-shell--score {
    grid-template-columns: 14rem minmax(0, 54rem) 18rem;
    max-width: 96rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html[focus-within] {
    scroll-behavior: auto;
  }
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-article-media].is-media-highlighted {
    outline: 3px solid rgba(14, 165, 233, 0.72);
    outline-offset: 4px;
  }
}

/* -------------------------------------------------------
Content tables

Bard renders its table header as the first tbody row. The table enhancer in
snippets.js marks that row and detects tables that need a wider, horizontally
scrollable layout on small screens.
*/

.bard-text .content-table-shell {
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.05);
  scrollbar-color: #94a3b8 #f1f5f9;
  scrollbar-width: thin;
}

.bard-text .content-table-shell.focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.35);
  outline-offset: 3px;
}

.bard-text .content-table-shell.focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.35);
  outline-offset: 3px;
}

.bard-text .content-table-shell:focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.35);
  outline-offset: 3px;
}

.bard-text .content-table-shell::-webkit-scrollbar {
  height: 0.65rem;
}

.bard-text .content-table-shell::-webkit-scrollbar-track {
  background: #f1f5f9;
}

.bard-text .content-table-shell::-webkit-scrollbar-thumb {
  background: #94a3b8;
  border: 2px solid #f1f5f9;
  border-radius: 9999px;
}

.bard-text table.content-table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  color: #334155;
  font-size: 0.9375rem;
  line-height: 1.6;
}

/* Three-column reference tables often reserve their final column for a list
   of branches, findings, or criteria. Give that scannable list enough room
   instead of allowing the descriptive middle column to squeeze it. */

.bard-text table.content-table.content-table--list-last {
  min-width: 44rem;
  table-layout: fixed;
}

.bard-text .content-table.content-table--list-last :where(th, td):first-child {
  width: 24%;
  white-space: normal;
  word-wrap: break-word;
  hyphens: auto;
}

.bard-text .content-table.content-table--list-last :where(th, td):nth-child(2) {
  width: 42%;
}

.bard-text .content-table.content-table--list-last :where(th, td):last-child {
  width: 34%;
}

[dir="ltr"] .bard-text .content-table.content-table--list-last :where(th, td):last-child :where(ul, ol) {
  padding-left: 1.15rem;
}

[dir="rtl"] .bard-text .content-table.content-table--list-last :where(th, td):last-child :where(ul, ol) {
  padding-right: 1.15rem;
}

.bard-text .content-table th,
.bard-text .content-table td {
  padding: 1rem 1.125rem;
  vertical-align: top;
  word-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

[dir="ltr"] .bard-text .content-table th:first-child,[dir="ltr"]
.bard-text .content-table td:first-child {
  padding-left: 1.125rem;
}

[dir="rtl"] .bard-text .content-table th:first-child,[dir="rtl"]
.bard-text .content-table td:first-child {
  padding-right: 1.125rem;
}

.bard-text .content-table th:first-child,
.bard-text .content-table td:first-child {
  width: 1%;
  white-space: nowrap;
  word-wrap: normal;
  hyphens: manual;
}

/* Two-column tables sometimes use their first column for full descriptions
   instead of compact labels. Let that column carry the reading load while the
   value column stays easy to scan. */

.bard-text .content-table.content-table--descriptive-first th:first-child,
.bard-text .content-table.content-table--descriptive-first td:first-child {
  width: auto;
  white-space: normal;
  word-wrap: break-word;
  hyphens: auto;
}

.bard-text .content-table.content-table--compact-first th:first-child,
.bard-text .content-table.content-table--compact-first td:first-child {
  min-width: 6.25rem;
}

.bard-text .content-table.content-table--compact-first th:first-child,
.bard-text .content-table.content-table--compact-first td:first-child,
.bard-text .content-table.content-table--compact-first th:first-child p,
.bard-text .content-table.content-table--compact-first td:first-child p,
.bard-text .content-table.content-table--compact-first th:first-child strong,
.bard-text .content-table.content-table--compact-first td:first-child strong {
  white-space: nowrap;
  word-wrap: normal;
  word-break: keep-all;
  hyphens: none;
}

.bard-text .content-table.content-table--descriptive-first th:last-child,
.bard-text .content-table.content-table--descriptive-first td:last-child {
  width: 1%;
  min-width: 6.5rem;
  white-space: nowrap;
}

.bard-text .content-table.content-table--wide-value-header th:last-child,
.bard-text .content-table.content-table--wide-value-header td:last-child {
  min-width: 10.5rem;
}

.bard-text .content-table.content-table--descriptive-first .content-table__header > :last-child,
.bard-text .content-table.content-table--descriptive-first .content-table__header > :last-child p,
.bard-text .content-table.content-table--descriptive-first .content-table__header > :last-child strong {
  white-space: nowrap;
  word-wrap: normal;
  word-break: keep-all;
  hyphens: none;
}

[dir="ltr"] .bard-text .content-table th:last-child,[dir="ltr"]
.bard-text .content-table td:last-child {
  padding-right: 1.125rem;
}

[dir="rtl"] .bard-text .content-table th:last-child,[dir="rtl"]
.bard-text .content-table td:last-child {
  padding-left: 1.125rem;
}

.bard-text .content-table p {
  margin-top: 0;
  margin-bottom: 0;
}

.bard-text .content-table p + p {
  margin-top: 0.625rem;
}

.bard-text .content-table__header,
.bard-text .content-table__section-header {
  border: 0;
}

.bard-text .content-table__header > *,
.bard-text .content-table__section-header > * {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: left;
  vertical-align: middle;
}

.bard-text .content-table__header {
  background: #0f172a;
}

.bard-text .content-table__header > * {
  color: #f8fafc;
}

.bard-text .content-table__section-header {
  background: #e2e8f0;
}

.bard-text .content-table__section-header > * {
  color: #0f172a;
  background: #e2e8f0;
  border-top: 1px solid #cbd5e1;
  border-bottom: 1px solid #cbd5e1;
}

.bard-text .content-table__header strong,
.bard-text .content-table__header a,
.bard-text .content-table__section-header strong {
  color: inherit;
}

.bard-text .content-table tbody tr:not(.content-table__header):not(.content-table__section-header) > * {
  background: #fff;
  border: 0;
  border-top: 1px solid #e2e8f0;
  transition: background-color 150ms ease;
}

.bard-text .content-table tbody tr:not(.content-table__header):not(.content-table__section-header):first-child > * {
  border-top: 0;
}

.bard-text .content-table tbody tr:not(.content-table__header):not(.content-table__section-header):nth-child(odd) > * {
  background: #f8fafc;
}

.bard-text .content-table tbody tr:not(.content-table__header):not(.content-table__section-header):hover > * {
  background: #f0f9ff;
}

.bard-text .content-table tbody tr:not(.content-table__header):not(.content-table__section-header) > :first-child {
  color: #0f172a;
  font-weight: 650;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.bard-text .content-table.content-table--descriptive-first tbody tr:not(.content-table__header):not(.content-table__section-header) > :first-child {
  font-weight: 500;
}

.bard-text .content-table a {
  color: #0369a1;
  text-decoration-color: #7dd3fc;
  text-underline-offset: 0.18em;
}

.bard-text .content-table .content-table__header a {
  color: inherit;
}

/* Fazekas (DE/EN/ES): merged section headings must not determine the grade
   column width. Keep this override local; other tables have different ratios. */
#main_content.article-content--fazekas table.content-table {
  table-layout: fixed;
  min-width: 0;
}

#main_content.article-content--fazekas table.content-table th {
  width: auto;
  min-width: 0;
  white-space: normal;
  word-wrap: break-word;
}

#main_content.article-content--fazekas table.content-table td {
  width: auto;
  min-width: 0;
  white-space: normal;
  word-wrap: break-word;
}

#main_content.article-content--fazekas table.content-table th:first-child:not([colspan="2"]) {
  width: 7rem;
}

#main_content.article-content--fazekas table.content-table td:first-child:not([colspan="2"]) {
  width: 7rem;
}

#main_content.article-content--fazekas table.content-table th p {
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
}

#main_content.article-content--fazekas table.content-table th strong {
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
}

#main_content.article-content--fazekas table.content-table td p {
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
}

#main_content.article-content--fazekas table.content-table td strong {
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
}

/* Interactive score tables retain their editorial table structure. JavaScript
   only adds native radio controls and state classes after validating both the
   choice table and the complete interpretation range. */

.bard-text .score-calculator-table .score-calculator__group:not(.content-table__header):not(.content-table__section-header) > * {
  color: #0c4a6e;
  font-size: 0.8125rem;
  font-weight: 750;
  letter-spacing: 0.015em;
  background: #e0f2fe;
  border-top-color: #bae6fd;
  vertical-align: middle;
}

.bard-text .score-calculator-table .score-calculator__option {
  cursor: pointer;
}

.bard-text .score-calculator-table .score-calculator__choice {
  position: relative;
}

.bard-text .score-calculator__radio {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
}

.bard-text .score-calculator-table .score-calculator__option.is-selected > * {
  color: #0c4a6e;
  background: #f0f9ff;
}

.bard-text .score-calculator-table .score-calculator__option.is-selected > :first-child {
  box-shadow: inset 3px 0 0 #0ea5e9;
}

.bard-text .score-calculator-table .score-calculator__option[focus-within] > * {
  color: #0c4a6e;
  background: #f0f9ff;
}

.bard-text .score-calculator-table .score-calculator__option:focus-within > * {
  color: #0c4a6e;
  background: #f0f9ff;
}

.bard-text .score-calculator-table .score-calculator__option[focus-within] > :first-child {
  box-shadow: inset 3px 0 0 #38bdf8;
}

.bard-text .score-calculator-table .score-calculator__option:focus-within > :first-child {
  box-shadow: inset 3px 0 0 #38bdf8;
}

@media (max-width: 639px) {
  .bard-text .content-table-shell {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 0.625rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  }

  .bard-text table.content-table {
    font-size: 0.875rem;
    line-height: 1.55;
  }

  .bard-text .content-table th,
  .bard-text .content-table td {
    padding: 0.75rem 0.875rem;
  }

  [dir="ltr"] .bard-text .content-table th:first-child,[dir="ltr"]
  .bard-text .content-table td:first-child {
    padding-left: 0.875rem;
  }

  [dir="rtl"] .bard-text .content-table th:first-child,[dir="rtl"]
  .bard-text .content-table td:first-child {
    padding-right: 0.875rem;
  }

  .bard-text .content-table th:first-child,
  .bard-text .content-table td:first-child {
    min-width: 5.25rem;
  }

  .bard-text .content-table.content-table--descriptive-first th:first-child,
  .bard-text .content-table.content-table--descriptive-first td:first-child {
    min-width: 7.5rem;
  }

  [dir="ltr"] .bard-text .content-table th:last-child,[dir="ltr"]
  .bard-text .content-table td:last-child {
    padding-right: 0.875rem;
  }

  [dir="rtl"] .bard-text .content-table th:last-child,[dir="rtl"]
  .bard-text .content-table td:last-child {
    padding-left: 0.875rem;
  }

  .bard-text .content-table__header > *,
  .bard-text .content-table__section-header > * {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.75rem;
  }

  .bard-text .content-table--complex {
    min-width: 38rem;
  }

  .bard-text .content-table--complex tbody tr:not(.content-table__header):not(.content-table__section-header) > :first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    box-shadow: 1px 0 0 #e2e8f0, 8px 0 16px -16px #0f172a;
  }

  .bard-text .content-table--complex .content-table__header > :first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #0f172a;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bard-text .content-table tbody tr > * {
    transition: none;
  }
}

@media print {
  .article-score-card,
  .bard-text .score-calculator__radio {
    display: none !important;
  }
}
/* Landmark papers: a compact, editorial evidence brief within the shared article shell. */
.article-card--paper {
  overflow: hidden;
  background: #fff;
  counter-reset: landmark-figure;
}

.paper-header__full-title {
  max-width: 68ch;
  margin: 0.85rem 0 0;
  color: #475569;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-wrap: pretty;
}

.paper-summary__eyebrow,
.paper-section-heading > p,
.paper-profile__label,
.paper-question__eyebrow,
.paper-appraisal__label {
  margin: 0 0 0.35rem;
  color: #0369a1;
  font-size: 0.75rem;
  font-weight: 780;
  letter-spacing: 0.115em;
  line-height: 1.4;
  text-transform: uppercase;
}

.paper-brief {
  color: #334155;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}

.paper-verdict {
  padding: 1.25rem 1rem 1.5rem;
  color: #334155;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}

.paper-verdict__label {
  margin-bottom: 0.5rem;
  color: #64748b;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
}

.paper-verdict__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.paper-verdict__copy {
  min-width: 0;
}

.paper-summary__title,
.paper-question h2,
.paper-section-heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.125rem, 1.05rem + 0.25vw, 1.25rem);
  font-weight: 740;
  font-variation-settings: 'wght' 740;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.paper-verdict .paper-summary__title {
  color: #0f172a;
}

.paper-summary__bottom-line {
  max-width: 66ch;
  margin: 0.8rem 0 0;
  color: #334155;
  font-size: 1rem;
  font-weight: 400;
  font-variation-settings: 'wght' 400;
  letter-spacing: 0;
  line-height: 1.7;
  text-wrap: pretty;
}

.paper-summary__editorial-note {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.9rem 0 0;
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.45;
}

.paper-summary__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0.5rem;
  gap: 0.5rem;
  align-self: end;
}

.paper-source__action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-height: 2.65rem;
  padding: 0.65rem 0.75rem;
  color: #475569;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 0.5rem;
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease;
}

.paper-source__action--primary {
  grid-column: 1 / -1;
  color: #334155;
}

.paper-source__action:hover {
  color: #0369a1;
  background: #f8fafc;
  border-color: #94a3b8;
}

.paper-source__action.focus-visible {
  outline: 3px solid rgba(125, 211, 252, 0.7);
  outline-offset: 2px;
}

.paper-source__action.focus-visible {
  outline: 3px solid rgba(125, 211, 252, 0.7);
  outline-offset: 2px;
}

.paper-source__action:focus-visible {
  outline: 3px solid rgba(125, 211, 252, 0.7);
  outline-offset: 2px;
}

.paper-source__action svg {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.paper-profile {
  padding: 1.15rem 1rem 1.25rem;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.paper-profile__label {
  color: #64748b;
}

.paper-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1px;
  gap: 1px;
  margin: 0.65rem 0 0;
  overflow: hidden;
  background: #e2e8f0;
  border: 1px solid #e2e8f0;
  border-radius: 0.625rem;
}

.paper-fact {
  min-width: 0;
  padding: 0.8rem 0.75rem;
  background: #fff;
}

.paper-fact--wide {
  grid-column: span 2;
}

.paper-fact dt,
.paper-framework dt {
  color: #64748b;
  font-size: 0.6875rem;
  font-weight: 780;
  letter-spacing: 0.085em;
  line-height: 1.35;
  text-transform: uppercase;
}

.paper-fact dd {
  margin: 0.28rem 0 0;
  color: #0f172a;
  font-size: 0.875rem;
  font-weight: 680;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  line-height: 1.4;
  word-wrap: anywhere;
}

.paper-question {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  align-items: start;
  grid-gap: 0.85rem;
  gap: 0.85rem;
  padding: 1.4rem 1rem;
  background: #f0f9ff;
  border-bottom: 1px solid #bae6fd;
}

.paper-question__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  color: #0369a1;
  background: #fff;
  border: 1px solid #bae6fd;
  border-radius: 0.625rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.paper-question__mark svg {
  width: 1.25rem;
  height: 1.25rem;
}

.paper-question__eyebrow {
  color: #0284c7;
}

.paper-question p:last-child {
  max-width: 68ch;
  margin: 0.45rem 0 0;
  color: #334155;
  font-size: 0.9375rem;
  line-height: 1.65;
  text-wrap: pretty;
}

.paper-analysis {
  display: grid;
  grid-gap: 2rem;
  gap: 2rem;
  padding: 1.75rem 1rem 2rem;
  background: #fff;
}

.paper-analysis > :only-child {
  grid-column: 1 / -1;
}

.paper-methods,
.paper-outcomes {
  min-width: 0;
}

.paper-section-heading > p {
  color: #64748b;
}

.paper-framework {
  display: grid;
  grid-gap: 0;
  gap: 0;
  margin: 0.9rem 0 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
}

.paper-framework__item {
  display: grid;
  grid-template-columns: 1.75rem minmax(0, 1fr);
  align-items: start;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  min-width: 0;
  padding: 0.9rem;
  border-bottom: 1px solid #e2e8f0;
}

.paper-framework__item:last-child {
  border-bottom: 0;
}

.paper-framework__item--outcome {
  background: #f0f9ff;
}

.paper-framework__key {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  color: #0369a1;
  font-size: 0.6875rem;
  font-weight: 800;
  background: #e0f2fe;
  border-radius: 0.4rem;
}

.paper-framework__item--outcome .paper-framework__key {
  color: #fff;
  background: #0369a1;
}

.paper-framework dd {
  margin: 0.28rem 0 0;
  color: #334155;
  font-size: 0.875rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.paper-outcomes__list {
  display: grid;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  margin-top: 0.9rem;
}

.paper-outcome {
  position: relative;
  min-width: 0;
  padding: 1rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.035);
}

.paper-outcome--primary {
  background: linear-gradient(135deg, #f0f9ff 0%, #fff 70%);
  border-color: #7dd3fc;
  box-shadow: inset 3px 0 0 #0ea5e9, 0 1px 2px rgba(15, 23, 42, 0.04);
}

.paper-outcome__label {
  display: grid;
  grid-template-columns: 1.75rem minmax(0, 1fr);
  align-items: start;
  grid-gap: 0.7rem;
  gap: 0.7rem;
}

.paper-outcome__index {
  padding-top: 0.16rem;
  color: #94a3b8;
  font-size: 0.6875rem;
  font-weight: 800;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.12em;
  line-height: 1.3;
}

.paper-outcome--primary .paper-outcome__index,
.paper-outcome__priority {
  color: #0369a1;
}

.paper-outcome__priority {
  margin: 0 0 0.15rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.paper-outcome h3 {
  margin: 0;
  color: #0f172a;
  font-size: 0.9375rem;
  font-weight: 720;
  letter-spacing: -0.012em;
  line-height: 1.4;
  text-wrap: pretty;
}

.paper-outcome__time {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0.35rem 0 0;
  color: #64748b;
  font-size: 0.6875rem;
  font-weight: 620;
  line-height: 1.4;
}

.paper-outcome__time svg {
  width: 0.875rem;
  height: 0.875rem;
  flex: none;
}

.paper-outcome__body {
  min-width: 0;
  margin: 0.85rem 0 0 2.45rem;
  padding-top: 0.8rem;
  border-top: 1px solid #e2e8f0;
}

.paper-outcome__value {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.15rem, 1.02rem + 0.45vw, 1.4rem);
  font-weight: 780;
  font-variation-settings: 'wght' 780;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.025em;
  line-height: 1.25;
  word-wrap: anywhere;
}

.paper-outcome__detail {
  margin: 0.32rem 0 0;
  color: #475569;
  font-size: 0.8125rem;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  line-height: 1.5;
  text-wrap: pretty;
}

.paper-outcome__interpretation {
  margin: 0.7rem 0 0;
  padding-left: 0.65rem;
  color: #334155;
  font-size: 0.8125rem;
  font-weight: 620;
  line-height: 1.5;
  border-left: 2px solid #cbd5e1;
  text-wrap: pretty;
}

.paper-outcome--primary .paper-outcome__interpretation {
  color: #075985;
  border-left-color: #38bdf8;
}

.paper-outcome__result {
  margin: 0;
  color: #0f172a;
  font-size: 0.875rem;
  font-weight: 580;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  line-height: 1.6;
  text-wrap: pretty;
}

.paper-evidence {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}

.paper-evidence__header {
  display: grid;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  padding: 1.5rem 1rem 1.25rem;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.paper-evidence__header .paper-section-heading {
  padding-left: 0.85rem;
  border-left: 3px solid #0ea5e9;
}

.paper-evidence__intro {
  max-width: 60ch;
  margin: 0;
  color: #64748b;
  font-size: 0.8125rem;
  line-height: 1.6;
  text-wrap: pretty;
}

.paper-evidence__content {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.paper-evidence__content > p:first-child:not(:empty) {
  max-width: 66ch;
  color: #334155;
  font-size: 1rem;
  line-height: 1.72;
}

.paper-evidence__content > h2:first-of-type {
  margin-top: 1.7em;
}

.paper-closure {
  background: #fff;
}

.paper-appraisal {
  padding: 1.75rem 1rem 2rem;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.paper-appraisal__heading {
  max-width: 42rem;
}

.paper-appraisal__grid {
  display: grid;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  margin-top: 1rem;
}

.paper-appraisal__item {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  align-items: start;
  grid-gap: 0.8rem;
  gap: 0.8rem;
  min-width: 0;
  padding: 1rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-top: 3px solid #38bdf8;
  border-radius: 0.625rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.035);
}

.paper-appraisal__item--limitations {
  border-top-color: #f59e0b;
}

.paper-appraisal__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: #0369a1;
  background: #f0f9ff;
  border-radius: 0.5rem;
}

.paper-appraisal__item--limitations .paper-appraisal__icon {
  color: #b45309;
  background: #fffbeb;
}

.paper-appraisal__icon svg {
  width: 1rem;
  height: 1rem;
}

.paper-appraisal__label {
  color: #64748b;
}

.paper-appraisal h3 {
  margin: 0;
  color: #0f172a;
  font-size: 0.9375rem;
  font-weight: 720;
  letter-spacing: -0.012em;
  line-height: 1.4;
}

.paper-appraisal__item > div > p:last-child {
  margin: 0.45rem 0 0;
  color: #475569;
  font-size: 0.875rem;
  line-height: 1.62;
  text-wrap: pretty;
}

/* Landmark figures stay legible instead of being cropped into generic gallery tiles. */
.article-card--paper .article-media-group {
  width: 100%;
  max-width: none;
}

.article-card--paper .article-media-group[data-media-count]:not([data-media-count="1"]) {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  grid-gap: 1rem;
  gap: 1rem;
}

.article-card--paper .article-media-group[data-media-count]:not([data-media-count="1"]) .article-figure__frame {
  aspect-ratio: auto;
}

.article-card--paper .article-media-group[data-media-count]:not([data-media-count="1"]) .article-figure__image,
.article-card--paper .article-figure__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 44rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.article-card--paper .article-figure {
  counter-increment: landmark-figure;
  border-color: #cbd5e1;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 10px 28px rgba(15, 23, 42, 0.055);
}

.article-card--paper .article-figure__caption:not(:empty)::before {
  content: attr(data-figure-label) " " counter(landmark-figure) " · ";
  color: #334155;
  font-weight: 780;
}

@media (min-width: 640px) {
  .paper-header__full-title {
    font-size: 1rem;
  }

  .paper-verdict {
    padding: 1.75rem 2rem 2rem;
  }

  .paper-profile {
    padding: 1.25rem 2rem 1.5rem;
  }

  .paper-facts {
    grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
  }

  .paper-fact--wide {
    grid-column: auto;
  }

  .paper-question {
    grid-template-columns: 2.5rem minmax(0, 1fr);
    gap: 1rem;
    padding: 1.6rem 2rem;
  }

  .paper-question__mark {
    width: 2.5rem;
    height: 2.5rem;
  }

  .paper-analysis {
    padding: 2rem 2rem 2.5rem;
  }

  .paper-evidence__header,
  .paper-appraisal {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .paper-evidence__header {
    padding-top: 1.75rem;
    padding-bottom: 1.5rem;
  }

  .paper-evidence__content {
    padding-top: 1.75rem;
    padding-bottom: 2.5rem;
  }

}

@media (min-width: 768px) {
  .paper-verdict__layout {
    grid-template-columns: minmax(0, 1fr) 13.5rem;
    align-items: end;
    gap: 2rem;
  }

  .paper-summary__actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .paper-source__action--primary {
    grid-column: auto;
  }

  .paper-analysis {
    grid-template-columns: minmax(15rem, 0.78fr) minmax(0, 1.22fr);
    align-items: start;
    gap: 2rem;
  }

  .paper-evidence__header {
    grid-template-columns: minmax(15rem, 0.85fr) minmax(0, 1.15fr);
    align-items: end;
    gap: 2rem;
  }

  .paper-appraisal__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-card--paper .article-media-group[data-media-count]:not([data-media-count="1"]) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-card--paper .article-media-group[data-media-count]:not([data-media-count="1"]) .article-figure:nth-child(odd):last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 639px) {
  .article-card--paper .article-media-group[data-media-count]:not([data-media-count="1"]) {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .article-card--paper .article-media-group[data-media-count]:not([data-media-count="1"]) .article-figure {
    width: 100%;
    flex: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .paper-source__action {
    transition: none;
  }
}

@media print {
  .paper-verdict {
    color: #0f172a;
    background: #fff;
    border-top: 1px solid #cbd5e1;
    border-bottom: 1px solid #cbd5e1;
  }

  .paper-verdict .paper-summary__title,
  .paper-summary__bottom-line {
    color: #0f172a;
  }

  .paper-source__action {
    color: #0f172a;
    background: #fff;
    border-color: #94a3b8;
  }

  .article-card--paper .article-media-group[data-media-count]:not([data-media-count="1"]) {
    grid-template-columns: minmax(0, 1fr);
  }
}

.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgba(156, 163, 175, 1) !important;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1)) !important;
}

.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgba(156, 163, 175, 1) !important;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1)) !important;
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 213, 219, 1) !important;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1)) !important;
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 244, 246, 1) !important;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 250, 251, 1) !important;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 85, 99, 1) !important;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity, 1)) !important;
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 213, 219, 1) !important;
  color: rgba(209, 213, 219, var(--tw-text-opacity, 1)) !important;
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, 1) !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1)) !important;
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 65, 81, 1) !important;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1)) !important;
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(31, 41, 55, 1) !important;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1)) !important;
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 24, 39, 1) !important;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1)) !important;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

.hover\:underline:hover {
  text-decoration-line: underline !important;
}

.focus\:border-sky-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(14, 165, 233, 1) !important;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity, 1)) !important;
}

.focus\:border-white:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, 1) !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1)) !important;
}

.focus\:placeholder-gray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, 1) !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity, 1)) !important;
}

.focus\:placeholder-gray-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 163, 175, 1) !important;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity, 1)) !important;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0)) !important;
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset !important;
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity, 1)) !important;
}

.focus\:ring-sky-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity, 1)) !important;
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity, 1)) !important;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px !important;
}

.focus\:ring-offset-gray-800:focus {
  --tw-ring-offset-color: #1f2937 !important;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed !important;
}

.disabled\:bg-gray-50:disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 250, 251, 1) !important;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1)) !important;
}

.disabled\:text-gray-300:disabled {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 213, 219, 1) !important;
  color: rgba(209, 213, 219, var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 640px) {

  .sm\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .sm\:mt-4 {
    margin-top: 1rem !important;
  }

  .sm\:flex {
    display: flex !important;
  }

  .sm\:h-2\/3 {
    height: 66.666667% !important;
  }

  .sm\:flex-row {
    flex-direction: row !important;
  }

  .sm\:items-end {
    align-items: flex-end !important;
  }

  .sm\:justify-between {
    justify-content: space-between !important;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .sm\:border-l {
    border-left-width: 1px !important;
  }

  .sm\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, 1) !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1)) !important;
  }

  .sm\:p-6 {
    padding: 1.5rem !important;
  }

  .sm\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .sm\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .sm\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .sm\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .sm\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .sm\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .sm\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .sm\:leading-8 {
    line-height: 2rem !important;
  }
}

@media (min-width: 768px) {

  .md\:static {
    position: static !important;
  }

  .md\:absolute {
    position: absolute !important;
  }

  .md\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .md\:left-0 {
    left: 0px !important;
  }

  .md\:mt-0 {
    margin-top: 0px !important;
  }

  .md\:flex {
    display: flex !important;
  }

  .md\:grid {
    display: grid !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:max-w-none {
    max-width: none !important;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:place-items-center {
    align-items: center !important;
    justify-items: center !important;
    place-items: center !important;
  }

  .md\:items-center {
    align-items: center !important;
  }

  .md\:justify-between {
    justify-content: space-between !important;
  }

  .md\:gap-8 {
    gap: 2rem !important;
  }

  .md\:backdrop-blur-none {
    --tw-backdrop-blur:   !important;
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }
}

@media (min-width: 1024px) {

  .lg\:static {
    position: static !important;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .lg\:flex {
    display: flex !important;
  }

  .lg\:max-w-none {
    max-width: none !important;
  }

  .lg\:max-w-xs {
    max-width: 20rem !important;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:items-center {
    align-items: center !important;
  }

  .lg\:justify-end {
    justify-content: flex-end !important;
  }

  .lg\:border-l {
    border-left-width: 1px !important;
  }

  .lg\:border-t-0 {
    border-top-width: 0px !important;
  }

  .lg\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .lg\:pt-24 {
    padding-top: 6rem !important;
  }
}

@media (min-width: 1280px) {

  .xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .xl\:mt-0 {
    margin-top: 0px !important;
  }

  .xl\:flex {
    display: flex !important;
  }

  .xl\:grid {
    display: grid !important;
  }

  .xl\:hidden {
    display: none !important;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:items-center {
    align-items: center !important;
  }

  .xl\:gap-8 {
    gap: 2rem !important;
  }

  .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse))) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:pr-0 {
    padding-right: 0px !important;
  }
}
