/* src/styles.css */
/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@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;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 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);
    --color-black: #000;
    --color-white: #fff;
    --color-transparent: transparent;
    --color-current: currentcolor;
    --color-slate-50: #f7f6f4;
    --color-slate-100: #ecebe7;
    --color-slate-200: #dddbd6;
    --color-slate-300: #bdbab3;
    --color-slate-400: #97938c;
    --color-slate-500: #716e67;
    --color-slate-600: #4f4c47;
    --color-slate-700: #37342f;
    --color-slate-750: #302d29;
    --color-slate-800: #272420;
    --color-slate-900: #1c1a17;
    --color-slate-950: #121110;
    --color-primary-50: #f7f6f5;
    --color-primary-100: #ebe9e7;
    --color-primary-200: #d9d6d3;
    --color-primary-300: #bbb7b2;
    --color-primary-400: #918c86;
    --color-primary-500: #6a655f;
    --color-primary-600: #4d4944;
    --color-primary-700: #38342f;
    --color-primary-800: #262320;
    --color-primary-900: #1a1a1a;
    --color-primary-950: #0e0d0c;
    --color-danger-400: #df5450;
    --color-danger-500: #cb3b37;
    --color-success-400: #54b65c;
    --color-success-500: #3a9c44;
    --color-warning-400: #fc5;
    --color-warning-500: #f4b41f;
    --color-info-400: #5a9ef6;
    --color-surface: var(--color-slate-900);
    --color-surface-card: var(--color-slate-750);
    --color-surface-raised: var(--color-slate-700);
    --color-content: var(--color-slate-200);
    --color-content-strong: var(--color-white);
    --color-content-secondary: var(--color-slate-300);
    --color-content-muted: var(--color-slate-500);
    --color-border: var(--color-slate-700);
    --color-border-strong: var(--color-slate-700);
    --color-border-control: var(--color-slate-500);
    --color-disabled: var(--color-slate-700);
    --color-surface-sunken: var(--color-slate-700);
    --color-surface-inverse: var(--color-slate-50);
    --color-content-inverse: var(--color-slate-900);
    --container-grid: 71.25rem;
    --text-display: 3.4375rem;
    --text-display--line-height: 1.2;
    --text-display--font-weight: 700;
    --text-h1: 2.75rem;
    --text-h1--line-height: 1.2;
    --text-h1--font-weight: 700;
    --text-h2: 2rem;
    --text-h2--line-height: 1.2;
    --text-h2--font-weight: 700;
    --text-h3: 1.5rem;
    --text-h3--line-height: 1.2;
    --text-h3--font-weight: 700;
    --text-h4: 1.5rem;
    --text-h4--line-height: 1.2;
    --text-h4--font-weight: 700;
    --text-h5: 1.5rem;
    --text-h5--line-height: 1.2;
    --text-h5--font-weight: 500;
    --text-p-lg: 1.125rem;
    --text-p-lg--line-height: 1.2;
    --text-p-lg--font-weight: 500;
    --text-p-md: 1rem;
    --text-p-md--line-height: 1.5;
    --text-p-md--font-weight: 500;
    --text-p-sm: 0.875rem;
    --text-p-sm--line-height: 1.5;
    --text-p-sm--font-weight: 500;
    --text-btn-lg: 1.125rem;
    --text-btn-lg--line-height: 1.2;
    --text-btn-lg--font-weight: 600;
    --text-btn-md: 1rem;
    --text-btn-md--line-height: 1.5;
    --text-btn-md--font-weight: 600;
    --text-menu-md: 0.875rem;
    --text-menu-md--line-height: 1.5;
    --text-menu-md--font-weight: 600;
  }
}
@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)) {
      ::placeholder {
        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 {
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .text-btn-lg {
    font-size: var(--text-btn-lg);
    line-height: var(--tw-leading, var(--text-btn-lg--line-height));
    font-weight: var(--tw-font-weight, var(--text-btn-lg--font-weight));
  }
  .text-btn-md {
    font-size: var(--text-btn-md);
    line-height: var(--tw-leading, var(--text-btn-md--line-height));
    font-weight: var(--tw-font-weight, var(--text-btn-md--font-weight));
  }
  .text-display {
    font-size: var(--text-display);
    line-height: var(--tw-leading, var(--text-display--line-height));
    font-weight: var(--tw-font-weight, var(--text-display--font-weight));
  }
  .text-h1 {
    font-size: var(--text-h1);
    line-height: var(--tw-leading, var(--text-h1--line-height));
    font-weight: var(--tw-font-weight, var(--text-h1--font-weight));
  }
  .text-h2 {
    font-size: var(--text-h2);
    line-height: var(--tw-leading, var(--text-h2--line-height));
    font-weight: var(--tw-font-weight, var(--text-h2--font-weight));
  }
  .text-h3 {
    font-size: var(--text-h3);
    line-height: var(--tw-leading, var(--text-h3--line-height));
    font-weight: var(--tw-font-weight, var(--text-h3--font-weight));
  }
  .text-h4 {
    font-size: var(--text-h4);
    line-height: var(--tw-leading, var(--text-h4--line-height));
    font-weight: var(--tw-font-weight, var(--text-h4--font-weight));
  }
  .text-h5 {
    font-size: var(--text-h5);
    line-height: var(--tw-leading, var(--text-h5--line-height));
    font-weight: var(--tw-font-weight, var(--text-h5--font-weight));
  }
  .text-menu-md {
    font-size: var(--text-menu-md);
    line-height: var(--tw-leading, var(--text-menu-md--line-height));
    font-weight: var(--tw-font-weight, var(--text-menu-md--font-weight));
  }
  .text-p-lg {
    font-size: var(--text-p-lg);
    line-height: var(--tw-leading, var(--text-p-lg--line-height));
    font-weight: var(--tw-font-weight, var(--text-p-lg--font-weight));
  }
  .text-p-md {
    font-size: var(--text-p-md);
    line-height: var(--tw-leading, var(--text-p-md--line-height));
    font-weight: var(--tw-font-weight, var(--text-p-md--font-weight));
  }
  .text-p-sm {
    font-size: var(--text-p-sm);
    line-height: var(--tw-leading, var(--text-p-sm--line-height));
    font-weight: var(--tw-font-weight, var(--text-p-sm--font-weight));
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .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);
  }
  .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,);
  }
  .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));
  }
}
@media (width >= 48rem) {
  :root {
    --text-display: 4.8125rem;
    --text-h1: 3.4375rem;
    --text-h2: 2.75rem;
    --text-h3: 2rem;
    --text-h4: 2rem;
    --text-menu-md: 1rem;
  }
}
html {
  font-size: 14px;
  overflow: hidden;
  color-scheme: dark;
  --safe-top: var(--safe-area-inset-top, env(safe-area-inset-top, 0px));
  --safe-bottom: var(--safe-area-inset-bottom, env(safe-area-inset-bottom, 0px));
}
html:not(.dark) {
  --color-surface: var(--color-slate-50);
  --color-surface-card: var(--color-white);
  --color-surface-raised: var(--color-white);
  --color-content: var(--color-slate-700);
  --color-content-strong: var(--color-slate-900);
  --color-content-secondary: var(--color-slate-500);
  --color-content-muted: var(--color-slate-500);
  --color-border: var(--color-slate-200);
  --color-border-strong: var(--color-slate-300);
  --color-border-control: var(--color-slate-300);
  --color-disabled: var(--color-slate-300);
  --color-surface-sunken: var(--color-slate-200);
  --color-surface-inverse: var(--color-slate-900);
  --color-content-inverse: var(--color-slate-50);
  color-scheme: light;
}
.theme-dark {
  --color-surface: var(--color-slate-900);
  --color-surface-card: var(--color-slate-750);
  --color-surface-raised: var(--color-slate-700);
  --color-content: var(--color-slate-200);
  --color-content-strong: var(--color-white);
  --color-content-secondary: var(--color-slate-300);
  --color-content-muted: var(--color-slate-500);
  --color-border: var(--color-slate-700);
  --color-border-strong: var(--color-slate-700);
  --color-border-control: var(--color-slate-500);
  --color-disabled: var(--color-slate-700);
  --color-surface-sunken: var(--color-slate-700);
  --color-surface-inverse: var(--color-slate-50);
  --color-content-inverse: var(--color-slate-900);
  color-scheme: dark;
  color: var(--color-content);
}
body {
  font-family: Inter, sans-serif;
  background-color: var(--color-surface);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: var(--color-content);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.lock {
  overflow: hidden;
}
@layer components {
  .content-section {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: calc(var(--spacing) * 4);
    padding-inline: calc(var(--spacing) * 6);
    padding-bottom: calc(var(--spacing) * 6);
  }
  .hint {
    display: block;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    color: var(--color-content-muted);
  }
  .grid-container {
    margin-inline: auto;
    width: 100%;
    padding-inline: calc(var(--spacing) * 5);
    max-width: var(--container-grid);
  }
  .layout-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: calc(var(--spacing) * 4);
  }
  @media (width >= 48rem) {
    .grid-container {
      padding-inline: 0;
    }
    .layout-grid {
      grid-template-columns: repeat(12, minmax(0, 1fr));
      gap: calc(var(--spacing) * 6);
    }
  }
}
@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-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-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; }
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: 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-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;
    }
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
