:root {
  --background: rgb(252 252 252);
  --a1: rgba(0 0 0/0.05);
  --a2: rgba(0 0 0/0.1);
  --foreground: rgb(28 28 29);
  --shadow: 0px 6px 20px rgb(0 0 0/20%);
  --unit: 8px;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 20vh;
}

.rounded-corners {
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (min-width: 834px) {
  .rounded-corners {
    border-radius: 0.75rem;
  }
}
@media (min-width: 1194px) {
  .rounded-corners {
    border-radius: 1rem;
  }
}
body {
  font-family: var(--font-roobert, "Roobert", system-ui, sans-serif);
}
@media (min-width: 834px) {
}
@media (min-width: 1194px) {
  .md\:prose-body-sb {
    font-size: 1rem;
    line-height: 120%;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    font-weight: 600;
    stylistic-alternates-off: true;
  }
}

.a11y-skiplink {
  font-size: 0.88rem;
  line-height: 0.88rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 600;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-surface-default) /
      var(--palette-surface-default-opacity, var(--tw-bg-opacity))
  );
}
.a11y-skiplink:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  position: fixed;
  top: 0.25rem;
  left: 0.25rem;
  z-index: 9999;
  display: block;
  padding: 0.75rem;
}
:focus-visible:not(.focus-visible-none) {
  overflow: hidden;
  border-radius: 0.375rem;
}
:focus-visible:not(.focus-visible-none):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
:focus-visible:not(.focus-visible-none) {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 5px #00aaff !important;
  z-index: 9999;
}
@supports selector(:has(:focus-visible)) {
  .focus-container-soft:has(:focus-visible),
  .focus-container:has(:focus-visible) {
    overflow: hidden;
    border-radius: 0.375rem;
  }
  .focus-container-soft:has(:focus-visible):focus,
  .focus-container:has(:focus-visible):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .focus-container-soft:has(:focus-visible),
  .focus-container:has(:focus-visible) {
    box-shadow:
      0 0 0 1px #fff,
      0 0 0 5px #00aaff !important;
    z-index: 9999;
  }
}
@media (hover: none) and (pointer: coarse) {
  @supports selector(:has(:focus-visible)) {
    .focus-container-soft:has(:focus-visible),
    .focus-container:has(:focus-visible) {
      box-shadow: none !important;
      outline: none !important;
    }
  }
}
.focus-container :focus-visible {
  box-shadow: none !important;
  outline: none !important;
}
.rounded-full:focus-visible {
  border-radius: 9999px !important;
}
[data-theme="dark"] :focus-visible:not(.focus-visible-none) {
  box-shadow:
    0 0 0 1px #15103a,
    0 0 0 5px #00aaff !important;
}
@media (hover: none) and (pointer: coarse) {
  [data-theme="dark"] :focus-visible:not(.focus-visible-none) {
    box-shadow: none !important;
    outline: none !important;
  }
}
@supports selector(:has(:focus-visible)) {
  [data-theme="dark"] .focus-container-soft:has(:focus-visible),
  [data-theme="dark"] .focus-container:has(:focus-visible) {
    box-shadow:
      0 0 0 1px #15103a,
      0 0 0 5px #00aaff !important;
  }
}
@media (hover: none) and (pointer: coarse) {
  @supports selector(:has(:focus-visible)) {
    [data-theme="dark"] .focus-container-soft:has(:focus-visible),
    [data-theme="dark"] .focus-container:has(:focus-visible) {
      box-shadow: none !important;
      outline: none !important;
    }
  }
}
[data-theme="dark"] .focus-container :focus-visible,
[data-theme="dark"] .focus-container-soft :focus-visible {
  box-shadow: none !important;
  outline: none !important;
}
@media (min-width: 834px) {
  .sm\:rounded-full:focus-visible {
    border-radius: 9999px !important;
  }
}
*,
:after,
:before {
  --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: rgb(59 130 246/0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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: rgb(59 130 246/0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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
*/
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}
:after,
:before {
  --tw-content: "";
}
:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b {
  font-weight: bolder;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
h1,
h2,
hr,
p {
  margin: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role="button"],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg {
  display: block;
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
html {
  font-family: var(--font-roobert), Roobert, system-ui, sans-serif;
}
body {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-surface-default) /
      var(--palette-surface-default-opacity, var(--tw-bg-opacity))
  );
  font-size: 1rem;
}
* {
  box-sizing: border-box;
}
a,
button,
h1,
h2,
p,
span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration-line: none;
  display: inherit;
}
img {
  max-width: 100%;
  border-width: 0;
}
::-moz-placeholder,
input::-moz-placeholder {
  font-family: var(--font-roobert), Roobert, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
::-moz-placeholder {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-on-surface-default) /
      var(--palette-on-surface-default-opacity, var(--tw-text-opacity))
  );
  opacity: 0.56;
}
.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;
}
.prose :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.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;
}
.prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.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;
}
.prose
  :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C" "\201D" "\2018" "\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.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;
}
.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-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.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;
}
.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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.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);
}
.prose
  :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 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;
}
.prose
  :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  text-align: start;
}
.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
  :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;
}
.prose
  :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose
  :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 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;
}
.prose :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.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;
}
.prose
  :where(thead th:first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-inline-start: 0;
}
.prose
  :where(thead th:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-inline-end: 0;
}
.prose
  :where(tbody td, tfoot td):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose
  :where(tbody td:first-child, tfoot td:first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-inline-start: 0;
}
.prose
  :where(tbody td:last-child, tfoot td:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-inline-end: 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-h2-b {
  line-height: 130%;
  font-weight: 600;
  overflow-wrap: break-word;
  word-break: break-word;
}
.prose-h2-b {
  font-size: 1.5rem;
}
.prose-h3-b {
  line-height: 130%;
  font-weight: 600;
}
.prose-h3-b {
  overflow-wrap: break-word;
  word-break: break-word;
  font-size: 1.13rem;
}
.prose-teaser-info-m {
  font-weight: 500;
}
.prose-teaser-info-b,
.prose-teaser-info-m {
  font-size: 0.88rem;
  line-height: 0.88rem;
  overflow-wrap: break-word;
  word-break: break-word;
  letter-spacing: 0.02em;
}
.prose-teaser-info-b {
  font-weight: 600;
}
.prose-button-b {
  font-size: 0.88rem;
  line-height: 0.88rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 600;
}
.prose-label-r {
  font-weight: 400;
  font-size: 0.63rem;
  line-height: 0.63rem;
  overflow-wrap: break-word;
  word-break: break-word;
}
.prose-label-m {
  font-size: 0.88rem;
  line-height: 0.88rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.prose-body-sb {
  font-size: 1rem;
  line-height: 120%;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  font-weight: 600;
  stylistic-alternates-off: true;
}
.prose-body-small-r {
  font-weight: 400;
}
.prose-body-small-r {
  font-size: 0.88rem;
  line-height: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.prose-body-small-sb {
  font-size: 0.88rem;
  line-height: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  font-weight: 600;
  stylistic-alternates-off: true;
}
.prose-article-body-r {
  font-size: 1.13rem;
  line-height: 150%;
  stylistic-alternates-off: true;
  overflow-wrap: break-word;
  word-break: break-word;
}
.prose-article-h1 {
  font-size: 2rem;
}
.prose-article-h1,
.prose-article-h2 {
  line-height: 130%;
  font-weight: 600;
  overflow-wrap: break-word;
  word-break: break-word;
}
.prose-article-h2 {
  font-size: 1.5rem;
}
.prose-article-body-small-m {
  font-size: 1rem;
  line-height: 150%;
  stylistic-alternates-off: true;
  overflow-wrap: break-word;
  word-break: break-word;
}
.prose-article-body-small-m {
  font-weight: 500;
}
.screen-reader-only {
  position: absolute;
  left: -10000px;
  top: auto;
  height: 0;
  width: 0;
  overflow: hidden;
}
.break-words {
  word-break: break-word;
}
.prose-h2-b {
  font-size: 1.125rem;
}
@media (min-width: 834px) {
  .prose-h2-b {
    font-size: 1.31rem;
  }
}
@media (min-width: 1194px) {
  .prose-h2-b {
    font-size: 1.5rem;
  }
}
.line-clamp-precise {
  margin-bottom: -1px;
  margin-top: -1px;
  line-height: calc(1em + 2px);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-x-0 {
  left: 0;
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.bottom-10 {
  bottom: 2.5rem;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.top-0 {
  top: 0;
}
.top-\[80px\] {
  top: 80px;
}
.z-10 {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[9003\] {
  z-index: 9003;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-bottomInteraction {
  z-index: 9002;
}
.z-header {
  z-index: 9000;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-\[3px\] {
  margin-bottom: -3px;
}
.-mt-16 {
  margin-top: -4rem;
}
.-mt-px {
  margin-top: -1px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-1 {
  -webkit-line-clamp: 1;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-16 {
  height: 4rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[calc\(100vh-80px\)\] {
  height: calc(100vh - 80px);
}
.h-\[fit-content\] {
  height: -moz-fit-content;
  height: fit-content;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-0 {
  min-height: 0;
}
.min-h-\[20vh\] {
  min-height: 20vh;
}
.w-10 {
  width: 2.5rem;
}
.w-16 {
  width: 4rem;
}
.w-24 {
  width: 6rem;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[calc\(100\%\+40px\)\] {
  width: calc(100% + 40px);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0,
.shrink-0 {
  flex-shrink: 0;
}
.translate-y-full {
  --tw-translate-y: 100%;
  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));
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.list-none {
  list-style-type: none;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-\[1fr\] {
  grid-template-columns: 1fr;
}
.grid-rows-\[auto_1fr\] {
  grid-template-rows: auto 1fr;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.self-start {
  align-self: flex-start;
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-on-surface-default {
  --tw-border-opacity: 1;
  border-color: hsl(
    var(--palette-on-surface-default) /
      var(--palette-on-surface-default-opacity, var(--tw-border-opacity))
  );
}
.border-on-surface-default\/10 {
  border-color: hsl(var(--palette-on-surface-default) / 0.1);
}
.border-surface-lowest {
  --tw-border-opacity: 1;
  border-color: hsl(
    var(--palette-surface-lowest) /
      var(--palette-surface-lowest-opacity, var(--tw-border-opacity))
  );
}
.border-transparent {
  --tw-border-opacity: 1;
  border-color: hsl(
    var(--palette-transparent) /
      var(--palette-transparent-opacity, var(--tw-border-opacity))
  );
}
.border-transparent-inverse\/25 {
  border-color: hsl(var(--palette-transparent-inverse) / 0.25);
}
.bg-black\/40 {
  background-color: rgb(0 0 0/0.4);
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-primary) /
      var(--palette-primary-opacity, var(--tw-bg-opacity))
  );
}
.bg-primary-container-subtle {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-primary-container-subtle) /
      var(--palette-primary-container-subtle-opacity, var(--tw-bg-opacity))
  );
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-secondary) /
      var(--palette-secondary-opacity, var(--tw-bg-opacity))
  );
}
.bg-surface-default {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-surface-default) /
      var(--palette-surface-default-opacity, var(--tw-bg-opacity))
  );
}
.bg-surface-low {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-surface-low) /
      var(--palette-surface-low-opacity, var(--tw-bg-opacity))
  );
}
.bg-surface-lowest {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-surface-lowest) /
      var(--palette-surface-lowest-opacity, var(--tw-bg-opacity))
  );
}
.bg-transparent {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-transparent) /
      var(--palette-transparent-opacity, var(--tw-bg-opacity))
  );
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-surface-default {
  --tw-gradient-from: hsl(
      var(--palette-surface-default)/var(--palette-surface-default-opacity, 1)
    )
    var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--palette-surface-default)/0)
    var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: hsl(
      var(--palette-transparent)/var(--palette-transparent-opacity, 1)
    )
    var(--tw-gradient-to-position);
}
.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}
.fill-on-primary {
  fill: hsl(var(--palette-on-primary) / var(--palette-on-primary-opacity, 1));
}
.fill-primary {
  fill: hsl(var(--palette-primary) / var(--palette-primary-opacity, 1));
}
.p-0 {
  padding: 0;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-px {
  padding: 1px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-0 {
  padding-top: 0;
}
.text-\[32px\] {
  font-size: 32px;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.leading-\[32px\] {
  line-height: 32px;
}
.\!text-on-surface-default {
  --tw-text-opacity: 1 !important;
  color: hsl(
    var(--palette-on-surface-default) /
      var(--palette-on-surface-default-opacity, var(--tw-text-opacity))
  ) !important;
}
.text-fixed-on-surface-dark {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-fixed-on-surface-dark) /
      var(--palette-fixed-on-surface-dark-opacity, var(--tw-text-opacity))
  );
}
.text-inverse-surface\/75 {
  color: hsl(var(--palette-inverse-surface) / 0.75);
}
.text-on-primary {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-on-primary) /
      var(--palette-on-primary-opacity, var(--tw-text-opacity))
  );
}
.text-on-surface-default {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-on-surface-default) /
      var(--palette-on-surface-default-opacity, var(--tw-text-opacity))
  );
}
.text-on-surface-weak {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-on-surface-weak) /
      var(--palette-on-surface-weak-opacity, var(--tw-text-opacity))
  );
}
.text-primary {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-primary) /
      var(--palette-primary-opacity, var(--tw-text-opacity))
  );
}
.text-static-on-live-accent {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-static-on-live-accent) /
      var(--palette-static-on-live-accent-opacity, var(--tw-text-opacity))
  );
}
.text-transparent {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-transparent) /
      var(--palette-transparent-opacity, var(--tw-text-opacity))
  );
}
.opacity-50 {
  opacity: 0.5;
}
.shadow-highlight-s {
  --tw-shadow: 0px 8px 16px 0px hsl(var(--palette-primary)/16%);
  --tw-shadow-colored: 0px 8px 16px 0px var(--tw-shadow-color);
}
.shadow-highlight-s {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.transition-\[font-size\] {
  transition-property: font-size;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-colors {
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.duration-500 {
  transition-duration: 0.5s;
}
.duration-\[250ms\] {
  transition-duration: 0.25s;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\@container\/play-indicator {
  container-type: inline-size;
  container-name: play-indicator;
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
[data-theme="light"] {
  --palette-functional-a11y-focus: 200 100% 50%;
  --palette-functional-danger: 1.6000000000000227 100% 63.3%;
  --palette-functional-info: 246.89999999999998 85.4% 59.8%;
  --palette-functional-on-a11y-focus: 225 89.7% 11.4%;
  --palette-functional-on-danger: 261.1 96.6% 11.6%;
  --palette-functional-on-info: 0 0% 100%;
  --palette-functional-on-success: 261.1 96.6% 11.6%;
  --palette-functional-on-warning: 261.1 96.6% 11.6%;
  --palette-functional-success: 139.89999999999998 60.2% 52.7%;
  --palette-functional-warning: 41 100% 59.8%;
  --palette-primary: 246.89999999999998 85.4% 59.8%;
  --palette-on-primary: 0 0% 100%;
  --palette-primary-hover: 246.39999999999998 59.4% 49.2%;
  --palette-on-primary-hover: 0 0% 100%;
  --palette-primary-active: 246 58.3% 40.4%;
  --palette-on-primary-active: 0 0% 100%;
  --palette-primary-container-elevated: 252.60000000000002 65.5% 71.6%;
  --palette-on-primary-container-elevated: 261.1 96.6% 11.6%;
  --palette-primary-container-subtle: 246.70000000000005 100% 94.7%;
  --palette-on-primary-container-subtle: 261.1 96.6% 11.6%;
  --palette-secondary: 174.29999999999995 100% 41.2%;
  --palette-on-secondary: 261.1 96.6% 11.6%;
  --palette-secondary-hover: 173.70000000000005 100% 37.3%;
  --palette-on-secondary-hover: 261.1 96.6% 11.6%;
  --palette-secondary-active: 173.29999999999995 100% 30%;
  --palette-on-secondary-active: 261.1 96.6% 11.6%;
  --palette-secondary-container: 148.39999999999998 70.4% 94.7%;
  --palette-on-secondary-container: 261.1 96.6% 11.6%;
  --palette-secondary-container-elevated: 169.60000000000002 77.5% 82.5%;
  --palette-on-secondary-container-elevated: 261.1 96.6% 11.6%;
  --palette-tertiary: 261.1 96.6% 11.6%;
  --palette-tertiary-opacity: 0;
  --palette-on-tertiary: 261.1 96.6% 11.6%;
  --palette-tertiary-hover: 261.1 96.6% 11.6%;
  --palette-tertiary-hover-opacity: 0.1;
  --palette-on-tertiary-hover: 261.1 96.6% 11.6%;
  --palette-tertiary-active: 261.1 96.6% 11.6%;
  --palette-tertiary-active-opacity: 0.25;
  --palette-on-tertiary-active: 261.1 96.6% 11.6%;
  --palette-tertiary-container: 261.1 96.6% 11.6%;
  --palette-tertiary-container-opacity: 0;
  --palette-on-tertiary-container: 261.1 96.6% 11.6%;
  --palette-tertiary-container-elevated: 261.1 96.6% 11.6%;
  --palette-tertiary-container-elevated-opacity: 0.05;
  --palette-on-tertiary-container-elevated: 261.1 96.6% 11.6%;
  --palette-surface-default: 0 0% 100%;
  --palette-surface-default-elevated: 0 0% 100%;
  --palette-surface-low: 240 44% 95.1%;
  --palette-surface-lowest: 240 38.5% 97.5%;
  --palette-surface-high: 240 71.4% 97.3%;
  --palette-surface-highest: 246.70000000000005 100% 94.7%;
  --palette-on-surface-default: 261.1 96.6% 11.6%;
  --palette-on-surface-weak: 261.1 96.6% 11.6%;
  --palette-on-surface-weak-opacity: 0.75;
  --palette-on-surface-weakest: 261.1 96.6% 11.6%;
  --palette-on-surface-weakest-opacity: 0.5;
  --palette-inverse-surface: 261.1 96.6% 11.6%;
  --palette-inverse-on-surface: 0 0% 100%;
  --palette-fixed-surface-dark: 237.89999999999998 41.2% 13.3%;
  --palette-fixed-surface-light: 0 0% 100%;
  --palette-fixed-on-surface-dark: 0 0% 100%;
  --palette-fixed-on-surface-light: 261.1 96.6% 11.6%;
  --palette-static-analyse-accent: 174.29999999999995 100% 41.2%;
  --palette-static-analyse-bg: 174.39999999999998 66.2% 87.3%;
  --palette-static-on-analyse-accent: 261.1 96.6% 11.6%;
  --palette-static-on-analyse-bg: 261.1 96.6% 11.6%;
  --palette-static-author-accent: 261.1 96.6% 11.6%;
  --palette-static-author-bg: 30 50% 90.6%;
  --palette-static-on-author-accent: 0 0% 100%;
  --palette-static-on-author-bg: 261.1 96.6% 11.6%;
  --palette-static-breaking-accent: 0 79.6% 52%;
  --palette-static-breaking-bg: 356.29999999999995 100% 87.5%;
  --palette-static-on-breaking-accent: 0 0% 100%;
  --palette-static-on-breaking-bg: 261.1 96.6% 11.6%;
  --palette-static-cultuurmedia-accent: 342.20000000000005 100% 73.5%;
  --palette-static-cultuurmedia-bg: 341.79999999999995 100% 93.5%;
  --palette-static-on-cultuurmedia-accent: 261.1 96.6% 11.6%;
  --palette-static-on-cultuurmedia-bg: 261.1 96.6% 11.6%;
  --palette-static-dynamic-dark-bg: 261.1 96.6% 11.6%;
  --palette-static-dynamic-light-bg: 0 0% 100%;
  --palette-static-on-dynamic-dark-bg: 0 0% 100%;
  --palette-static-on-dynamic-light-bg: 261.1 96.6% 11.6%;
  --palette-static-live-accent: 0 79.6% 52%;
  --palette-static-live-bg: 0 0% 100%;
  --palette-static-live-button: 0 79.6% 52%;
  --palette-static-live-button-active: 0.8000000000000114 100% 15.1%;
  --palette-static-live-button-hover: 0 70.4% 39.8%;
  --palette-static-on-live-accent: 0 0% 100%;
  --palette-static-on-live-bg: 261.1 96.6% 11.6%;
  --palette-static-on-live-button: 0 0% 100%;
  --palette-static-on-live-button-active: 0 0% 100%;
  --palette-static-on-live-button-hover: 0 0% 100%;
  --palette-static-liveblog-accent: 246.89999999999998 85.4% 59.8%;
  --palette-static-liveblog-accent-on-breaking-bg: 0 0% 100%;
  --palette-static-liveblog-accent-on-dynamic-dark-bg: 0 0% 100%;
  --palette-static-liveblog-accent-on-dynamic-light-bg: 261.1 96.6% 11.6%;
  --palette-static-liveblog-bg: 246.39999999999998 87.5% 93.7%;
  --palette-static-liveblog-bg-on-breaking-bg: 0 0% 100%;
  --palette-static-liveblog-bg-on-breaking-bg-opacity: 0.25;
  --palette-static-liveblog-bg-on-dynamic-dark-bg: 0 0% 100%;
  --palette-static-liveblog-bg-on-dynamic-dark-bg-opacity: 0.1;
  --palette-static-liveblog-bg-on-dynamic-light-bg: 261.1 96.6% 11.6%;
  --palette-static-liveblog-bg-on-dynamic-light-bg-opacity: 0.1;
  --palette-static-on-liveblog-accent: 0 0% 100%;
  --palette-static-on-liveblog-bg: 261.1 96.6% 11.6%;
  --palette-static-opinion-accent: 247.20000000000005 78.8% 66.7%;
  --palette-static-opinion-bg: 247.5 80% 96.1%;
  --palette-static-on-opinion-accent: 0 0% 100%;
  --palette-static-on-opinion-bg: 261.1 96.6% 11.6%;
  --palette-static-region-accent: 48 100% 75.5%;
  --palette-static-region-bg: 247.20000000000005 55.7% 29.2%;
  --palette-static-on-region-accent: 261.1 96.6% 11.6%;
  --palette-static-on-region-bg: 0 0% 100%;
  --palette-static-research-accent: 174.29999999999995 100% 41.2%;
  --palette-static-research-accent-2: 246.89999999999998 85.4% 59.8%;
  --palette-static-on-research-accent: 0 0% 100%;
  --palette-static-on-research-accent-2: 0 0% 100%;
  --palette-static-weather-cloudy-bg: 212.29999999999995 100% 92.4%;
  --palette-static-weather-code-orange: 41 100% 59.8%;
  --palette-static-weather-code-red: 356.29999999999995 100% 87.5%;
  --palette-static-weather-code-yellow: 39.60000000000002 92.2% 90%;
  --palette-static-weather-snowy-bg: 340 10.3% 94.3%;
  --palette-static-weather-stormy-bg: 268.29999999999995 62.1% 88.6%;
  --palette-static-weather-sunny-bg: 39.60000000000002 92.2% 90%;
  --palette-static-weather-cloudy-accent: 216.10000000000002 100% 21.2%;
  --palette-static-weather-snowy-accent: 214.29999999999995 14.3% 48%;
  --palette-static-weather-stormy-accent: 280.29999999999995 50.3% 30.8%;
  --palette-static-weather-sunny-accent: 39.69999999999999 100% 34.7%;
  --palette-static-on-weather-cloudy-bg: 261.1 96.6% 11.6%;
  --palette-static-on-weather-code-orange: 261.1 96.6% 11.6%;
  --palette-static-on-weather-code-red: 261.1 96.6% 11.6%;
  --palette-static-on-weather-code-yellow: 261.1 96.6% 11.6%;
  --palette-static-on-weather-snowy-bg: 261.1 96.6% 11.6%;
  --palette-static-on-weather-stormy-bg: 261.1 96.6% 11.6%;
  --palette-static-on-weather-sunny-bg: 261.1 96.6% 11.6%;
  --palette-transparent-default: 0 0% 100%;
  --palette-transparent-default-opacity: 0;
  --palette-transparent-inverse: 261.1 96.6% 11.6%;
  --palette-transparent-inverse-opacity: 0;
  --palette-transparent: 0 0% 0%;
  --palette-transparent-opacity: 0;
  --palette-background-elections: 30 50% 90.6%;
  --palette-background-elections-light: 27.30000000000001 52.4% 95.9%;
  --palette-background-gradient-shade: 247.20000000000005 56.1% 43.7%;
  --palette-background-gradient: 247.20000000000005 78.8% 66.7%;
  --palette-background-vrt-max: 223.20000000000005 100% 11.2%;
  --palette-primary-inverse: 246.89999999999998 85.4% 59.8%;
  --palette-primary-sporza: 92.89999999999998 100% 51.4%;
  --palette-sporza-accent: 92.60000000000002 87.2% 15.3%;
  --palette-custom-vrt-max-banner-overlay: 225.39999999999998 27.9% 28.8%;
  --palette-custom-sporza-banner-overlay: 0 0% 16.1%;
  --palette-background-max: 246.29999999999995 32.2% 23.1%;
  --palette-primary-vrt-max: 1.6000000000000227 100% 63.3%;
  --palette-background-sporza: 0 0% 0%;
}

.bg-linear-gradient {
  background-image: linear-gradient(
    216.77deg,
    #5541f0 23.83%,
    rgba(85, 65, 240, 0.4) 51.2%
  );
}

.\[font-variant-ligatures\:none\] {
  font-variant-ligatures: none;
}
@media screen and (max-width: 399px) {
  .prose-article-h1 {
    font-size: 1.5rem;
    line-height: 120%;
  }
  .prose-article-h2 {
    font-size: 1.375rem;
    line-height: 120%;
  }
}
a:-webkit-any-link {
  color: inherit;
}
@media (min-width: 834px) {
}
@media (min-width: 1194px) {
  .md\:prose-body-sb {
    font-size: 1rem;
    line-height: 120%;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    font-weight: 600;
    stylistic-alternates-off: true;
  }
}
.hover\:bg-on-surface-default:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-on-surface-default) /
      var(--palette-on-surface-default-opacity, var(--tw-bg-opacity))
  );
}
.hover\:bg-primary-hover:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-primary-hover) /
      var(--palette-primary-hover-opacity, var(--tw-bg-opacity))
  );
}

.hover\:text-surface-default:hover {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-surface-default) /
      var(--palette-surface-default-opacity, var(--tw-text-opacity))
  );
}
.hover\:\[background\:linear-gradient\(126\.65deg\2c
  hsl\(var\(--palette-surface-lowest\)\)_25\.96\%\2c
  hsl\(var\(--palette-surface-default\)\)_97\.7\%\)\]:hover {
  background: linear-gradient(
    126.65deg,
    hsl(var(--palette-surface-lowest)) 25.96%,
    hsl(var(--palette-surface-default)) 97.7%
  );
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-\[2px\]:focus-visible {
  --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, 0 0 #0000);
}
.focus-visible\:ring-secondary:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(
    var(--palette-secondary)/var(
        --palette-secondary-opacity,
        var(--tw-ring-opacity)
      )
  );
}
.focus-visible\:ring-offset-\[2px\]:focus-visible {
  --tw-ring-offset-width: 2px;
}
.group:hover .group-hover\:fill-primary-hover {
  fill: hsl(
    var(--palette-primary-hover) / var(--palette-primary-hover-opacity, 1)
  );
}
.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-primary) /
      var(--palette-primary-opacity, var(--tw-text-opacity))
  );
}
.group:hover .group-hover\:text-primary-hover {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-primary-hover) /
      var(--palette-primary-hover-opacity, var(--tw-text-opacity))
  );
}
.has-\[button\:hover\]\:border-\[1\.5px_solid\]:has(button:hover) {
  border-color: 1.5px solid;
}
.has-\[button\:hover\]\:border-primary:has(button:hover) {
  --tw-border-opacity: 1;
  border-color: hsl(
    var(--palette-primary) /
      var(--palette-primary-opacity, var(--tw-border-opacity))
  );
}
@container (min-width: 174px) {
}
@container teaser (min-width: 300px) {
}
@container weather-teaser (min-width: 375px) {
}
@container teaser (min-width: 380px) {
}
@container (min-width: 450px) {
}
@container (min-width: 500px) {
}
@container banner (min-width: 568px) {
}
@container barometer-widget (min-width: 834px) {
}
@container (min-width: 834px) {
}
@container banner (min-width: 1194px) {
}
:is(.light > .light\:border-b:not([data-theme])) {
  border-bottom-width: 1px;
}
:is(.light > .light\:text-fixed-surface-light:not([data-theme])) {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-fixed-surface-light) /
      var(--palette-fixed-surface-light-opacity, var(--tw-text-opacity))
  );
}
:is(.light > .light\:text-on-surface-weak:not([data-theme])) {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-on-surface-weak) /
      var(--palette-on-surface-weak-opacity, var(--tw-text-opacity))
  );
}
:is(.light .light\:border-b:not(.light [data-theme]:not(.light) *)) {
  border-bottom-width: 1px;
}
:is(
  .light .light\:text-fixed-surface-light:not(.light [data-theme]:not(.light) *)
) {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-fixed-surface-light) /
      var(--palette-fixed-surface-light-opacity, var(--tw-text-opacity))
  );
}
:is(
  .light .light\:text-on-surface-weak:not(.light [data-theme]:not(.light) *)
) {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-on-surface-weak) /
      var(--palette-on-surface-weak-opacity, var(--tw-text-opacity))
  );
}
:is(.light:not(:has([data-theme])) .light\:border-b:not([data-theme])) {
  border-bottom-width: 1px;
}
:is(
  .light:not(:has([data-theme]))
    .light\:text-fixed-surface-light:not([data-theme])
) {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-fixed-surface-light) /
      var(--palette-fixed-surface-light-opacity, var(--tw-text-opacity))
  );
}
:is(
  .light:not(:has([data-theme])) .light\:text-on-surface-weak:not([data-theme])
) {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-on-surface-weak) /
      var(--palette-on-surface-weak-opacity, var(--tw-text-opacity))
  );
}
:is([data-theme="light"] > .light\:border-b:not([data-theme])) {
  border-bottom-width: 1px;
}
:is([data-theme="light"] > .light\:text-fixed-surface-light:not([data-theme])) {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-fixed-surface-light) /
      var(--palette-fixed-surface-light-opacity, var(--tw-text-opacity))
  );
}
:is([data-theme="light"] > .light\:text-on-surface-weak:not([data-theme])) {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-on-surface-weak) /
      var(--palette-on-surface-weak-opacity, var(--tw-text-opacity))
  );
}
:is(
  [data-theme="light"]
    .light\:border-b:not(
      [data-theme="light"] [data-theme]:not([data-theme="light"]) *
    )
) {
  border-bottom-width: 1px;
}
:is(
  [data-theme="light"]
    .light\:text-fixed-surface-light:not(
      [data-theme="light"] [data-theme]:not([data-theme="light"]) *
    )
) {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-fixed-surface-light) /
      var(--palette-fixed-surface-light-opacity, var(--tw-text-opacity))
  );
}
:is(
  [data-theme="light"]
    .light\:text-on-surface-weak:not(
      [data-theme="light"] [data-theme]:not([data-theme="light"]) *
    )
) {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-on-surface-weak) /
      var(--palette-on-surface-weak-opacity, var(--tw-text-opacity))
  );
}
:is(
  [data-theme="light"]:not(:has([data-theme]))
    .light\:border-b:not([data-theme])
) {
  border-bottom-width: 1px;
}
:is(
  [data-theme="light"]:not(:has([data-theme]))
    .light\:text-fixed-surface-light:not([data-theme])
) {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-fixed-surface-light) /
      var(--palette-fixed-surface-light-opacity, var(--tw-text-opacity))
  );
}
:is(
  [data-theme="light"]:not(:has([data-theme]))
    .light\:text-on-surface-weak:not([data-theme])
) {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-on-surface-weak) /
      var(--palette-on-surface-weak-opacity, var(--tw-text-opacity))
  );
}
@media (min-width: 834px) {
  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .sm\:ml-6 {
    margin-left: 1.5rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:inline-flex {
    display: inline-flex;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-8 {
    height: 2rem;
  }
  .sm\:h-\[80px\] {
    height: 80px;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:max-w-\[280px\] {
    max-width: 280px;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-\[112px_1fr\] {
    grid-template-columns: 112px 1fr;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:gap-4 {
    gap: 1rem;
  }
  .sm\:gap-6 {
    gap: 1.5rem;
  }
  .sm\:rounded-2xl {
    border-radius: 1rem;
  }
  .sm\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
  .sm\:border-b {
    border-bottom-width: 1px;
  }
  .sm\:border-l-2 {
    border-left-width: 2px;
  }
  .sm\:border-solid {
    border-style: solid;
  }
  .sm\:border-primary {
    --tw-border-opacity: 1;
    border-color: hsl(
      var(--palette-primary) /
        var(--palette-primary-opacity, var(--tw-border-opacity))
    );
  }
  .sm\:border-surface-lowest {
    --tw-border-opacity: 1;
    border-color: hsl(
      var(--palette-surface-lowest) /
        var(--palette-surface-lowest-opacity, var(--tw-border-opacity))
    );
  }
  .sm\:p-6 {
    padding: 1.5rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:pb-0 {
    padding-bottom: 0;
  }
  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  @container teaser (min-width: 380px) {
  }
  :is(.light > .sm\:light\:border:not([data-theme])) {
    border-width: 1px;
  }
  :is(.light .sm\:light\:border:not(.light [data-theme]:not(.light) *)) {
    border-width: 1px;
  }
  :is(.light:not(:has([data-theme])) .sm\:light\:border:not([data-theme])) {
    border-width: 1px;
  }
  :is([data-theme="light"] > .sm\:light\:border:not([data-theme])) {
    border-width: 1px;
  }
  :is(
    [data-theme="light"]
      .sm\:light\:border:not(
        [data-theme="light"] [data-theme]:not([data-theme="light"]) *
      )
  ) {
    border-width: 1px;
  }
  :is(
    [data-theme="light"]:not(:has([data-theme]))
      .sm\:light\:border:not([data-theme])
  ) {
    border-width: 1px;
  }
}
@media (min-width: 1194px) {
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-\[calc\(100vh-145px\)\] {
    height: calc(100vh - 145px);
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:max-w-full {
    max-width: 100%;
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-\[216px_1fr\] {
    grid-template-columns: 216px 1fr;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:gap-2 {
    gap: 0.5rem;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:pt-6 {
    padding-top: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:pr-4 {
    padding-right: 1rem;
  }
}
.dark\:block:where([data-theme="dark"], [data-theme="dark"] *) {
  display: block;
}
.dark\:hidden:where([data-theme="dark"], [data-theme="dark"] *) {
  display: none;
}
.dark\:border-surface-default\/20:where(
  [data-theme="dark"],
  [data-theme="dark"] *
) {
  border-color: hsl(var(--palette-surface-default) / 0.2);
}
.dark\:border-surface-high:where([data-theme="dark"], [data-theme="dark"] *) {
  --tw-border-opacity: 1;
  border-color: hsl(
    var(--palette-surface-high) /
      var(--palette-surface-high-opacity, var(--tw-border-opacity))
  );
}
.dark\:bg-on-primary-container-elevated:where(
  [data-theme="dark"],
  [data-theme="dark"] *
) {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-on-primary-container-elevated) /
      var(--palette-on-primary-container-elevated-opacity, var(--tw-bg-opacity))
  );
}
.dark\:bg-surface-default:where([data-theme="dark"], [data-theme="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-surface-default) /
      var(--palette-surface-default-opacity, var(--tw-bg-opacity))
  );
}
.dark\:bg-surface-lowest:where([data-theme="dark"], [data-theme="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-surface-lowest) /
      var(--palette-surface-lowest-opacity, var(--tw-bg-opacity))
  );
}

.dark\:bg-gradient-to-b:where([data-theme="dark"], [data-theme="dark"] *) {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.dark\:from-surface-default:where([data-theme="dark"], [data-theme="dark"] *) {
  --tw-gradient-from: hsl(
      var(--palette-surface-default)/var(--palette-surface-default-opacity, 1)
    )
    var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--palette-surface-default)/0)
    var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:to-primary-container-subtle:where(
  [data-theme="dark"],
  [data-theme="dark"] *
) {
  --tw-gradient-to: hsl(
      var(--palette-primary-container-subtle)/var(
          --palette-primary-container-subtle-opacity,
          1
        )
    )
    var(--tw-gradient-to-position);
}
.dark\:\!text-on-surface-default:where(
  [data-theme="dark"],
  [data-theme="dark"] *
) {
  --tw-text-opacity: 1 !important;
  color: hsl(
    var(--palette-on-surface-default) /
      var(--palette-on-surface-default-opacity, var(--tw-text-opacity))
  ) !important;
}
.dark\:text-fixed-surface-dark:where(
  [data-theme="dark"],
  [data-theme="dark"] *
) {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-fixed-surface-dark) /
      var(--palette-fixed-surface-dark-opacity, var(--tw-text-opacity))
  );
}
.dark\:text-primary:where([data-theme="dark"], [data-theme="dark"] *) {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-primary) /
      var(--palette-primary-opacity, var(--tw-text-opacity))
  );
}
.dark\:opacity-10:where([data-theme="dark"], [data-theme="dark"] *) {
  opacity: 0.1;
}
.dark\:\[--lane-bg\:var\(--custom-bg-dark\)\]:where(
  [data-theme="dark"],
  [data-theme="dark"] *
) {
  --lane-bg: var(--custom-bg-dark);
}
.dark\:hover\:text-surface-default:hover:where(
    [data-theme="dark"],
    [data-theme="dark"] *
  ) {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-surface-default) /
      var(--palette-surface-default-opacity, var(--tw-text-opacity))
  );
}
.group:hover
  .dark\:group-hover\:text-surface-default:where(
    [data-theme="dark"],
    [data-theme="dark"] *
  ) {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-surface-default) /
      var(--palette-surface-default-opacity, var(--tw-text-opacity))
  );
}

@media print {
  .print\:hidden {
    display: none;
  }
  .print\:leading-7 {
    line-height: 1.75rem;
  }
}
.\[\&\:focus-visible\]\:rounded-\[100px\]:focus-visible {
  border-radius: 100px;
}
.\[\&_svg\]\:h-8 svg {
  height: 2rem;
}
.\[\&_svg\]\:w-8 svg {
  width: 2rem;
}

@font-face {
  font-family: roobert Fallback;
  src: local("Arial");
  ascent-override: 98.82%;
  descent-override: 25.34%;
  line-gap-override: 0%;
  size-adjust: 101.8%;
}

.report-header,
.row {
  justify-content: space-between;
}
.report-card {
  font-family: var(--font-mono);
  box-sizing: border-box;
}
.cta-form-section,
.report-card,
.report-wrapper {
  box-sizing: border-box;
}
html {
  font-family: roobert, "roobert Fallback";
}
@font-face {
  font-family: SSO;
  font-display: swap;
  src: url(/fonts/Roobert-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SSO;
  font-display: swap;
  src: url(/fonts/Roobert-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: SSO-glyphs;
  font-display: swap;
  src: url(/fonts/SSO-glyphs.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
.report-card {
  background: var(--color-background-primary);
  border: 0.5px solid var(--color-border-secondary);
  border-radius: var(--border-radius-lg);
  padding: 1.5rem;
}
.report-footer,
.report-title-block,
.row + .row,
.section + .section {
  border-top: 0.5px solid var(--color-border-tertiary);
}
.report-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.report-logo {
  height: 32px;
  width: auto;
}
.report-badge {
  background: var(--color-background-danger);
  color: var(--color-text-danger);
  font-size: 11px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 4px;
  letter-spacing: 0.08em;
}
.report-title-block {
  border-bottom: 0.5px solid var(--color-border-tertiary);
  padding: 0.75rem 0;
  margin-bottom: 1.25rem;
  text-align: center;
}
.report-title-block .title {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-primary);
  margin-bottom: 2px;
}
.report-date,
.report-title-block .subtitle {
  font-size: 11px;
  color: var(--color-text-secondary);
}
.report-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  margin-bottom: 1.25rem;
  table-layout: fixed;
}
.report-table thead tr,
.section.shaded {
  background: var(--color-background-secondary);
}
.report-table th {
  padding: 6px 8px;
  color: var(--color-text-secondary);
  font-weight: 500;
  border-bottom: 0.5px solid var(--color-border-secondary);
}
.report-table th:first-child {
  text-align: left;
  width: 22%;
}
.report-table th:nth-child(2) {
  text-align: right;
  width: 28%;
}
.report-table th:nth-child(3) {
  text-align: right;
  width: 24%;
}
.report-table th:nth-child(4) {
  text-align: right;
  width: 26%;
}
.report-table td {
  padding: 7px 8px;
  color: var(--color-text-primary);
  border-bottom: 0.5px solid var(--color-border-tertiary);
}
.report-table td:not(:first-child) {
  text-align: right;
}
.report-table tbody tr:last-child td {
  border-bottom: none;
}
.report-table .rend {
  color: var(--color-text-success);
  font-weight: 500;
}
.report-footer {
  padding-top: 0.75rem;
}
.report-footer .source {
  font-size: 11px;
  color: var(--color-text-secondary);
  margin-bottom: 3px;
}
.report-footer .source-sub {
  font-size: 11px;
  color: var(--color-text-secondary);
  margin-bottom: 0.75rem;
}
.report-warning {
  background: var(--color-background-warning);
  border-left: 3px solid var(--color-text-warning);
  padding: 8px 10px;
  border-radius: 0 4px 4px 0;
  font-size: 12px;
  color: var(--color-text-warning);
  font-weight: 500;
}
.report-card,
body {
  background: var(--color-background-primary);
}
:root {
  --color-background-primary: #ffffff;
  --color-background-secondary: #f5f5f3;
  --color-border-secondary: rgba(0, 0, 0, 0.3);
  --color-border-tertiary: rgba(0, 0, 0, 0.15);
  --color-text-primary: #1a1a1a;
  --color-text-secondary: #6b6b68;
  --color-text-success: #3b6d11;
  --border-radius-lg: 12px;
  --font-mono: ui-monospace, "SFMono-Regular", Consolas, monospace;
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-background-primary: #1e1e1c;
    --color-background-secondary: #2c2c2a;
    --color-border-secondary: rgba(255, 255, 255, 0.3);
    --color-border-tertiary: rgba(255, 255, 255, 0.15);
    --color-text-primary: #f0ede8;
    --color-text-secondary: #a8a49e;
    --color-text-success: #c0dd97;
  }
}
body {
  margin: 0;
  padding: 0;
}
.report-wrapper {
  display: flex;
  justify-content: center;
  padding: 1.5rem 1rem;
}
.report-card {
  border: 0.5px solid var(--color-border-secondary);
  border-radius: var(--border-radius-lg);
  width: 100%;
  max-width: 480px;
  overflow: hidden;
}
.section {
  padding: 1.25rem 1.5rem;
}
.section-label {
  font-size: 11px;
  font-weight: 500;
  color: var(--color-text-secondary);
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.report-name,
.report-title {
  color: var(--color-text-primary);
  margin-bottom: 4px;
  font-weight: 500;
}
.report-name {
  font-size: 13px;
}
.report-title {
  font-size: 15px;
}
.status-row,
.summary-row {
  display: flex;
  margin-bottom: 6px;
}
.row {
  display: flex;
  align-items: center;
  padding: 6px 0;
}
.row .label,
.summary-row .label {
  font-size: 12px;
  color: var(--color-text-secondary);
}
.row .value {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-text-primary);
}
.row .change,
.status-row .text {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-text-success);
}
.summary-row {
  justify-content: space-between;
}
.status-row:last-child,
.summary-row:last-child {
  margin-bottom: 0;
}
.summary-row .value {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-primary);
}
.status-row .icon,
.summary-row .value.highlight {
  font-size: 14px;
  color: var(--color-text-success);
}
.status-row .icon.neutral,
.status-row .text.neutral {
  color: var(--color-text-secondary);
}
.status-row {
  align-items: center;
  gap: 8px;
}
.status-row .text.neutral {
  font-weight: 400;
}
.cta-form-section {
  font-family: Arial, sans-serif;
  width: 100%;
  max-width: 980px;
  margin: 24px auto;
  padding: 34px 26px 38px;
  border-radius: 34px;
  background: linear-gradient(180deg, red 0, #3d7bff 45%, #0f4fd1 100%);
  margin-top: -20px !important;
}

.protected-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.5rem 0;
  background: #eee
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><circle cx="20" cy="20" r="6" fill="%23ccc"/></svg>')
    center/40px no-repeat;
  transition: opacity 0.25s ease;
  opacity: 0.4;
  border-radius: 6px;
  -webkit-user-drag: none;
  user-select: none;
}
.protected-img.loaded {
  opacity: 1;
  background-image: none;
}

.cta-form-text {
  text-align: center;
  color: #fff;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.2px;
  margin: 0 auto;
}
