/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif;
    --font-mono: ui-monospace,monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-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-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :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;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :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;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :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;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :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;
    }
    :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;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :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;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :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;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :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;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :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;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :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;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :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;
    }
    :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;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :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;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :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;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :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;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :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;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :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;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
}
:root {
  --rc-navy: #07234e;
  --rc-ink: #0c1a34;
  --rc-blue: #0754ef;
  --rc-muted: #526783;
  --rc-gold: #ffc84c;
  --rc-border: #e0ebf8;
  --rc-font: "Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body.rc-site {
  margin: 0;
  background: #f8fbff;
  color: var(--rc-ink);
  font-family: var(--rc-font);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
}
.rc-site a {
  text-decoration: none;
  color: inherit;
}
.rc-site button,.rc-site input {
  font: inherit;
}
.rc-site button {
  cursor: pointer;
}
.rc-site img {
  display: block;
  max-width: 100%;
  height: auto;
}
.rc-site :where(h1,h2,h3,h4,p,figure) {
  margin: 0;
}
.rc-site :where(button,input,a):focus-visible {
  outline: 3px solid #ffb829;
  outline-offset: 4px;
}
.rc-site [hidden] {
  display: none !important;
}
.rc-container {
  width: min(1440px,calc(100% - 96px));
  margin-inline: auto;
}
.rc-icon {
  width: 22px;
  height: 22px;
  flex: none;
  display: inline-block;
  vertical-align: middle;
}
.rc-site .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.rc-skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  z-index: 100000;
  padding: 12px 20px;
  background: #fff;
  border: 2px solid var(--rc-blue);
  border-radius: 6px;
}
.rc-skip-link:focus {
  top: 15px;
}
.rc-preview-notice {
  background: #fff6df;
  color: #6b491a;
  border-bottom: 1px solid #ead19f;
  font-size: 12px;
  line-height: 1.65;
  padding: 10px 0;
}
.rc-preview-notice strong {
  font-weight: 800;
  margin-right: 10px;
}
.rc-archive-header>.rc-small-kicker,.rc-document-header>.rc-small-kicker {
  color: #526783;
}
.rc-topbar {
  background: linear-gradient(110deg,#072954,#0b356b);
  color: #fff;
  font-size: 12px;
}
.rc-topbar-inner {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.rc-topbar-inner>div {
  display: flex;
  align-items: center;
  gap: 24px;
}
.rc-topbar a {
  color: #e1edff;
}
.rc-header {
  background: #fff;
  border-bottom: 1px solid #dfebfb;
  position: relative;
  z-index: 30;
  box-shadow: 0 2px 12px #063a7710;
}
.rc-header-inner {
  display: flex;
  align-items: center;
  gap: 34px;
  min-height: 88px;
}
.rc-logo {
  display: flex;
  align-items: center;
  flex: 0 0 350px;
  min-width: 0;
}
.rc-logo img {
  width: 350px;
  max-height: 76px;
  object-fit: contain;
  object-position: left center;
}
.rc-wordmark {
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -2px;
  color: #062451;
  white-space: nowrap;
}
.rc-wordmark b {
  color: #c98106;
}
.rc-primary-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex: 1;
  margin-left: auto;
}
.rc-primary-nav a {
  padding: 22px 0;
  font-size: 15px;
  letter-spacing: -.035em;
  white-space: nowrap;
  font-weight: 800;
  position: relative;
}
.rc-primary-nav a:hover,.rc-primary-nav a[aria-current=page] {
  color: var(--rc-blue);
}
.rc-primary-nav a[aria-current=page]:after {
  content: "";
  height: 3px;
  background: var(--rc-blue);
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  border-radius: 4px;
}
.rc-search-shortcut {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--rc-border);
  border-radius: 50%;
  color: var(--rc-blue) !important;
  flex: none;
  box-shadow: 0 3px 12px #0844a608;
}
.rc-search-shortcut:hover {
  background: #edf5ff;
}
.rc-hero {
  height: 350px;
  background: #04162f;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.rc-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 10%,#114f9945,transparent 70%),linear-gradient(100deg,#071c3e 0%,#062451 50%,#041831 100%);
  z-index: -2;
}
.rc-hero-visual {
  position: absolute;
  right: 0;
  top: 0;
  width: 59%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.rc-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.rc-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg,#061d3ff2 0%,#061d3fe0 35%,#061d3f75 47%,#061d3f00 63%),linear-gradient(0deg,#03152f38,transparent 24%);
}
.rc-hero-inner {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.rc-hero-copy {
  max-width: 720px;
  padding-bottom: 4px;
}
.rc-eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #edf3ff;
  font-size: 10px;
  letter-spacing: .13em;
  line-height: 1.4;
  margin-bottom: 15px !important;
}
.rc-eyebrow span {
  width: 43px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg,#ffb52c,#fff7c9);
  box-shadow: 0 0 9px #ffbf4750;
}
.rc-hero h1 {
  font-size: clamp(40px,3.8vw,60px);
  line-height: 1.17;
  letter-spacing: -.064em;
  font-weight: 900;
  color: #fff;
  margin-bottom: 14px !important;
}
.rc-hero h1 em {
  font-style: normal;
  color: #ffd567;
  background: linear-gradient(180deg,#fff1ad,#ffd264 65%,#ffb838);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rc-hero-description {
  font-size: 17px;
  color: #edf3ff;
  line-height: 1.7;
  font-weight: 500;
}
.rc-hero-actions {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 20px;
}
.rc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  min-height: 46px;
  padding: 11px 23px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  transition: transform .18s,box-shadow .18s;
  white-space: nowrap;
}
.rc-button:hover {
  transform: translateY(-2px);
}
.rc-button-primary {
  background: linear-gradient(110deg,#00a2fc,#0754f4);
  border: 1px solid #40b4ff;
  color: white !important;
  box-shadow: inset 0 0 10px #64c6ff65,0 4px 18px #027bff50;
}
.rc-button-outline {
  border: 1px solid #dbe8ff;
  color: #fff !important;
  background: #091f475c;
  box-shadow: inset 0 0 12px #bedbff10;
}
.rc-button-outline:hover {
  background: #214b8080;
}
.rc-search-band {
  display: grid;
  grid-template-columns: minmax(320px,1fr) minmax(0,1fr);
  gap: 22px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--rc-border);
  border-radius: 15px;
  box-shadow: 0 4px 18px #0a4da909;
  padding: 8px 12px;
  margin: 16px 0;
}
.rc-search-form {
  display: flex;
  align-items: center;
  min-width: 0;
  height: 44px;
  border: 1px solid #d7e6fc;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 2px 7px #0667ed09;
  background: #fff;
  scroll-margin-top: 20px;
}
.rc-search-form>.rc-icon {
  margin-left: 16px;
  color: var(--rc-blue);
}
.rc-search-form input[type=search] {
  min-width: 0;
  flex: 1;
  border: 0;
  background: #fff;
  color: #122548;
  outline: 0;
  padding: 8px 12px;
  box-shadow: none;
  border-radius: 0;
  height: 100%;
  font-size: 13px;
}
.rc-search-form input::placeholder {
  color: #5c7499;
  opacity: 1;
}
.rc-search-form button {
  height: 100%;
  padding: 0 27px;
  border: 0;
  align-self: stretch;
  background: linear-gradient(110deg,#096eff,#0041ce);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  flex: none;
}
.rc-search-form:focus-within {
  outline: 2px solid var(--rc-blue);
  outline-offset: 2px;
}
.rc-topic-links {
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}
.rc-topic-links a {
  font-size: 11px;
  white-space: nowrap;
  color: #1853ad;
  background: #edf5ff;
  border-radius: 22px;
  padding: 8px 14px;
  line-height: 1.3;
}
.rc-topic-links a:hover {
  background: #d9eaff;
  color: #03378d;
}
.rc-home-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) 350px;
  gap: 26px;
  align-items: start;
}
.rc-home-primary {
  min-width: 0;
}
.rc-category-grid {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 12px;
}
.rc-category {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--rc-border);
  border-radius: 9px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 14px #0b509007;
  transition: border-color .2s,transform .2s;
}
.rc-category:hover {
  border-color: #9ac1ff;
  transform: translateY(-3px);
}
.rc-category-copy {
  position: relative;
  padding: 16px 15px 12px;
  flex: 1;
}
.rc-category-icon {
  width: 36px;
  height: 36px;
  color: var(--rc-blue);
  margin-bottom: 11px;
  stroke-width: 1.9;
}
.rc-category-news .rc-category-icon {
  color: #f18a00;
}
.rc-category-arrow {
  position: absolute;
  right: 11px;
  top: 58px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #0864ed;
  background: #edf5ff;
}
.rc-category-arrow .rc-icon {
  width: 16px;
  height: 16px;
}
.rc-category:nth-child(even) .rc-category-arrow {
  background: #fff5df;
  color: #aa710e;
}
.rc-category h2 {
  font-size: 19px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: -.045em;
  margin-bottom: 6px !important;
}
.rc-category p {
  color: #506682;
  font-size: 12px;
  line-height: 1.65;
  word-break: keep-all;
}
.rc-category-media {
  height: 85px;
  margin: 0 7px 7px;
  border-radius: 5px;
  overflow: hidden;
  background: linear-gradient(120deg,#052d58,#075bb0);
}
.rc-category-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rc-latest {
  margin-top: 24px;
}
.rc-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 13px;
}
.rc-section-heading h2 {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.04em;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.rc-section-heading h2:before {
  content: "";
  width: 5px;
  height: 22px;
  background: var(--rc-blue);
  border-radius: 4px;
  flex: none;
}
.rc-filter-buttons {
  display: flex;
  gap: 2px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.rc-filter-buttons button {
  font-size: 11px;
  white-space: nowrap;
  border: 0;
  border-radius: 20px;
  background: transparent;
  color: #526783;
  padding: 6px 10px;
  min-height: 32px;
  transition: background .15s,color .15s;
}
.rc-filter-buttons button[aria-pressed=true] {
  background: linear-gradient(100deg,#0074ff,#0143db);
  color: white;
  font-weight: 700;
  box-shadow: 0 3px 9px #065be722;
}
.rc-filter-buttons button:hover:not([aria-pressed=true]) {
  background: #e9f2ff;
  color: #064abb;
}
.rc-story-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}
.rc-story {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--rc-border);
  box-shadow: 0 3px 10px #15487f05;
  transition: box-shadow .2s,transform .2s;
  min-width: 0;
}
.rc-story:hover {
  box-shadow: 0 8px 22px #174d9414;
  transform: translateY(-3px);
}
.rc-story-media {
  height: 139px;
  position: relative;
  display: block;
  overflow: hidden;
  background: #062f5c;
}
.rc-story-media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform .35s;
}
.rc-story:hover .rc-story-media img {
  transform: scale(1.04);
}
.rc-editorial-image {
  filter: brightness(.72);
}
.rc-media-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: .045em;
  text-shadow: 0 3px 12px #001329;
  background: linear-gradient(90deg,#04193930,transparent);
}
.rc-media-label small {
  font-size: 8px;
  letter-spacing: .2em;
  font-weight: 600;
  opacity: .8;
  margin-top: 4px;
}
.rc-media-pending {
  height: 100%;
  display: grid;
  place-items: center;
  background: radial-gradient(ellipse at 70% 15%,#1c75c5,#021c3e);
}
.rc-media-pending .rc-icon {
  width: 60px;
  height: 60px;
  color: #5592cb;
  opacity: .25;
  transform: translateX(-75px);
}
.rc-story-body {
  padding: 10px 13px 15px;
}
.rc-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 10px;
  line-height: 1.4;
  color: #596f8c;
  margin-bottom: 7px;
}
.rc-label {
  font-weight: 700;
  color: #005ae9 !important;
  border-left: 2px solid #0754ef;
  padding-left: 5px;
}
.rc-label-news,.rc-label-coins {
  border-color: #e89e16;
  color: #9c6100 !important;
}
.rc-story h3 {
  font-size: 16px;
  letter-spacing: -.04em;
  line-height: 1.5;
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rc-story h3 a:hover {
  color: var(--rc-blue);
}
.rc-story-body>p {
  font-size: 12px;
  line-height: 1.7;
  color: #526783;
  margin-top: 7px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rc-feed-more {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 43px;
  background: #eef5ff;
  border: 1px solid var(--rc-border);
  border-radius: 7px;
  color: #1951a1 !important;
  font-size: 12px;
  font-weight: 700;
}
.rc-feed-more:hover {
  background: #e1eeff;
}
.rc-empty {
  padding: 35px 20px;
  background: #fff;
  border: 1px solid var(--rc-border);
  border-radius: 8px;
  color: var(--rc-muted);
}
.rc-sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}
.rc-team,.rc-market,.rc-start-guide {
  background: #fff;
  border: 1px solid var(--rc-border);
  border-radius: 10px;
  box-shadow: 0 4px 14px #0b509007;
  overflow: hidden;
}
.rc-team-main {
  display: grid;
  grid-template-columns: 88px minmax(0,1fr);
  gap: 13px;
  padding: 19px 16px 16px;
  align-items: start;
}
.rc-team-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  min-height: 100px;
  background: #fff;
}
.rc-team-logo img {
  width: 88px;
  max-height: 114px;
  object-fit: contain;
}
.rc-team h2 {
  font-size: 18px;
  letter-spacing: -.045em;
  line-height: 1.5;
  font-weight: 900;
  color: #082b6b;
  margin-bottom: 3px !important;
}
.rc-team p {
  font-size: 11px;
  color: #4d6383;
  line-height: 1.75;
}
.rc-team .rc-team-tagline {
  font-size: 11px;
  color: #4770aa;
  margin-bottom: 7px !important;
}
.rc-link-pill {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border: 1px solid #2168fd;
  color: #0754ef !important;
  border-radius: 22px;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  margin-top: 9px;
  min-height: 31px;
}
.rc-link-pill .rc-icon {
  width: 16px;
  height: 16px;
}
.rc-link-pill:hover {
  background: #edf5ff;
}
.rc-team-values {
  border-top: 1px solid #eaf1fb;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  padding: 12px 8px;
}
.rc-team-values>span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  color: #344d73;
  border-right: 1px solid #edf3fb;
}
.rc-team-values>span:last-child {
  border: 0;
}
.rc-team-values .rc-icon {
  width: 23px;
  height: 23px;
  color: #0963f8;
}
.rc-market {
  padding: 14px 16px;
}
.rc-aside-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 9px;
}
.rc-aside-heading h2 {
  font-size: 16px;
  letter-spacing: -.03em;
  font-weight: 900;
}
.rc-market-refresh {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #eef5ff;
  color: #3264a4;
}
.rc-market-refresh .rc-icon {
  width: 17px;
  height: 17px;
}
.rc-market-refresh:disabled {
  opacity: .4;
  cursor: wait;
}
.rc-quote-row {
  display: grid;
  grid-template-columns: 25px minmax(62px,1fr) auto 51px;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  border-bottom: 1px solid #edf2fa;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
.rc-quote-row:last-child {
  border-bottom: 0;
}
.rc-currency {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #dce9ff;
  color: #194fba;
  font-weight: 900;
  font-size: 13px;
}
.rc-currency-btc {
  background: #fff0d1;
  color: #b97200;
}
.rc-currency-eth {
  background: #e8edff;
  color: #344fd0;
}
.rc-currency-sol {
  background: #e7f7f3;
  color: #12694d;
}
.rc-currency-xrp {
  background: #e5eaf0;
  color: #1a2d44;
}
.rc-currency-doge {
  background: #faf1d3;
  color: #8a6a13;
}
.rc-quote-name {
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.rc-quote-name small {
  display: block;
  font-size: 8px;
  color: #647996;
  font-weight: 400;
  line-height: 1.2;
}
.rc-quote-row strong {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -.025em;
  white-space: nowrap;
}
.rc-change {
  text-align: right;
  white-space: nowrap;
  font-size: 10px;
}
.rc-change.is-up {
  color: #087e55;
}
.rc-change.is-down {
  color: #ba3852;
}
.rc-market-status {
  font-size: 10px;
  color: #547295;
  margin-top: 10px !important;
  line-height: 1.5;
}
.rc-market-source {
  font-size: 9px;
  line-height: 1.65;
  color: #6b7d96;
  margin-top: 5px !important;
}
.rc-market-source a {
  text-decoration: underline;
}
.rc-market-status.is-error {
  color: #95611e;
}
.rc-start-guide {
  padding: 17px;
}
.rc-start-guide .rc-aside-heading>.rc-icon {
  color: var(--rc-blue);
  width: 20px;
  height: 20px;
}
.rc-start-guide>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 11px 0;
  border-top: 1px solid #edf2fa;
  font-size: 11px;
  color: #415e86;
}
.rc-start-guide>a:hover {
  color: var(--rc-blue);
}
.rc-start-guide>a .rc-icon {
  width: 15px;
  height: 15px;
}
.rc-research-banner {
  margin: 35px 0 45px;
  padding: 29px 32px;
  border-radius: 10px;
  background: radial-gradient(ellipse at 85% 20%,#1264bc60,transparent 55%),linear-gradient(115deg,#07244e,#06336b);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  color: #fff;
  border: 1px solid #0b417c;
}
.rc-small-kicker {
  font-size: 9px;
  letter-spacing: .18em;
  color: #f6cd72;
  font-weight: 600;
}
.rc-research-banner h2 {
  font-size: 24px;
  letter-spacing: -.045em;
  font-weight: 800;
  margin: 5px 0 7px !important;
}
.rc-research-banner p:not(.rc-small-kicker) {
  font-size: 12px;
  color: #cbdcf1;
}
.rc-footer {
  background: #051d3d;
  color: #d0dded;
  border-top: 3px solid #dca348;
}
.rc-footer-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  padding: 30px 0 22px;
}
.rc-footer strong {
  font-size: 24px;
  letter-spacing: -.04em;
  color: white;
}
.rc-footer strong b {
  color: #f6bc49;
}
.rc-footer p {
  font-size: 11px;
  line-height: 1.8;
  color: #adc1dd;
  margin-top: 8px;
}
.rc-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  justify-content: flex-end;
  gap: 18px;
  font-size: 11px;
  margin-top: 9px;
}
.rc-footer nav a:hover {
  color: #fff;
}
.rc-footer-bottom {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid #ffffff16;
  padding: 16px 0 24px;
  font-size: 10px;
  color: #93adce;
}
.rc-footer-bottom p {
  max-width: 880px;
  margin: 0;
  font-size: 10px;
}
.rc-inner-main {
  padding-top: 32px;
  padding-bottom: 45px;
  min-height: 60vh;
}
.rc-breadcrumb {
  font-size: 12px;
  color: #5e7391;
  margin-bottom: 20px;
}
.rc-breadcrumb a {
  color: #1759b8;
}
.rc-document-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) 320px;
  gap: 30px;
  align-items: start;
}
.rc-document {
  background: #fff;
  border: 1px solid var(--rc-border);
  border-radius: 12px;
  padding: 36px 40px;
  min-width: 0;
}
.rc-document-header {
  border-bottom: 1px solid var(--rc-border);
  padding-bottom: 24px;
  margin-bottom: 28px;
}
.rc-document h1,.rc-archive-header h1 {
  font-size: 34px;
  line-height: 1.38;
  letter-spacing: -.05em;
  font-weight: 900;
  color: #092653;
  margin: 8px 0 14px !important;
}
.rc-document-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  color: #64758b;
  font-size: 12px;
}
.rc-prose {
  font-size: 17px;
  line-height: 1.9;
  color: #20314b;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.rc-prose p {
  margin: 0 0 1.15em;
}
.rc-prose h2 {
  font-size: 25px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: -.035em;
  color: #073c80;
  margin: 2em 0 .8em;
  padding-left: 12px;
  border-left: 4px solid #1768ed;
}
.rc-prose h3 {
  font-size: 21px;
  line-height: 1.5;
  color: #134782;
  margin: 1.6em 0 .6em;
  font-weight: 800;
}
.rc-prose h4 {
  font-weight: 800;
  font-size: 18px;
  margin: 1.3em 0 .5em;
}
.rc-prose :where(ul,ol) {
  margin: 0 0 1.4em;
  padding-left: 1.4em;
}
.rc-prose ul {
  list-style: disc;
}
.rc-prose ol {
  list-style: decimal;
}
.rc-prose li {
  margin: .4em 0;
}
.rc-prose a {
  color: #0858c5;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.rc-prose blockquote {
  margin: 1.5em 0;
  padding: 20px 24px;
  border-left: 4px solid #e5b351;
  background: #f5f9ff;
  border-radius: 0 8px 8px 0;
}
.rc-prose figure {
  margin: 1.5em 0;
}
.rc-prose :where(img,iframe,video) {
  max-width: 100%;
}
.rc-prose table {
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
  margin: 1.3em 0;
  display: block;
  overflow-x: auto;
  word-break: normal;
}
.rc-prose th,.rc-prose td {
  padding: 12px 14px;
  border: 1px solid #dbe7f5;
  text-align: left;
  min-width: 95px;
}
.rc-prose th {
  background: #edf4ff;
  color: #0b3d80;
}
.rc-prose code {
  background: #edf3fc;
  padding: 2px 5px;
  border-radius: 4px;
  font-size: .88em;
}
.rc-prose pre {
  overflow: auto;
  padding: 18px;
  background: #eef4fc;
  border-radius: 8px;
}
.rc-prose .wp-block-post-template {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
}
.rc-prose .wp-block-post {
  border: 1px solid var(--rc-border);
  border-radius: 8px;
  padding: 18px;
  margin: 0;
  font-size: 14px;
  background: #fff;
}
.rc-prose .wp-block-post h3 {
  font-size: 18px;
  margin: 0 0 10px;
}
.rc-prose .wp-block-post-date {
  font-size: 12px;
  color: #697b92;
}
.rc-prose .rcl-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.rc-prose .rcl-section-head>a {
  font-size: 12px;
  white-space: nowrap;
}
.rc-prose .rcl-callout,.rc-prose .rcl-editorial-note {
  padding: 20px;
  background: #f4f8ff;
  border: 1px solid var(--rc-border);
  border-radius: 8px;
  font-size: 14px;
}
.rc-prose .rcl-search {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}
.rc-prose .rcl-search label {
  width: 100%;
  font-size: 14px;
}
.rc-prose .rcl-search input {
  border: 1px solid #bbcee8;
  border-radius: 6px;
  min-width: 0;
  flex: 1;
  padding: 10px;
}
.rc-prose .rcl-search button {
  background: #0754ef;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 10px 20px;
}
.rc-team-compact {
  margin-top: 30px;
  background: #f9fbff;
}
.rc-team-compact .rc-team-main {
  grid-template-columns: 72px 1fr;
  padding: 20px;
}
.rc-team-compact .rc-team-logo,.rc-team-compact .rc-team-logo img {
  width: 72px;
  min-height: 0;
  max-height: 92px;
}
.rc-team-compact h2 {
  font-size: 19px;
}
.rc-team-compact p {
  font-size: 13px;
}
.rc-post-notice {
  font-size: 12px;
  color: #5b6f89;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--rc-border);
}
.rc-archive-header {
  margin-bottom: 25px;
}
.rc-archive-header p {
  color: #5b708f;
  font-size: 14px;
}
.rc-pagination {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  gap: 9px;
}
.rc-pagination .page-numbers {
  min-width: 38px;
  min-height: 38px;
  padding: 6px 13px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--rc-border);
  background: #fff;
  border-radius: 6px;
  font-size: 13px;
}
.rc-pagination .current {
  background: var(--rc-blue);
  color: #fff;
  border-color: var(--rc-blue);
}
.rc-error-page {
  text-align: center;
  padding: 65px 20px;
}
.rc-error-page h1 {
  font-size: 42px;
  color: #10396c;
  margin-bottom: 12px;
}
.rc-error-page p {
  margin-bottom: 25px;
  color: var(--rc-muted);
}
.rc-error-page .rc-search-form {
  max-width: 560px;
  margin: 0 auto 25px;
}
@media (min-width:1700px) {
  .rc-hero-visual {
    width: 57%;
  }
  .rc-hero-visual img {
    object-position: left center;
  }
  .rc-hero {
    height: 390px;
  }
}
@media (max-width:1279px) {
  .rc-container {
    width: calc(100% - 56px);
  }
  .rc-header-inner {
    gap: 24px;
  }
  .rc-logo {
    flex-basis: 285px;
  }
  .rc-logo img {
    width: 285px;
  }
  .rc-primary-nav {
    gap: 18px;
  }
  .rc-primary-nav a {
    font-size: 13px;
  }
  .rc-hero h1 {
    font-size: 46px;
  }
  .rc-home-grid {
    grid-template-columns: minmax(0,1fr) 300px;
    gap: 20px;
  }
  .rc-category-grid {
    gap: 8px;
  }
  .rc-category-copy {
    padding: 14px 10px 10px;
  }
  .rc-category h2 {
    font-size: 17px;
  }
  .rc-category p {
    font-size: 11px;
  }
  .rc-category-arrow {
    right: 8px;
    top: 55px;
    width: 22px;
    height: 22px;
  }
  .rc-category-media {
    height: 74px;
  }
  .rc-story-grid {
    gap: 12px;
  }
  .rc-story-media {
    height: 126px;
  }
  .rc-story h3 {
    font-size: 15px;
  }
  .rc-team-main {
    grid-template-columns: 69px 1fr;
    gap: 9px;
    padding: 15px 12px;
  }
  .rc-team-logo,.rc-team-logo img {
    width: 69px;
  }
  .rc-team h2 {
    font-size: 16px;
  }
  .rc-team p {
    font-size: 10px;
  }
  .rc-team .rc-team-tagline {
    font-size: 10px;
  }
  .rc-market {
    padding: 13px 12px;
  }
  .rc-quote-row {
    gap: 5px;
    grid-template-columns: 22px minmax(51px,1fr) auto 46px;
  }
  .rc-quote-name,.rc-quote-row strong {
    font-size: 10px;
  }
  .rc-change {
    font-size: 9px;
  }
  .rc-topic-links {
    gap: 6px;
  }
  .rc-topic-links a {
    font-size: 10px;
    padding: 8px 10px;
  }
  .rc-filter-buttons button {
    font-size: 10px;
    padding: 5px 8px;
  }
  .rc-section-heading h2 {
    font-size: 18px;
  }
  .rc-document-grid {
    grid-template-columns: minmax(0,1fr) 285px;
    gap: 22px;
  }
  .rc-document {
    padding: 30px;
  }
}
@media (max-width:1023px) {
  .rc-container {
    width: calc(100% - 40px);
  }
  .rc-header-inner {
    flex-wrap: wrap;
    gap: 0;
    min-height: 0;
    padding-top: 9px;
  }
  .rc-logo {
    flex: 1;
  }
  .rc-logo img {
    width: 285px;
    height: 62px;
  }
  .rc-search-shortcut {
    width: 38px;
    height: 38px;
    margin-left: auto;
  }
  .rc-primary-nav {
    order: 3;
    flex-basis: 100%;
    margin: 8px 0 0;
    border-top: 1px solid #edf2fa;
    justify-content: space-between;
    gap: 16px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .rc-primary-nav::-webkit-scrollbar {
    display: none;
  }
  .rc-primary-nav a {
    font-size: 13px;
    padding: 12px 1px;
    min-height: 44px;
  }
  .rc-primary-nav a[aria-current=page]:after {
    bottom: 5px;
  }
  .rc-hero {
    height: 330px;
  }
  .rc-hero h1 {
    font-size: 42px;
  }
  .rc-hero-copy {
    max-width: 560px;
  }
  .rc-hero-description {
    font-size: 15px;
  }
  .rc-hero:after {
    background: linear-gradient(90deg,#061d3ff2,#061d3fbe 45%,#061d3f30 85%);
  }
  .rc-hero-visual {
    width: 67%;
  }
  .rc-home-grid {
    grid-template-columns: minmax(0,1fr) 265px;
    gap: 16px;
  }
  .rc-category-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 9px;
  }
  .rc-category {
    min-height: 157px;
  }
  .rc-category:nth-last-child(-n+2) {
    min-height: 0;
  }
  .rc-category-media {
    height: 62px;
  }
  .rc-category p {
    font-size: 10px;
  }
  .rc-category-copy {
    padding: 12px 11px 9px;
  }
  .rc-category-icon {
    width: 29px;
    height: 29px;
    margin-bottom: 6px;
  }
  .rc-category h2 {
    font-size: 16px;
  }
  .rc-category-arrow {
    top: 45px;
  }
  .rc-search-band {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 10px 12px;
  }
  .rc-topic-links {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .rc-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .rc-filter-buttons {
    justify-content: flex-start;
  }
  .rc-story-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
  }
  .rc-team-main {
    display: block;
  }
  .rc-team-logo {
    float: left;
    margin-right: 8px;
    width: 62px;
    min-height: 80px;
  }
  .rc-team-logo img {
    width: 62px;
  }
  .rc-team-main:after {
    content: "";
    display: block;
    clear: both;
  }
  .rc-team h2 {
    font-size: 15px;
  }
  .rc-team p {
    font-size: 11px;
  }
  .rc-quote-row {
    grid-template-columns: 21px 1fr auto 44px;
    gap: 4px;
  }
  .rc-quote-name {
    font-size: 10px;
  }
  .rc-quote-row strong {
    font-size: 10px;
    letter-spacing: -.055em;
  }
  .rc-currency {
    width: 21px;
    height: 21px;
    font-size: 11px;
  }
  .rc-change {
    font-size: 9px;
  }
  .rc-market-source {
    font-size: 9px;
  }
  .rc-research-banner h2 {
    font-size: 21px;
  }
  .rc-research-banner {
    padding: 25px;
  }
  .rc-document-grid {
    grid-template-columns: 1fr;
  }
  .rc-document-grid>.rc-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .rc-document-grid .rc-team-main {
    display: grid;
    grid-template-columns: 80px 1fr;
  }
  .rc-document-grid .rc-team-logo {
    width: 80px;
    float: none;
  }
  .rc-document-grid .rc-team-logo img {
    width: 80px;
  }
}
@media (max-width:760px) {
  html {
    scroll-padding-top: 18px;
  }
  .rc-container {
    width: calc(100% - 32px);
  }
  .rc-topbar-inner {
    height: 30px;
    font-size: 10px;
  }
  .rc-topbar-inner>div {
    gap: 12px;
  }
  .rc-topbar time {
    display: none;
  }
  .rc-topbar p {
    max-width: 235px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .rc-header-inner {
    padding-top: 5px;
  }
  .rc-logo img {
    width: 250px;
    height: 57px;
  }
  .rc-wordmark {
    font-size: 30px;
  }
  .rc-primary-nav {
    gap: 0;
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    margin-top: 4px;
    padding: 2px 0;
  }
  .rc-primary-nav a {
    font-size: 12px;
    text-align: center;
    letter-spacing: -.055em;
    padding: 10px 1px;
    min-height: 40px;
  }
  .rc-primary-nav a:nth-child(5),.rc-primary-nav a:nth-child(6) {
    grid-column: span 2;
    padding-top: 5px;
    padding-bottom: 8px;
    min-height: 31px;
    font-size: 11px;
    color: #35649c;
  }
  .rc-primary-nav a[aria-current=page]:after {
    left: 20%;
    right: 20%;
    bottom: 4px;
  }
  .rc-search-shortcut {
    width: 34px;
    height: 34px;
  }
  .rc-search-shortcut .rc-icon {
    width: 19px;
    height: 19px;
  }
  .rc-hero {
    height: 440px;
  }
  .rc-hero-inner {
    align-items: flex-start;
    padding-top: 27px;
  }
  .rc-hero-copy {
    width: 100%;
    max-width: none;
  }
  .rc-hero h1 {
    font-size: clamp(26px,5.95vw,42px);
    line-height: 1.27;
    letter-spacing: -.055em;
    margin-bottom: 12px !important;
  }
  .rc-eyebrow {
    font-size: 8px;
    letter-spacing: .09em;
    gap: 9px;
    margin-bottom: 13px !important;
  }
  .rc-eyebrow span {
    width: 27px;
    height: 3px;
  }
  .rc-hero-description {
    font-size: 12px;
    line-height: 1.75;
  }
  .rc-hero-actions {
    gap: 8px;
    margin-top: 15px;
  }
  .rc-button {
    min-height: 41px;
    font-size: 11px;
    padding: 9px 16px;
    gap: 9px;
  }
  .rc-button .rc-icon {
    width: 18px;
    height: 18px;
  }
  .rc-hero-visual {
    width: 100%;
    height: 233px;
    top: auto;
    bottom: 0;
  }
  .rc-hero-visual img {
    object-fit: cover;
    object-position: 60% center;
  }
  .rc-hero:after {
    background: linear-gradient(180deg,#061d3f 0%,#061d3fdc 45%,#061d3f55 60%,#061d3f00 76%);
  }
  .rc-search-band {
    margin: 13px 0 15px;
    gap: 10px;
    border-radius: 10px;
    padding: 9px;
  }
  .rc-search-form {
    height: 42px;
  }
  .rc-search-form>.rc-icon {
    margin-left: 10px;
    width: 18px;
    height: 18px;
  }
  .rc-search-form input[type=search] {
    font-size: 11px;
    padding: 8px;
  }
  .rc-search-form button {
    padding: 0 17px;
    font-size: 12px;
  }
  .rc-topic-links {
    gap: 6px;
  }
  .rc-topic-links a {
    font-size: 10px;
    padding: 7px 10px;
  }
  .rc-home-grid {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .rc-home-primary,.rc-sidebar {
    width: 100%;
  }
  .rc-category-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
  }
  .rc-category {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
  }
  .rc-category-copy {
    padding: 13px 13px 10px;
  }
  .rc-category-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
  }
  .rc-category h2 {
    font-size: 18px;
  }
  .rc-category p {
    font-size: 11px;
    line-height: 1.65;
  }
  .rc-category-arrow {
    top: 49px;
    right: 13px;
  }
  .rc-category-media {
    height: 70px;
    margin: 0 6px 6px;
  }
  .rc-category:last-child {
    grid-column: 1/-1;
    grid-template-columns: 1.1fr 1fr;
    align-items: stretch;
  }
  .rc-category:last-child .rc-category-media {
    height: auto;
    margin: 7px 7px 7px 0;
    min-height: 115px;
  }
  .rc-category:last-child .rc-category-copy {
    padding-bottom: 13px;
  }
  .rc-latest {
    margin-top: 21px;
  }
  .rc-section-heading {
    gap: 10px;
    margin-bottom: 12px;
  }
  .rc-section-heading h2 {
    font-size: 20px;
  }
  .rc-filter-buttons {
    width: 100%;
    gap: 2px;
    flex-wrap: wrap;
  }
  .rc-filter-buttons button {
    font-size: 10px;
    padding: 6px 9px;
    min-height: 33px;
  }
  .rc-story-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .rc-story-media {
    height: 176px;
  }
  .rc-story-body {
    padding: 13px 15px 17px;
  }
  .rc-story h3 {
    font-size: 18px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
  }
  .rc-story-body>p {
    font-size: 13px;
    -webkit-line-clamp: 2;
    margin-top: 7px;
  }
  .rc-meta {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .rc-media-label {
    font-size: 42px;
  }
  .rc-media-label small {
    font-size: 9px;
  }
  .rc-team-main {
    display: grid;
    grid-template-columns: 85px minmax(0,1fr);
    gap: 13px;
    padding: 18px;
  }
  .rc-team-logo {
    float: none;
    width: 85px;
    min-height: 98px;
    margin: 0;
  }
  .rc-team-logo img {
    width: 85px;
  }
  .rc-team h2 {
    font-size: 18px;
  }
  .rc-team p {
    font-size: 12px;
  }
  .rc-team .rc-team-tagline {
    font-size: 11px;
  }
  .rc-link-pill {
    font-size: 12px;
    padding: 6px 14px;
    min-height: 35px;
  }
  .rc-team-values>span {
    font-size: 11px;
  }
  .rc-market {
    padding: 16px 18px;
  }
  .rc-aside-heading h2 {
    font-size: 18px;
  }
  .rc-quote-row {
    grid-template-columns: 26px minmax(68px,1fr) auto 58px;
    gap: 8px;
    min-height: 41px;
  }
  .rc-currency {
    width: 25px;
    height: 25px;
    font-size: 13px;
  }
  .rc-quote-name,.rc-quote-row strong {
    font-size: 12px;
    letter-spacing: 0;
  }
  .rc-quote-name small {
    font-size: 9px;
  }
  .rc-change {
    font-size: 11px;
  }
  .rc-market-status {
    font-size: 11px;
  }
  .rc-market-source {
    font-size: 10px;
  }
  .rc-start-guide>a {
    font-size: 13px;
    padding: 13px 0;
  }
  .rc-research-banner {
    margin: 25px 0 30px;
    padding: 23px;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
  }
  .rc-research-banner h2 {
    font-size: 22px;
  }
  .rc-research-banner p:not(.rc-small-kicker) {
    font-size: 12px;
  }
  .rc-footer-top {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 0 19px;
  }
  .rc-footer nav {
    justify-content: flex-start;
    gap: 13px;
    font-size: 11px;
  }
  .rc-footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
  .rc-footer-bottom p {
    font-size: 10px;
  }
  .rc-inner-main {
    padding-top: 22px;
  }
  .rc-document {
    padding: 23px 20px;
    border-radius: 9px;
  }
  .rc-document h1,.rc-archive-header h1 {
    font-size: 27px;
    letter-spacing: -.045em;
    line-height: 1.45;
  }
  .rc-document-header {
    padding-bottom: 20px;
    margin-bottom: 24px;
  }
  .rc-document-meta {
    font-size: 11px;
    gap: 10px;
  }
  .rc-prose {
    font-size: 16px;
    line-height: 1.85;
  }
  .rc-prose h2 {
    font-size: 22px;
  }
  .rc-prose h3 {
    font-size: 19px;
  }
  .rc-prose table {
    font-size: 12px;
  }
  .rc-prose th,.rc-prose td {
    padding: 9px 10px;
  }
  .rc-prose .wp-block-post-template {
    grid-template-columns: 1fr;
  }
  .rc-prose .rcl-section-head {
    flex-wrap: wrap;
  }
  .rc-document-grid>.rc-sidebar {
    display: flex;
  }
  .rc-team-compact .rc-team-main {
    padding: 16px;
    grid-template-columns: 64px 1fr;
    gap: 12px;
  }
  .rc-team-compact .rc-team-logo,.rc-team-compact .rc-team-logo img {
    width: 64px;
  }
  .rc-team-compact h2 {
    font-size: 16px;
  }
  .rc-team-compact p {
    font-size: 12px;
  }
  .rc-breadcrumb {
    font-size: 11px;
  }
  .rc-error-page {
    padding: 45px 0;
  }
  .rc-error-page h1 {
    font-size: 31px;
  }
}
@media (max-width:359px) {
  .rc-container {
    width: calc(100% - 24px);
  }
  .rc-logo img {
    width: 224px;
  }
  .rc-topbar-inner {
    font-size: 9px;
  }
  .rc-topbar p {
    max-width: 195px;
  }
  .rc-hero h1 {
    font-size: 25px;
  }
  .rc-hero-actions .rc-button {
    padding: 9px 12px;
    font-size: 10px;
  }
  .rc-filter-buttons button {
    font-size: 9px;
    padding: 5px 7px;
  }
  .rc-team-main {
    padding: 14px 12px;
    grid-template-columns: 65px 1fr;
  }
  .rc-team-logo,.rc-team-logo img {
    width: 65px;
  }
  .rc-team h2 {
    font-size: 16px;
  }
  .rc-quote-row {
    gap: 5px;
    grid-template-columns: 22px minmax(52px,1fr) auto 50px;
  }
  .rc-quote-name,.rc-quote-row strong {
    font-size: 10px;
  }
  .rc-change {
    font-size: 10px;
  }
}
.rc-button-primary {
  background: linear-gradient(110deg,#006eb8,#0754ef);
}
.rc-currency-btc {
  color: #895400;
}
.rc-market-source,.rc-quote-name small,.rc-prose .wp-block-post-date {
  color: #526783;
}
.rc-illustration-tag {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 3px 7px;
  border-radius: 4px;
  background: #031932d9;
  color: #fff;
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: .01em;
  pointer-events: none;
}
.rc-article-figure {
  margin: 0 0 28px !important;
  overflow: hidden;
  border: 1px solid var(--rc-border);
  border-radius: 9px;
  background: #fff;
}
.rc-article-figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.rc-article-figure figcaption {
  padding: 10px 13px;
  font-size: 11px;
  line-height: 1.75;
  color: #526783;
  background: #f5f9ff;
  border-top: 1px solid var(--rc-border);
}
.rc-hero-visual {
  width: 100%;
}
.rc-hero-visual img {
  object-position: 70% 58%;
}
@media (min-width:761px) {
  .rc-hero:after {
    background: linear-gradient(90deg,#061d3fdb 0%,#061d3fa6 35%,#061d3f40 50%,transparent 69%),linear-gradient(0deg,#03152f33,transparent 20%);
  }
}
@media (max-width:760px) {
  .rc-hero-visual img {
    object-position: 77% center;
  }
  .rc-article-figure figcaption {
    font-size: 10px;
  }
  .rc-article-figure {
    margin-bottom: 23px !important;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  .rc-site * {
    animation: none !important;
    transition: none !important;
  }
}
@media print {
  .rc-topbar,.rc-header,.rc-sidebar,.rc-footer,.rc-hero-actions,.rc-search-band,.rc-category-grid,.rc-filter-buttons,.rc-feed-more {
    display: none !important;
  }
  .rc-container {
    width: 100%;
  }
  .rc-document-grid {
    display: block;
  }
  .rc-document {
    border: 0;
    padding: 0;
  }
  .rc-prose a {
    color: #000;
  }
  .rc-site {
    background: white !important;
  }
  .rc-document h1 {
    font-size: 25px;
  }
}
@layer base {
  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 {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    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 #0000;
    &: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: oklch(54.6% 0.245 262.881);
      --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: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    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='oklch(55.1%25 0.027 264.364)' 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;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  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: oklch(54.6% 0.245 262.881);
    --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) {
      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) {
      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) {
      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: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
