:root {
  --ink: #202a36; --muted: #69717c; --cream: #fffdf8; --paper: #f7f2e9;
  --line: #e7e0d5; --mint: #a8dccf; --yellow: #ffd36e; --coral: #ff9e82;
  --lilac: #b59ae8; --sky: #9bcbe8; --slate: #9ca7b3; --indigo: #7c8ccb;
  --green: #3f7d73; --serif: "Source Serif 4", Georgia, serif; --sans: "Source Sans 3", Arial, sans-serif; --mono: "IBM Plex Mono", monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 85px; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 17px/1.6 var(--sans); }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.site-header { position: sticky; top: 0; z-index: 20; height: 78px; display: flex; justify-content: space-between; align-items: center; max-width: 1240px; padding: 0 28px; margin: auto; background: rgba(255, 253, 248, .9); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: border-color .25s, box-shadow .25s; }
.site-header.is-stuck { border-color: var(--line); box-shadow: 0 4px 14px rgba(32, 42, 54, .035); }
.brand { text-decoration: none; display: inline-flex; align-items: center; gap: 8px; font-size: 20px; letter-spacing: -1px; font-weight: 700; }
.brand-mark { display: grid; grid-template-columns: repeat(2, 5px); gap: 2px; width: 12px; transform: rotate(45deg); }
.brand-mark i { display: block; height: 5px; border-radius: 1.5px; background: var(--green); }.brand-mark i:nth-child(2) { background: var(--yellow); }.brand-mark i:nth-child(3) { background: var(--coral); }.brand-mark i:nth-child(4) { background: var(--lilac); }
.site-nav { display: flex; align-items: center; gap: 25px; }.site-nav a { color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 600; }.site-nav .nav-cta { padding: 9px 15px; border-radius: 99px; background: var(--ink); color: #fff; }.nav-cta span { color: var(--mint); font-size: 16px; }
.menu-button { display: none; border: 0; background: none; }.menu-button i { display: block; width: 21px; height: 1.5px; margin: 5px; background: var(--ink); }
.hero { min-height: 648px; max-width: 1240px; padding: 65px 72px 58px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; overflow: hidden; }
.eyebrow { display: flex; gap: 9px; align-items: center; margin: 0 0 18px; color: var(--muted); font: 500 10px/1.2 var(--mono); letter-spacing: 1.05px; text-transform: uppercase; }.eyebrow span { width: 18px; height: 1px; background: var(--green); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -2.7px; line-height: 1.04; } h1 { font-size: clamp(51px, 6vw, 76px); } h2 { font-size: clamp(40px, 4.4vw, 60px); } h1 em, h2 em { color: var(--green); font-weight: 500; }
.hero-description { max-width: 435px; margin: 26px 0; color: var(--muted); font-size: 16px; line-height: 1.7; }.hero-actions { display: flex; align-items: center; gap: 24px; }.button { display: inline-flex; align-items: center; gap: 20px; padding: 13px 17px; border-radius: 99px; color: #fff; background: var(--ink); font-size: 13px; font-weight: 600; text-decoration: none; }.button span { color: var(--mint); font-size: 18px; }.text-link { padding-bottom: 3px; border-bottom: 1px solid #b9bdbb; color: var(--ink); font-size: 13px; font-weight: 600; text-decoration: none; }.text-link span { margin-left: 3px; color: var(--green); font-size: 17px; }.hero-note { display: flex; align-items: center; gap: 8px; margin: 31px 0 0; color: var(--muted); font-size: 11px; }.hero-note span { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); }
.hero-phone { position: relative; height: 500px; display: flex; align-items: center; justify-content: center; }.sun-shape { position: absolute; width: 470px; height: 470px; border-radius: 48% 52% 48% 52%; background: #fff1c9; transform: rotate(32deg); }.dot-field { position: absolute; right: 11px; bottom: 36px; width: 120px; height: 150px; background-image: radial-gradient(#76a89d 1.2px, transparent 1.2px); background-size: 12px 12px; opacity: .65; }
.phone { z-index: 1; position: relative; width: 244px; height: 492px; padding: 8px; border-radius: 37px; background: #1e252a; box-shadow: 0 26px 42px rgba(32, 42, 54, .25); transform: rotate(3deg); }.phone-notch { position: absolute; z-index: 2; top: 8px; left: calc(50% - 46px); width: 92px; height: 19px; border-radius: 0 0 13px 13px; background: #1e252a; }.phone-screen { height: 100%; overflow: hidden; padding: 11px 14px; border-radius: 30px; background: var(--cream); }.status-row { display: flex; justify-content: space-between; padding: 0 5px 17px; font-size: 8px; }.app-nav { display: flex; justify-content: space-between; align-items: center; font: 500 13px var(--serif); }.app-nav i { color: var(--green); font: 12px var(--sans); }.month-row { display: flex; justify-content: space-between; align-items: center; margin-top: 22px; font-size: 12px; }.month-row b { font-family: var(--serif); font-size: 17px; letter-spacing: -.5px; }.month-row span { display: flex; gap: 5px; }.month-row i { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; background: var(--paper); color: var(--muted); font-style: normal; }.month-stat { margin: 3px 0 15px; color: var(--muted); font-size: 8px; }.weekday-row { display: grid; grid-template-columns: repeat(7, 1fr); color: var(--muted); text-align: center; font: 7px var(--mono); }.mini-calendar { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin: 7px 0 13px; }.mini-day { aspect-ratio: 1; display: grid; place-items: center; border-radius: 5px; background: var(--paper); color: var(--muted); font: 7px var(--mono); }.mini-day.filled { color: var(--ink); }.mini-day.today { outline: 1.5px solid var(--ink); outline-offset: 1px; }.mood-legend { display: flex; justify-content: space-between; padding: 9px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 7px; }.mood-legend span { display: flex; align-items: center; gap: 3px; }.mood-legend i { width: 6px; height: 6px; border-radius: 2px; }.mood-legend .happy { background: var(--yellow); }.mood-legend .okay { background: var(--sky); }.mood-legend .sad { background: var(--indigo); }.share-button { width: 100%; padding: 9px; border: 0; border-radius: 9px; color: var(--cream); background: var(--ink); font: 600 8px var(--sans); }.tab-bar { display: flex; justify-content: space-around; margin: 14px -14px 0; padding-top: 8px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; text-align: center; }.tab-bar span { display: flex; flex-direction: column; gap: 1px; }.tab-bar small { font-size: 7px; }.tab-bar .tab-active { color: var(--green); }
.little-card { z-index: 2; position: absolute; display: flex; align-items: flex-start; gap: 7px; padding: 11px 13px; border-radius: 12px; background: #fff; box-shadow: 0 12px 25px rgba(32, 42, 54, .11); }.little-card span { color: var(--green); font-size: 15px; }.little-card p { margin: 0; font-size: 9px; line-height: 1.3; }.saved-card { top: 78px; right: 7px; transform: rotate(-7deg); }.pause-card { bottom: 74px; left: 8px; transform: rotate(5deg); }.pause-card span { color: var(--coral); font: 22px var(--serif); line-height: 8px; }
.section-wrap { max-width: 1096px; margin: auto; }.daily-section { padding: 122px 0 114px; }.section-tag { display: flex; gap: 12px; color: var(--muted); font: 10px var(--mono); letter-spacing: 1px; text-transform: uppercase; }.section-tag span { color: var(--green); }.section-title-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 72px; margin: 44px 0 56px; }.section-copy { padding-top: 7px; color: var(--muted); font-size: 15px; }.section-copy p { margin: 0 0 16px; }.section-copy b { color: var(--ink); }
.checkin-demo { max-width: 900px; padding: 24px; margin: auto; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 20px 40px rgba(32, 42, 54, .045); }.checkin-top { margin-bottom: 20px; }.demo-kicker, .factor-caption { color: var(--green); font: 10px var(--mono); letter-spacing: .85px; }.checkin-top b { display: block; margin-top: 9px; font: 500 27px var(--serif); letter-spacing: -1px; }.checkin-top p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }.mood-options { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; }.mood-item { min-height: 99px; padding: 9px; border: 1px solid var(--line); border-radius: 15px; background: #fff; cursor: pointer; transition: transform .2s, border .2s, box-shadow .2s; }.mood-item:hover, .mood-item.selected { transform: translateY(-2px); border: 2px solid var(--mood); background: color-mix(in srgb, var(--mood) 22%, white); box-shadow: 0 6px 14px rgba(32, 42, 54, .07); }.mood-item span { display: grid; width: 36px; height: 36px; place-items: center; margin: auto; border-radius: 50%; background: var(--mood); font-size: 19px; }.mood-item small { display: block; margin-top: 8px; font-size: 10px; font-weight: 600; }.very-sad { --mood: var(--indigo); }.sad { --mood: var(--slate); }.okay { --mood: var(--sky); }.happy { --mood: var(--yellow); }.excited { --mood: var(--lilac); }.context-row, .note-row { display: flex; align-items: center; gap: 12px; margin-top: 13px; padding: 13px; border-radius: 13px; background: var(--paper); }.context-row .context-icon { color: var(--green); font-size: 17px; }.context-row b, .context-row small { display: block; font-size: 11px; }.context-row small { color: var(--muted); }.context-row i { margin-left: auto; color: var(--green); font-style: normal; font-size: 21px; }.note-row { color: var(--muted); background: #fff; border: 1px solid var(--line); font-size: 11px; }.note-row span:first-child { color: var(--green); font-size: 17px; }.save-demo { width: 100%; margin-top: 14px; padding: 12px; border: 0; border-radius: 12px; background: var(--ink); color: #fff; font: 600 12px var(--sans); cursor: pointer; }.save-demo span { float: right; color: var(--mint); font-size: 16px; }
.context-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 105px; align-items: center; padding: 115px max(28px, calc((100% - 1096px) / 2)); background: var(--paper); }.context-copy h2 { margin-bottom: 21px; }.context-copy > p:last-child, .insights-heading > p:last-child { max-width: 420px; color: var(--muted); font-size: 15px; }.factor-board { padding: 27px; border-radius: 23px; background: var(--cream); box-shadow: 0 18px 33px rgba(32, 42, 54, .055); }.factor-group { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 16px; }.factor-group b { width: 100%; color: var(--muted); font: 10px var(--mono); text-transform: uppercase; letter-spacing: .5px; }.factor-group span { padding: 7px 9px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-size: 10px; }.factor-note { margin-top: 20px; padding: 12px; border-radius: 10px; background: #e4f3ed; color: #426f65; font-size: 11px; font-style: italic; }
.insights-section { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: center; padding: 128px 0; }.insights-heading h2 { margin-bottom: 22px; }.insight-preview { padding: 22px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 19px 36px rgba(32, 42, 54, .055); }.insight-header { display: flex; justify-content: space-between; font: 500 17px var(--serif); }.insight-header span { color: var(--green); font: 12px var(--sans); }.period-tabs { display: flex; justify-content: space-around; margin: 22px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; }.period-tabs span { padding-bottom: 9px; }.period-tabs .current { border-bottom: 2px solid var(--green); color: var(--green); font-weight: 700; }.report-period { margin-bottom: 15px; text-align: center; }.report-period b, .report-period small { display: block; }.report-period b { font: 500 19px var(--serif); }.report-period small { margin-top: 2px; color: var(--muted); font-size: 9px; }.report-summary { display: flex; gap: 17px; align-items: stretch; padding: 14px; border: 1px solid var(--line); border-radius: 15px; }.report-summary div { flex: 1; }.report-summary small { display: block; color: var(--muted); font: 9px var(--mono); }.report-summary b { display: block; margin-top: 3px; font: 500 20px var(--serif); }.report-summary b span { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--sky); }.report-summary i { width: 1px; background: var(--line); }.chart-card, .frequent-card { margin-top: 13px; padding: 15px; border-radius: 15px; background: var(--paper); }.chart-card h3, .frequent-card b { margin: 0; font: 500 15px var(--serif); }.trend-bars { height: 100px; display: flex; align-items: end; gap: 13px; padding: 10px 4px 0; border-bottom: 1px solid var(--line); }.trend-bars i { display: block; width: 100%; height: var(--height); border-radius: 7px 7px 2px 2px; background: var(--bar); }.chart-days { display: flex; justify-content: space-between; color: var(--muted); font: 8px var(--mono); }.frequent-card small { display: block; margin: 3px 0 9px; color: var(--muted); font-size: 9px; }.frequent-card > span { display: flex; justify-content: space-between; padding: 7px 0; border-top: 1px solid var(--line); font-size: 10px; }.frequent-card i { color: var(--muted); font-style: normal; }
.privacy-section { padding: 118px max(28px, calc((100% - 1096px) / 2)); color: #fff; background: var(--ink); }.privacy-inner { display: grid; grid-template-columns: 104px 1fr .8fr; gap: 30px; align-items: center; }.privacy-mark { display: grid; width: 80px; height: 80px; place-items: center; border-radius: 50%; color: var(--green); background: var(--mint); font: 40px var(--serif); }.privacy-inner .eyebrow { color: #b4bdc1; }.privacy-inner .eyebrow span { background: var(--mint); }.privacy-inner p:last-child { color: #c3cbd0; font-size: 15px; }.settings-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 75px; padding-top: 25px; border-top: 1px solid #3d4752; }.settings-strip span { display: grid; grid-template-columns: 28px 1fr; column-gap: 10px; }.settings-strip i { grid-row: span 2; color: var(--mint); font-size: 20px; font-style: normal; }.settings-strip b { font-size: 12px; }.settings-strip small { color: #aeb8c0; font-size: 11px; }
.download-section { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; max-width: 1200px; min-height: 450px; padding: 68px 100px; margin: 20px auto; overflow: hidden; border-radius: 28px; background: var(--mint); position: relative; }.download-section::after { content: ""; position: absolute; right: -110px; top: -110px; width: 470px; height: 470px; border: 1px solid rgba(63, 125, 115, .25); border-radius: 50%; box-shadow: 0 0 0 36px transparent, 0 0 0 37px rgba(63, 125, 115, .14), 0 0 0 77px transparent, 0 0 0 78px rgba(63, 125, 115, .1); }.download-copy { z-index: 1; max-width: 590px; }.download-copy .eyebrow { color: #4e756d; }.download-copy h2 { margin-bottom: 18px; }.download-copy > p { color: #486e66; font-size: 15px; }.mail-button { display: inline-flex; gap: 11px; align-items: center; margin-top: 12px; padding: 13px 15px; border-radius: 11px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 600; text-decoration: none; }.mail-button span, .mail-button i { color: var(--mint); font-style: normal; }.mail-button i { margin-left: 9px; font-size: 18px; }.qr-card { z-index: 1; display: flex; flex-direction: column; gap: 11px; padding: 15px; border-radius: 17px; background: #fff; color: var(--ink); text-decoration: none; box-shadow: 0 12px 25px rgba(32, 42, 54, .08); }.qr-card img { display: block; width: 150px; height: 150px; image-rendering: pixelated; }.qr-card span { font: 8px var(--mono); letter-spacing: .7px; text-align: center; }.qr-card i { color: var(--green); font-size: 13px; font-style: normal; }
.support-section { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding: 108px 0; }.support-copy { align-self: end; }.support-copy p { max-width: 380px; margin: 0 0 25px; color: var(--muted); font-size: 15px; }.support-link { color: var(--ink); font-size: 14px; font-weight: 600; text-decoration: none; border-bottom: 1px solid #b9bdbb; padding-bottom: 4px; }.support-link span { color: var(--green); font-size: 18px; }footer { display: flex; justify-content: space-between; align-items: center; max-width: 1240px; padding: 29px 28px; margin: auto; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }footer .brand { color: var(--ink); font-size: 17px; }footer > a:last-child { text-decoration: none; }
.toast { position: fixed; z-index: 30; left: 50%; bottom: 25px; padding: 11px 16px; border-radius: 99px; color: #fff; background: var(--ink); font-size: 12px; transform: translate(-50%, 90px); opacity: 0; transition: .3s; }.toast.show { transform: translate(-50%, 0); opacity: 1; }.reveal { opacity: 1; transform: none; }.reveal.is-revealing { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }.reveal.is-revealing.visible { opacity: 1; transform: none; }.reveal-delay { transition-delay: .12s; }

/* Readable editorial type scale for the primary English-language audience. */
h1, h2 { letter-spacing: -1.65px; line-height: 1.08; }
.site-nav a, .button, .text-link { font-size: 14px; }
.hero-description { max-width: 470px; font-size: 18px; line-height: 1.65; }
.hero-note { font-size: 13px; }
.section-copy, .context-copy > p:last-child, .insights-heading > p:last-child, .download-copy > p, .support-copy p { font-size: 17px; line-height: 1.65; }
.context-copy > p:last-child, .insights-heading > p:last-child { max-width: 440px; }
.factor-group span { font-size: 11px; }.factor-note { font-size: 12px; }
.privacy-inner { grid-template-columns: 104px 1fr .95fr; }
.privacy-inner p:last-child { color: #d1d8dc; font-size: 17px; line-height: 1.65; }
.settings-strip b { font-size: 14px; }.settings-strip small { color: #c2cbd1; font-size: 13px; line-height: 1.5; }
.mail-button { font-size: 14px; }.qr-card span { font-size: 9px; }
.support-copy p { max-width: 415px; }.support-link { font-size: 15px; }
footer { font-size: 13px; }footer > a:not(.brand) { text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal.is-revealing { opacity: 1; transform: none; transition: none; }.mood-item { transition: none; } }
@media (max-width: 850px) { .site-header { height: 67px; padding: 0 20px; }.menu-button { display: block; }.site-nav { display: none; position: absolute; top: 58px; left: 14px; right: 14px; padding: 12px; border: 1px solid var(--line); border-radius: 15px; background: var(--cream); box-shadow: 0 14px 24px rgba(32, 42, 54, .08); }.site-nav.open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }.site-nav a { padding: 9px; }.site-nav .nav-cta { margin-top: 4px; text-align: center; }.hero { display: flex; flex-direction: column; align-items: stretch; min-height: 0; padding: 58px 26px 62px; }.hero-phone { height: 440px; transform: scale(.91); margin: -12px -24px -20px; }.section-wrap, .daily-section, .insights-section { max-width: none; }.daily-section, .insights-section, .support-section { padding: 78px 26px; }.section-title-grid, .context-section, .insights-section, .support-section { grid-template-columns: 1fr; gap: 32px; }.section-title-grid { margin: 34px 0 40px; }.context-section { padding: 76px 26px; }.insights-section { gap: 50px; }.privacy-section { padding: 77px 26px; }.privacy-inner { grid-template-columns: 1fr; gap: 19px; }.privacy-mark { width: 62px; height: 62px; }.settings-strip { grid-template-columns: 1fr; gap: 20px; margin-top: 42px; }.download-section { grid-template-columns: 1fr; gap: 30px; min-height: 0; padding: 66px 30px; margin: 10px; }.qr-card { width: max-content; }.support-copy { align-self: start; }footer { padding: 27px 20px; flex-wrap: wrap; gap: 13px; }.mood-options { gap: 5px; }.mood-item { min-height: 85px; padding: 5px; }.mood-item small { font-size: 8px; }.mood-item span { width: 31px; height: 31px; font-size: 16px; } }
@media (max-width: 420px) { h1 { font-size: 47px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }.hero-phone { transform: scale(.78); margin: -46px -58px -63px; }.sun-shape { width: 430px; height: 430px; }.checkin-demo { padding: 16px; }.mood-item small { overflow-wrap: anywhere; }.download-section { padding: 55px 24px; }.qr-card img { width: 130px; height: 130px; } }

.legal-page { min-height: 100vh; }.legal-header { position: relative; }.legal-main { width: min(100% - 40px, 800px); margin: 0 auto; padding: 82px 0 96px; }.legal-kicker { margin: 0 0 17px; color: var(--green); font: 500 11px/1.2 var(--mono); letter-spacing: 1px; text-transform: uppercase; }.legal-main h1 { font-size: clamp(48px, 7vw, 72px); }.legal-updated { margin: 18px 0 0; color: var(--muted); font-size: 15px; }.legal-intro { margin: 42px 0 0; padding: 29px 31px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); color: #4d5965; font-size: 18px; line-height: 1.65; }.legal-section { padding: 38px 0; border-bottom: 1px solid var(--line); }.legal-section h2 { font-size: clamp(30px, 4vw, 39px); letter-spacing: -1.2px; }.legal-section p, .legal-section li { color: #4e5864; font-size: 17px; line-height: 1.7; }.legal-section p:last-child { margin-bottom: 0; }.legal-section ul { padding-left: 22px; }.legal-section li + li { margin-top: 9px; }.legal-section a { color: var(--green); font-weight: 600; text-underline-offset: 3px; }.legal-note { margin-top: 38px; padding: 19px 21px; border-left: 3px solid var(--mint); background: #f2f8f5; color: #49675f; font-size: 15px; line-height: 1.6; }.legal-contact { padding: 35px 0 0; }.legal-contact p { color: var(--muted); font-size: 17px; }.legal-contact a { color: var(--green); font-weight: 700; text-underline-offset: 3px; }
