/* [project]/apps/web/src/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --animate-spin: spin 1s linear infinite;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .table {
    display: table;
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }
}

:root {
  --paper: #f5f4ed;
  --ink: #263b38;
  --muted: #74817c;
  --line: #e5e6dc;
  --moss: #48685b;
  --sage: #dce7d9;
  --coral: #e47e63;
  --butter: #f0d79a;
}

* {
  box-sizing: border-box;
}

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

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

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

button, a {
  -webkit-tap-highlight-color: transparent;
}

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

::selection {
  color: #203430;
  background: #cbdcc9;
}

.sidebar {
  z-index: 20;
  border-right: 1px solid var(--line);
  background: #fbfaf5;
  flex-direction: column;
  width: 250px;
  padding: 30px 20px 22px;
  display: flex;
  position: fixed;
  inset: 0 auto 0 0;
}

.brand {
  align-items: center;
  gap: 11px;
  padding: 2px 10px 34px;
  display: flex;
}

.brand-mark {
  background: var(--moss);
  color: #fff;
  border-radius: 14px 14px 14px 5px;
  place-items: center;
  width: 38px;
  height: 38px;
  display: grid;
}

.brand-name {
  letter-spacing: .07em;
  font-family: Georgia, Times New Roman, serif;
  font-size: 23px;
}

.brand-caption {
  color: var(--muted);
  letter-spacing: .19em;
  text-transform: uppercase;
  margin-top: 1px;
  font-size: 9px;
  display: block;
}

.nav-list {
  gap: 7px;
  display: grid;
}

.nav-link {
  color: #65746e;
  border-radius: 13px;
  align-items: center;
  gap: 13px;
  min-height: 46px;
  padding: 0 13px;
  font-size: 13px;
  transition: all .18s;
  display: flex;
}

.nav-link:hover {
  color: var(--ink);
  background: #f0f1e8;
}

.nav-link.active {
  color: #29483d;
  background: #e8eee4;
  font-weight: 650;
}

.nav-link.active svg {
  color: var(--moss);
}

.sidebar-bottom {
  margin-top: auto;
}

.sidebar-note {
  background: #f0ecdf;
  border-radius: 17px;
  margin: 0 4px 18px;
  padding: 16px;
}

.sidebar-note p {
  color: #758078;
  margin: 0;
  font-family: Georgia, serif;
  font-size: 12px;
  font-style: italic;
  line-height: 1.55;
}

.sidebar-user {
  border-top: 1px solid var(--line);
  align-items: center;
  gap: 10px;
  padding: 12px 9px 0;
  display: flex;
}

.avatar {
  color: #5a4637;
  background: #e8c6a7;
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 37px;
  height: 37px;
  font-family: Georgia, serif;
  font-size: 16px;
  display: grid;
  overflow: hidden;
}

.avatar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.user-copy {
  flex: 1;
  min-width: 0;
}

.user-copy strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  display: block;
  overflow: hidden;
}

.user-copy span {
  color: var(--muted);
  margin-top: 2px;
  font-size: 10px;
  display: block;
}

.icon-button {
  color: #708078;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 11px;
  place-items: center;
  width: 36px;
  height: 36px;
  display: grid;
}

.icon-button:hover {
  color: var(--ink);
  background: #ecefe7;
}

.main-content {
  min-height: 100vh;
  margin-left: 250px;
  padding: 38px clamp(24px, 5vw, 74px) 68px;
}

.content-wrap {
  width: min(940px, 100%);
  margin: 0 auto;
}

.mobile-topbar, .mobile-nav {
  display: none;
}

.eyebrow {
  color: var(--moss);
  letter-spacing: .19em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}

.page-heading {
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 27px;
  display: flex;
}

.page-heading h1 {
  letter-spacing: -.035em;
  margin: 7px 0 0;
  font-family: Georgia, Times New Roman, serif;
  font-size: clamp(34px, 4.5vw, 48px);
  font-weight: 400;
  line-height: 1.08;
}

.page-heading p {
  color: var(--muted);
  margin: 9px 0 0;
  font-size: 13px;
}

.date-stamp {
  color: #79867f;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  display: inline-flex;
}

.section-label {
  justify-content: space-between;
  align-items: center;
  margin: 27px 0 12px;
  display: flex;
}

.section-label h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: 400;
}

.section-label span {
  color: var(--muted);
  font-size: 11px;
}

.card {
  border: 1px solid var(--line);
  background: #fffefa;
  border-radius: 20px;
  box-shadow: 0 7px 24px #31473a08;
}

.button {
  background: var(--moss);
  color: #fff;
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 17px;
  font-size: 12px;
  font-weight: 650;
  transition: all .18s;
  display: inline-flex;
}

.button:hover {
  background: #385548;
  transform: translateY(-1px);
}

.button:disabled {
  cursor: not-allowed;
  opacity: .52;
  transform: none;
}

.button.secondary {
  border-color: var(--line);
  color: #42554d;
  background: #fffefa;
}

.button.secondary:hover {
  background: #f1f2ea;
}

.button.soft {
  color: #385548;
  background: #e8eee4;
}

.button.danger {
  color: #a54836;
  background: #f9e8e1;
}

.field {
  gap: 7px;
  display: grid;
}

.field label {
  color: #5f7068;
  font-size: 11px;
  font-weight: 650;
}

.input, .textarea, .select {
  width: 100%;
  color: var(--ink);
  background: #fffefa;
  border: 1px solid #dfe3d9;
  border-radius: 12px;
  outline: 0;
  padding: 12px 14px;
  font-size: 13px;
  transition: border .15s, box-shadow .15s;
}

.input:focus, .textarea:focus, .select:focus {
  border-color: #829d8b;
  box-shadow: 0 0 0 3px #dce7d977;
}

.textarea {
  resize: vertical;
  min-height: 130px;
  line-height: 1.65;
}

.helper, .small-muted {
  color: var(--muted);
  font-size: 10px;
}

.error-text, .success-text {
  border-radius: 11px;
  padding: 10px 12px;
  font-size: 12px;
}

.error-text {
  color: #a34e3c;
  background: #fbece6;
}

.success-text {
  color: #385548;
  background: #e7f0e5;
}

.empty-state {
  text-align: center;
  background: #faf9f3;
  border: 1px dashed #d4dbce;
  border-radius: 20px;
  place-items: center;
  min-height: 210px;
  padding: 30px;
  display: grid;
}

.empty-state svg {
  color: #8ba08d;
}

.empty-state h3 {
  margin: 11px 0 4px;
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: 400;
}

.empty-state p {
  max-width: 300px;
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.feed-grid {
  grid-template-columns: minmax(0, 1.45fr) minmax(240px, .8fr);
  align-items: start;
  gap: 22px;
  display: grid;
}

.post-list {
  gap: 16px;
  display: grid;
}

.post-card {
  overflow: hidden;
}

.post-head {
  align-items: center;
  gap: 10px;
  padding: 16px 17px 12px;
  display: flex;
}

.post-head-copy {
  flex: 1;
  min-width: 0;
}

.post-head-copy strong {
  font-size: 12px;
  display: block;
}

.post-head-copy span {
  color: var(--muted);
  margin-top: 3px;
  font-size: 10px;
  display: block;
}

.post-date-pill {
  color: #738078;
  white-space: nowrap;
  background: #f1f1e9;
  border-radius: 30px;
  padding: 6px 9px;
  font-size: 9px;
}

.post-body {
  padding: 1px 18px 17px;
}

.post-body p {
  color: #485b53;
  white-space: pre-wrap;
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
}

.media-frame {
  background: #e9ebe2;
  place-items: center;
  min-height: 160px;
  max-height: 470px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.media-frame img, .media-frame video {
  object-fit: cover;
  width: 100%;
  max-height: 470px;
  display: block;
}

.media-placeholder {
  color: #82938a;
  place-items: center;
  width: 100%;
  min-height: 180px;
  font-size: 11px;
  display: grid;
}

.post-actions {
  border-top: 1px solid #f0f0e9;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  display: flex;
}

.action-chip {
  color: #77827b;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 10px;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 9px;
  font-size: 11px;
  display: inline-flex;
}

.action-chip:hover, .action-chip.selected {
  color: #b06d54;
  background: #f4eee3;
}

.comment-list {
  gap: 8px;
  padding: 2px 18px 13px;
  display: grid;
}

.comment-line {
  color: #68776f;
  font-size: 11px;
  line-height: 1.5;
}

.comment-line strong {
  color: #3e5149;
  margin-right: 5px;
}

.comment-form {
  gap: 7px;
  padding: 0 13px 14px;
  display: flex;
}

.comment-form input {
  border: 1px solid var(--line);
  background: #fffefa;
  border-radius: 10px;
  outline: 0;
  flex: 1;
  min-width: 0;
  padding: 9px 11px;
  font-size: 11px;
}

.comment-form button {
  color: #42614f;
  cursor: pointer;
  background: #e8eee4;
  border: 0;
  border-radius: 10px;
  padding: 0 12px;
}

.today-card {
  padding: 18px;
  overflow: hidden;
}

.today-top {
  justify-content: space-between;
  align-items: start;
  display: flex;
}

.today-top strong {
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 400;
}

.today-top span {
  color: var(--muted);
  font-size: 10px;
}

.today-mark {
  color: #a67b3e;
  background: #f4e9cc;
  border-radius: 12px;
  place-items: center;
  width: 35px;
  height: 35px;
  display: grid;
}

.today-copy {
  color: #708078;
  margin: 18px 0 16px;
  font-size: 12px;
  line-height: 1.7;
}

.streak-row {
  border-top: 1px solid var(--line);
  color: #64766c;
  align-items: center;
  gap: 6px;
  padding-top: 13px;
  font-size: 10px;
  display: flex;
}

.streak-dots {
  gap: 4px;
  margin-left: auto;
  display: flex;
}

.streak-dots i {
  background: #e6e9df;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
}

.streak-dots i.on {
  background: #78977c;
}

.quote-card {
  background: #e7ede3;
  margin-top: 14px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.quote-card:after {
  content: "";
  border: 1px solid #c3d1c1;
  border-radius: 50%;
  width: 128px;
  height: 128px;
  position: absolute;
  bottom: -49px;
  right: -23px;
}

.quote-card p {
  z-index: 1;
  color: #4f6c5a;
  max-width: 180px;
  margin: 0;
  font-family: Georgia, serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1.45;
  position: relative;
}

.quote-card span {
  color: #829287;
  letter-spacing: .12em;
  margin-top: 12px;
  font-size: 9px;
  display: block;
}

.auth-page {
  background: #f7f5ee;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  min-height: 100vh;
  display: grid;
}

.auth-art {
  color: #f5f1e7;
  background: #314b40;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding: 46px clamp(30px, 7vw, 100px);
  display: flex;
  position: relative;
  overflow: hidden;
}

.auth-art:before, .auth-art:after {
  content: "";
  border: 1px solid #ffffff24;
  border-radius: 50%;
  position: absolute;
}

.auth-art:before {
  aspect-ratio: 1;
  width: min(62vw, 720px);
  bottom: -8%;
  right: -14%;
}

.auth-art:after {
  aspect-ratio: 1;
  width: min(43vw, 500px);
  bottom: 7%;
  right: 2%;
}

.auth-brand {
  z-index: 1;
  letter-spacing: .08em;
  align-items: center;
  gap: 12px;
  font-family: Georgia, serif;
  font-size: 24px;
  display: flex;
  position: relative;
}

.auth-brand-mark {
  border: 1px solid #fff5;
  border-radius: 14px 14px 14px 5px;
  place-items: center;
  width: 38px;
  height: 38px;
  display: grid;
}

.auth-hero {
  z-index: 1;
  max-width: 530px;
  margin: auto 0;
  padding: 60px 0;
  position: relative;
}

.auth-hero .eyebrow {
  color: #d3bd83;
}

.auth-hero h1 {
  letter-spacing: -.05em;
  margin: 18px 0;
  font-family: Georgia, serif;
  font-size: clamp(47px, 6vw, 76px);
  font-weight: 400;
  line-height: .98;
}

.auth-hero p {
  color: #d2ddd3;
  max-width: 390px;
  font-size: 14px;
  line-height: 1.8;
}

.auth-footer {
  z-index: 1;
  color: #becdc0;
  font-family: Georgia, serif;
  font-size: 12px;
  font-style: italic;
  position: relative;
}

.auth-panel {
  place-items: center;
  padding: 35px;
  display: grid;
}

.auth-form {
  width: min(390px, 100%);
}

.auth-form h2 {
  letter-spacing: -.03em;
  margin: 0;
  font-family: Georgia, serif;
  font-size: 35px;
  font-weight: 400;
}

.auth-form > p {
  color: var(--muted);
  margin: 9px 0 24px;
  font-size: 12px;
  line-height: 1.7;
}

.auth-fields {
  gap: 14px;
  display: grid;
}

.auth-submit {
  width: 100%;
  margin-top: 5px;
}

.auth-bottom {
  color: var(--muted);
  text-align: center;
  margin-top: 18px;
  font-size: 11px;
}

.auth-bottom a {
  color: var(--moss);
  font-weight: 700;
}

.setup-box {
  color: #806637;
  background: #fbf5e5;
  border: 1px solid #e7d7aa;
  border-radius: 14px;
  padding: 13px;
  font-size: 11px;
  line-height: 1.7;
}

.calendar-layout {
  grid-template-columns: minmax(0, 1.1fr) minmax(250px, .8fr);
  align-items: start;
  gap: 18px;
  display: grid;
}

.calendar-card {
  padding: 21px;
}

.calendar-head {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.calendar-head strong {
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 400;
}

.calendar-head-actions {
  gap: 4px;
  display: flex;
}

.calendar-week, .calendar-days {
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  display: grid;
}

.calendar-week {
  margin-bottom: 7px;
}

.calendar-week span {
  color: #8b958d;
  text-align: center;
  font-size: 9px;
}

.calendar-day {
  color: #586860;
  cursor: pointer;
  background: none;
  border: 1px solid #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  min-height: 54px;
  font-size: 11px;
  display: flex;
  position: relative;
}

.calendar-day:hover {
  background: #f0f1e8;
}

.calendar-day.muted {
  color: #b4bcb5;
}

.calendar-day.today {
  border-color: #9bb19a;
}

.calendar-day.selected {
  color: #345344;
  background: #e4ece0;
  font-weight: 700;
}

.day-marks {
  gap: 3px;
  display: flex;
}

.day-marks i {
  background: #dd9276;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.day-marks i.diary {
  background: #7f9f7d;
}

.calendar-legend {
  color: #7d8981;
  gap: 13px;
  margin-top: 17px;
  font-size: 9px;
  display: flex;
}

.legend-dot {
  align-items: center;
  gap: 5px;
  display: inline-flex;
}

.legend-dot i {
  background: #dd9276;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.legend-dot i.diary {
  background: #7f9f7d;
}

.day-panel {
  padding: 20px;
}

.day-panel h2 {
  margin: 4px 0 12px;
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 400;
}

.day-panel p {
  color: #718078;
  font-size: 12px;
  line-height: 1.7;
}

.profile-hero {
  align-items: center;
  gap: 23px;
  padding: 23px;
  display: flex;
}

.profile-hero .avatar {
  width: 82px;
  height: 82px;
  font-size: 31px;
}

.profile-meta h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 400;
}

.profile-meta p {
  color: var(--muted);
  margin: 5px 0 0;
  font-size: 11px;
}

.profile-bio {
  color: #64746c !important;
  font-size: 12px !important;
}

.profile-count {
  color: #76837b;
  gap: 18px;
  margin-top: 12px;
  font-size: 10px;
  display: flex;
}

.profile-count strong {
  color: #314b40;
  margin-right: 4px;
}

.profile-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 20px;
  display: grid;
}

.profile-form .wide {
  grid-column: 1 / -1;
}

.friend-row, .conversation-row, .notice-row {
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  display: flex;
}

.friend-row + .friend-row, .conversation-row + .conversation-row, .notice-row + .notice-row {
  border-top: 1px solid #eff0e9;
}

.friend-copy {
  flex: 1;
  min-width: 0;
}

.friend-copy strong {
  font-size: 12px;
  display: block;
}

.friend-copy span {
  color: var(--muted);
  margin-top: 3px;
  font-size: 10px;
  display: block;
}

.inline-form {
  gap: 8px;
  display: flex;
}

.inline-form .input {
  flex: 1;
}

.dm-layout {
  grid-template-columns: 275px 1fr;
  min-height: 540px;
  display: grid;
  overflow: hidden;
}

.dm-sidebar {
  border-right: 1px solid var(--line);
  background: #fbfaf5;
}

.dm-sidebar-head {
  justify-content: space-between;
  align-items: center;
  padding: 17px;
  display: flex;
}

.dm-sidebar-head h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 400;
}

.conversation-row {
  cursor: pointer;
}

.conversation-row:hover, .conversation-row.active {
  background: #f0f1e9;
}

.conversation-main {
  flex: 1;
  min-width: 0;
}

.conversation-main strong, .conversation-main span {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.conversation-main strong {
  font-size: 11px;
}

.conversation-main span {
  color: var(--muted);
  margin-top: 4px;
  font-size: 9px;
}

.dm-chat {
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.dm-chat-head {
  border-bottom: 1px solid var(--line);
  padding: 17px 20px;
  font-size: 12px;
  font-weight: 650;
}

.message-list {
  flex-direction: column;
  flex: 1;
  gap: 10px;
  padding: 18px;
  display: flex;
  overflow: auto;
}

.message-bubble {
  color: #40554b;
  white-space: pre-wrap;
  background: #edf0e8;
  border-radius: 15px 15px 15px 4px;
  align-self: flex-start;
  max-width: 78%;
  padding: 10px 13px;
  font-size: 12px;
  line-height: 1.6;
}

.message-bubble.mine {
  color: #fff;
  background: #49695a;
  border-radius: 15px 15px 4px;
  align-self: flex-end;
}

.message-bubble time {
  opacity: .65;
  margin-top: 4px;
  font-size: 8px;
  display: block;
}

.message-form {
  border-top: 1px solid var(--line);
  gap: 8px;
  padding: 13px;
  display: flex;
}

.message-form .input {
  flex: 1;
}

.loading {
  min-height: 190px;
  color: var(--muted);
  place-items: center;
  font-size: 12px;
  display: grid;
}

@media (max-width: 900px) {
  .sidebar {
    width: 218px;
  }

  .main-content {
    margin-left: 218px;
    padding-left: 28px;
    padding-right: 28px;
  }

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

  .feed-aside {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    display: grid;
  }

  .quote-card {
    margin-top: 0;
  }
}

@media (max-width: 680px) {
  .sidebar {
    display: none;
  }

  .main-content {
    margin-left: 0;
    padding: 22px 17px 92px;
  }

  .mobile-topbar {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
    display: flex;
  }

  .mobile-topbar .brand {
    padding: 0;
  }

  .mobile-topbar .brand-mark {
    width: 32px;
    height: 32px;
  }

  .mobile-topbar .brand-name {
    font-size: 20px;
  }

  .mobile-nav {
    z-index: 30;
    border-top: 1px solid var(--line);
    padding: 8px 8px max(8px,env(safe-area-inset-bottom));
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background: #fbfaf5f5;
    justify-content: space-around;
    display: flex;
    position: fixed;
    inset: auto 0 0;
  }

  .mobile-nav a {
    color: #7c8981;
    border-radius: 12px;
    place-items: center;
    gap: 3px;
    min-width: 48px;
    padding: 6px 8px;
    font-size: 8px;
    display: grid;
  }

  .mobile-nav a.active {
    color: #385548;
    background: #e8eee4;
  }

  .mobile-nav a.create {
    background: var(--moss);
    color: #fff;
    border-radius: 15px;
    align-self: center;
    width: 42px;
    min-width: 42px;
    height: 42px;
  }

  .page-heading {
    align-items: flex-start;
    margin-bottom: 22px;
  }

  .page-heading h1 {
    font-size: 37px;
  }

  .page-heading > .button {
    min-height: 38px;
    padding: 0 11px;
    font-size: 10px;
  }

  .feed-aside {
    grid-template-columns: 1fr;
  }

  .quote-card {
    min-height: 130px;
  }

  .auth-page {
    grid-template-columns: 1fr;
  }

  .auth-art {
    display: none;
  }

  .auth-panel {
    min-height: 100vh;
    padding: 25px;
  }

  .auth-panel:before {
    color: var(--moss);
    letter-spacing: .08em;
    content: "MOMENTO";
    font-family: Georgia, serif;
    font-size: 18px;
    position: absolute;
    top: 21px;
    left: 23px;
  }

  .auth-form {
    padding-top: 43px;
  }

  .calendar-card {
    padding: 14px;
  }

  .calendar-day {
    min-height: 44px;
  }

  .profile-hero {
    align-items: flex-start;
    gap: 15px;
    padding: 17px;
  }

  .profile-hero .avatar {
    width: 66px;
    height: 66px;
  }

  .profile-meta h2 {
    font-size: 22px;
  }

  .profile-form {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .profile-form .wide {
    grid-column: auto;
  }

  .dm-layout {
    grid-template-columns: 1fr;
    min-height: 590px;
  }

  .dm-sidebar {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    max-height: 180px;
    overflow: auto;
  }

  .dm-chat {
    min-height: 390px;
  }

  .section-label {
    margin-top: 22px;
  }
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

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

/*# sourceMappingURL=apps_web_src_app_globals_1wvyn-h.css.map*/