/* [next]/internal/font/google/maven_pro_61e22836.module.css [app-client] (css) */
@font-face {
  font-family: Maven Pro;
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../media/c22c2b33ba991ab3-s.10u~1cv9bl-ld.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: Maven Pro;
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../media/a6e41d0c5bd92cbe-s.0kaetejegm6he.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: Maven Pro;
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../media/14898b02b8cd68f8-s.0wffc7c2ahd2..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: Maven Pro Fallback;
  src: local(Arial);
  ascent-override: 93.12%;
  descent-override: 20.26%;
  line-gap-override: 0.0%;
  size-adjust: 103.63%;
}

.maven_pro_61e22836-module__j5rWmq__className {
  font-family: Maven Pro, Maven Pro Fallback;
  font-style: normal;
}

.maven_pro_61e22836-module__j5rWmq__variable {
  --font-maven-pro: "Maven Pro", "Maven Pro Fallback";
}

/* [project]/app/globals.css [app-client] (css) */
:root {
  --background: #fff;
  --gray-0: #f8f9fa;
  --gray-1: #f1f3f5;
  --gray-2: #e9ecef;
  --gray-3: #dee2e6;
  --gray-4: #ced4da;
  --gray-5: #adb5bd;
  --gray-6: #868e96;
  --gray-7: #495057;
  --gray-8: #343a40;
  --gray-9: #212529;
  --yellow-0: #fff9db;
  --yellow-1: #fff3bf;
  --yellow-2: #ffec99;
  --yellow-3: #ffe066;
  --yellow-4: #ffd43b;
  --yellow-5: #fcc419;
  --yellow-6: #fab005;
  --yellow-7: #f59f00;
  --yellow-8: #f08c00;
  --yellow-9: #e67700;
}

html {
  height: 100%;
}

html, body {
  max-width: 100%;
}

body {
  min-height: 100%;
  color: var(--gray-9);
  font-family: var(--font-maven-pro), sans-serif;
  background-color: var(--gray-0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

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

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

.wrapper {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}

.main {
  flex: 1;
  padding: 0;
}

@media (max-width: 600px) {
  .wrapper {
    padding: 0 8px;
  }
}

/* [project]/app/components/header.module.css [app-client] (css) */
.header-module__edqLnG__header {
  border-bottom: 1px solid var(--gray-2);
  background: #fff;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  padding: 0;
  display: flex;
}

.header-module__edqLnG__top {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 4px;
  display: flex;
}

.header-module__edqLnG__left {
  align-items: center;
  display: flex;
}

.header-module__edqLnG__logoLink {
  align-items: center;
  display: inline-flex;
}

.header-module__edqLnG__logoImage {
  width: auto;
  height: 32px;
  display: block;
}

.header-module__edqLnG__center {
  flex: 1;
  justify-content: center;
  display: flex;
}

.header-module__edqLnG__member {
  align-items: center;
  display: flex;
}

.header-module__edqLnG__memberWrap {
  position: relative;
}

.header-module__edqLnG__memberButton {
  cursor: pointer;
  color: inherit;
  background: none;
  border: 0;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  text-decoration: none;
  display: inline-flex;
}

.header-module__edqLnG__avatar {
  object-fit: cover;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: block;
}

.header-module__edqLnG__memberName {
  display: none;
}

.header-module__edqLnG__memberMenu {
  z-index: 50;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  min-width: 160px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  box-shadow: 0 6px 18px #0000000f;
}

.header-module__edqLnG__memberMenu a, .header-module__edqLnG__memberMenu button {
  text-align: left;
  background: none;
  border: 0;
  width: 100%;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
}

.header-module__edqLnG__memberLogout {
  color: var(--danger, #c0392b);
}

.header-module__edqLnG__modalBackdrop {
  z-index: 80;
  background: #0006;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.header-module__edqLnG__modal {
  background: #fff;
  border-radius: 8px;
  width: 320px;
  max-width: calc(100% - 24px);
  padding: 20px;
}

.header-module__edqLnG__modalActions {
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
  display: flex;
}

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

.header-module__edqLnG__search {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  width: 100%;
  max-width: 560px;
  padding: 8px 12px;
}

.header-module__edqLnG__nav {
  background-color: var(--yellow-0);
  align-items: center;
  gap: 8px;
  width: 100%;
  display: flex;
}

.header-module__edqLnG__menu {
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.header-module__edqLnG__menu a, .header-module__edqLnG__menu button {
  color: inherit;
  cursor: pointer;
  font: inherit;
  background: none;
  border: 0;
  padding: 6px 8px;
  text-decoration: none;
}

.header-module__edqLnG__hasSub {
  position: relative;
}

.header-module__edqLnG__subToggle {
  align-items: center;
  display: inline-flex;
}

.header-module__edqLnG__submenu {
  z-index: 50;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  min-width: 160px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  box-shadow: 0 6px 18px #0000000f;
}

.header-module__edqLnG__submenu li {
  padding: 0;
}

.header-module__edqLnG__submenu a {
  color: inherit;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
}

.header-module__edqLnG__mobileToggle {
  background: none;
  border: 0;
  padding: 8px;
  display: none;
}

.header-module__edqLnG__mobileDrawer {
  z-index: 60;
  background: #fff;
  width: 260px;
  padding: 24px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  box-shadow: -8px 0 24px #0000001f;
}

.header-module__edqLnG__mobileList {
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.header-module__edqLnG__srOnly {
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

@media (max-width: 768px) {
  .header-module__edqLnG__center, .header-module__edqLnG__menu {
    display: none;
  }

  .header-module__edqLnG__mobileToggle {
    display: inline-block;
  }
}

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