/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  --ink: #202124;
  --muted: #62605b;
  --surface: #fbf7f1;
  --surface-strong: #fff;
  --line: #e4ded6;
  --coral: #d86f5d;
  --coral-dark: #a94435;
  --sage: #7b9277;
  --blue: #526d9b;
  --gold: #d8a548;
  --shadow: 0 20px 60px #20212429;
  --max-width: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--surface);
  min-height: 100%;
}

body {
  background: var(--surface);
  min-height: 100%;
  color: var(--ink);
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  line-height: 1.5;
}

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

button, input, textarea, select {
  font: inherit;
}

button {
  cursor: pointer;
}

button:disabled, input:disabled {
  cursor: not-allowed;
}

.landing {
  background: var(--surface);
}

.landingHero {
  isolation: isolate;
  align-items: flex-end;
  min-height: 86svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.landingHeroImage {
  object-fit: cover;
  z-index: -2;
}

.landingHeroOverlay {
  z-index: -1;
  background: linear-gradient(90deg, #1c1e1ec7, #1c1e1e42 58%, #1c1e1e1f), linear-gradient(0deg, #202124b8, #0000 42%);
  position: absolute;
  inset: 0;
}

.landingHeroContent {
  width: min(100%, var(--max-width));
  color: #fffaf3;
  margin: 0 auto;
  padding: 120px 20px 72px;
}

.eyebrow {
  color: var(--coral-dark);
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: .78rem;
  font-weight: 800;
}

.landingHero .eyebrow {
  color: #f7c9b8;
}

h1, h2, h3, p {
  overflow-wrap: anywhere;
}

h1, h2, h3 {
  letter-spacing: 0;
  margin: 0;
  line-height: 1.05;
}

.landingHero h1 {
  max-width: 720px;
  font-size: clamp(3.4rem, 14vw, 7.8rem);
}

.heroCopy {
  color: #fff4e7;
  max-width: 620px;
  margin: 18px 0 0;
  font-size: clamp(1.05rem, 3vw, 1.35rem);
}

.heroActions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  display: flex;
}

.primaryButton, .secondaryButton {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 16px;
  font-weight: 800;
  display: inline-flex;
}

.primaryButton {
  background: var(--coral);
  color: #fff;
  box-shadow: 0 12px 28px #a8402c38;
}

.secondaryButton {
  color: #fff;
  background: #ffffff1f;
  border: 1px solid #ffffff94;
}

.sectionBand, .memoryBand {
  padding: 64px 20px;
}

.sectionInner {
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.sectionHeader {
  max-width: 680px;
  margin-bottom: 24px;
}

.sectionHeader h2, .memoryLayout h2, .dashboardHero h1 {
  font-size: clamp(2rem, 7vw, 4rem);
}

.principleGrid {
  grid-template-columns: 1fr;
  gap: 14px;
  display: grid;
}

.principleCard, .dashboardCard, .authPanel, .arrivalPreview {
  border: 1px solid var(--line);
  background: var(--surface-strong);
  border-radius: 8px;
  box-shadow: 0 10px 24px #46382a14;
}

.principleCard {
  min-height: 176px;
  padding: 22px;
}

.principleCard svg {
  color: var(--sage);
}

.principleCard h3 {
  margin-top: 16px;
  font-size: 1.25rem;
}

.principleCard p, .dashboardCard span, .arrivalPreview p, .authPanel p, .dashboardHero p {
  color: var(--muted);
}

.memoryBand {
  background: #eef4ee;
}

.memoryLayout {
  gap: 28px;
  display: grid;
}

.timelinePreview {
  gap: 10px;
  display: grid;
}

.timelineItem {
  min-height: 58px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #526d9b33;
  border-radius: 8px;
  align-items: center;
  gap: 12px;
  padding: 14px;
  font-weight: 750;
  display: flex;
}

.timelineItem svg {
  color: var(--blue);
  flex: none;
}

.authPage {
  background: #eef4ee;
  place-items: center;
  min-height: 100svh;
  padding: 24px;
  display: grid;
}

.authPanel {
  width: min(100%, 440px);
  padding: 28px;
}

.authMark, .cardIcon {
  width: 42px;
  height: 42px;
  color: var(--coral-dark);
  background: #f7dfd5;
  border-radius: 8px;
  place-items: center;
  display: grid;
}

.authActions, .magicLinkForm {
  gap: 10px;
  margin-top: 18px;
  display: grid;
}

.authButton, .emailRow button {
  background: var(--ink);
  color: #fff;
  border: 0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 14px;
  font-weight: 850;
  display: inline-flex;
}

.authButton:disabled, .emailRow button:disabled {
  color: #7a766f;
  background: #ded8cf;
}

.magicLinkForm label {
  color: var(--ink);
  font-size: .86rem;
  font-weight: 850;
}

.emailRow {
  grid-template-columns: 1fr;
  gap: 8px;
  display: grid;
}

.emailRow input {
  border: 1px solid var(--line);
  width: 100%;
  min-height: 46px;
  color: var(--ink);
  background: #fff;
  border-radius: 8px;
  padding: 0 12px;
}

.authNotice, .authError, .secondaryAuthLink {
  margin-top: 14px;
  font-size: .92rem;
  display: block;
}

.authError {
  color: var(--coral-dark);
  font-weight: 800;
}

.secondaryAuthLink {
  color: var(--blue);
  font-weight: 850;
}

.appShell {
  background: var(--surface);
  grid-template-rows: auto 1fr auto;
  min-height: 100svh;
  display: grid;
}

.appHeader {
  z-index: 10;
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #fbf7f1eb;
  position: sticky;
  top: 0;
}

.appHeaderInner, .appMain {
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.appHeaderInner {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 64px;
  padding: 0 20px;
  display: flex;
}

.brandMark {
  align-items: center;
  gap: 10px;
  font-weight: 900;
  display: inline-flex;
}

.brandIcon {
  background: var(--ink);
  color: #fff;
  border-radius: 8px;
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
}

.appMain {
  padding: 24px 20px 92px;
}

.dashboardPage {
  gap: 18px;
  display: grid;
}

.dashboardHero {
  padding: 18px 0 8px;
}

.dashboardHero p {
  max-width: 620px;
}

.dashboardGrid {
  grid-template-columns: 1fr;
  gap: 14px;
  display: grid;
}

.dashboardCard {
  min-height: 190px;
  padding: 18px;
}

.dashboardCard p {
  color: var(--coral-dark);
  text-transform: uppercase;
  margin: 14px 0 6px;
  font-size: .78rem;
  font-weight: 800;
}

.dashboardCard h2 {
  font-size: 1.35rem;
}

.arrivalPreview {
  background: #fff7df;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
  display: flex;
}

.arrivalPreview svg {
  color: var(--gold);
  flex: none;
}

.mobileNav {
  z-index: 20;
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #fffffff0;
  border: 1px solid #2021241f;
  border-radius: 8px;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  padding: 6px;
  display: grid;
  position: fixed;
  bottom: 12px;
  left: 12px;
  right: 12px;
}

.mobileNav a {
  min-height: 54px;
  color: var(--muted);
  border-radius: 8px;
  place-items: center;
  gap: 3px;
  font-size: .72rem;
  font-weight: 800;
  display: grid;
}

.mobileNav a[aria-current="page"] {
  color: var(--coral-dark);
  background: #f7dfd5;
}

@media (min-width: 720px) {
  .landingHero {
    min-height: 82svh;
  }

  .landingHeroContent {
    padding-inline: 32px;
  }

  .principleGrid {
    grid-template-columns: repeat(3, 1fr);
  }

  .memoryLayout {
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
  }

  .emailRow {
    grid-template-columns: 1fr auto;
  }

  .dashboardGrid {
    grid-template-columns: repeat(3, 1fr);
  }

  .appMain {
    padding-bottom: 40px;
  }

  .mobileNav {
    width: 440px;
    left: auto;
    right: 50%;
    transform: translateX(50%);
  }
}

/*# sourceMappingURL=src_app_globals_162hn9o.css.map*/