:root {
  --paper: #f5f2e9;
  --ink: #292f29;
  --muted: #64695e;
  --green: #354f3a;
  --line: #d9dccf;
  --rust: #9a5035;
  --plan: #e8eddf;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.55;
}
a {
  color: var(--green);
}
[hidden] {
  display: none !important;
}
.masthead {
  max-width: 1200px;
  margin: auto;
  padding: 27px 40px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  font-family: Georgia, serif;
  font-size: 23px;
  color: var(--ink);
  text-decoration: none;
}
.brand span {
  display: block;
  font:
    9px Verdana,
    sans-serif;
  letter-spacing: 1.8px;
  margin-top: 2px;
  color: var(--muted);
}
#account {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
}
main {
  max-width: 1120px;
  margin: auto;
  padding: 0 40px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: Georgia, serif;
  font-weight: 400;
}
h1 {
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.12;
  letter-spacing: -1.8px;
  margin-bottom: 20px;
}
h1 em {
  color: var(--green);
  font-weight: 400;
}
h2 {
  font-size: 31px;
  line-height: 1.2;
  margin-bottom: 0;
}
h3 {
  font-size: 25px;
  line-height: 1.25;
  margin-bottom: 12px;
  overflow-wrap: anywhere;
}
.eyebrow {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--rust);
  margin-bottom: 17px;
}
.muted {
  color: var(--muted);
}
.small {
  font-size: 12px;
}
.page-heading {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 58px 0 35px;
}
.page-heading > div {
  max-width: 720px;
}
.page-heading .button {
  flex-shrink: 0;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border: 1px solid transparent;
  border-radius: 5px;
  min-height: 46px;
  padding: 12px 19px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  transition:
    background 0.15s,
    transform 0.15s;
}
.button:hover {
  transform: translateY(-1px);
}
.primary {
  background: var(--green);
  color: #fff;
}
.primary:hover {
  background: #263d2b;
}
.secondary {
  background: transparent;
  border-color: #aeb9a7;
  color: var(--green);
}
.text-button {
  border: 0;
  background: transparent;
  color: var(--green);
  padding: 10px 4px;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 12px;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #b5653e;
  outline-offset: 3px;
}
.plans {
  background: var(--plan);
  border-top: 3px solid var(--green);
  padding: 29px 32px;
  margin: 0 0 40px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-heading .eyebrow {
  margin-bottom: 8px;
}
.plan-mark {
  font:
    48px Georgia,
    serif;
  color: var(--green);
}
.count {
  font:
    12px Verdana,
    sans-serif;
  vertical-align: middle;
  margin-left: 8px;
  color: var(--muted);
}
.empty {
  padding: 30px 0 20px;
  color: var(--muted);
  max-width: 570px;
}
.empty p {
  margin-bottom: 5px;
}
.empty strong {
  color: var(--ink);
  font-weight: normal;
  font-size: 17px;
}
.collection-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  gap: 15px;
}
.tabs {
  display: flex;
  gap: 27px;
  align-self: stretch;
}
.tabs button {
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: var(--muted);
  padding: 15px 0;
  font-size: 15px;
}
.tabs button[aria-selected='true'] {
  border-bottom-color: var(--green);
  color: var(--green);
  font-weight: bold;
}
.filter {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: var(--muted);
}
.filter select {
  background: transparent;
  border: 0;
  max-width: 190px;
  padding: 10px;
  color: var(--ink);
}
.wish {
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
}
.plans .wish {
  border-bottom-color: #cbd4c0;
}
.wish:last-child {
  border-bottom: 0;
}
.wish-body {
  min-width: 0;
}
.wish-kicker {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 10px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: var(--rust);
  margin-bottom: 10px;
}
.wish-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 17px;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 10px;
}
.wish-description {
  font-size: 13px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  max-width: 670px;
  margin-bottom: 9px;
}
.wish-link {
  font-size: 12px;
}
.wish-actions {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 7px;
  flex-wrap: wrap;
  max-width: 255px;
}
.wish-actions button {
  font-size: 11px;
  min-height: 36px;
  padding: 8px 11px;
}
.wish-actions .text-button {
  padding: 8px 5px;
}
.wish-actions .danger {
  color: #923e2c;
}
.plan-date {
  color: var(--green);
  font-weight: bold;
  letter-spacing: 0;
  text-transform: none;
  font-size: 12px;
}
.footer {
  max-width: 1120px;
  margin: 55px auto 0;
  padding: 25px 40px 40px;
  color: var(--muted);
  font:
    italic 17px Georgia,
    serif;
}
.welcome {
  padding: 85px 0;
  max-width: 720px;
}
.welcome h1 {
  font-size: clamp(50px, 7vw, 80px);
}
.welcome .intro {
  font:
    24px/1.6 Georgia,
    serif;
}
.welcome .button {
  margin: 20px 0;
}
.notice {
  padding: 70px 0;
  color: var(--muted);
}
.error {
  background: #f8e4dc;
  color: #813d29;
  border-left: 3px solid #a35032;
  padding: 14px 17px;
  margin: 20px 0;
  overflow-wrap: anywhere;
}
.error .text-button {
  color: inherit;
}
dialog {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 30px;
  width: min(620px, calc(100% - 28px));
  max-height: 90dvh;
  overflow: auto;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 20px 70px #16261830;
}
dialog::backdrop {
  background: #19251bb3;
}
.dialog-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
.dialog-heading .eyebrow {
  margin-bottom: 10px;
}
.close {
  border: 0;
  background: transparent;
  font-size: 29px;
  line-height: 1;
  padding: 5px 9px;
  color: var(--muted);
}
form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 12px;
  margin-bottom: 17px;
  font-weight: bold;
}
input,
textarea,
form select {
  width: 100%;
  background: #fffdf8;
  color: var(--ink);
  border: 1px solid #bfc5b8;
  padding: 11px 12px;
  border-radius: 4px;
  min-height: 44px;
}
textarea {
  resize: vertical;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 18px;
}
.field-hint {
  font-size: 10px;
  font-weight: normal;
  color: var(--muted);
}
.dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 15px;
}
.plan-wish-title {
  font:
    25px Georgia,
    serif;
  overflow-wrap: anywhere;
}
#plan-dialog {
  max-width: 500px;
}
@media (max-width: 760px) {
  .masthead {
    padding: 20px;
  }
  .brand {
    font-size: 20px;
  }
  .brand span {
    font-size: 8px;
    letter-spacing: 1px;
  }
  #greeting {
    display: none;
  }
  main {
    padding: 0 20px;
  }
  .page-heading {
    padding: 35px 0 28px;
    display: block;
  }
  h1 {
    letter-spacing: -1px;
  }
  .page-heading .button {
    margin-top: 8px;
  }
  .plans {
    padding: 23px 20px;
    margin: 0 -4px 26px;
  }
  .wish {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .wish-actions {
    max-width: none;
    justify-content: flex-start;
  }
  .collection-bar {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }
  .tabs {
    gap: 27px;
  }
  .filter {
    justify-content: space-between;
    padding: 3px 0;
  }
  .filter select {
    max-width: none;
  }
  .footer {
    padding: 20px;
    margin-top: 35px;
    font-size: 15px;
  }
  .welcome {
    padding: 60px 0;
  }
  dialog {
    padding: 23px;
  }
  .form-grid {
    gap: 0 12px;
  }
  .dialog-actions .button {
    padding: 10px 12px;
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  .brand span {
    display: none;
  }
  .tabs {
    gap: 20px;
  }
}

.today {
  border: 1px solid var(--line);
  border-top: 3px solid var(--rust);
  padding: 30px 32px;
  margin-bottom: 34px;
  background: #faf8f1;
}
.today-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 27px;
}
.today-heading .eyebrow {
  margin-bottom: 9px;
}
.today-heading h2 {
  font-size: 36px;
}
.today-note {
  font:
    italic 18px/1.45 Georgia,
    serif;
  color: var(--rust);
  margin: 0;
  flex-shrink: 0;
}
.today-fields {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.today-fields label {
  margin-bottom: 15px;
}
.today-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px 0 14px;
}
#today-help {
  max-width: 690px;
  margin-bottom: 21px;
}
#today-results {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
#today-status {
  margin-bottom: 0;
}
.suggestion {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr) auto;
  gap: 17px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.suggestion:last-child {
  border-bottom: 0;
}
.suggestion-number {
  font:
    italic 27px Georgia,
    serif;
  color: var(--rust);
  align-self: start;
  margin-top: 20px;
}
.suggestion-body {
  min-width: 0;
}
.suggestion .wish-kicker {
  margin: 0 0 6px;
}
.suggestion h3 {
  margin-bottom: 8px;
}
.suggestion-reasons {
  font-size: 12px;
  color: var(--green);
  margin-bottom: 0;
  overflow-wrap: anywhere;
}
.suggestion-actions {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3px;
}
.suggestion-actions .button {
  font-size: 12px;
}
.today-uncertain {
  border-top: 1px dashed #bfc5b8;
  padding-top: 23px;
  margin-top: 14px;
}
.today-uncertain > h3 {
  font-size: 25px;
  margin-bottom: 7px;
}
.today-uncertain > p {
  margin-bottom: 0;
}
.today-uncertain .suggestion-number {
  color: var(--muted);
}
.today-uncertain .suggestion-reasons {
  color: var(--muted);
}
#today-relaxations {
  padding: 19px 0 0;
}
.relaxation-title {
  font:
    22px Georgia,
    serif;
  margin-bottom: 8px;
}
#today-relaxations ul {
  padding-left: 20px;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 0;
}
#today-relaxations li + li {
  margin-top: 6px;
}
@media (max-width: 900px) {
  .today-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .today-heading {
    align-items: flex-start;
  }
  .today-note {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .today {
    padding: 23px 20px;
    margin: 0 -4px 26px;
  }
  .today-heading {
    display: block;
    margin-bottom: 22px;
  }
  .today-heading h2 {
    font-size: 31px;
  }
  .today-note {
    margin-top: 13px;
  }
  .today-note br {
    display: none;
  }
  .today-fields {
    gap: 0 12px;
  }
  .today-fields label {
    font-size: 11px;
  }
  .today-fields input,
  .today-fields select {
    padding: 10px;
    font-size: 14px;
  }
  .today-controls .button {
    padding: 11px 13px;
    gap: 12px;
    font-size: 12px;
  }
  .suggestion {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px 12px;
    align-items: start;
  }
  .suggestion-number {
    font-size: 23px;
  }
  .suggestion-actions {
    grid-column: 2;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 13px;
  }
  .suggestion h3 {
    font-size: 24px;
  }
  .today-uncertain .suggestion {
    padding: 19px 0;
  }
}
@media (max-width: 380px) {
  .today-fields {
    grid-template-columns: 1fr;
  }
  .today-controls {
    align-items: stretch;
    flex-direction: column;
  }
  .today-controls .button {
    width: 100%;
  }
}
