/* [next]/internal/font/google/lexend_e4a3cf22.module.css [app-client] (css) */
@font-face {
  font-family: Lexend;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/08328e320c8f68d1-s.b7a7e326.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Lexend;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/ce5b45ab00236ec9-s.728b7cae.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, 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;
}

@font-face {
  font-family: Lexend;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/ca31d6821328a4e9-s.p.8036670a.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Lexend Fallback;
  src: local(Arial);
  ascent-override: 90.98%;
  descent-override: 22.74%;
  line-gap-override: 0.0%;
  size-adjust: 109.91%;
}

.lexend_e4a3cf22-module__LplP0G__className {
  font-family: Lexend, Lexend Fallback;
  font-style: normal;
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --background: #fff;
  --foreground: #171717;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

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

body {
  color: var(--foreground);
  background: var(--background);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

@media (prefers-color-scheme: dark) {
  html {
    --lightningcss-light: ;
    --lightningcss-dark: initial;
    color-scheme: dark;
  }
}

.admin-layout-container {
  background-color: #f5f7fa;
  min-height: 100vh;
  transition: background-color .3s;
  display: flex;
}

[data-theme="dark"] .admin-layout-container {
  background-color: #0d1117;
}

.admin-content-wrapper {
  flex-direction: column;
  flex: 1;
  min-height: 100vh;
  margin-left: 270px;
  transition: margin-left .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.admin-main-content {
  flex: 1;
  padding: 24px;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .admin-content-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .admin-main-content {
    margin-top: 70px;
    padding: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .admin-content-wrapper {
    margin-left: 252px;
  }

  .admin-main-content {
    padding: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .admin-main-content {
    padding: 32px;
  }
}

.not-found-container {
  background: var(--primary-background-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 2rem;
  font-family: LEXEND;
  transition: background-color .3s;
  display: flex;
}

.not-found-content {
  text-align: center;
  width: 100%;
  max-width: 600px;
}

.error-title {
  color: var(--primary-color);
  letter-spacing: -.02em;
  margin-bottom: 1.5rem;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  transition: color .3s;
}

.error-description {
  color: var(--tertiary-color);
  margin-bottom: .75rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .3s;
}

.error-code {
  color: #e53e3e;
  margin-bottom: 2.5rem;
  font-size: 1rem;
  font-weight: 500;
}

.suggestions {
  margin-top: 2.5rem;
}

.suggestions-title {
  color: var(--primary-color);
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  transition: color .3s;
}

.suggestions-list {
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  list-style: none;
  display: flex;
}

.suggestions-list li {
  width: 100%;
  max-width: 300px;
}

.suggestions-list li a {
  color: #3182ce;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.suggestions-list li a:hover {
  color: #2c5282;
  text-decoration: underline;
}

.suggestions-list li a:visited {
  color: #3182ce;
}

@media (max-width: 768px) {
  .error-title {
    font-size: 3.5rem;
  }

  .error-description {
    font-size: 1.125rem;
  }

  .not-found-container {
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .error-title {
    font-size: 2.75rem;
  }

  .error-description {
    font-size: 1rem;
  }

  .error-code {
    font-size: .9rem;
  }

  .suggestions-title, .suggestions-list li a {
    font-size: .95rem;
  }

  .not-found-container {
    padding: 1rem;
  }
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__ced8ca5f._.css.map*/