/* [next]/internal/font/google/geist_a71539c9.module.css [app-client] (css) */
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/8a480f0b521d4e75-s.06d3mdzz5bre_.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/7178b3e590c64307-s.11.cyxs5p-0z~.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: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/caa3a2e1cccd8315-s.p.16t1db8_9y2o~.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: Geist Fallback;
  src: local(Arial);
  ascent-override: 95.94%;
  descent-override: 28.16%;
  line-gap-override: 0.0%;
  size-adjust: 104.76%;
}

.geist_a71539c9-module__T19VSG__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

.geist_a71539c9-module__T19VSG__variable {
  --font-geist-sans: "Geist", "Geist Fallback";
}

/* [next]/internal/font/google/geist_mono_8d43a2aa.module.css [app-client] (css) */
@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/4fa387ec64143e14-s.0q3udbd2bu5yp.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/bbc41e54d2fcbd21-s.0gw~uztddq1df.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: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/797e433ab948586e-s.p.0.q-h669a_dqa.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: Geist Mono Fallback;
  src: local(Arial);
  ascent-override: 74.67%;
  descent-override: 21.92%;
  line-gap-override: 0.0%;
  size-adjust: 134.59%;
}

.geist_mono_8d43a2aa-module__8Li5zG__className {
  font-family: Geist Mono, Geist Mono Fallback;
  font-style: normal;
}

.geist_mono_8d43a2aa-module__8Li5zG__variable {
  --font-geist-mono: "Geist Mono", "Geist Mono Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --background: #f5efe4;
  --foreground: #1f1b18;
  --primary: #7a2e1f;
  --primary-strong: #5f2115;
  --secondary: #d7b37c;
  --accent: #214236;
  --card: #fffaf2;
  --border: #1f1b181f;
  --muted: #1f1b18ad;
  --ok: #29654f;
  --danger: #ad3c2f;
}

html {
  height: 100%;
}

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

body {
  min-height: 100%;
  color: var(--foreground);
  background: radial-gradient(circle at top, #d7b37c61, transparent 28%),
    linear-gradient(180deg, #f7f1e8 0%, var(--background) 100%);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

button {
  font: inherit;
}

.app-shell {
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1rem;
  width: min(1320px, 100% - 2rem);
  margin: 0 auto;
  padding: 1.25rem 0 2rem;
  display: grid;
}

.sidebar, .card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: 0 16px 40px #1f1b1812;
}

.sidebar {
  flex-direction: column;
  gap: 1.25rem;
  height: fit-content;
  padding: 1.25rem;
  display: flex;
  position: sticky;
  top: 1rem;
}

.brand-title {
  color: var(--primary);
  margin-top: .65rem;
  font-size: 1.8rem;
}

.content {
  gap: 1rem;
  display: grid;
}

.hero {
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  display: flex;
}

.hero-title {
  color: var(--primary);
  margin: .5rem 0 1rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: .95;
}

.hero-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .75rem;
  display: flex;
}

.card {
  padding: 1.25rem;
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  display: grid;
}

.stat-card {
  gap: .45rem;
  display: grid;
}

.stat-label, .muted, .table-row p, .lead {
  color: var(--muted);
}

.stat-value {
  color: var(--primary-strong);
  font-size: 2rem;
}

.stat-hint {
  font-size: .92rem;
}

.eyebrow, .pill, .badge {
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-size: .82rem;
  font-weight: 700;
  display: inline-flex;
}

.eyebrow {
  color: var(--accent);
  background: #21423614;
  padding: .45rem .75rem;
}

.pill {
  color: var(--primary);
  background: #7a2e1f14;
  padding: .35rem .7rem;
}

.badge {
  padding: .45rem .7rem;
}

.badge.success {
  color: var(--ok);
  background: #29654f1f;
}

.nav-list {
  gap: .45rem;
  display: grid;
}

.nav-item {
  color: var(--muted);
  border-radius: 16px;
  padding: .9rem 1rem;
  transition: all .12s;
}

.nav-item.active, .nav-item:hover {
  color: var(--primary);
  background: #7a2e1f14;
}

.button {
  cursor: pointer;
  border: 0;
  border-radius: 14px;
  padding: .9rem 1rem;
}

.button.primary {
  background: var(--primary);
  color: #fff8f2;
}

.button.secondary {
  color: var(--accent);
  background: #21423614;
}

.grid {
  gap: 1rem;
  display: grid;
}

.two-cols {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section-head {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.section-head h2 {
  font-size: 1.1rem;
}

.stack-list, .table-lite {
  gap: .8rem;
  display: grid;
}

.list-row, .table-row {
  border-top: 1px solid #1f1b1814;
  justify-content: space-between;
  gap: 1rem;
  padding: .95rem 0;
  display: flex;
}

.list-row:first-child, .table-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.align-right {
  text-align: right;
  gap: .2rem;
  display: grid;
}

.text-danger {
  color: var(--danger);
  font-weight: 700;
}

.text-ok {
  color: var(--ok);
  font-weight: 700;
}

.soft {
  border-style: dashed;
}

.lead {
  max-width: 60ch;
  line-height: 1.7;
}

.form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  display: grid;
}

.compact-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field {
  gap: .45rem;
  display: grid;
}

.field span {
  color: var(--primary-strong);
  font-size: .92rem;
  font-weight: 700;
}

.field input, .field select, .field textarea {
  width: 100%;
  color: var(--foreground);
  background: #fffdf8;
  border: 1px solid #1f1b181f;
  border-radius: 14px;
  padding: .85rem .95rem;
}

.field textarea {
  resize: vertical;
}

.field-full {
  grid-column: 1 / -1;
}

.field-actions {
  flex-wrap: wrap;
  gap: .75rem;
  display: flex;
}

.checkbox-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  display: grid;
}

.check-item {
  background: #fffdf8;
  border: 1px solid #1f1b181a;
  border-radius: 14px;
  align-items: center;
  gap: .65rem;
  padding: .8rem .9rem;
  display: flex;
}

.inline-products {
  gap: .75rem;
}

.line-item-grid {
  grid-template-columns: 1.8fr .8fr .8fr;
  align-items: center;
  gap: .75rem;
  display: grid;
}

.line-item-head {
  color: var(--muted);
  font-size: .85rem;
}

@media (max-width: 1100px) {
  .app-shell {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.inner-page {
  gap: 1rem;
  width: min(1120px, 100% - 2rem);
  margin: 0 auto;
  padding: 1.25rem 0 2rem;
  display: grid;
}

.page-header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  display: flex;
}

@media (max-width: 760px) {
  .app-shell, .inner-page {
    width: min(1320px, 100% - 1rem);
    padding-top: .5rem;
  }

  .hero, .page-header, .two-cols, .stats-grid, .list-row, .table-row, .line-item-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .hero-actions {
    justify-content: stretch;
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .stats-grid, .two-cols, .form-grid, .compact-form, .checkbox-grid {
    grid-template-columns: 1fr;
  }
}

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