@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@tailwind base;
@tailwind components;
@tailwind utilities;

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

*, ::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 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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::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;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-4 {
  inset: 1rem;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-3 {
  right: 0.75rem;
}
.top-1\/2 {
  top: 50%;
}
.top-24 {
  top: 6rem;
}
.top-4 {
  top: 1rem;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-8 {
  height: 2rem;
}
.h-full {
  height: 100%;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/5 {
  width: 20%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/5 {
  width: 40%;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-8 {
  width: 2rem;
}
.w-96 {
  width: 24rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[1400px\] {
  max-width: 1400px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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 bounce {

  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.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));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#1C2333\] {
  --tw-border-opacity: 1;
  border-color: rgb(28 35 51 / var(--tw-border-opacity, 1));
}
.border-\[\#2B3245\] {
  --tw-border-opacity: 1;
  border-color: rgb(43 50 69 / var(--tw-border-opacity, 1));
}
.border-\[\#3C445C\] {
  --tw-border-opacity: 1;
  border-color: rgb(60 68 92 / var(--tw-border-opacity, 1));
}
.border-cyan-400 {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#0E1525\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 21 37 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1C2333\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 35 51 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1C2333\]\/50 {
  background-color: rgb(28 35 51 / 0.5);
}
.bg-\[\#2B3245\] {
  --tw-bg-opacity: 1;
  background-color: rgb(43 50 69 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3C445C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(60 68 92 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}
.bg-cyan-500\/10 {
  background-color: rgb(6 182 212 / 0.1);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 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-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-\[url\(\'https\:\/\/images\.unsplash\.com\/photo-1516937941344-00b4e0337589\?auto\=format\&fit\=crop\&q\=80\'\)\] {
  background-image: url('https://images.unsplash.com/photo-1516937941344-00b4e0337589?auto=format&fit=crop&q=80');
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#0E1525\] {
  --tw-gradient-from: #0E1525 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 21 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#1C2333\] {
  --tw-gradient-from: #1C2333 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 35 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-400 {
  --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-500 {
  --tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-500\/10 {
  --tw-gradient-from: rgb(6 182 212 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-500\/20 {
  --tw-gradient-from: rgb(6 182 212 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-500\/40 {
  --tw-gradient-from: rgb(6 182 212 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500 {
  --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900 {
  --tw-gradient-from: #581c87 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#0E1525\] {
  --tw-gradient-to: #0E1525 var(--tw-gradient-to-position);
}
.to-\[\#1C2333\] {
  --tw-gradient-to: #1C2333 var(--tw-gradient-to-position);
}
.to-indigo-900 {
  --tw-gradient-to: #312e81 var(--tw-gradient-to-position);
}
.to-purple-500 {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}
.to-teal-400 {
  --tw-gradient-to: #2dd4bf var(--tw-gradient-to-position);
}
.to-teal-500 {
  --tw-gradient-to: #14b8a6 var(--tw-gradient-to-position);
}
.to-teal-500\/20 {
  --tw-gradient-to: rgb(20 184 166 / 0.2) var(--tw-gradient-to-position);
}
.to-teal-500\/40 {
  --tw-gradient-to: rgb(20 184 166 / 0.4) var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-center {
  background-position: center;
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.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;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.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;
}
.italic {
  font-style: italic;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.text-\[\#4D5875\] {
  --tw-text-opacity: 1;
  color: rgb(77 88 117 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}
.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}
.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-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-5 {
  opacity: 0.05;
}
.opacity-50 {
  opacity: 0.5;
}
.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);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -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-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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -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, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  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-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #0E1525;
}

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #0E1525;
}

::-webkit-scrollbar-thumb {
  background: #2B3245;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #3C445C;
}

.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\:border-\[\#3C445C\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(60 68 92 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#2B3245\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(43 50 69 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#4D5875\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(77 88 117 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:from-pink-600:hover {
  --tw-gradient-from: #db2777 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-purple-600:hover {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

.hover\:text-cyan-400:hover {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

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

.focus\:border-\[\#3C445C\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(60 68 92 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.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-\[\#2B3245\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(43 50 69 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-cyan-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

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

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

@media (min-width: 640px) {

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

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

@media (min-width: 1024px) {

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

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

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}


.register-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start; /* Align to the top */
    min-height: 100vh;
    padding: 20px;
    box-sizing: border-box;
}

/* .main-title {
    color: #ffffff;
    margin-bottom: 12px;
    font-size: 32px;
    text-align: center;
} */

.logo-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.logo {
    width: 50px;
    height: auto;
    margin-right: 10px;
}

.register-card {
    background-color: #171717;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 450px;
    box-sizing: border-box;
}

.register-title {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
}

.register-form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.register-label {
    color: #9e9e9e;
    font-size: 14px;
    margin-bottom: 5px;
}

.register-input {
    background-color: #2a2a2a;
    border: 1.5px solid #3a3a3a;
    border-radius: 10px;
    height: 50px;
    padding: 0 15px;
    cursor: pointer;

    color: #e0e0e0;
    font-size: 16px;
    transition: 0.2s ease-in-out;
    width: 100%;
    box-sizing: border-box;
}

.register-input:focus {
    outline: none;
    border: 1.5px solid #4d8bf8;
}

.register-input::placeholder {
    color: #9e9e9e;
}

.register-submit-button {
    background-color: #13545e;
    border: none;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    height: 50px;
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.2s ease;
}

.register-submit-button:hover {
    background-color: #023139;
}

.register-submit-button:disabled {
    background-color: #666666;
    cursor: not-allowed;
}

.register-login-link {
    margin-top: 20px;
    text-align: center;
}

.register-login-link p {
    color: #9e9e9e;
    font-size: 14px;
}

.register-link  {
    color: #1fcbc8;
    font-size: 14px;
}



.register-login-link a {
    color: #4df8d6;
    margin-left: 5px;
    text-decoration: none;
    transition: 0.2s ease;
}

.register-login-link a:hover {
    text-decoration: underline;
    color: #7aa5f8;
}

/* Secondary buttons (e.g., resend) */
.register-secondary-button {
    background-color: transparent;
    border: 1px solid #3a3a3a;
    color: #e0e0e0;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    height: 40px;
    width: 100%;
    cursor: pointer;
    transition: 0.2s ease;
    margin-top: 10px;
}

.register-secondary-button:hover {
    border: 1px solid #4d8bf8;
    color: #4d8bf8;
}

/* Back button */
.register-back-button {
    background-color: transparent;
    border: 1px solid #3a3a3a;
    color: #e0e0e0;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    height: 40px;
    width: 100%;
    cursor: pointer;
    transition: 0.2s ease;
    margin-top: 10px;
}

.register-back-button:hover {
    border: 1px solid #4d8bf8;
    color: #4d8bf8;
}

/* Message styles (error/success) */
.register-message {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.register-error-message {
    background-color: #ff6b6b1a;
    color: #ff6b6b;
}

.register-success-message {
    background-color: #4caf501a;
    color: #4caf50;
}

.register-error {
    color: #ff6b6b;
    font-size: 14px;
    margin-top: 5px;
}

.sign-up-label-signup {
    color: #9e9e9e;
    font-size: 14px;
    font-weight: bold;
    margin-left: 11.5rem;
    margin-top: 22px;
}

.disabled-button {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Top Navigation */
.top-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    background-color: #26262600;
}

.top-nav .logo-container {
    display: flex;
    align-items: center;
}

.top-nav .logo-container img {
    width: 40px;
    margin-right: 10px;
}

.top-nav .logo-container h1 {
    margin: 0;
    font-size: 1.5em;
    color: #d1dddf;
}

.top-nav .logout-button {
    background-color: #823840;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.top-nav .logout-button:hover {
    background-color: #c82333;
}

/* Media Query for Responsiveness */
@media (max-width: 576px) {
    .register-container {
        padding: 10px;
    }

    .register-card {
        padding: 20px;
    }

    .main-title {
        font-size: 28px;
    }

    .logo-container {
        margin-bottom: 10px;
    }

    .logo {
        width: 40px;
    }

    .register-title {
        font-size: 22px;
    }

    .register-form-group {
        margin-bottom: 10px;
    }

    .register-input {
        height: 45px;
        font-size: 14px;
    }

    .register-submit-button,
    .register-secondary-button,
    .register-back-button {
        font-size: 14px;
        height: 40px;
    }

    .register-login-link p {
        font-size: 13px;
    }
}
/* Otp.css */

.otp-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.otp-instructions {
    color: #9e9e9e;
    font-size: 14px;
    margin-bottom: 20px;
}

.otp-input-container {
    position: relative;
    width: 100%;
}

.register-success {
    color: #4CAF50;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500;
}

.otp-spam-note {
    font-size: 14px;
    color: #d7d7d7;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #dffa650d;
    border-radius: 5px;
    border-left: 3px solid #d4ff009e;
}
/* Login.css - Dark Mode */
body {
    background-color: #121212;
    color: #e0e0e0;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  .form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 20px;
  }
  
  /* New styles for main heading and tagline */
  .main-title {
    color: #ffffff;
    margin-bottom: 11px;
    font-size: 32px;
    text-align: center;
  }
  
  .tagline {
    color: #00c9e3;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 500;
  }
  
  .title {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 24px;
  }
  
  .form {
    display: flex;
    flex-direction: column;
    position: relative; /* Make this the positioning context */

    gap: 15px;
    background-color: #171717; /* Keeping this color as requested */
    padding: 30px;
    width: 100%;
    max-width: 450px;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .input {
    background-color: #2a2a2a;
    border: 1.5px solid #3a3a3a;
    border-radius: 10px;
    height: 50px;
    padding: 0 15px;
    cursor: pointer;
    color: #e0e0e0;
    font-size: 16px;
    transition: 0.2s ease-in-out;
    width: 100%;
    box-sizing: border-box;
  }
  
  .input:focus {
    outline: none;
    border: 1.5px solid #4d8bf8;
  }
  
  .input::placeholder {
    color: #9e9e9e;
  }
  
  .page-link {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  
  .page-link-label {
    color: #4ddcf8;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s ease;
  }
  
  .page-link-label:hover {
    text-decoration: underline;
    color: #7ae5f8;
  }

  .logo-container {
    display: flex;         /* Use flexbox to align items horizontally */
    align-items: center;  /* Vertically center the logo and title */
    margin-bottom: 10px;   /* Add some space between the logo/title and the form */
  }
  
  .logo {
    width: 50px;          /* Adjust the width of the logo as needed */
    height: auto;         /* Maintain aspect ratio */
    margin-right: 10px;  /* Add some space between the logo and the title */
  }
  
  .main-title {
    margin: 0;             /* Remove default margins from the h1 */
  }
  
  .form-btn {
    background-color: #13545e;
    border: none;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    height: 50px;
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.2s ease;
  }
  
  .form-btn:hover {
    background-color: #023139;
  }
  
  .form-btn:disabled {
    background-color: #666666;
    cursor: not-allowed;
  }
  
  .buttons-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 450px;
    margin-top: 20px;
  }
  
  .apple-login-button, .google-login-button {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    gap: 10px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    border: 1px solid #3a3a3a;
    background-color: #2a2a2a;
    color: #e0e0e0;
  }
  
  .apple-login-button:hover, .google-login-button:hover {
    border: 1px solid #4de4f8;
    background-color: #333333;
  }
  
  .apple-icon {
    font-size: 20px;
  }
  
  /* For Google login button to remain in place */
  .google-login-button {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* This ensures the Google button displays properly */
  .google-login-button > div {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0.01; /* Nearly invisible but still clickable */
  }
  
  /* Custom Google button UI to match our design */
  .google-login-button::before {
    content: "";
    background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"24px\" height=\"24px\"><path fill=\"%23fbc02d\" d=\"M43.611,20.083H42V20H24v8h11.303c-1.649,4.657-6.08,8-11.303,8c-6.627,0-12-5.373-12-12 s5.373-12,12-12c3.059,0,5.842,1.154,7.961,3.039l5.657-5.657C34.046,6.053,29.268,4,24,4C12.955,4,4,12.955,4,24s8.955,20,20,20 s20-8.955,20-20C44,22.659,43.862,21.35,43.611,20.083z\"/><path fill=\"%23e53935\" d=\"M6.306,14.691l6.571,4.819C14.655,15.108,18.961,12,24,12c3.059,0,5.842,1.154,7.961,3.039 l5.657-5.657C34.046,6.053,29.268,4,24,4C16.318,4,9.656,8.337,6.306,14.691z\"/><path fill=\"%234caf50\" d=\"M24,44c5.166,0,9.86-1.977,13.409-5.192l-6.19-5.238C29.211,35.091,26.715,36,24,36 c-5.202,0-9.619-3.317-11.283-7.946l-6.522,5.025C9.505,39.556,16.227,44,24,44z\"/><path fill=\"%231565c0\" d=\"M43.611,20.083L43.595,20L42,20H24v8h11.303c-0.792,2.237-2.231,4.166-4.087,5.571 c0.001-0.001,0.002-0.001,0.003-0.002l6.19,5.238C36.971,39.205,44,34,44,24C44,22.659,43.862,21.35,43.611,20.083z\"/></svg>");
    background-repeat: no-repeat;
    background-position: center left;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
  }
  
  .google-login-button::after {
    content: "Continue with Google";
    color: #e0e0e0;
  }
  
  .sign-up-label {
    color: #9e9e9e;
    font-size: 14px;
    margin-top: 20px;
  }

  /* Add this to your Login.css file */
.loading-dots:after {
  content: '.';
  color: #00c9e3;
  animation: dots 1.5s steps(5, end) infinite;
  display: inline-block;
  width: 0;
  overflow: hidden;
}

@keyframes dots {
  0%, 20% {
    content: '.';
    width: 4px;
  }
  40% {
    content: '..';
    width: 8px;
  }
  60%, 100% {
    content: '...';
    width: 12px;
  }
}
  
  .sign-up-link {
    color: #4df8d6;
    margin-left: 5px;
    text-decoration: none;
    transition: 0.2s ease;
  }
  
  .sign-up-link:hover {
    text-decoration: underline;
    color: #7accf8;
  }


  
  /* Error message styling */
  p[style*="color: red"] {
    color: #ffb36b !important;
    font-size: 14px;
    margin: 0;
    padding: 0;
  }



/* Add these global styles at the top of your CSS file */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body, html {
  width: 100%;
  overflow-x: hidden;
}



.chat-layout {
  display: flex;
  height: 100vh;
  background-color: #212121;
    color: white;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}
/* 
/* Sidebar styles */
.sidebar {
  width: 250px;
  background-color: rgba(3, 39, 44, 0.207);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  color: #f3f4f6;
  border-right: 0.02px solid #0a9dce2b;
}




.new-chat-button {
  background-color: transparent;
  color: #f3f4f6;
  border: 0.5px solid #00495674;;
font-weight: 550;
  padding: 0.4rem 1rem;
  border-radius: 0.25rem;
  margin: 1rem;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.new-chat-button:hover {
  background-color: #1a262889;
  color: #f3f4f6;
}

.button-icon {
  margin-right: 0.5rem;
  width: 10%;
  margin-bottom: -0.45rem;
  margin-top: 0rem;
}

.chat-list {
  margin-top: 1rem;
  flex-grow: 1;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(73, 99, 103, 0.5) rgba(31, 41, 55, 0.5);
}

.chat-list.custom-scrollbar::-webkit-scrollbar {
  width: 1px;
}

.chat-list.custom-scrollbar::-webkit-scrollbar-track {
  background: #1f2937;
}

.chat-list.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #4b5563;
  border-radius: 3px;
}


.input-container.custom-scrollbar::-webkit-scrollbar {
  width: 1px;
}

.input-container.custom-scrollbar::-webkit-scrollbar-track {
  background: #1f2937;
}

.input-container.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #4b5563;
  border-radius: 3px;
}
.chat-item {
  display: block;
  padding: 0.1rem 1rem;
  color: #d1d5db;
  font-size: 0.75rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.chat-item:hover {
  /* background-color: #374151; */
}

.chat-item.active {
color: #0cdfffd9;

}
.chat-item.icon {
  color: #5d5d5d;
  
  }

.chat-icon {
  display: inline;
  margin-right: 0.5rem;

  transform: translate(0%, 30%);
}

.user-info {
  padding: 1rem;
  font-size: 0.875rem;
  color: #d1d5db;
  border: 0.05px solid #4dc3ea30;
  border-radius: 0.25rem;
  cursor: pointer;
  position: relative;
}

.user-info:hover {
  background-color: rgba(59, 224, 246, 0.2);
}

.svg-viewer {
  max-width: 100%;
  margin: 10px 0;
}

.svg-viewer svg {
  max-width: 100%;
  height: auto;
}

.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  color: #4b5563;
  background: none;
  border: none;
  cursor: pointer;
}

/* Main content styles */
.main-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: rgba(13, 14, 17, 0.8);
  color: #f3f4f6;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;

}

.header {
  background-color: #00181b1e;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(152, 241, 255, 0.023);

  padding: 0.1rem;
  display: flex;
  max-width: 100%;
  height: 6vh;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  position: relative;
}

/* Add shine effect */
.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
}

.welcome-message {
  font-size: 1rem;
font-weight: 500; 
 color: white;
  margin-left: 1rem;
}


.header model-selector {
  display: flex;
  align-items: center;

  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  justify-content: center;
  flex: 1;
}

.model-selector {
  display: flex;
  align-items: center;

  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  justify-content: center;
  flex: 1;
}

.model-selector-container {
  position: relative;
  background-color: #00000083;

  display: inline-block;
}

.model-dropdown {
  -webkit-appearance: none;
          appearance: none;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  font-size: 14px;
  cursor: pointer;
}



.selected-model-logo {
  position: absolute;
  right: 10px;
  top: 50%;

  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.model-dropdown {
  padding: 0.5rem 2rem 0.5rem 2.5rem;
  border-radius: 0.25rem;
  background-color: #00000083;
  color: #f3f4f6;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
  width: 100%;
}

.model-dropdown option {
  background-color: #000000b6;
  color: #f3f4f6;
  padding-left: 2.5rem;
  background-repeat: no-repeat;
  background-position: 0.5rem center;
  background-size: 1.5rem auto;
}

.selected-model-logo {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  position: absolute;
  left: 0.5rem;
  pointer-events: none;
}

.logout-button, .login-button {
  background-color: #ef4444;
  color: white;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.logout-button:hover {
  background-color: #dc2626;
}

.login-button {
  background-color: #3b82f6;
}

.login-button:hover {
  background-color: #2563eb;
}

/* Chat area styles */
.chat-area {
  flex: 2.5;
  overflow-y: auto;
  overflow-x: hidden; /* Prevent horizontal scrolling */
  padding: 0.5rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(75, 85, 99, 0.5) rgba(31, 41, 55, 0.5);
  display: flex;
  flex-direction: column;
  background-color: rgba(13, 17, 17, 0.8);
  -webkit-backdrop-filter: brgba(13, 17, 17, 0.8);
          backdrop-filter: brgba(13, 17, 17, 0.8);
  width: 100%; /* Ensure it takes full width of its container */
  max-width: 100%; /* Prevent exceeding the width of its container */
  box-sizing: border-box; /* Include padding in the width calculation */
}



.chat-area::-webkit-scrollbar {
  width: 8px;
}

.chat-area::-webkit-scrollbar-track {
  background: rgba(31, 41, 55, 0.5);
}



.chat-area::-webkit-scrollbar-thumb {
  background-color: rgba(75, 85, 99, 0.5);
  border-radius: 4px;
  border: 2px solid rgba(31, 41, 55, 0.5);
}

.message-container {
  display: flex;
  margin-bottom: 1rem;
  align-items: flex-start;
  animation: fadeIn 0.3s ease-in-out;
}

.message-container.user {
  justify-content: flex-end;
}

.avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar .ai-avatar {
  width: 100%;
  height: 100%;
}

.-avatar {
  filter: brightness(0.1); /* Reduce brightness to 70% */

}

.message {
  max-width: 80%;
  padding: 10px 15px;
  border-radius: 0.5rem;
  position: relative;
  
  color: white;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.user-message {
  background-color: rgba(27, 32, 29, 0.292);
  border: 1px solid rgba(32, 225, 255, 0.055);
  margin-right: -1.6rem;
  margin-top: 1rem;
}

.message-wrapper {
  position: relative;
  margin-bottom: 0.1rem;
}

.ai-message {
  background-color: #0e1112b6;
  border: 1px solid rgba(60, 141, 155, 0.105);
  margin-left: 0.5rem;
  color: white;
  position: relative;

  border-radius: 10px;
  padding: 10px;
margin-top: 0.7rem;

 
}



.thinking-indicator {
  position: absolute;
bottom: 0%;  right: 0;
  background: transparent;
  padding: 5px 10px;

  font-size: 0.8em;
  color: rgba(207, 207, 207, 0.7);
  border-left:1px solid rgba(229, 231, 235, 0.2);
  border-top: 1px solid rgba(229, 231, 235, 0.2);
  border-top-left-radius: 10px;
}

.thinking-word {
  display: inline-block;
  margin-right: 3px;
  animation: fadeInOut 2s infinite alternate;
}



.typing-indicator-container {
  position: relative;
  display: inline-block;
  bottom: 80px;
  right: 20px;
  z-index: 1000;
  height: 40px; /* Set a fixed height */
  min-width: 80px; /* Set a minimum width to prevent collapsing */
}

.typing-indicator-text {
  display: flex;
  align-items: center; /* Center content vertically */
  gap: 10px;
  padding: 10px 20px;
  border-radius: 20px;
  height: 100%; /* Make it fill the container */

  /* border: 0.5px solid #3be0f6; */

  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.typing-indicator-text span {
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
  animation: fadeInOut 2s infinite alternate;
}

.thinking-word :nth-child(2) {
  animation-delay: 2s;
}

@keyframes fadeInOut {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* Adjust sidebar behavior for mobile devices */

.message-arrow {
  position: absolute;
  top: 0.75rem;
  width: 0;
  height: 0;
  border: 0.5rem solid transparent;
}

.user-arrow {
  margin-top: -0.5rem;
  right: -1.05rem;
  border-left-color: rgba(148, 156, 6, 0.145);
}

.ai-arrow {
  margin-top: -0.3rem;
  left: -1.05rem;
  border-right-color: rgba(0, 208, 250, 0.2);
}
.message-form {
  max-width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.3rem;
  max-height: 50%;
  background-color: rgba(13, 17, 17, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.input-container {
  display: flex;
  max-height: 70vh;
  width: 70%;
  position: relative;
  max-width: 100%;

  border: 0.5px solid #3b4948ac;
  border-radius: 20px;
  overflow: hidden;
  background-color: rgba(1, 12, 13, 0.07);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.message-input {
  flex-grow: 1;
  padding: 0.75rem 1rem;
  border: none;
  outline: none;
  min-height: 2.5rem;
  max-height: 300px; /* Add maximum height */
  width: calc(100% - 60px);
  background-color: transparent;
  color: white;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
    background-color: rgba(1, 2, 2, 0.101);
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  resize: none;
  overflow-y: auto;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.button-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px; /* Fixed width */
  min-width: 50px; /* Prevent shrinking */
  height: 100%;
}
/*  */

.send-button {
  background-color: rgba(71, 71, 68, 0.321);
  /* background-color: rgba(3, 15, 44, 0.207); */
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  color: white;
  border: none;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: flex;
  border-radius: 0.5rem;
position: relative;
  align-items: center;
margin-top: 0.5rem;
  justify-content: center;
  padding: 0.5rem;
  width: 48px; /* Fixed width */
  cursor: pointer;
  transition: background-color 0.3s;
}

.send-button:hover {
  background-color: rgba(52, 52, 52, 0.1);
}

/* .message.ai-message. */

.error-border {
  border: 1px solid #ea5f4dc9; /* Red border for error messages */
  background-color: transparent;

}
/* Typing indicator styles */
.typing-indicator {
  display: flex;
  align-items: center;

  /* border: 0.5px solid #3be0f6; */

}

.typing-indicator span {
  height: 8px;
  width: 8px;
  margin: 0 1px;
  background-color: rgba(224, 224, 224, 0.7);
  display: block;
  border-radius: 50%;
  opacity: 0.4;
  animation: 1s blink infinite;
}

.typing-indicator span:nth-of-type(2) {
  animation-delay: 0.01s;
}

.typing-indicator span:nth-of-type(3) {
  animation-delay: 0.1s;
}

@keyframes blink {
  50% {
    opacity: 1;
  }
}

.ai-text {
  display: inline-block;
  white-space: pre-wrap;
  margin: 0;
  color: white;
}

.ai-text:not(.typing-complete)::after {
  content: '|';
  animation: blink-caret 0.75s step-end infinite;
}

@keyframes blink-caret {
  from, to { opacity: 0; }
  50% { opacity: 1; }
}

.code-block-container {
  margin-top: 10px;
  border-radius: 4px;
  overflow: hidden;
  background-color: rgba(30, 30, 30, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.code-block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(30, 30, 30, 0.9);
  color: #ffffff;
  padding: 5px 10px;
  font-size: 0.9em;
}

.copybutton2 {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: background-color 0.3s ease;
}

.copybutton25{
  background-color: rgba(30, 28, 28, 0.2);
  border: none;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  margin-top: -0.7rem;
  color: #afadad;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: background-color 0.3s ease;
}

.copy-button {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.9em;
}

.copy-button:hover {
  text-decoration: underline;
}

/* Welcome message styles */
.welcome-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-top: -5rem;
  padding: 3rem;
  text-align: center;
}

.welcome-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #f3f4f6;
}

.welcome-subtitle {
  font-size: 1rem;
  color: #d1d5db;
  margin-bottom: 3rem;
}

.welcome-subtitle2 {
  font-size: 0.8rem;
  color: #d1d5db;
}

.template-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  width: 70%;
  max-width: 1000px;
}

.template-item {
  background-color: transparent;
  border: 1px solid #4b5563;
  border-radius: 0.5rem;
  padding: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.template-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 6px rgba(255, 255, 255, 0.1);
}

.template-item h3 {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #f3f4f6;
}

.template-item p {
  font-size: 0.75rem;
  color: #d1d5db;
}



@keyframes glassEffect {
  0% {
    opacity: 0.7;
    filter: blur(10px);
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

.glass-effect {
  animation: glassEffect 1s ease-in-out;
}

.template-item {
  transition: all 0.3s ease;
}

.template-icon, .template-content h3, .template-content p {
  transition: all 0.3s ease;
}


@keyframes slideOutLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}




/* ... (rest of the CSS) */

/* Drop-up menu styles */
.drop-up-menu {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #030609;
  border: 1px solid #4b5563;
  border-radius: 0.25rem;
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
  display: none;
}

.user-info:hover .drop-up-menu {
  display: block;
}

.drop-up-menu-item {
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.drop-up-menu-item:hover {
  background-color: #f3f4f6;
}

/* Dark mode styles */
.dark-mode .user-info {
  color: #d1d5db;
  border-color: #3be0f6;
}

.dark-mode .user-info:hover {
  background-color: rgba(59, 224, 246, 0.2);
}

.dark-mode .drop-up-menu {
  background-color: #1f2937;
  border-color: #4b5563;
}

.dark-mode .drop-up-menu-item:hover {
  background-color: #374151;
}

.settings-container {
  padding: 1rem;
}

.settings-option {
  margin-bottom: 1rem;
}

.settings-option label {
  display: block;
  margin-bottom: 0.5rem;
}

/* Profile Component Styles */
.profile-container {
  padding: 1rem;
}

.profile-info {
  margin-bottom: 1rem;
}

.profile-actions {
  display: flex;
  gap: 1rem;
}

.profile-button {
  padding: 0.5rem 1rem;
  background-color: #3be0f6;
  color: white;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
}

.profile-button:hover {
  background-color: #25cdeb;
}

/* Help Component Styles */
.help-container {
  /* padding: 1rem; */

  background-color: #1f2937;

}



/* Dark mode styles */
.dark-mode .user-info {
  color: #d1d5db;
  border-color: #3be0f6;
}

.dark-mode .user-info:hover {
  background-color: rgba(59, 224, 246, 0.2);
}

.dark-mode .drop-up-menu {
  background-color: #1f2937;
  border-color: #4b5563;
}

.drop-up-menu-item:hover {
  background-color: #374151;
}


.dark-mode .overlay-close {
  color: #f3f4f6;
}

.message-feedback {
  display: flex;
  justify-content: flex-start;
  margin-top: -0.2rem;
  margin-left: 40px; /* Adjust this value to align with the start of the AI message */
}

.feedback-button {
  background: none;
  color: rgba(203, 203, 203, 0.7);
border: none;
  padding: 2px;
  margin-top: -10px;

  margin-right: 10px;
  cursor: pointer;

  transition: all 0.3s ease;
}

.retry-button {
  background: none;
  color: rgba(203, 203, 203, 0.7);
  border-radius: 10rem;
  padding: 4px;
  margin-top: -10px;
align-items: center;
  text-align: center;
  display: flex;
border: 1px solid;
  margin-right: 10px;
  cursor: pointer;

  transition: all 0.3s ease;
}

.retry-button span {
margin-left: 0.4rem;
}
.retry-icon{
height: auto;
width: 25%;
margin-left: 0.2rem;
}

.feedback-button:hover {
  color: rgba(203, 203, 203, 1);
}

.feedback-button.active {
  border-color: transparent;
}

.feedback-button.active svg {
  fill: currentColor;
}

.feedback-button:first-child.active {
  color: rgba(76, 175, 80, 0.8); /* Green color for thumbs up */
}

.feedback-button:last-child.active {
  color: rgba(255, 152, 0, 0.8); /* Orange color for thumbs down */
}





.sidebar-header {
  display: flex;
  align-items: center;
  padding: 6px;

  background-color: #00060774;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.curio-logo {
  width: 30px;
  height: 30px;
margin-top: 1rem; 
 margin-left: 0.5rem;
}
.app-title {
  font-size: 1.1rem;
font-weight: 450;
 color: white;
margin-left: 0.1em;
 margin-top: 1rem; 
}

.user-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.chat-options-button {
  background: none;
  color: white;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.user-options-button {
  background: none;
color: whitesmoke;
  border: none;
  cursor: pointer;

}


.chat-item-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0.1px solid #ffffff23;
  border-radius: 1rem;
  margin: 0.5rem 1rem;
  padding: 0.4rem;
  transition: background-color 0.3s;
}

.chat-item-a{
  font-size: 0.885rem;
  margin-left: 1rem;

}

.chat-options-dropdown {
  position: absolute;
  right: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  z-index: 10;
}

.chat-options-dropdown button {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.user-profile {
  display: flex;
  align-items: center;
}

.user-picture {
  width: 27px;
  height: 27px;
  transform: translate(-20%, 0%);
  border-radius: 50%;
  margin-left: 8px;
  cursor: pointer;
  filter: brightness(0.75); /* Reduce brightness to 70% */
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem;
}
.hamburger-icon {
  display: none;
 
}

.close-sidebar{
  display: none;
}


.connection-status {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 10px;
}

.connection-icon {
  margin-right: 15px;
  margin-top: 0.1rem;
}

.connection-bars {
  display: flex;
  gap: 2px;
}

.bar {
  width: 3px;
  height: 10px;
  background-color: #ccc;
  border-radius: 1px;
}

.bar.active {
  opacity: 1;
}

.bar:not(.active) {
  opacity: 0.3;
}

.error-container {
  position: fixed;
  top: 20px;
  left: 50%;
  /* transform: translateX(-50%); */
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);

  padding: 10px 20px;
  border: 1px solid #4e4c4c;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #ffdddd04;
  color: #a3ac7f;
  padding: 10px;
  
  margin-bottom: 10px;
  border-radius: 5px;
  display: flex;
  gap: 10px;
  width: 50%;
  align-items: center;

  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  animation: moveRight 3s ease-in-out;
}

.error-container svg {
  margin-right: 10px;
}

@keyframes moveRight {
  0%, 50% {
    left: 50%;
    transform: translateX(-50%);
  }
  100% {
    left: calc(100% - 50% - 20px);
    transform: translateX(0);
  }
} 


/* Add these styles to your existing CSS file */

.add-custom-prompt-button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.add-custom-prompt-button:hover {
  background-color: #0056b3;
}

.overlay-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}



.overlay-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.custom-prompt-input {
  width: 100%;
  height: 13rem;
  padding: 10px;
  background-color: #191919;
  margin-bottom: 10px;
  color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.custom-prompt-submit {
  padding: 10px 20px;
  background-color: transparent;
  color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.custom-prompt-submit:hover {
  background-color: #313234;
}


.add-custom-prompt-button1{
background: none;
color: rgba(203, 203, 203, 0.7);
border-radius: 10rem;
padding: 4px;

align-items: center;
text-align: center;
display: flex;
font-size: 0.8rem;
border: 1px solid;
margin-right: 10px;
cursor: pointer;

transition: all 0.3s ease;
}



.add-custom-prompt-button2{
  background: none;
  color: rgba(203, 203, 203, 0.7);
  border-radius: 10rem;
  padding: 4px;
  margin-top: 1rem;
  align-items: center;
  text-align: center;
  display: flex;
  border: 1px solid;
  margin-right: 10px;
  cursor: pointer;
  
  transition: all 0.3s ease;
  }

  .free-plan-badge {
    font-size: 12px;
    color: #888;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 2px 8px;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.2s;
  }
  
  .free-plan-badge:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }


  .maximum-reached-container {
    background-color: transparent;
    color: #595959;
    padding: 10px;
    /* border: 1px solid #757070cf; */
    margin-top: 10px;
    border-radius: 4px;
    font-size: 0.9em;
    text-align: center;
  }


  .file-upload-label {
    cursor: pointer;
    margin-right: 10px;
  }
  
  .file-content {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
  }




  /* Add these styles to your existing CSS file */

.run-code-button {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  margin-top: 5px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}

.run-code-button:hover {
  background-color: #45a049;
}

.run-code-button svg {
  margin-right: 5px;
}



.code-runner {
  margin-top: 20px;
}

.code-runner .error {
  color: #ff0000;
  background-color: #ffeeee;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}

#react-output {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 4px;
}

.whatsnew-note {
  font-size: 0.95rem;
  color: #d7d7d7;
  padding: 10px;
  background-color: #65edfa0d;
transform: translate(0%, 100%);
  border-radius: 5px;
  border-left: 3px solid #00d5ff9e;
}


@media (max-width: 768px) {

  
  body {
    /* Add this to prevent the body from scrolling when the keyboard appears */
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  
  .chat-layout {
    flex-direction: column;
  }


  .sidebar {
    position: fixed;
    left: -100%;
    transition: left 0.3s ease-in-out;
  }

  .sidebar.open {
    left: 0;
  }

  .send-button {
   
  margin-top: 0.1rem;
   
  }


  
.app-title {
  font-size: 1rem;
 

 margin-top: 0.9rem; 
}

  .close-sidebar {
    display: block;
    color: #d1d5db;
    width: 1rem;
    /* margin-right: 3rem; */

    position: absolute;
    top: 1.3rem;
    right: 2rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #ffffff;
  }

  .sidebar {
    position: fixed;
    left: -250px;
    top: 0;
    bottom: 0;
    width: 250px;
    transition: left 0.3s ease-in-out;
    z-index: 1000;
  }

  .sidebar.open {
    left: 0;
  }

  .main-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100vh;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.5rem;
    /* background-color: #1f2937; */
    z-index: 100;
    display: flex;
 
    align-items: center;
  }

  .welcome-message {
    display: none;
  }

  .hamburger-icon {
    display: block;
    cursor: pointer;
    background-color: transparent;
    color: #d1d5db;
    font-size: 1.8rem;
    margin-left: 1rem;
  }

  .model-selector-container {
    width: 9.2rem;
  }

  .model-dropdown {
    width: 100%;
    padding-right: 40px;
  }


  .user-profile {
    margin-left: auto;
  }

  .user-picture {
    width: 27px;
  height: 27px;
  transform: translate(-20%, 0%);
    border-radius: 50%;
  }

  .chat-area {
    flex: 1.5;
    /* padding-top: 50px; /* Adjust based on your header height */
    /* padding-bottom: 50px;  */
margin-top: -1.3rem;
overflow-y: auto;
margin-bottom: 1.02rem;

  }

  .message-form {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
   
    padding: 0.5rem;
  }

  .input-container {
    width: 100%;
    display: flex;
   height: 3.7rem;
  
  
   
  }

  .model-selector-container {
    display: flex;
    align-items: center;
    background-color: #00000083;
    border-radius: 0.25rem;
    border: 1px solid #4b5563;
    padding: 0.18rem;
    position: relative;
  }


  .welcome-container {
    padding: 1rem;
    margin-top: 60px; /* Adjust based on your header height */
    height: auto;
    max-width: 100%;
  }

  .welcome-title {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }

  .welcome-subtitle {
    font-size: 0.85rem;
    margin-bottom: 1.25rem;
  }

  .welcome-subtitle2 {
    font-size: 0.75rem;
    transform: translate(0%, 35%);
  }



  .template-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns in a row */
    gap: 0.5rem;
    width: 100%;
  }

  .template-item {
    padding: 0.6rem;
    font-size: 0.8rem;
  }

  .template-item h3 {
    font-size: 0.75rem;
    margin-bottom: 0.3rem;
  }

  .template-item p {
    font-size: 0.7rem;
    line-height: 1.2;
  }

  /* Ensure the welcome message is scrollable on very small screens */


  /* Adjust the main content area to accommodate the fixed header and message form */
  .main-content {
    padding-top: 60px; /* Match the header height */
    padding-bottom: 60px; /* Match the message form height */
  }

  .code-block-container {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    border-radius: 0;
  }

  .code-block-header {
    padding: 5px;
    font-size: 0.8em;
  }

  .code-block-container pre {
    padding: 1.05rem;
    font-size: 5px;
width: 100%;
max-width: 19.5rem;
    white-space: pre-wrap;
    word-wrap: break-word;
  }




  .code-block-container span {
    font-size: 0.7rem;

  }

  .copy-button {
    font-size: 0.8em;
  }

  /* New AI text styles for small devices */
  .ai-text {
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .ai-text:not(.typing-complete)::after {
    font-size: 1em;
  }

  /* Adjust the typing animation speed for mobile */
  @keyframes blink-caret {
    from, to { opacity: 0; }
    50% { opacity: 1; }
  }
}
/* 
/* Additional styles for very small devices */
@media (max-width: 400px) {
  .code-block-container pre {
    /* padding: 1.05rem; */
    font-size: 5px;
max-width: 16.6rem;
    white-space: pre-wrap;
    word-wrap: break-word;
  }


} 
/* Base overlay styles */
.code-execution-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  

  
  .overlay-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
  }
  
  .overlay-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
  }
  
  .overlay-close-button {
    padding: 0.5rem;
    border-radius: 0.375rem;
    transition: background-color 0.2s;
    cursor: pointer;
  }
  
  .overlay-close-button:hover {
    background-color: #f3f4f6;
  }
  

  
  /* Rest of your existing styles remain the same */



  /* Custom Dropdown Styles */
.custom-dropdown {
position: relative;
width: auto;
-webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
cursor: pointer;
background: #0b1016;
border: 1px solid #4b5563;
border-radius: 0.5rem;
-webkit-user-select: none;
        user-select: none;
z-index: 50;
}
.selected-option {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.5rem 1rem;
gap: 0.5rem;
margin-left: 1.2rem;
margin-bottom: 0.2;
color: #e5e7eb;
}
.selected-model-logo {
width: 24px;
height: 24px;
object-fit: contain;
}
.dropdown-options {
position: absolute;
top: 100%;
left: 0;
width: 200px;
right: 0;
background: #090d11;
border: 1px solid #4b5563;
border-radius: 0.5rem;
margin-top: 0.25rem;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
z-index: 51;
}
.option {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.5rem 1rem;
transition: background-color 0.2s;
color: #e5e7eb;
}
.option:hover {
background-color: #374151;
}
.option.active {
background-color: #10151b;
}
.option-logo {
width: 24px;
height: 24px;
object-fit: contain;
}
/* Mobile Responsive Styles */
@media (max-width: 768px) {
.custom-dropdown {
width: auto;
}
.selected-option,
.option {
padding: 0.375rem 0.85rem;
}
.selected-model-logo,
.option-logo {
width: 20px;
height: 20px;
}
}


/* Base container styles */
.link-preview-container {
  display: block;
  width: 100%;
  max-width: 32rem;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  background-color: white;
  overflow: hidden;
  margin: 0.5rem 0;
  text-decoration: none;
  transition: all 0.2s ease;
}

.hover-lift:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.link-preview-inner {
  display: flex;
  padding: 1rem;
  gap: 1rem;
}

/* Image styles */
.link-preview-image-container {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 0.375rem;
  overflow: hidden;
  background-color: #f3f4f6;
}

.link-preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.link-preview-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f4f6;
}

.link-preview-icon-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-preview-icon {
  width: 2rem;
  height: 2rem;
  color: #9ca3af;
}

/* Content styles */
.link-preview-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.link-preview-content-no-desc {
  justify-content: center;
}

.link-preview-title {
  font-size: 1rem;
  font-weight: 500;
  color: #111827;
  line-height: 1.5;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.link-preview-title-large {
  font-size: 1.125rem;
}

.link-preview-description {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.link-preview-url {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  color: #9ca3af;
}

.link-preview-hostname {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.link-preview-external-icon {
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
}

/* Loading skeleton styles */
.link-preview-skeleton {
  width: 100%;
  max-width: 32rem;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  background-color: white;
  overflow: hidden;
  margin: 0.5rem 0;
}

.link-preview-skeleton-inner {
  display: flex;
  padding: 1rem;
  gap: 1rem;
}

.link-preview-skeleton-image {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 0.375rem;
  background-color: #f3f4f6;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.link-preview-skeleton-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.link-preview-skeleton-title {
  height: 1.25rem;
  width: 75%;
  background-color: #f3f4f6;
  border-radius: 0.25rem;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.link-preview-skeleton-description {
  height: 1rem;
  width: 50%;
  background-color: #f3f4f6;
  border-radius: 0.25rem;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* Error state styles */
.link-preview-error {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 32rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  background-color: white;
  color: #3b82f6;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.link-preview-error:hover {
  background-color: #f9fafb;
  text-decoration: underline;
}

.link-preview-error-text {
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.link-preview-error-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
}




.loading-chat {
    display: flex;
    flex-direction: column;
   
    animation: fadeIn 0.5s ease-in;
  }
  
  .loading-chat__container {
    flex: 1;
  
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  

 
 
 

  
  /* Animations */
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes pulse {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
  }
  
  
.loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
    background-color: rgb(0, 10, 12);
    color: white;
  }
  
  .loader {
    width: 130px;
    height: 170px;
    position: relative;
    font-family: inherit;
  }
  
  /* .loader::before, .loader::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 30px;
    left: 15px;
    z-index: 1;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 20px solid #1b2a33;
    transform: scale(0);
    transition: all 0.2s ease;
  } */
  
  /* .loader::after {
    border-right: 15px solid transparent;
    border-bottom: 20px solid #4088b1;
  } */
  
  .loader .getting-there {
    width: 120%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: -7%;
    font-size: 12px;
    letter-spacing: 2px;
    color: white;
  }
  
  .loader .binary {
    width: 100%;
    height: 140px;
    display: block;
    color: white;
    position: absolute;
    left: 15px;
    z-index: 2;
margin-top: -9rem;
    overflow: hidden;
  }
  
  .loader .binary::before, .loader .binary::after {
    font-family: "Lato";
    font-size: 24px;
    position: absolute;
    left: 0;
    opacity: 0;
  }
  
  .loader .binary:nth-child(1)::before {
    content: "0";
    animation: a 1.1s linear infinite;
  }
  
  .loader .binary:nth-child(1)::after {
    content: "0";
    animation: b 1.3s linear infinite;
  }
  
  .loader .binary:nth-child(2)::before {
    content: "1";
    animation: c 0.9s linear infinite;
  }
  
  .loader .binary:nth-child(2)::after {
    content: "1";
    animation: d 0.7s linear infinite;
  }
  
  .loader.JS_on::before, .loader.JS_on::after {
    transform: scale(1);
  }
  
  @keyframes a {
    0% {
      transform: translate(30px, 0) rotate(30deg);
      opacity: 0;
    }
  
    100% {
      transform: translate(30px, 150px) rotate(-50deg);
      opacity: 1;
    }
  }
  
  @keyframes b {
    0% {
      transform: translate(50px, 0) rotate(-40deg);
      opacity: 0;
    }
  
    100% {
      transform: translate(40px, 150px) rotate(80deg);
      opacity: 1;
    }
  }
  
  @keyframes c {
    0% {
      transform: translate(70px, 0) rotate(10deg);
      opacity: 0;
    }
  
    100% {
      transform: translate(60px, 150px) rotate(70deg);
      opacity: 1;
    }
  }
  
  @keyframes d {
    0% {
      transform: translate(30px, 0) rotate(-50deg);
      opacity: 0;
    }
  
    100% {
      transform: translate(45px, 150px) rotate(30deg);
      opacity: 1;
    }
  }

.center {
  color: azure;
font-weight: bold;
margin-top: 0.5rem;
}
  .loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .heading {
    color: black;
    letter-spacing: 0.2em;
    margin-bottom: 1em;
  }
  
  .loading {
    display: flex;
    width: 5em;
    align-items: center;
    justify-content: center;
  }
  
  .load {
    width: 23px;
    height: 3px;
    background-color: rgb(50, 195, 205);
    animation: 1s move_5011 infinite;
    border-radius: 5px;
    margin: 0.1em;
  }
  
  .load:nth-child(1) {
    animation-delay: 0.2s;
  }
  
  .load:nth-child(2) {
    animation-delay: 0.4s;
  }
  
  .load:nth-child(3) {
    animation-delay: 0.6s;
  }
  
  @keyframes move_5011 {
    0% {
      width: 0.2em;
    }
  
    25% {
      width: 0.7em;
    }
  
    50% {
      width: 1.5em;
    }
  
    100% {
      width: 0.2em;
    }
  }
.help-container {
    padding: 1rem;
    max-width: 90%;
    margin: 0 auto;
  }
  
  .help-section {
    margin-bottom: 1rem;
  }
  
  .help-section h4 {
    margin-bottom: 0.5rem;
  }
  
  .contact-support-btn {
    display: block;
    width: 200px;
    margin: 1rem auto;
    padding: 0.5rem 1rem;
    background-color: #3bf6edcb;
    color: white;
    text-align: center;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    text-decoration: none;
  }
  
  .contact-support-btn:hover {
    background-color: #2563eb;
  }
  
  .overlay-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    z-index: 1000;
  }
  

  
  .overlay-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #ffffff;
  }
  
  /* Dark mode styles */
  .dark-mode .help-container {
    color: #f3f4f6;
    background-color: #1f2937;
  }
  
  .dark-mode .contact-support-btn {
    background-color: #3b82f6;
  }
  
  .dark-mode .contact-support-btn:hover {
    background-color: #2563eb;
  }
  
  .dark-mode .overlay-content {
    background-color: #1f2937;
    color: #f3f4f6;
  }
  
  .dark-mode .overlay-close {
    color: #f3f4f6;
  }
  
  /* Responsive styles for small devices */
  @media (max-width: 640px) {
    .help-container {
      padding: 0.4rem;
      width: 90%;
    }
  
    .overlay-content {
      width: 90%;
      max-height: 95%;
      padding: 1rem;
    }
  
    .contact-support-btn {
      width: 50%;
    }
  }
.overlay-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.overlay-content {
  background-color: #101b1c;
  border-radius: 12px;
  padding: 24px;
  width: 90%;
  max-width: 550px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  border: 1px solid #1e2a2d;
  color: #e2e2e2;
}

.overlay-content h2 {
  margin-top: 0;
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
}

.overlay-content p {
  margin-bottom: 20px;
  color: #b4b4b4;
  font-size: 0.95rem;
  line-height: 1.5;
}

.overlay-content a {
  color: #b4cb00;
  text-decoration: none;
  transition: color 0.2s;
}

.overlay-content a:hover {
  color: #a4d1ff;
  text-decoration: underline;
}

.textarea-container {
  position: relative;
  margin-bottom: 16px;
}

.custom-prompt-input {
  width: 100%;
  padding: 16px;
  border: 1px solid #405155;
  border-radius: 8px;
  font-size: 15px;
  resize: vertical;
  min-height: 120px;
  background-color: #0843439a;
  color: #ffffff;
  transition: border-color 0.3s, box-shadow 0.3s;
  outline: none;
}

.custom-prompt-input::placeholder {
  color: #778588;
}

.custom-prompt-input:focus,
.custom-prompt-input.editing {
  border-color: #59cdea;
  box-shadow: 0 0 0 2px rgba(89, 227, 234, 0.2);
}

.char-count {
  position: absolute;
  bottom: 8px;
  right: 12px;
  font-size: 12px;
  color: #889799;
  background-color: rgba(42, 56, 58, 0.7);
  padding: 2px 6px;
  border-radius: 4px;
  transition: color 0.3s;
}

.char-count-warning {
  color: #ffaa44;
}

.custom-prompt-submit {
  background-color: #006d73;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
  width: 100%;
}

.custom-prompt-submit:hover:not(:disabled) {
  background-color: #8569fb;
}

.custom-prompt-submit:disabled {
  background-color: #4a4a5a;
  cursor: not-allowed;
  opacity: 0.7;
}

.error-message {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background-color: rgba(220, 53, 69, 0.1);
  border: 1px solid rgba(220, 53, 69, 0.3);
  border-radius: 6px;
  color: #ff6b6b;
  margin-bottom: 16px;
}

.overlay-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: none;
  color: #999999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
  padding: 8px;
  border-radius: 50%;
}

.overlay-close:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}

/* Media queries for responsive design */
@media (max-width: 600px) {
  .overlay-content {
    width: 95%;
    padding: 20px 16px;
  }
  
  .overlay-content h2 {
    font-size: 1.3rem;
  }
  
  .overlay-content p {
    font-size: 0.9rem;
  }
  
  .custom-prompt-input {
    padding: 12px;
    font-size: 14px;
    min-height: 100px;
  }
  
  .custom-prompt-submit {
    padding: 10px 16px;
    font-size: 14px;
  }
  
  .char-count {
    font-size: 11px;
  }
}

@media (max-width: 400px) {
  .overlay-content {
    width: 100%;
    border-radius: 0;
    height: 100%;
    max-height: 100vh;
  }
}
.not-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    font-family: Arial, sans-serif;
  }
  
  .not-found h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #333;
  }
  
  .not-found p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #666;
  }
  
  .home-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #012125;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
  }
  
  .home-button:hover {
    background-color: #0d0f11;
  }
