/* [project]/src/components/app-shell.module.css [app-client] (css) */
.app-shell-module__uk8rSG__shell {
  color: #121417;
  background: #f6f3ed;
  min-height: 100svh;
}

.app-shell-module__uk8rSG__header {
  z-index: 20;
  background: #fffdf8;
  border-bottom: 1px solid #d8d0c2;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  min-height: 66px;
  padding: 0 22px;
  display: flex;
  position: sticky;
  top: 0;
}

.app-shell-module__uk8rSG__brand {
  color: inherit;
  gap: 1px;
  text-decoration: none;
  display: grid;
}

.app-shell-module__uk8rSG__brand span {
  font-size: 16px;
  font-weight: 900;
}

.app-shell-module__uk8rSG__brand small {
  color: #697078;
  font-size: 12px;
  font-weight: 700;
}

.app-shell-module__uk8rSG__nav {
  background: #eee8df;
  border: 1px solid #d6cbbb;
  border-radius: 8px;
  grid-template-columns: repeat(3, minmax(72px, 1fr));
  align-items: center;
  gap: 4px;
  padding: 4px;
  display: grid;
}

.app-shell-module__uk8rSG__nav a {
  color: #4f565d;
  text-align: center;
  border-radius: 6px;
  min-height: 34px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.app-shell-module__uk8rSG__nav a:hover {
  background: #f7f5ef;
}

.app-shell-module__uk8rSG__nav .app-shell-module__uk8rSG__active {
  color: #fffdf8;
  background: #1f5754;
}

@media (max-width: 620px) {
  .app-shell-module__uk8rSG__header {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 12px;
    position: static;
  }

  .app-shell-module__uk8rSG__nav {
    width: 100%;
  }
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  --foreground: #101418;
}

* {
  box-sizing: border-box;
}

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

body {
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

button {
  font: inherit;
}

/*# sourceMappingURL=src_113du~v._.css.map*/