:root {
  color-scheme: light;
  --bg: #fcfcfc; --ink: #171717; --quiet: #52605b;
  --green: #00814a; --deep: #005b34; --mint: #e6efea;
  --line: #dce3df; --canvas: #f2f5f7;
  --z-nav: 10; --z-review: 20; --ease: cubic-bezier(.16,1,.3,1);
  font: 16px/1.45 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink); background: var(--bg);
  font-synthesis: none; -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; }
button, input, textarea { font: inherit; }
button { color: inherit; cursor: pointer; -webkit-tap-highlight-color: transparent; }
button, a, input, textarea { touch-action: manipulation; }
button { border: 0; background: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }
button:disabled { opacity: .5; cursor: default; }
button:not(:disabled):active { transform: translateY(1px); }
button, a { transition: background-color 160ms, color 160ms, transform 160ms; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { text-wrap: balance; letter-spacing: -.025em; }
h1[tabindex="-1"]:focus, h2[tabindex="-1"]:focus { outline: none; }
p { text-wrap: pretty; }
svg { flex-shrink: 0; }
.icon { width: 22px; height: 22px; vertical-align: middle; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.review-bar { height: 32px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; background: #f0f2f1; border-bottom: 1px solid var(--line); font-size: 11px; color: #4b5851; }
.review-direction { color: #53645b; }
.review-bar button { height: 32px; padding: 0 0 0 20px; font-size: 11px; }
.review-bar button:hover { color: var(--deep); text-decoration: underline; }
#root { min-height: calc(100dvh - 32px); }
.btn { min-height: 50px; padding: 12px 21px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 15px; line-height: 1.3; font-weight: 650; }
.btn.primary { background: var(--green); color: white; }
.btn.primary:hover { background: var(--deep); }
.btn.secondary { background: white; border: 1px solid #c4d2ca; color: var(--deep); }
.btn.secondary:hover { background: var(--mint); }
.btn.quiet { color: var(--quiet); }
.btn.quiet:hover, .icon-btn:hover { background: #e6efea; }
.btn.full { width: 100%; }
.text-btn { min-height: 44px; padding: 10px 0; color: var(--deep); font-weight: 600; font-size: 14px; text-align: left; }
.text-btn:hover { text-decoration: underline; }
.icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; }
.muted { color: var(--quiet); }
.small { font-size: 13px; }
.wordmark { display: inline-flex; align-items: center; gap: 9px; font-size: 23px; font-weight: 700; letter-spacing: -.04em; }
.wordmark .brand-icon { width: 23px; height: 27px; color: var(--green); }
.wisp { width: 130px; height: 130px; position: relative; flex-shrink: 0; display: inline-block; }
.wisp .orb { width: 100%; height: 100%; object-fit: contain; }
.wisp .drip { position: absolute; width: 150%; max-width: none; left: 47%; top: 28%; transform: translate(-50%,-50%); }
.wisp::before, .wisp::after { content: ""; position: absolute; z-index: 1; top: 45%; width: 6.3%; height: 6.3%; border-radius: 50%; background: #231f1f; }
.wisp::before { left: 35%; } .wisp::after { left: 55%; }
[data-design-system="onboarding"], [data-design-system="interview"] { background-color: #fffcef; background-image: linear-gradient(180deg,#fffcef 30%,#b9e9a9 100%); }
.entry { min-height: calc(100dvh - 32px); display: flex; flex-direction: column; padding: 22px 24px max(22px, env(safe-area-inset-bottom)); }
.entry-top { display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 1080px; margin: 0 auto; }
.entry-top .small { font-size: 12px; color: #465c4e; }
.entry-center { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; max-width: 420px; margin: 0 auto; padding: 30px 0; }
.welcome .wisp { width: 172px; height: 172px; margin-bottom: 26px; }
.welcome-bubble { position: relative; background: #e6efea; border-radius: 16px; padding: 25px 20px; width: 100%; }
.welcome-bubble::before { content: ""; position: absolute; width: 20px; height: 20px; background: inherit; top: -9px; left: calc(50% - 10px); transform: rotate(45deg); }
.welcome h1 { font-size: 27px; line-height: 1.22; font-weight: 700; text-align: center; }
.welcome-sub { margin-top: 20px; font-size: 14px; color: #3f5e4c; text-align: center; }
.entry-actions { width: 100%; max-width: 420px; margin: 0 auto; text-align: center; }
.entry-actions .primary { min-height: 54px; background: var(--deep); font-size: 16px; }
.entry-actions .quiet { margin-top: 3px; }
.how .entry-center { padding-top: 24px; padding-bottom: 24px; }
.how h1 { font-size: 29px; line-height: 1.18; align-self: stretch; max-width: 290px; }
.how-intro { margin: 12px 0 24px; align-self: stretch; color: #465c4e; font-size: 14px; }
.how-list { list-style: none; padding: 0; margin: 0; width: 100%; }
.how-list li { display: flex; gap: 17px; position: relative; align-items: center; padding: 0 0 18px; }
.how-list li:last-child { padding-bottom: 0; }
.how-list li:not(:last-child)::after { content: ""; position: absolute; width: 1px; background: #adbfad; height: 18px; left: 28px; bottom: 0; }
.how-visual { width: 58px; height: 58px; flex-shrink: 0; display: grid; place-items: center; color: var(--deep); background: rgb(255 255 255 / .66); border-radius: 14px; }
.how-visual .icon { width: 29px; height: 29px; }
.how-list strong { display: block; font-size: 15px; font-weight: 650; }
.how-list p { color: #465c4e; font-size: 13px; margin-top: 3px; }
.interview { height: calc(100dvh - 32px); overflow-y: auto; }
.interview .entry-center { padding: 22px 0 20px; justify-content: flex-start; }
.interview .wisp { width: 106px; height: 106px; margin: 0 0 18px; }
.interview-heading { font-size: 14px; color: #3f5e4c; font-weight: 600; }
.interview-question { position: relative; width: 100%; background: white; padding: 23px 22px; border-radius: 16px; }
.interview-question::before { content: ""; position: absolute; top: -9px; left: calc(50% - 9px); width: 18px; height: 18px; background: white; transform: rotate(45deg); }
.interview-question h1 { font-family: Merriweather, Georgia, serif; font-size: 22px; font-weight: 700; font-style: italic; line-height: 1.4; text-align: center; letter-spacing: -.02em; }
.answer { width: 100%; margin-top: 20px; }
.answer-label { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: #3f5e4c; margin-bottom: 8px; }
.answer p { padding: 15px 17px; border-radius: 14px; background: rgb(255 255 255 / .58); font-size: 14px; line-height: 1.55; }
.interview-controls { display: flex; gap: 17px; align-items: center; justify-content: center; padding: 10px 0; }
.record-orb { width: 70px; height: 70px; background: var(--deep); color: white; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 0 0 7px rgb(0 91 52 / .09); }
.record-orb .icon { width: 27px; height: 27px; }
.record-orb.recording { background: #ad3c28; box-shadow: 0 0 0 7px rgb(173 60 40 / .1); }
.record-help { font-size: 12px; color: #3f5e4c; margin: 10px 0 0; text-align: center; }
.record-finish { margin-top: 8px; }
.recording-indicator { display: inline-flex; align-items: center; gap: 7px; color: #943220; }
.recording-indicator::before { content: ""; width: 7px; height: 7px; background: currentColor; border-radius: 50%; animation: pulse 1.2s ease-out infinite; }
@keyframes pulse { 50% { opacity: .4; } }
.processing { min-height: calc(100dvh - 32px); position: relative; display: grid; place-items: center; overflow: hidden; }
.weave { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .68; }
.weave path { stroke-dasharray: 1600; stroke-dashoffset: 0; animation: weave-in 3.5s var(--ease) both; animation-delay: calc(var(--n) * 65ms); }
@keyframes weave-in { from { stroke-dashoffset: 1600; } to { stroke-dashoffset: 0; } }
.processing-message { position: relative; width: calc(100% - 48px); max-width: 370px; text-align: center; background: #fcfcfc; border-radius: 16px; padding: 27px 22px; }
.processing-message .wisp { width: 65px; height: 65px; margin-bottom: 16px; }
.processing h1 { font-size: 25px; line-height: 1.2; }
.processing p { color: var(--quiet); font-size: 14px; margin: 14px 0 18px; }
.app { height: calc(100dvh - 32px); display: flex; flex-direction: column; background: var(--canvas); }
.sidebar { display: none; }
.app-header { min-height: 63px; display: flex; align-items: center; justify-content: space-between; padding: 8px 18px; gap: 8px; background: var(--bg); }
.app-title { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.app-title h1 { font-size: 20px; line-height: 1.25; }
.app-title .small { font-size: 11px; color: var(--quiet); }
.header-actions { display: flex; gap: 2px; align-items: center; }
.header-actions .avatar { width: 33px; height: 33px; }
.app-layout { flex: 1; min-height: 0; display: flex; flex-direction: column; padding: 0 14px; }
.task-panel { flex-shrink: 0; background: white; border: 1px solid #ceddd3; border-radius: 14px; overflow: hidden; margin: 0 0 10px; }
.task-heading { display: flex; width: 100%; gap: 10px; align-items: center; min-height: 48px; padding: 10px 14px 7px; text-align: left; }
.task-heading strong { font-size: 14px; font-weight: 650; flex: 1; letter-spacing: -.015em; }
.task-heading .count { font-size: 12px; color: var(--deep); white-space: nowrap; font-variant-numeric: tabular-nums; }
.task-heading .icon { width: 16px; height: 16px; color: var(--quiet); }
.task-heading:hover { background: #f6faf7; }
.progress { height: 4px; background: #e7eeea; border-radius: 2px; margin: 0 14px 6px; overflow: hidden; }
.progress-fill { display: block; height: 100%; background: var(--green); transition: width 240ms var(--ease); }
.task-list { list-style: none; margin: 0; padding: 3px 8px 5px; }
.task-list button { display: flex; align-items: center; gap: 10px; padding: 6px; width: 100%; min-height: 44px; text-align: left; border-radius: 7px; }
.task-list button:hover { background: #f0f6f2; }
.task-list .task-label { font-size: 12px; line-height: 1.35; flex: 1; }
.task-mark { width: 20px; height: 20px; border: 1px solid #96aa9c; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; font-size: 10px; }
.task-mark .icon { width: 12px; height: 12px; }
.task-list .done .task-mark { border: 0; background: var(--mint); color: var(--deep); }
.task-list .done .task-label { color: #4f6056; }
.task-list .next .task-mark { border-color: var(--green); color: var(--green); }
.task-list .next .task-label { font-weight: 650; }
.task-list .task-next { font-size: 10px; color: #466653; }
.task-deposit { font-size: 11px; color: #45624e; background: #f2f7f3; padding: 8px 14px; display: flex; align-items: center; gap: 6px; }
.task-deposit .icon { width: 13px; height: 13px; }
.task-panel.collapsed .progress { margin-bottom: 10px; }
.content { flex: 1; min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding-bottom: 12px; }
.tree-content { display: flex; flex-direction: column; }
.tree-stage { position: relative; flex: 1 0 260px; min-height: 260px; background-image: radial-gradient(#ccd6dc .7px,transparent .7px); background-size: 16px 16px; border-radius: 12px; }
.tree-inner { position: absolute; width: 334px; height: 260px; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.tree-lines { position: absolute; inset: 0; width: 100%; height: 100%; stroke: #8da79a; stroke-width: 1.7; fill: none; }
.person-node { position: absolute; width: 116px; height: 64px; border: 1px solid #9aaaba; background: #fcfcfc; border-radius: 12px; text-align: center; padding: 20px 4px 5px; }
.person-node:hover { border-color: var(--green); background: #f0f7f3; }
.person-node .avatar { position: absolute; width: 34px; height: 34px; font-size: 11px; top: -17px; left: calc(50% - 17px); outline: 3px solid var(--canvas); }
.person-node strong { font-size: 12px; display: block; font-weight: 650; }
.person-node small { color: var(--quiet); font-size: 10px; display: block; line-height: 1.5; }
.person-node.elsie { left: 109px; top: 22px; }
.person-node.helen { left: 23px; top: 105px; }
.person-node.june { left: 195px; top: 105px; }
.person-node.sophie { left: 23px; top: 188px; border-color: var(--green); }
.avatar { border-radius: 50%; background: #e0e9d4; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 650; color: #435838; flex-shrink: 0; }
.avatar.elsie { background: #efdfca; color: #6b4c2f; }
.avatar.helen { background: #e2dfee; color: #605371; }
.avatar.june { background: #dde8ed; color: #416477; }
.avatar.sophie { background: #e0e9d4; color: #435838; }
.bubble { margin: 13px 0 2px; position: relative; display: flex; gap: 9px; align-items: flex-start; }
.bubble .wisp { width: 38px; height: 38px; margin-top: 8px; }
.bubble-body { position: relative; flex: 1; min-width: 0; padding: 13px 38px 13px 15px; border-radius: 12px; background: white; border: 1px solid #d7e1da; }
.bubble-body::before { content: ""; position: absolute; left: -6px; top: 22px; width: 10px; height: 10px; background: white; border: solid #d7e1da; border-width: 0 0 1px 1px; transform: rotate(45deg); }
.bubble p { font-size: 13px; line-height: 1.45; }
.bubble .bubble-close { position: absolute; top: 0; right: 0; width: 44px; height: 44px; }
.bubble-close .icon { width: 15px; height: 15px; }
.bubble .text-btn { min-height: 44px; padding: 7px 0 0; font-size: 13px; }
.app-dock { padding: 8px 16px 0; background: var(--bg); border-top: 1px solid var(--line); flex-shrink: 0; }
.app-dock .record-main { min-height: 46px; }
.bottom-nav { display: flex; justify-content: space-around; padding-bottom: env(safe-area-inset-bottom); }
.bottom-nav button { min-height: 55px; min-width: 70px; color: #52605b; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; font-size: 10px; }
.bottom-nav button .icon { height: 20px; width: 20px; }
.bottom-nav button.active { color: var(--deep); font-weight: 700; }
.tab-switch { display: flex; width: max-content; gap: 4px; background: #e7ecef; border-radius: 999px; padding: 3px; margin: 4px 0 17px; }
.tab-switch button { min-height: 44px; padding: 0 19px; font-size: 13px; color: #52605b; border-radius: 999px; }
.tab-switch button.active { background: white; color: var(--ink); font-weight: 650; }
.section-title { display: flex; align-items: center; justify-content: space-between; margin: 8px 0 16px; }
.section-title h2 { font-size: 23px; }
.story-row { display: flex; gap: 14px; width: 100%; padding: 19px 0; border-top: 1px solid #d6dfe2; text-align: left; }
.story-row:hover .story-row-title { color: var(--green); }
.story-thumb { width: 64px; height: 80px; flex-shrink: 0; background: #e6efea; color: #456753; border-radius: 8px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 6px; }
.story-thumb .icon { width: 25px; height: 25px; }
.story-thumb small { font-size: 9px; }
.story-row-content { flex: 1; min-width: 0; }
.story-row-title { display: block; font-family: Merriweather, Georgia, serif; font-size: 20px; line-height: 1.2; font-weight: 500; }
.story-row p { font-size: 12px; color: var(--quiet); margin-top: 7px; }
.story-row .tagline { font-size: 10px; color: #38634b; margin-top: 8px; }
.story-row .icon:last-child { width: 17px; height: 17px; }
.preview-copy { background: white; padding: 21px 21px 24px; border-radius: 12px; }
.story-meta { display: flex; gap: 7px; align-items: center; font-size: 11px; color: var(--quiet); margin-bottom: 16px; }
.story-meta .avatar { width: 25px; height: 25px; font-size: 9px; }
.preview-copy h2 { font: 500 29px/1.15 Merriweather, Georgia, serif; letter-spacing: -.03em; margin-bottom: 18px; text-wrap: balance; }
.story-prose { font: 16px/1.7 Merriweather, Georgia, serif; color: #303932; }
.story-prose p + p { margin-top: 16px; }
.tagged { color: #00683c; background: #e9f2ec; border-radius: 3px; padding: 0 2px; }
.people-chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 0; }
.person-chip { display: flex; align-items: center; gap: 6px; min-height: 44px; padding: 3px 9px 3px 4px; border-radius: 999px; border: 1px solid #d4e1d8; font-size: 11px; color: #42604e; }
.person-chip .avatar { width: 22px; height: 22px; font-size: 8px; }
.preview-tools { display: flex; justify-content: space-between; padding-top: 8px; }
.preview-tools button { font-size: 12px; }
.audience { display: flex; align-items: center; gap: 8px; color: #42604e; font-size: 11px; margin: 12px 0; }
.audience .icon { width: 15px; height: 15px; }
.preview-actions { display: flex; gap: 9px; padding-bottom: max(13px,env(safe-area-inset-bottom)); }
.preview-actions .btn { flex: 1; min-height: 47px; padding: 10px 12px; font-size: 13px; }
.profile-hero { text-align: center; padding: 22px 12px; }
.profile-hero .avatar { width: 66px; height: 66px; font-size: 21px; margin-bottom: 14px; }
.profile-hero h2 { font-size: 25px; margin-bottom: 5px; }
.profile-hero p { font-size: 13px; color: var(--quiet); }
.profile-actions { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.profile-actions .btn { font-size: 12px; min-height: 44px; padding: 10px 15px; }
.empty { padding: 23px 18px; text-align: center; background: white; border-radius: 12px; }
.empty h3 { font-size: 19px; }
.empty p { color: var(--quiet); font-size: 14px; margin: 10px 0 17px; }
.receipt { display: flex; align-items: center; gap: 9px; padding: 12px 0 3px; color: #356348; font-size: 12px; }
.receipt .avatar { width: 28px; height: 28px; font-size: 9px; }
dialog { border: 0; border-radius: 16px; padding: 0; width: calc(100% - 36px); max-width: 420px; max-height: calc(100dvh - 48px); color: var(--ink); background: white; overflow-y: auto; box-shadow: 0 20px 60px rgb(0 25 12 / .2); }
dialog::backdrop { background: rgb(19 34 25 / .38); }
dialog[data-design-system] { background: white; }
dialog[open] { animation: modal-in 180ms var(--ease); }
@keyframes modal-in { from { transform: translateY(8px); } }
.modal-inner { padding: 29px 25px 21px; }
.modal-close { position: absolute; top: 7px; right: 7px; }
.modal-inner > .wisp { width: 67px; height: 67px; margin: 7px 0 18px; }
.modal-inner h2 { font-size: 26px; line-height: 1.2; margin-bottom: 13px; max-width: 310px; }
.modal-inner > p { color: var(--quiet); font-size: 14px; margin-bottom: 18px; line-height: 1.5; }
.save-inventory { display: flex; gap: 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 13px 0; margin-bottom: 21px; }
.save-inventory span { display: flex; gap: 7px; align-items: center; color: #45624e; font-size: 12px; }
.save-inventory .icon { width: 17px; height: 17px; }
label { display: block; color: #36483e; font-weight: 600; font-size: 13px; margin-bottom: 7px; }
input, textarea { width: 100%; border: 1px solid #aabaaf; border-radius: 9px; background: #fcfcfc; padding: 13px; font-size: 16px; color: var(--ink); }
textarea { min-height: 164px; resize: vertical; line-height: 1.55; }
input::placeholder, textarea::placeholder { color: #5e6b63; }
.field-note { margin: 8px 0 19px; font-size: 11px; color: var(--quiet); }
.modal-inner .btn.quiet { font-weight: 500; }
.invite-preview { background: #f0f5f1; padding: 18px; border-radius: 12px; margin: 18px 0; }
.invite-preview p { font-size: 14px; line-height: 1.6; color: #334c3b; }
.invite-preview .small { font-size: 11px; display: block; margin-bottom: 8px; color: #526b5a; }
.invite-person { display: flex; align-items: center; gap: 12px; margin: 19px 0; }
.invite-person .avatar { width: 43px; height: 43px; }
.invite-person p { font-size: 13px; color: var(--quiet); margin-top: 1px; }
.review-modal { max-width: 590px; }
.review-modal h2 { font-size: 22px; }
.index-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin: 20px 0; }
.index-grid button { display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); text-align: left; border-radius: 8px; padding: 10px; min-height: 51px; font-size: 12px; }
.index-grid button:hover, .index-grid button.current { background: var(--mint); border-color: #9fbcaa; }
.index-grid button span { color: #5d7165; font-size: 10px; }
.index-note { font-size: 12px; color: var(--quiet); }
@media (max-width: 359px) {
  .app-layout { padding: 0 10px; }
  .tree-inner { transform: translate(-50%,-50%) scale(.88); }
  .task-label { font-size: 11px !important; }
  .task-heading { gap: 5px; padding-left: 11px; padding-right: 11px; }
  .task-heading strong { font-size: 13px; }
  .entry { padding-left: 20px; padding-right: 20px; }
  .welcome h1 { font-size: 25px; }
}
@media (min-width: 760px) {
  .review-bar { padding: 0 25px; }
  .entry { padding: 28px 42px; }
  .welcome .wisp { width: 195px; height: 195px; }
  .welcome h1 { font-size: 31px; }
  .how .entry-center { max-width: 460px; }
  .how h1 { font-size: 34px; max-width: 390px; }
  .how-list li { padding-bottom: 22px; }
  .how-list li:last-child { padding-bottom: 0; }
  .interview .entry-center { padding-top: 24px; }
  .interview .wisp { width: 140px; height: 140px; }
  .app { padding-left: 192px; }
  .sidebar { display: flex; position: fixed; left: 0; top: 32px; bottom: 0; width: 192px; flex-direction: column; padding: 29px 17px; background: #fcfcfc; border-right: 1px solid var(--line); }
  .sidebar .wordmark { margin: 0 10px 44px; }
  .sidebar button { min-height: 46px; display: flex; gap: 12px; align-items: center; text-align: left; font-size: 14px; border-radius: 8px; padding: 10px 13px; margin-bottom: 4px; }
  .sidebar button.active { background: var(--mint); color: var(--deep); font-weight: 650; }
  .sidebar button:hover { background: #e6efea; }
  .sidebar-footer { margin-top: auto; font-size: 12px; color: var(--quiet); padding: 12px; line-height: 1.7; }
  .app-header { padding: 22px 30px; min-height: 92px; background: transparent; }
  .app-title h1 { font-size: 25px; }
  .app-title .small { font-size: 12px; margin-top: 3px; }
  .app-layout { position: relative; padding: 0 28px; }
  .task-panel { width: 100%; }
  .tree-stage { min-height: 355px; }
  .tree-inner { transform: translate(-50%,-50%) scale(1.2); }
  .app-dock { padding: 15px 28px; }
  .app-dock .record-main { width: auto; min-width: 230px; }
  .bottom-nav { display: none; }
  .bubble { max-width: 520px; width: 100%; align-self: center; }
  .preview-copy { padding: 30px; }
  .preview-copy h2 { font-size: 34px; }
  .preview-actions { max-width: 500px; padding-bottom: 0; }
  .content { padding-bottom: 20px; }
}
@media (min-width: 1100px) {
  .app { padding-right: max(0px,calc((100vw - 1500px)/2)); padding-left: 218px; }
  .sidebar { width: 218px; padding-left: 23px; padding-right: 23px; }
  .app-header { padding-left: 36px; padding-right: 36px; }
  .app-layout { padding-left: 36px; padding-right: 360px; }
  .task-panel { position: absolute; top: 0; right: 36px; width: 296px; }
  .task-heading { min-height: 62px; }
  .task-heading strong { max-width: 155px; }
  .task-list { padding: 10px 8px 12px; }
  .task-list button { min-height: 45px; }
  .task-list .task-label { font-size: 13px; }
  .task-deposit { font-size: 11px; padding: 13px 14px; }
  .tree-inner { transform: translate(-50%,-50%) scale(1.42); }
  .tree-stage { min-height: 425px; }
  .app-dock { border: 0; background: transparent; padding: 16px 36px 26px; }
  .bubble { margin-top: 20px; }
  .bubble-body { padding-top: 17px; padding-bottom: 17px; }
  .bubble p { font-size: 14px; }
  .content { max-width: 850px; }
  .app-layout.finished { padding-right: 36px; }
  .app-layout.finished .content { max-width: none; }
  .story-row { padding: 24px 0; }
  .story-row-title { font-size: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
