@charset "UTF-8";

/* src/tailwind.css */
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --color-zinc-200: oklch(92% 0.004 286.32);
    --color-zinc-400: oklch(70.5% 0.015 286.067);
    --color-zinc-500: oklch(55.2% 0.016 285.938);
    --color-zinc-900: oklch(21% 0.006 285.885);
    --spacing: 0.25rem;
    --container-4xl: 56rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::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 {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .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;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .m-6 {
    margin: calc(var(--spacing) * 6);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-3\.5 {
    margin-top: calc(var(--spacing) * 3.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-full {
    width: 100%;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .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));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .text-zinc-400 {
    color: var(--color-zinc-400);
  }
  .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,);
  }
  @media (hover: hover) {
    .hover\:text-zinc-200:hover {
      color: var(--color-zinc-200);
    }
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .focus-visible\:ring-2:focus-visible {
    --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-visible\:ring-zinc-500:focus-visible {
    --tw-ring-color: var(--color-zinc-500);
  }
  .focus-visible\:ring-offset-2:focus-visible {
    --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-visible\:ring-offset-zinc-900:focus-visible {
    --tw-ring-offset-color: var(--color-zinc-900);
  }
  @media (width >= 40rem) {
    .sm\:py-2 {
      padding-block: calc(var(--spacing) * 2);
    }
  }
}
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-shadow-color { syntax: "*"; inherits: false; }
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-ring-color { syntax: "*"; inherits: false; }
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-ring-inset { syntax: "*"; inherits: false; }
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-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-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;
    }
  }
}

/* src/styles.scss */
:root {
  --accent: #8B5CF6;
  --bg: rgb(11, 14, 20);
  --bg-1: rgb(2 6 23);
  --bg-2: rgba(2, 6, 23, 0.85);
  --bg-3: rgba(2, 6, 23, 0.4);
  --bg-4: rgba(255, 255, 255, 0.08);
  --bg-4: rgba(255,255,255,0.06);
  --bg-5: rgba(139,92,246,0.16);
  --bg-6: rgba(255,255,255,0.07);
  --bg-7: rgba(255, 255, 255, 0.06);
  --bg-8: rgba(0, 0, 0, 0.55);
  --bg-9: rgba(147, 51, 234, 1);
  --bg-10: rgba(147, 51, 234, .25);
  --bg-11: #000;
  --bg-12: rgba(255, 255, 255, 0.04);
  --bg-13: rgba(255,255,255,0.04);
  --bg-14: rgba(255, 255, 255, 0.05);
  --bg-15: rgba(139, 92, 246, 0.25);
  --bg-16: rgba(255, 255, 255, 0.88);
  --bg-17: rgba(255, 255, 255, 0.82);
  --bg-18: rgba(255, 255, 255, 0.09);
  --bg-19: rgba(255,255,255,0.05);
  --bg-20: rgba(217, 255, 232, 0.95);
  --bg-21: rgba(139, 92, 246, 0.12);
  --bg-22: rgba(123, 63, 228, 0.1);
  --bg-23: rgb(76, 29, 149);
  --bg-24: rgb(124, 58, 237);
  --bg-25: rgb(88, 28, 135);
  --bg-26: rgb(147, 51, 234);
  --bg-27: rgba(255, 255, 255, 0.14);
  --bg-28: rgba(239, 68, 68, 0.16);
  --bg-29: rgba(239, 68, 68, 0.22);
  --bg-30: rgba(255,255,255,0.045);
  --bg-31: rgba(255,255,255,0.055);
  --bg-32: rgba(0,0,0,0.22);
  --bg-33: rgba(0,0,0,0.68);
  --bg-34: rgba(14, 18, 28, 0.92);
  --bg-35: rgba(11, 14, 20, 0.55);
  --border: rgba(139, 92, 246, 0.55);
  --border-1: rgba(255,255,255,0.10);
  --border-2: rgba(139,92,246,0.35);
  --border-3: rgba(255, 255, 255, 0.8);
  --border-4: rgba(255, 255, 255, 0.24);
  --border-5: rgba(255,255,255,0.12);
  --border-6: rgba(239, 68, 68, 0.52);
  --border-7: rgba(255,255,255,0.08);
  --border-bg: rgba(139, 92, 246, 0.16);
  --font:
    ui-sans-serif,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial;
  --font-color:
    100,
    117,
    137;
  --font-display:
    ui-serif,
    Georgia,
    "Times New Roman",
    Times,
    serif;
  --label-danger:
    193,
    35,
    47;
  --landing-bg: rgba(243, 248, 254, 0.52);
  --light-border: rgba(var(--font-color), 0.1);
  --light-font: rgba(var(--font-color), 0.7);
  --line: rgba(255, 255, 255, 0.10);
  --line-soft: rgba(255, 255, 255, 0.07);
  --muted: rgba(255, 255, 255, 0.66);
  --muted-2: rgba(255, 255, 255, 0.52);
  --spinner-rgb: 139 92 246;
  --ok: rgba(34, 197, 94, 0.20);
  --ok-line: rgba(34, 197, 94, 0.45);
  --radius: 16px;
  --radius-lg: 22px;
  --radius-sm: 12px;
  --shadow: 0 18px 46px rgba(0, 0, 0, 0.45);
  --text: rgba(255, 255, 255, 0.92);
  --text-1: rgba(239, 68, 68, 0.95);
  --text-2: rgba(255, 255, 255, 0.86);
  --text-3: rgba(255, 255, 255, 0.55);
  --text-4: rgba(255,255,255,0.78);
  --text-5: rgba(255,255,255,0.86);
  --text-6: rgba(255,255,255,0.28);
  --theme-backdrop:
    11,
    14,
    20;
  --theme-color:
    47,
    52,
    56;
  --theme-danger:
    255,
    47,
    37;
  --theme-light:
    237,
    247,
    251;
  --theme-success:
    43,
    198,
    12;
  --theme-warning:
    255,
    144,
    55;
  --title-color:
    81,
    89,
    94;
  --instagram:
    183,
    68,
    231;
  --twitter:
    0,
    160,
    221;
  --whatsapp:
    26,
    188,
    86;
  --white:
    255,
    255,
    255;
  --youtube:
    254,
    70,
    83;
  --facebook:
    56,
    92,
    180;
}
.iw-1 {
  width: 1px !important;
}
.iw-2 {
  width: 2px !important;
}
.iw-3 {
  width: 3px !important;
}
.iw-4 {
  width: 4px !important;
}
.iw-5 {
  width: 5px !important;
}
.iw-6 {
  width: 6px !important;
}
.iw-7 {
  width: 7px !important;
}
.iw-8 {
  width: 8px !important;
}
.iw-9 {
  width: 9px !important;
}
.iw-10 {
  width: 10px !important;
}
.iw-11 {
  width: 11px !important;
}
.iw-12 {
  width: 12px !important;
}
.iw-13 {
  width: 13px !important;
}
.iw-14 {
  width: 14px !important;
}
.iw-15 {
  width: 15px !important;
}
.iw-16 {
  width: 16px !important;
}
.iw-17 {
  width: 17px !important;
}
.iw-18 {
  width: 18px !important;
}
.iw-19 {
  width: 19px !important;
}
.iw-20 {
  width: 20px !important;
}
.iw-21 {
  width: 21px !important;
}
.iw-22 {
  width: 22px !important;
}
.iw-23 {
  width: 23px !important;
}
.iw-24 {
  width: 24px !important;
}
.iw-25 {
  width: 25px !important;
}
.iw-26 {
  width: 26px !important;
}
.iw-27 {
  width: 27px !important;
}
.iw-28 {
  width: 28px !important;
}
.iw-29 {
  width: 29px !important;
}
.iw-30 {
  width: 30px !important;
}
.iw-31 {
  width: 31px !important;
}
.iw-32 {
  width: 32px !important;
}
.iw-33 {
  width: 33px !important;
}
.iw-34 {
  width: 34px !important;
}
.iw-35 {
  width: 35px !important;
}
.iw-36 {
  width: 36px !important;
}
.iw-37 {
  width: 37px !important;
}
.iw-38 {
  width: 38px !important;
}
.iw-39 {
  width: 39px !important;
}
.iw-40 {
  width: 40px !important;
}
.iw-41 {
  width: 41px !important;
}
.iw-42 {
  width: 42px !important;
}
.iw-43 {
  width: 43px !important;
}
.iw-44 {
  width: 44px !important;
}
.iw-45 {
  width: 45px !important;
}
.iw-46 {
  width: 46px !important;
}
.iw-47 {
  width: 47px !important;
}
.iw-48 {
  width: 48px !important;
}
.iw-49 {
  width: 49px !important;
}
.iw-50 {
  width: 50px !important;
}
.ih-1 {
  height: 1px !important;
}
.ih-2 {
  height: 2px !important;
}
.ih-3 {
  height: 3px !important;
}
.ih-4 {
  height: 4px !important;
}
.ih-5 {
  height: 5px !important;
}
.ih-6 {
  height: 6px !important;
}
.ih-7 {
  height: 7px !important;
}
.ih-8 {
  height: 8px !important;
}
.ih-9 {
  height: 9px !important;
}
.ih-10 {
  height: 10px !important;
}
.ih-11 {
  height: 11px !important;
}
.ih-12 {
  height: 12px !important;
}
.ih-13 {
  height: 13px !important;
}
.ih-14 {
  height: 14px !important;
}
.ih-15 {
  height: 15px !important;
}
.ih-16 {
  height: 16px !important;
}
.ih-17 {
  height: 17px !important;
}
.ih-18 {
  height: 18px !important;
}
.ih-19 {
  height: 19px !important;
}
.ih-20 {
  height: 20px !important;
}
.ih-21 {
  height: 21px !important;
}
.ih-22 {
  height: 22px !important;
}
.ih-23 {
  height: 23px !important;
}
.ih-24 {
  height: 24px !important;
}
.ih-25 {
  height: 25px !important;
}
.ih-26 {
  height: 26px !important;
}
.ih-27 {
  height: 27px !important;
}
.ih-28 {
  height: 28px !important;
}
.ih-29 {
  height: 29px !important;
}
.ih-30 {
  height: 30px !important;
}
.ih-31 {
  height: 31px !important;
}
.ih-32 {
  height: 32px !important;
}
.ih-33 {
  height: 33px !important;
}
.ih-34 {
  height: 34px !important;
}
.ih-35 {
  height: 35px !important;
}
.ih-36 {
  height: 36px !important;
}
.ih-37 {
  height: 37px !important;
}
.ih-38 {
  height: 38px !important;
}
.ih-39 {
  height: 39px !important;
}
.ih-40 {
  height: 40px !important;
}
.ih-41 {
  height: 41px !important;
}
.ih-42 {
  height: 42px !important;
}
.ih-43 {
  height: 43px !important;
}
.ih-44 {
  height: 44px !important;
}
.ih-45 {
  height: 45px !important;
}
.ih-46 {
  height: 46px !important;
}
.ih-47 {
  height: 47px !important;
}
.ih-48 {
  height: 48px !important;
}
.ih-49 {
  height: 49px !important;
}
.ih-50 {
  height: 50px !important;
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}
body {
  margin: 0;
  font-family: var(--font);
  background:
    radial-gradient(
      81.25rem 56.25rem at 30% 0%,
      var(--bg-21),
      transparent 55%),
    radial-gradient(
      68.75rem 53.125rem at 70% 20%,
      var(--bg-22),
      transparent 55%),
    radial-gradient(
      50rem 37.5rem at 50% 50%,
      var(--bg-14),
      transparent 55%),
    var(--bg);
  color: var(--text);
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3 {
  font-family: var(--font-display);
  letter-spacing: 0.0125rem;
}
.container {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
  padding: 1.5rem;
}
.label {
  display: block;
  font-size: 0.75rem;
  color: var(--muted);
  margin-bottom: 0.375rem;
}
.row {
  display: flex;
  gap: 0.75rem;
}
.col {
  flex: 1;
}
@media (max-width: 56.25rem) {
  .row {
    flex-direction: column;
  }
}
.divider {
  height: 0.0625rem;
  background: var(--bg-4);
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  border-radius: 62.4375rem;
  border: 0.0625rem solid var(--border-5);
  background: var(--bg-19);
  font-size: 0.75rem;
  color: var(--text-4);
}
.badge.ok {
  border-color: var(--ok-line);
  background: var(--ok);
  color: var(--bg-20);
}
.badge.muted {
  color: var(--muted);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 0.875rem;
  border-radius: 0.3125rem;
  color: var(--text);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none !important;
  background:
    linear-gradient(
      90deg,
      var(--bg-23),
      var(--bg-24),
      var(--bg-23));
  background-size: 200% 100%;
  background-position: left center;
  transition: background-position 0.5s ease;
}
.btn:hover {
  background-position: right center;
}
.btn.primary {
  background:
    linear-gradient(
      to right,
      var(--bg-25),
      var(--bg-26));
}
.btn.primary:hover {
  background: var(--bg-15);
}
.btn.ghost {
  background: transparent;
  border-color: var(--bg-27);
}
.btn.danger {
  border-color: var(--border-6);
  background: var(--bg-28);
}
.btn.danger:hover {
  background: var(--bg-29);
}
.card {
  border: 0.0625rem solid var(--line-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.375rem 0;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4375rem 0.6875rem;
  border-radius: 62.4375rem;
  border: 0.0625rem solid var(--border-5);
  background: var(--bg-31);
  font-size: 0.75rem;
  color: var(--text-5);
}
.input,
select,
textarea {
  width: 100%;
  padding: 0.75rem 0.875rem;
  border-radius: var(--radius-sm);
  border: 0.0625rem solid var(--line);
  background: var(--bg-32);
  color: var(--text);
  outline: none;
}
.input::placeholder,
textarea::placeholder {
  color: var(--text-6);
}
.backdrop {
  position: fixed;
  inset: 0;
  background: var(--bg-33);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.125rem;
  z-index: 1000;
}
.modal {
  width: 100%;
  max-width: 47.5rem;
  background: var(--bg-34);
  border: 0.0625rem solid var(--line-soft);
  border-radius: 1.375rem;
  box-shadow: var(--shadow);
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.125rem;
  border-bottom: 0.0625rem solid var(--border-7);
}
.modal-body {
  padding: 1rem 1.125rem;
}
.modal-footer {
  display: flex;
  gap: 0.625rem;
  justify-content: flex-end;
  padding: 0.875rem 1.125rem;
  border-top: 0.0625rem solid var(--border-7);
}

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