@charset "UTF-8";@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@500;600&family=Lato:wght@400;600&display=swap";/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */@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;
      --tw-outline-style: solid;
    }
  }
}@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-50: oklch(97.1% .013 17.38);
    --color-red-300: oklch(80.8% .114 19.571);
    --color-red-500: oklch(63.7% .237 25.331);
    --color-yellow-50: oklch(98.7% .026 102.212);
    --color-green-50: oklch(98.2% .018 155.826);
    --color-blue-50: oklch(97% .014 254.604);
    --color-purple-50: oklch(97.7% .014 308.299);
    --color-purple-500: oklch(62.7% .265 303.9);
    --color-gray-50: oklch(98.5% .002 247.839);
    --color-gray-100: oklch(96.7% .003 264.542);
    --color-gray-300: oklch(87.2% .01 258.338);
    --color-white: #fff;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .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-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}@layer components;@layer utilities {
  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-auto {
    height: auto;
  }

  .max-h-64 {
    max-height: calc(var(--spacing) * 64);
  }

  .min-h-24 {
    min-height: calc(var(--spacing) * 24);
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-40 {
    width: calc(var(--spacing) * 40);
  }

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-col {
    flex-direction: column;
  }

  .items-center {
    align-items: center;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .rounded-none {
    border-radius: 0;
  }

  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }

  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }

  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .border-\[\#f44\] {
    border-color: #f44;
  }

  .border-gray-300 {
    border-color: var(--color-gray-300);
  }

  .border-red-500 {
    border-color: var(--color-red-500);
  }

  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }

  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }

  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

  .bg-green-50 {
    background-color: var(--color-green-50);
  }

  .bg-purple-50 {
    background-color: var(--color-purple-50);
  }

  .bg-red-50 {
    background-color: var(--color-red-50);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-yellow-50 {
    background-color: var(--color-yellow-50);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-7 {
    padding: calc(var(--spacing) * 7);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--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));
  }

  .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);
  }

  .text-\[\#c33\] {
    color: #c33;
  }

  .text-white {
    color: var(--color-white);
  }

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .underline {
    text-decoration-line: underline;
  }

  .opacity-80 {
    opacity: .8;
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    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);
  }

  .ring-0 {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + 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);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  .focus\:ring-0:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + 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-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + 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-purple-500:focus {
    --tw-ring-color: var(--color-purple-500);
  }

  .focus\:ring-red-300:focus {
    --tw-ring-color: var(--color-red-300);
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (min-width: 48rem) {
    .md\:block {
      display: block;
    }

    .md\:hidden {
      display: none;
    }
  }
}@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: 0;
}@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}/* ============================
   StatusPill Color Variables
============================ *//* 1. Use a more-intuitive box-sizing model */*,
*::before,
*::after {
  box-sizing: border-box;
}/* 2. Remove default margin */html, body {
  margin: 0;
  padding: 0;
}/* 3. Enable keyword animations */@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}html {
  font-size: 16px;
}body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}/* 6. Improve media defaults */img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}/* 7. Inherit fonts for form controls */input,
button,
textarea,
select {
  font: inherit;
}/* 8. Avoid text overflows */p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}/* 9. Improve line wrapping */p {
  text-wrap: pretty;
}h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}p,
div,
span {
  font-family: "Lato", sans-serif;
}/*
  10. Create a root stacking context
*/#root,
#__next {
  isolation: isolate;
}/* ============================
   StatusPill Color Variables
============================ */.card {
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.005);
  padding: 2rem;
  width: 100%;
}/* ============================
   StatusPill Color Variables
============================ */.label {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}.label .required-asterisk {
  margin-left: 0.25rem;
}/* ============================
   StatusPill Color Variables
============================ */.textInput--outline {
  border-radius: 0.5rem;
  border: 1px solid #130151;
  background: #ffffff;
  padding: 0.25rem 0.25rem;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  outline: none;
}.textInput--outline.error {
  border-color: #f44336;
}.space {
  margin-bottom: 1.5rem;
}/* ============================
   StatusPill Color Variables
============================ */.field-error {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #f44336;
  font-family: "Lato", sans-serif;
  text-align: left;
}/* ============================
   StatusPill Color Variables
============================ */.outline {
  border-radius: 0.5rem;
  border: 1px solid #130151;
  background: #ffffff;
  padding: 0.25rem 0.25rem;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  outline: none;
}/* ============================
   StatusPill Color Variables
============================ */.btn {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0.5rem;
  box-shadow: 0 4px 16px 0 rgba(19, 1, 81, 0.1);
  transition: transform 0.15s 0.2s ease-in-out, box-shadow 0.2s 0.2s ease-in-out;
  display: inline-block;
  text-align: center;
  padding: 0;
  user-select: none;
}.btn:active:not(:disabled) {
  transform: scale(0.97);
}.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}.btn--primary {
  background: #130151;
  color: #ffffff;
}.btn--primary:hover:not(:disabled), .btn--primary:focus:not(:disabled) {
  transform: scale(1.06);
}.btn--secondary {
  background: #DDD;
  color: #000;
}.btn--secondary:hover:not(:disabled), .btn--secondary:focus:not(:disabled) {
  transform: scale(1.06);
}.btn--sm {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}.btn--md {
  font-size: 1rem;
  padding: 1rem 2rem;
}.btn--lg {
  font-size: 1.333rem;
  padding: 1.5rem 3rem;
}/* ============================
   StatusPill Color Variables
============================ */.text-link {
  transition: color 0.2s ease-in-out;
}.text-link--primary {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
}.text-link--secondary {
  color: #5a5a5a;
  font-weight: 400;
  font-size: 1rem;
}.text-link--tertiary {
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
}.text-link:hover {
  text-decoration: underline;
}/* ============================
   StatusPill Color Variables
============================ */.icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 600;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px 0 rgba(19, 1, 81, 0.1);
  transition: all 0.2s ease-in-out;
  padding: 0;
  color: #000;
}.icon-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}.icon-btn.primary {
  background: #130151;
  color: #ffffff;
}.icon-btn.primary:hover, .icon-btn.primary:focus {
  background: rgb(200.6, 200.6, 200.6);
  color: #ffffff;
}.icon-btn.secondary {
  color: #5a5a5a;
  box-shadow: none;
}.icon-btn.secondary:hover, .icon-btn.secondary:focus {
  color: #130151;
}.icon-btn.sm {
  width: fit-content;
  height: fit-content;
  font-size: 1rem;
}.icon-btn.md {
  width: 2rem;
  height: 2rem;
  font-size: 1.333rem;
}.icon-btn.lg {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
}/* ============================
   StatusPill Color Variables
============================ */.text-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  cursor: pointer;
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 600;
  border-radius: 0.5rem;
}.text-icon-btn:focus, .text-icon-btn:focus-visible {
  outline: none !important;
  box-shadow: none;
}.text-icon-btn--outline {
  background: none;
  color: #000;
  border: none;
}.text-icon-btn--outline:focus-visible, .text-icon-btn--outline:hover {
  border: none;
}.text-icon-btn--filled {
  background: #130151;
  color: #ffffff;
  border: none;
}.text-icon-btn--filled:focus-visible, .text-icon-btn--filled:hover {
  box-shadow: 0 2px 8px 0 rgba(19, 1, 81, 0.1);
}.text-icon-btn--sm {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}.text-icon-btn--md {
  font-size: 1.167rem;
  padding: 0.5rem 1rem;
}.text-icon-btn--lg {
  font-size: 1.333rem;
  padding: 1rem 1.5rem;
}.text-icon-btn--xl {
  font-size: 1.5rem;
  padding: 1.5rem 2rem;
}.text-icon-btn__text {
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 400;
  color: inherit;
}.text-icon-btn__text--sm {
  font-size: 0.875rem;
}.text-icon-btn__text--md {
  font-size: 1.167rem;
}.text-icon-btn__text--lg {
  font-size: 1.333rem;
}.text-icon-btn__text--xl {
  font-size: 1.5rem;
}/* ============================
   StatusPill Color Variables
============================ */.dropdown-menu {
  position: absolute;
  right: 0;
  margin-top: 1rem;
  width: 14rem;
  background: #ffffff;
  box-shadow: 0 8px 24px 0 rgba(19, 1, 81, 0.1);
  border-radius: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  z-index: 500;
}.dropdown-menu__item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  color: #5a5a5a;
  transition: background 0.15s ease;
}.dropdown-menu__item:hover, .dropdown-menu__item:focus {
  background: #f6f6f6;
}.dropdown-menu__icon {
  margin-right: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}/* ============================
   StatusPill Color Variables
============================ */.maskedInput-container {
  display: flex;
  flex-direction: column;
}.maskedInput-inner {
  position: relative;
  background: #ffffff;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0.25rem;
}.maskedInput-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}/* ============================
   StatusPill Color Variables
============================ */.spacing-none {
  gap: 0;
}.spacing-md {
  gap: 1rem;
}.grid-debug {
  outline: 1px solid red;
}/* ============================
   StatusPill Color Variables
============================ */.code-input__input {
  width: 40px !important;
  height: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  background: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  font-family: "Lato", sans-serif;
  color: #000;
  margin: 0 0.25rem 0 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
}.code-input__input:focus {
  border: 2px solid #27ae60;
  outline: none;
}.code-input__input--error {
  border: 2px solid #f44336;
}.code-input__error {
  margin-top: 0.25rem;
  color: #f44336;
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
  text-align: left;
}/* ============================
   StatusPill Color Variables
============================ */.input-checkbox-label {
  cursor: pointer;
  user-select: none;
  width: 100%;
  display: block;
}.input-checkbox-label--disabled {
  cursor: not-allowed;
  opacity: 0.6;
}.input-checkbox-row {
  margin: 1rem 0;
}.input-checkbox {
  margin: 0;
  accent-color: #130151;
  width: 1rem;
  height: 1rem;
}/* ============================
   StatusPill Color Variables
============================ */.two-icon-text-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  background: #DDD;
  border: 0 2px 8px 0 rgba(19, 1, 81, 0.1);
  border-radius: 1rem;
  box-shadow: 1px solid;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  padding: 1rem;
  cursor: pointer;
  transition: background 0.2s;
}.two-icon-text-btn--filled {
  background: #cc00cc;
  color: #ffffff;
  border: none;
}.two-icon-text-btn--outline {
  background: #DDD;
  color: #000;
  border: 1px solid #b4b0c9;
}.two-icon-text-btn--sm {
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.5rem;
}.two-icon-text-btn--md {
  padding: 1rem 1.5rem;
  font-size: 1rem;
  border-radius: 1rem;
}.two-icon-text-btn--lg {
  padding: 1.5rem 2rem;
  font-size: 1.333rem;
  border-radius: 1.5rem;
}.two-icon-text-btn:hover, .two-icon-text-btn:focus {
  background: #f6f6f6;
  transition: background 0.2s;
}.two-icon-text-btn__icon {
  display: flex;
  align-items: center;
  color: #130151;
  font-size: 1.8em;
}.two-icon-text-btn__icon--left {
  margin-right: 1rem;
}.two-icon-text-btn__icon--right {
  margin-left: auto;
  font-size: 2em;
}.two-icon-text-btn__text {
  flex: 1 1 auto;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-size: inherit;
  color: inherit;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0em;
}/* ============================
   StatusPill Color Variables
============================ */.button-spacing {
  padding: 0.5rem 2rem;
}/* ============================
   StatusPill Color Variables
============================ */.gradient-bg {
  background: -webkit-linear-gradient(315deg, #cc00cc 0%, #70008f 61%, #130151 100%);
  background: linear-gradient(315deg, #cc00cc 0%, #70008f 61%, #130151 100%);
}.container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}/* ============================
   StatusPill Color Variables
============================ */.form-button {
  margin-top: 2rem;
}/* ============================
   StatusPill Color Variables
============================ */.search-input {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.5rem;
}.search-input__field {
  flex-grow: 1;
  border: none;
  background: transparent;
  font-size: 1rem;
  color: #5a5a5a;
}.search-input__field:focus {
  outline: none;
}.search-input__button {
  flex-shrink: 0;
  background: transparent;
  box-shadow: none;
}.search-input--filled {
  border-radius: 1.5rem;
  background-color: #DDD;
  padding: 0.5rem 1rem;
  box-shadow: 0 4px 16px 0 rgba(19, 1, 81, 0.1);
}.search-input--outlined {
  border-radius: 7px;
  border: 0.25px solid #000;
  background: #fff;
  padding: 0.25rem 1rem;
}/* ============================
   StatusPill Color Variables
============================ */.bodyText {
  font-family: "Lato", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  font-style: normal;
}/* ============================
   StatusPill Color Variables
============================ */.headerText {
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.01em;
  margin: 0;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
}.headerText.h1 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  line-height: normal;
  letter-spacing: -0.01em;
}.headerText.h2 {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  line-height: normal;
  letter-spacing: -0.01em;
}.headerText.h3 {
  color: #000;
  font-size: 0.967rem;
  font-weight: 500;
  text-align: left;
  line-height: normal;
  letter-spacing: -0.01em;
}.headerText.h4, .headerText.h5, .headerText.h6 {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  line-height: normal;
  letter-spacing: 0em;
}/* ============================
   StatusPill Color Variables
============================ */.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.15);
}.modal-content {
  background: #DDD;
  border-radius: 1.5rem;
  padding: 3rem;
  box-shadow: 0 8px 24px 0 rgba(19, 1, 81, 0.1);
  font-family: "Lato", sans-serif;
  position: relative;
}.modal-padding {
  padding: 4rem;
}.modal-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  background: none;
  border: none;
  font-size: 1rem;
  color: #130151;
  cursor: pointer;
  line-height: 1.1;
  transition: color 0.2s ease-in-out;
}.modal-close:hover, .modal-close:focus {
  color: #cc00cc;
}.modal-title-row {
  width: 100%;
  margin-bottom: 1.5rem;
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}.modal-title {
  font-weight: 600;
  font-size: 1.5rem;
  color: #130151;
  letter-spacing: -0.01em;
  text-align: center;
  line-height: 1.1;
  color: #130151;
}.modal-title-info {
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
}.modal-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 2px solid #130151;
  color: #130151;
  font-weight: 700;
  font-size: 1rem;
  margin-left: 0.25rem;
  background: #ffffff;
  cursor: pointer;
  transition: border color;
}.modal-info-icon:hover, .modal-info-icon:focus {
  border-color: #cc00cc;
  color: #cc00cc;
}.modal-body {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  width: 100%;
}/* ============================
   StatusPill Color Variables
============================ */@keyframes spin-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}/* Full-screen overlay that sits on top of the app */.loader-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.45); /* semi-transparent background */
  z-index: 9999; /* high z-index to sit on top */
  pointer-events: auto;
}/* When loader is active we also add a class to body to prevent scrolling - kept here for reference */body.s3-loader-open {
  overflow: hidden !important;
  touch-action: none;
  overscroll-behavior: none;
}.loader-svg-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* don't force full viewport here; overlay handles sizing */
  height: auto;
  padding: 24px;
}.loader-svg {
  width: 150px;
  height: auto;
  overflow: visible;
  /* Optional: smoother */
  backface-visibility: hidden;
}/* Animate only the group so all paths stay perfectly aligned */.loader-svg #spinner-group {
  animation: spin-clockwise 2.5s linear infinite;
  transform-origin: 50% 50%;
  transform-box: view-box;
  will-change: transform;
}/* Inner paths inherit rotation from the parent group; no extra rules needed *//* ============================
   StatusPill Color Variables
============================ */.textArea {
  border-radius: 0.5rem;
  border: 1px solid #130151;
  background: #ffffff;
  padding: 0.25rem 0.25rem;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  outline: none;
}.textArea.error {
  border-color: #f44336;
}.textArea__counter {
  text-align: right;
  font-size: 0.6875rem;
}/* ============================
   StatusPill Color Variables
============================ */.multi-select__container {
  border: 1px solid #d9d9d9;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  min-width: 28rem;
  max-width: 40rem;
  font-family: "Lato", sans-serif;
}.multi-select__selected-list {
  margin-bottom: 1rem;
  gap: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #130151;
  background: #ffffff;
  padding: 0.25rem 0.25rem;
  min-height: 1.5rem;
}.multi-select__chip {
  display: flex;
  align-items: center;
  background: #130151;
  color: #ffffff;
  border-radius: 1rem;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 400;
  height: 2rem;
  gap: 0.25rem;
  width: fit-content;
}.multi-select__chip .icon-button {
  margin-left: 0.25rem;
}.multi-select__dropdown {
  background: #ebe5f0;
  border-radius: 1.5rem;
  box-shadow: 0 8px 24px 0 rgba(19, 1, 81, 0.1);
  padding: 2rem 1.5rem;
  margin-top: 1rem;
  min-height: 20rem;
  max-height: 28rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}.multi-select__dropdown::-webkit-scrollbar {
  width: 8px;
  border-radius: 1rem;
  background: #ebe5f0;
}.multi-select__dropdown::-webkit-scrollbar-thumb {
  background: #130151;
  border-radius: 1rem;
}.multi-select__option-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}.multi-select__checkbox {
  width: 1.5rem;
  height: 1.5rem;
  accent-color: #130151;
  border-radius: 0.25rem;
  border: 2px solid #130151;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}.multi-select__checkbox :checked {
  background: transparent;
}.multi-select__labelbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}.multi-select__name {
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #130151;
  line-height: 1.1;
}.multi-select__email {
  font-family: "Lato", sans-serif;
  font-size: 0.6875rem;
  color: #130151;
  margin-top: 0.25rem;
  font-weight: 600;
}.multi-select__arrow {
  margin-left: auto;
  font-size: 1rem;
  color: #130151;
  cursor: pointer;
  user-select: none;
  padding: 0.25rem;
}.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;height:var(--react-international-phone-height, 36px);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid var(--react-international-phone-country-selector-border-color, var(--react-international-phone-border-color, gainsboro));margin:0;appearance:button;-webkit-appearance:button;background-color:var(--react-international-phone-country-selector-background-color, var(--react-international-phone-background-color, white));cursor:pointer;text-transform:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover, whitesmoke)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size, 4px) solid var(--react-international-phone-country-selector-arrow-color, #777);border-right:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color, #999)}.react-international-phone-country-selector-button--disabled{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));cursor:auto}.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke))}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width, 24px);height:var(--react-international-phone-flag-height, 24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-top, 44px);left:var(--react-international-phone-dropdown-left, 0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color, var(--react-international-phone-background-color, white));box-shadow:var(--react-international-phone-dropdown-shadow, 2px 2px 16px rgba(0, 0, 0, .25));color:var(--react-international-phone-dropdown-item-text-color, var(--react-international-phone-text-color, #222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;border:none;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin, 0);background:var(--react-international-phone-dropdown-preferred-list-divider-color, var(--react-international-phone-border-color, gainsboro))}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:var(--react-international-phone-dropdown-item-height, 28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{overflow:hidden;margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size, 14px);text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color, gray);font-size:var(--react-international-phone-dropdown-item-font-size, 14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--selected,.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke);color:var(--react-international-phone-selected-dropdown-item-text-color, var(--react-international-phone-text-color, #222))}.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color, var(--react-international-phone-dropdown-item-dial-code-color, gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color, var(--react-international-phone-border-color, gainsboro));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color, var(--react-international-phone-background-color, white));color:var(--react-international-phone-dial-code-preview-text-color, var(--react-international-phone-text-color, #222));font-size:var(--react-international-phone-dial-code-preview-font-size, var(--react-international-phone-font-size, 13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));color:var(--react-international-phone-dial-code-preview-disabled-text-color, var(--react-international-phone-disabled-text-color, #666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius, 4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height, 36px);box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color, gainsboro);border-radius:var(--react-international-phone-border-radius, 4px);margin:0;background-color:var(--react-international-phone-background-color, white);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color, #222);font-family:inherit;font-size:var(--react-international-phone-font-size, 13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color, whitesmoke);color:var(--react-international-phone-disabled-text-color, #666)}/* ============================
   StatusPill Color Variables
============================ */.react-international-phone-input-container {
  gap: 1rem;
}.react-international-phone-input-container .react-international-phone-country-selector-button {
  border-radius: 0.5rem;
  border: 1px solid #130151;
  padding: 1rem;
}.react-international-phone-input-container .react-international-phone-input {
  width: 100%;
  border: 1px solid #130151;
  padding: 1rem;
}/* ============================
   StatusPill Color Variables
============================ */.small-text-component {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  color: #130151;
  line-height: 2;
  font-weight: 400;
}/* ============================
   StatusPill Color Variables
============================ */.container {
  margin: 1.5rem 0;
}/* ============================
   StatusPill Color Variables
============================ */.header-text-auth {
  margin-bottom: 1rem;
}.body-text-auth {
  margin-bottom: 1.5rem;
}.form-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 1.5rem 0;
  align-items: center;
}.form-container button {
  margin-top: 1rem;
}/* src/components/atoms/Table/Table.scss *//* ============================
   StatusPill Color Variables
============================ *//* ========== BASE/HELPERS (shared) ========== */.table-card {
  width: 100%;
  margin: 2rem auto 0 auto;
  overflow-x: auto;
  border: none;
}.table-card table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
}/* Head cells (shared defaults, overridden in variants/sizes) */.table-card th {
  text-align: left;
  vertical-align: middle;
  border: none;
}/* Body cells (shared defaults, overridden in variants/sizes) */.table-card td {
  vertical-align: middle;
}/* Common helpers already used by cells */.six-name-cell {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 14.375rem;
  max-width: 14.375rem;
}.six-icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
}.six-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}.table-icon {
  margin-left: 0.5rem;
}.six-owners {
  max-width: 14.375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}.six-lastmodified {
  max-width: 13.125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}.six-description {
  max-width: 23.125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}/* Scrollbar */.table-card::-webkit-scrollbar {
  height: 10px;
}.table-card::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 10px;
}/* ========== VARIANT: APP / PRIMARY (current design) ========== *//* Support both names to match prop usage */.table-card--primary,
.table-card--app {
  background: #DDD;
  border-radius: 2.5rem;
  box-shadow: 0 4px 16px 0 rgba(19, 1, 81, 0.1);
  padding: 3rem 3rem 2rem 3rem;
  height: 90vh;
}.table-card--primary th,
.table-card--app th {
  color: #130151;
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  background: transparent;
  padding: 1.5rem 1.5rem 1.5rem 0.5rem;
}.table-card--primary td,
.table-card--app td {
  color: #130151;
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0em;
  background: transparent;
  padding: 1rem 1.5rem 1rem 0.5rem;
  border-bottom: 2px solid #e0e0e0;
}.table-card--primary tbody tr:last-child td,
.table-card--app tbody tr:last-child td {
  border-bottom: none;
}.table-card--primary th:last-child,
.table-card--primary td:last-child,
.table-card--app th:last-child,
.table-card--app td:last-child {
  padding-right: 2rem;
}/* ========== VARIANT: ADMIN (card look like screenshot 2) ========== */.table-card--admin {
  background: #ffffff;
  box-shadow: none;
  height: auto;
  margin: 0 !important;
}.table-card--admin table colgroup {
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}.table-card--admin table th {
  color: #000;
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: -0.01em;
  padding: 1rem 1rem;
  border-bottom: 1px solid #b4b0c9;
  background: #ffffff;
}.table-card--admin table td {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #d9d9d9;
  background: #ffffff;
}.table-card--admin table tbody tr:last-child td {
  border-bottom: none;
}/* Optional pills for Active/Inactive if you prefer classes over utility css */.status-pill {
  display: inline-block;
  padding: 0.25rem 1rem;
  border-radius: 999px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}.status-pill--active {
  background: #27ae60;
  color: #ffffff;
}.status-pill--inactive {
  background: #DDD;
  color: #000;
}/* ========== SIZE MODIFIERS ========== *//* MD keeps “current” sizing; included for explicitness */.table-card--md th {
  font-size: 1.5rem;
  padding: 1.5rem 0.5rem;
}.table-card--md td {
  font-size: 1.333rem;
  padding: 1rem 0.5rem;
}/* SM is the compact version (smaller fonts + tighter paddings) */.table-card--sm th {
  /* one step down from md */
  font-size: 1rem;
  padding: 1rem 0.25rem;
}.table-card--sm td {
  /* one step down from md */
  font-size: 1rem;
  padding: 0.5rem 0.25rem;
}/* ============================
   StatusPill Color Variables
============================ */.seats-legend {
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}.seats-legend__swatch {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.125rem;
  box-shadow: 0 2px 8px 0 rgba(19, 1, 81, 0.1);
  display: inline-block;
}.seats-legend__label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
}.seats-legend__value {
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
}/* src/components/atoms/Radio/Radio.scss *//* ============================
   StatusPill Color Variables
============================ */.radio-group {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}.radio {
  position: relative;
  display: inline-flex;
}.radio__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}.radio__btn {
  border-radius: 2.5rem;
  box-shadow: none;
}.radio .btn--sm {
  height: 1.5rem;
  width: 68px;
}/* ============================
   StatusPill Color Variables
============================ */.custom-select {
  position: relative;
  display: inline-block;
}.custom-select__trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #ffffff;
  border: 1px solid #000;
  color: #000;
  border-radius: 0.5rem;
  padding: 0.5rem 1.5rem;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1;
  box-shadow: 0 4px 16px 0 rgba(19, 1, 81, 0.1);
  cursor: pointer;
}.custom-select__trigger:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}.custom-select__trigger:focus-visible {
  outline: none;
  box-shadow: 0 2px 8px 0 rgba(19, 1, 81, 0.1);
}.custom-select__trigger-text {
  white-space: nowrap;
}.custom-select__caret {
  font-size: 0.9em;
  opacity: 0.85;
}.custom-select__panel {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  z-index: 700;
  width: 14rem;
  max-height: 70vh;
  overflow: auto;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 8px 24px 0 rgba(19, 1, 81, 0.1);
  padding: 1rem 1.5rem;
}.custom-select__search {
  margin-bottom: 0.5rem;
}.custom-select__search-input {
  width: 100%;
}.custom-select__divider {
  height: 1px;
  background: #e0e0e0;
  margin: 0.5rem 0 0.5rem;
}.custom-select__options {
  padding: 0.25rem 0;
}.custom-select__empty {
  color: #5a5a5a;
  font-size: 0.875rem;
  padding: 1rem 0;
}.custom-select__footer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e0e0e0;
}.custom-select__add {
  padding-left: 0;
}.custom-select__reset-btn {
  background: none;
  border: none;
  color: #000;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}.custom-select__reset-btn:hover {
  transform: scaleX(1.06);
}/* src/components/atoms/StatusPill/StatusPill.scss *//* ============================
   StatusPill Color Variables
============================ */.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  padding: 0 1rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0 2px 8px 0 rgba(19, 1, 81, 0.1);
}.status-pill--active {
  background: rgba(52, 179, 126, 0.2);
  color: #1c7f57;
  border: 1px solid #1c7f57;
}.status-pill--new {
  background: rgba(217, 204, 42, 0.2);
  color: #7a6f0a;
  border: 1px solid #7a6f0a;
}.status-pill--inactive {
  background: rgba(201, 201, 201, 0.2);
  color: #3f3f3f;
  border: 1px solid #6b6b6b;
}.avatar {
  background: #DDD;
  color: #130151;
  border-radius: 50%;
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.01em;
}
.avatar--sm {
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
}
.avatar--md {
  width: 4rem;
  height: 4rem;
  font-size: 1.167rem;
}
.avatar--lg {
  width: 4rem;
  height: 4rem;
  font-size: 1.5rem;
}.header {
  padding: 0 4rem;
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  margin-bottom: 4rem;
  width: 100%;
  z-index: 400;
  margin-top: 1.5rem;
  min-height: 4rem;
}
.header .header__logo {
  cursor: pointer;
}
.header .header__logo .header__logo-img {
  width: 3rem;
  height: auto;
  object-fit: contain;
  display: block;
}
.header .header__right {
  gap: 2rem;
}
.header .header__right .header__customer-name {
  color: #130151;
  font-size: 1.333rem;
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0em;
}
.header .header__right .header__messages {
  position: relative;
}
.header .header__right .header__messages .header__badge {
  position: absolute;
  top: -0.5rem;
  right: -0.7rem;
  background: #f44336;
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.875rem;
  min-width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.header .header__right .header__initials {
  background: #DDD;
  color: #130151;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.167rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.01em;
}.logged-in-layout {
  min-height: 100vh;
  background: #ffffff;
}
.logged-in-layout .logged-in-main {
  width: 100%;
  padding: 4rem 0;
}
.logged-in-layout .logged-in-main > * {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}.two-row-layout {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}.table-card {
  background: #DDD;
  border-radius: 2.5rem;
  box-shadow: 0 4px 16px 0 rgba(19, 1, 81, 0.1);
  padding: 3rem 3rem 2rem 3rem;
  width: 100%;
  margin: 2rem auto 0 auto;
  overflow-x: auto;
  border: none;
  height: 90vh;
}

.table-card table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: "Lato", sans-serif;
  background: transparent;
}

.table-card th {
  color: #130151;
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  background: transparent;
  border: none;
  padding: 1.5rem 1.5rem 1.5rem 0.5rem;
  text-align: left;
  vertical-align: middle;
}

.table-card td {
  color: #130151;
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0em;
  background: transparent;
  padding: 1rem 1.5rem 1rem 0.5rem;
  border-bottom: 2px solid #e0e0e0;
  vertical-align: middle;
}

.table-card tbody tr:last-child td {
  border-bottom: none;
}

.table-card th:last-child,
.table-card td:last-child {
  padding-right: 2rem;
}

.table-card table,
.table-card th,
.table-card td {
  border: none;
}

.six-name-cell {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 14.375rem;
  max-width: 14.375rem;
}

.six-icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.six-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.table-icon {
  margin-left: 0.5rem;
}

.six-owners {
  max-width: 210px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  align-items: center;
}

.six-lastmodified {
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  align-items: center;
}

.six-description {
  display: inline-block;
  max-width: 340px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
}

.table-card::-webkit-scrollbar {
  height: 10px;
}

.table-card::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 10px;
}

.six-name-cell {
  min-width: 14.375rem;
}

.six-owners {
  max-width: 14.375rem;
}

.six-lastmodified {
  max-width: 13.125rem;
}

.six-description {
  max-width: 23.125rem;
}.custom-search-input-container {
  margin: 0 1rem !important;
  width: 100%;
  position: relative;
  width: 100%;
  border: 1px solid #130151;
  border-radius: 0.5rem;
  background: #ffffff;
  padding: 0;
}
.custom-search-input-container input.custom-search-input__field {
  font-size: 0.875rem;
  border: none;
  outline: none;
  padding: 0.25rem;
  background: #ffffff;
  border-radius: 0.5rem;
  color: #130151;
  width: 100%;
}
.custom-search-input-container input.custom-search-input__field::placeholder {
  color: #130151;
  opacity: 1;
  font-size: 0.875rem;
}
.custom-search-input-container .custom-search-input__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  height: 100%;
}.container {
  margin: 1.5rem 0;
}.header-text {
  color: #130151 !important;
  text-align: left !important;
  margin: 0 !important;
}

.body-text {
  color: #130151 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0 !important;
}

.user-list-scroll {
  height: 260px;
  max-height: 270px;
  overflow-y: auto;
  margin-bottom: 1rem;
}.connection-status-dot-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: help;
}

.connection-status-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.connection-status-dot.connected {
  background-color: #22c55e;
  box-shadow: 0 0 4px rgba(34, 197, 94, 0.5);
}
.connection-status-dot.disconnected {
  background-color: #ef4444;
  box-shadow: 0 0 4px rgba(239, 68, 68, 0.5);
}
.connection-status-dot:hover {
  transform: scale(1.2);
}.header-text-auth {
  margin-bottom: 1rem;
}

.body-text-auth {
  margin-bottom: 1.5rem;
}

.form-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 1.5rem 0;
  align-items: center;
}
.form-container button {
  margin-top: 1rem;
}

.space-y {
  margin-top: 1rem;
}.activity-dot {
  margin-top: 0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  flex-shrink: 0;
}

.activity-dot--teal {
  background: #cc00cc;
}

.activity-dot--gray {
  background: #70008f;
}

.activity-header-row {
  width: 100%;
}.participant-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3b82f6;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
}

.participant-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.2s;
}
.participant-item:hover {
  background-color: #f9fafb;
}
.participant-item__avatar {
  margin-right: 12px;
}
.participant-item__info {
  flex: 1;
  min-width: 0;
}
.participant-item__name {
  font-weight: 500;
  font-size: 14px;
  color: #111827;
  margin-bottom: 2px;
}
.participant-item__email {
  font-size: 12px;
  color: #6b7280;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.participant-item__role {
  margin-left: 12px;
}

.participant-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}
.participant-badge--owner {
  background-color: #dbeafe;
  color: #1e40af;
}
.participant-badge--internal {
  background-color: #d1fae5;
  color: #065f46;
}
.participant-badge--external {
  background-color: #fef3c7;
  color: #92400e;
}.activity-row {
  margin: 2rem 0;
}

.activity-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.activity-dot--teal {
  background: #167190;
}

.activity-dot--gray {
  background: #908f99;
}

.activity-content {
  flex: 1;
}

.activity-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.activity-field-header-row {
  margin-bottom: 1.5rem;
  gap: 1rem;
}

.activity-title {
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #130151 !important;
}

.activity-search {
  margin: 0 !important;
}

.activity-files {
  margin-top: 0.5rem;
  margin-left: 1.5rem;
  padding-left: 0;
  list-style: none;
}

.activity-file {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  color: #130151;
  line-height: 2;
  font-weight: 400;
}

.participants-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.participants-section {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.participants-section-title {
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #130151;
  padding: 1rem 1.5rem;
  background-color: #f9fafb;
  margin: 0;
  border-bottom: 1px solid #e5e7eb;
}.six-header {
  width: 100%;
  margin-bottom: 1rem;
}
.six-header__back-btn {
  margin-right: 0.5rem;
}
.six-header__org {
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 700;
  color: #130151;
  font-size: 1.5rem;
}
.six-header__files {
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 600;
  color: #130151;
  font-size: 1rem;
  margin-top: -0.25rem;
  margin-bottom: 0.25rem;
}
.six-header__divider {
  border: none;
  border-top: 2px solid #130151;
  width: 90%;
  margin-top: 1rem;
}.file-upload-progress {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: opacity 1s ease-out, transform 1s ease-out;
  opacity: 1;
  transform: translateY(0);
}
.file-upload-progress--fading {
  opacity: 0;
  transform: translateY(-10px);
}
.file-upload-progress__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.file-upload-progress__filename {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  margin-right: 12px;
}
.file-upload-progress__percent {
  font-size: 14px;
  font-weight: 600;
  color: #130151;
  min-width: 45px;
  text-align: right;
}
.file-upload-progress__bar-container {
  width: 100%;
  height: 8px;
  background: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px;
}
.file-upload-progress__bar {
  height: 100%;
  transition: width 0.3s ease, background-color 0.3s ease;
  border-radius: 4px;
}
.file-upload-progress__bar--encrypting {
  background: linear-gradient(90deg, #fbbf24, #f59e0b);
}
.file-upload-progress__bar--uploading {
  background: linear-gradient(90deg, #60a5fa, #3b82f6);
}
.file-upload-progress__bar--announcing {
  background: linear-gradient(90deg, #a78bfa, #8b5cf6);
}
.file-upload-progress__bar--confirming {
  background: linear-gradient(90deg, #34d399, #10b981);
  animation: pulse 1.5s ease-in-out infinite;
}
.file-upload-progress__bar--complete {
  background: linear-gradient(90deg, #10b981, #059669);
}
.file-upload-progress__bar--error {
  background: linear-gradient(90deg, #f87171, #ef4444);
}
.file-upload-progress__status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.file-upload-progress__stage {
  font-size: 12px;
  color: #666;
  font-weight: 500;
}
.file-upload-progress__stage--encrypting {
  color: #f59e0b;
}
.file-upload-progress__stage--uploading {
  color: #3b82f6;
}
.file-upload-progress__stage--announcing {
  color: #8b5cf6;
}
.file-upload-progress__stage--confirming {
  color: #10b981;
}
.file-upload-progress__stage--complete {
  color: #059669;
  font-weight: 600;
}
.file-upload-progress__stage--error {
  color: #ef4444;
}
.file-upload-progress__error {
  font-size: 12px;
  color: #ef4444;
  flex: 1;
  text-align: right;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}.body-text-auth {
  margin-bottom: 1.5rem;
}.header-text-auth {
  margin-bottom: 1rem;
}/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@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-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-y-reverse: 0;
      --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;
      --tw-outline-style: solid;
      --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;
    }
  }
}

@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% .245 27.325);
    --color-blue-600: oklch(54.6% .245 262.881);
    --color-gray-50: oklch(98.5% .002 247.839);
    --color-gray-800: oklch(27.8% .033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-7xl: 80rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .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);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .z-50 {
    z-index: 50;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }

  .block {
    display: block;
  }

  .block\! {
    display: block !important;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .w-1\/2 {
    width: 50%;
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-12 {
    width: calc(var(--spacing) * 12);
  }

  .w-40 {
    width: calc(var(--spacing) * 40);
  }

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

  .max-w-7xl {
    max-width: var(--container-7xl);
  }

  .max-w-lg {
    max-width: var(--container-lg);
  }

  .max-w-md {
    max-width: var(--container-md);
  }

  .max-w-xl {
    max-width: var(--container-xl);
  }

  .flex-shrink-0 {
    flex-shrink: 0;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .cursor-not-allowed {
    cursor: not-allowed;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .cursor-wait {
    cursor: wait;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  :where(.space-y-1 > :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)));
  }

  :where(.space-y-2 > :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)));
  }

  :where(.space-y-4 > :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)));
  }

  :where(.space-x-4 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.divide-y > :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)));
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .bg-black\/40 {
    background-color: #0006;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/40 {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }

  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }

  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }

  .bg-red-600 {
    background-color: var(--color-red-600);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-5 {
    padding: calc(var(--spacing) * 5);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .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-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: right;
  }

  .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-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));
  }

  .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-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .text-\[\#130151\] {
    color: #130151;
  }

  .text-gray-800 {
    color: var(--color-gray-800);
  }

  .text-red-600 {
    color: var(--color-red-600);
  }

  .text-white {
    color: var(--color-white);
  }

  .capitalize {
    text-transform: capitalize;
  }

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .underline {
    text-decoration-line: underline;
  }

  .opacity-50 {
    opacity: .5;
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    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, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + 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);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .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-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-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .focus-within\:ring-2:focus-within {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + 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\:underline:hover {
      text-decoration-line: underline;
    }

    .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + 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-offset-2:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  @media (min-width: 48rem) {
    .md\:h-10 {
      height: calc(var(--spacing) * 10);
    }

    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:p-3 {
      padding: calc(var(--spacing) * 3);
    }

    .md\:p-6 {
      padding: calc(var(--spacing) * 6);
    }

    .md\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }

  @media (min-width: 64rem) {
    .lg\:h-12 {
      height: calc(var(--spacing) * 12);
    }

    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-\[minmax\(0\,2fr\)_minmax\(0\,1fr\)\] {
      grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    }

    .lg\:p-4 {
      padding: calc(var(--spacing) * 4);
    }

    .lg\:p-8 {
      padding: calc(var(--spacing) * 8);
    }

    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }

    .lg\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
}

@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-space-x-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-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: 0;
}

@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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
}
/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
html {
  font-size: 16px;
}

body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

/* 8. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

p,
div,
span {
  font-family: "Lato", sans-serif;
}

/*
  10. Create a root stacking context
*/
#root,
#__next {
  isolation: isolate;
}