/* [project]/apps/web/src/app/global.css [app-client] (css) */
:before, :after {
  --tw-content: "";
}

html, :host {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

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

[hidden] {
  display: none;
}

*, :before, :after, ::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: #3b82f680;
  --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: ;
}

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0;
}

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

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-1 {
  margin-top: .25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: .5rem;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[39\/5\] {
  aspect-ratio: 39 / 5;
}

.h-3 {
  height: .75rem;
}

.h-3\.5 {
  height: .875rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-9 {
  height: 2.25rem;
}

.h-full {
  height: 100%;
}

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

.w-3 {
  width: .75rem;
}

.w-3\.5 {
  width: .875rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

.flex-1 {
  flex: 1;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

  50% {
    opacity: .7;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: 1s linear infinite spin;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

.gap-0 {
  gap: 0;
}

.gap-0\.5 {
  gap: .125rem;
}

.gap-1 {
  gap: .25rem;
}

.gap-2 {
  gap: .5rem;
}

.gap-3 {
  gap: .75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.25rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: .5rem;
}

.rounded-xl {
  border-radius: .75rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-none {
  border-style: none;
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-slate-200\/50 {
  border-color: #e2e8f080;
}

.border-slate-200\/80 {
  border-color: #e2e8f0cc;
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

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

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

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

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black\/20 {
  --tw-gradient-from: #0003 var(--tw-gradient-from-position);
  --tw-gradient-to: #0000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-50 {
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: #f8fafc00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-white {
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-slate-100 {
  --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-2 {
  padding: .5rem;
}

.p-3 {
  padding: .75rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pt-2 {
  padding-top: .5rem;
}

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

.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-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

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

.text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

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

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: .25;
}

.opacity-75 {
  opacity: .75;
}

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

.outline-none {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

.outline {
  outline-style: solid;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-all {
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-opacity {
  transition-property: opacity;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-transform {
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.duration-300 {
  transition-duration: .3s;
}

.duration-500 {
  transition-duration: .5s;
}

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  scroll-behavior: smooth;
  height: 100%;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

body {
  font-family: inherit;
  line-height: inherit;
  width: 100%;
  height: 100%;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

h1, h2, p, pre {
  margin: 0;
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid;
}

h1, h2 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

svg {
  vertical-align: middle;
  shape-rendering: auto;
  text-rendering: optimizeLegibility;
  display: block;
}

pre {
  color: #e5e7eb;
  background-color: #374151;
  border-radius: .25rem;
  padding: .5rem .75rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  overflow: scroll;
}

.shadow {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
}

.rounded {
  border-radius: 1.5rem;
}

.wrapper {
  width: 100%;
}

.container {
  color: #374151;
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

#welcome {
  margin-top: 2.5rem;
}

#welcome h1 {
  letter-spacing: -.025em;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

#welcome span {
  margin-bottom: .5rem;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 2.25rem;
  display: block;
}

#hero {
  box-sizing: border-box;
  color: #374151;
  background-color: #143157;
  border: none;
  grid-template-columns: 1fr;
  align-items: center;
  margin-top: 3.5rem;
  display: grid;
}

#hero .text-container {
  color: #fff;
  padding: 3rem 2rem;
}

#hero .text-container h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  position: relative;
}

#hero .text-container h2 svg {
  color: #44bb97;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  left: -.25rem;
}

#hero .text-container h2 span {
  margin-left: 2.5rem;
}

#hero .text-container a {
  color: #374151;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  background-color: #fff;
  border-radius: .75rem;
  margin-top: 1.5rem;
  padding: 1rem 2rem;
  display: inline-block;
}

#hero .logo-container {
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
}

#hero .logo-container svg {
  color: #fff;
  width: 66.6667%;
}

#middle-content {
  grid-template-columns: 1fr;
  align-items: flex-start;
  gap: 4rem;
  margin-top: 3.5rem;
  display: grid;
}

#learning-materials {
  padding: 2.5rem 2rem;
}

#learning-materials h2 {
  letter-spacing: -.025em;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.list-item-link {
  border-radius: .75rem;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.list-item-link svg:first-child {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.list-item-link > span {
  flex-grow: 1;
  font-weight: 400;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.list-item-link > span > span {
  color: #6b7280;
  flex-grow: 1;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1rem;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: block;
}

.list-item-link svg:last-child {
  width: 1rem;
  height: 1rem;
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.list-item-link:hover {
  color: #fff;
  background-color: #44bb97;
}

.list-item-link:hover > span > span {
  color: #f3f4f6;
}

.list-item-link:hover svg:last-child {
  transform: translateX(.25rem);
}

.button-pill {
  align-items: center;
  padding: 1.5rem 2rem;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.button-pill svg {
  flex-shrink: 0;
  width: 3rem;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.button-pill > span {
  letter-spacing: -.025em;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.button-pill span span {
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.25rem;
  display: block;
}

.button-pill:hover svg, .button-pill:hover {
  color: #fff !important;
}

#nx-console:hover {
  background-color: #007acc;
}

#nx-console svg {
  color: #007acc;
}

#nx-console-jetbrains {
  margin-top: 2rem;
}

#nx-console-jetbrains:hover {
  background-color: #ff318c;
}

#nx-console-jetbrains svg {
  color: #ff318c;
}

#nx-repo:hover {
  background-color: #181717;
}

#nx-repo svg {
  color: #181717;
}

#nx-cloud {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
}

#nx-cloud > div {
  align-items: center;
  display: flex;
}

#nx-cloud > div svg {
  border-radius: .375rem;
  flex-shrink: 0;
  width: 3rem;
}

#nx-cloud > div h2 {
  letter-spacing: -.025em;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

#nx-cloud > div h2 span {
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.25rem;
  display: block;
}

#nx-cloud p {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

#nx-cloud pre {
  margin-top: 1rem;
}

#nx-cloud a {
  color: #6b7280;
  text-align: right;
  margin-top: 1.5rem;
  font-size: .875rem;
  line-height: 1.25rem;
  display: block;
}

#nx-cloud a:hover {
  text-decoration: underline;
}

#commands {
  margin-top: 3.5rem;
  padding: 2.5rem 2rem;
}

#commands h2 {
  letter-spacing: -.025em;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}

#commands p {
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

details {
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

details pre > span {
  color: #b5b5b5;
  display: block;
}

summary {
  cursor: pointer;
  border-radius: .5rem;
  padding: .5rem;
  font-weight: 400;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

summary:hover {
  background-color: #f3f4f6;
}

summary svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

#love {
  color: #6b7280;
  opacity: .6;
  text-align: center;
  margin-top: 3.5rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

#love svg {
  color: #fca5a5;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -.25rem;
  display: inline;
}

@media screen and (min-width: 768px) {
  #hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #hero .logo-container {
    display: flex;
  }

  #middle-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.gradient-primary {
  background: linear-gradient(135deg, #2563eb 0%, #9333ea 100%);
}

.gradient-text {
  background: linear-gradient(135deg, #2563eb 0%, #9333ea 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.glass-effect {
  -webkit-backdrop-filter: blur(10px);
  background: #fffffff2;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes gradientShift {
  0% {
    background-position: 0%;
  }

  50% {
    background-position: 100%;
  }

  100% {
    background-position: 0%;
  }
}

.animate-fadeIn {
  animation: .3s ease-in-out fadeIn;
}

.animate-slideInRight {
  animation: .3s ease-in-out slideInRight;
}

.animate-slideInLeft {
  animation: .3s ease-in-out slideInLeft;
}

.animate-slideInDown {
  animation: .3s ease-in-out slideInDown;
}

.animate-scaleIn {
  animation: .2s ease-in-out scaleIn;
}

.animate-pulse {
  animation: 2s cubic-bezier(.4, 0, .6, 1) infinite pulse;
}

.shadow-soft {
  box-shadow: 0 2px 15px #00000014;
}

.shadow-glow-blue {
  box-shadow: 0 4px 12px #2563eb4d;
}

.shadow-glow-purple {
  box-shadow: 0 4px 12px #9333ea4d;
}

.hover-lift {
  transition: transform .2s;
}

.hover-lift:hover {
  transform: translateY(-2px);
}

.hover-scale {
  transition: transform .2s;
}

.hover-scale:hover {
  transform: scale(1.05);
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #2563eb 0%, #9333ea 100%);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #1e40af 0%, #7e22ce 100%);
}

[dir="rtl"] .slide-enter-from-right {
  transform: translateX(-100%);
}

[dir="rtl"] .slide-enter-from-left {
  transform: translateX(100%);
}

.transition-all {
  transition: all .3s ease-in-out;
}

.transition-colors {
  transition: color .2s, background-color .2s;
}

.transition-transform {
  transition: transform .3s;
}

.focus-ring:focus {
  outline-offset: 2px;
  border-radius: .375rem;
  outline: 2px solid #2563eb;
}

.btn {
  border-radius: .5rem;
  padding: .5rem 1rem;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.btn-gradient {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: linear-gradient(135deg, #2563eb 0%, #9333ea 100%);
}

.btn-gradient:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #2563eb66;
}

.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -.25rem;
  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\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

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

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px #00000040;
  --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);
}

.group:hover .group-hover\:scale-105 {
  --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));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.dark\:border-gray-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.dark\:border-slate-700\/50:is(.dark *) {
  border-color: #33415580;
}

.dark\:bg-gray-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.dark\:bg-gray-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark\:bg-slate-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.dark\:bg-slate-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.dark\:bg-slate-800\/50:is(.dark *) {
  background-color: #1e293b80;
}

.dark\:bg-slate-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

.dark\:from-slate-900:is(.dark *) {
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: #0f172a00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:via-slate-800:is(.dark *) {
  --tw-gradient-to: #1e293b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:to-slate-900:is(.dark *) {
  --tw-gradient-to: #0f172a var(--tw-gradient-to-position);
}

.dark\:text-blue-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.dark\:text-gray-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.dark\:text-gray-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.dark\:text-green-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}

.dark\:text-orange-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.dark\:text-purple-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}

.dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark\:shadow-slate-900\/50:is(.dark *) {
  --tw-shadow-color: #0f172a80;
  --tw-shadow: var(--tw-shadow-colored);
}

.dark\:hover\:bg-gray-800:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-red-900\/20:hover:is(.dark *) {
  background-color: #7f1d1d33;
}

.dark\:hover\:bg-slate-600:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .sm\:gap-1 {
    gap: .25rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

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

@media (min-width: 1024px) {
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* [project]/apps/web/src/app/home/components/header.module.css [app-client] (css) */
.header-module__ZB_nRa__header {
  z-index: 50;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background: #ffffffd9;
  border-bottom: 1px solid #e5e7eb99;
  width: 100%;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  position: sticky;
  top: 0;
  box-shadow: 0 1px 2px #00000008;
}

.header-module__ZB_nRa__header.header-module__ZB_nRa__scrolled {
  background: #fffffff2;
  border-bottom-color: #e5e7ebcc;
  box-shadow: 0 2px 8px #0000000f, 0 1px 3px #0000000a;
}

.header-module__ZB_nRa__header.header-module__ZB_nRa__hidden {
  opacity: 0;
  transform: translateY(-100%);
}

.dark .header-module__ZB_nRa__header {
  background: #1e293be6;
  border-bottom-color: #475569cc;
  box-shadow: 0 1px 3px #0006;
}

.dark .header-module__ZB_nRa__header.header-module__ZB_nRa__scrolled {
  background: #1e293bfa;
  border-bottom-color: #475569e6;
  box-shadow: 0 2px 8px #0006, 0 1px 3px #0000004d;
}

.header-module__ZB_nRa__logo {
  align-items: center;
  gap: .5rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
}

.header-module__ZB_nRa__logo:after {
  content: "";
  background: linear-gradient(90deg, #3b82f6 0%, #8b5cf6 50%, #ec4899 100%);
  width: 0;
  height: 2px;
  transition: width .3s;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.header-module__ZB_nRa__logo:hover:after {
  width: 100%;
}

.header-module__ZB_nRa__logo:hover {
  transform: translateY(-1px);
}

.header-module__ZB_nRa__logoIcon {
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
  display: flex;
}

@media (min-width: 640px) {
  .header-module__ZB_nRa__logoIcon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.header-module__ZB_nRa__logoIcon {
  color: #fff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) 0 0 / 200% 200%;
  animation: 3s infinite header-module__ZB_nRa__gradientFlow;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 4px #667eea4d;
}

.header-module__ZB_nRa__logoIcon:before {
  content: "";
  background: linear-gradient(45deg, #0000, #ffffff1a, #0000);
  width: 200%;
  height: 200%;
  animation: 3s infinite header-module__ZB_nRa__shimmer;
  position: absolute;
  top: -50%;
  left: -50%;
  transform: rotate(45deg);
}

.header-module__ZB_nRa__logoText {
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
  display: none;
}

.header-module__ZB_nRa__header.header-module__ZB_nRa__logoText {
  opacity: 0;
  transform: translateY(-100%);
}

@media (min-width: 640px) {
  .header-module__ZB_nRa__logoText {
    display: block;
  }
}

.header-module__ZB_nRa__logoText {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%) 0 0 / 200%;
  -webkit-text-fill-color: transparent;
  letter-spacing: -.2px;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800;
  animation: 3s linear infinite header-module__ZB_nRa__gradientFlow;
}

.header-module__ZB_nRa__nav {
  align-items: center;
  gap: .25rem;
  display: none;
}

.header-module__ZB_nRa__header.header-module__ZB_nRa__nav {
  opacity: 0;
  transform: translateY(-100%);
}

@media (min-width: 768px) {
  .header-module__ZB_nRa__nav {
    display: flex;
  }
}

.header-module__ZB_nRa__navLink {
  color: #64748b;
  border-radius: .375rem;
  align-items: center;
  gap: .25rem;
  padding: .125rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-module__ZB_nRa__navLabel {
  display: none;
}

.header-module__ZB_nRa__header.header-module__ZB_nRa__navLabel {
  opacity: 0;
  transform: translateY(-100%);
}

@media (min-width: 1024px) {
  .header-module__ZB_nRa__navLabel {
    display: inline;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header-module__ZB_nRa__navLink {
    padding: .375rem;
  }

  .header-module__ZB_nRa__navLabel {
    display: none;
  }
}

.dark .header-module__ZB_nRa__navLink {
  color: #94a3b8;
}

.header-module__ZB_nRa__navLink:before {
  content: "";
  transform-origin: 100%;
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  transition: transform .3s;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
}

.header-module__ZB_nRa__navLink:hover:before {
  transform-origin: 0;
  transform: scaleX(1);
}

.header-module__ZB_nRa__navLink:hover {
  color: #667eea;
  transform: translateY(-.5px);
}

.header-module__ZB_nRa__navLink.header-module__ZB_nRa__active {
  color: #667eea;
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
  font-weight: 600;
}

.header-module__ZB_nRa__navLinkIndicator {
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  border-radius: 9999px;
  width: 60%;
  height: .125rem;
  animation: .3s header-module__ZB_nRa__slideIn;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 1px 4px #667eea66;
}

.header-module__ZB_nRa__pinBtn {
  color: #64748b;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  border-radius: .375rem;
  padding: .25rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  position: relative;
}

.header-module__ZB_nRa__pinBtn:hover {
  color: #667eea;
  background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
  border-color: #667eea;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px #667eea26;
}

.header-module__ZB_nRa__pinBtn:active {
  transform: translateY(0);
}

.dark .header-module__ZB_nRa__pinBtn {
  color: #cbd5e1;
  background: linear-gradient(135deg, #334155 0%, #475569 100%);
  border-color: #475569;
  box-shadow: 0 1px 3px #0000004d;
}

.dark .header-module__ZB_nRa__pinBtn:hover {
  color: #a5b4fc;
  background: linear-gradient(135deg, #475569 0%, #64748b 100%);
  border-color: #818cf8;
  box-shadow: 0 2px 8px #818cf84d;
}

.header-module__ZB_nRa__searchForm {
  border-width: 1px;
  border-radius: .375rem;
  align-items: center;
  gap: .375rem;
  padding: .25rem .5rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: none;
}

.header-module__ZB_nRa__header.header-module__ZB_nRa__searchForm {
  opacity: 0;
  transform: translateY(-100%);
}

@media (min-width: 640px) {
  .header-module__ZB_nRa__searchForm {
    display: flex;
  }
}

.header-module__ZB_nRa__searchForm {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  position: relative;
  overflow: hidden;
}

.header-module__ZB_nRa__searchForm:not(.header-module__ZB_nRa__focused) {
  border-color: #e2e8f0;
}

.header-module__ZB_nRa__searchForm:not(.header-module__ZB_nRa__focused):hover {
  background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
  border-color: #cbd5e1;
}

.header-module__ZB_nRa__searchForm.header-module__ZB_nRa__focused {
  background: #fff;
  border-color: #667eea;
  box-shadow: 0 0 0 2px #667eea1a;
}

.dark .header-module__ZB_nRa__searchForm:not(.header-module__ZB_nRa__focused) {
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  border-color: #334155;
}

.dark .header-module__ZB_nRa__searchForm.header-module__ZB_nRa__focused {
  background: #1e293b;
  border-color: #818cf8;
  box-shadow: 0 0 0 2px #818cf833;
}

.header-module__ZB_nRa__searchIcon {
  width: .875rem;
  height: .875rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.header-module__ZB_nRa__searchForm:not(.header-module__ZB_nRa__focused) .header-module__ZB_nRa__searchIcon {
  color: #94a3b8;
}

.header-module__ZB_nRa__searchForm.header-module__ZB_nRa__focused .header-module__ZB_nRa__searchIcon {
  color: #667eea;
}

.dark .header-module__ZB_nRa__searchForm.header-module__ZB_nRa__focused .header-module__ZB_nRa__searchIcon {
  color: #818cf8;
}

.header-module__ZB_nRa__searchInput {
  outline-offset: 2px;
  background-color: #0000;
  border-style: none;
  outline: 2px solid #0000;
  width: 8rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
}

@media (min-width: 1024px) {
  .header-module__ZB_nRa__searchInput {
    width: 12rem;
  }
}

.header-module__ZB_nRa__searchInput {
  color: #1e293b;
}

.dark .header-module__ZB_nRa__searchInput {
  color: #f1f5f9;
}

.header-module__ZB_nRa__searchInput::placeholder {
  color: #94a3b8;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header-module__ZB_nRa__searchForm {
    min-width: auto;
    padding: .5rem;
  }

  .header-module__ZB_nRa__searchInput {
    opacity: 0;
    pointer-events: none;
    width: 0;
    padding: 0;
  }

  .header-module__ZB_nRa__searchForm.header-module__ZB_nRa__focused .header-module__ZB_nRa__searchInput {
    opacity: 1;
    pointer-events: auto;
    width: 160px;
    margin-left: .5rem;
  }

  .header-module__ZB_nRa__searchClearBtn {
    display: none;
  }

  .header-module__ZB_nRa__searchForm.header-module__ZB_nRa__focused .header-module__ZB_nRa__searchClearBtn {
    display: block;
  }
}

.header-module__ZB_nRa__searchClearBtn {
  color: #94a3b8;
  border-radius: 9999px;
  padding: .125rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.header-module__ZB_nRa__searchClearBtn:hover {
  color: #ef4444;
  background: #fee2e2;
  transform: rotate(90deg);
}

.header-module__ZB_nRa__userMenuBtn {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  border-radius: .375rem;
  align-items: center;
  gap: .25rem;
  padding: .25rem .375rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.header-module__ZB_nRa__userMenuBtn:hover {
  background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
  border-color: #667eea;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px #667eea26;
}

.dark .header-module__ZB_nRa__userMenuBtn {
  background: linear-gradient(135deg, #334155 0%, #475569 100%);
  border-color: #475569;
  box-shadow: 0 1px 3px #0000004d;
}

.dark .header-module__ZB_nRa__userMenuBtn:hover {
  background: linear-gradient(135deg, #475569 0%, #64748b 100%);
  border-color: #818cf8;
  box-shadow: 0 2px 8px #818cf84d;
}

.header-module__ZB_nRa__userAvatar {
  --tw-text-opacity: 1;
  width: 1.5rem;
  height: 1.5rem;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 4px #667eea40, inset 0 1px #fff3;
}

.header-module__ZB_nRa__userAvatar:after {
  content: "";
  background: linear-gradient(90deg, #0000, #ffffff4d, #0000);
  width: 100%;
  height: 100%;
  animation: 3s infinite header-module__ZB_nRa__shine;
  position: absolute;
  top: 0;
  left: -100%;
}

.header-module__ZB_nRa__userName {
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
  display: none;
}

.header-module__ZB_nRa__header.header-module__ZB_nRa__userName {
  opacity: 0;
  transform: translateY(-100%);
}

@media (min-width: 1024px) {
  .header-module__ZB_nRa__userName {
    display: block;
  }
}

.header-module__ZB_nRa__userName {
  color: #1e293b;
}

.dark .header-module__ZB_nRa__userName {
  color: #f1f5f9;
}

.header-module__ZB_nRa__dropdownArrow {
  width: .75rem;
  height: .75rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: none;
}

.header-module__ZB_nRa__header.header-module__ZB_nRa__dropdownArrow {
  opacity: 0;
  transform: translateY(-100%);
}

@media (min-width: 1024px) {
  .header-module__ZB_nRa__dropdownArrow {
    display: block;
  }
}

.header-module__ZB_nRa__dropdownArrow {
  color: #64748b;
}

.header-module__ZB_nRa__dropdownArrow.header-module__ZB_nRa__open {
  color: #667eea;
  transform: rotate(180deg);
}

.dark .header-module__ZB_nRa__dropdownArrow {
  color: #94a3b8;
}

.dark .header-module__ZB_nRa__dropdownArrow.header-module__ZB_nRa__open {
  color: #818cf8;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header-module__ZB_nRa__userMenuBtn {
    padding: .375rem;
  }

  .header-module__ZB_nRa__userName, .header-module__ZB_nRa__dropdownArrow {
    display: none;
  }
}

.header-module__ZB_nRa__dropdown {
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border: 1px solid #e2e8f0;
  border-radius: .75rem;
  width: 14rem;
  margin-top: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  animation: .2s cubic-bezier(.4, 0, .2, 1) header-module__ZB_nRa__dropdownSlide;
  position: absolute;
  right: 0;
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
}

[dir="rtl"] .header-module__ZB_nRa__dropdown {
  left: 0;
  right: auto;
}

[dir="ltr"] .header-module__ZB_nRa__dropdown {
  left: auto;
  right: 0;
}

.dark .header-module__ZB_nRa__dropdown {
  background: #1e293b;
  border-color: #334155;
  box-shadow: 0 10px 15px -3px #0006, 0 4px 6px -2px #0000004d;
}

.header-module__ZB_nRa__dropdownHeader {
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  background: linear-gradient(135deg, #f8fafc 0%, #fff 100%);
  padding: .5rem .75rem;
}

.header-module__ZB_nRa__dropdownHeader p {
  color: #1e293b;
}

.dark .header-module__ZB_nRa__dropdownHeader {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-color: #334155;
}

.dark .header-module__ZB_nRa__dropdownHeader p {
  color: #f1f5f9;
}

.dark .header-module__ZB_nRa__dropdownHeader p.header-module__ZB_nRa__text-gray-500 {
  color: #94a3b8 !important;
}

@media (max-width: 480px) {
  .header-module__ZB_nRa__dropdown {
    width: calc(100vw - 2rem);
    max-width: 280px;
    right: -1rem;
  }

  [dir="ltr"] .header-module__ZB_nRa__dropdown {
    left: -1rem;
    right: auto;
  }
}

.header-module__ZB_nRa__dropdownItem {
  color: #475569;
  align-items: center;
  gap: .5rem;
  padding: .5rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
}

.dark .header-module__ZB_nRa__dropdownItem {
  color: #cbd5e1;
}

.header-module__ZB_nRa__dropdownItem:before {
  content: "";
  background: linear-gradient(#667eea 0%, #764ba2 100%);
  width: 2px;
  height: 0;
  transition: height .2s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[dir="rtl"] .header-module__ZB_nRa__dropdownItem:before {
  border-radius: 0 2px 2px 0;
  left: 0;
  right: auto;
}

[dir="ltr"] .header-module__ZB_nRa__dropdownItem:before {
  border-radius: 2px 0 0 2px;
  left: auto;
  right: 0;
}

.header-module__ZB_nRa__dropdownItem:hover {
  color: #667eea;
  background: linear-gradient(135deg, #667eea08 0%, #764ba208 100%);
}

.dark .header-module__ZB_nRa__dropdownItem:hover {
  color: #818cf8;
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
}

.header-module__ZB_nRa__dropdownItem:hover:before {
  height: 60%;
}

.header-module__ZB_nRa__dropdownItem svg {
  width: 1rem;
  height: 1rem;
  transition: transform .2s;
}

.header-module__ZB_nRa__dropdownItem:hover svg {
  transform: scale(1.1);
}

.header-module__ZB_nRa__dropdownItem.header-module__ZB_nRa__danger {
  color: #dc2626;
}

.header-module__ZB_nRa__dropdownItem.header-module__ZB_nRa__danger:hover {
  color: #991b1b;
  background: #fee2e2;
}

.dark .header-module__ZB_nRa__dropdownItem.header-module__ZB_nRa__danger {
  color: #f87171;
}

.dark .header-module__ZB_nRa__dropdownItem.header-module__ZB_nRa__danger:hover {
  color: #fca5a5;
  background: #7f1d1d40;
}

.header-module__ZB_nRa__authButtons {
  align-items: center;
  gap: .125rem;
  display: none;
}

.header-module__ZB_nRa__header.header-module__ZB_nRa__authButtons {
  opacity: 0;
  transform: translateY(-100%);
}

@media (min-width: 768px) {
  .header-module__ZB_nRa__authButtons {
    display: flex;
  }
}

.header-module__ZB_nRa__loginBtn {
  color: #475569;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  border-radius: .375rem;
  align-items: center;
  gap: .25rem;
  padding: .125rem .375rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.header-module__ZB_nRa__loginBtn:hover {
  color: #667eea;
  background: #fff;
  border-color: #667eea;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px #667eea26;
}

.dark .header-module__ZB_nRa__loginBtn {
  color: #e2e8f0;
  background: linear-gradient(135deg, #334155 0%, #475569 100%);
  border-color: #475569;
  box-shadow: 0 1px 3px #0000004d;
}

.dark .header-module__ZB_nRa__loginBtn:hover {
  color: #a5b4fc;
  background: linear-gradient(135deg, #475569 0%, #64748b 100%);
  border-color: #818cf8;
  box-shadow: 0 2px 8px #818cf84d;
}

.header-module__ZB_nRa__registerBtn {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) 0 0 / 200%;
  border-radius: .375rem;
  align-items: center;
  gap: .25rem;
  padding: .125rem .375rem;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 4px #667eea4d;
}

.header-module__ZB_nRa__authBtnText {
  display: none;
}

.header-module__ZB_nRa__header.header-module__ZB_nRa__authBtnText {
  opacity: 0;
  transform: translateY(-100%);
}

@media (min-width: 1024px) {
  .header-module__ZB_nRa__authBtnText {
    display: inline;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header-module__ZB_nRa__loginBtn, .header-module__ZB_nRa__registerBtn {
    padding: .25rem;
  }

  .header-module__ZB_nRa__authBtnText {
    display: none;
  }
}

.header-module__ZB_nRa__registerBtn:before {
  content: "";
  background: linear-gradient(90deg, #0000, #fff3, #0000);
  width: 100%;
  height: 100%;
  transition: left .5s;
  position: absolute;
  top: 0;
  left: -100%;
}

.header-module__ZB_nRa__registerBtn:hover:before {
  left: 100%;
}

.header-module__ZB_nRa__registerBtn:hover {
  background-position: 100%;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #667eea66;
}

.header-module__ZB_nRa__registerBtn:active {
  transform: translateY(0);
}

.header-module__ZB_nRa__mobileMenuBtn {
  border-radius: .375rem;
  padding: .25rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

@media (min-width: 768px) {
  .header-module__ZB_nRa__mobileMenuBtn {
    display: none;
  }
}

.header-module__ZB_nRa__mobileMenuBtn {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
}

.header-module__ZB_nRa__mobileMenuBtn:hover {
  background: #fff;
  border-color: #667eea;
  box-shadow: 0 2px 8px #667eea26;
}

.dark .header-module__ZB_nRa__mobileMenuBtn {
  background: linear-gradient(135deg, #334155 0%, #475569 100%);
  border-color: #475569;
  box-shadow: 0 1px 3px #0000004d;
}

.dark .header-module__ZB_nRa__mobileMenuBtn:hover {
  background: linear-gradient(135deg, #475569 0%, #64748b 100%);
  border-color: #818cf8;
  box-shadow: 0 2px 8px #818cf84d;
}

.header-module__ZB_nRa__mobileMenuBackdrop {
  z-index: 40;
  position: fixed;
  inset: 0;
}

@media (min-width: 768px) {
  .header-module__ZB_nRa__mobileMenuBackdrop {
    display: none;
  }
}

.header-module__ZB_nRa__mobileMenuBackdrop {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #0f172a99;
  animation: .3s header-module__ZB_nRa__fadeIn;
}

.header-module__ZB_nRa__mobileMenuPanel {
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 18rem;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}

@media (min-width: 768px) {
  .header-module__ZB_nRa__mobileMenuPanel {
    display: none;
  }
}

.header-module__ZB_nRa__mobileMenuPanel {
  animation: .3s cubic-bezier(.4, 0, .2, 1) header-module__ZB_nRa__slideInRight;
  box-shadow: -10px 0 30px #0003;
}

[dir="rtl"] .header-module__ZB_nRa__mobileMenuPanel {
  animation: .3s cubic-bezier(.4, 0, .2, 1) header-module__ZB_nRa__slideInFromRight;
  left: auto;
  right: 0;
  box-shadow: -10px 0 30px #0003;
}

[dir="ltr"] .header-module__ZB_nRa__mobileMenuPanel {
  animation: .3s cubic-bezier(.4, 0, .2, 1) header-module__ZB_nRa__slideInFromLeft;
  left: 0;
  right: auto;
  box-shadow: 10px 0 30px #0003;
}

.dark .header-module__ZB_nRa__mobileMenuPanel {
  background: #0f172a;
}

.header-module__ZB_nRa__mobileMenuHeader {
  background: linear-gradient(135deg, #f8fafc 0%, #fff 100%);
  border-color: #e2e8f0;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.dark .header-module__ZB_nRa__mobileMenuHeader {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-color: #334155;
}

.header-module__ZB_nRa__mobileSearchBar {
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  background: #fafafa;
  padding: .75rem;
}

.dark .header-module__ZB_nRa__mobileSearchBar {
  background: #1e293b;
  border-color: #334155;
}

.header-module__ZB_nRa__mobileSearchInput {
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: .5rem;
  align-items: center;
  gap: .5rem;
  padding: .5rem .75rem;
  transition: all .3s;
  display: flex;
}

.dark .header-module__ZB_nRa__mobileSearchInput {
  background: #0f172a;
  border-color: #334155;
}

.header-module__ZB_nRa__mobileSearchInput:focus-within {
  border-color: #667eea;
  box-shadow: 0 0 0 2px #667eea1a;
}

.header-module__ZB_nRa__mobileNav {
  padding: .75rem;
}

.header-module__ZB_nRa__mobileNavLink {
  border-radius: .5rem;
  align-items: center;
  gap: .75rem;
  margin-bottom: 2px;
  padding: .625rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.header-module__ZB_nRa__mobileNavLink:not(.header-module__ZB_nRa__active) {
  color: #64748b;
}

.header-module__ZB_nRa__mobileNavLink:not(.header-module__ZB_nRa__active):hover {
  color: #667eea;
  background: linear-gradient(135deg, #667eea08 0%, #764ba208 100%);
}

.dark .header-module__ZB_nRa__mobileNavLink:not(.header-module__ZB_nRa__active) {
  color: #94a3b8;
}

.dark .header-module__ZB_nRa__mobileNavLink:not(.header-module__ZB_nRa__active):hover {
  color: #818cf8;
}

.header-module__ZB_nRa__mobileNavLink.header-module__ZB_nRa__active {
  color: #667eea;
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
  box-shadow: 0 1px 4px #667eea26;
}

.dark .header-module__ZB_nRa__mobileNavLink.header-module__ZB_nRa__active {
  color: #818cf8;
}

.header-module__ZB_nRa__mobileUserSection {
  --tw-border-opacity: 1;
  border-top-width: 1px;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  background: linear-gradient(135deg, #f8fafc 0%, #fff 100%);
  margin-top: auto;
  padding: .75rem;
}

.dark .header-module__ZB_nRa__mobileUserSection {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-color: #334155;
}

@keyframes header-module__ZB_nRa__gradientFlow {
  0%, 100% {
    background-position: 0%;
  }

  50% {
    background-position: 100%;
  }
}

@keyframes header-module__ZB_nRa__shimmer {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes header-module__ZB_nRa__shine {
  0% {
    left: -100%;
  }

  100% {
    left: 200%;
  }
}

@keyframes header-module__ZB_nRa__slideIn {
  from {
    opacity: 0;
    width: 0;
  }

  to {
    opacity: 1;
    width: 60%;
  }
}

@keyframes header-module__ZB_nRa__dropdownSlide {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes header-module__ZB_nRa__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes header-module__ZB_nRa__slideInRight {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes header-module__ZB_nRa__slideInFromRight {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes header-module__ZB_nRa__slideInFromLeft {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

.header-module__ZB_nRa__logoSection {
  flex-shrink: 0;
  align-items: center;
  min-width: fit-content;
  display: flex;
}

.header-module__ZB_nRa__centerSection {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: none;
}

.header-module__ZB_nRa__header.header-module__ZB_nRa__centerSection {
  opacity: 0;
  transform: translateY(-100%);
}

@media (min-width: 768px) {
  .header-module__ZB_nRa__centerSection {
    display: flex;
  }
}

.header-module__ZB_nRa__rightSection {
  flex-shrink: 0;
  align-items: center;
  gap: .25rem;
  display: flex;
}

.header-module__ZB_nRa__searchWrapper {
  display: none;
}

.header-module__ZB_nRa__header.header-module__ZB_nRa__searchWrapper {
  opacity: 0;
  transform: translateY(-100%);
}

@media (min-width: 768px) {
  .header-module__ZB_nRa__searchWrapper {
    display: flex;
  }
}

.header-module__ZB_nRa__controlsWrapper {
  align-items: center;
  gap: .125rem;
  display: none;
}

.header-module__ZB_nRa__header.header-module__ZB_nRa__controlsWrapper {
  opacity: 0;
  transform: translateY(-100%);
}

@media (min-width: 768px) {
  .header-module__ZB_nRa__controlsWrapper {
    display: flex;
  }
}

.header-module__ZB_nRa__userWrapper {
  display: none;
}

.header-module__ZB_nRa__header.header-module__ZB_nRa__userWrapper {
  opacity: 0;
  transform: translateY(-100%);
}

@media (min-width: 768px) {
  .header-module__ZB_nRa__userWrapper {
    display: flex;
  }
}

.header-module__ZB_nRa__divider {
  width: 1px;
  height: 1rem;
  display: none;
}

.header-module__ZB_nRa__header.header-module__ZB_nRa__divider {
  opacity: 0;
  transform: translateY(-100%);
}

@media (min-width: 1024px) {
  .header-module__ZB_nRa__divider {
    display: block;
  }
}

.header-module__ZB_nRa__divider {
  background: linear-gradient(#0000, #cbd5e1, #0000);
}

.dark .header-module__ZB_nRa__divider {
  background: linear-gradient(#0000, #475569, #0000);
}

@media (min-width: 1024px) {
  .header-module__ZB_nRa__logoSection {
    min-width: 140px;
  }

  .header-module__ZB_nRa__rightSection {
    gap: .375rem;
  }

  .header-module__ZB_nRa__searchWrapper, .header-module__ZB_nRa__controlsWrapper, .header-module__ZB_nRa__userWrapper {
    display: flex;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header-module__ZB_nRa__logoSection {
    min-width: 120px;
  }

  .header-module__ZB_nRa__logoText {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .header-module__ZB_nRa__searchWrapper, .header-module__ZB_nRa__controlsWrapper, .header-module__ZB_nRa__userWrapper {
    display: flex;
  }
}

@media (max-width: 767px) {
  .header-module__ZB_nRa__header {
    padding: 0;
  }

  .header-module__ZB_nRa__logoText {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .header-module__ZB_nRa__centerSection, .header-module__ZB_nRa__searchWrapper, .header-module__ZB_nRa__controlsWrapper, .header-module__ZB_nRa__userWrapper {
    display: none;
  }

  .header-module__ZB_nRa__pinBtn {
    display: flex;
  }
}

@media (max-width: 639px) {
  .header-module__ZB_nRa__logoIcon {
    width: 1.25rem;
    height: 1.25rem;
    font-size: .75rem;
    line-height: 1rem;
  }

  .header-module__ZB_nRa__logoText {
    font-size: .75rem;
    line-height: 1rem;
  }

  .header-module__ZB_nRa__searchInput {
    width: 100px;
  }

  .header-module__ZB_nRa__rightSection {
    gap: .25rem;
  }

  .header-module__ZB_nRa__pinBtn, .header-module__ZB_nRa__mobileMenuBtn {
    padding: .375rem;
  }
}

/* [project]/apps/web/src/components/LoginModal.module.css [app-client] (css) */
.LoginModal-module__ouXn1G__backdrop {
  z-index: 100;
  -webkit-backdrop-filter: blur(8px);
  background: #0f172a99;
  animation: .2s LoginModal-module__ouXn1G__fadeIn;
  position: fixed;
  inset: 0;
}

.LoginModal-module__ouXn1G__backdropModal {
  --tw-bg-opacity: .6;
}

.LoginModal-module__ouXn1G__backdropDropdown {
  -webkit-backdrop-filter: none;
  background-color: #0000;
}

.dark .LoginModal-module__ouXn1G__backdrop {
  background: #000000b3;
}

.LoginModal-module__ouXn1G__container {
  z-index: 101;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 25px 50px -12px #00000040;
  --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);
  border-radius: 1rem;
  max-height: 90vh;
  animation: .2s cubic-bezier(.4, 0, .2, 1) LoginModal-module__ouXn1G__scaleIn;
  position: fixed;
  overflow-y: auto;
}

.dark .LoginModal-module__ouXn1G__container {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  border: 1px solid #47556980;
}

.LoginModal-module__ouXn1G__modal {
  width: calc(100% - 2rem);
  max-width: 420px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.LoginModal-module__ouXn1G__dropdown {
  width: 380px;
  max-height: 85vh;
}

@media (max-width: 640px) {
  .LoginModal-module__ouXn1G__modal, .LoginModal-module__ouXn1G__dropdown {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    animation: .3s cubic-bezier(.4, 0, .2, 1) LoginModal-module__ouXn1G__slideUp;
    inset: 0;
    transform: none;
  }
}

.LoginModal-module__ouXn1G__header {
  background: linear-gradient(135deg, #f8fafc 0%, #fff 100%);
  border-color: #e2e8f0;
  border-bottom-width: 1px;
  padding: 1.5rem 1.5rem 1rem;
  position: relative;
}

.dark .LoginModal-module__ouXn1G__header {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-color: #334155;
}

.LoginModal-module__ouXn1G__headerContent {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.LoginModal-module__ouXn1G__iconWrapper {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: .75rem;
  animation: 2s ease-in-out infinite LoginModal-module__ouXn1G__pulse;
  display: flex;
  box-shadow: 0 4px 12px #667eea4d;
}

.LoginModal-module__ouXn1G__icon {
  --tw-text-opacity: 1;
  width: 1.75rem;
  height: 1.75rem;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.LoginModal-module__ouXn1G__title {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%) 0 0 / 200%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.LoginModal-module__ouXn1G__subtitle {
  color: #64748b;
  font-size: .875rem;
  line-height: 1.25rem;
}

.dark .LoginModal-module__ouXn1G__subtitle {
  color: #94a3b8;
}

.LoginModal-module__ouXn1G__closeBtn {
  color: #64748b;
  border-radius: .5rem;
  padding: .5rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: 1rem;
}

[dir="rtl"] .LoginModal-module__ouXn1G__closeBtn {
  left: 1rem;
  right: auto;
}

[dir="ltr"] .LoginModal-module__ouXn1G__closeBtn {
  left: auto;
  right: 1rem;
}

.LoginModal-module__ouXn1G__closeBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  color: #ef4444;
  transform: rotate(90deg);
}

.dark .LoginModal-module__ouXn1G__closeBtn {
  color: #94a3b8;
}

.dark .LoginModal-module__ouXn1G__closeBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
  color: #f87171;
}

.LoginModal-module__ouXn1G__form {
  padding: 1.5rem;
}

.LoginModal-module__ouXn1G__inputGroup {
  margin-bottom: 1rem;
}

.LoginModal-module__ouXn1G__label {
  color: #334155;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  display: block;
}

.dark .LoginModal-module__ouXn1G__label {
  color: #e2e8f0;
}

.LoginModal-module__ouXn1G__inputWrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.LoginModal-module__ouXn1G__inputIcon {
  color: #94a3b8;
  width: 1.25rem;
  height: 1.25rem;
  transition: color .2s;
  position: absolute;
}

[dir="rtl"] .LoginModal-module__ouXn1G__inputIcon {
  left: auto;
  right: .75rem;
}

[dir="ltr"] .LoginModal-module__ouXn1G__inputIcon {
  left: .75rem;
  right: auto;
}

.LoginModal-module__ouXn1G__input {
  color: #1e293b;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-width: 1px;
  border-color: #e2e8f0;
  border-radius: .5rem;
  width: 100%;
  padding: .625rem 2.75rem;
  font-size: .875rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

[dir="rtl"] .LoginModal-module__ouXn1G__input {
  text-align: right;
  padding-left: .75rem;
  padding-right: 2.75rem;
}

[dir="ltr"] .LoginModal-module__ouXn1G__input {
  text-align: left;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.LoginModal-module__ouXn1G__input::placeholder {
  color: #94a3b8;
}

.LoginModal-module__ouXn1G__input:focus {
  background: #fff;
  border-color: #667eea;
  outline: none;
  box-shadow: 0 0 0 3px #667eea1a;
}

.LoginModal-module__ouXn1G__input:focus ~ .LoginModal-module__ouXn1G__inputIcon, .LoginModal-module__ouXn1G__inputWrapper:focus-within .LoginModal-module__ouXn1G__inputIcon {
  color: #667eea;
}

.dark .LoginModal-module__ouXn1G__input {
  color: #f1f5f9;
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  border-color: #334155;
}

.dark .LoginModal-module__ouXn1G__input:focus {
  background: #1e293b;
  border-color: #818cf8;
  box-shadow: 0 0 0 3px #818cf833;
}

:is(.dark .LoginModal-module__ouXn1G__input:focus ~ .LoginModal-module__ouXn1G__inputIcon, .dark .LoginModal-module__ouXn1G__inputWrapper:focus-within .LoginModal-module__ouXn1G__inputIcon) {
  color: #818cf8;
}

.LoginModal-module__ouXn1G__togglePasswordBtn {
  color: #94a3b8;
  border-radius: .375rem;
  padding: .375rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  position: absolute;
}

[dir="rtl"] .LoginModal-module__ouXn1G__togglePasswordBtn {
  left: .5rem;
  right: auto;
}

[dir="ltr"] .LoginModal-module__ouXn1G__togglePasswordBtn {
  left: auto;
  right: .5rem;
}

.LoginModal-module__ouXn1G__togglePasswordBtn:hover {
  color: #667eea;
  background: #667eea1a;
}

.dark .LoginModal-module__ouXn1G__togglePasswordBtn:hover {
  color: #818cf8;
  background: #818cf833;
}

.LoginModal-module__ouXn1G__optionsRow {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.LoginModal-module__ouXn1G__checkboxLabel {
  cursor: pointer;
  color: #475569;
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
}

.dark .LoginModal-module__ouXn1G__checkboxLabel {
  color: #cbd5e1;
}

.LoginModal-module__ouXn1G__checkbox {
  cursor: pointer;
  accent-color: #667eea;
  border-width: 2px;
  border-color: #cbd5e1;
  border-radius: .25rem;
  width: 1rem;
  height: 1rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.LoginModal-module__ouXn1G__checkbox:checked {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-color: #667eea;
}

.dark .LoginModal-module__ouXn1G__checkbox {
  background: #334155;
  border-color: #475569;
}

.LoginModal-module__ouXn1G__forgotLink {
  color: #667eea;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.LoginModal-module__ouXn1G__forgotLink:hover {
  color: #764ba2;
  text-decoration: underline;
}

.dark .LoginModal-module__ouXn1G__forgotLink {
  color: #818cf8;
}

.dark .LoginModal-module__ouXn1G__forgotLink:hover {
  color: #a5b4fc;
}

.LoginModal-module__ouXn1G__submitBtn {
  --tw-text-opacity: 1;
  width: 100%;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) 0 0 / 200%;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px #667eea4d;
}

.LoginModal-module__ouXn1G__submitBtn:before {
  content: "";
  background: linear-gradient(90deg, #0000, #fff3, #0000);
  width: 100%;
  height: 100%;
  transition: left .5s;
  position: absolute;
  top: 0;
  left: -100%;
}

.LoginModal-module__ouXn1G__submitBtn:hover:before {
  left: 100%;
}

.LoginModal-module__ouXn1G__submitBtn:hover {
  background-position: 100%;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px #667eea66;
}

.LoginModal-module__ouXn1G__submitBtn:active {
  transform: translateY(0);
}

.LoginModal-module__ouXn1G__divider {
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.LoginModal-module__ouXn1G__divider:before, .LoginModal-module__ouXn1G__divider:after {
  content: "";
  background: linear-gradient(to right, #0000, #cbd5e1, #0000);
  flex: 1;
  height: 1px;
}

.dark .LoginModal-module__ouXn1G__divider:before {
  background: linear-gradient(to right, #0000, #475569, #0000);
}

.dark .LoginModal-module__ouXn1G__divider:after {
  background: linear-gradient(to right, #0000, #475569, #0000);
}

.LoginModal-module__ouXn1G__divider span {
  color: #94a3b8;
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
}

.LoginModal-module__ouXn1G__socialButtons {
  gap: .75rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.LoginModal-module__ouXn1G__socialBtn {
  color: #475569;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  border-radius: .5rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .625rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.LoginModal-module__ouXn1G__socialBtn:hover {
  color: #667eea;
  background: #fff;
  border-color: #667eea;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #667eea26;
}

.LoginModal-module__ouXn1G__socialBtn:active {
  transform: translateY(0);
}

.dark .LoginModal-module__ouXn1G__socialBtn {
  color: #e2e8f0;
  background: linear-gradient(135deg, #334155 0%, #475569 100%);
  border-color: #475569;
}

.dark .LoginModal-module__ouXn1G__socialBtn:hover {
  color: #a5b4fc;
  background: linear-gradient(135deg, #475569 0%, #64748b 100%);
  border-color: #818cf8;
  box-shadow: 0 4px 12px #818cf84d;
}

.LoginModal-module__ouXn1G__footer {
  justify-content: center;
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  line-height: 1.25rem;
  display: flex;
}

.LoginModal-module__ouXn1G__footerText {
  color: #64748b;
}

.dark .LoginModal-module__ouXn1G__footerText {
  color: #94a3b8;
}

.LoginModal-module__ouXn1G__registerLink {
  color: #667eea;
  font-weight: 700;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.LoginModal-module__ouXn1G__registerLink:hover {
  color: #764ba2;
  text-decoration: underline;
}

.dark .LoginModal-module__ouXn1G__registerLink {
  color: #818cf8;
}

.dark .LoginModal-module__ouXn1G__registerLink:hover {
  color: #a5b4fc;
}

@keyframes LoginModal-module__ouXn1G__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes LoginModal-module__ouXn1G__scaleIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%)scale(.95);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%)scale(1);
  }
}

@keyframes LoginModal-module__ouXn1G__slideUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes LoginModal-module__ouXn1G__pulse {
  0%, 100% {
    box-shadow: 0 4px 12px #667eea4d;
  }

  50% {
    box-shadow: 0 4px 20px #667eea80;
  }
}

.LoginModal-module__ouXn1G__container::-webkit-scrollbar {
  width: 6px;
}

.LoginModal-module__ouXn1G__container::-webkit-scrollbar-track {
  background: none;
}

.LoginModal-module__ouXn1G__container::-webkit-scrollbar-thumb {
  background: linear-gradient(#667eea 0%, #764ba2 100%);
  border-radius: 10px;
}

.LoginModal-module__ouXn1G__container::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(#764ba2 0%, #667eea 100%);
}

.dark .LoginModal-module__ouXn1G__container::-webkit-scrollbar-thumb {
  background: linear-gradient(#818cf8 0%, #a5b4fc 100%);
}

@media (max-width: 768px) {
  .LoginModal-module__ouXn1G__dropdown {
    width: calc(100vw - 2rem);
    max-width: 380px;
  }
}

@media (max-width: 640px) {
  .LoginModal-module__ouXn1G__header {
    padding: 1rem 1rem .75rem;
  }

  .LoginModal-module__ouXn1G__form {
    padding: 1rem;
  }

  .LoginModal-module__ouXn1G__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .LoginModal-module__ouXn1G__subtitle {
    font-size: .75rem;
    line-height: 1rem;
  }

  .LoginModal-module__ouXn1G__iconWrapper {
    width: 3rem;
    height: 3rem;
    margin-bottom: .5rem;
  }

  .LoginModal-module__ouXn1G__icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .LoginModal-module__ouXn1G__inputGroup {
    margin-bottom: .75rem;
  }

  .LoginModal-module__ouXn1G__socialButtons {
    flex-direction: column;
    gap: .5rem;
  }

  .LoginModal-module__ouXn1G__socialBtn {
    width: 100%;
  }
}

/* [project]/apps/web/src/components/RegisterModal.module.css [app-client] (css) */
.RegisterModal-module__FpS86q__backdrop {
  z-index: 100;
  -webkit-backdrop-filter: blur(8px);
  background: #0f172a99;
  animation: .2s RegisterModal-module__FpS86q__fadeIn;
  position: fixed;
  inset: 0;
}

.RegisterModal-module__FpS86q__backdropModal {
  --tw-bg-opacity: .6;
}

.RegisterModal-module__FpS86q__backdropDropdown {
  -webkit-backdrop-filter: none;
  background-color: #0000;
}

.dark .RegisterModal-module__FpS86q__backdrop {
  background: #000000b3;
}

.RegisterModal-module__FpS86q__container {
  z-index: 101;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 25px 50px -12px #00000040;
  --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);
  border-radius: 1rem;
  max-height: 90vh;
  animation: .2s cubic-bezier(.4, 0, .2, 1) RegisterModal-module__FpS86q__scaleIn;
  position: fixed;
  overflow-y: auto;
}

.dark .RegisterModal-module__FpS86q__container {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  border: 1px solid #47556980;
}

.RegisterModal-module__FpS86q__modal {
  width: calc(100% - 2rem);
  max-width: 460px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.RegisterModal-module__FpS86q__dropdown {
  width: 420px;
  max-height: 85vh;
}

@media (max-width: 640px) {
  .RegisterModal-module__FpS86q__modal, .RegisterModal-module__FpS86q__dropdown {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    animation: .3s cubic-bezier(.4, 0, .2, 1) RegisterModal-module__FpS86q__slideUp;
    inset: 0;
    transform: none;
  }
}

.RegisterModal-module__FpS86q__header {
  background: linear-gradient(135deg, #f8fafc 0%, #fff 100%);
  border-color: #e2e8f0;
  border-bottom-width: 1px;
  padding: 1.5rem 1.5rem 1rem;
  position: relative;
}

.dark .RegisterModal-module__FpS86q__header {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-color: #334155;
}

.RegisterModal-module__FpS86q__headerContent {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.RegisterModal-module__FpS86q__iconWrapper {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: .75rem;
  animation: 2s ease-in-out infinite RegisterModal-module__FpS86q__pulse;
  display: flex;
  box-shadow: 0 4px 12px #667eea4d;
}

.RegisterModal-module__FpS86q__icon {
  --tw-text-opacity: 1;
  width: 1.75rem;
  height: 1.75rem;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.RegisterModal-module__FpS86q__title {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%) 0 0 / 200%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.RegisterModal-module__FpS86q__subtitle {
  color: #64748b;
  font-size: .875rem;
  line-height: 1.25rem;
}

.dark .RegisterModal-module__FpS86q__subtitle {
  color: #94a3b8;
}

.RegisterModal-module__FpS86q__closeBtn {
  color: #64748b;
  border-radius: .5rem;
  padding: .5rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: 1rem;
}

[dir="rtl"] .RegisterModal-module__FpS86q__closeBtn {
  left: 1rem;
  right: auto;
}

[dir="ltr"] .RegisterModal-module__FpS86q__closeBtn {
  left: auto;
  right: 1rem;
}

.RegisterModal-module__FpS86q__closeBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  color: #ef4444;
  transform: rotate(90deg);
}

.dark .RegisterModal-module__FpS86q__closeBtn {
  color: #94a3b8;
}

.dark .RegisterModal-module__FpS86q__closeBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
  color: #f87171;
}

.RegisterModal-module__FpS86q__form {
  padding: 1.5rem;
}

.RegisterModal-module__FpS86q__inputGroup {
  margin-bottom: .75rem;
}

.RegisterModal-module__FpS86q__label {
  color: #334155;
  margin-bottom: .375rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  display: block;
}

.dark .RegisterModal-module__FpS86q__label {
  color: #e2e8f0;
}

.RegisterModal-module__FpS86q__required {
  color: #ef4444;
}

.RegisterModal-module__FpS86q__inputWrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.RegisterModal-module__FpS86q__inputIcon {
  color: #94a3b8;
  width: 1.25rem;
  height: 1.25rem;
  transition: color .2s;
  position: absolute;
}

[dir="rtl"] .RegisterModal-module__FpS86q__inputIcon {
  left: auto;
  right: .75rem;
}

[dir="ltr"] .RegisterModal-module__FpS86q__inputIcon {
  left: .75rem;
  right: auto;
}

.RegisterModal-module__FpS86q__input {
  color: #1e293b;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-width: 1px;
  border-color: #e2e8f0;
  border-radius: .5rem;
  width: 100%;
  padding: .625rem 2.75rem;
  font-size: .875rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

[dir="rtl"] .RegisterModal-module__FpS86q__input {
  text-align: right;
  padding-left: .75rem;
  padding-right: 2.75rem;
}

[dir="ltr"] .RegisterModal-module__FpS86q__input {
  text-align: left;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.RegisterModal-module__FpS86q__input::placeholder {
  color: #94a3b8;
}

.RegisterModal-module__FpS86q__input:focus {
  background: #fff;
  border-color: #667eea;
  outline: none;
  box-shadow: 0 0 0 3px #667eea1a;
}

.RegisterModal-module__FpS86q__input:focus ~ .RegisterModal-module__FpS86q__inputIcon, .RegisterModal-module__FpS86q__inputWrapper:focus-within .RegisterModal-module__FpS86q__inputIcon {
  color: #667eea;
}

.dark .RegisterModal-module__FpS86q__input {
  color: #f1f5f9;
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  border-color: #334155;
}

.dark .RegisterModal-module__FpS86q__input:focus {
  background: #1e293b;
  border-color: #818cf8;
  box-shadow: 0 0 0 3px #818cf833;
}

:is(.dark .RegisterModal-module__FpS86q__input:focus ~ .RegisterModal-module__FpS86q__inputIcon, .dark .RegisterModal-module__FpS86q__inputWrapper:focus-within .RegisterModal-module__FpS86q__inputIcon) {
  color: #818cf8;
}

.RegisterModal-module__FpS86q__hint {
  color: #64748b;
  margin-top: .25rem;
  font-size: .75rem;
  line-height: 1rem;
}

.dark .RegisterModal-module__FpS86q__hint {
  color: #94a3b8;
}

.RegisterModal-module__FpS86q__togglePasswordBtn {
  color: #94a3b8;
  border-radius: .375rem;
  padding: .375rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  position: absolute;
}

[dir="rtl"] .RegisterModal-module__FpS86q__togglePasswordBtn {
  left: .5rem;
  right: auto;
}

[dir="ltr"] .RegisterModal-module__FpS86q__togglePasswordBtn {
  left: auto;
  right: .5rem;
}

.RegisterModal-module__FpS86q__togglePasswordBtn:hover {
  color: #667eea;
  background: #667eea1a;
}

.dark .RegisterModal-module__FpS86q__togglePasswordBtn:hover {
  color: #818cf8;
  background: #818cf833;
}

.RegisterModal-module__FpS86q__termsRow {
  margin-bottom: 1rem;
}

.RegisterModal-module__FpS86q__checkboxLabel {
  cursor: pointer;
  color: #475569;
  align-items: flex-start;
  gap: .5rem;
  font-size: .875rem;
  line-height: 1.5;
  display: flex;
}

.dark .RegisterModal-module__FpS86q__checkboxLabel {
  color: #cbd5e1;
}

.RegisterModal-module__FpS86q__checkbox {
  cursor: pointer;
  accent-color: #667eea;
  border-width: 2px;
  border-color: #cbd5e1;
  border-radius: .25rem;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-top: .125rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.RegisterModal-module__FpS86q__checkbox:checked {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-color: #667eea;
}

.dark .RegisterModal-module__FpS86q__checkbox {
  background: #334155;
  border-color: #475569;
}

.RegisterModal-module__FpS86q__link {
  color: #667eea;
  font-weight: 600;
  text-decoration: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.RegisterModal-module__FpS86q__link:hover {
  color: #764ba2;
}

.dark .RegisterModal-module__FpS86q__link {
  color: #818cf8;
}

.dark .RegisterModal-module__FpS86q__link:hover {
  color: #a5b4fc;
}

.RegisterModal-module__FpS86q__submitBtn {
  --tw-text-opacity: 1;
  width: 100%;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) 0 0 / 200%;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-bottom: .75rem;
  padding: .75rem 1rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px #667eea4d;
}

.RegisterModal-module__FpS86q__submitBtn:before {
  content: "";
  background: linear-gradient(90deg, #0000, #fff3, #0000);
  width: 100%;
  height: 100%;
  transition: left .5s;
  position: absolute;
  top: 0;
  left: -100%;
}

.RegisterModal-module__FpS86q__submitBtn:hover:before {
  left: 100%;
}

.RegisterModal-module__FpS86q__submitBtn:hover {
  background-position: 100%;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px #667eea66;
}

.RegisterModal-module__FpS86q__submitBtn:active {
  transform: translateY(0);
}

.RegisterModal-module__FpS86q__fullPageLink {
  color: #475569;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
  padding: .625rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.RegisterModal-module__FpS86q__fullPageLink:hover {
  color: #667eea;
  background: #fff;
  border-color: #667eea;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #667eea26;
}

.RegisterModal-module__FpS86q__fullPageLink:active {
  transform: translateY(0);
}

.dark .RegisterModal-module__FpS86q__fullPageLink {
  color: #e2e8f0;
  background: linear-gradient(135deg, #334155 0%, #475569 100%);
  border-color: #475569;
}

.dark .RegisterModal-module__FpS86q__fullPageLink:hover {
  color: #a5b4fc;
  background: linear-gradient(135deg, #475569 0%, #64748b 100%);
  border-color: #818cf8;
  box-shadow: 0 4px 12px #818cf84d;
}

.RegisterModal-module__FpS86q__divider {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.RegisterModal-module__FpS86q__divider:before, .RegisterModal-module__FpS86q__divider:after {
  content: "";
  background: linear-gradient(to right, #0000, #cbd5e1, #0000);
  flex: 1;
  height: 1px;
}

.dark .RegisterModal-module__FpS86q__divider:before {
  background: linear-gradient(to right, #0000, #475569, #0000);
}

.dark .RegisterModal-module__FpS86q__divider:after {
  background: linear-gradient(to right, #0000, #475569, #0000);
}

.RegisterModal-module__FpS86q__divider span {
  color: #94a3b8;
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
}

.RegisterModal-module__FpS86q__socialButtons {
  gap: .75rem;
  margin-bottom: 1rem;
  display: flex;
}

.RegisterModal-module__FpS86q__socialBtn {
  color: #475569;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  border-radius: .5rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .625rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.RegisterModal-module__FpS86q__socialBtn:hover {
  color: #667eea;
  background: #fff;
  border-color: #667eea;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #667eea26;
}

.RegisterModal-module__FpS86q__socialBtn:active {
  transform: translateY(0);
}

.dark .RegisterModal-module__FpS86q__socialBtn {
  color: #e2e8f0;
  background: linear-gradient(135deg, #334155 0%, #475569 100%);
  border-color: #475569;
}

.dark .RegisterModal-module__FpS86q__socialBtn:hover {
  color: #a5b4fc;
  background: linear-gradient(135deg, #475569 0%, #64748b 100%);
  border-color: #818cf8;
  box-shadow: 0 4px 12px #818cf84d;
}

.RegisterModal-module__FpS86q__footer {
  justify-content: center;
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  line-height: 1.25rem;
  display: flex;
}

.RegisterModal-module__FpS86q__footerText {
  color: #64748b;
}

.dark .RegisterModal-module__FpS86q__footerText {
  color: #94a3b8;
}

.RegisterModal-module__FpS86q__loginLink {
  color: #667eea;
  font-weight: 700;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.RegisterModal-module__FpS86q__loginLink:hover {
  color: #764ba2;
  text-decoration: underline;
}

.dark .RegisterModal-module__FpS86q__loginLink {
  color: #818cf8;
}

.dark .RegisterModal-module__FpS86q__loginLink:hover {
  color: #a5b4fc;
}

@keyframes RegisterModal-module__FpS86q__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes RegisterModal-module__FpS86q__scaleIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%)scale(.95);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%)scale(1);
  }
}

@keyframes RegisterModal-module__FpS86q__slideUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes RegisterModal-module__FpS86q__pulse {
  0%, 100% {
    box-shadow: 0 4px 12px #667eea4d;
  }

  50% {
    box-shadow: 0 4px 20px #667eea80;
  }
}

.RegisterModal-module__FpS86q__container::-webkit-scrollbar {
  width: 6px;
}

.RegisterModal-module__FpS86q__container::-webkit-scrollbar-track {
  background: none;
}

.RegisterModal-module__FpS86q__container::-webkit-scrollbar-thumb {
  background: linear-gradient(#667eea 0%, #764ba2 100%);
  border-radius: 10px;
}

.RegisterModal-module__FpS86q__container::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(#764ba2 0%, #667eea 100%);
}

.dark .RegisterModal-module__FpS86q__container::-webkit-scrollbar-thumb {
  background: linear-gradient(#818cf8 0%, #a5b4fc 100%);
}

@media (max-width: 768px) {
  .RegisterModal-module__FpS86q__dropdown {
    width: calc(100vw - 2rem);
    max-width: 420px;
  }
}

@media (max-width: 640px) {
  .RegisterModal-module__FpS86q__header {
    padding: 1rem 1rem .75rem;
  }

  .RegisterModal-module__FpS86q__form {
    padding: 1rem;
  }

  .RegisterModal-module__FpS86q__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .RegisterModal-module__FpS86q__subtitle {
    font-size: .75rem;
    line-height: 1rem;
  }

  .RegisterModal-module__FpS86q__iconWrapper {
    width: 3rem;
    height: 3rem;
    margin-bottom: .5rem;
  }

  .RegisterModal-module__FpS86q__icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .RegisterModal-module__FpS86q__inputGroup {
    margin-bottom: .625rem;
  }

  .RegisterModal-module__FpS86q__socialButtons {
    flex-direction: column;
    gap: .5rem;
  }

  .RegisterModal-module__FpS86q__socialBtn {
    width: 100%;
  }
}

/* [project]/apps/web/src/app/home/components/theme-controls.module.css [app-client] (css) */
.theme-controls-module__KvSw7W__themeToggle {
  cursor: pointer;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
}

.theme-controls-module__KvSw7W__themeToggle:hover {
  background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
  border-color: #667eea;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px #667eea26;
}

.theme-controls-module__KvSw7W__toggleTrack {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  border-radius: 9999px;
  width: 2.5rem;
  height: 1.25rem;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  position: relative;
  overflow: hidden;
}

.theme-controls-module__KvSw7W__themeToggle.theme-controls-module__KvSw7W__dark .theme-controls-module__KvSw7W__toggleTrack {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

.theme-controls-module__KvSw7W__stars, .theme-controls-module__KvSw7W__clouds {
  opacity: 0;
  pointer-events: none;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  inset: 0;
}

.theme-controls-module__KvSw7W__stars.theme-controls-module__KvSw7W__visible, .theme-controls-module__KvSw7W__clouds.theme-controls-module__KvSw7W__visible {
  opacity: 1;
}

.theme-controls-module__KvSw7W__star {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
  font-size: 6px;
  animation: 2s ease-in-out infinite theme-controls-module__KvSw7W__twinkle;
  position: absolute;
}

@keyframes theme-controls-module__KvSw7W__twinkle {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .3;
    transform: scale(.8);
  }
}

.theme-controls-module__KvSw7W__cloud {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 6px;
  animation: 3s ease-in-out infinite theme-controls-module__KvSw7W__float;
  position: absolute;
}

@keyframes theme-controls-module__KvSw7W__float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2px);
  }
}

.theme-controls-module__KvSw7W__toggleThumb {
  background: #fff;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: absolute;
  top: .125rem;
  left: 2px;
  box-shadow: 0 1px 4px #0003, inset 0 1px #ffffff80;
}

.theme-controls-module__KvSw7W__toggleThumb.theme-controls-module__KvSw7W__sun {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  animation: 20s linear infinite theme-controls-module__KvSw7W__rotateSun;
  left: 2px;
}

.theme-controls-module__KvSw7W__toggleThumb.theme-controls-module__KvSw7W__moon {
  background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
  animation: 2s ease-in-out infinite theme-controls-module__KvSw7W__glow;
  left: calc(100% - 18px);
}

@keyframes theme-controls-module__KvSw7W__rotateSun {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes theme-controls-module__KvSw7W__glow {
  0%, 100% {
    box-shadow: 0 2px 8px #0003, 0 0 20px #c7d2fe80;
  }

  50% {
    box-shadow: 0 2px 8px #0003, 0 0 30px #c7d2fecc;
  }
}

.theme-controls-module__KvSw7W__icon {
  color: #fff;
  width: .75rem;
  height: .75rem;
}

.theme-controls-module__KvSw7W__toggleThumb.theme-controls-module__KvSw7W__sun .theme-controls-module__KvSw7W__icon {
  color: #fbbf24;
}

.theme-controls-module__KvSw7W__toggleThumb.theme-controls-module__KvSw7W__moon .theme-controls-module__KvSw7W__icon {
  color: #6366f1;
}

.theme-controls-module__KvSw7W__themeLabel {
  display: none;
}

.dark .theme-controls-module__KvSw7W__themeToggle {
  background: linear-gradient(135deg, #334155 0%, #475569 100%);
  border-color: #475569;
  box-shadow: 0 1px 3px #0000004d;
}

.dark .theme-controls-module__KvSw7W__themeToggle:hover {
  background: linear-gradient(135deg, #475569 0%, #64748b 100%);
  border-color: #818cf8;
  box-shadow: 0 2px 8px #818cf84d;
}

.theme-controls-module__KvSw7W__langContainer {
  position: relative;
}

.theme-controls-module__KvSw7W__langSwitch {
  cursor: pointer;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.theme-controls-module__KvSw7W__langSwitch:hover, .theme-controls-module__KvSw7W__langSwitch.theme-controls-module__KvSw7W__open {
  background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
  border-color: #667eea;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px #667eea26;
}

.theme-controls-module__KvSw7W__langFlag {
  filter: drop-shadow(0 1px 2px #0000001a);
  font-size: 1rem;
  line-height: 1.5rem;
}

.theme-controls-module__KvSw7W__langCode, .theme-controls-module__KvSw7W__langArrow {
  display: none;
}

.dark .theme-controls-module__KvSw7W__langSwitch {
  background: linear-gradient(135deg, #334155 0%, #475569 100%);
  border-color: #475569;
  box-shadow: 0 1px 3px #0000004d;
}

:is(.dark .theme-controls-module__KvSw7W__langSwitch:hover, .dark .theme-controls-module__KvSw7W__langSwitch.theme-controls-module__KvSw7W__open) {
  background: linear-gradient(135deg, #475569 0%, #64748b 100%);
  border-color: #818cf8;
  box-shadow: 0 2px 8px #818cf84d;
}

.theme-controls-module__KvSw7W__langDropdown {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  z-index: 60;
  border: 1.5px solid #e2e8f0;
  border-radius: 1rem;
  width: 16rem;
  margin-top: .75rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  animation: .3s cubic-bezier(.4, 0, .2, 1) theme-controls-module__KvSw7W__slideDown;
  position: absolute;
  right: 0;
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a, 0 0 0 1px #0000000d;
}

@keyframes theme-controls-module__KvSw7W__slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px)scale(.95);
  }

  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

.theme-controls-module__KvSw7W__langOption {
  color: #475569;
  align-items: center;
  gap: .75rem;
  width: 100%;
  padding: .75rem 1rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
}

.theme-controls-module__KvSw7W__langOption:before {
  content: "";
  background: linear-gradient(#667eea 0%, #764ba2 100%);
  border-radius: 0 2px 2px 0;
  width: 3px;
  height: 0;
  transition: height .2s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.theme-controls-module__KvSw7W__langOption:hover {
  color: #667eea;
  background: linear-gradient(90deg, #667eea05 0%, #764ba205 50%, #0000 100%);
}

.theme-controls-module__KvSw7W__langOption:hover:before {
  height: 70%;
}

.theme-controls-module__KvSw7W__langOption.theme-controls-module__KvSw7W__active {
  color: #667eea;
  background: linear-gradient(90deg, #667eea08 0%, #764ba208 50%, #0000 100%);
  font-weight: 600;
}

.theme-controls-module__KvSw7W__langOption.theme-controls-module__KvSw7W__active:before {
  height: 70%;
}

.theme-controls-module__KvSw7W__optionFlag {
  filter: drop-shadow(0 2px 4px #0000001a);
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 2rem;
}

.theme-controls-module__KvSw7W__optionInfo {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.theme-controls-module__KvSw7W__optionName {
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.theme-controls-module__KvSw7W__optionCode {
  color: #94a3b8;
  letter-spacing: .5px;
  font-size: .75rem;
  line-height: 1rem;
}

.theme-controls-module__KvSw7W__langOption:hover .theme-controls-module__KvSw7W__optionCode, .theme-controls-module__KvSw7W__langOption.theme-controls-module__KvSw7W__active .theme-controls-module__KvSw7W__optionCode {
  color: #667eea;
}

.theme-controls-module__KvSw7W__checkIcon {
  color: #10b981;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  animation: .2s cubic-bezier(.4, 0, .2, 1) theme-controls-module__KvSw7W__scaleIn;
}

@keyframes theme-controls-module__KvSw7W__scaleIn {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.theme-controls-module__KvSw7W__langDivider {
  --tw-border-opacity: 1;
  border-top-width: 1px;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  margin: .5rem 1rem;
}

.theme-controls-module__KvSw7W__langFooter {
  color: #94a3b8;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  font-size: .75rem;
  line-height: 1rem;
  display: flex;
}

.theme-controls-module__KvSw7W__langFooter svg {
  width: 1rem;
  height: 1rem;
}

[dir="rtl"] .theme-controls-module__KvSw7W__langDropdown {
  left: 0;
  right: auto;
}

[dir="ltr"] .theme-controls-module__KvSw7W__langDropdown {
  left: auto;
  right: 0;
}

.dark .theme-controls-module__KvSw7W__langDropdown {
  background: #1e293b;
  border-color: #334155;
}

.dark .theme-controls-module__KvSw7W__langOption {
  color: #cbd5e1;
}

.dark .theme-controls-module__KvSw7W__langOption:hover {
  color: #a5b4fc;
  background: linear-gradient(90deg, #667eea15 0%, #764ba215 50%, #0000 100%);
}

.dark .theme-controls-module__KvSw7W__langOption.theme-controls-module__KvSw7W__active {
  color: #a5b4fc;
  background: linear-gradient(90deg, #667eea20 0%, #764ba220 50%, #0000 100%);
}

.dark .theme-controls-module__KvSw7W__langDivider {
  border-color: #334155;
}

.dark .theme-controls-module__KvSw7W__langFooter {
  color: #64748b;
}

@media (max-width: 640px) {
  .theme-controls-module__KvSw7W__langDropdown {
    width: 240px;
  }
}

@media (max-width: 480px) {
  .theme-controls-module__KvSw7W__langDropdown {
    width: calc(100vw - 2rem);
    max-width: 280px;
    right: -1rem;
  }

  [dir="ltr"] .theme-controls-module__KvSw7W__langDropdown {
    left: -1rem;
    right: auto;
  }
}

/* [project]/apps/web/src/app/home/components/notifications.module.css [app-client] (css) */
.notifications-module__n03WRW__notificationsContainer {
  position: relative;
}

.notifications-module__n03WRW__notificationBtn {
  color: #64748b;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  border-radius: .375rem;
  padding: .25rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  position: relative;
}

.notifications-module__n03WRW__notificationBtn:hover {
  color: #667eea;
  background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
  border-color: #667eea;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #667eea26;
}

.notifications-module__n03WRW__notificationBtn svg {
  transition: transform .2s;
}

.notifications-module__n03WRW__notificationBtn:hover svg {
  transform: scale(1.1);
}

.notifications-module__n03WRW__badge {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: linear-gradient(135deg, #f43f5e 0%, #e11d48 100%);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  font-size: 9px;
  font-weight: 700;
  animation: 2s cubic-bezier(.4, 0, .6, 1) infinite notifications-module__n03WRW__badgePulse;
  display: flex;
  position: absolute;
  top: -.125rem;
  box-shadow: 0 2px 8px #f43f5e80, 0 0 0 2px #fff, 0 0 12px #f43f5e4d;
}

.dark .notifications-module__n03WRW__badge {
  box-shadow: 0 2px 8px #f43f5eb3, 0 0 0 2px #1e293b, 0 0 16px #f43f5e80;
}

.notifications-module__n03WRW__notificationsPanel {
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border: 1.5px solid #e2e8f0;
  border-radius: 1rem;
  flex-direction: column;
  width: 24rem;
  max-height: 500px;
  margin-top: .75rem;
  animation: .3s cubic-bezier(.4, 0, .2, 1) notifications-module__n03WRW__dropdownSlide;
  display: flex;
  position: absolute;
  right: 0;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a, 0 0 0 1px #0000000d;
}

.notifications-module__n03WRW__panelHeader {
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  background: linear-gradient(135deg, #f8fafc 0%, #fff 100%);
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  display: flex;
}

.notifications-module__n03WRW__unreadBadge {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 9999px;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
  box-shadow: 0 2px 8px #667eea4d;
}

.notifications-module__n03WRW__notificationsList {
  max-height: 380px;
  overflow-y: auto;
}

.notifications-module__n03WRW__notificationItem {
  border-bottom: 1px solid #f1f5f9;
  align-items: flex-start;
  gap: .75rem;
  padding: 1rem 1.25rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
}

.notifications-module__n03WRW__notificationItem:before {
  content: "";
  background: none;
  width: 3px;
  transition: background .2s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.notifications-module__n03WRW__notificationItem.notifications-module__n03WRW__unread {
  background: linear-gradient(90deg, #667eea0a 0%, #764ba20a 50%, #0000 100%);
  animation: 2s ease-in-out infinite notifications-module__n03WRW__pulseNotification;
  position: relative;
  overflow: hidden;
}

.notifications-module__n03WRW__notificationItem.notifications-module__n03WRW__unread:after {
  content: "";
  background: linear-gradient(90deg, #0000, #667eea1a, #0000);
  width: 100%;
  height: 100%;
  animation: 3s infinite notifications-module__n03WRW__shimmerNotification;
  position: absolute;
  top: 0;
  left: -100%;
}

.notifications-module__n03WRW__notificationItem.notifications-module__n03WRW__unread:before {
  background: linear-gradient(#667eea 0%, #764ba2 100%);
  animation: 2s ease-in-out infinite notifications-module__n03WRW__pulseGlow;
  box-shadow: 0 0 8px #667eea99;
}

.notifications-module__n03WRW__notificationItem:hover {
  cursor: pointer;
  background: linear-gradient(90deg, #667eea08 0%, #764ba208 50%, #0000 100%);
}

.notifications-module__n03WRW__notificationAvatar {
  --tw-text-opacity: 1;
  width: 2.5rem;
  height: 2.5rem;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 9999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
  display: flex;
  box-shadow: 0 4px 12px #667eea40, inset 0 1px #fff3;
}

.notifications-module__n03WRW__notificationContent {
  flex: 1;
  min-width: 0;
}

.notifications-module__n03WRW__notificationIcon {
  opacity: .15;
  background: currentColor;
  border-radius: .75rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 8px #0000001a;
}

.notifications-module__n03WRW__notificationIcon svg {
  opacity: 1;
  filter: brightness(0) saturate();
  transition: transform .3s;
}

.notifications-module__n03WRW__notificationItem:hover .notifications-module__n03WRW__notificationIcon {
  opacity: .2;
  transform: scale(1.05);
  box-shadow: 0 4px 12px #00000026;
}

.notifications-module__n03WRW__notificationItem:hover .notifications-module__n03WRW__notificationIcon svg {
  transform: scale(1.1);
}

.notifications-module__n03WRW__notificationItem.notifications-module__n03WRW__unread .notifications-module__n03WRW__notificationIcon {
  opacity: .2;
  animation: 2s ease-in-out infinite notifications-module__n03WRW__iconPulse;
}

.notifications-module__n03WRW__panelFooter {
  --tw-border-opacity: 1;
  border-top-width: 1px;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  background: linear-gradient(135deg, #fafafa 0%, #fff 100%);
  padding: .75rem 1.25rem;
}

.notifications-module__n03WRW__viewAllBtn {
  border-radius: .75rem;
  width: 100%;
  padding: .625rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.dark .notificationContent .viewAllBtn {
  color: #fff;
}

.notifications-module__n03WRW__viewAllBtn {
  color: #667eea;
  background: linear-gradient(135deg, #667eea08 0%, #764ba208 100%);
  border: 1.5px solid #e2e8f0;
}

.notifications-module__n03WRW__viewAllBtn:hover {
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
  border-color: #667eea;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #667eea26;
}

@keyframes notifications-module__n03WRW__dropdownSlide {
  from {
    opacity: 0;
    transform: translateY(-10px)scale(.95);
  }

  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

@keyframes notifications-module__n03WRW__pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .9;
    transform: scale(1.05);
  }
}

@keyframes notifications-module__n03WRW__pulseNotification {
  0%, 100% {
    background: linear-gradient(90deg, #667eea0a 0%, #764ba20a 50%, #0000 100%);
  }

  50% {
    background: linear-gradient(90deg, #667eea15 0%, #764ba215 50%, #0000 100%);
  }
}

@keyframes notifications-module__n03WRW__shimmerNotification {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes notifications-module__n03WRW__pulseGlow {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 8px #667eea99;
  }

  50% {
    opacity: 1;
    box-shadow: 0 0 12px #667eeacc;
  }
}

@keyframes notifications-module__n03WRW__iconPulse {
  0%, 100% {
    opacity: .2;
    transform: scale(1);
  }

  50% {
    opacity: .3;
    transform: scale(1.05);
  }
}

@keyframes notifications-module__n03WRW__badgePulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 2px 8px #f43f5e80, 0 0 0 2px #fff, 0 0 12px #f43f5e4d;
  }

  50% {
    transform: scale(1.1);
    box-shadow: 0 3px 12px #f43f5e99, 0 0 0 2px #fff, 0 0 20px #f43f5e80;
  }
}

.notifications-module__n03WRW__notificationsList::-webkit-scrollbar {
  width: 6px;
}

.notifications-module__n03WRW__notificationsList::-webkit-scrollbar-track {
  background: #f8fafc;
  border-radius: 10px;
}

.notifications-module__n03WRW__notificationsList::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 10px;
}

.notifications-module__n03WRW__notificationsList::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #5568d3 0%, #6941a5 100%);
}

.dark .notifications-module__n03WRW__notificationBtn {
  color: #cbd5e1;
  background: linear-gradient(135deg, #334155 0%, #475569 100%);
  border-color: #475569;
  box-shadow: 0 1px 3px #0000004d;
}

.dark .notifications-module__n03WRW__notificationBtn:hover {
  color: #a5b4fc;
  background: linear-gradient(135deg, #475569 0%, #64748b 100%);
  border-color: #818cf8;
  box-shadow: 0 2px 8px #818cf84d;
}

.dark .notifications-module__n03WRW__notificationsPanel {
  background: #1e293b;
  border-color: #334155;
}

.dark .notifications-module__n03WRW__panelHeader {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-color: #334155;
}

.dark .notifications-module__n03WRW__panelHeader .notifications-module__n03WRW__text-gray-900 {
  color: #fff !important;
}

.dark .notifications-module__n03WRW__notificationItem {
  color: #f1f5f9;
  border-color: #334155;
}

.dark .notifications-module__n03WRW__notificationItem .notifications-module__n03WRW__notificationContent p span[class*="gray-900"] {
  color: #fff !important;
}

.dark .notifications-module__n03WRW__notificationItem .notifications-module__n03WRW__notificationContent p span[class*="font-semibold"][class*="gray-900"] {
  color: #fff !important;
}

.dark .notifications-module__n03WRW__notificationItem .notifications-module__n03WRW__notificationContent p span[class*="gray-800"] {
  color: #f8fafc !important;
}

.dark .notifications-module__n03WRW__notificationItem .notifications-module__n03WRW__notificationContent p span[class*="font-medium"][class*="gray-800"] {
  color: #f8fafc !important;
}

.dark .notifications-module__n03WRW__notificationItem .notifications-module__n03WRW__notificationContent p span[class*="gray-600"] {
  color: #e2e8f0 !important;
}

.dark .notifications-module__n03WRW__notificationItem .notifications-module__n03WRW__notificationContent p[class*="gray-500"] {
  color: #cbd5e1 !important;
}

.dark .notifications-module__n03WRW__notificationItem .notifications-module__n03WRW__notificationContent p[class*="text-xs"][class*="gray-500"] {
  color: #cbd5e1 !important;
}

.dark .notificationContent span {
  color: inherit;
}

:is(.dark .notificationContent .text-gray-900, .dark .notificationContent .font-semibold) {
  color: #fff !important;
}

:is(.dark .notificationContent .text-gray-800, .dark .notificationContent .font-medium) {
  color: #f8fafc !important;
}

.dark .notificationContent .text-gray-600 {
  color: #e2e8f0 !important;
}

.dark .notificationContent .text-gray-500 {
  color: #cbd5e1 !important;
}

.dark .notifications-module__n03WRW__notificationItem.notifications-module__n03WRW__unread {
  background: linear-gradient(90deg, #667eea15 0%, #764ba215 50%, #0000 100%);
}

.dark .notifications-module__n03WRW__notificationItem.notifications-module__n03WRW__unread:after {
  background: linear-gradient(90deg, #0000, #667eea33, #0000);
}

.dark .notifications-module__n03WRW__notificationItem.notifications-module__n03WRW__unread:before {
  box-shadow: 0 0 10px #667eeacc;
}

.dark .notifications-module__n03WRW__notificationIcon {
  box-shadow: 0 2px 8px #0000004d;
}

.dark .notifications-module__n03WRW__notificationItem:hover .notifications-module__n03WRW__notificationIcon {
  box-shadow: 0 4px 12px #667eea66;
}

.dark .notifications-module__n03WRW__notificationItem:hover {
  background: linear-gradient(90deg, #667eea15 0%, #764ba215 50%, #0000 100%);
}

.dark .notifications-module__n03WRW__panelFooter {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-color: #334155;
}

.dark .notifications-module__n03WRW__viewAllBtn {
  color: #818cf8;
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
  border-color: #334155;
}

.dark .notifications-module__n03WRW__viewAllBtn:hover {
  background: linear-gradient(135deg, #667eea25 0%, #764ba225 100%);
  border-color: #818cf8;
}

@media (max-width: 640px) {
  .notifications-module__n03WRW__notificationsPanel {
    width: 340px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .notifications-module__n03WRW__notificationBtn {
    padding: .375rem;
  }

  .notifications-module__n03WRW__badge {
    min-width: 14px;
    height: 14px;
    font-size: 9px;
  }

  .notifications-module__n03WRW__notificationsPanel {
    width: 360px;
  }
}

[dir="rtl"] .notifications-module__n03WRW__notificationsPanel {
  left: 0;
  right: auto;
}

[dir="ltr"] .notifications-module__n03WRW__notificationsPanel {
  left: auto;
  right: 0;
}

@media (max-width: 480px) {
  .notifications-module__n03WRW__notificationsPanel {
    width: calc(100vw - 2rem);
    max-width: 340px;
  }

  [dir="rtl"] .notifications-module__n03WRW__notificationsPanel, [dir="ltr"] .notifications-module__n03WRW__notificationsPanel {
    left: auto;
    right: 0;
  }
}

[dir="rtl"] .notifications-module__n03WRW__badge {
  left: -4px;
  right: auto;
}

[dir="ltr"] .notifications-module__n03WRW__badge {
  left: auto;
  right: -4px;
}

[dir="rtl"] .notifications-module__n03WRW__notificationItem:before {
  left: auto;
  right: 0;
}

/*# sourceMappingURL=apps_web_src_f0ef7718._.css.map*/