@font-face { font-family: 'Fraunces'; src: url(fonts/fraunces.woff2) format('woff2'); font-weight: 100 900; font-display: swap; }
@font-face { font-family: 'Instrument Sans'; src: url(fonts/instrument-sans.woff2) format('woff2'); font-weight: 100 900; font-display: swap; }

:root {
  --phone: #f7f5f0;
  --ink: #1f2430;
  --ink-2: #5a6070;
  --line: #d9d4c8;
  --circle: #1f2430;
  --circle-ink: #f7f5f0;
  --chip: rgba(31,36,48,.22);
  --field: rgba(31,36,48,.06);
  --body: #1e8c5a; --mind: #24409a; --spirit: #6b3fa0;
  --love: #c8372d; --people: #d9662b; --work: #1f7fbf;
  --money: #d9a21b; --play: #12a3a0; --home: #7a5230;
  --body-ink: #fff; --mind-ink: #fff; --spirit-ink: #fff; --love-ink: #fff; --people-ink: #fff; --work-ink: #fff; --money-ink: #1f2430; --play-ink: #fff; --home-ink: #fff;
  --display: 'Fraunces', Georgia, serif;
  --sans: 'Instrument Sans', 'Helvetica Neue', Arial, sans-serif;
  --ease: cubic-bezier(.2,.8,.2,1);
  color-scheme: light dark;
}
@media (prefers-color-scheme: dark) {
  :root {
    --phone: #1f232c; --ink: #eef0f4; --ink-2: #9aa2b3; --line: #343a47; --circle: #eef0f4; --circle-ink: #1f232c;
    --chip: rgba(238,240,244,.28); --field: rgba(238,240,244,.08);
  }
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0; background: var(--phone); color: var(--ink); font-family: var(--sans);
  -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: 100%;
  overscroll-behavior: none; touch-action: manipulation;
}
button { font-family: inherit; color: inherit; }
input, textarea { font-family: inherit; color: inherit; font-size: 16px; }

.app {
  position: relative; min-height: 100dvh; max-width: 540px; margin: 0 auto;
  display: flex; flex-direction: column; overflow: hidden;
  padding: calc(env(safe-area-inset-top) + 14px) 16px calc(env(safe-area-inset-bottom) + 14px);
}

/* header */
.top { display: flex; flex-direction: column; gap: 8px; padding: 0 0 12px; }
.topline { display: flex; justify-content: space-between; align-items: center; padding: 0 4px; }
.when { display: flex; align-items: baseline; gap: 10px; min-width: 0; }
.top #date { font-family: var(--display); font-size: 17px; font-weight: 500; white-space: nowrap; }
.top .sub { font-size: 11px; color: var(--ink-2); letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.top-actions { display: flex; gap: 10px; align-items: center; }
.pill { background: var(--ink); color: var(--phone); border: 0; border-radius: 999px; padding: 7px 14px; font-size: 13px; font-weight: 600; cursor: pointer; }
.icon-btn { background: transparent; border: 1px solid var(--line); border-radius: 999px; width: 34px; height: 34px; font-size: 20px; line-height: 1; cursor: pointer; display: grid; place-items: center; padding: 0 0 6px; }

/* board */
.board-wrap { flex: 1; display: flex; flex-direction: column; align-items: stretch; min-height: 0; padding-bottom: 6px; }
.board {
  position: relative; width: 100%; flex: 1; min-height: 300px; max-height: 760px; margin: 0 auto;
  container-type: inline-size;
}
.tile {
  position: absolute; border-radius: 5.5cqw; padding: 3.6cqw; overflow: hidden; cursor: pointer;
  display: flex; flex-direction: column; justify-content: space-between; color: var(--ink); text-align: left;
  transition: left .45s var(--ease), top .45s var(--ease), width .45s var(--ease), height .45s var(--ease), border-radius .45s var(--ease), opacity .3s;
}
.tile:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.tile .head { display: flex; justify-content: space-between; align-items: flex-start; gap: 2cqw; }
.tile .name { font-family: var(--display); font-weight: 500; font-size: 5.6cqw; line-height: 1; letter-spacing: -.01em; }
.tile .back { display: none; font-size: 3cqw; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; opacity: .6; cursor: pointer; padding: .6cqw 0; }
.tile .dots { display: flex; gap: 1.2cqw; }
.tile .dots i { width: 1.9cqw; height: 1.9cqw; border-radius: 50%; background: currentColor; opacity: .28; }
.tile .dots i.on { opacity: 1; }
.tile .mini { display: flex; flex-direction: column; gap: .6cqw; margin-top: 1.6cqw; font-size: 3cqw; font-weight: 500; line-height: 1.15; opacity: .85; flex: 1; overflow: hidden; }
.tile .mini span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tile.big .mini { display: none; }
.tile .mini .tk { font-weight: 500; }
.tile .mini .tk.over, .tile .mini .tk.today { font-weight: 700; }
.tile .mini .room { opacity: .75; }
.tile .cal { width: 2.7cqw; height: 2.7cqw; display: inline-block; vertical-align: -0.3cqw; margin-right: 1cqw; }
.ghost { position: absolute; border: 0; border-radius: 3cqw; font-family: var(--display); font-weight: 600; font-size: 3.7cqw; padding: 0; cursor: pointer; box-shadow: 0 0 0 .7cqw var(--phone), 0 0 0 1.3cqw var(--ink); transition: opacity .3s; z-index: 2; }
.ghost.hide { opacity: 0; pointer-events: none; }
.tile .foot { display: flex; flex-direction: column; gap: 1.6cqw; }
.tile .count { font-size: 2.9cqw; font-weight: 600; opacity: .9; min-height: 3.4cqw; }
.tile .count b { background: #14161c; color: #f7f5f0; border-radius: 999px; padding: .3cqw 1.6cqw; margin-left: .8cqw; font-weight: 600; }
.tile.big .count { display: none; }
.tile.big .dots i { position: relative; margin-bottom: 4cqw; }
.tile.big .dots i::after { content: attr(data-d); position: absolute; top: 3.4cqw; left: 50%; transform: translateX(-50%); font: 600 2.6cqw var(--sans); opacity: .9; }
.tile .nyn { width: 17cqw; height: auto; display: block; margin: -2cqw 0 -1cqw -1cqw; }
.tile.big .nyn { width: 22cqw; }
.rowlab { position: absolute; left: 1cqw; right: 0; display: flex; align-items: center; font-size: 2.9cqw; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-2); transition: opacity .3s; pointer-events: none; }
.rowlab.hide { opacity: 0; }

.tile.small { padding: 2cqw 2.2cqw; display: flex; flex-direction: column; justify-content: flex-start; border-radius: 3.4cqw; }
.tile.small .detail { display: none; }
.tile.small .name { font-size: 3.7cqw; font-weight: 600; }
.tile.small .head { display: block; }
.tile.small .mini { display: flex; margin-top: 1cqw; gap: .35cqw; font-size: 2.55cqw; line-height: 1.2; }
.tile.small .mini span:nth-child(n+4) { display: none; }
.tile.small .cal { width: 2.2cqw; height: 2.2cqw; margin-right: .6cqw; }
.tile.small .foot { display: block; }
.tile.small .count, .tile.small .dots { display: none; }
.tile.small .nynspot { position: absolute; right: 1cqw; bottom: .2cqw; }
.tile.small .nyn { width: 9.5cqw; margin: 0; }

.tile.big { padding: 5cqw; cursor: default; z-index: 3; }
.tile.big .name { font-size: 8cqw; }
.tile.big .back { display: block; }
.tile.big .dots { gap: 2cqw; }
.tile.big .dots i { width: 2.6cqw; height: 2.6cqw; }

.tile .detail { display: none; }
.tile.big .detail { display: flex; flex-direction: column; gap: 3cqw; flex: 1; min-height: 0; overflow-y: auto; margin: 3cqw 0 2.5cqw; font-size: 3.6cqw; line-height: 1.4; cursor: default; scrollbar-width: thin; }
.detail .blurb { display: flex; justify-content: space-between; align-items: center; gap: 3cqw; font-family: var(--display); font-style: italic; font-size: 4.2cqw; line-height: 1.25; }
.detail .ideas-btn { flex: none; border: 1.5px solid currentColor; background: transparent; color: inherit; border-radius: 999px; padding: 1.4cqw 3.4cqw; font-family: var(--sans); font-style: normal; font-size: 3.4cqw; font-weight: 600; cursor: pointer; }
.detail .rooms { display: flex; flex-wrap: wrap; gap: 1.6cqw; }
.detail .chip { border: 1px solid currentColor; background: transparent; border-radius: 999px; padding: 1.1cqw 2.6cqw; font-size: 3.3cqw; font-weight: 500; display: inline-flex; align-items: center; gap: 1.5cqw; line-height: 1.2; }
.detail .chip .x { opacity: .5; font-size: 3.6cqw; line-height: 1; cursor: pointer; padding: 0 .4cqw; }
.detail .chip.add { cursor: pointer; border-style: dashed; opacity: .75; }
.detail .chip-input { border: 1px solid currentColor; background: rgba(255,255,255,.18); color: inherit; border-radius: 999px; padding: 1.1cqw 2.6cqw; font-size: 16px; width: 34cqw; outline: none; }
.detail .touch { border: 1.5px solid currentColor; color: inherit; background: transparent; border-radius: 999px; padding: 2.2cqw 3.4cqw; font-size: 3.6cqw; font-weight: 600; cursor: pointer; align-self: flex-start; display: inline-flex; align-items: center; gap: 2cqw; }
.detail .touch::before { content: ''; width: 2.6cqw; height: 2.6cqw; border-radius: 50%; border: 1.5px solid currentColor; }
.detail .touch.on { background: #14161c; color: #f7f5f0; border-color: #14161c; }
.detail .touch.on::before { background: currentColor; }
.detail .line { border: 0; border-bottom: 1px solid currentColor; color: inherit; background: transparent; padding: 1.5cqw 0; font-family: var(--display); font-style: italic; font-size: 16px; width: 100%; outline: none; }
.detail .line::placeholder { color: inherit; opacity: .6; font-style: italic; }
.detail .todos { display: flex; flex-direction: column; gap: 1.4cqw; }
.detail .todo { display: flex; align-items: center; gap: 2.4cqw; }
.detail .todo-add::placeholder { color: inherit; opacity: .6; }
.detail .todo .box { color: inherit; width: 4.2cqw; height: 4.2cqw; border: 1.5px solid currentColor; border-radius: 1.2cqw; flex: none; opacity: .7; display: grid; place-items: center; font-size: 2.8cqw; cursor: pointer; background: transparent; padding: 0; }
.detail .todo.done .box::after { content: '\2713'; }
.detail .todo.done .t { text-decoration: line-through; opacity: .5; }
.detail .todo .t { flex: 1; }
.detail .todo .x { color: inherit; opacity: .6; cursor: pointer; padding: 0 1cqw; background: transparent; border: 0; font-size: 4cqw; line-height: 1; }
.detail .todo-add { border: 0; background: rgba(255,255,255,.18); color: inherit; border-radius: 2.4cqw; padding: 2cqw 2.8cqw; font-size: 16px; width: 100%; outline: none; }
.detail .muted { opacity: .6; font-size: 3.2cqw; }

.three-card { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; width: 100%; text-align: left; border: 0; border-radius: 22px; background: var(--circle); color: var(--circle-ink); padding: 12px 18px 13px 16px; cursor: pointer; box-shadow: 0 6px 18px rgba(0,0,0,.16); font-family: inherit; }
.three-card .big3 { font: 700 64px/1 Georgia, serif; min-width: 44px; text-align: center; }
.three-card .tl { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.three-card em { font-style: normal; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .7; margin-bottom: 2px; }
.three-card .tl span { font-size: 16px; font-weight: 500; line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.three-card .tl span::before { content: ''; display: inline-block; width: 9px; height: 9px; border-radius: 50%; border: 1.5px solid currentColor; margin-right: 9px; vertical-align: 0; }
.three-card .tl span.d { text-decoration: line-through; opacity: .6; }
.three-card .tl span.d::before { background: currentColor; }
.three-card .tl span.e { opacity: .55; font-weight: 400; white-space: normal; }
.three-card .tl span.e:only-of-type::before { display: none; }
.three-card.alldone { background: var(--body); color: #fff; }
.tile .nynspot:empty { display: none; }
.tile .mini .tk.did { text-decoration: line-through; opacity: .7; }
.tile .mini .tk.did::before { content: '\2713  '; text-decoration: none; display: inline-block; margin-right: .8cqw; }
.detail .did-head { margin-top: 2.5cqw; }
.logo { width: 108px; height: 108px; display: block; margin: 4px 0 14px; border-radius: 22px; }
.home-tag { font-size: 15px !important; }

/* day dots */
.days-nav { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 12px; }
.days { display: flex; gap: 6px; }
.days button { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); background: transparent; color: var(--ink-2); font-size: 11px; font-weight: 600; cursor: pointer; display: grid; place-items: center; align-content: center; gap: 3px; padding: 0; }
.days button i { width: 5px; height: 5px; border-radius: 50%; background: var(--ink); opacity: .12; }
.days button.has i { opacity: .7; }
.days button.today { border-color: var(--ink); color: var(--ink); }
.days button.selected { background: var(--ink); color: var(--phone); border-color: var(--ink); }
.days button.selected i { background: var(--phone); }
.days button:disabled { opacity: .3; cursor: default; }
.arrow { background: transparent; border: 0; color: var(--ink-2); font-size: 24px; line-height: 1; width: 24px; height: 34px; cursor: pointer; padding: 0 0 4px; }
.arrow:disabled { opacity: .25; cursor: default; }
.days-label { text-align: center; font-size: 11px; color: var(--ink-2); margin: 10px 0 0; letter-spacing: .04em; text-transform: uppercase; min-height: 14px; }

/* sheets */
.scrim { position: fixed; inset: 0; background: rgba(0,0,0,.25); opacity: 0; pointer-events: none; transition: opacity .3s; z-index: 9; }
.scrim.on { opacity: 1; pointer-events: auto; }
.sheet {
  position: fixed; left: 0; right: 0; bottom: 0; top: 0; margin: 0 auto; max-width: 540px; z-index: 10; background: var(--phone);
  padding: calc(env(safe-area-inset-top) + 26px) 22px calc(env(safe-area-inset-bottom) + 22px);
  transform: translateY(102%); transition: transform .4s var(--ease); display: flex; flex-direction: column; overflow-y: auto;
}
.sheet.open { transform: translateY(0); }
.sheet h2 { font-family: var(--display); font-weight: 500; font-size: 28px; margin: 10px 0 4px; }
.sheet .sub { color: var(--ink-2); font-size: 14px; margin: 0 0 18px; line-height: 1.4; }
.close { position: absolute; top: calc(env(safe-area-inset-top) + 22px); right: 22px; background: transparent; border: 1px solid var(--line); color: var(--ink); border-radius: 999px; padding: 7px 14px; font-size: 13px; font-weight: 600; cursor: pointer; }
.task { display: grid; grid-template-columns: 24px 1fr auto; gap: 12px; align-items: center; padding: 12px 0; border-top: 1px solid var(--line); }
.task:last-of-type { border-bottom: 1px solid var(--line); }
.task .box { width: 22px; height: 22px; border: 1.5px solid var(--ink); border-radius: 7px; background: transparent; padding: 0; display: grid; place-items: center; font-size: 13px; cursor: pointer; }
.task.done .box::after { content: '\2713'; }
.task.done .t { text-decoration: line-through; opacity: .5; }
.task .t { border: 0; background: transparent; padding: 6px 0; width: 100%; outline: none; font-size: 16px; font-weight: 500; }
.task .t::placeholder { opacity: .45; font-weight: 400; }
.task .tag { border: 0; border-radius: 999px; padding: 5px 10px; font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; white-space: nowrap; }
.task .n { font-family: var(--display); font-size: 14px; color: var(--ink-2); }
.jl { display: block; margin: 22px 0 6px; font-size: 12px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: var(--ink-2); }
#journal { width: 100%; border: 0; border-bottom: 1px solid var(--line); background: transparent; padding: 8px 0; font-family: var(--display); font-style: italic; font-size: 17px; line-height: 1.4; resize: none; outline: none; }
.rule { margin-top: auto; padding-top: 16px; font-size: 12.5px; color: var(--ink-2); line-height: 1.5; border-top: 1px dashed var(--line); }
.menu-list { display: flex; flex-direction: column; gap: 10px; }
.menu-item { text-align: left; background: var(--field); border: 0; border-radius: 14px; padding: 16px 18px; font-size: 16px; font-weight: 500; cursor: pointer; }
.menu-item.danger { color: #b0352f; }
.menu-note { font-size: 13px; color: var(--ink-2); line-height: 1.5; padding: 0 4px; }
.menu-note:empty { display: none; }

@media (prefers-reduced-motion: reduce) { .tile, .circle, .sheet, .scrim { transition: none; } }

/* welcome */
.welcome .how { padding-left: 20px; margin: 4px 0 26px; font-size: 16px; line-height: 1.5; color: var(--ink); }
.welcome .how li { margin-bottom: 12px; }
.welcome .how b { font-weight: 600; }
.pill.big { font-size: 16px; padding: 14px 22px; align-self: flex-start; }

/* welcome lore + ideas popup + menu links */
.welcome .lore { font-size: 15.5px; line-height: 1.55; margin: 0 0 14px; color: var(--ink); }
.welcome .lore a, .about a { color: inherit; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.ideas { display: flex; flex-wrap: wrap; gap: 10px; }
.idea { border: 1.5px solid var(--line); background: transparent; border-radius: 999px; padding: 10px 16px; font-size: 16px; font-weight: 500; cursor: pointer; }
.idea.on { background: var(--ink); color: var(--phone); border-color: var(--ink); }
a.menu-item { display: block; text-decoration: none; color: inherit; }

/* to-do list inside a tile */
.detail .todo-head { display: flex; align-items: baseline; gap: 2cqw; font-size: 3.1cqw; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-top: 1cqw; }
.detail .todo-head .n { opacity: .75; }
.detail .todo-form { display: flex; gap: 2cqw; }
.detail .todo-form .plus { flex: none; width: 11cqw; border: 0; border-radius: 2.4cqw; background: #14161c; color: #f7f5f0; font-size: 6cqw; line-height: 1; cursor: pointer; }
.detail .todo { padding: 1cqw 0; font-size: 4cqw; }
.detail .todo .box { width: 5.4cqw; height: 5.4cqw; font-size: 3.4cqw; opacity: 1; }
.detail .due { position: relative; flex: none; font-size: 3cqw; font-weight: 600; border-radius: 999px; padding: .8cqw 2.2cqw; border: 1px dashed currentColor; opacity: .7; cursor: pointer; white-space: nowrap; }
.detail .due.set { border-style: solid; opacity: 1; background: rgba(255,255,255,.2); }
.detail .due.today, .detail .due.over { background: #14161c; color: #f7f5f0; border-color: #14161c; }
.detail .due input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; font-size: 16px; }
.detail .done-toggle, .detail .clear-done { align-self: flex-start; background: transparent; border: 0; color: inherit; font-size: 3.3cqw; font-weight: 600; opacity: .8; padding: 1.5cqw 0; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
/* due list in the 3 sheet */
.dueitem { display: flex; justify-content: space-between; align-items: center; gap: 10px; width: 100%; text-align: left; background: var(--field); border: 0; border-radius: 12px; padding: 12px 14px; margin-bottom: 8px; font-size: 15px; font-weight: 500; cursor: pointer; }
.dueitem em { flex: none; font-style: normal; font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; border-radius: 999px; padding: 4px 9px; }
/* colors */
.crow { display: grid; grid-template-columns: 78px 1fr; gap: 12px; align-items: center; padding: 10px 0; border-top: 1px solid var(--line); }
.cname { border-radius: 10px; padding: 9px 10px; font-family: var(--display); font-size: 16px; }
.sw { display: flex; flex-wrap: wrap; gap: 7px; }
.swatch { width: 26px; height: 26px; border-radius: 50%; border: 2px solid var(--phone); box-shadow: 0 0 0 1px var(--line); cursor: pointer; padding: 0; }
.swatch.on { box-shadow: 0 0 0 2.5px var(--ink); }

/* account */
.acct-card { display: flex; justify-content: space-between; align-items: center; gap: 12px; background: var(--field); border-radius: 14px; padding: 14px 16px; }
.acct-card b { display: block; font-size: 15px; word-break: break-all; }
.acct-card span { display: block; font-size: 13px; color: var(--ink-2); margin-top: 2px; }
.acct-in { background: var(--ink); color: var(--phone); width: 100%; }
.acct-in span { display: block; font-size: 13px; font-weight: 400; opacity: .8; margin-top: 3px; }

/* back to menu + name-your-own room */
.backmenu { display: none; align-self: flex-start; background: transparent; border: 1px solid var(--line); color: var(--ink); border-radius: 999px; padding: 7px 14px; font-size: 13px; font-weight: 600; cursor: pointer; margin-bottom: 6px; }
.sheet.from-menu .backmenu { display: inline-block; }
.own { display: flex; gap: 8px; margin-bottom: 4px; }
.own input { flex: 1; border: 1.5px solid var(--line); background: transparent; border-radius: 999px; padding: 11px 16px; outline: none; }
.own button { flex: none; width: 46px; border: 0; border-radius: 999px; background: var(--ink); color: var(--phone); font-size: 22px; line-height: 1; cursor: pointer; }

/* ---------- Home screen ---------- */
.home-hero { display: flex; align-items: center; gap: 16px; background: #141414; color: #f7f5f0; border-radius: 24px; padding: 16px 18px; margin: 34px 0 6px; }
.home-hero .logo { width: 84px; height: 84px; margin: 0; flex: none; border-radius: 18px; }
.home-hero h2 { margin: 0 0 4px; font-family: Georgia, serif; font-weight: 700; font-size: 30px; color: #fff; }
.home-hero p { margin: 0; font-size: 16px; line-height: 1.35; color: #d9d6cf; }
.welcome .home-hero { margin-top: 8px; margin-bottom: 18px; }
.sec { font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); margin: 26px 2px 10px; }
.card { display: block; width: 100%; text-align: left; border: 0; border-radius: 20px; padding: 18px 20px; margin-bottom: 10px; cursor: pointer; text-decoration: none; font-family: inherit; }
.card b { display: block; font-family: var(--display); font-weight: 600; font-size: 22px; line-height: 1.15; }
.card span { display: block; font-size: 16px; line-height: 1.4; margin-top: 5px; opacity: .92; }
.card.plain { background: var(--field); color: var(--ink); }
.card.nyncard { display: grid; grid-template-columns: 92px 1fr; gap: 14px; align-items: center; background: #141414; color: #f7f5f0; }
.card.nyncard svg { width: 92px; height: auto; }
.ninedots { display: flex !important; gap: 7px; margin-top: 10px !important; opacity: 1 !important; }
.ninedots i { width: 20px; height: 20px; border-radius: 50%; display: block; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.home .menu-note { font-size: 15px; margin: 4px 2px 0; }
.startover { align-self: flex-start; background: transparent; border: 0; color: #b0352f; font-size: 15px; font-weight: 600; padding: 18px 2px 4px; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.home #acct { margin-top: 12px; }
.home .acct-in { border-radius: 20px; padding: 18px 20px; font-size: 18px; }
.welcome .lore { font-size: 17px; line-height: 1.6; }
.steps { display: grid; gap: 10px; margin: 8px 0 24px; }
.step { display: grid; grid-template-columns: 54px 1fr; gap: 6px; align-items: start; border-radius: 20px; padding: 16px 18px 18px; }
.step em { font: 700 46px/1 Georgia, serif; font-style: normal; }
.step b { display: block; font-family: var(--display); font-weight: 600; font-size: 21px; line-height: 1.15; margin-top: 4px; }
.step span { display: block; font-size: 16.5px; line-height: 1.45; margin-top: 6px; opacity: .95; }

/* Nyn is the way home */
.cat-btn { background: transparent; border: 1px solid var(--line); border-radius: 999px; height: 36px; padding: 0 10px 2px; display: grid; place-items: center; cursor: pointer; color: #14161c; }
.cat-btn svg { width: 44px; height: auto; display: block; }
@media (prefers-color-scheme: dark) { .cat-btn { background: #f7f5f0; border-color: #f7f5f0; } }
/* seven days spread across the bottom of the open tile */
.tile.big .dots { justify-content: space-between; gap: 0; padding: 0 3cqw; }
.tile.big .dots i { width: 3.2cqw; height: 3.2cqw; }
.tile.big .dots i::after { top: 4.2cqw; font-size: 2.9cqw; }
