/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-amber-200: oklch(92.4% 0.12 95.746);
    --color-sky-50: oklch(97.7% 0.013 236.62);
    --color-sky-100: oklch(95.1% 0.026 236.824);
    --color-sky-200: oklch(90.1% 0.058 230.902);
    --color-sky-500: oklch(68.5% 0.169 237.323);
    --color-sky-600: oklch(58.8% 0.158 241.966);
    --color-sky-800: oklch(44.3% 0.11 240.79);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .-mx-4 {
    margin-inline: calc(var(--spacing) * -4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[30px\] {
    margin-block: 30px;
  }
  .\!mt-0 {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-\[3px\] {
    margin-bottom: 3px;
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .ml-\[32px\] {
    margin-left: 32px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .\!h-\[34px\] {
    height: 34px !important;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[240px\] {
    height: 240px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[42px\] {
    min-height: 42px;
  }
  .min-h-\[52px\] {
    min-height: 52px;
  }
  .min-h-\[100svh\] {
    min-height: 100svh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .\!w-\[6\.0ch\] {
    width: 6.0ch !important;
  }
  .\!w-\[8\.0ch\] {
    width: 8.0ch !important;
  }
  .\!w-\[12\.5ch\] {
    width: 12.5ch !important;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[85px\] {
    width: 85px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[190px\] {
    width: 190px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[360px\] {
    max-width: 360px;
  }
  .max-w-\[390px\] {
    max-width: 390px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[440px\] {
    max-width: 440px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[530px\] {
    max-width: 530px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-8 {
    min-width: calc(var(--spacing) * 8);
  }
  .min-w-\[5em\] {
    min-width: 5em;
  }
  .min-w-\[6\] {
    min-width: 6;
  }
  .min-w-\[6em\] {
    min-width: 6em;
  }
  .min-w-\[32px\] {
    min-width: 32px;
  }
  .min-w-\[50px\] {
    min-width: 50px;
  }
  .min-w-\[70px\] {
    min-width: 70px;
  }
  .min-w-\[80px\] {
    min-width: 80px;
  }
  .min-w-\[760px\] {
    min-width: 760px;
  }
  .\!flex-none {
    flex: none !important;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .origin-center {
    transform-origin: center;
  }
  .translate-x-\[7px\] {
    --tw-translate-x: 7px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[5px\] {
    --tw-translate-y: calc(5px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[5px\] {
    --tw-translate-y: 5px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .scroll-mt-24 {
    scroll-margin-top: calc(var(--spacing) * 24);
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-\[160px_1fr\] {
    grid-template-columns: 160px 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[-2px\] {
    gap: -2px;
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-slate-200 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-slate-200);
    }
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-amber-200 {
    border-color: var(--color-amber-200);
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .border-slate-300 {
    border-color: var(--color-slate-300);
  }
  .border-slate-400\/80 {
    border-color: color-mix(in srgb, oklch(70.4% 0.04 256.788) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-slate-400) 80%, transparent);
    }
  }
  .bg-\[\#263e78\] {
    background-color: #263e78;
  }
  .bg-\[\#eaf1ff\] {
    background-color: #eaf1ff;
  }
  .bg-\[\#f6f8fb\] {
    background-color: #f6f8fb;
  }
  .bg-amber-50 {
    background-color: var(--color-amber-50);
  }
  .bg-sky-50 {
    background-color: var(--color-sky-50);
  }
  .bg-sky-100 {
    background-color: var(--color-sky-100);
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }
  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }
  .bg-slate-200 {
    background-color: var(--color-slate-200);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/70 {
    background-color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#263e78\] {
    --tw-gradient-from: #263e78;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-white {
    --tw-gradient-from: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#0f234c\] {
    --tw-gradient-to: #0f234c;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#fbfcff\] {
    --tw-gradient-to: #fbfcff;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-slate-100 {
    --tw-gradient-to: var(--color-slate-100);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .fill-current {
    fill: currentcolor;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-top {
    object-position: top;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .\!text-xs {
    font-size: var(--text-xs) !important;
    line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.12em\] {
    --tw-tracking: 0.12em;
    letter-spacing: 0.12em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#263e78\] {
    color: #263e78;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-sky-800 {
    color: var(--color-sky-800);
  }
  .text-slate-400 {
    color: var(--color-slate-400);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-700 {
    color: var(--color-slate-700);
  }
  .text-slate-800 {
    color: var(--color-slate-800);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/85 {
    color: color-mix(in srgb, #fff 85%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 85%, transparent);
    }
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .shadow-\[0_10px_18px_rgba\(8\,20\,46\,0\.18\)\] {
    --tw-shadow: 0 10px 18px var(--tw-shadow-color, rgba(8,20,46,0.18));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_10px_18px_rgba\(8\,20\,46\,0\.22\)\] {
    --tw-shadow: 0 10px 18px var(--tw-shadow-color, rgba(8,20,46,0.22));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_10px_22px_rgba\(15\,35\,76\,0\.14\)\] {
    --tw-shadow: 0 10px 22px var(--tw-shadow-color, rgba(15,35,76,0.14));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[inset_0_1px_0_rgba\(255\,255\,255\,0\.18\)\] {
    --tw-shadow: inset 0 1px 0 var(--tw-shadow-color, rgba(255,255,255,0.18));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-\[cubic-bezier\(\.5\,\.85\,\.25\,1\.1\)\] {
    --tw-ease: cubic-bezier(.5,.85,.25,1.1);
    transition-timing-function: cubic-bezier(.5,.85,.25,1.1);
  }
  .ease-\[cubic-bezier\(\.5\,\.85\,\.25\,1\.8\)\] {
    --tw-ease: cubic-bezier(.5,.85,.25,1.8);
    transition-timing-function: cubic-bezier(.5,.85,.25,1.8);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:text-sky-600 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-sky-600);
      }
    }
  }
  .group-hover\:text-slate-600 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-slate-600);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-\[\[aria-pressed\=true\]\]\:translate-x-0 {
    &:is(:where(.group):is([aria-pressed=true]) *) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .group-\[\[aria-pressed\=true\]\]\:translate-y-0 {
    &:is(:where(.group):is([aria-pressed=true]) *) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .group-\[\[aria-pressed\=true\]\]\:rotate-45 {
    &:is(:where(.group):is([aria-pressed=true]) *) {
      rotate: 45deg;
    }
  }
  .group-\[\[aria-pressed\=true\]\]\:rotate-\[135deg\] {
    &:is(:where(.group):is([aria-pressed=true]) *) {
      rotate: 135deg;
    }
  }
  .group-\[\[aria-pressed\=true\]\]\:rotate-\[315deg\] {
    &:is(:where(.group):is([aria-pressed=true]) *) {
      rotate: 315deg;
    }
  }
  .hover\:-translate-y-0\.5 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:border-sky-100 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-sky-100);
      }
    }
  }
  .hover\:bg-sky-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-sky-50);
      }
    }
  }
  .hover\:opacity-75 {
    &:hover {
      @media (hover: hover) {
        opacity: 75%;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .hover\:shadow-sm {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .focus\:border-sky-500 {
    &:focus {
      border-color: var(--color-sky-500);
    }
  }
  .focus\:ring-4 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-sky-200\/60 {
    &:focus {
      --tw-ring-color: color-mix(in srgb, oklch(90.1% 0.058 230.902) 60%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-sky-200) 60%, transparent);
      }
    }
  }
  .max-\[520px\]\:hidden {
    @media (width < 520px) {
      display: none;
    }
  }
  .min-\[860px\]\:block {
    @media (width >= 860px) {
      display: block;
    }
  }
  .min-\[860px\]\:grid {
    @media (width >= 860px) {
      display: grid;
    }
  }
  .min-\[860px\]\:hidden {
    @media (width >= 860px) {
      display: none;
    }
  }
  .sm\:order-1 {
    @media (width >= 40rem) {
      order: 1;
    }
  }
  .sm\:order-2 {
    @media (width >= 40rem) {
      order: 2;
    }
  }
  .sm\:mx-0 {
    @media (width >= 40rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:mx-auto {
    @media (width >= 40rem) {
      margin-inline: auto;
    }
  }
  .sm\:mt-3 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .sm\:mt-4 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .sm\:mt-5 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .sm\:mt-6 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .sm\:mt-7 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 7);
    }
  }
  .sm\:mb-0 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:mb-2 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .sm\:mb-6 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .sm\:ml-0 {
    @media (width >= 40rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .h-\[300px\] {
    height: 300px;
  }
  .min-\[430px\]\:h-\[330px\] {
    @media (width >= 430px) {
      height: 330px;
    }
  }
  .sm\:h-\[320px\] {
    @media (width >= 40rem) {
      height: 320px;
    }
  }
  .sm\:min-h-\[42px\] {
    @media (width >= 40rem) {
      min-height: 42px;
    }
  }
  .sm\:min-h-\[44px\] {
    @media (width >= 40rem) {
      min-height: 44px;
    }
  }
  .sm\:w-\[50\%\] {
    @media (width >= 40rem) {
      width: 50%;
    }
  }
  .sm\:w-\[90px\] {
    @media (width >= 40rem) {
      width: 90px;
    }
  }
  .sm\:w-\[108px\] {
    @media (width >= 40rem) {
      width: 108px;
    }
  }
  .sm\:w-\[140px\] {
    @media (width >= 40rem) {
      width: 140px;
    }
  }
  .sm\:w-\[200px\] {
    @media (width >= 40rem) {
      width: 200px;
    }
  }
  .sm\:w-\[210px\] {
    @media (width >= 40rem) {
      width: 210px;
    }
  }
  .sm\:w-\[220px\] {
    @media (width >= 40rem) {
      width: 220px;
    }
  }
  .sm\:w-\[293px\] {
    @media (width >= 40rem) {
      width: 293px;
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:max-w-\[200px\] {
    @media (width >= 40rem) {
      max-width: 200px;
    }
  }
  .sm\:max-w-\[310px\] {
    @media (width >= 40rem) {
      max-width: 310px;
    }
  }
  .sm\:max-w-\[320px\] {
    @media (width >= 40rem) {
      max-width: 320px;
    }
  }
  .sm\:max-w-\[527px\] {
    @media (width >= 40rem) {
      max-width: 527px;
    }
  }
  .sm\:shrink-0 {
    @media (width >= 40rem) {
      flex-shrink: 0;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:items-end {
    @media (width >= 40rem) {
      align-items: flex-end;
    }
  }
  .sm\:items-start {
    @media (width >= 40rem) {
      align-items: flex-start;
    }
  }
  .sm\:justify-between {
    @media (width >= 40rem) {
      justify-content: space-between;
    }
  }
  .sm\:justify-start {
    @media (width >= 40rem) {
      justify-content: flex-start;
    }
  }
  .sm\:gap-3 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .sm\:gap-4 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:gap-5 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .sm\:gap-6 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:space-y-4 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:space-y-6 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:space-y-7 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 7) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 7) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:self-auto {
    @media (width >= 40rem) {
      align-self: auto;
    }
  }
  .sm\:truncate {
    @media (width >= 40rem) {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }
  .sm\:border-l {
    @media (width >= 40rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .sm\:border-slate-200 {
    @media (width >= 40rem) {
      border-color: var(--color-slate-200);
    }
  }
  .sm\:p-4 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .sm\:p-5 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .sm\:p-6 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-4 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-10 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .sm\:py-5 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .sm\:py-8 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .sm\:pt-4 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .sm\:pt-6 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .sm\:pl-4 {
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 4);
    }
  }
  .sm\:pl-6 {
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 6);
    }
  }
  .sm\:text-center {
    @media (width >= 40rem) {
      text-align: center;
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-lg {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .sm\:text-sm {
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .sm\:text-\[12px\] {
    @media (width >= 40rem) {
      font-size: 12px;
    }
  }
  .sm\:text-\[13px\] {
    @media (width >= 40rem) {
      font-size: 13px;
    }
  }
  .sm\:text-\[15px\] {
    @media (width >= 40rem) {
      font-size: 15px;
    }
  }
  .sm\:text-\[16px\] {
    @media (width >= 40rem) {
      font-size: 16px;
    }
  }
  .sm\:text-\[22px\] {
    @media (width >= 40rem) {
      font-size: 22px;
    }
  }
  .sm\:text-\[26px\] {
    @media (width >= 40rem) {
      font-size: 26px;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-5 {
    @media (width >= 48rem) {
      grid-column: span 5 / span 5;
    }
  }
  .md\:col-span-6 {
    @media (width >= 48rem) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:col-span-7 {
    @media (width >= 48rem) {
      grid-column: span 7 / span 7;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:w-1\/3 {
    @media (width >= 48rem) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (width >= 48rem) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:w-30 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 30);
    }
  }
  .md\:w-35 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 35);
    }
  }
  .md\:w-\[440px\] {
    @media (width >= 48rem) {
      width: 440px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:shrink-0 {
    @media (width >= 48rem) {
      flex-shrink: 0;
    }
  }
  .md\:\[grid-template-columns\:minmax\(0\,1fr\)_minmax\(0\,320px\)\] {
    @media (width >= 48rem) {
      grid-template-columns: minmax(0,1fr) minmax(0,320px);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-12 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-nowrap {
    @media (width >= 48rem) {
      flex-wrap: nowrap;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:items-stretch {
    @media (width >= 48rem) {
      align-items: stretch;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:justify-self-end {
    @media (width >= 48rem) {
      justify-self: flex-end;
    }
  }
  .md\:pt-2 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 2);
    }
  }
  .md\:text-right {
    @media (width >= 48rem) {
      text-align: right;
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:col-span-5 {
    @media (width >= 64rem) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-6 {
    @media (width >= 64rem) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:col-span-7 {
    @media (width >= 64rem) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:mt-8 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .lg\:mb-4 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .lg\:mb-8 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:w-\[140px\] {
    @media (width >= 64rem) {
      width: 140px;
    }
  }
  .lg\:w-\[335px\] {
    @media (width >= 64rem) {
      width: 335px;
    }
  }
  .lg\:w-\[520px\] {
    @media (width >= 64rem) {
      width: 520px;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:max-w-\[18rem\] {
    @media (width >= 64rem) {
      max-width: 18rem;
    }
  }
  .lg\:min-w-\[180px\] {
    @media (width >= 64rem) {
      min-width: 180px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[1fr_auto\] {
    @media (width >= 64rem) {
      grid-template-columns: 1fr auto;
    }
  }
  .lg\:grid-cols-\[minmax\(0\,1fr\)_320px\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(0,1fr) 320px;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-x-3 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 3);
    }
  }
  .lg\:gap-x-4 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-y-2 {
    @media (width >= 64rem) {
      row-gap: calc(var(--spacing) * 2);
    }
  }
  .lg\:gap-y-3 {
    @media (width >= 64rem) {
      row-gap: calc(var(--spacing) * 3);
    }
  }
  .lg\:self-center {
    @media (width >= 64rem) {
      align-self: center;
    }
  }
  .lg\:p-5 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .lg\:p-6 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .lg\:p-7 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 7);
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .lg\:text-base {
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:text-sm {
    @media (width >= 64rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 64rem) {
      font-size: 24px;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}
/*!
 * theme.css
 * Canonical theme (B)
 * Depends on /common/css/style.css
 * Do not put layout / overflow logic here.
 */
@layer base {
  :root {
    --brand: 10 26 69;
    --brand-2: 37 99 235;
    --link: 0 102 204;
    --bg: 248 250 252;
    --surface: 255 255 255;
    --border: 226 232 240;
    --fs-h1: 1.5rem;
    --fs-h2: 1.25rem;
    --fs-h3: 1.125rem;
    --lh-body: 1.75;
    --text-base--line-height: 1.7;
    --text-xs--line-height: 1.5;
    --text-sm--line-height: 1.6;
    --text-lg--line-height: 1.65;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-bold: 700;
    --fw-black: 900;
    --text: 15 23 42;
    --muted: 71 85 105;
    --danger: 220 38 38;
    --r-card: 24px;
    --r-input: 6px;
    --r-pill: 9999px;
    --shadow-card: 0 10px 30px rgba(2, 6, 23, .12);
    --shadow-elev-1: 0 6px 18px rgba(15, 35, 76, 0.08);
    --shadow-elev-2: 0 10px 22px rgba(15, 35, 76, 0.14);
    --r-nav: 6px;
    --r-nav-panel: 6px;
    --r-table: 10px;
    --table-head: 10 26 69;
    --table-stripe: 241 245 249;
    --space-main: 3rem;
    --space-main-lg: 4rem;
    --space-section: 2rem;
    --space-section-lg: 3rem;
  }
  html {
    scroll-behavior: smooth;
  }
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
  }
  body.app {
    line-height: var(--lh-body);
  }
  html, body {
    min-height: 100%;
  }
  body.app {
    color: rgb(var(--text));
    background: rgb(var(--bg));
    font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    letter-spacing: 0.2px;
  }
  body.app main a {
    color: rgb(var(--link));
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgb(var(--link));
    transition: filter 0.3s ease, text-decoration-color 0.3s ease;
  }
  body.app main a:not(.btn-link):not(.btn):not(.card-accent-none):hover {
    filter: brightness(0.6);
    text-decoration-color: transparent;
  }
  body.app main a:focus-visible {
    outline: 3px solid rgba(37, 99, 235, .35);
    outline-offset: 2px;
    border-radius: 6px;
  }
  body.app h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
  body.app h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
  }
  body.app h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
  }
  body.app p {
    line-height: 1.7;
  }
  body.app strong {
    font-weight: var(--fw-bold);
  }
  body.app small {
    color: rgb(var(--muted));
  }
  body.app main ul {
    margin: 10px 0 14px;
    padding-left: 1.2em;
    list-style: disc;
  }
  body.app li {
    margin: 6px 0;
  }
  body.app main ul.note-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
  }
  body.app ul.note-list li {
    padding-left: 1em;
    text-indent: -1em;
  }
}
@layer base {
  :root {
    --font-heading: "Zen Kaku Gothic New", "Noto Sans JP", system-ui, sans-serif;
    h1, h2, .heading-2, .refinfo__title, .refinfo-card__title {
      font-family: var(--font-heading);
    }
    h1, .heading-1 {
      font-weight: 700 !important;
      letter-spacing: 0;
      letter-spacing: -0.02em;
      font-kerning: normal;
    }
    h2, .heading-2 {
      font-weight: 700 !important;
      letter-spacing: -0.04em;
      font-kerning: normal;
    }
    --brand: 0 92 173;
    --brand-2: 56 153 255;
    --link: 0 118 204;
    --bg: 242 248 255;
    --surface: 255 255 255;
    --border: 213 225 240;
    --text: 15 23 42;
    --muted: 71 85 105;
    --danger: 220 38 38;
    --success: 22 163 74;
    --r-input: 14px;
    --r-card: 28px;
    --r-nav: 14px;
    --r-nav-panel: 18px;
    --r-table: 16px;
    --shadow-card: 0 10px 24px rgba(0, 48, 100, 0.10);
    --shadow-elev-1: 0 6px 14px rgba(0, 48, 100, 0.08);
    --shadow-elev-2: 0 10px 20px rgba(0, 48, 100, 0.10);
    --table-head: 0 92 173;
    --table-stripe: 238 246 255;
    --radius-md: 0.875rem;
    --radius-lg: 1.125rem;
  }
  body.app main a:not(.btn-link):not(.btn):not(.card-accent-none):hover {
    filter: none;
    opacity: 0.85;
  }
  .bg-brand-2 {
    background: rgb(var(--brand-2));
  }
}
@layer components {
  .l-container {
    margin-inline: auto;
    width: 100%;
    max-width: var(--container-6xl);
    padding-inline: calc(var(--spacing) * 4);
  }
  .main {
    padding-block: var(--space-main);
  }
  @media (min-width: 1024px) {
    .main {
      padding-block: var(--space-main-lg);
    }
  }
  .section {
    margin-block: var(--space-section);
  }
  @media (min-width: 1024px) {
    .section {
      margin-block: var(--space-section-lg);
    }
  }
  .section__block {
    margin-top: var(--space-block);
  }
  @media (min-width: 1024px) {
    .section__block {
      margin-top: var(--space-block-lg);
    }
  }
  .l-section {
    padding-block: calc(var(--spacing) * 8);
  }
  .card {
    background: rgb(var(--surface));
    border: 1px solid rgb(var(--border));
    border-radius: var(--r-card);
    box-shadow: var(--shadow-card);
  }
  .card-accent-none {
    background: rgb(var(--surface));
    border: 1px solid rgb(var(--border));
    border-radius: 6px;
    box-shadow: var(--shadow-elev-2);
  }
  .card-accent-top {
    background: rgb(var(--surface));
    border: 1px solid rgb(var(--border));
    border-top: 4px solid rgb(var(--brand));
    border-radius: 6px;
    box-shadow: var(--shadow-elev-2);
  }
  .card-accent-left {
    background: rgb(var(--surface));
    border: 1px solid rgb(var(--border));
    border-left: 6px solid rgb(var(--brand));
    border-radius: 6px;
    box-shadow: var(--shadow-elev-2);
  }
  .card-accent-none.shadow-none, .card-accent-top.shadow-none, .card-accent-left.shadow-none {
    box-shadow: none;
  }
  .callout {
    background: rgb(var(--surface));
    border: 1px solid rgb(var(--border));
    border-radius: 6px;
    box-shadow: var(--shadow-elev-1);
    padding: calc(var(--spacing) * 4);
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .callout--warn {
    --callout-border: rgba(245, 158, 11, 0.85);
    border-color: var(--callout-border);
  }
  .stepper-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 2px 2px 10px;
    margin: -2px -2px 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(117, 126, 138, 0.85) transparent;
  }
  .stepper-scroll::-webkit-scrollbar {
    height: 8px;
  }
  .stepper-scroll::-webkit-scrollbar-track {
    background: transparent;
  }
  .stepper-scroll::-webkit-scrollbar-thumb {
    background: rgba(117, 126, 138, 0.85);
    border-radius: 9999px;
    border: 2px solid rgba(248, 250, 252, 1);
  }
  .stepper-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(93, 104, 117, 0.85);
  }
  .stepper {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    width: max-content;
    padding-right: 2px;
    scroll-snap-type: x proximity;
  }
  .stepper__item {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-slate-200);
    background-color: var(--color-white);
    padding-block: calc(var(--spacing) * 2);
    padding-right: calc(var(--spacing) * 3);
    padding-left: calc(var(--spacing) * 2);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    box-shadow: var(--shadow-elev-1);
    scroll-snap-align: start;
    white-space: nowrap;
  }
  .stepper__num {
    display: inline-grid;
    height: calc(var(--spacing) * 6);
    width: calc(var(--spacing) * 6);
    place-items: center;
    border-radius: calc(infinity * 1px);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
    background: rgb(var(--bg));
    border: 1px solid rgb(var(--border));
    color: rgb(var(--muted));
    flex: none;
  }
  .stepper__label {
    --tw-leading: 1;
    line-height: 1;
    color: rgb(var(--text));
  }
  .stepper__item.is-current {
    border-color: rgb(var(--brand-2) / 0.55);
    box-shadow: 0 10px 18px rgba(15, 35, 76, 0.12);
  }
  .stepper__item.is-current .stepper__num {
    background: rgb(var(--brand-2));
    border-color: rgb(var(--brand-2));
    color: #fff;
  }
  @media (max-width: 640px) {
    .stepper-scroll {
      padding-bottom: 8px;
    }
    .stepper__item {
      padding: 0.45rem 0.7rem 0.45rem 0.45rem;
      font-size: 11px;
      gap: 0.4rem;
    }
    .stepper__num {
      width: 20px;
      height: 20px;
      font-size: 11px;
    }
  }
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 2);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    font-size: 15px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    border-radius: var(--r-pill);
    line-height: 1;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
  }
  .btn-compact {
    height: 34px;
    min-height: 34px;
    padding-block: 0;
    line-height: 34px;
  }
  .btn-pill {
    min-height: 48px;
    border-radius: calc(infinity * 1px);
    padding-inline: calc(var(--spacing) * 5);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
    @media (width >= 40rem) {
      min-height: 52px;
    }
  }
  .btn-primary {
    color: #fff;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #0ea5e9 0%, #1d4ed8 100%);
  }
  .btn-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    transition: background-color 0.15s ease;
  }
  .btn-primary:hover::after {
    background: rgba(255, 255, 255, 0.10);
  }
  .btn-primary:active::after {
    background: rgba(0, 0, 0, 0.12);
  }
  .btn-danger {
    color: #fff;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ef4444 0%, #b91c1c 100%);
  }
  .btn-danger::after {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    transition: background-color 0.15s ease;
  }
  .btn-danger:hover::after {
    background: rgba(255, 255, 255, 0.10);
  }
  .btn-danger:active::after {
    background: rgba(0, 0, 0, 0.10);
  }
  .btn-danger:disabled {
    opacity: 0.55;
    cursor: not-allowed;
  }
  .btn-secondary {
    background: rgb(241 245 249);
    border: 1px solid rgb(var(--border));
    color: rgb(var(--text));
  }
  .btn-secondary:hover {
    background: rgb(226 232 240);
  }
  .btn-secondary:active {
    background: rgb(203 213 225);
  }
  .btn-white {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(var(--border));
    color: rgb(var(--brand));
  }
  .btn-white:hover {
    opacity: 80%;
  }
  .btn-white:active {
    opacity: 80%;
  }
  .btn-white.is-active {
    color: rgb(var(--text));
  }
  .btn-ghost {
    background: transparent;
    color: rgb(var(--link));
    padding-inline: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .btn-ghost:hover {
    color: rgb(var(--text));
  }
  .btn-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.6rem 0.5rem 1.1rem;
    border: 1px solid rgb(var(--border));
    border-radius: var(--r-input);
    background: rgb(var(--surface));
    color: rgb(var(--link));
    font-weight: 700;
    font-size: 0.875rem;
    text-decoration: none;
    transition: border-color .15s ease, box-shadow .15s ease, color .15s ease;
    box-shadow: var(--shadow-elev-1);
    justify-content: center;
  }
  .btn-link:hover {
    background: rgb(var(--surface));
    border-color: rgb(var(--link) / 0.35);
    box-shadow: 0 6px 14px rgba(15, 35, 76, 0.10);
  }
  .btn-link:active {
    box-shadow: 0 2px 6px rgba(15, 35, 76, 0.10);
  }
  .btn-link__icon {
    width: 1rem;
    height: 1rem;
    flex: none;
    color: currentColor;
  }
  .field {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .field__label {
    font-size: 13px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-slate-800);
  }
  .hint {
    position: relative;
    display: inline-flex;
    align-items: center;
  }
  .hint__btn {
    width: 18px;
    height: 18px;
    display: inline-grid;
    place-items: center;
    border-radius: 9999px;
    border: 1px solid rgb(var(--border));
    background: rgb(var(--surface));
    color: rgb(var(--muted));
    line-height: 1;
    padding: 0;
    cursor: help;
    user-select: none;
  }
  .hint__btn:hover {
    color: rgb(var(--text));
  }
  .hint__btn:focus-visible {
    outline: 2px solid rgb(var(--brand-2) / 0.55);
    outline-offset: 2px;
  }
  .hint__tip {
    display: none;
    position: absolute;
    z-index: 40;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: min(340px, calc(100vw - 2rem));
    padding: 0.6rem 0.75rem;
    border: 1px solid rgb(var(--border));
    border-radius: var(--r-input);
    background: rgb(var(--surface));
    box-shadow: var(--shadow-elev-2);
    color: rgb(var(--text));
    font-size: 12px;
    line-height: 1.55;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .hint__tip::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: rgb(var(--surface));
    border-left: 1px solid rgb(var(--border));
    border-top: 1px solid rgb(var(--border));
    transform: translateX(-50%) rotate(45deg);
  }
  .hint:hover .hint__tip, .hint:focus-within .hint__tip {
    display: block;
  }
  .field__help {
    font-size: 12px;
    color: var(--color-slate-600);
  }
  .field__error {
    font-size: 12px;
    color: rgb(var(--danger));
  }
  .input, .select, .textarea {
    width: 100%;
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    font-size: 15px;
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
    --tw-outline-style: none;
    outline-style: none;
    padding-block: calc(var(--spacing) * 2);
    border: 1px solid rgb(var(--border));
    border-radius: var(--r-input);
  }
  .textarea {
    min-height: 120px;
  }
  .input:focus, .select:focus, .textarea:focus {
    border-color: rgb(var(--brand-2));
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .15);
  }
  .form-row {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 3);
  }
  .table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    border: 1px solid rgb(var(--border));
    background: rgb(var(--surface));
  }
  .table tbody td {
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    border-top: 1px solid rgb(var(--border));
    border-right: 1px solid rgb(var(--border));
    vertical-align: middle;
  }
  .table--striped tbody tr:nth-child(even) td {
    background: rgb(var(--table-stripe));
  }
  .table--compact thead th, .table--compact tbody td {
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 1.5);
  }
  .u-num {
    text-align: right;
    font-variant-numeric: tabular-nums;
  }
  .u-center {
    text-align: center;
  }
  .u-nowrap {
    white-space: nowrap;
  }
  .info-block {
    margin-top: calc(var(--spacing) * 8);
    background: rgb(var(--surface));
    border: 1px solid rgb(var(--border));
    border-radius: var(--r-card);
    box-shadow: var(--shadow-card);
  }
  .info-block__title {
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 3);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    background: rgb(241 245 249);
    border-bottom: 1px solid rgb(var(--border));
    border-top-left-radius: var(--r-card);
    border-top-right-radius: var(--r-card);
  }
  .info-block__body {
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 4);
  }
  body.app footer #HENSEI2010-ABOUT_NIKKEI {
    background-color: #F8F8F8;
    width: 100%;
    min-width: 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  body.app footer #HENSEI2010-ABOUT_NIKKEI a:link, body.app footer #HENSEI2010-ABOUT_NIKKEI a:visited {
    color: #333;
    text-decoration: none;
  }
  body.app footer #HENSEI2010-ABOUT_NIKKEI a:hover, body.app footer #HENSEI2010-ABOUT_NIKKEI a:active {
    color: #333;
    text-decoration: underline;
  }
  body.app footer #HENSEI2010-ABOUT_NIKKEI .HENSEI2010-fixed {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 16px;
    box-sizing: border-box;
    text-align: center;
  }
  body.app footer #HENSEI2010-ABOUT_NIKKEI ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  body.app footer #HENSEI2010-ABOUT_NIKKEI ul li {
    display: inline-block;
    border-left: 1px solid #333;
    margin: 0 6px 0 0;
    padding: 0 0 0 6px;
    line-height: 1.2;
  }
  body.app footer #HENSEI2010-ABOUT_NIKKEI ul li.HENSEI2010-first {
    border-left: none;
    padding: 0;
  }
  body.app footer #HENSEI2010-ABOUT_NIKKEI ul li a {
    white-space: nowrap;
  }
  body.app footer #HENSEI2018-ABOUT_NIKKEI {
    background-color: #0a3e6f;
    width: 100%;
  }
  body.app footer #HENSEI2018-ABOUT_NIKKEI .l-copyright_body {
    max-width: 980px;
    width: 100%;
    min-width: 0;
    margin: 0 auto;
    padding: 16px 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1;
  }
  body.app footer #HENSEI2018-ABOUT_NIKKEI .l-copyright_logo {
    display: block;
  }
  body.app footer #HENSEI2018-ABOUT_NIKKEI .l-copyright_logo img {
    display: block;
    height: 12px;
    width: auto;
  }
  body.app footer #HENSEI2018-ABOUT_NIKKEI .l-copyright_text {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
  }
  @media (max-width: 640px) {
    body.app footer #HENSEI2010-ABOUT_NIKKEI ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 6px 10px;
    }
    body.app footer #HENSEI2010-ABOUT_NIKKEI ul li {
      border-left: none;
      margin: 0;
      padding: 0;
    }
    body.app footer #HENSEI2018-ABOUT_NIKKEI .l-copyright_body {
      flex-direction: column;
      gap: 10px;
      text-align: center;
    }
    body.app footer #HENSEI2018-ABOUT_NIKKEI .l-copyright_text {
      white-space: normal;
      font-size: 12px;
    }
  }
  .HENSEI2010-clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .hero-band {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #173464, #0b1a3b);
    box-shadow: 0 18px 40px rgba(15, 35, 76, 0.18);
  }
  .hero-band__inner {
    position: relative;
    z-index: 2;
  }
  .hero-visual-wrap {
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(15, 35, 76, 0.14);
    background: #1a2b4c;
    z-index: 0;
    margin-left: -24px;
    margin-right: -24px;
  }
  .hero-visual-img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
  }
  .hero-visual-wrap::before, .hero-visual-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30%;
    pointer-events: none;
    z-index: 1;
  }
  .hero-visual-wrap::before {
    left: 0;
    background: linear-gradient(to right, #1a2b4c 0%, rgba(26, 43, 76, 0) 70%);
  }
  .hero-visual-wrap::after {
    right: 0;
    background: linear-gradient(to left, #1a2b4c 0%, rgba(26, 43, 76, 0) 70%);
  }
  .hero-login-card {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(15, 35, 76, 0.14);
    background: white;
    z-index: 10;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  @media (min-width: 768px) {
    .hero-visual-wrap {
      width: 100%;
    }
    .hero-login-card {
      width: 500px;
    }
  }
  @media (min-width: 960px) and (max-width: 1023px) {
    .hero-visual-wrap {
      width: 560px;
      margin-left: 0;
      margin-right: 0;
    }
    .hero-login-card {
      position: relative;
      width: 420px;
    }
  }
  @media (min-width: 1024px) {
    .hero-visual-wrap {
      width: 650px;
    }
    .hero-login-card {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
  }
  body.app .notice-body {
    color: #334155;
    font-size: 14px;
    line-height: 1.8;
  }
  body.app .notice-body h3 {
    font-size: 16px;
    font-weight: var(--fw-bold);
    margin: 0 0 10px;
  }
  body.app .notice-body p {
    margin: 0 0 10px;
  }
  body.app .notice-body p>strong {
    font-size: 16px;
    font-weight: var(--fw-bold);
    color: #0f234c;
  }
  body.app .notice-body p:last-child {
    margin-bottom: 0;
  }
  .to-top {
    position: fixed;
    right: 16px;
    bottom: 28px;
    z-index: 50;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 9999px;
    background: rgb(var(--brand));
    color: #fff;
    box-shadow: 0 10px 18px rgba(8, 20, 46, 0.22);
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease, filter .2s ease;
  }
  .to-top:hover {
    filter: brightness(1.05);
  }
  .to-top:active {
    filter: brightness(.98);
  }
  .to-top:focus-visible {
    outline: 3px solid rgba(37, 99, 235, .35);
    outline-offset: 2px;
  }
  .to-top.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .to-top__icon {
    display: inline-flex;
  }
  @media (prefers-reduced-motion: reduce) {
    .to-top {
      transition: none;
    }
  }
  body.app .utility-wrap {
    width: 390px;
    display: grid;
    row-gap: 8px;
  }
  body.app .utility-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding-top: 8px;
    border-top: 1px solid rgb(var(--border));
  }
  body.app .utility-links {
    display: flex;
    align-items: center;
    font-size: 13px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    justify-content: space-between;
    gap: 20px;
    color: rgb(var(--muted));
    padding: 0 8px;
  }
  body.app .utility-links a {
    text-decoration: none;
    transition: filter 0.3s ease, text-decoration-color 0.3s ease;
  }
  body.app .utility-links a:hover {
    filter: brightness(0.8);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgb(var(--muted));
  }
  body.app .u-action {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    font-size: 13px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-slate-700);
    &:hover {
      @media (hover: hover) {
        color: var(--color-slate-900);
      }
    }
    padding: 6px 8px;
    border-radius: var(--r-nav);
  }
  body.app .u-action:hover {
    background: rgb(241 245 249);
  }
  body.app .u-action svg {
    flex-shrink: 0;
  }
  body.app .u-action svg, body.app .g-nav__panel-action svg {
    overflow: visible;
    display: block;
  }
  body.app .g-nav {
    position: relative;
    border: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }
  body.app .g-nav__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--spacing) * 3);
    padding: 0 2px;
  }
  @media (min-width: 640px) {
    body.app .g-nav__bar {
      padding: 0;
    }
  }
  body.app .g-nav__list {
    width: 100%;
    gap: calc(var(--spacing) * 2);
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  body.app .g-nav__link, body.app .g-nav__btn {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 2);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2.5);
    font-size: 15px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-slate-700);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-50);
      }
    }
    border-radius: var(--r-nav);
  }
  body.app .g-nav__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-slate-800);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-50);
      }
    }
    border-radius: var(--r-nav);
    width: 44px;
    height: 44px;
    padding: 0;
  }
  body.app .dropdown {
    position: relative;
  }
  body.app .g-nav__submenu {
    position: absolute;
    right: calc(var(--spacing) * 0);
    margin-top: calc(var(--spacing) * 2);
    min-width: 260px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-slate-200);
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 2);
    border-radius: var(--r-nav-panel);
    box-shadow: 0 16px 40px rgba(15, 35, 76, 0.18);
  }
  body.app .g-nav__submenu a {
    display: block;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: 14px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-slate-800);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-50);
      }
    }
    border-radius: var(--r-nav);
  }
  .nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 35, 76, 0.28);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 40;
  }
  body.is-nav-open {
    overflow: hidden;
  }
  .g-nav__panel {
    z-index: 50;
  }
  @media (min-width: 860px) {
    body.app .dropdown:hover>.submenu {
      display: block;
    }
    body.app .site-header {
      position: relative;
      z-index: 50;
    }
    body.app .g-nav__submenu {
      z-index: 70;
    }
  }
  body.app .g-nav__panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 60;
    background: rgb(var(--surface));
    border: 1px solid rgb(var(--border));
    border-radius: var(--r-nav-panel);
    box-shadow: 0 16px 40px rgba(15, 35, 76, 0.18);
    margin: 5px 10px 0 10px;
  }
  body.app .g-nav__panel-list {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
    }
    padding: calc(var(--spacing) * 3);
  }
  body.app .g-nav__panel-link, body.app .g-nav__panel-btn {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--spacing) * 3);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 1.5);
    font-size: 14px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-slate-800);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-50);
      }
    }
    border-radius: var(--r-nav);
  }
  body.app .g-nav__panel-submenu {
    margin-top: calc(var(--spacing) * 1.5);
    margin-left: calc(var(--spacing) * 2);
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
    border-color: var(--color-slate-200);
    padding-left: calc(var(--spacing) * 3);
  }
  body.app .g-nav__panel-submenu a {
    display: block;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 1.5);
    font-size: 13px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-slate-800);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-50);
      }
    }
    border-radius: var(--r-nav);
  }
  body.app .g-nav__panel-actions {
    display: grid;
    gap: calc(var(--spacing) * 2);
    padding-inline: calc(var(--spacing) * 3);
    padding-bottom: calc(var(--spacing) * 3);
  }
  body.app .g-nav__panel-action {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 1.5);
    font-size: 14px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-slate-800);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-50);
      }
    }
    border-radius: var(--r-nav);
  }
  body.app .g-nav__panel-help {
    display: flex;
    flex-wrap: wrap;
    column-gap: calc(var(--spacing) * 4);
    row-gap: calc(var(--spacing) * 2);
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: var(--color-slate-200);
    padding-inline: calc(var(--spacing) * 3);
    padding-top: calc(var(--spacing) * 2);
    padding-bottom: calc(var(--spacing) * 3);
    font-size: 13px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-slate-800);
  }
  body.app .g-nav a[aria-current="page"], body.app .g-nav button[aria-current="page"] {
    color: var(--color-white);
    background: linear-gradient(to bottom, #263e78, #0f234c);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }
  body.app .g-nav a[aria-current="page"] svg, body.app .g-nav button[aria-current="page"] svg {
    color: var(--color-white);
  }
  body.app .g-nav a[aria-current="page"]:hover, body.app .g-nav button[aria-current="page"]:hover {
    filter: brightness(1.2);
  }
  @media (max-width: 859px) {
    body.app .g-nav__bar {
      display: none;
    }
    body.app .g-nav-wrap {
      margin-top: 0 !important;
    }
  }
  .heading-hero {
    font-size: 22px;
    --tw-leading: 1.25;
    line-height: 1.25;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
    color: var(--color-white);
    @media (width >= 40rem) {
      font-size: 26px;
    }
  }
  .heading-1 {
    color: rgb(var(--text));
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .heading-2 {
    font-size: var(--fs-h2);
    color: rgb(var(--text));
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .heading-3 {
    font-size: var(--fs-h3);
    color: rgb(var(--text));
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-muted {
    color: rgb(var(--muted));
  }
  .text-danger {
    color: rgb(var(--danger));
  }
  .text-up {
    color: rgb(var(--danger));
  }
  .text-down {
    color: rgb(var(--success));
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .card {
    background: rgb(var(--surface));
    border: 1px solid rgb(var(--border));
    border-radius: var(--r-card);
    box-shadow: var(--shadow-card);
  }
  .notice {
    border: 1px solid rgb(var(--border));
    border-left: 4px solid rgb(var(--danger));
    border-radius: 6px;
    color: rgb(var(--text));
  }
  .app a.link {
    color: rgb(var(--link));
    text-decoration-line: underline;
    text-underline-offset: 2px;
  }
  .app a.link:hover {
    opacity: 80%;
  }
  .table-wrap {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgb(var(--border));
    border-radius: 10px;
    background: rgb(var(--surface));
    box-shadow: var(--shadow-elev-2);
    overflow: hidden;
  }
  .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-scroll {
    scrollbar-width: thin;
    scrollbar-color: rgba(117, 126, 138, .85) transparent;
  }
  .table-scroll::-webkit-scrollbar {
    height: 10px;
  }
  .table-scroll::-webkit-scrollbar-track {
    background: transparent;
  }
  .table-scroll::-webkit-scrollbar-thumb {
    background: rgba(117, 126, 138, .85);
    border-radius: 9999px;
    border: 2px solid rgba(242, 248, 255, 1);
  }
  .table-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(93, 104, 117, .85);
  }
  .table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
  }
  .table thead th {
    background: rgb(var(--table-head));
    color: #fff;
    border-bottom: 1px solid rgb(var(--border));
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    text-align: center;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    vertical-align: middle;
    white-space: nowrap;
  }
  .table tbody td {
    border-bottom: 1px solid rgb(var(--border));
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    vertical-align: middle;
    white-space: nowrap;
  }
  .table tbody tr:nth-child(even) {
    background: rgb(var(--table-stripe));
  }
  .table.table--ranking tbody tr:nth-child(1) {
    background: linear-gradient(90deg, rgba(245, 158, 11, 0.30), rgba(255, 255, 255, 0));
    box-shadow: inset 4px 0 0 rgba(245, 158, 11, 0.80), inset 0 0 0 1px rgba(245, 158, 11, 0.18);
  }
  .table.table--ranking tbody tr:nth-child(2) {
    background: linear-gradient(90deg, rgba(226, 232, 240, 0.95), rgba(255, 255, 255, 0)), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.40) 0 10px, rgba(255, 255, 255, 0.00) 10px 20px);
    box-shadow: inset 4px 0 0 rgba(148, 163, 184, 0.95), inset 0 0 0 1px rgba(148, 163, 184, 0.28);
  }
  .table.table--ranking tbody tr:nth-child(3) {
    background: linear-gradient(90deg, rgba(234, 88, 12, 0.26), rgba(255, 255, 255, 0));
    box-shadow: inset 4px 0 0 rgba(234, 88, 12, 0.70), inset 0 0 0 1px rgba(234, 88, 12, 0.16);
  }
  .table.table--ranking tbody tr:nth-child(-n + 3) td:first-child {
    position: relative;
    padding-block: 14px;
    color: transparent;
  }
  .table.table--ranking tbody tr:nth-child(-n + 3) td:first-child::before {
    content: none;
  }
  .table.table--ranking tbody tr:nth-child(-n + 3) td:first-child::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    line-height: 1;
    opacity: 1;
    color: #0f172a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
  }
  .table.table--ranking tbody tr:nth-child(1) td:first-child::after {
    content: "🥇";
  }
  .table.table--ranking tbody tr:nth-child(2) td:first-child::after {
    content: "🥈";
  }
  .table.table--ranking tbody tr:nth-child(3) td:first-child::after {
    content: "🥉";
  }
  .table.table--ranking tbody tr:nth-child(even):not(:nth-child(-n + 3)) {
    background: transparent;
  }
  .table.table--ranking tbody tr:nth-child(n + 5):nth-child(odd) {
    background-color: rgba(2, 132, 199, 0.06);
  }
  .table tbody tr:last-child td {
    border-bottom: 0;
  }
  .table .is-center {
    text-align: center;
  }
  .table .is-num {
    text-align: right;
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  @media (max-width: 640px) {
    .table thead th:first-child {
      position: sticky;
      left: 0;
      background: rgb(var(--table-head));
      color: #fff;
      z-index: 4;
    }
    .table tbody td:first-child {
      position: sticky;
      left: 0;
      z-index: 2;
    }
    .table tbody tr:nth-child(odd) td:first-child {
      background: rgb(var(--surface));
    }
    .table tbody tr:nth-child(even) td:first-child {
      background: rgb(var(--table-stripe));
    }
    .table-scroll .table thead th:first-child, .table-scroll .table tbody td:first-child {
      box-shadow: 6px 0 10px rgba(15, 35, 76, 0.08);
    }
    .table.table--ranking thead th:first-child {
      position: sticky;
      left: 0;
      z-index: 5;
      background: rgb(var(--table-head));
      color: #fff;
    }
    .table.table--ranking tbody td:first-child {
      position: sticky;
      left: 0;
      z-index: 3;
    }
    .table.table--ranking tbody tr:nth-child(-n + 3) td:first-child {
      position: sticky;
      left: 0;
      z-index: 3;
      color: transparent;
      padding-block: 14px;
    }
    .table.table--ranking tbody tr:nth-child(1) td:first-child {
      background: #f6e7bf;
    }
    .table.table--ranking tbody tr:nth-child(2) td:first-child {
      background: #e5ebf2;
    }
    .table.table--ranking tbody tr:nth-child(3) td:first-child {
      background: #f1ddd1;
    }
    .table.table--ranking tbody tr:nth-child(odd):not(:nth-child(-n + 3)) td:first-child {
      background: rgb(var(--surface));
    }
    .table.table--ranking tbody tr:nth-child(even):not(:nth-child(-n + 3)) td:first-child {
      background: rgb(var(--table-stripe));
    }
    .table-scroll .table.table--ranking thead th:first-child, .table-scroll .table.table--ranking tbody td:first-child {
      box-shadow: 6px 0 10px rgba(15, 35, 76, 0.08);
    }
    .table-wrap--no-sticky .table thead th:first-child, .table-wrap--no-sticky .table tbody td:first-child {
      position: static;
      left: auto;
      z-index: auto;
      box-shadow: none;
    }
    .table-wrap--holdings-col2-sticky .table thead th:first-child, .table-wrap--holdings-col2-sticky .table tbody td:first-child {
      position: static;
      left: auto;
      z-index: auto;
      box-shadow: none;
    }
    .table-wrap--holdings-col2-sticky .table thead th:nth-child(2), .table-wrap--holdings-col2-sticky .table tbody td:nth-child(2) {
      position: sticky;
      left: 0;
      z-index: 10;
      box-shadow: 6px 0 10px rgba(15, 35, 76, 0.08);
    }
    .table-wrap--holdings-col2-sticky .table thead th {
      z-index: 20;
    }
    .table-wrap--holdings-col2-sticky .table thead th:nth-child(2) {
      background: rgb(var(--table-head));
      color: #fff;
    }
    .table-wrap--holdings-col2-sticky .table tbody tr:nth-child(odd) td:nth-child(2) {
      background: rgb(var(--surface));
    }
    .table-wrap--holdings-col2-sticky .table tbody tr:nth-child(even) td:nth-child(2) {
      background: rgb(var(--table-stripe));
    }
    .table-wrap--history-col3-sticky .table thead th:first-child, .table-wrap--history-col3-sticky .table tbody td:first-child {
      position: static;
      left: auto;
      z-index: auto;
      box-shadow: none;
    }
    .table-wrap--history-col3-sticky .table-scroll .table thead th:first-child, .table-wrap--history-col3-sticky .table-scroll .table tbody td:first-child {
      box-shadow: none;
    }
    .table-wrap--history-col3-sticky .table thead th:nth-child(3), .table-wrap--history-col3-sticky .table tbody td:nth-child(3) {
      position: sticky;
      left: 0;
      z-index: 10;
      box-shadow: 6px 0 10px rgba(15, 35, 76, 0.08);
    }
    .table-wrap--history-col3-sticky .table thead th {
      z-index: 20;
    }
    .table-wrap--history-col3-sticky .table thead th:nth-child(3) {
      background: rgb(var(--table-head));
      color: #fff;
    }
    .table-wrap--history-col3-sticky .table tbody tr:nth-child(odd) td:nth-child(3) {
      background: rgb(var(--surface));
    }
    .table-wrap--history-col3-sticky .table tbody tr:nth-child(even) td:nth-child(3) {
      background: rgb(var(--table-stripe));
    }
    .table tbody td .code-name a {
      display: inline-block;
      width: 140px;
      white-space: pre-wrap;
      overflow-wrap: anywhere;
      word-break: break-word;
    }
  }
  .code-name {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: calc(var(--spacing) * 2);
    row-gap: calc(var(--spacing) * 1);
  }
  .code-badge {
    display: inline-flex;
    align-items: center;
    border-radius: calc(infinity * 1px);
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 0.5);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    background: rgb(var(--bg));
    border: 1px solid rgb(var(--border));
    color: rgb(var(--muted));
  }
  .code-badge--fun {
    color: #0f172a;
    border-color: rgba(2, 132, 199, 0.35);
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.40), rgba(99, 102, 241, 0.25), rgba(244, 114, 182, 0.25));
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 10px 20px rgba(2, 132, 199, 0.08);
    letter-spacing: .02em;
    position: relative;
  }
  .code-badge--fun::before {
    content: "🎉";
    margin-right: .35em;
    font-size: 1em;
    line-height: 1;
  }
  .code-badge--fun::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 9999px;
    pointer-events: none;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .55), transparent 55%);
    opacity: .55;
  }
  @media (prefers-reduced-motion: no-preference) {
    .code-badge--fun {
      animation: codeBadgePop 2.6s ease-in-out infinite;
    }
  }
  @keyframes codeBadgePop {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-1px);
    }
  }
  .card-media {
    display: flex;
    flex-direction: column;
  }
  .card-media--tile {
    width: calc((100% - 0.5rem) / 2);
  }
  @media (min-width: 640px) {
    .card-media--tile {
      width: calc((100% - 1rem) / 2);
    }
  }
  @media (min-width: 768px) {
    .card-media--tile {
      width: 218px;
    }
  }
  @media (min-width: 1024px) {
    .card-media--tile {
      width: 258px;
    }
  }
  .card-media__thumb {
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    overflow: hidden;
    background: rgb(var(--border));
  }
  .card-media__thumb>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .refinfo {
    border: 1px solid rgb(var(--border));
    border-radius: var(--r-table);
    background: linear-gradient(180deg, rgb(var(--brand-2) / 0.16), rgb(var(--surface)) 44%);
    padding: 0.9rem;
    box-shadow: 0 14px 30px rgba(0, 48, 100, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.55) inset;
  }
  .refinfo__head {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.75rem;
    align-items: baseline;
    margin-bottom: 0.75rem;
  }
  .refinfo__title {
    font-size: 0.95rem;
    font-weight: var(--fw-bold);
    letter-spacing: 0.02em;
  }
  .refinfo__desc {
    font-size: 0.8125rem;
    color: rgb(var(--muted));
  }
  .refinfo__grid {
    display: grid;
    gap: 0.75rem;
  }
  @media (min-width: 768px) {
    .refinfo__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .refinfo-card {
    background: rgb(var(--surface));
    border: 1px solid rgb(var(--border));
    border-radius: var(--r-input);
    padding: 0.75rem;
  }
  .refinfo-card__title {
    font-size: 0.8125rem;
    font-weight: var(--fw-bold);
    margin-bottom: 0.5rem;
    color: rgb(var(--text));
  }
  .refinfo-card__body {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .refinfo-list {
    margin-top: 0.5rem;
    display: grid;
    font-size: 0.875rem;
  }
  .refinfo-card__hint {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: rgb(var(--muted));
  }
  @media (min-width: 768px) {
    .refinfo-card--wide {
      grid-column: 1 / -1;
    }
  }
  .refinfo__note {
    margin-top: 0.6rem;
    font-size: 0.75rem;
    color: rgb(var(--muted));
  }
  .stc-search {
    display: flex;
    gap: 0.5rem;
    align-items: stretch;
  }
  .stc-search--dual {
    flex-wrap: wrap;
  }
  @media (min-width: 640px) {
    .stc-search--dual {
      flex-wrap: nowrap;
    }
  }
  .cmnc-input_text {
    flex: 1;
    min-width: 0;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 14px;
    line-height: 1.4;
    border: 1px solid rgb(var(--border));
    border-radius: var(--r-input);
    background: rgb(var(--surface));
    outline: none;
  }
  .cmnc-input_text:focus {
    border-color: rgb(var(--brand-2));
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15);
  }
  .cmnc-input_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0.5rem 0.9rem;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid rgb(var(--border));
    border-radius: var(--r-input);
    background: rgb(241 245 249);
    color: rgb(var(--text));
    cursor: pointer;
    user-select: none;
  }
  .cmnc-input_button:hover {
    background: rgb(226 232 240);
  }
  .cmnc-input_button:active {
    background: rgb(203 213 225);
  }
  .cmnc-input_button--sub {
    background: rgb(248 250 252);
  }
  .cmnc-input_button--sub:hover {
    background: rgb(241 245 249);
  }
  .cmnc-input_button--sub:active {
    background: rgb(226 232 240);
  }
}
@layer components {
  .card {
    border-radius: var(--r-card);
    box-shadow: var(--shadow-card);
    border-color: rgb(var(--border));
  }
  .card-accent-none, .card-accent-top, .card-accent-left {
    border-radius: 18px;
  }
  .callout {
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 246, 255, 0.75));
  }
  .input, .select, .textarea {
    border-radius: var(--r-input);
  }
  .input:focus, .select:focus, .textarea:focus, .cmnc-input_text:focus {
    border-color: rgb(var(--brand-2));
    box-shadow: 0 0 0 4px rgb(var(--brand-2) / 0.16);
  }
  .select--arrow {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L8 8L14 2' stroke='%230076cc' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 14px;
    padding-right: 2.5rem;
  }
  .form-error {
    display: block;
    margin-top: 4px;
    font-size: 0.75rem;
    line-height: 1.4;
    color: var(--color-red-600);
  }
  .linkicon::after {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin-left: 0.35em;
    background: currentColor;
    mask: url(/common/images/external-link.svg) no-repeat center / contain;
    vertical-align: text-top;
  }
  a.no-linkicon::after {
    content: none !important;
  }
  body.app .g-nav__submenu, body.app .g-nav__panel {
    border-radius: var(--r-nav-panel);
    border-color: rgb(var(--border));
  }
  body.app .g-nav__link[aria-current="page"], body.app .g-nav__btn[aria-current="page"] {
    background: rgb(var(--brand-2) / 0.14);
    color: rgb(var(--brand));
    box-shadow: inset 0 0 0 1px rgb(var(--brand-2) / 0.22);
  }
  .table {
    border-radius: var(--r-table);
  }
  .table-wrap {
    border-radius: var(--r-table);
  }
  .b-hero {
    background: radial-gradient(1100px 380px at 14% 14%, rgba(56, 189, 248, 0.38), transparent 74%), radial-gradient(900px 320px at 72% 18%, rgba(99, 102, 241, 0.16), transparent 72%), radial-gradient(760px 260px at 92% 28%, rgba(34, 197, 94, 0.10), transparent 78%), linear-gradient(180deg, rgba(235, 248, 255, 0.94), rgba(255, 255, 255, 0.90));
  }
  .b-hero__inner {
    max-width: 1088px;
    margin-inline: auto;
    width: 100%;
  }
  .b-hero__media {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(0, 48, 100, 0.12);
  }
  .b-hero__card {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgb(var(--border));
    box-shadow: 0 16px 34px rgba(0, 48, 100, 0.12);
    backdrop-filter: blur(2px);
  }
  .b-hero__card a {
    color: rgb(var(--link));
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: slate-800;
    transition: filter .3s ease, text-decoration-color .3s ease;
  }
  .b-hero__card a:hover {
    filter: brightness(.6);
    text-decoration-color: transparent;
  }
  @media (max-width: 640px) {
    .b-hero__media {
      border-radius: 0 !important;
    }
  }
  .refinfo {
    background: radial-gradient(900px 260px at 18% 15%, rgba(56, 189, 248, 0.22), transparent 62%), radial-gradient(860px 260px at 82% 30%, rgba(34, 197, 94, 0.14), transparent 58%), linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(243, 253, 251, 0.78));
    border-color: rgb(var(--border));
  }
  .refinfo__head {
    border-bottom-color: rgb(var(--border));
  }
  .refinfo-card {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgb(var(--border));
  }
  .callout--warn {
    --callout-border: rgba(245, 158, 11, 0.85);
    border-width: 2px;
  }
  .callout:not(.callout--warn) {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 246, 255, 0.78));
  }
  .callout.callout--warn {
    background: rgb(var(--surface)) !important;
    background-image: none !important;
  }
  .menu-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    background: rgb(var(--brand-2) / 0.12);
    color: rgb(var(--brand));
    border: 1px solid rgb(var(--brand-2) / 0.35);
  }
  .menu-dot.danger {
    background: rgb(var(--surface));
    color: rgb(var(--danger));
    border: 1px solid rgb(var(--danger) / 0.4);
  }
  .menu-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: calc(var(--spacing) * 4);
    border-radius: var(--radius-sm);
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 4);
    text-decoration-line: none;
    border-radius: 6px;
    transition: background-color .15s ease, box-shadow .15s ease, opacity .15s ease;
  }
  .menu-item:hover {
    background: rgb(var(--bg));
  }
  .menu-item:focus {
    outline: none;
  }
  .menu-item:focus-visible {
    outline: 2px solid rgb(var(--brand-2) / 0.55);
    outline-offset: 2px;
  }
  .menu-item.is-disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
  }
  .menu-item.is-danger:hover {
    background: rgb(var(--danger) / 0.08);
  }
  .menu-item.is-danger:focus-visible {
    outline: 2px solid rgb(var(--danger) / 0.45);
    outline-offset: 2px;
  }
  .initial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
    gap: 8px;
  }
  .initial-btn {
    height: 40px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid rgb(var(--border));
    background: rgb(var(--surface));
    color: rgb(var(--text));
    transition: all .15s ease;
    cursor: pointer;
  }
  .initial-btn:hover {
    background: rgb(var(--brand-2) / 0.1);
    border-color: rgb(var(--brand-2));
  }
  .initial-btn.is-active {
    background: rgb(var(--brand-2));
    color: #fff;
    border-color: rgb(var(--brand-2));
  }
}
@layer utilities {
  .bg-gradient-to-b.from-\[\#263e78\].to-\[\#0f234c\] {
    background-image: none !important;
    background-color: #57b2fd !important;
  }
  #about-virtual {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
  }
  body.app .g-nav a[aria-current="page"], body.app .g-nav button[aria-current="page"] {
    color: rgb(var(--brand)) !important;
    background: rgb(var(--brand-2) / 0.14) !important;
  }
  body.app .g-nav a[aria-current="page"] svg, body.app .g-nav button[aria-current="page"] svg {
    color: currentColor !important;
  }
  body.app .g-nav a[aria-current="page"]:hover, body.app .g-nav button[aria-current="page"]:hover {
    filter: none !important;
    background: rgb(var(--brand-2) / 0.18) !important;
  }
  .u-text-on-brand {
    color: #fff;
  }
  .u-bg-brand {
    background-color: rgb(var(--brand));
  }
  .u-bg-brand-2 {
    background-color: rgb(var(--brand-2));
  }
  .u-bg-link {
    background-color: rgb(var(--link));
  }
  .u-bg-surface {
    background-color: rgb(var(--surface));
    color: rgb(var(--text));
  }
  .u-bg-bg {
    background-color: rgb(var(--bg));
    color: rgb(var(--text));
  }
  .u-bg-danger {
    background-color: rgb(var(--danger));
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

/* ─── Card-style RadioButtonList (rbl-cards) ─── */
.rbl-cards {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}
.rbl-cards > br {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
}
.rbl-cards > span {
  position: relative;
  display: block;
  margin: 0;
  min-height: 3rem;
  border-radius: 0.375rem;
  border: 1px solid #e2e8f0;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease;
}
.rbl-cards > span:hover {
  border-color: #94a3b8;
}
.rbl-cards > span > input[type="radio"] {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  height: 1.25rem;
  width: 1.25rem;
  accent-color: #263e78;
  cursor: pointer;
}
.rbl-cards > span > label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 0.75rem 0.75rem 0.75rem 2.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0f172a;
  cursor: pointer;
  z-index: 1;
}

/* ─── 27th-edition logo & login hero utilities (Issue #222) ─── */
/* Synced from slhtml2026 commit 94574a03 + login hero height (011044e2). */
/* Additive only: legacy w-[85px]/w-[190px] etc. are kept for other pages. */
.me-1 {
  margin-inline-end: calc(var(--spacing) * 1);
}
.w-\[105px\] {
  width: 105px;
}
.w-\[175px\] {
  width: 175px;
}
.sm\:me-0 {
  @media (width >= 40rem) {
    margin-inline-end: calc(var(--spacing) * 0);
  }
}
.sm\:gap-7 {
  @media (width >= 40rem) {
    gap: calc(var(--spacing) * 7);
  }
}
.sm\:w-\[160px\] {
  @media (width >= 40rem) {
    width: 160px;
  }
}
.sm\:w-\[260px\] {
  @media (width >= 40rem) {
    width: 260px;
  }
}
.lg\:w-\[200px\] {
  @media (width >= 64rem) {
    width: 200px;
  }
}
.lg\:w-\[300px\] {
  @media (width >= 64rem) {
    width: 300px;
  }
}
.xl\:w-\[225px\] {
  @media (width >= 80rem) {
    width: 225px;
  }
}
.xl\:w-\[320px\] {
  @media (width >= 80rem) {
    width: 320px;
  }
}
