/*! tailwindcss v4.1.11 | 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-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-neutral-200: oklch(92.2% 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --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-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);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-normal: 0em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --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;
  }
  :-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 {
  #dataviz {
    .absolute {
      position: absolute;
    }
    .relative {
      position: relative;
    }
    .top-5 {
      top: calc(var(--spacing) * 5);
    }
    .bottom-0 {
      bottom: calc(var(--spacing) * 0);
    }
    .left-0 {
      left: calc(var(--spacing) * 0);
    }
    .left-3 {
      left: calc(var(--spacing) * 3);
    }
    .z-10 {
      z-index: 10;
    }
    .float-right {
      float: right;
    }
    .mx-auto {
      margin-inline: auto;
    }
    .my-4 {
      margin-block: calc(var(--spacing) * 4);
    }
    .mt-2 {
      margin-top: calc(var(--spacing) * 2);
    }
    .mt-8 {
      margin-top: calc(var(--spacing) * 8);
    }
    .mt-10 {
      margin-top: calc(var(--spacing) * 10);
    }
    .mb-2 {
      margin-bottom: calc(var(--spacing) * 2);
    }
    .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-8 {
      margin-bottom: calc(var(--spacing) * 8);
    }
    .ml-auto {
      margin-left: auto;
    }
    .flex {
      display: flex;
    }
    .grid {
      display: grid;
    }
    .aspect-square {
      aspect-ratio: 1 / 1;
    }
    .h-4 {
      height: calc(var(--spacing) * 4);
    }
    .h-5 {
      height: calc(var(--spacing) * 5);
    }
    .h-6 {
      height: calc(var(--spacing) * 6);
    }
    .h-8 {
      height: calc(var(--spacing) * 8);
    }
    .h-12 {
      height: calc(var(--spacing) * 12);
    }
    .h-14 {
      height: calc(var(--spacing) * 14);
    }
    .h-16 {
      height: calc(var(--spacing) * 16);
    }
    .h-\[10px\] {
      height: 10px;
    }
    .h-max {
      height: max-content;
    }
    .h-min {
      height: min-content;
    }
    .max-h-48 {
      max-height: calc(var(--spacing) * 48);
    }
    .w-4 {
      width: calc(var(--spacing) * 4);
    }
    .w-5 {
      width: calc(var(--spacing) * 5);
    }
    .w-6 {
      width: calc(var(--spacing) * 6);
    }
    .w-\[70px\] {
      width: 70px;
    }
    .w-full {
      width: 100%;
    }
    .w-max {
      width: max-content;
    }
    .max-w-3xl {
      max-width: var(--container-3xl);
    }
    .max-w-prose {
      max-width: 65ch;
    }
    .cursor-pointer {
      cursor: pointer;
    }
    .grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .flex-col {
      flex-direction: column;
    }
    .items-center {
      align-items: center;
    }
    .justify-between {
      justify-content: space-between;
    }
    .justify-center {
      justify-content: center;
    }
    .gap-2 {
      gap: calc(var(--spacing) * 2);
    }
    .gap-3 {
      gap: calc(var(--spacing) * 3);
    }
    .gap-4 {
      gap: calc(var(--spacing) * 4);
    }
    .self-end {
      align-self: flex-end;
    }
    .overflow-y-auto {
      overflow-y: auto;
    }
    .border {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    .border-2 {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
    .border-8 {
      border-style: var(--tw-border-style);
      border-width: 8px;
    }
    .border-t {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
    .border-t-0 {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
    .border-r-2 {
      border-right-style: var(--tw-border-style);
      border-right-width: 2px;
    }
    .border-b-4 {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 4px;
    }
    .border-\[\#111\] {
      border-color: #111;
    }
    .border-\[\#6653ff\] {
      border-color: #6653ff;
    }
    .border-gray-500 {
      border-color: var(--color-gray-500);
    }
    .border-t-\[\#5948df\] {
      border-top-color: #5948df;
    }
    .bg-\[\#6653ff\] {
      background-color: #6653ff;
    }
    .bg-black {
      background-color: var(--color-black);
    }
    .bg-white {
      background-color: var(--color-white);
    }
    .fill-white {
      fill: var(--color-white);
    }
    .stroke-0 {
      stroke-width: 0;
    }
    .p-3 {
      padding: calc(var(--spacing) * 3);
    }
    .p-4 {
      padding: calc(var(--spacing) * 4);
    }
    .p-6 {
      padding: calc(var(--spacing) * 6);
    }
    .p-8 {
      padding: calc(var(--spacing) * 8);
    }
    .px-3 {
      padding-inline: calc(var(--spacing) * 3);
    }
    .px-4 {
      padding-inline: calc(var(--spacing) * 4);
    }
    .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-3 {
      padding-block: calc(var(--spacing) * 3);
    }
    .py-6 {
      padding-block: calc(var(--spacing) * 6);
    }
    .py-8 {
      padding-block: calc(var(--spacing) * 8);
    }
    .pt-4 {
      padding-top: calc(var(--spacing) * 4);
    }
    .pr-2 {
      padding-right: calc(var(--spacing) * 2);
    }
    .pl-4 {
      padding-left: calc(var(--spacing) * 4);
    }
    .pl-12 {
      padding-left: calc(var(--spacing) * 12);
    }
    .text-center {
      text-align: center;
    }
    .text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    .text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    .text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    .text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    .text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    .text-xs {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
    .text-\[11\.5svw\] {
      font-size: 11.5svw;
    }
    .text-\[20px\] {
      font-size: 20px;
    }
    .leading-0 {
      --tw-leading: calc(var(--spacing) * 0);
      line-height: calc(var(--spacing) * 0);
    }
    .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-extrabold {
      --tw-font-weight: var(--font-weight-extrabold);
      font-weight: var(--font-weight-extrabold);
    }
    .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-normal {
      --tw-tracking: var(--tracking-normal);
      letter-spacing: var(--tracking-normal);
    }
    .tracking-wide {
      --tw-tracking: var(--tracking-wide);
      letter-spacing: var(--tracking-wide);
    }
    .tracking-wider {
      --tw-tracking: var(--tracking-wider);
      letter-spacing: var(--tracking-wider);
    }
    .tracking-widest {
      --tw-tracking: var(--tracking-widest);
      letter-spacing: var(--tracking-widest);
    }
    .text-pretty {
      text-wrap: pretty;
    }
    .text-\[\#111\] {
      color: #111;
    }
    .text-\[\#6653ff\] {
      color: #6653ff;
    }
    .text-gray-500 {
      color: var(--color-gray-500);
    }
    .text-white {
      color: var(--color-white);
    }
    .uppercase {
      text-transform: uppercase;
    }
    .underline {
      text-decoration-line: underline;
    }
    .decoration-\[\#4537ae\] {
      text-decoration-color: #4537ae;
    }
    .decoration-dashed {
      text-decoration-style: dashed;
    }
    .underline-offset-4 {
      text-underline-offset: 4px;
    }
    .opacity-20 {
      opacity: 20%;
    }
    .opacity-50 {
      opacity: 50%;
    }
    .filter {
      filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
    .duration-150 {
      --tw-duration: 150ms;
      transition-duration: 150ms;
    }
    .hover\:bg-\[\#4e3aeb\] {
      &:hover {
        @media (hover: hover) {
          background-color: #4e3aeb;
        }
      }
    }
    .hover\:bg-\[\#6653ff\] {
      &:hover {
        @media (hover: hover) {
          background-color: #6653ff;
        }
      }
    }
    .hover\:bg-\[rgb\(77\,69\,135\)\] {
      &:hover {
        @media (hover: hover) {
          background-color: rgb(77,69,135);
        }
      }
    }
    .hover\:bg-black {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-black);
        }
      }
    }
    .hover\:bg-gray-500 {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-gray-500);
        }
      }
    }
    .hover\:bg-neutral-200 {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-neutral-200);
        }
      }
    }
    .hover\:text-gray-800 {
      &:hover {
        @media (hover: hover) {
          color: var(--color-gray-800);
        }
      }
    }
    .hover\:text-white {
      &:hover {
        @media (hover: hover) {
          color: var(--color-white);
        }
      }
    }
    .focus\:ring-black {
      &:focus {
        --tw-ring-color: var(--color-black);
      }
    }
    .focus\:outline-\[\#6653ff\] {
      &:focus {
        outline-color: #6653ff;
      }
    }
    .sm\:mt-10 {
      @media (width >= 40rem) {
        margin-top: calc(var(--spacing) * 10);
      }
    }
    .sm\:mb-8 {
      @media (width >= 40rem) {
        margin-bottom: calc(var(--spacing) * 8);
      }
    }
    .sm\:mb-12 {
      @media (width >= 40rem) {
        margin-bottom: calc(var(--spacing) * 12);
      }
    }
    .sm\:flex {
      @media (width >= 40rem) {
        display: flex;
      }
    }
    .sm\:hidden {
      @media (width >= 40rem) {
        display: none;
      }
    }
    .sm\:h-\[27px\] {
      @media (width >= 40rem) {
        height: 27px;
      }
    }
    .sm\:py-2 {
      @media (width >= 40rem) {
        padding-block: calc(var(--spacing) * 2);
      }
    }
    .sm\:text-4xl {
      @media (width >= 40rem) {
        font-size: var(--text-4xl);
        line-height: var(--tw-leading, var(--text-4xl--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-\[5rem\] {
      @media (width >= 40rem) {
        font-size: 5rem;
      }
    }
    .sm\:text-\[22px\] {
      @media (width >= 40rem) {
        font-size: 22px;
      }
    }
    .md\:px-6 {
      @media (width >= 48rem) {
        padding-inline: calc(var(--spacing) * 6);
      }
    }
    .md\:pt-6 {
      @media (width >= 48rem) {
        padding-top: calc(var(--spacing) * 6);
      }
    }
  }
}
@font-face {
  font-family: 'TIActuBeta';
  font-weight: 600;
  font-style: normal;
  src: url('./font/TIActuBeta-Bold.woff');
}
@font-face {
  font-family: 'TIActuBeta';
  font-weight: 800;
  font-style: normal;
  src: url('./font/TIActuBeta-ExBold.woff');
}
@font-face {
  font-family: 'TIActuBeta';
  font-weight: 400;
  font-style: normal;
  src: url('./font/TIActuBeta-Regular.woff');
}
@font-face {
  font-family: 'TIActuBetaMono';
  font-weight: 400;
  font-style: normal;
  src: url('./font/TIActuBetaMono-Regular.woff');
}
@layer base {
  img {
    display: inline-block;
  }
}
body {
  font-family: 'Newsreader', Arial, Georgia, serif;
  line-height: 1.545454;
  color: rgb(51, 51, 51);
}
.font-actu {
  font-family: 'TIActuBeta', 'Tahoma', 'Helvetica', 'Arial', sans-serif;
}
.font-actu-mono {
  font-family: 'TIActuBetaMono', 'Consolas', 'Andale Mono', monospace;
}
.newsreader-light {
  font-family: Newsreader, Georgia, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}
