@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --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-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
@layer theme {
  :root,
  :host {
    --font-sans:
      "Inter", 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-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-purple-300: oklch(82.7% 0.119 264.052);
    --color-purple-400: oklch(71.4% 0.203 264.052);
    --color-purple-500: oklch(62.7% 0.265 264.052);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1/0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25/0.875);
    --text-base: 1rem;
    --text-base--line-height: 1.5;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75/1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2/1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5/2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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;
    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: -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 {
    vertical-align: middle;
    display: block;
  }
  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;
  }
  :root {
    --font-inter:
      "Inter", "Inter Fallback", system-ui, -apple-system, sans-serif;
    --primary-gradient: linear-gradient(135deg, #933fa6 0%, #f93054 100%);
    --primary-purple: #933fa6;
    --primary-purple-light: #f93054;
    --bg-dark: #040607;
    --bg-card: #07090ae6;
    --border-light: #ffffff1a;
  }
  html {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-size: 16px;
    line-height: 1.5;
  }
  html,
  body {
    color: #f9f9f9;
    font-family: var(--font-inter);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #040607;
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
  }
  h1 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
  }
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  p {
    color: #d1d5db;
    font-weight: 400;
    line-height: 1.6;
  }
  button,
  input,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
}
@layer components;
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-1 {
    top: calc(var(--spacing) * -1);
  }
  .-top-2 {
    top: calc(var(--spacing) * -2);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: 50%;
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .top-\[70px\] {
    top: 70px;
  }
  .top-full {
    top: 100%;
  }
  .-right-1 {
    right: calc(var(--spacing) * -1);
  }
  .-right-2 {
    right: calc(var(--spacing) * -2);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-\[2\.5\%\] {
    right: 2.5%;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: 50%;
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-\[2\.5\%\] {
    left: 2.5%;
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .z-\[1001\] {
    z-index: 1001;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .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;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .-mt-\[9px\] {
    margin-top: -9px;
  }
  .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-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-\[2px\] {
    margin-bottom: 2px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .line-clamp-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-square {
    aspect-ratio: 1;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-\[13px\] {
    height: 13px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[17\.6px\] {
    height: 17.6px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[22\.5px\] {
    height: 22.5px;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[28\.8px\] {
    height: 28.8px;
  }
  .h-\[62px\] {
    height: 62px;
  }
  .h-\[79px\] {
    height: 79px;
  }
  .h-\[85px\] {
    height: 85px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\/4 {
    width: 75%;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-\[13px\] {
    width: 13px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[17\.6px\] {
    width: 17.6px;
  }
  .w-\[22\.5px\] {
    width: 22.5px;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[28\.8px\] {
    width: 28.8px;
  }
  .w-\[62px\] {
    width: 62px;
  }
  .w-\[79px\] {
    width: 79px;
  }
  .w-\[85px\] {
    width: 85px;
  }
  .w-\[calc\(100\%-20px\)\] {
    width: calc(100% - 20px);
  }
  .w-\[calc\(100\%-40px\)\] {
    width: calc(100% - 40px);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-\[79px\] {
    max-width: 79px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[380px\] {
    max-width: 380px;
  }
  .max-w-\[384px\] {
    max-width: 384px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[18px\] {
    min-width: 18px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0,
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,)
      var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[3px\] {
    gap: 3px;
  }
  .gap-\[13px\] {
    gap: 13px;
  }
  :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-3 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(
      calc(var(--spacing) * 3) * var(--tw-space-x-reverse)
    );
    margin-inline-end: calc(
      calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-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))
    );
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[11px\] {
    border-radius: 11px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-full {
    border-radius: 3.40282e38px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-2xl {
    border-top-left-radius: var(--radius-2xl);
    border-top-right-radius: var(--radius-2xl);
  }
  .rounded-tr-2xl {
    border-top-right-radius: var(--radius-2xl);
  }
  .rounded-bl-lg {
    border-bottom-left-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[3px\] {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-gray-700 {
    border-color: var(--color-gray-700);
  }
  .border-gray-700\/20 {
    border-color: #36415333;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-gray-700\/20 {
      border-color: color-mix(in oklab, var(--color-gray-700) 20%, transparent);
    }
  }
  .border-gray-800 {
    border-color: var(--color-gray-800);
  }
  .border-purple-500 {
    border-color: var(--color-purple-500);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-t-transparent {
    border-top-color: #0000;
  }
  .bg-\[\#0b1014\] {
    background-color: #0b1014;
  }
  .bg-\[\#040607\] {
    background-color: #040607;
  }
  .bg-\[\#121824\] {
    background-color: #121824;
  }
  .bg-\[rgb\(37\,40\,45\)\] {
    background-color: #25282d;
  }
  .bg-\[rgba\(74\,55\,182\,0\.2\)\] {
    background-color: #5569fe33;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/30 {
    background-color: #0000004d;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/30 {
      background-color: color-mix(
        in oklab,
        var(--color-black) 30%,
        transparent
      );
    }
  }
  .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-black\/50 {
    background-color: #00000080;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(
        in oklab,
        var(--color-black) 50%,
        transparent
      );
    }
  }
  .bg-black\/75 {
    background-color: #000000bf;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/75 {
      background-color: color-mix(
        in oklab,
        var(--color-black) 75%,
        transparent
      );
    }
  }
  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }
  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }
  .bg-gray-800\/50 {
    background-color: #1e293980;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-gray-800\/50 {
      background-color: color-mix(
        in oklab,
        var(--color-gray-800) 50%,
        transparent
      );
    }
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-transparent {
    background-color: #0000;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-linear-to-l {
    --tw-gradient-position: to left;
  }
  @supports (background-image: linear-gradient(in lab, red, red)) {
    .bg-linear-to-l {
      --tw-gradient-position: to left in oklab;
    }
  }
  .bg-linear-to-l {
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#0B1014\] {
    --tw-gradient-from: #0b1014;
    --tw-gradient-stops: var(
      --tw-gradient-via-stops,
      var(--tw-gradient-position),
      var(--tw-gradient-from) var(--tw-gradient-from-position),
      var(--tw-gradient-to) var(--tw-gradient-to-position)
    );
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(
      --tw-gradient-via-stops,
      var(--tw-gradient-position),
      var(--tw-gradient-from) var(--tw-gradient-from-position),
      var(--tw-gradient-to) var(--tw-gradient-to-position)
    );
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .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);
  }
  .p-\[2px\] {
    padding: 2px;
  }
  .p-\[10px_14px\] {
    padding: 10px 14px;
  }
  .p-\[11px_18px\] {
    padding: 11px 18px;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[11px\] {
    padding-inline: 11px;
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[11px\] {
    padding-block: 11px;
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-\[6px\] {
    padding-top: 6px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[68px\] {
    padding-top: 68px;
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pr-14 {
    padding-right: calc(var(--spacing) * 14);
  }
  .pr-\[10px\] {
    padding-right: 10px;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-\[140px\] {
    padding-bottom: 140px;
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11\.2px\] {
    font-size: 11.2px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16\.5px\] {
    font-size: 16.5px;
  }
  .text-\[19\.3px\] {
    font-size: 19.3px;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .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-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.1px\] {
    --tw-tracking: -0.1px;
    letter-spacing: -0.1px;
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-\[\#5569fe\] {
    color: #5569fe;
  }
  .text-\[\#5569fe\] {
    color: #5569fe;
  }
  .text-\[\#8b919a\] {
    color: #8b919a;
  }
  .text-\[\#0095f6\] {
    color: #0095f6;
  }
  .text-\[\#5569fe\] {
    color: #5569fe;
  }
  .text-\[\#a8a8a8\] {
    color: #a8a8a8;
  }
  .text-\[\#ce0c16\] {
    color: #ce0c16;
  }
  .text-\[rgb\(81\,122\,255\)\] {
    color: #517aff;
  }
  .text-\[rgb\(142\,147\,153\)\] {
    color: #8e9399;
  }
  .text-blue-500 {
    color: var(--color-blue-500);
  }
  .text-gray-100 {
    color: var(--color-gray-100);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-purple-300 {
    color: var(--color-purple-300);
  }
  .text-purple-400 {
    color: var(--color-purple-400);
  }
  .text-purple-500 {
    color: var(--color-purple-500);
  }
  .text-red-400 {
    color: var(--color-red-400);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/85 {
    color: #ffffffd9;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/85 {
      color: color-mix(in oklab, var(--color-white) 85%, transparent);
    }
  }
  .text-white\/90 {
    color: #ffffffe6;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/90 {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .text-white\/95 {
    color: #fffffff2;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/95 {
      color: color-mix(in oklab, var(--color-white) 95%, transparent);
    }
  }
  .text-yellow-500 {
    color: var(--color-yellow-500);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-80 {
    opacity: 0.8;
  }
  .opacity-100 {
    opacity: 1;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .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,);
  }
  .backdrop-blur-\[4px\] {
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,)
      var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,)
      var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,)
      var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,)
      var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,)
      var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,)
      var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,)
      var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,)
      var(--tw-backdrop-sepia,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,)
      var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,)
      var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,)
      var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,)
      var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,)
      var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,)
      var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,)
      var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,)
      var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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-opacity {
    transition-property: opacity;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .duration-300 {
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .duration-500 {
    --tw-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .duration-1000 {
    --tw-duration: 1s;
    transition-duration: 1s;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (hover: hover) {
    .hover\:bg-gray-800:hover {
      background-color: var(--color-gray-800);
    }
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
    .hover\:opacity-90:hover {
      opacity: 0.9;
    }
  }
  .active\:scale-\[0\.98\]:active {
    scale: 0.98;
  }
  .active\:opacity-90:active {
    opacity: 0.9;
  }
  @media (min-width: 390px) {
    .min-\[390px\]\:h-\[91px\] {
      height: 91px;
    }
    .min-\[390px\]\:w-\[91px\] {
      width: 91px;
    }
    .min-\[390px\]\:max-w-\[91px\] {
      max-width: 91px;
    }
  }
  @media (min-width: 40rem) {
    .sm\:h-3 {
      height: calc(var(--spacing) * 3);
    }
    .sm\:w-3 {
      width: calc(var(--spacing) * 3);
    }
    .sm\:text-xs {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
    .sm\:text-\[13px\] {
      font-size: 13px;
    }
  }
}
.font-inter {
  font-family: var(--font-inter);
  font-style: normal;
}
@keyframes logoFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes shimmer {
  0% {
    background-position: -200%;
  }
  to {
    background-position: 200%;
  }
}
@keyframes eyeBlink {
  0%,
  90%,
  to {
    opacity: 1;
    transform: scaleY(1);
  }
  95% {
    opacity: 0.3;
    transform: scaleY(0.1);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes arrowSlide {
  0%,
  to {
    transform: translate(0);
  }
  50% {
    transform: translate(2px);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes subtlePulse {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
@keyframes scribbleDraw {
  0% {
    stroke-dashoffset: 1000px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.animate-logo-fade-in {
  animation: 2.2s ease-out logoFadeIn;
}
.animate-shimmer {
  animation: 4s infinite shimmer;
}
.animate-eye-blink {
  animation: 3s infinite eyeBlink;
}
.animate-spin {
  animation: 1s linear infinite spin;
}
.animate-pulse {
  animation: 2s cubic-bezier(0.4, 0, 0.6, 1) infinite pulse;
}
.animate-arrow-slide {
  animation: 2s ease-in-out infinite arrowSlide;
}
.animate-fade-in-up {
  animation: 0.6s ease-out forwards fadeInUp;
}
.animate-fade-in {
  animation: 0.5s ease-out forwards fadeIn;
}
.animate-subtle-pulse {
  animation: 2s ease-in-out infinite subtlePulse;
}
.btn-shimmer {
  position: relative;
  overflow: hidden;
}
.btn-shimmer:before {
  content: "";
  background: linear-gradient(
    90deg,
    #0000 0% 35%,
    #ffffff4d 40% 60%,
    #0000 65% 100%
  );
  width: 100%;
  height: 100%;
  animation: 4s infinite shimmer;
  position: absolute;
  top: 0;
  left: -100%;
}
.gradient-text {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(135deg, #933fa6, #f93054);
  -webkit-background-clip: text;
  background-clip: text;
}
.typing-cursor {
  color: #933fa6;
  margin-left: 2px;
  font-weight: 400;
  animation: 0.7s step-end infinite blink-cursor;
  display: inline-block;
}
@keyframes blink-cursor {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.glass-card {
  background: var(--bg-card);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  border: 1px solid var(--border-light);
  box-shadow:
    0 20px 60px #0006,
    inset 0 1px #ffffff1a;
}
.btn-primary {
  background: var(--primary-gradient);
  box-shadow:
    0 10px 30px #5569fe4d,
    inset 0 1px #fff3;
}
.btn-primary:active {
  opacity: 0.9;
  transform: scale(0.97);
}
.input-dark {
  color: #e5e7eb;
  background: #0c1011;
  border: none;
  font-size: 13px;
  transition: box-shadow 0.3s;
  box-shadow:
    0 10px 15px -3px #0000001a,
    0 4px 6px -2px #0000000d;
}
.input-dark:focus {
  outline: none;
  box-shadow:
    inset 0 0 0 2px #5569fe,
    0 10px 15px -3px #0000001a,
    0 4px 6px -2px #0000000d;
}
.input-dark::placeholder {
  color: #6b7280;
}
.matrix-canvas {
  opacity: 0.525;
  pointer-events: none;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.modal-overlay {
  z-index: 50;
  background: #040607d9;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: fixed;
  inset: 0;
}
.error-message {
  color: #ef4444;
  background: #ef44441a;
  border: 1px solid #ef44444d;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.4;
  display: flex;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none !important;
}
.scrollbar-hide {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}
.instagram-gradient {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}
.text-responsive-title {
  font-size: clamp(25.2px, 4.2vw, 37.8px);
}
.text-responsive-highlight {
  font-size: clamp(26.46px, 4.41vw, 39.69px);
}
.password-input {
  font-size: 12px !important;
}
input[type="text"]:not(.password-input) {
  -webkit-appearance: none !important;
  font-size: 16px !important;
  transform: none !important;
}
@media screen and (max-width: 767px) {
  input[type="text"]:focus {
    font-size: 16px !important;
    transform: none !important;
  }
}
@keyframes slideUpBanner {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes popupFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes notificationSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes instagramLike {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  40% {
    opacity: 1;
    transform: translateY(-120px) scale(2.2);
  }
  to {
    opacity: 0;
    transform: translateY(-220px) scale(1);
  }
}
@keyframes fadeInBanner {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes buttonPulse {
  0%,
  to {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.02);
  }
}
@keyframes pulseTimer {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
.animate-slide-up-banner {
  animation: 0.5s cubic-bezier(0.16, 1, 0.3, 1) slideUpBanner;
}
.animate-popup-fade-in {
  animation: 0.25s ease-out forwards popupFadeIn;
}
.animate-notification-slide-in {
  animation: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) notificationSlideIn;
}
.notification-hiding {
  opacity: 0;
  transition:
    opacity 0.3s,
    transform 0.3s;
  transform: translateY(-100%);
}
.animate-like-heart {
  will-change: transform, opacity;
  animation: 0.5s ease-out forwards instagramLike;
}
@keyframes fadeOutFast {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
.animate-fade-out-fast {
  animation: 0.8s ease-out forwards fadeOutFast;
}
.animate-fade-in-banner {
  animation: 0.4s ease-out fadeInBanner;
}
.all-posts-seen-icon:before {
  content: "";
  z-index: 0;
  background: linear-gradient(
    135deg,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d,
    #f77737,
    #fcaf45
  );
  border-radius: 50%;
  padding: 2px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position:
    0 0,
    0 0;
  mask-position:
    0 0,
    0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}
.animate-pulse-button {
  animation: 2s ease-in-out infinite buttonPulse;
}
.animate-pulse-timer {
  animation: 2s ease-in-out infinite pulseTimer;
}
.line-clamp-3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@keyframes musicBarPulse1 {
  0%,
  to {
    y: 0;
    height: 30px;
  }
  50% {
    y: 10px;
    height: 10px;
  }
}
@keyframes musicBarPulse2 {
  0%,
  to {
    y: 4px;
    height: 22px;
  }
  50% {
    y: 10px;
    height: 10px;
  }
}
@keyframes scrollText {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-50%);
  }
}
.animate-music-bar-1 {
  transform-origin: bottom;
  animation: 1.2s ease-in-out infinite musicBarPulse1;
}
.animate-music-bar-2 {
  transform-origin: bottom;
  animation: 1.2s ease-in-out 0.2s infinite musicBarPulse2;
}
.animate-music-bar-3 {
  transform-origin: bottom;
  animation: 1.2s ease-in-out 0.4s infinite musicBarPulse1;
}
.speech-bubble {
  box-sizing: border-box;
  padding: 1px;
  position: relative;
  background: linear-gradient(#54595c, #292c2b) !important;
  border-radius: 16px !important;
  width: 85px !important;
  max-width: 95px !important;
  margin: 0 auto !important;
  overflow: visible !important;
  box-shadow: 0 2px 6px #0003 !important;
}
.speech-bubble-music {
  box-sizing: border-box;
  padding: 1px;
  position: relative;
  background: linear-gradient(#54595c, #292c2b) !important;
  border-radius: 16px !important;
  width: 83px !important;
  max-width: 83px !important;
  margin: 0 auto !important;
  overflow: visible !important;
  box-shadow: 0 2px 6px #0003 !important;
}
.speech-bubble-music svg {
  overflow: visible;
}
.speech-bubble-music svg rect {
  transform-origin: bottom;
  animation: 1.2s ease-in-out infinite musicPulse;
}
.speech-bubble-music svg rect:first-child {
  animation-delay: 0s;
}
.speech-bubble-music svg rect:nth-child(2) {
  animation-delay: 0.2s;
}
.speech-bubble-music svg rect:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes musicPulse {
  0%,
  to {
    y: 0;
    height: 30px;
  }
  50% {
    y: 10px;
    height: 10px;
  }
}
.music-title-scroll {
  padding-right: 10px;
}
@media (min-width: 390px) {
  .speech-bubble {
    width: 95px !important;
    max-width: 105px !important;
  }
  .speech-bubble-music {
    width: 83px !important;
    max-width: 83px !important;
  }
}
.speech-bubble:before,
.speech-bubble-music:before {
  content: "";
  z-index: 0;
  background: linear-gradient(#35393d, #292c2b);
  border-radius: 15px;
  position: absolute;
  inset: 1px;
}
.speech-bubble:after,
.speech-bubble-music:after {
  content: "";
  z-index: 31;
  background: #292c2b;
  border-radius: 50%;
  width: 9.6px;
  height: 9.6px;
  position: absolute;
  bottom: -4px;
  left: 17px;
}
#storiesContainer {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#storiesContainer::-webkit-scrollbar {
  display: none;
}
#storiesContainer img {
  border: none !important;
}
#storiesContainer button {
  outline: none !important;
}
#storiesContainer .rounded-full {
  background-color: #1f2937 !important;
}
@media (min-width: 390px) {
  #storiesContainer .rounded-full {
    width: 79px !important;
    height: 79px !important;
  }
}
.chat-item-clickable {
  transition: background-color 0.15s;
}
.chat-item-clickable:active {
  background-color: #ffffff0d;
}
.chat-area {
  background-color: #0b1014;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}
.chat-header {
  z-index: 100;
  background: #0b1014;
  border-bottom: 1px solid #1c1e21;
  justify-content: space-between;
  align-items: center;
  padding: 14.88px 16px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.chat-header-left,
.chat-user-info {
  flex: 1;
  align-items: center;
  gap: 12px;
  display: flex;
}
.chat-avatar-btn,
.chat-name-btn {
  cursor: pointer;
  background: 0 0;
  border: none;
  padding: 0;
}
.chat-avatar-gradient {
  background: 0 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-block;
}
.chat-avatar-inner {
  -webkit-filter: blur(5px);
  background: 0 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  overflow: hidden;
  transform: translateZ(0);
}
.chat-avatar-img {
  object-fit: cover;
  clip-path: circle(50%);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.chat-user-name {
  color: #f9f9f9;
  text-align: left;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.chat-user-status {
  color: #9ca3af;
  text-align: left;
  margin: 0;
  font-size: 12px;
  display: block;
}
.chat-header-right {
  align-items: center;
  gap: 16px;
  display: flex;
}
.header-icon-btn {
  cursor: pointer;
  background: 0 0;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}
.header-icon-img {
  filter: brightness(0) invert();
}
.chat-messages {
  background-color: #0b1014;
  flex-direction: column;
  gap: 2px;
  height: auto;
  padding: 16px 12px;
  display: flex;
  position: fixed;
  inset: 60px 0 80px;
  overflow: visible auto;
}
.message-date {
  text-align: center;
  color: #9ca3af;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 16px 0;
  font-size: 10px;
  font-weight: 300;
}
.blur-word {
  filter: blur(4px);
  background: #ffffff30;
  border-radius: 4px;
  padding: 2px 4px;
}
.message {
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 2px;
  animation: 0.3s messageFadeIn;
  display: flex;
  position: relative;
  overflow: visible;
}
@keyframes messageFadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.message.received {
  align-self: flex-start;
  max-width: 63%;
  overflow: visible;
}
.message.sent {
  flex-direction: row-reverse;
  align-self: flex-end;
  max-width: 63%;
}
.message.received + .message.sent,
.message.sent + .message.received {
  margin-top: 9px;
}
.message-avatar {
  object-fit: cover;
  -webkit-filter: blur(5px);
  clip-path: circle(50%);
  border-radius: 50%;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transform: translateZ(0);
}
.message.received:has(+ .message.received) .message-avatar {
  visibility: hidden;
  opacity: 0;
}
.message-bubble {
  flex-direction: column;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}
.message.sent .message-bubble {
  align-items: flex-end;
  max-width: 100%;
}
.message.received .message-bubble {
  align-items: flex-start;
  max-width: 100%;
  overflow: visible;
}
.message-content {
  overflow-wrap: break-word;
  word-break: normal;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  border-radius: 18px;
  min-width: 0;
  max-width: 100%;
  padding: 10px 12px;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  overflow: visible;
}
.message.received .message-content {
  color: #f9f9f9;
  background-color: #1c1e21;
  min-width: 0;
  max-width: 100%;
  overflow: visible;
}
.message.sent .message-content {
  color: #f9f9f9;
  background: #584ff9;
  align-self: flex-end;
  min-width: 0;
  max-width: 100%;
}
.message-content-heart {
  background: 0 0 !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 0 !important;
  font-size: 56px !important;
  line-height: 1 !important;
  display: inline-block !important;
}
.message-unread-divider {
  align-items: center;
  gap: 12px;
  margin: 16px 0;
  padding: 0 20px;
  display: flex;
}
.message-unread-line {
  background: #a0a0a0;
  flex: 1;
  height: 0.5px;
}
.message-unread-text {
  color: #a0a0a0;
  letter-spacing: 0;
  font-size: 8.64px;
  font-weight: 600;
}
.message-reaction {
  cursor: pointer;
  background-color: #191b1e;
  border: 2px solid #0b1014;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 2.7px 7px;
  font-size: 13px;
  display: flex;
  position: absolute;
  bottom: -20px;
  left: 4px;
  box-shadow: 0 2px 4px #0000004d;
}
.message.received .message-reaction {
  left: -4px;
  right: auto;
}
.message:has(.message-reaction) {
  margin-bottom: 20px;
}
.message-video {
  cursor: pointer;
  border-radius: 8px;
  width: 44vw;
  min-width: 110px;
  max-width: 157px;
  position: relative;
  overflow: visible;
}
.message-video-inner {
  border-radius: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.message-video img.video-blurred {
  aspect-ratio: 143/218;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}
.video-blurred {
  opacity: 1;
  transform: scale(1.2);
  filter: blur(25px) !important;
}
.video-sensitive-overlay {
  z-index: 1;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}
.video-sensitive-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}
.video-sensitive-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}
.video-sensitive-icon i {
  color: #f9f9f9;
  font-size: 27px;
  font-weight: 300;
}
.message-video-pack {
  flex-direction: column;
  width: 44vw;
  min-width: 110px;
  max-width: 154px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}
.pack-item {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.pack-item:first-child {
  margin-left: 35%;
  transform: rotate(3deg);
}
.pack-item-overlap {
  z-index: 1;
  margin-top: -38%;
}
.pack-item-overlap:nth-of-type(2) {
  margin-left: 10%;
  transform: rotate(-3deg);
}
.pack-item-overlap:nth-of-type(3) {
  margin-left: 30%;
  transform: rotate(5deg);
}
.message.sent .message-video-pack {
  align-self: flex-end;
}
.message.sent .pack-item:first-child {
  transform: rotate(-3deg);
  margin-left: -30% !important;
  margin-right: 0 !important;
}
.message.sent .pack-item-overlap:nth-of-type(2) {
  transform: rotate(3deg);
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.message.sent .pack-item-overlap:nth-of-type(3) {
  transform: rotate(-5deg);
  margin-left: -30% !important;
  margin-right: 0 !important;
}
.pack-blurred {
  filter: blur(25px);
  opacity: 1;
  aspect-ratio: 140/193;
  object-fit: cover;
  width: 100%;
  display: block;
  transform: scale(1.2);
  height: auto !important;
}
.pack-sensitive-overlay {
  z-index: 1;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}
.pack-sensitive-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}
.pack-sensitive-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}
.pack-sensitive-icon i {
  color: #f9f9f9;
  font-size: 27px;
  font-weight: 300;
}
.image-fullscreen-modal {
  z-index: 10000;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}
.image-fullscreen-modal.active {
  display: flex;
}
.image-fullscreen-bg {
  object-fit: cover;
  filter: blur(45px);
  z-index: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.15);
}
.image-fullscreen-bg.revealing {
  animation: 3s ease-out forwards imageReveal;
}
.image-fullscreen-bg.revealing-back {
  animation: 0.5s ease-out forwards imageHide;
}
.image-fullscreen-bg.shaking {
  animation: 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both imageShake;
}
.image-fullscreen-modal:before {
  content: "";
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0;
}
.image-fullscreen-modal.revealing:before {
  animation: 3s ease-out forwards imageOverlayReveal;
}
.image-fullscreen-modal.revealing-back:before {
  animation: 0.5s ease-out forwards imageOverlayHide;
}
.image-fullscreen-content {
  text-align: center;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90%;
  transition: opacity 0.5s;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
.image-fullscreen-content.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.image-fullscreen-icon {
  margin-bottom: 8px;
}
.image-fullscreen-icon i {
  color: #f9f9f9;
  font-size: 27px;
  font-weight: 300;
  display: inline-block;
}
.image-fullscreen-icon .warning-icon {
  width: 27px;
  height: 27px;
  display: block;
}
.image-fullscreen-text {
  color: #f9f9f9;
  letter-spacing: -0.2px;
  margin: 0 0 4px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}
.image-fullscreen-subtext {
  color: #f9f9f999;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 13.6px;
  font-weight: 400;
  line-height: 1.2;
}
.image-fullscreen-back {
  z-index: 3;
  cursor: pointer;
  background: 0 0;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: opacity 0.3s;
  display: flex;
  position: absolute;
  top: 12px;
  left: 16px;
}
.image-fullscreen-back:hover {
  opacity: 0.8;
}
.image-fullscreen-back.hidden {
  opacity: 0;
  pointer-events: none;
}
.image-fullscreen-back svg {
  width: 24px;
  height: 24px;
}
.image-fullscreen-footer {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  padding: 20px 40px 40px;
  transition: opacity 0.3s;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.image-fullscreen-footer.hidden {
  opacity: 0;
  pointer-events: none;
}
.image-fullscreen-divider {
  background-color: #f9f9f94d;
  width: 110%;
  height: 0.5px;
  margin: 0 0 16px;
}
.image-fullscreen-btn {
  color: #f9f9f9;
  cursor: pointer;
  text-align: center;
  background-color: #0000;
  border: none;
  width: 100%;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: opacity 0.2s;
}
.image-fullscreen-btn:hover {
  opacity: 0.8;
}
@keyframes imageReveal {
  0% {
    filter: blur(45px);
    transform: translate(-50%, -50%) scale(1.15);
  }
  3% {
    filter: blur(45px);
    transform: translate(-50%, -50%) translate(4px, -2px) scale(1.15);
  }
  6% {
    filter: blur(43px);
    transform: translate(-50%, -50%) translate(-4px, 2px) scale(1.145);
  }
  12% {
    filter: blur(39px);
    transform: translate(-50%, -50%) translate(-3px, 3px) scale(1.135);
  }
  18% {
    filter: blur(35px);
    transform: translate(-50%, -50%) translate(-4px, 2px) scale(1.125);
  }
  24% {
    filter: blur(31px);
    transform: translate(-50%, -50%) translate(-3px, 3px) scale(1.115);
  }
  30% {
    filter: blur(27px);
    transform: translate(-50%, -50%) translate(-4px, 2px) scale(1.105);
  }
  40% {
    filter: blur(25px);
    transform: translate(-50%, -50%) translate(-3px, 2px) scale(1.1);
  }
  50% {
    filter: blur(23px);
    transform: translate(-50%, -50%) translate(-2px, 1px) scale(1.1);
  }
  60% {
    filter: blur(21px);
    transform: translate(-50%, -50%) translate(-2px, 1px) scale(1.1);
  }
  70% {
    filter: blur(27px);
    transform: translate(-50%, -50%) translate(-1px, 1px) scale(1.1);
  }
  80% {
    filter: blur(25.5px);
    transform: translate(-50%, -50%) translate(-1px) scale(1.1);
  }
  90% {
    filter: blur(25px);
    transform: translate(-50%, -50%) translateY(-1px) scale(1.1);
  }
  to {
    filter: blur(25px);
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@keyframes imageHide {
  0% {
    filter: blur(25px);
    transform: translate(-50%, -50%) scale(1.1);
  }
  20% {
    filter: blur(28px);
    transform: translate(-50%, -50%) translate(3px) scale(1.12);
  }
  40% {
    filter: blur(35px);
    transform: translate(-50%, -50%) translate(-3px) scale(1.14);
  }
  60% {
    filter: blur(39px);
    transform: translate(-50%, -50%) translate(2px) scale(1.145);
  }
  80% {
    filter: blur(42px);
    transform: translate(-50%, -50%) translate(-1px) scale(1.15);
  }
  to {
    filter: blur(45px);
    transform: translate(-50%, -50%) scale(1.15);
  }
}
@keyframes imageShake {
  0%,
  to {
    transform: translate(-50%, -50%) scale(1.1);
  }
  5% {
    transform: translate(-50%, -50%) translate(-8px, 3px) scale(1.1);
  }
  10% {
    transform: translate(-50%, -50%) translate(8px, -3px) scale(1.1);
  }
  15% {
    transform: translate(-50%, -50%) translate(-7px, 2px) scale(1.1);
  }
  20% {
    transform: translate(-50%, -50%) translate(7px, -2px) scale(1.1);
  }
  25% {
    transform: translate(-50%, -50%) translate(-6px, 1px) scale(1.1);
  }
  30% {
    transform: translate(-50%, -50%) translate(6px, -1px) scale(1.1);
  }
  35% {
    transform: translate(-50%, -50%) translate(-5px, 1px) scale(1.1);
  }
  40% {
    transform: translate(-50%, -50%) translate(5px, -1px) scale(1.1);
  }
  45% {
    transform: translate(-50%, -50%) translate(-4px) scale(1.1);
  }
  50% {
    transform: translate(-50%, -50%) translate(4px) scale(1.1);
  }
  55% {
    transform: translate(-50%, -50%) translate(-3px) scale(1.1);
  }
  60% {
    transform: translate(-50%, -50%) translate(3px) scale(1.1);
  }
  65% {
    transform: translate(-50%, -50%) translate(-2px) scale(1.1);
  }
  70% {
    transform: translate(-50%, -50%) translate(2px) scale(1.1);
  }
  75% {
    transform: translate(-50%, -50%) translate(-1px) scale(1.1);
  }
  80% {
    transform: translate(-50%, -50%) translate(1px) scale(1.1);
  }
  85%,
  90%,
  95% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@keyframes imageOverlayReveal {
  0% {
    background-color: #00000080;
  }
  30% {
    background-color: #0000004d;
  }
  60% {
    background-color: #0000001a;
  }
  to {
    background-color: #0000;
  }
}
@keyframes imageOverlayHide {
  0% {
    background-color: #0000;
  }
  to {
    background-color: #00000080;
  }
}
.audio-recebido {
  background-color: #1c1e21;
  border-radius: 18px;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  width: 281px;
  min-width: 281px;
  max-width: 281px;
  padding: 12px 17px;
  display: flex;
  position: relative;
}
.message.sent .audio-recebido {
  background-color: #7247f2;
  width: 281px;
  max-width: 281px;
}
.audio-recebido-play-btn {
  cursor: pointer;
  background-color: #0000;
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: all 0.2s;
  display: flex;
}
.audio-recebido-play-btn i {
  color: #8e34f2;
  margin-left: -13px;
  font-size: 17px;
}
.message.sent .audio-recebido-play-btn i {
  color: #f9f9f9;
}
.audio-recebido-waveform {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  height: 37px;
  min-height: 37px;
  margin-right: 8px;
  display: flex;
}
.audio-recebido-waveform-bar {
  border-radius: 1.5px;
  width: 3px;
  min-height: 4px;
  transition: background-color 0.1s;
  display: block;
  background-color: #f9f9f9 !important;
}
.message.received .audio-recebido-waveform-bar {
  background-color: #f9f9f9 !important;
}
.message.received .audio-recebido-waveform-bar.playing {
  background-color: #676767 !important;
}
.message.received .audio-recebido-waveform-bar.playing.active,
.message.sent .audio-recebido-waveform-bar {
  background-color: #f9f9f9 !important;
}
.message.sent .audio-recebido-waveform-bar.playing {
  background-color: #f9f9f966 !important;
}
.message.sent .audio-recebido-waveform-bar.playing.active {
  background-color: #f9f9f9 !important;
}
.audio-recebido-play-btn.listened {
  opacity: 1;
}
.audio-recebido-play-btn.listened i {
  color: #f9f9f9;
}
.audio-vip-popup {
  z-index: 20000;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  position: fixed;
  top: 35%;
  left: 50%;
  transform: translate(-50%);
}
.audio-vip-popup.show,
.audio-vip-popup.dismissing {
  opacity: 1;
  visibility: visible;
}
.audio-vip-popup.dismissing .audio-vip-popup-content {
  opacity: 0;
  transition:
    opacity 0.3s ease-in,
    transform 0.3s ease-in;
  transform: translateY(-20px) scale(0.85);
}
.audio-vip-popup-content {
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  backdrop-filter: blur(40px) saturate(180%);
  opacity: 0;
  background: #78787866;
  border: 1px solid #f9f9f91a;
  border-radius: 28px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  min-width: 240px;
  margin: 0 auto;
  padding: 18px 42px 22px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  transform: translateY(-20px) scale(0.9);
  box-shadow: 0 8px 32px #0003;
}
.audio-vip-popup.show .audio-vip-popup-content {
  opacity: 1;
  animation: 0.4s cubic-bezier(0.4, 0, 0.2, 1) volumePopupIn;
  transform: translateY(0) scale(1);
}
.audio-vip-popup-label {
  color: #000;
  text-align: center;
  letter-spacing: 0.2px;
  width: 115%;
  font-size: 16px;
  font-weight: 500;
}
.audio-vip-popup-icon-container {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}
.audio-vip-popup-icon {
  width: 80px;
  height: 80px;
}
.audio-vip-popup.show .audio-vip-popup-icon {
  animation: 3s ease-in-out infinite mutedIconAnimation;
}
.audio-vip-popup-bar {
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 115%;
  padding-top: 4px;
  display: flex;
}
.audio-vip-popup-bar-segment {
  background: #000;
  border-radius: 2.75px;
  width: 5.5px;
  height: 8.8px;
}
@keyframes volumePopupIn {
  0% {
    opacity: 0;
    transform: translateY(-20px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes mutedIconAnimation {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
.audio-recebido-duration {
  color: #f9f9f9;
  text-align: right;
  flex-shrink: 0;
  min-width: 28px;
  font-size: 10.8px;
  font-weight: 400;
}
.audio-recebido-transcricao {
  color: #9ca3af80;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  word-wrap: break-word;
  white-space: normal;
  width: 100%;
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.2;
}
.message.sent .audio-recebido-transcricao {
  color: #f9f9f9cc;
}
.story-encaminhado-recebido {
  background-color: #1f2937;
  border: 1px solid #1c1e21;
  border-radius: 12px;
  width: 157px;
  position: relative;
  overflow: visible;
}
.story-encaminhado-inner {
  border-radius: 12px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.story-encaminhado-header {
  z-index: 1;
  background: linear-gradient(#0009, #0000);
  align-items: center;
  gap: 10px;
  padding: 10px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.story-encaminhado-avatar {
  object-fit: cover;
  clip-path: circle(50%);
  border-radius: 50%;
  width: 19px;
  height: 19px;
  transform: translateZ(0);
}
.story-encaminhado-name {
  color: #f9f9f9;
  font-size: 12.04px;
  font-weight: 500;
}
.story-encaminhado-image {
  aspect-ratio: 157/259;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}
.story-encaminhado-play-btn {
  cursor: pointer;
  z-index: 2;
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 86.25px;
  height: 86.25px;
  transition: all 0.2s;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.story-encaminhado-play-btn svg {
  filter: drop-shadow(0 0 2px #0000004d);
  width: 32.5px;
  height: 32.5px;
  margin-left: 2px;
}
.story-encaminhado-clip-icon {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.story-encaminhado-clip-icon svg {
  color: #f9f9f9;
  width: 24px;
  height: 24px;
}
.message.sent:has(.story-encaminhado-recebido)
  + .message.sent:has(.story-encaminhado-recebido),
.message.received:has(.story-encaminhado-recebido)
  + .message.received:has(.story-encaminhado-recebido) {
  margin-top: 12px;
}
.message.received .message-reply {
  flex-direction: column;
  margin-bottom: 8px;
  display: flex;
}
.message.received .reply-label {
  color: #b4b4b4;
  margin-top: -8px;
  margin-bottom: 8px;
  padding-left: 11px;
  font-size: 12px;
}
.message.received .reply-content-wrapper {
  align-items: stretch;
  gap: 8px;
  display: flex;
}
.message.received .reply-line {
  background-color: #545455;
  border-radius: 2px;
  flex-shrink: 0;
  align-self: stretch;
  width: 3px;
}
.message.received .message-reply .message-content {
  width: fit-content;
  color: #f0f0f0 !important;
  background: #8641ed99 !important;
  border-radius: 18px !important;
  font-size: 12.75px !important;
}
.message.sent .message-reply {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
}
.message.sent .reply-label {
  color: #f9f9f9b3;
  text-align: right;
  margin-top: -8px;
  margin-bottom: 8px;
  padding-right: 11px;
  font-size: 12px;
}
.message.sent .reply-content-wrapper {
  flex-direction: row-reverse;
  align-items: stretch;
  gap: 8px;
  display: flex;
}
.message.sent .reply-line {
  background-color: #545455;
  border-radius: 2px;
  flex-shrink: 0;
  align-self: stretch;
  width: 3px;
}
.message.sent .message-reply .message-content {
  width: fit-content;
  color: #f9f9f9e6 !important;
  background: #f9f9f926 !important;
  border-radius: 18px !important;
  font-size: 12.75px !important;
}
.message.sent .message-reply ~ .message-content {
  align-self: flex-end;
  width: fit-content;
  max-width: 100%;
  color: #f9f9f9 !important;
  background: #5569fe !important;
  border-radius: 18px !important;
  font-size: 14.5px !important;
}
.reply-bg-purple {
  background: #5569fe;
}
.reply-bg-purple-light {
  background: #7b93ff;
}
.message-system {
  color: #f9f9f9;
  background-color: #1c1e21;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  max-width: 240px;
  margin: 0 0 2px 32px;
  padding: 12px 16px;
  font-size: 14px;
  display: flex;
}
.message-system + .message,
.message + .message-system,
.message-system + .message-system {
  margin-top: 9px;
}
.message-system:has(.message-system-btn) {
  gap: 8.8px;
}
.message-system-content {
  align-items: center;
  gap: 12px;
  width: 100%;
  display: flex;
}
.message-system-text-wrapper {
  flex-direction: column;
  justify-content: center;
  gap: 0;
  display: flex;
}
.message-system span {
  color: #dcdcdc;
  font-size: 12.6px;
  font-weight: 600;
}
.message-system-btn {
  color: #dcdcdc;
  cursor: pointer;
  text-align: center;
  background-color: #222428;
  border: none;
  border-radius: 8px;
  width: 100%;
  padding: 9.6px 16px;
  font-size: 12.6px;
  font-weight: 600;
}
.message-system i {
  color: #f9f9f9;
  background-color: #f44;
  border-radius: 50%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 33px;
  height: 33px;
  font-size: 16px;
  display: flex;
  position: relative;
}
.message-system.ended i,
.message-system.normal i {
  background-color: #4c4e54;
}
.message-system-time {
  margin-top: 2px;
  font-size: 10.5px;
  color: #818181 !important;
  font-weight: 300 !important;
}
.message-input-container {
  z-index: 100;
  box-sizing: border-box;
  background: #0b1014;
  align-items: center;
  height: 80px;
  padding: 12px 16px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.message-input-wrapper {
  box-sizing: border-box;
  background-color: #191b1e;
  border: none;
  border-radius: 9999px;
  outline: none;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin-top: 0;
  padding: 12px 8px;
  display: flex;
  overflow: hidden;
}
.message-input-icon {
  background-color: #5653fc;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}
.message-input-icon.no-bg {
  background-color: #0000;
}
.message-input-icon svg {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  display: block;
}
.message-input {
  color: #f9f9f9;
  box-shadow: none;
  text-overflow: ellipsis;
  background: 0 0;
  border: none;
  outline: none;
  flex: 1;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 10px 0;
  font-size: 14px;
  overflow: hidden;
}
.message-input::placeholder {
  color: #8e9399;
}
.message-input-actions {
  flex-shrink: 0;
  align-items: center;
  gap: 9.6px;
  width: auto;
  min-width: 0;
  padding-right: 12px;
  display: flex;
}
.input-action-icon {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}
.input-icon-img {
  filter: brightness(0) invert();
}
.input-send-icon {
  cursor: pointer;
  border-radius: 100%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  margin-left: auto !important;
}
.input-send-icon-svg {
  display: block;
  filter: none !important;
  object-fit: contain !important;
  width: 50px !important;
  height: 50px !important;
}
.message-error-text {
  color: #f9f9f9;
  margin-top: 4px;
  font-size: 12px;
}
.message-error-expanded {
  color: #f9f9f9;
  border-top: 1px solid #f9f9f94d;
  margin-top: 8px;
  padding-top: 8px;
  font-size: 12px;
}
.message-error-link {
  color: #f9f9f9;
  cursor: pointer;
}
.menus-overlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  background: #0006;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
  position: fixed;
  top: 0;
  left: 0;
}
.menus-overlay.show {
  opacity: 1;
  pointer-events: auto;
}
.quick-reactions {
  z-index: 1001;
  background-color: #1c1e21;
  border-radius: 30px;
  gap: 2px;
  padding: 10px 14px;
  display: none;
  position: fixed;
  box-shadow: 0 4px 16px #00000080;
}
.quick-reactions.show {
  display: flex;
}
.quick-reactions.show .reaction-emoji {
  animation: 0.4s ease-out backwards reactionWaveIn;
}
.quick-reactions.show .reaction-emoji:first-child {
  animation-delay: 0s;
}
.quick-reactions.show .reaction-emoji:nth-child(2) {
  animation-delay: 50ms;
}
.quick-reactions.show .reaction-emoji:nth-child(3) {
  animation-delay: 0.1s;
}
.quick-reactions.show .reaction-emoji:nth-child(4) {
  animation-delay: 0.15s;
}
.quick-reactions.show .reaction-emoji:nth-child(5) {
  animation-delay: 0.2s;
}
.quick-reactions.show .reaction-emoji:nth-child(6) {
  animation-delay: 0.25s;
}
@keyframes reactionWaveIn {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(10px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.reaction-emoji {
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 28px;
  transition:
    transform 0.2s,
    background-color 0.2s;
  display: flex;
}
.reaction-emoji:hover {
  background-color: #373737;
  transform: scale(1.2);
}
.context-menu {
  z-index: 1002;
  background-color: #1c1e21;
  border-radius: 12px;
  min-width: 200px;
  padding: 8px 0;
  display: none;
  position: fixed;
  box-shadow: 0 4px 16px #00000080;
}
.context-menu.show {
  animation: 0.2s ease-out contextMenuIn;
  display: block;
}
@keyframes contextMenuIn {
  0% {
    opacity: 0;
    transform: scale(0.97);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.context-item {
  cursor: pointer;
  color: #c8c8c8;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  font-size: 15.6px;
  font-weight: 300;
  transition: background-color 0.2s;
  display: flex;
}
.context-item:hover {
  background-color: #373737;
}
.context-item:active {
  background-color: #414141;
}
.context-item.danger {
  color: #ed4956;
  font-weight: 300;
}
.context-item svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.u-hidden {
  display: none !important;
}
@media (max-width: 768px) {
  .chat-header {
    padding: 12.4px 16px;
  }
  .chat-messages {
    padding: 16px;
  }
  .message.received,
  .message.sent {
    max-width: 76.5%;
  }
}
@media (max-width: 400px) {
  .message-input-container {
    padding: 8px 12px;
  }
  .message-input-wrapper {
    gap: 8px;
    padding: 4px;
  }
  .message-input-icon,
  .message-input-icon svg {
    width: 30px;
    height: 30px;
  }
  .message-input-actions {
    gap: 6px;
    padding-right: 8px;
  }
  .input-action-icon {
    padding: 2px;
  }
  .input-icon-img {
    width: 18px;
    height: 18px;
  }
  .message-input {
    padding: 8px 0;
    font-size: 13px;
  }
}
.cta-page {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: 100vw;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  overflow-x: hidden;
}
.cta-page * {
  -webkit-hyphens: none !important;
  hyphens: none !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}
.cta-timer-bar {
  z-index: 1000;
  background: #141a1c;
  border-radius: clamp(16px, 4vw, 20px) clamp(16px, 4vw, 20px) 0 0;
  justify-content: space-between;
  align-items: center;
  gap: clamp(10px, 2.5vw, 12px);
  padding: clamp(16px, 4vw, 20px);
  animation: 2s ease-in-out infinite pulse-urgent;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -4px 20px #0006;
}
.cta-timer-bar p {
  color: #fff;
  flex: 1;
  margin: 0;
  font-size: clamp(12.35px, 3.04vw, 14.25px);
  line-height: 1.2;
}
.cta-timer-button {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: linear-gradient(135deg, #933fa6, #f93054);
  border: none;
  border-radius: clamp(7px, 1.8vw, 9px);
  padding: clamp(11px, 2.6vw, 14px) clamp(18px, 4.4vw, 21px);
  font-size: clamp(12px, 3.1vw, 14px);
  font-weight: 700;
  transition: all 0.2s;
  box-shadow: 0 4px 12px #5569fe4d;
}
@keyframes pulse-urgent {
  0%,
  to {
    opacity: 1;
    box-shadow:
      0 -4px 20px #0006,
      0 0 #5569fe80;
  }
  50% {
    opacity: 0.95;
    box-shadow:
      0 -4px 20px #0006,
      0 0 0 6px #5569fe00;
  }
}
.cta-container {
  box-sizing: border-box;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(50px, 12vw, 70px) clamp(8px, 2.5vw, 12px)
    clamp(25px, 7vw, 35px);
  position: relative;
  overflow-x: hidden;
}
.cta-logo-section {
  text-align: center;
  margin-bottom: clamp(25px, 8vw, 40px);
}
.cta-logo-section img {
  width: clamp(80px, 24vw, 120px);
  height: auto;
  margin-bottom: clamp(12px, 4vw, 20px);
  margin-left: auto;
  margin-right: auto;
  animation: 1s ease-in fadeIn;
  display: block;
}
.cta-main-title {
  text-align: center;
  margin-bottom: clamp(25px, 8vw, 40px);
  font-size: clamp(22px, 7.15vw, 35.2px);
  font-weight: 700;
  line-height: 1.2;
}
.cta-gradient {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(135deg, #933fa6, #f93054, #933fa6) 0 0/200%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: 3s infinite gradient-flow;
}
@keyframes gradient-flow {
  0% {
    background-position: 0%;
  }
  50% {
    background-position: 100%;
  }
  to {
    background-position: 0%;
  }
}
.cta-profile-card {
  background: #0c1011;
  border: 1px solid #36363633;
  border-radius: clamp(16px, 5vw, 24px);
  margin-bottom: clamp(20px, 6vw, 30px);
  padding: clamp(16px, 5vw, 24px);
}
.cta-profile-card-content {
  align-items: center;
  gap: clamp(20px, 6vw, 32px);
  margin-bottom: clamp(12px, 3vw, 16px);
  display: flex;
}
.cta-profile-card-avatar-border {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
  border-radius: 50%;
  padding: clamp(1px, 0.5vw, 2px);
}
.cta-profile-card-avatar-inner {
  background: #040607;
  border-radius: 50%;
  padding: clamp(1px, 0.5vw, 2px);
}
.cta-profile-card-avatar-img {
  object-fit: cover;
  border-radius: 50%;
  width: clamp(55px, 16vw, 74px);
  height: clamp(55px, 16vw, 74px);
  display: block;
}
.cta-profile-card-info {
  flex: 1;
  min-width: 0;
}
.cta-profile-card-username {
  color: #f9f9f9;
  margin-bottom: 0;
  font-size: clamp(16px, 4vw, 21px);
  font-weight: 700;
  line-height: 1.2;
}
.cta-profile-card-name {
  color: #d1d5db;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: clamp(4px, 1vw, 8px);
  font-size: clamp(11px, 2.7vw, 14px);
  overflow: hidden;
}
.cta-profile-card-stats {
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(8px, 2.5vw, 16px);
  width: 100%;
  margin-top: clamp(12px, 3.5vw, 20px);
  font-size: clamp(13px, 3.2vw, 16px);
  display: flex;
}
.cta-profile-card-stat {
  flex-direction: column;
  flex: 1;
  align-items: center;
  gap: clamp(2px, 0.5vw, 4px);
  line-height: 1;
  display: flex;
}
.cta-profile-card-stat-number {
  color: #f9f9f9;
  font-weight: 700;
}
.cta-profile-card-stat-label {
  color: #9ca3af;
}
.cta-profile-card-bio {
  color: #d1d5db;
  white-space: pre-line;
  margin-bottom: clamp(12px, 3vw, 16px);
  font-size: clamp(13px, 3.2vw, 16px);
  line-height: 1.5;
}
.cta-profile-card-badge {
  box-sizing: border-box;
  background: linear-gradient(135deg, #5569fe6e, #00c2ff45);
  border: 1px solid #8b5cf64d;
  border-radius: clamp(12px, 4vw, 16px);
  width: 85%;
  max-width: 85%;
  margin: clamp(20px, 5vw, 28px) auto clamp(8px, 2vw, 12px);
  padding: clamp(16px, 4vw, 20px);
  display: block;
}
.cta-badge-text {
  text-align: center !important;
  color: #f9f9f9 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(14px, 3.5vw, 18px) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
.cta-badge-title {
  text-shadow: 0 0 10px #10b9814d;
  animation:
    1s ease-out forwards badge-title-entrance,
    2.5s ease-in-out 1s infinite badge-title-glow;
  display: inline-block;
  color: #f9f9f9 !important;
  font-size: clamp(14px, 3.5vw, 18px) !important;
  font-weight: 700 !important;
}
@keyframes badge-title-entrance {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes badge-title-glow {
  0%,
  to {
    text-shadow:
      0 0 10px #10b9814d,
      0 0 20px #10b98133;
    color: #f9f9f9;
  }
  50% {
    text-shadow:
      0 0 15px #10b98199,
      0 0 30px #10b98166;
    color: #fff;
  }
}
.cta-badge-line-1,
.cta-badge-line-2 {
  opacity: 0;
  animation: 0.8s ease-out forwards badge-text-slide-in;
  display: inline-block;
}
.cta-badge-line-1 {
  animation-delay: 0.4s;
}
.cta-badge-line-2 {
  animation-delay: 0.7s;
}
@keyframes badge-text-slide-in {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  60% {
    opacity: 0.8;
    transform: translateY(-2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cta-scroll-indicator {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: clamp(18px, 5vw, 24px) 0;
  display: flex;
  position: relative;
}
.cta-scroll-indicator svg {
  color: #fff;
  width: clamp(24px, 6vw, 30px);
  height: clamp(24px, 6vw, 30px);
  animation: 2s ease-in-out infinite scroll-arrow-simple;
  transform: scale(0.8);
}
@keyframes scroll-arrow-simple {
  0%,
  to {
    transform: translateY(0) scale(0.8);
  }
  50% {
    transform: translateY(6px) scale(0.8);
  }
}
.cta-features-section {
  background: #0c1011f2;
  border: 1px solid #80808026;
  border-radius: clamp(16px, 5vw, 24px);
  margin-top: clamp(20px, 6vw, 30px);
  margin-bottom: clamp(20px, 6vw, 30px);
  padding: 15px;
  position: relative;
}
.cta-feature-item {
  border-bottom: 1px solid #ffffff1a;
  margin-bottom: clamp(20px, 6vw, 32px);
  padding-bottom: clamp(20px, 6vw, 32px);
}
.cta-feature-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cta-feature-header {
  flex-direction: column;
  gap: clamp(4px, 1.2vw, 6px);
  width: 100%;
  margin-bottom: clamp(12px, 3.5vw, 16px);
  display: flex;
}
.cta-headline-cta {
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 2.5vw, 12px);
  width: 100%;
  display: flex;
}
.cta-feature-icon {
  flex-shrink: 0;
  width: clamp(20px, 5.5vw, 26px);
  height: clamp(20px, 5.5vw, 26px);
}
.cta-feature-title {
  color: #f9f9f9;
  text-align: center;
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}
.cta-feature-desc {
  color: #d1d5db;
  text-align: center;
  font-size: clamp(12px, 3vw, 14px);
  line-height: 1.3;
}
.cta-media-grid-instagram {
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(3px, 1vw, 4px);
  margin-top: clamp(12px, 3.5vw, 16px);
  display: grid;
}
.cta-media-item-gallery {
  aspect-ratio: 1;
  border: 1px solid #ffffff0d;
  border-radius: clamp(12px, 3vw, 16px);
  position: relative;
  overflow: hidden;
}
.cta-media-item-gallery img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.cta-media-overlay {
  opacity: 0.8;
  background: #00000080;
  border-radius: clamp(12px, 3vw, 16px);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}
.cta-media-overlay svg {
  color: #fff;
}
.cta-map-preview {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: clamp(12px, 3.5vw, 16px);
  display: flex;
}
.cta-map-container {
  background: #1f293799;
  border-radius: clamp(12px, 4vw, 16px);
  width: 100%;
  max-width: clamp(280px, 75vw, 320px);
  overflow: hidden;
}
.cta-map-image-wrapper {
  width: 100%;
  height: clamp(100px, 28vw, 144px);
  position: relative;
}
.cta-map-container img {
  object-fit: cover;
  opacity: 0.88;
  width: 100%;
  height: 100%;
  display: block;
}
.cta-location-profile {
  z-index: 2;
  background-color: #f9f9f9;
  border: 2px solid #f9f9f9;
  border-radius: 50%;
  width: clamp(48px, 14.4vw, 60px);
  height: clamp(48px, 14.4vw, 60px);
  padding: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.cta-location-profile-img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.cta-location-info {
  background-color: #1c1e21;
  flex-direction: column;
  gap: clamp(2px, 0.8vw, 4px);
  padding: clamp(12px, 3vw, 16px);
  display: flex;
}
.cta-location-name {
  color: #dadada;
  margin-bottom: 0;
  font-size: clamp(14.4px, 3.6vw, 16.8px);
  font-weight: 600;
  line-height: 1.2;
}
.cta-message-system-btn {
  cursor: pointer;
  border: none;
  border-radius: clamp(8px, 2.5vw, 12px);
  width: 100%;
  margin-top: clamp(4px, 1vw, 6px);
  padding: clamp(8px, 2.2vw, 10px);
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 600;
  color: #dcdcdc !important;
  background-color: #222428 !important;
}
.cta-stories-grid {
  justify-content: center;
  gap: clamp(12px, 3.5vw, 16px);
  margin-top: clamp(12px, 3.5vw, 16px);
  display: flex;
}
.cta-story-item {
  aspect-ratio: 9/16;
  cursor: pointer;
  background: linear-gradient(#0006, #0009);
  border: 2px solid #ffffff26;
  border-radius: clamp(12px, 4vw, 16px);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: clamp(120px, 35vw, 160px);
  padding: clamp(12px, 3.5vw, 16px);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px #0006;
}
.cta-story-item:before {
  content: "";
  filter: blur(4px);
  z-index: 0;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}
.cta-story-item[data-image="cf1.png"]:before {
  background-image: url(/images/screenshots/cf1.png);
}
.cta-story-item[data-image="cf2.png"]:before {
  background-image: url(/images/screenshots/cf2.png);
}
.cta-story-icon {
  color: #fff;
  z-index: 2;
  width: clamp(29px, 8vw, 35px);
  height: clamp(29px, 8vw, 35px);
  position: relative;
}
.cta-story-text {
  color: #fff;
  text-align: center;
  z-index: 2;
  margin-top: clamp(10px, 3vw, 14px);
  font-size: clamp(10px, 2.5vw, 12px);
  font-weight: 400;
  position: relative;
}
.cta-chat-preview {
  background: #0000004d;
  border: 1px solid #ffffff1a;
  border-radius: clamp(16px, 5vw, 24px);
  max-width: clamp(320px, 85vw, 400px);
  margin: clamp(12px, 3.5vw, 16px) auto 0;
  overflow: hidden;
}
.cta-chat-header {
  background: #0b1014;
  border-bottom: 1px solid #ffffff0d;
  justify-content: space-between;
  align-items: center;
  padding: clamp(8px, 2.5vw, 12px) clamp(12px, 3.5vw, 16px);
  display: flex;
}
.cta-chat-user-info {
  align-items: center;
  gap: clamp(8px, 2.5vw, 12px);
  display: flex;
}
.cta-chat-avatar {
  background: #374151;
  border-radius: 50%;
  width: clamp(28px, 8vw, 36px);
  height: clamp(28px, 8vw, 36px);
}
.cta-chat-name {
  color: #f9f9f9;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 600;
}
.cta-chat-status {
  color: #10b981;
  font-size: clamp(10px, 2.5vw, 12px);
}
.cta-status-dot {
  background: #10b981;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  animation: 2s ease-in-out infinite pulse-online;
  display: inline-block;
}
@keyframes pulse-online {
  0%,
  to {
    opacity: 1;
    box-shadow: 0 0 #10b981b3;
  }
  50% {
    opacity: 0.7;
    box-shadow: 0 0 0 4px #10b98100;
  }
}
.cta-chat-messages {
  background: #0b1014;
  flex-direction: column;
  gap: clamp(12px, 3vw, 16px);
  height: 140px;
  min-height: 140px;
  max-height: 140px;
  padding: clamp(12px, 3vw, 16px);
  display: flex;
  overflow-y: auto;
}
.cta-message {
  width: 100%;
  margin-bottom: 0;
  display: flex;
}
.cta-message-video {
  color: #fff;
  background: #3a3a3c;
  border-radius: clamp(12px, 4vw, 16px);
  align-items: center;
  width: fit-content;
  max-width: 85%;
  padding: clamp(8px, 2vw, 12px) clamp(12px, 3vw, 16px);
  font-size: clamp(12px, 3vw, 14px);
  display: inline-flex;
}
.cta-message-sent {
  justify-content: flex-end;
  display: flex;
}
.cta-message-bubble {
  color: #fff;
  white-space: nowrap;
  background: linear-gradient(135deg, #8e34f2, #6f3cf9);
  border-radius: clamp(12px, 4vw, 16px);
  width: max-content;
  max-width: 88.5%;
  padding: clamp(8px, 2.5vw, 12px) clamp(12px, 3.5vw, 16px);
  font-size: clamp(12px, 3vw, 14px);
}
.cta-typing-indicator {
  background: #3a3a3c;
  border-radius: clamp(6px, 1.5vw, 8px);
  gap: clamp(2px, 0.6vw, 3px);
  width: fit-content;
  padding: clamp(4px, 1vw, 6px) clamp(6px, 1.5vw, 8px);
  display: flex;
}
.cta-typing-indicator span {
  background: #fff9;
  border-radius: 50%;
  width: clamp(3px, 0.8vw, 4px);
  height: clamp(3px, 0.8vw, 4px);
  animation: 1.01s ease-in-out infinite typing-bounce;
}
.cta-typing-indicator span:nth-child(2) {
  animation-delay: 0.14s;
}
.cta-typing-indicator span:nth-child(3) {
  animation-delay: 0.29s;
}
.cta-typing-indicator-sent {
  background: linear-gradient(135deg, #8e34f2, #6f3cf9);
}
.cta-message-sent .cta-typing-indicator {
  margin-left: auto;
}
@keyframes typing-bounce {
  0%,
  60%,
  to {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-8px);
  }
}
.cta-tool-section {
  background: #0c1011f2;
  border: 1px solid #80808026;
  border-radius: clamp(16px, 5vw, 24px);
  margin-top: clamp(20px, 6vw, 30px);
  margin-bottom: clamp(20px, 6vw, 30px);
  padding: clamp(20px, 6vw, 32px);
  position: relative;
  overflow: hidden;
}
.cta-tool-logo {
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-bottom: clamp(20px, 5vw, 28px);
  display: flex;
}
.cta-tool-logo img {
  width: clamp(80px, 22vw, 110px);
  height: auto;
}
.cta-tool-logo-big img {
  width: clamp(90px, 25vw, 115px);
  animation: 1s ease-out forwards logo-entrance;
}
.cta-tool-logo-big {
  margin-bottom: clamp(10px, 3vw, 15px);
}
@keyframes logo-entrance {
  0% {
    opacity: 0;
    transform: scale(0.5) translateY(-20px);
  }
  50% {
    opacity: 1;
    transform: scale(1.1) translateY(0);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.cta-tool-title {
  text-align: center;
  color: #f9f9f9;
  text-shadow: 0 2px 8px #0000004d;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: none;
  hyphens: none;
  white-space: normal;
  min-height: 60px;
  margin: 0 auto 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.cta-pricing-value-container {
  text-align: center;
  cursor: pointer;
  background: 0 0;
  border: 1px solid #9061f94d;
  border-radius: clamp(12px, 3.5vw, 16px);
  margin-bottom: clamp(16px, 4vw, 22px);
  padding: clamp(12px, 3vw, 16px);
}
.cta-pricing-old-price {
  color: #9ca3af;
  opacity: 0.7;
  margin-bottom: clamp(6px, 1.5vw, 8px);
  font-size: clamp(13px, 3.2vw, 15px);
  text-decoration: line-through;
}
.cta-pricing-amount {
  -webkit-text-fill-color: transparent;
  letter-spacing: -2px;
  background: linear-gradient(135deg, #933fa6, #f93054);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0;
  font-size: clamp(42px, 10vw, 56px);
  font-weight: 800;
  line-height: 1;
}
.cta-pricing-cents {
  font-size: clamp(24px, 6vw, 32px);
  font-weight: 700;
}
.cta-pricing-note-slider {
  width: 100%;
  margin-top: clamp(8px, 2vw, 10px);
  overflow: hidden;
}
.cta-pricing-note-track {
  gap: clamp(20px, 5vw, 30px);
  width: max-content;
  animation: 12s linear infinite slide-note;
  display: flex;
}
.cta-pricing-note-item {
  color: #9ca3af;
  white-space: nowrap;
  align-items: center;
  gap: 6px;
  font-size: clamp(11px, 2.8vw, 13px);
  font-weight: 500;
  display: flex;
}
.cta-pricing-note-item svg {
  color: #5569fe;
  flex-shrink: 0;
}
@keyframes slide-note {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-50%);
  }
}
.cta-pricing-benefits {
  margin-bottom: clamp(32px, 8vw, 40px);
  padding: 0;
  list-style: none;
}
.cta-pricing-benefit-item {
  color: #f9f9f9;
  background: #ffffff08;
  border: 1px solid #ffffff0d;
  border-radius: clamp(8px, 2.5vw, 12px);
  align-items: start;
  gap: clamp(6px, 1.5vw, 8px);
  margin-bottom: clamp(8px, 2.5vw, 12px);
  padding: clamp(8px, 2.5vw, 12px) clamp(8px, 2vw, 10px);
  font-size: 11.4px;
  display: flex;
}
.cta-pricing-benefit-item span {
  font-size: 12px;
}
.cta-pricing-benefit-item svg {
  color: #f93054;
  flex-shrink: 0;
  width: clamp(17px, 4.25vw, 20px);
  height: clamp(17px, 4.25vw, 20px);
  margin-top: clamp(2px, 0.6vw, 3px);
}
.cta-pricing-cta-button {
  color: #fff;
  cursor: pointer;
  text-align: center;
  background: linear-gradient(135deg, #933fa6, #f93054);
  border: none;
  border-radius: clamp(12px, 3.5vw, 16px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: clamp(18px, 4.5vw, 24px);
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  animation: 2s cubic-bezier(0.4, 0, 0.6, 1) infinite pulse-button;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 24px #e6336499;
}
@keyframes pulse-button {
  0%,
  to {
    box-shadow:
      0 6px 24px #e6336499,
      0 0 #e63364d6;
  }
  50% {
    box-shadow:
      0 6px 24px #e6336499,
      0 0 0 8px #e6336400;
  }
}
.cta-pricing-cta-main {
  letter-spacing: 0.8px;
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 800;
  display: block;
}
.cta-pricing-cta-sub {
  opacity: 0.95;
  margin-top: clamp(6px, 1.5vw, 8px);
  font-size: clamp(11px, 2.8vw, 13px);
  font-weight: 600;
  display: block;
}
.cta-testimonials-section {
  background: #0c1011f2;
  border: 1px solid #80808026;
  border-radius: clamp(16px, 5vw, 24px);
  margin-top: clamp(20px, 6vw, 30px);
  margin-bottom: clamp(20px, 6vw, 30px);
  padding: clamp(20px, 6vw, 32px);
}
.cta-testimonials-title {
  text-align: center;
  margin-bottom: clamp(18px, 5vw, 24px);
  font-size: clamp(18px, 5.5vw, 24px);
  font-weight: 700;
  line-height: 1.3;
}
.cta-testimonials-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cta-testimonials-track {
  width: 300%;
  transition: transform 0.6s ease-in-out;
  display: flex;
}
.cta-testimonial-slide {
  flex-shrink: 0;
  align-items: stretch;
  width: 33.3333%;
  min-width: 33.3333%;
  padding: 0 clamp(8px, 2vw, 12px);
  display: flex;
}
.cta-testimonial {
  background: #ffffff05;
  border-radius: clamp(8px, 2vw, 12px);
  flex-direction: column;
  width: 100%;
  padding: clamp(12px, 3.5vw, 16px);
  display: flex;
}
.cta-testimonial-header {
  align-items: start;
  gap: clamp(8px, 2.5vw, 12px);
  width: 100%;
  display: flex;
}
.cta-testimonial-avatar {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
  border-radius: 50%;
  flex-shrink: 0;
  width: clamp(32px, 9vw, 40px);
  height: clamp(32px, 9vw, 40px);
  padding: clamp(1px, 0.5vw, 2px);
}
.cta-testimonial-header h4 {
  color: #f9f9f9;
  margin: 0 0 clamp(3px, 1vw, 4px);
  font-size: clamp(13px, 3.2vw, 15px);
  font-weight: 600;
}
.cta-testimonial-time {
  color: #9ca3af;
  margin: 0;
  font-size: clamp(10px, 2.5vw, 12px);
}
.cta-testimonial-text {
  color: #d1d5db;
  margin-top: clamp(6px, 1.8vw, 8px);
  margin-bottom: 0;
  font-size: clamp(12px, 3vw, 14px);
  line-height: 1.6;
}
.cta-slider-dots {
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  display: flex;
}
.cta-dot {
  cursor: pointer;
  background: #ffffff4d;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  transition: all 0.3s;
}
.cta-dot.active {
  background: #5569fe;
  border-radius: 4px;
  width: 24px;
}
.cta-attention-alert {
  background: #7f1d1d80;
  border: 1px solid #b91c1c40;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: clamp(20px, 5vw, 28px);
  margin-bottom: clamp(20px, 5vw, 28px);
  padding: 12px 16px;
  display: flex;
}
.cta-attention-alert svg {
  color: #f87171;
  opacity: 0.8;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.cta-attention-alert span {
  color: #fca5a5;
  opacity: 0.9;
  font-size: 12px;
  line-height: 1.4;
}
.cta-attention-alert strong {
  color: #fca5a5;
  font-weight: 600;
}
.cta-faq-new {
  background: #0c1011f2;
  border: 1px solid #50505033;
  border-radius: 16px;
  margin-bottom: clamp(20px, 5vw, 28px);
  padding: clamp(20px, 5vw, 28px);
}
.cta-faq-new-title {
  text-align: center;
  color: #f9f9f9;
  margin-bottom: clamp(16px, 4vw, 24px);
  font-size: clamp(18px, 4.5vw, 22px);
  font-weight: 700;
}
.cta-faq-new-list {
  flex-direction: column;
  gap: 8px;
  display: flex;
}
.cta-faq-new-item {
  background: #1e232899;
  border: 1px solid #50505026;
  border-radius: 10px;
  overflow: hidden;
}
.cta-faq-new-btn {
  color: #e5e7eb;
  text-align: left;
  cursor: pointer;
  background: 0 0;
  border: none;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}
.cta-faq-new-icon {
  color: #5569fe;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 300;
  transition: transform 0.3s;
}
.cta-faq-new-item.active .cta-faq-new-icon {
  transform: rotate(45deg);
}
.cta-faq-new-answer {
  max-height: 0;
  transition:
    max-height 0.3s,
    padding 0.3s;
  overflow: hidden;
}
.cta-faq-new-item.active .cta-faq-new-answer {
  max-height: 200px;
  padding: 0 16px 14px;
}
.cta-faq-new-answer p {
  color: #9ca3af;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}
.cta-guarantee-box {
  text-align: center;
  color: #e5e7eb;
  background: #10b98114;
  border: 1px solid #10b98133;
  border-radius: clamp(12px, 4vw, 16px);
  margin-bottom: 150px;
  padding: clamp(16px, 4vw, 20px);
}
.cta-guarantee-box h3 {
  color: #10b981;
  justify-content: center;
  align-items: center;
  gap: clamp(6px, 1.5vw, 8px);
  margin-bottom: clamp(8px, 2vw, 10px);
  font-size: clamp(14px, 3.5vw, 17px);
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}
.cta-guarantee-box svg {
  color: #10b981;
  stroke: #10b981;
  width: clamp(18px, 4.5vw, 22px);
  height: clamp(18px, 4.5vw, 22px);
}
.cta-guarantee-box p {
  color: #9ca3af;
  margin: 0;
  font-size: clamp(12px, 3vw, 14px);
  line-height: 1.5;
}
.cta-scroll-indicator-tool {
  justify-content: center;
  padding: clamp(15px, 4vw, 25px) 0;
  display: flex;
}
.cta-scroll-indicator-tool svg {
  color: #5569fe;
}
@media (max-width: 480px) {
  .cta-media-grid-instagram {
    grid-template-columns: repeat(3, 1fr);
  }
}
@keyframes reelFullscreenIn {
  0% {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.blurred-history-section {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  flex-direction: column;
  gap: 2px;
  padding-bottom: 6px;
  display: flex;
  position: relative;
}
.blurred-history-msg {
  filter: blur(5px);
  opacity: 0.7;
  pointer-events: none;
  animation: none !important;
}
.blurred-history-msg .message-bubble {
  pointer-events: none;
}
.blurred-history-msg .message-avatar {
  filter: blur(4px) !important;
}
.blurred-history-section:before {
  content: "";
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(#0b1014, #0000);
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.no-select,
.protected-content {
  -webkit-user-select: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
}
img {
  pointer-events: auto;
  -webkit-user-drag: none !important;
  -khtml-user-drag: none !important;
  -moz-user-drag: none !important;
  -o-user-drag: none !important;
  user-drag: none !important;
}
body.cloaker-protected {
  -webkit-user-select: none;
  user-select: none;
}
.scraper-trap,
.honeypot-link,
.download-all {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  overflow: hidden !important;
}
@media print {
  body {
    display: none !important;
  }
  html:before {
    content: "Impressão não permitida";
    text-align: center;
    padding: 20px;
    font-size: 24px;
    font-weight: 700;
    display: block;
  }
}
.devtools-blocked-overlay {
  z-index: 99999;
  background: #040607;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: flex;
  position: fixed;
  inset: 0;
}
.devtools-blocked-overlay h1 {
  color: #f9f9f9;
  font-size: 24px;
  font-weight: 700;
}
.devtools-blocked-overlay p {
  color: #9ca3af;
  font-size: 16px;
}
.blocked-page-container {
  background: linear-gradient(#040607, #0a0d10);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 24px;
  display: flex;
}
.mobile-only {
  display: block;
}
@media (min-width: 1025px) {
  .mobile-only {
    display: none !important;
  }
}
.desktop-blocked-message {
  display: none;
}
@media (min-width: 1025px) {
  .desktop-blocked-message {
    text-align: center;
    background: #040607;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 40px;
    display: flex;
  }
}
.notif-page {
  color: #fff;
  background-color: #000;
  max-width: 600px;
  min-height: 100vh;
  margin: 0 auto;
  padding-bottom: 20px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}
.notif-header {
  z-index: 100;
  background-color: #000;
  padding: 12px 16px;
  position: sticky;
  top: 0;
}
.notif-header-content {
  align-items: center;
  gap: 2px;
  display: flex;
}
.notif-back-btn {
  color: #fff;
  cursor: pointer;
  background: 0 0;
  border: none;
  align-items: center;
  padding: 0;
  display: flex;
}
.notif-header-title {
  margin: 0;
  font-size: 21px;
  font-weight: 600;
}
.notif-container {
  padding: 0 16px;
}
.notif-section {
  margin-top: 24px;
}
.notif-section-title {
  color: #fff;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
}
.notif-item {
  padding: 8px 0;
}
.notif-row {
  align-items: center;
  display: flex;
}
.notif-avatar-col {
  flex-shrink: 0;
}
.notif-single-avatar {
  width: 44px;
  height: 44px;
  display: flex;
}
.notif-avatar-img {
  object-fit: cover;
  border-radius: 50%;
}
.notif-avatar-full {
  clip-path: circle(50%);
  width: 44px;
  height: 44px;
}
.notif-multi-avatar {
  width: 44px;
  height: 44px;
  position: relative;
}
.notif-multi-avatar-top {
  z-index: 1;
  box-sizing: content-box;
  border: 2px solid #000;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.notif-multi-avatar-bottom {
  z-index: 2;
  box-sizing: content-box;
  border: 2px solid #000;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.notif-blur {
  -webkit-filter: blur(4px);
  clip-path: circle(50%);
  transform: translateZ(0);
}
.notif-lock-icon {
  pointer-events: none;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.notif-blur-thumb {
  -webkit-filter: blur(6px);
  transform: translateZ(0);
}
.notif-text-col {
  flex: 1;
  min-width: 0;
  padding: 0 12px;
}
.notif-text {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  display: block;
}
.notif-username {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.notif-content {
  color: #fff;
  font-weight: 400;
}
.notif-time {
  color: #8e8e8e;
  white-space: nowrap;
  font-size: 14px;
}
.notif-right-col {
  flex-shrink: 0;
  margin-left: auto;
}
.notif-thumbnail {
  object-fit: cover;
  border-radius: 4px;
  width: 44px;
  height: 44px;
  display: block;
}
.notif-btn {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  border-radius: 8px;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 600;
  transition: opacity 0.2s;
}
.notif-btn:active {
  opacity: 0.7;
}
.notif-btn-primary {
  background-color: #4a5df9;
}
.notif-btn-secondary {
  background-color: #353d44;
}
.notif-vip-notice {
  background-color: #dc26261a;
  border: 1px solid #dc26264d;
  border-radius: 8px;
  align-items: flex-start;
  gap: 12px;
  margin: 24px 0;
  padding: 16px;
  display: flex;
}
.notif-vip-icon {
  color: #dc2626;
  flex-shrink: 0;
  margin-top: 2px;
}
.notif-vip-text {
  color: #ef4444;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}
.tutorial-overlay {
  z-index: 9999;
  background: #000000f2;
  justify-content: center;
  align-items: center;
  padding: 16px;
  transition: opacity 0.4s;
  display: flex;
  position: fixed;
  inset: 0;
}
.tutorial-modal {
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  background: #07090ae6;
  border: 1px solid #ffffff1a;
  border-radius: 28px;
  width: 100%;
  max-width: 420px;
  margin: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 20px 60px #0006,
    inset 0 1px #ffffff1a;
}
.tutorial-fade-in {
  animation: 0.6s forwards tutorialFadeIn;
}
@keyframes tutorialFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
