/* [project]/apps/app/src/app/globals.css [app-client] (css) */
:root {
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  color: #f3f0e7;
  background: #10282a;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

button, input {
  font: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: wait;
  opacity: .65;
}

button:focus-visible, input:focus-visible {
  outline-offset: 4px;
  outline: 3px solid #e8bfa0;
}

.welcome {
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  gap: 100px;
  max-width: 1280px;
  min-height: 100svh;
  margin: auto;
  padding: 64px 40px;
  display: grid;
}

.wordmark {
  letter-spacing: -1.8px;
  font-size: 32px;
  font-weight: 700;
}

.brand-dot {
  color: #aac7a8;
  padding-left: 5px;
  font-size: 12px;
}

.introduction .wordmark {
  margin-bottom: 80px;
  display: block;
}

.eyebrow {
  color: #aac7a8;
  letter-spacing: 2px;
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 700;
}

h1 {
  letter-spacing: -2.5px;
  margin: 0 0 24px;
  font-size: clamp(40px, 4.5vw, 62px);
  font-weight: 500;
  line-height: 1.08;
}

h2 {
  letter-spacing: -1px;
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.description {
  color: #b8c7c2;
  max-width: 470px;
  font-size: 18px;
  line-height: 1.7;
}

.preview-note {
  color: #b8c7c2;
  align-items: center;
  gap: 12px;
  margin-top: 54px;
  font-size: 14px;
  display: flex;
}

.note-dot {
  background: #e8bfa0;
  border-radius: 50%;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.auth-card {
  background: #1b3536;
  border: 1px solid #3c5450;
  border-radius: 24px;
  padding: 36px;
}

.muted {
  color: #b8c7c2;
  line-height: 1.6;
}

form {
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
  display: flex;
}

label {
  flex-direction: column;
  gap: 9px;
  font-size: 14px;
  display: flex;
}

input {
  color: #f3f0e7;
  background: #142d2f;
  border: 1px solid #5b706b;
  border-radius: 9px;
  width: 100%;
  padding: 14px;
}

.primary, .secondary {
  border: 0;
  border-radius: 10px;
  padding: 15px 22px;
  font-weight: 600;
}

.primary {
  color: #142d2f;
  background: #aac7a8;
  margin-top: 6px;
}

.secondary {
  color: #f3f0e7;
  background: #274344;
}

.text-button {
  color: #aac7a8;
  text-underline-offset: 3px;
  background: none;
  border: 0;
  padding: 0;
  text-decoration: underline;
}

.switch-mode {
  text-align: center;
  margin: 26px 0 0;
  font-size: 13px;
  line-height: 1.8;
}

.hint {
  color: #b8c7c2;
  margin: -10px 0 0;
  font-size: 12px;
}

.error {
  color: #ffc9b8;
  margin: 0;
  font-size: 14px;
}

.account-home {
  max-width: 1280px;
  margin: auto;
  padding: 40px;
}

.account-home header {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  display: flex;
}

.account-content {
  margin: 100px 0;
}

.account-card {
  background: #1b3536;
  border: 1px solid #3c5450;
  border-radius: 20px;
  align-items: flex-start;
  gap: 22px;
  margin-top: 50px;
  padding: 32px;
  display: flex;
}

.account-card .note-dot {
  margin-top: 10px;
}

.account-card p {
  overflow-wrap: anywhere;
}

@media (max-width: 800px) {
  .welcome {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 32px 22px 48px;
  }

  .introduction .wordmark {
    margin-bottom: 42px;
  }

  .preview-note {
    display: none;
  }

  .auth-card {
    padding: 28px 24px;
  }

  .account-home {
    padding: 24px;
  }

  .account-content {
    margin: 72px 0;
  }

  .account-card {
    padding: 24px;
  }
}

.family-shell {
  color: #273c33;
  background: #f5f4ee;
  grid-template-columns: 238px minmax(0, 1fr);
  min-height: 100svh;
  font-family: Arial, Helvetica, sans-serif;
  display: grid;
}

.family-shell button, .family-shell input, .family-shell select {
  font: inherit;
}

.family-sidebar {
  color: #ecf0e5;
  background: #193c37;
  flex-direction: column;
  height: 100svh;
  padding: 42px 26px;
  display: flex;
  position: sticky;
  top: 0;
}

.family-sidebar .wordmark {
  color: inherit;
  font-size: 34px;
  text-decoration: none;
}

.sidebar-caption {
  color: #aec1b6;
  margin: 16px 0 42px;
  font-size: 12px;
}

.family-sidebar nav {
  gap: 10px;
  display: grid;
}

.nav-item {
  color: #bccbc1;
  text-align: left;
  background: none;
  border: 0;
  border-radius: 10px;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  line-height: 1.4;
  display: flex;
}

.nav-item > span {
  width: 24px;
  font-size: 22px;
}

.nav-item.active {
  color: #fff;
  background: #36564b;
}

.sidebar-bottom {
  gap: 12px;
  margin-top: auto;
  display: grid;
}

.signed-in-email {
  color: #aec1b6;
  overflow-wrap: anywhere;
  margin: 8px 0;
  font-size: 11px;
}

.family-sidebar .secondary {
  background: #36564b;
  padding: 9px 12px;
  font-size: 12px;
}

.family-sidebar .quiet-button {
  color: #ccd6c7;
  font-size: 12px;
}

.family-sidebar .small {
  color: #ccd6c7;
}

.family-main {
  width: 100%;
  max-width: 1580px;
  margin: auto;
  padding: 0 54px;
}

.family-header {
  border-bottom: 1px solid #dfe3d8;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 104px;
  display: flex;
}

.household-label {
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.household-symbol {
  background: #e3e8dc;
  border-radius: 50%;
  place-items: center;
  width: 35px;
  height: 35px;
  font-size: 24px;
  display: grid;
}

.date-label {
  color: #788375;
  font-size: 12px;
}

.family-main section {
  padding-top: 48px;
}

.family-shell h1 {
  letter-spacing: -1.9px;
  margin-bottom: 14px;
  font-family: Georgia, Times New Roman, serif;
  font-size: clamp(35px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.15;
}

.family-shell h2 {
  letter-spacing: -.8px;
  font-family: Georgia, Times New Roman, serif;
  font-size: 25px;
  font-weight: 400;
}

.family-shell h3 {
  letter-spacing: -.3px;
  font-size: 16px;
  font-weight: 600;
}

.family-shell .eyebrow {
  color: #7b8a70;
  letter-spacing: 2px;
  margin-bottom: 16px;
  font-size: 10px;
}

.lead {
  color: #7a8273;
  max-width: 600px;
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.75;
}

.small {
  color: #798171;
  font-size: 13px;
  line-height: 1.7;
}

.surface {
  background: #fffef9;
  border: 1px solid #e0e4d8;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 5px 15px #1b382503;
}

.family-shell .primary {
  color: #fffef6;
  white-space: nowrap;
  background: #2c5144;
  border-radius: 9px;
  margin-top: 0;
  padding: 13px 20px;
  font-size: 13px;
}

.family-shell .secondary {
  color: #365344;
  background: #e9ede1;
  padding: 12px 17px;
  font-size: 13px;
}

.family-shell .quiet-button {
  color: #476746;
  text-align: left;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 4px 0;
  font-size: 13px;
  display: inline-flex;
}

.family-shell .quiet-button span {
  font-size: 17px;
}

.family-shell input, .family-shell select {
  color: #2f4439;
  background: #fffef9;
  border: 1px solid #dce2d2;
  border-radius: 8px;
  min-width: 0;
  padding: 12px 13px;
}

.family-shell input:focus-visible, .family-shell select:focus-visible, .family-shell button:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #a2b787;
}

.family-shell label {
  color: #677560;
  font-size: 12px;
}

.family-shell form {
  gap: 18px;
}

.setup-section {
  max-width: 800px;
}

.setup-form {
  max-width: 680px;
  margin-top: 36px;
}

.form-columns {
  gap: 18px;
  display: flex;
}

.form-columns label {
  flex: 1;
  min-width: 0;
}

.section-heading {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
}

.section-heading > .primary {
  align-self: flex-start;
}

.view-choice {
  min-width: 135px;
}

.view-choice select {
  font-size: 12px;
}

.person-filters {
  gap: 10px;
  margin-bottom: 4px;
  padding: 4px 3px 24px;
  display: flex;
  overflow: auto;
}

.person-filters button {
  white-space: nowrap;
  color: #6a7563;
  background: none;
  border: 1px solid #dee3d4;
  border-radius: 24px;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 7px 15px;
  font-size: 12px;
  display: flex;
}

.person-filters button[aria-pressed="true"] {
  color: #fff;
  background: #2d5043;
  border-color: #2d5043;
}

.avatar {
  border-radius: 50%;
  flex-shrink: 0;
  place-items: center;
  width: 56px;
  height: 56px;
  font-family: Georgia, Times New Roman, serif;
  font-size: 24px;
  display: inline-grid;
}

.avatar-small {
  width: 24px;
  height: 24px;
  font-family: inherit;
  font-size: 11px;
}

.color-sage {
  color: #55734b;
  background: #dee7cf;
}

.color-clay {
  color: #a27461;
  background: #efddd1;
}

.color-gold {
  color: #aa903f;
  background: #f1e7c4;
}

.color-blue {
  color: #5f7c93;
  background: #dfe9ef;
}

.color-lilac {
  color: #8b70a0;
  background: #e8e0ed;
}

.today-grid {
  grid-template-columns: minmax(0, 1fr) 265px;
  gap: 24px;
  display: grid;
}

.card-heading {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}

.card-heading h2 {
  margin: 0;
}

.pill {
  color: #7b8a6d;
  background: #edf0e5;
  border-radius: 20px;
  padding: 6px 10px;
  font-size: 10px;
  display: inline-block;
}

.empty-state {
  text-align: center;
  max-width: 390px;
  margin: auto;
  padding: 62px 24px 68px;
}

.empty-state h3 {
  font-family: Georgia, Times New Roman, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.empty-state p {
  color: #87907e;
  margin-bottom: 25px;
  font-size: 13px;
  line-height: 1.7;
}

.empty-symbol {
  color: #90a07b;
  background: #edf1e5;
  border-radius: 18px;
  place-items: center;
  width: 62px;
  height: 62px;
  font-size: 34px;
  display: inline-grid;
}

.avatar-row {
  flex-wrap: wrap;
  gap: 5px;
  margin: 25px 0;
  display: flex;
}

.avatar-row .avatar {
  border: 2px solid #fffef9;
  width: 38px;
  height: 38px;
  margin-left: -4px;
  font-size: 17px;
}

.people-preview h2 {
  line-height: 1.35;
}

.people-preview .quiet-button {
  margin-top: 18px;
}

.privacy-note {
  color: #8b9580;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 6px;
  display: flex;
}

.privacy-note > span {
  margin-top: 6px;
  font-size: 23px;
}

.privacy-note p {
  font-size: 11px;
  line-height: 1.7;
}

.family-footer {
  color: #9ba38f;
  border-top: 1px solid #e0e4d8;
  justify-content: space-between;
  gap: 16px;
  margin: 50px 0 26px;
  padding-top: 22px;
  font-size: 10px;
  display: flex;
}

.family-footer > span:last-child {
  letter-spacing: .7px;
  font-weight: 600;
}

.family-footer > span:last-child span {
  color: #99ad77;
  vertical-align: middle;
  margin-left: 4px;
  font-size: 6px;
}

.notice {
  color: #8a7450;
  background: #f2ead6;
  border-radius: 9px;
  margin: 15px 0;
  padding: 12px 15px;
  font-size: 12px;
  line-height: 1.6;
}

.notice.error {
  color: #9d5c49;
  background: #f7e6dc;
}

.people-grid {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 20px;
  margin-top: 26px;
  display: grid;
}

.person-card h2 {
  margin-top: 20px;
  margin-bottom: 7px;
}

.person-relationship {
  color: #8a9380;
  margin: 0 0 20px;
  font-size: 12px;
}

.person-card .quiet-button {
  width: 100%;
  margin-top: 22px;
  display: flex;
}

.add-person-form {
  margin: 0 0 30px;
}

.group-strip {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 24px;
  display: grid;
}

.group-strip .surface {
  padding: 20px 26px;
}

.group-strip h3 {
  margin: 0;
}

.group-strip p {
  margin-bottom: 0;
}

.invitation-card {
  margin-top: 24px;
}

.invitation-card label {
  margin: 20px 0;
}

.invitation-card input {
  font-size: 12px;
}

.connect-form {
  grid-template-columns: 1fr auto;
  align-items: end;
  margin: 36px 0 25px;
  display: grid;
}

.connect-form > div, .connect-form > .small {
  grid-column: 1 / -1;
}

.connect-form h2 {
  margin-bottom: 8px;
}

.connect-form p {
  margin: 0;
}

.connection-card {
  margin-top: 22px;
}

.connection-card h2 {
  letter-spacing: 0;
  overflow-wrap: anywhere;
  margin-bottom: 10px;
  font-family: inherit;
  font-size: 17px;
}

.calendar-source {
  border-top: 1px solid #e5e8de;
  padding: 22px 0;
}

.checkbox-label {
  align-items: center;
  flex-direction: row !important;
  gap: 10px !important;
  display: flex !important;
}

.checkbox-label input {
  accent-color: #38563f;
  width: 17px;
  height: 17px;
  padding: 0;
}

.calendar-source fieldset {
  border: 0;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  display: flex;
}

.calendar-source legend {
  color: #788571;
  margin-bottom: 12px;
  font-size: 12px;
}

.calendar-source .small {
  margin: 0;
}

.event-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.event-list li {
  border-bottom: 1px solid #eceee5;
  gap: 20px;
  padding: 20px 0;
  display: flex;
}

.event-time {
  color: #6b7962;
  min-width: 78px;
  font-size: 12px;
  line-height: 1.7;
}

.event-time > span {
  color: #a1a995;
  font-size: 10px;
  display: block;
}

.event-detail {
  gap: 7px;
  min-width: 0;
  display: grid;
}

.event-detail > strong {
  overflow-wrap: anywhere;
  font-size: 14px;
  font-weight: 500;
}

.event-detail > span {
  color: #8d9782;
  font-size: 11px;
}

.event-people {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}

.event-people span {
  color: #7b896c;
  background: #f0f2e8;
  border-radius: 12px;
  padding: 3px 8px;
  font-size: 10px;
}

.agent-placeholder {
  text-align: center;
  max-width: 700px;
  margin-top: 32px;
  padding: 55px;
}

.agent-placeholder h2 {
  margin-top: 24px;
}

.agent-placeholder p {
  max-width: 360px;
  margin: auto;
}

.join-page {
  justify-content: center;
  display: flex;
}

.join-page .auth-card {
  max-width: 500px;
}

.sr-only-label {
  font-size: 0 !important;
}

.sr-only-label select {
  font-size: 13px !important;
}

@media (max-width: 1150px) {
  .family-shell {
    grid-template-columns: 205px minmax(0, 1fr);
  }

  .family-sidebar {
    padding: 38px 18px;
  }

  .family-main {
    padding: 0 30px;
  }

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

  .today-aside {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    display: grid;
  }

  .people-preview {
    padding: 24px;
  }

  .people-preview .avatar-row {
    margin: 16px 0;
  }

  .people-preview h2 {
    font-size: 22px;
  }
}

@media (max-width: 700px) {
  .family-shell {
    padding-bottom: 80px;
    display: block;
  }

  .family-sidebar {
    background: #193c37;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 22px 24px;
    position: relative;
  }

  .family-sidebar .wordmark {
    font-size: 29px;
  }

  .sidebar-caption {
    display: none;
  }

  .family-sidebar nav {
    z-index: 20;
    padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
    background: #193c37;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .nav-item {
    border-radius: 9px;
    flex-direction: column;
    gap: 4px;
    padding: 7px 4px;
    font-size: 10px;
  }

  .nav-item > span {
    text-align: center;
    font-size: 21px;
    line-height: 1.2;
  }

  .sidebar-bottom {
    align-items: center;
    gap: 10px;
    margin: 0;
    display: flex;
  }

  .sidebar-bottom .install, .signed-in-email {
    display: none;
  }

  .family-main {
    padding: 0 22px;
  }

  .family-header {
    min-height: 75px;
  }

  .date-label {
    text-align: right;
    max-width: 110px;
    font-size: 10px;
    line-height: 1.6;
  }

  .household-label {
    font-size: 12px;
  }

  .household-symbol {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }

  .family-main section {
    padding-top: 32px;
  }

  .family-shell h1 {
    letter-spacing: -1.5px;
    font-size: 37px;
  }

  .lead {
    font-size: 13px;
  }

  .section-heading {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 3px;
  }

  .section-heading .view-choice {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 18px;
    display: flex;
  }

  .view-choice select {
    padding: 8px 12px;
  }

  .person-filters {
    gap: 7px;
    margin-top: 6px;
    padding-bottom: 20px;
  }

  .person-filters button {
    padding: 7px 12px;
    font-size: 11px;
  }

  .today-grid {
    gap: 18px;
  }

  .surface {
    padding: 22px;
  }

  .empty-state {
    padding: 38px 8px 48px;
  }

  .today-aside {
    display: block;
  }

  .privacy-note {
    padding: 12px 5px;
  }

  .family-footer {
    margin-top: 30px;
  }

  .people-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .person-card {
    padding: 20px 15px;
  }

  .person-card h2 {
    font-size: 22px;
  }

  .person-card .pill {
    font-size: 9px;
  }

  .person-card .quiet-button {
    font-size: 11px;
  }

  .form-columns {
    flex-direction: column;
  }

  .group-strip {
    gap: 12px;
  }

  .group-strip .surface {
    padding: 20px 16px;
  }

  .connect-form {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .connect-form .primary {
    width: 100%;
  }

  .calendar-source fieldset {
    gap: 12px;
  }

  .connection-card .card-heading {
    align-items: flex-start;
  }

  .connection-card h2 {
    font-size: 14px;
  }

  .agent-placeholder {
    padding: 36px 24px;
  }

  .setup-form {
    padding: 25px 22px;
  }

  .setup-form .primary {
    width: 100%;
  }

  .event-list li {
    gap: 12px;
  }

  .event-time {
    min-width: 63px;
  }

  .event-detail > strong {
    font-size: 13px;
  }
}

.agent-chat {
  padding: 28px;
}

.agent-welcome {
  text-align: center;
  padding: 32px 0 40px;
}

.chat-suggestions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
  display: flex;
}

.chat-messages {
  flex-direction: column;
  gap: 20px;
  max-height: 52vh;
  display: flex;
  overflow: auto;
}

.chat-message {
  background: #f2f3ed;
  border-radius: 16px;
  max-width: 90%;
  padding: 16px 20px;
}

.chat-message.user {
  background: #e3eee4;
  align-self: flex-end;
}

.chat-message p {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  margin: 8px 0 0;
  line-height: 1.65;
}

.chat-form {
  align-items: end;
  gap: 12px;
  padding-top: 24px;
  display: flex;
}

.chat-form textarea {
  resize: vertical;
  width: 100%;
  min-height: 64px;
  max-height: 200px;
  font: inherit;
  color: #203d35;
  background: #fff;
  border: 1px solid #d6ddd1;
  border-radius: 12px;
  padding: 14px;
}

.chat-status, .chat-disclosure {
  padding-top: 14px;
}

.chat-form .primary {
  flex-shrink: 0;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.family-shell .family-sidebar .quiet-button {
  color: #d7e5d5;
}

.family-shell .nav-item {
  font-size: 14px;
}

@media (max-width: 700px) {
  .family-shell .nav-item {
    font-size: 11px;
  }

  .sidebar-bottom .install {
    display: block;
    position: relative;
  }

  .sidebar-bottom .install .quiet-button {
    max-width: 108px;
    padding: 7px 0;
  }

  .sidebar-bottom .install .small {
    z-index: 30;
    color: #eff3e8;
    background: #193c37;
    border-radius: 12px;
    width: 260px;
    padding: 16px;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 12px 25px #0002;
  }
}

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