/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: system-ui, -apple-system, "Segoe UI", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-transparent: transparent;
    --color-current: currentColor;
    --color-white: #ffffff;
    --color-page: #f9f9f7;
    --color-surface: #fcfcfb;
    --color-grid: #e1e0d9;
    --color-axis: #c3c2b7;
    --color-hairline: #efeee9;
    --color-border: rgba(11, 11, 11, 0.1);
    --color-track: #eceae4;
    --color-chip: #f0efec;
    --color-hover: rgba(0, 0, 0, 0.031);
    --color-ink: #0b0b0b;
    --color-ink-soft: #52514e;
    --color-ink-muted: #898781;
    --color-ink-disabled: #b9b7b0;
    --color-accent: #2a78d6;
    --color-accent-soft: #2a78d614;
    --color-accent-faint: #2a78d60d;
    --color-muted-text: #6e6c66;
    --color-s1-text: #1f66bd;
    --color-series-1: #2a78d6;
    --color-series-2: #eb6834;
    --color-series-3: #1baf7a;
    --color-status-good: #0ca30c;
    --color-status-warning: #fab219;
    --color-status-serious: #ec835a;
    --color-status-critical: #d03b3b;
    --color-status-good-text: #006300;
    --color-status-warning-text: #8a6205;
    --color-status-serious-text: #a34b29;
    --color-status-critical-text: #b12b2b;
    --color-status-good-soft: #0ca30c16;
    --color-status-warning-soft: #fab21924;
    --color-status-serious-soft: #ec835a20;
    --color-status-critical-soft: #d03b3b18;
    --color-insight: #1baf7a;
    --color-insight-text: #0c7a55;
    --color-insight-soft: #1baf7a1a;
    --text-micro: 10px;
    --text-caption: 10.5px;
    --text-data: 11px;
    --text-meta: 11.5px;
    --text-label: 12px;
    --text-sm: 13px;
    --text-nav: 13.5px;
    --text-body: 14px;
    --text-title: 14.5px;
    --text-brand: 15px;
    --text-page: 21px;
    --text-stat: 26px;
    --radius-seg: 3px;
    --radius-bar: 4px;
    --radius-mark: 7px;
    --radius-nav: 8px;
    --radius-control: 9px;
    --radius-panel: 14px;
    --radius-pill: 99px;
    --spacing-nav: 56px;
    --spacing-gutter: 28px;
    --spacing-gap: 14px;
    --container-app: 1240px;
    --breakpoint-app: 62.5rem;
  }
}
@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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 {
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: 0px;
  }
  .z-10 {
    z-index: 10;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 62.5rem) {
      max-width: 62.5rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .ml-\[5px\] {
    margin-left: 5px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-block {
    display: inline-block;
  }
  .size-\[26px\] {
    width: 26px;
    height: 26px;
  }
  .size-\[30px\] {
    width: 30px;
    height: 30px;
  }
  .h-nav {
    height: var(--spacing-nav);
  }
  .max-w-app {
    max-width: var(--container-app);
  }
  .flex-1 {
    flex: 1;
  }
  .list-none {
    list-style-type: none;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-\[9px\] {
    gap: 9px;
  }
  .rounded-mark {
    border-radius: var(--radius-mark);
  }
  .rounded-nav {
    border-radius: var(--radius-nav);
  }
  .rounded-panel {
    border-radius: var(--radius-panel);
  }
  .rounded-pill {
    border-radius: var(--radius-pill);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-border {
    border-color: var(--color-border);
  }
  .border-grid {
    border-color: var(--color-grid);
  }
  .bg-accent {
    background-color: var(--color-accent);
  }
  .bg-accent-soft {
    background-color: var(--color-accent-soft);
  }
  .bg-chip {
    background-color: var(--color-chip);
  }
  .bg-surface {
    background-color: var(--color-surface);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-\[7px\] {
    padding-inline: 7px;
  }
  .px-\[13px\] {
    padding-inline: 13px;
  }
  .px-gutter {
    padding-inline: var(--spacing-gutter);
  }
  .py-\[7px\] {
    padding-block: 7px;
  }
  .py-px {
    padding-block: 1px;
  }
  .pt-6\.5 {
    padding-top: calc(var(--spacing) * 6.5);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-15 {
    padding-bottom: calc(var(--spacing) * 15);
  }
  .align-\[1px\] {
    vertical-align: 1px;
  }
  .text-brand {
    font-size: var(--text-brand);
  }
  .text-label {
    font-size: var(--text-label);
  }
  .text-micro {
    font-size: var(--text-micro);
  }
  .text-nav {
    font-size: var(--text-nav);
  }
  .text-sm {
    font-size: var(--text-sm);
  }
  .text-title {
    font-size: var(--text-title);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-ink-disabled {
    color: var(--color-ink-disabled);
  }
  .text-ink-soft {
    color: var(--color-ink-soft);
  }
  .text-muted-text {
    color: var(--color-muted-text);
  }
  .text-page {
    color: var(--color-page);
  }
  .text-s1-text {
    color: var(--color-s1-text);
  }
  .text-white {
    color: var(--color-white);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + 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);
  }
  @media (hover: hover) {
    .hover\:bg-hover:hover {
      background-color: var(--color-hover);
    }
  }
  @media (width >= 62.5rem) {
    .app\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}
@layer base {
  html {
    -webkit-text-size-adjust: 100%;
  }
  body {
    background-color: var(--color-page);
    color: var(--color-ink);
    font-family: var(--font-sans);
    font-size: var(--text-body);
  }
  svg text {
    font-family: var(--font-sans);
  }
  :focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px;
  }
  @media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  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;
}
@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-font-weight: 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;
    }
  }
}

