/*src\css\styles.css*/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.right-3 {
  right: 0.75rem;
}
.top-3 {
  top: 0.75rem;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[300px\] {
  height: 300px;
}
.h-full {
  height: 100%;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.w-10 {
  width: 2.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[300px\] {
  width: 300px;
}
.w-full {
  width: 100%;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-grab {
  cursor: grab;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-decimal {
  list-style-type: decimal;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-\[24px\] {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.bg-\[\#1e1e1e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity, 1));
}
.bg-\[\#292929\] {
  --tw-bg-opacity: 1;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity, 1));
}
.bg-\[\#616161\] {
  --tw-bg-opacity: 1;
  background-color: rgb(97 97 97 / var(--tw-bg-opacity, 1));
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-snapchat-darkBg1 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity, 1));
}
.bg-snapchat-lightBg1 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-snapchat-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 0 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-yellow-300 {
  --tw-gradient-from: #fde047 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-yellow-500 {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.text-center {
  text-align: center;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-snapchat-btnText {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-snapchat-lightText {
  --tw-text-opacity: 1;
  color: rgb(22 25 28 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.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);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  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-sm {
  --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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.app-container {
  height: 100dvh;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}
.screen-content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  height: 100dvh;
  padding-top: env(safe-area-inset-top, 1rem);
  padding-bottom: env(safe-area-inset-bottom, 1rem);
  padding-left: env(safe-area-inset-left, 1rem);
  padding-right: env(safe-area-inset-right, 1rem);
}
.pulse-status-dot {
  animation: pulse-status 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes pulse-status {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.3);
    box-shadow: 0 0 0 5px rgba(34, 197, 94, 0);
  }
}
.status-dot {
  display: inline-block;
  animation: pulseDot 1.4s infinite ease-in-out;
}
.online-status-container {
  transition: all 0.3s ease;
  animation: glow 3s infinite alternate;
}
@keyframes glow {
  0% {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
  }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}
@keyframes slideInRight {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}
@keyframes slideOutLeft {
  from { transform: translateX(0); opacity: 1; }
  to { transform: translateX(-100%); opacity: 0; }
}
@keyframes scaleIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
@keyframes scaleOut {
  from { transform: scale(1); opacity: 1; }
  to { transform: scale(0.8); opacity: 0; }
}
.animated-dot-1 {
  animation: pulseDot 1.4s infinite ease-in-out;
}
.animated-dot-2 {
  animation: pulseDot 1.4s infinite ease-in-out;
  animation-delay: 0.2s;
}
.animated-dot-3 {
  animation: pulseDot 1.4s infinite ease-in-out;
  animation-delay: 0.4s;
}
@keyframes pulseDot {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
}
@keyframes strokeAnimation {
  0% {
    stroke-dashoffset: 289;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.service-item {
  will-change: transform;
  opacity: 0;
  transform: translateY(20px);
  transform-origin: center left;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s ease !important;
}
.service-item:hover {
  box-shadow: 0 3px 8px rgba(0,0,0,0.12);
}
.service-item:nth-child(1) {
  animation: serviceEnter 0.5s forwards ease-out;
  animation-delay: 0.1s;
}
.service-item:nth-child(2) {
  animation: serviceEnter 0.5s forwards ease-out;
  animation-delay: 0.2s;
}
.service-item:nth-child(3) {
  animation: serviceEnter 0.5s forwards ease-out;
  animation-delay: 0.3s;
}
.service-item:nth-child(4) {
  animation: serviceEnter 0.5s forwards ease-out;
  animation-delay: 0.4s;
}
.service-border {
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #FFEA61, #FFD700, #B8860B);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.service-icon {
  transition: all 0.3s ease;
  z-index: 1;
}
.service-item:hover .service-icon {
  transform: scale(1.1);
}
.services-container {
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  transform: translateY(20px);
  position: relative;
  z-index: 1;
  animation: none !important;
}
.services-container.active {
  opacity: 1;
  transform: translateY(0);
}
@keyframes serviceEnter {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.progress-circle {
  stroke-dasharray: 289;
  stroke-dashoffset: 289;
  animation: strokeAnimation 2s ease-in-out forwards, rotateAnimation 2s linear infinite;
  transform-origin: center;
}
.ghost-float {
  animation: float 4s ease-in-out infinite;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  filter: drop-shadow(0 0 5px rgba(255, 255, 0, 0.5));
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
.processing-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.processing-message {
  min-height: 1.5rem;
  display: block;
}
.processing-circle-progress {
  transition: stroke-dashoffset 0.5s ease;
}
html, body {
  overscroll-behavior: none;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  touch-action: manipulation;
  font-family: 'Inter', sans-serif;
}
.mob-overflow-y-auto {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
button.hover-scale {
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
button.hover-scale:hover:not(:disabled) {
  transform: scale(1.03);
}
button.hover-scale:active:not(:disabled) {
  transform: scale(0.97);
}
.service-modal-overlay {
  z-index: 9999;
  will-change: opacity;
  transition: visibility 0.3s;
}
.service-modal-overlay.pointer-events-none {
  visibility: hidden;
}
.modal-container {
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.3);
}
.modal-container::-webkit-scrollbar {
  width: 6px;
}
.modal-container::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.modal-container::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
.modal-container::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
.modal-backdrop {
  will-change: opacity;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.service-image-container {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}
.service-image-container img {
  transition: transform 0.5s ease;
}
.service-image-container:hover img {
  transform: scale(1.05);
}
.continue-button {
  position: relative;
  overflow: hidden;
}
.continue-button::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #FFFF00, #FFD700);
  z-index: -2;
  border-radius: 13px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.continue-button::after {
  content: '';
  position: absolute;
  inset: 0;
  background: inherit;
  border-radius: 10px;
  z-index: -1;
}
.continue-button:hover::before {
  opacity: 1;
}
.continue-button:active {
  transform: scale(0.97);
}
[data-modal-handle] {
  touch-action: none;
  will-change: transform;
  transition: background-color 0.2s ease;
}
[data-modal-handle]:hover,
[data-modal-handle]:active {
  background-color: #777777;
}
.animate-slide-up {
  animation: slideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.animate-fade-in {
  animation: fadeIn 0.3s ease forwards;
}
@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.loading-circle .progress-circle {
  stroke-dasharray: 289;
  stroke-dashoffset: 289;
  transform-origin: center;
  animation: rotateAnimation 2s linear infinite;
}
.transition-screen {
  transition: opacity 0.4s ease;
}
button.rounded-full {
  will-change: transform, opacity;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), 
              background-color 0.3s ease,
              opacity 0.3s ease,
              box-shadow 0.3s ease;
}
button.rounded-full:active {
  transform: scale(0.96);
}
.loading-screen p {
  animation: pulseFade 2s infinite ease-in-out;
}
@keyframes pulseFade {
  0%, 100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}
.screen-transition-enter {
  animation: screenEnter 0.5s forwards cubic-bezier(0.22, 1, 0.36, 1);
}
.screen-transition-leave {
  animation: screenLeave 0.4s forwards cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes screenEnter {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes screenLeave {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.loading-circle {
  position: relative;
  filter: drop-shadow(0 0 8px rgba(255, 255, 0, 0.3));
}
.loading-circle:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,0,0.2) 0%, rgba(255,255,0,0) 70%);
  animation: pulseGlow 2s infinite alternate ease-in-out;
}
@keyframes pulseGlow {
  from {
    opacity: 0.3;
    transform: scale(0.8);
  }
  to {
    opacity: 0.7;
    transform: scale(1.1);
  }
}
.username-entry-section,
.username-logo,
.username-input-container,
.services-container,
.service-item {
  transition: none !important;
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@keyframes pulse-connected {
  0%, 100% {
    filter: drop-shadow(0 0 0 rgba(34, 197, 94, 0));
  }
  50% {
    filter: drop-shadow(0 0 3px rgba(34, 197, 94, 0.5));
  }
}
.connected-indicator svg {
  animation: pulse-connected 2s infinite ease-in-out;
}
.text-green-500 svg {
  filter: drop-shadow(0 0 1px rgba(34, 197, 94, 0.3));
}
.login-screen-container {
  overflow: hidden;
  position: relative;
}
.connect-button.connected {
  background: rgba(0, 255, 136, 0.15) !important;
  color: #00ff88 !important;
  border: 1px solid rgba(0, 255, 136, 0.3) !important;
  box-shadow: 
      0 4px 15px rgba(0, 255, 136, 0.2),
      0 0 0 0 rgba(0, 255, 136, 0.1) !important;
  transition: all 0.3s ease !important;
}
.connect-button.connected:hover {
  background: rgba(0, 255, 136, 0.2) !important;
  transform: none !important;
  box-shadow: 
      0 4px 15px rgba(0, 255, 136, 0.3),
      0 0 0 2px rgba(0, 255, 136, 0.1) !important;
}
.processing-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background-color: #1e1e1e;
  display: flex;
  flex-direction: column;
  padding: env(safe-area-inset-top, 1rem) env(safe-area-inset-right, 1rem) env(safe-area-inset-bottom, 1rem) env(safe-area-inset-left, 1rem);
  height: 100dvh;
  overflow: hidden;
}
.processing-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.processing-header {
  background-color: rgba(45, 45, 45, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(80, 80, 80, 0.4);
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  max-width: 360px;
  width: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-20px);
  opacity: 0;
  animation: slideDownFade 0.5s forwards ease-out;
  animation-delay: 0.2s;
}
@keyframes slideDownFade {
  to {
      transform: translateY(0);
      opacity: 1;
  }
}
.processing-card {
  background-color: rgba(40, 40, 40, 0.9);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid rgba(70, 70, 70, 0.5);
  border-radius: 1rem;
  padding: 1.75rem;
  width: 100%;
  max-width: 360px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transform: translateY(20px);
  opacity: 0;
  animation: slideUpFade 0.6s forwards ease-out;
  animation-delay: 0.4s;
}
@keyframes slideUpFade {
  to {
      transform: translateY(0);
      opacity: 1;
  }
}
.progress-indicator {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto 2rem;
}
.progress-circle-bg {
  fill: none;
  stroke: rgba(80, 80, 80, 0.3);
  stroke-width: 8;
}
.progress-circle-fg {
  fill: none;
  stroke: url(#progressGradient);
  stroke-width: 8;
  stroke-linecap: round;
  transform-origin: center;
  transition: stroke-dashoffset 0.5s ease;
}
.processing-ghost {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  filter: drop-shadow(0 0 8px rgba(255, 255, 0, 0.3));
  animation: ghostFloat 3s infinite ease-in-out;
}
@keyframes ghostFloat {
  0%, 100% {
      transform: translate(-50%, -50%);
  }
  50% {
      transform: translate(-50%, -60%);
  }
}
.completion-checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 48px;
  height: 48px;
  filter: drop-shadow(0 0 8px rgba(255, 255, 0, 0.3));
  animation: checkmarkAppear 0.5s forwards ease-out;
}
@keyframes checkmarkAppear {
  to {
      transform: translate(-50%, -50%) scale(1);
  }
}
.processing-message-container {
  text-align: center;
  margin-bottom: 1.5rem;
}
.processing-message-text {
  font-family: monospace;
  font-size: 1rem;
  color: #e0e0e0;
  line-height: 1.5;
  min-height: 1.5rem;
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: rgba(50, 50, 50, 0.5);
  border-radius: 0.5rem;
}
.processing-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}
.processing-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 4px;
}
.dot-1 {
  background-color: #FFFF00;
  animation: pulseDot 1.4s infinite ease-in-out;
}
.dot-2 {
  background-color: #FFD700;
  animation: pulseDot 1.4s infinite ease-in-out;
  animation-delay: 0.2s;
}
.dot-3 {
  background-color: #B8860B;
  animation: pulseDot 1.4s infinite ease-in-out;
  animation-delay: 0.4s;
}
.continue-btn {
  margin-top: 2rem;
  width: 100%;
  padding: 0.875rem;
  border-radius: 0.75rem;
  font-weight: 600;
  background: linear-gradient(135deg, #FFFF00, #FFD700);
  color: #000;
  transform: scale(0.95);
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
  animation: buttonAppear 0.5s forwards ease-out;
  animation-delay: 0.2s;
}
@keyframes buttonAppear {
  to {
      transform: scale(1);
      opacity: 1;
  }
}
.continue-btn:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}
.continue-btn:active {
  transform: scale(0.97);
}
.slide-in-right {
  animation: slideInRight 0.5s forwards cubic-bezier(0.16, 1, 0.3, 1);
}
.slide-out-left {
  animation: slideOutLeft 0.5s forwards cubic-bezier(0.16, 1, 0.3, 1);
  animation-duration: 0.4s !important;
}
.verification-screen {
  background-color: #1e1e1e;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.verification-bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.05);
  filter: brightness(0.7);
  transition: background-image 0.5s ease;
  will-change: transform;
  animation: subtle-zoom 30s infinite alternate ease-in-out;
}
@keyframes subtle-zoom {
  from { transform: scale(1.05); }
  to { transform: scale(1.15); }
}
.verification-blur-overlay {
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.1);
}
.verification-gradient-overlay {
  background: linear-gradient(to top, 
    rgba(30, 30, 30, 0.95) 0%, 
    rgba(30, 30, 30, 0.7) 40%, 
    rgba(30, 30, 30, 0.4) 70%, 
    rgba(30, 30, 30, 0) 100%);
  opacity: 0.3;
}
.profile-card {
  background: rgba(45, 45, 45, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 360px;
  transform: translateY(-20px);
  opacity: 0;
  animation: slide-in-down 0.6s forwards ease-out;
  animation-delay: 0.3s;
}
.profile-avatar {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(60, 60, 60, 0.8);
  border-radius: 50%;
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.avatar-glow {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFD700, #FFEA61);
  opacity: 0.2;
  animation: pulse 2s infinite ease-in-out;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.2; }
  50% { transform: scale(1.1); opacity: 0.4; }
}
.username-display {
  font-weight: 600;
  font-size: 0.9rem;
  color: white;
  display: flex;
  align-items: center;
}
.verified-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3b82f6;
  border-radius: 9999px;
  width: 0.9rem;
  height: 0.9rem;
  margin-left: 0.25rem;
}
.service-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.125rem;
}
.verification-content-card {
  background: rgba(40, 40, 40, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  border-radius: 1.25rem;
  padding: 1.75rem;
  width: 100%;
  max-width: 360px;
  margin-bottom: 1.5rem;
  transform: translateY(20px);
  opacity: 0;
  animation: slide-in-up 0.7s forwards ease-out;
  animation-delay: 0.4s;
}
.card-header {
  text-align: center;
  margin-bottom: 1.25rem;
}
.card-title {
  font-size: 1.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #FFFF00, #FFD700);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 0.5rem;
}
.title-underline {
  width: 3rem;
  height: 0.25rem;
  background: linear-gradient(to right, #FFFF00, #FFD700);
  border-radius: 1rem;
  margin: 0 auto;
}
.verification-message {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
}
.captcha-container {
  border-radius: 0.75rem;
  overflow: hidden;
  width: 100%;
}
.security-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  animation: fade-in 0.8s forwards ease-out;
  animation-delay: 0.9s;
}
.security-icon {
  margin-right: 0.5rem;
  color: rgba(255, 215, 0, 0.9);
}
.security-text {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}
@keyframes slide-in-down {
  from { transform: translateY(-20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
@keyframes slide-in-up {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
.animate-slide-in-down {
  opacity: 0;
  transform: translateY(-20px);
  animation: slide-in-down 0.6s forwards ease-out;
}
.animate-slide-in-up {
  opacity: 0;
  transform: translateY(20px);
  animation: slide-in-up 0.7s forwards ease-out;
}
.animate-fade-in {
  opacity: 0;
  animation: fade-in 0.8s forwards ease-out;
}
#dynamic-template-container {
  background-color: #1e1e1e;
}
.overlapping-transition {
  z-index: 55;
}
.captcha-box .links {
  display: none !important;
}
.captcha-box .check-box-label {
  font-size: 13px !important;
}
.processing-screen {
  background-color: #1e1e1e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100dvh;
  padding: env(safe-area-inset-top, 1rem) env(safe-area-inset-right, 1rem) env(safe-area-inset-bottom, 1rem) env(safe-area-inset-left, 1rem);
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}
.user-info-banner {
  position: absolute;
  top: env(safe-area-inset-top, 1rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  padding: 1rem;
  z-index: 5;
}
.username-pill {
  display: flex;
  align-items: center;
  background: rgba(40, 40, 40, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 0.5rem 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: translateY(-20px);
  opacity: 0;
  animation: slide-down 0.5s forwards 0.2s;
}
@keyframes slide-down {
  to {
      transform: translateY(0);
      opacity: 1;
  }
}
.avatar-container {
  width: 2rem;
  height: 2rem;
  background: linear-gradient(135deg, #FFD700, #FFEA61);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  position: relative;
}
.avatar-container::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #FFFF00, #FFD700);
  border-radius: 50%;
  z-index: -1;
  opacity: 0.5;
  animation: pulse-glow 2s infinite;
}
@keyframes pulse-glow {
  0%, 100% {
      transform: scale(1);
      opacity: 0.5;
  }
  50% {
      transform: scale(1.1);
      opacity: 0.7;
  }
}
.avatar-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #1e1e1e;
}
.username-container {
  display: flex;
  flex-direction: column;
}
.username-text {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1;
}
.service-badge {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.15rem;
}
.ghost-animation-container {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 2rem;
}
.animated-ghost {
  width: 90px;
  height: auto;
  filter: drop-shadow(0 0 10px rgba(255, 255, 0, 0.3));
  animation: float-around 5s infinite ease-in-out;
}
@keyframes float-around {
  0% {
      transform: translateY(0) translateX(0);
  }
  25% {
      transform: translateY(-10px) translateX(5px) rotate(3deg);
  }
  50% {
      transform: translateY(0) translateX(-5px);
  }
  75% {
      transform: translateY(10px) translateX(5px) rotate(-3deg);
  }
  100% {
      transform: translateY(0) translateX(0);
  }
}
.message-display {
  text-align: center;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
}
.message-text-wrapper {
  width: 100%;
  position: relative;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.message-text {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: white;
  position: absolute;
  width: 100%;
  text-align: center;
}
.typing-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}
.typing-indicator .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 3px;
  background: linear-gradient(135deg, #FFFF00, #FFD700);
  box-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
}
.typing-indicator .dot:nth-child(1) {
  animation: bounce 1.4s infinite ease-in-out;
}
.typing-indicator .dot:nth-child(2) {
  animation: bounce 1.4s infinite ease-in-out 0.2s;
}
.typing-indicator .dot:nth-child(3) {
  animation: bounce 1.4s infinite ease-in-out 0.4s;
}
@keyframes bounce {
  0%, 80%, 100% {
      transform: translateY(0);
  }
  40% {
      transform: translateY(-10px);
  }
}
@keyframes fade-in-up {
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
.continue-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FFFF00, #FFD700);
  color: #000;
  border-radius: 30px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
  transition: all 0.3s ease;
  transform: scale(0.9);
  opacity: 0;
  animation: pop-in 0.5s forwards 0.2s;
}
.continue-button:active {
  transform: scale(0.95);
}
.arrow-icon {
  width: 18px;
  height: 18px;
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.continue-button:hover .arrow-icon {
  transform: translateX(3px);
}
@keyframes pop-in {
  to {
      transform: scale(1);
      opacity: 1;
  }
}
.message-text {
  background: none;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 1.35rem;
  background: linear-gradient(to right, #ffffff, #f0f0f0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.message-text::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,0,0) 0%, rgba(255,255,0,1) 50%, rgba(255,255,0,0) 100%);
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}
/* Desktop Blocking Overlay */
.desktop-blocking-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e1e1e;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.blocking-content {
  max-width: 500px;
  text-align: center;
  animation: fadeInUp 0.8s ease;
}
.ghost-logo {
  margin: 0 auto 2rem;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 0 15px rgba(255, 255, 0, 0.3));
  animation: floatAnimation 4s infinite ease-in-out;
}
.blocking-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
  background: linear-gradient(135deg, #FFFF00, #FFD700);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.blocking-message {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
.mobile-instruction {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@keyframes floatAnimation {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

@keyframes pulseDevice {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.05); opacity: 1; }
}

@keyframes qrScanEffect {
  0% { background-position: 200% 200%; }
  100% { background-position: -100% -100%; }
}

@keyframes fadeInUp {
  from { 
      opacity: 0;
      transform: translateY(20px);
  }
  to { 
      opacity: 1;
      transform: translateY(0);
  }
}

/* Enhanced username input connected state */
.stfg-username-input:disabled {
    background: rgba(0, 255, 136, 0.08) !important;
    border: 1px solid rgba(0, 255, 136, 0.25) !important;
    color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 0 15px rgba(0, 255, 136, 0.1) !important;
    cursor: not-allowed !important;
}

.stfg-username-input:disabled::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

.stfg-username-input:disabled::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

.stfg-username-input.connected {
    background: rgba(0, 255, 136, 0.1) !important;
    border: 1px solid rgba(0, 255, 136, 0.3) !important;
    color: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 
        0 0 20px rgba(0, 255, 136, 0.15),
        inset 0 1px 0 rgba(0, 255, 136, 0.1) !important;
    position: relative;
    overflow: hidden;
}

.stfg-username-input.connected::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 136, 0.1), transparent);
    animation: connected-shimmer 3s infinite;
    z-index: 1;
    pointer-events: none;
}

@keyframes connected-shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* Light Theme Service Modal Styles */
.light-theme-modal {
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.modal-shadow-light {
    box-shadow: 
        0 -20px 40px rgba(0, 0, 0, 0.1),
        0 -8px 20px rgba(0, 0, 0, 0.05);
}

.drag-handle-light {
    transition: all 0.2s ease;
}

.drag-handle-light:hover,
.drag-handle-light:active {
    background-color: #d1d5db;
    transform: scaleY(1.2);
}

/* Service Header Light Theme */
.service-header-light {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.service-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-emoji-bg {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #FFFF00 0%, #FFD700 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 
        0 8px 25px rgba(255, 215, 0, 0.3),
        0 0 0 4px rgba(255, 255, 255, 0.8),
        0 0 0 8px rgba(255, 215, 0, 0.1);
    animation: service-icon-float 3s infinite ease-in-out;
}

@keyframes service-icon-float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-8px) rotate(2deg);
    }
}

.service-emoji-bg::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #FFFF00, #FFD700, #FFAA00);
    border-radius: 22px;
    z-index: -1;
    opacity: 0.6;
    animation: emoji-glow 2s infinite ease-in-out;
}

@keyframes emoji-glow {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

.service-emoji {
    font-size: 28px;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.service-title-light {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 0.75rem;
    letter-spacing: -0.025em;
}

.service-underline {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #FFFF00, #FFD700);
    border-radius: 2px;
    margin: 0 auto;
    position: relative;
}

.service-underline::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    border-radius: 2px;
    animation: underline-shine 2s infinite ease-in-out;
}

@keyframes underline-shine {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0;
    }
    50% {
        transform: translateX(100%);
        opacity: 1;
    }
}

/* Service Preview Card */
.service-preview-card {
    background: rgba(248, 250, 252, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.preview-image-container {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.preview-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.5s ease;
}

.preview-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.service-preview-card:hover .preview-overlay {
    opacity: 1;
}

.service-preview-card:hover .preview-image {
    transform: scale(1.05);
}

.preview-play-btn {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f2937;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.service-preview-card:hover .preview-play-btn {
    transform: scale(1);
    background: #FFFF00;
}

.preview-content {
    padding: 1.5rem;
}

.service-description-light {
    color: #4b5563;
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    font-weight: 400;

}

.service-features {
    display: flex;
    gap: 1rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    font-size: 0.8rem;
    color: #6b7280;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.feature-icon {
    font-size: 14px;
    filter: grayscale(0.2);
}

/* Light Theme Continue Button */
.continue-btn-light {
    position: relative;
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 28px;
    cursor: pointer;
    overflow: hidden;
    background: transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #FFFF00 0%, #FFD700 50%, #FFAA00 100%);
    border-radius: 28px;
    transition: all 0.3s ease;
}

.btn-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 28px;
    margin: 2px;
    transition: all 0.3s ease;
}

.btn-text {
    font-weight: 700;
    font-size: 1rem;
    color: #1f2937;
    letter-spacing: 0.025em;
}

.btn-arrow {
    width: 20px;
    height: 20px;
    color: #1f2937;
    transition: transform 0.3s ease;
}

.continue-btn-light:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 10px 25px rgba(255, 215, 0, 0.3),
        0 4px 10px rgba(0, 0, 0, 0.1);
}

.continue-btn-light:hover .btn-gradient {
    background: linear-gradient(135deg, #FFFF00 0%, #FFD700 30%, #FFAA00 100%);
}

.continue-btn-light:hover .btn-content {
    background: rgba(255, 255, 255, 0.25);
}

.continue-btn-light:hover .btn-arrow {
    transform: translateX(4px);
}

.continue-btn-light:active {
    transform: translateY(0) scale(0.98);
    transition: all 0.1s ease;
}

/* Light theme modal scrollbar */
.light-theme-modal::-webkit-scrollbar {
    width: 4px;
}

.light-theme-modal::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
}

.light-theme-modal::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.light-theme-modal::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.15);
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-yellow-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-snapchat-yellow:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 0 / var(--tw-ring-opacity, 1));
}