/* [project]/apps/web/app/geistsans_d025f23b.module.css [app-client] (css) */
@font-face {
  font-family: geistSans;
  src: url("../media/GeistVF-s.p.04dvp7dj03si8.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: geistSans Fallback;
  src: local(Arial);
  ascent-override: 85.83%;
  descent-override: 20.52%;
  line-gap-override: 9.33%;
  size-adjust: 107.19%;
}

.geistsans_d025f23b-module__btTCTG__className {
  font-family: geistSans, geistSans Fallback;
}

.geistsans_d025f23b-module__btTCTG__variable {
  --font-geist-sans: "geistSans", "geistSans Fallback";
}

/* [project]/apps/web/app/geistmono_df95d851.module.css [app-client] (css) */
@font-face {
  font-family: geistMono;
  src: url("../media/GeistMonoVF-s.p.0ifhplp~93ddj.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: geistMono Fallback;
  src: local(Arial);
  ascent-override: 69.97%;
  descent-override: 16.73%;
  line-gap-override: 7.61%;
  size-adjust: 131.49%;
}

.geistmono_df95d851-module__CWPfka__className {
  font-family: geistMono, geistMono Fallback;
}

.geistmono_df95d851-module__CWPfka__variable {
  --font-geist-mono: "geistMono", "geistMono Fallback";
}

/* [project]/apps/web/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);
}

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

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

button, input[type="button"], input[type="submit"], input[type="reset"] {
  appearance: none;
  font-family: inherit;
}

.hw-btn-primary {
  color: #fff;
  cursor: pointer;
  background: #111;
  border: none;
}

@media (prefers-color-scheme: dark) {
  .hw-btn-primary {
    color: #111;
    background: #f0f0f0;
  }
}

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

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }

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

.hw-skip-link:focus {
  top: 0 !important;
}

.hw-bottomnav {
  height: calc(3.5rem + env(safe-area-inset-bottom, 0px));
  padding-bottom: env(safe-area-inset-bottom, 0px);
  z-index: 100;
  background: #0a0a0a;
  border-top: 1px solid #80808033;
  align-items: stretch;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (prefers-color-scheme: light) {
  .hw-bottomnav {
    background: #fff;
  }
}

.hw-bottomnav-item {
  color: var(--foreground);
  cursor: pointer;
  opacity: .45;
  background: none;
  border: none;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: .2rem;
  min-height: 44px;
  padding: .35rem .25rem;
  font-family: inherit;
  text-decoration: none;
  transition: opacity .12s;
  display: flex;
}

.hw-bottomnav-item.hw-active {
  opacity: 1;
}

.hw-bottomnav-icon {
  font-size: 1.25rem;
  line-height: 1;
}

.hw-bottomnav-label {
  letter-spacing: .02em;
  font-size: .65rem;
  font-weight: 600;
}

.hw-hamburger {
  display: none !important;
}

@media (max-width: 768px) {
  .hw-bottomnav {
    display: flex !important;
  }

  .hw-hamburger {
    justify-content: center;
    align-items: center;
    display: inline-flex !important;
  }

  .hw-sidebar {
    z-index: 50;
    transition: transform .22s;
    top: 3.5rem;
    left: 0;
    overflow-y: auto;
    transform: translateX(-110%);
    box-shadow: 2px 0 16px #00000024;
    bottom: calc(3.5rem + env(safe-area-inset-bottom, 0px)) !important;
    width: 14rem !important;
    position: fixed !important;
  }

  .hw-sidebar-open {
    transform: translateX(0) !important;
  }

  .hw-main {
    padding: 1.25rem 1rem calc(3.5rem + env(safe-area-inset-bottom, 0px) + 1rem) 1rem !important;
  }

  .hw-topnav {
    padding: 0 .75rem !important;
  }

  .hw-nav-user {
    visibility: hidden !important;
    width: 0 !important;
    display: none !important;
    overflow: hidden !important;
  }

  .hw-ds-layout {
    flex-direction: column !important;
  }

  .hw-ds-controls {
    border-bottom: 1px solid #80808026 !important;
    border-right: none !important;
    flex-flow: wrap !important;
    gap: 1rem !important;
    width: 100% !important;
    padding: .75rem !important;
    display: flex !important;
  }

  .hw-ds-controls > section {
    flex: none;
    min-width: 9rem;
  }

  .hw-ds-grid {
    overflow-x: auto !important;
  }
}

@media (max-width: 480px) {
  [data-hw-grid] {
    grid-template-columns: 1fr !important;
  }
}

.imgDark {
  display: none;
}

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

  .imgLight {
    display: none;
  }

  .imgDark {
    display: unset;
  }
}

/*# sourceMappingURL=apps_web_app_0p~g1xa._.css.map*/