/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/layout/Footer.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__LxLGV {
  padding: 2rem var(--space);
  color: var(--color-muted);
  font-size: 0.875rem;
  text-align: center;
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
:root {
  --color-bg: #050505;
  --color-fg: #f5f7fa;
  --color-muted: #9aa3ad;
  --color-accent: #1a9fff;
  --color-accent-strong: #1a6cff;
  --space: clamp(1rem, 4vw, 2.5rem);
  --color-stat-value: #297FF1;
  --font-sans: "Roboto", system-ui, sans-serif;
}

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

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: var(--color-bg);
  color: var(--color-fg);
  line-height: 1.5;
  font-family: var(--font-sans);
}

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

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

main {
  min-height: 70vh;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/auth/AuthDialog.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.AuthDialog_backdrop__NC42y {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.72);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.AuthDialog_dialog__nx8SX {
  position: relative;
  width: min(100%, 420px);
  max-height: min(92vh, 720px);
  overflow: auto;
  padding: 1.5rem 1.35rem 1.35rem;
  border: 1px solid color-mix(in srgb, var(--color-fg) 12%, transparent);
  border-radius: 1rem;
  background: linear-gradient(180deg, #121a28 0%, #0b1018 100%);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
}

.AuthDialog_close__wL7WT {
  position: absolute;
  top: 0.7rem;
  right: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  border-radius: 0.4rem;
  background: transparent;
  color: var(--color-muted);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.AuthDialog_close__wL7WT:hover {
  color: var(--color-fg);
  background: color-mix(in srgb, var(--color-fg) 8%, transparent);
}

.AuthDialog_title__tuAPv {
  margin: 0 1.5rem 0.35rem 0;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.AuthDialog_subtitle__gLkPd {
  margin: 0 0 1.25rem;
  color: var(--color-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.AuthDialog_providers__dyWdG {
  display: grid;
  grid-gap: 0.65rem;
  gap: 0.65rem;
}

.AuthDialog_provider__6Uuzx {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  min-height: 2.85rem;
  padding: 0.65rem 1rem;
  border: 1px solid color-mix(in srgb, var(--color-fg) 16%, transparent);
  border-radius: 0.55rem;
  background: #fff;
  color: #111;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
}

.AuthDialog_providerApple__dyNrv {
  background: #000;
  border-color: color-mix(in srgb, var(--color-fg) 24%, transparent);
  color: #fff;
}

.AuthDialog_provider__6Uuzx:hover {
  filter: brightness(0.96);
}

.AuthDialog_providerApple__dyNrv:hover {
  filter: brightness(1.15);
}

.AuthDialog_providerIcon__JuM3w {
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
}

.AuthDialog_fullDivider__PVWsK {
  background: color-mix(in srgb, var(--color-fg) 12%, transparent);
  height: 1px;
  margin: 10px 0;
}

.AuthDialog_divider__lA_dV {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  margin: 1.1rem 0;
  color: var(--color-muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.AuthDialog_divider__lA_dV::before,
.AuthDialog_divider__lA_dV::after {
  content: "";
  height: 1px;
  background: color-mix(in srgb, var(--color-fg) 12%, transparent);
}

.AuthDialog_form__KYy9t {
  display: grid;
  grid-gap: 0.85rem;
  gap: 0.85rem;
}

.AuthDialog_field__bmkju {
  display: grid;
  grid-gap: 0.35rem;
  gap: 0.35rem;
  color: var(--color-muted);
  font-size: 0.85rem;
}

.AuthDialog_field__bmkju input {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid color-mix(in srgb, var(--color-fg) 14%, transparent);
  border-radius: 0.5rem;
  background: color-mix(in srgb, #05080e 80%, transparent);
  color: var(--color-fg);
  font: inherit;
}

.AuthDialog_field__bmkju input::placeholder {
  color: color-mix(in srgb, var(--color-muted) 80%, transparent);
}

.AuthDialog_field__bmkju input:focus {
  outline: 2px solid color-mix(in srgb, var(--color-accent) 55%, transparent);
  outline-offset: 1px;
}

.AuthDialog_submit__rmHR4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  margin-top: 0.15rem;
  padding: 0.7rem 1.15rem;
  border: 0;
  border-radius: 0.55rem;
  background: linear-gradient(135deg, #1a6cff 0%, #00a8ff 100%);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
}

.AuthDialog_submit__rmHR4:hover {
  filter: brightness(1.08);
}

.AuthDialog_switch___XkQO {
  margin: 1.1rem 0 0;
  color: var(--color-muted);
  font-size: 0.9rem;
  text-align: center;
}

.AuthDialog_switchBtn__r8I4N {
  padding: 0;
  border: 0;
  background: none;
  color: var(--color-accent);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.AuthDialog_switchBtn__r8I4N:hover {
  text-decoration: underline;
}

.AuthDialog_error__QVxNr {
  margin: 0.35rem 0 0;
  padding: 0.65rem 0.75rem;
  border: 1px solid color-mix(in srgb, #ff5c5c 45%, transparent);
  border-radius: 0.5rem;
  background: color-mix(in srgb, #ff5c5c 12%, transparent);
  color: #ff8f8f;
  font-size: 0.88rem;
  line-height: 1.4;
}

.AuthDialog_info__QtG_S {
  margin: 0;
  color: #8fd0ff;
  font-size: 0.88rem;
}

.AuthDialog_fullDivider__PVWsK {
  margin: 1.1rem 0 0.85rem;
  border-top: 1px solid color-mix(in srgb, var(--color-fg) 12%, transparent);
}

.AuthDialog_provider__6Uuzx:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.AuthDialog_submit__rmHR4:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

@media (min-width: 480px) {
  .AuthDialog_dialog__nx8SX {
    padding: 1.75rem 1.6rem 1.5rem;
  }
}


/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/auth/UserMenu.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.UserMenu_root__UlOoc,
.UserMenu_rootCompact__T2Y0B {
  position: relative;
  flex-shrink: 0;
  width: max-content;
  max-width: min(220px, 100%);
}

.UserMenu_trigger__Y8Ws6 {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0.25rem 0.4rem 0.25rem 0.25rem;
  border: 1px solid color-mix(in srgb, var(--color-fg) 14%, transparent);
  border-radius: 0.65rem;
  background: color-mix(in srgb, var(--color-fg) 4%, transparent);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.UserMenu_trigger__Y8Ws6:hover {
  border-color: color-mix(in srgb, var(--color-accent) 45%, transparent);
}

.UserMenu_avatar__ML2y0 {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(135deg, #1a6cff 0%, #00a8ff 100%);
  flex-shrink: 0;
}

.UserMenu_avatarImage__lSOYK {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.UserMenu_initials__s_b55 {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.UserMenu_meta__Dth6y {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 0.1rem;
}

.UserMenu_name__9G6Yb {
  overflow: hidden;
  color: var(--color-fg);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.UserMenu_email__kc2XT {
  overflow: hidden;
  color: var(--color-muted);
  font-size: 0.72rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.UserMenu_menu__32_i4 {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  right: 0;
  z-index: 120;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0.45rem;
  border: 1px solid color-mix(in srgb, var(--color-fg) 12%, transparent);
  border-radius: 0.75rem;
  background: #101826;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.UserMenu_item__KlIrK {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  padding: 0.65rem 0.7rem;
  border: 0;
  border-radius: 0.5rem;
  background: transparent;
  color: var(--color-fg);
  font: inherit;
  font-size: 0.9rem;
  text-align: left;
  cursor: pointer;
}

.UserMenu_item__KlIrK svg {
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
  color: var(--color-muted);
}

.UserMenu_item__KlIrK:hover {
  background: color-mix(in srgb, var(--color-accent) 14%, transparent);
}

@media (max-width: 959px) {
  .UserMenu_root__UlOoc,
  .UserMenu_rootCompact__T2Y0B {
    width: 100%;
    max-width: none;
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/layout/Header.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.Header_header__ZPN_X {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background: color-mix(in srgb, var(--color-bg) 92%, transparent);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.Header_bar__MxPb9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;  
  margin: 0 auto;
  padding: 0.75rem var(--space);
}

.Header_logoLink__wbjwI {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  line-height: 0;
}

.Header_logo__1hGYx {
  width: auto;
  height: 44px;
  object-fit: contain;
}

.Header_navDesktop__cY85O {
  display: none;  
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.75rem, 1.4vw, 1.35rem);
  margin: 0 0.5rem;
  color: var(--color-fg);
  font-size: 0.92rem;
  white-space: nowrap;
}

.Header_navDesktop__cY85O a:hover,
.Header_navMobile__N9aDF a:hover {
  color: var(--color-accent);
}

.Header_navActive__cZgik {
  color: var(--color-accent) !important;
}

.Header_ctaDesktop__WP_z2 {
  display: none;
  flex-shrink: 0;
  padding: 0.55rem 1.15rem;
  border: 0;
  border-radius: 0.45rem;
  background: linear-gradient(135deg, #1a6cff 0%, #00a8ff 100%);
  color: #fff;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}

.Header_ctaDesktop__WP_z2:hover,
.Header_ctaMobile__bqMlG:hover {
  filter: brightness(1.08);
}

.Header_userDesktop__KEXKb {
  display: none;
  flex-shrink: 0;
}

.Header_menuToggle__LvwrE {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--color-fg) 18%, transparent);
  border-radius: 0.4rem;
  background: transparent;
  color: var(--color-fg);
  cursor: pointer;
}

.Header_iconOpen__iLHUj,
.Header_iconClose__XwVyi {
  position: relative;
  display: block;
  width: 1.15rem;
  height: 2px;
  background: currentColor;
}

.Header_iconOpen__iLHUj::before,
.Header_iconOpen__iLHUj::after,
.Header_iconClose__XwVyi::before,
.Header_iconClose__XwVyi::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
}

.Header_iconOpen__iLHUj::before {
  top: -6px;
}

.Header_iconOpen__iLHUj::after {
  top: 6px;
}

.Header_iconClose__XwVyi {
  background: transparent;
}

.Header_iconClose__XwVyi::before {
  top: 0;
  transform: rotate(45deg);
}

.Header_iconClose__XwVyi::after {
  top: 0;
  transform: rotate(-45deg);
}

.Header_mobilePanel___637b,
.Header_mobilePanelOpen__m1og2 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 0 var(--space) 1.25rem;
  border-top: 1px solid color-mix(in srgb, var(--color-fg) 8%, transparent);
}

.Header_mobilePanel___637b {
  display: none;
}

.Header_mobilePanelOpen__m1og2 {
  display: flex;
}

.Header_navMobile__N9aDF {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.Header_navMobile__N9aDF a {
  padding: 0.7rem 0.15rem;
  border-bottom: 1px solid color-mix(in srgb, var(--color-fg) 8%, transparent);
  font-size: 1rem;
}

.Header_ctaMobile__bqMlG {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.15rem;
  border: 0;
  border-radius: 0.45rem;
  background: linear-gradient(135deg, #1a6cff 0%, #00a8ff 100%);
  color: #fff;
  font: inherit;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 960px) {
  .Header_logo__1hGYx {
    height: 52px;
  }

  .Header_navDesktop__cY85O,
  .Header_ctaDesktop__WP_z2,
  .Header_userDesktop__KEXKb {
    display: flex;
  }

  .Header_menuToggle__LvwrE,
  .Header_mobilePanel___637b,
  .Header_mobilePanelOpen__m1og2 {
    display: none;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app\\layout.tsx","import":"Outfit","arguments":[{"subsets":["latin"],"display":"swap"}],"variableName":"outfit"} ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* latin-ext */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/98848575513c9742-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Outfit Fallback';src: local("Arial");ascent-override: 100.18%;descent-override: 26.05%;line-gap-override: 0.00%;size-adjust: 99.82%
}.__className_ed3508 {font-family: 'Outfit', 'Outfit Fallback';font-style: normal
}

