:root{color-scheme:light;--ink:#182033;--muted:#58647a;--paper:#fff;--canvas:#f7f8fc;--blue:#365cf5;--blue-hover:#2446cc;--soft:#eef2ff;--coral:#f97865;--line:#e2e6f0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--canvas);font-synthesis:none;-webkit-font-smoothing:antialiased}
*{box-sizing:border-box}
html{scroll-padding-top:28px}
body{margin:0;min-width:320px}
button,input{font:inherit}
a{color:var(--blue);text-underline-offset:4px}
button,a,input{-webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--blue);outline-offset:5px}
button{cursor:pointer}
button:disabled{cursor:wait;opacity:.65}
[hidden]{display:none!important}
h1,h2,h3,p,figure,dl,dd{margin:0}
h1,h2,h3{text-wrap:balance}
p{line-height:1.7}
svg{vertical-align:middle}
.site-wrap{max-width:1240px;margin:auto;padding:0 max(32px,env(safe-area-inset-left)) 0 max(32px,env(safe-area-inset-right))}
.skip-link{position:absolute;top:10px;left:12px;padding:14px 18px;border-radius:8px;background:var(--ink);color:white;transform:translateY(-180%);z-index:10}
.skip-link:focus{transform:none}
.site-header{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:104px;padding-top:env(safe-area-inset-top)}
.wordmark{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-size:22px;font-weight:750;letter-spacing:-1px;text-decoration:none;min-height:44px}
.wordmark img{border-radius:11px}
.site-header nav{display:flex;align-items:center;gap:30px}
.site-header nav a{display:inline-flex;align-items:center;gap:10px;min-height:44px;text-decoration:none;font-size:14px;font-weight:600;color:var(--muted)}
.site-header nav .header-diary{color:var(--ink)}
.hero{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:70px;padding:65px 0 96px}
.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:1.8px;font-weight:700;color:var(--muted);line-height:1.6}
.hero-copy>.eyebrow{display:flex;align-items:center;gap:8px}
.status-dot{width:7px;height:7px;border-radius:50%;background:var(--coral)}
h1{font-size:clamp(48px,5.25vw,70px);letter-spacing:-4px;line-height:1.06;font-weight:800;margin:22px 0}
h1>span{color:var(--blue)}
.hero-description{font-size:18px;max-width:490px;color:var(--muted)}
.hero-aside{font-size:15px;margin-top:16px;font-weight:600}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:50px;padding:14px 20px;border-radius:13px;border:1px solid transparent;font-size:14px;font-weight:650;text-decoration:none;line-height:1.35}
.button.primary{background:var(--blue);color:#fff}
.button.primary:hover{background:var(--blue-hover)}
.button.secondary{background:var(--paper);color:var(--ink);border-color:#c6cee0}
.button.secondary:hover{background:var(--soft)}
.access-note{font-size:12px;line-height:1.65;color:var(--muted);margin-top:17px}
.diary-figure{position:relative;max-width:465px;width:100%;justify-self:center}
.diary-figure:before{content:"";position:absolute;inset:24px -20px 42px 12px;border-radius:36px;background:#e8edff;transform:rotate(5deg);z-index:-1}
.preview-topline{font-size:11px;display:flex;align-items:center;gap:7px;color:var(--muted);margin:0 14px 14px}
.preview-topline>span:last-child{margin-left:auto;color:var(--blue);font-size:15px}
.preview-dot{height:6px;width:6px;background:var(--blue);border-radius:50%}
.example-diary{background:var(--paper);border:1px solid #e0e5f0;box-shadow:0 22px 65px #1b335a0e;border-radius:25px;padding:24px}
.example-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:20px}
.example-title h2{font-size:30px;letter-spacing:-1.2px;line-height:1.4;margin-top:3px}
.example-title .eyebrow{font-size:9px;letter-spacing:1.25px}
.example-label{font-size:10px;color:var(--blue-hover);background:var(--soft);padding:7px 9px;border-radius:7px;white-space:nowrap}
.example-energy{background:var(--blue);color:#fff;border-radius:18px;padding:22px 24px;display:flex;flex-direction:column;gap:8px}
.example-energy>span{font-size:12px}
.example-energy strong{font-size:48px;line-height:1.1;letter-spacing:-2.2px;font-weight:750}
.example-energy small{font-size:15px;letter-spacing:0;font-weight:400}
.example-energy .example-energy-note{font-size:11px;margin-top:2px}
.example-macros{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:13px 0}
.example-macros>div{border:1px solid var(--line);padding:12px 11px;border-radius:12px}
.example-macros dt{font-size:11px;font-weight:500;display:flex;align-items:center;gap:5px}
.macro-dot{height:5px;width:5px;border-radius:50%;display:inline-block}
.macro-dot.protein{background:var(--blue)}.macro-dot.carbs{background:var(--coral)}.macro-dot.fat{background:#9c8ddb}
.example-macros dd{font-size:25px;letter-spacing:-.7px;font-weight:650;margin-top:8px}
.example-macros dd small{font-size:11px;font-weight:400;color:var(--muted);letter-spacing:0}
.example-extras{display:grid;grid-template-columns:1fr 1fr;gap:12px;background:#f6f7fb;border-radius:9px;padding:12px}
.example-extras>div{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:11px}
.example-extras dt{color:var(--muted)}.example-extras dd{font-weight:650}
.example-meal{display:flex;gap:11px;align-items:center;padding:18px 0;font-size:12px}
.meal-symbol{height:33px;width:33px;background:#fff1ed;color:#975447;border-radius:10px;display:grid;place-items:center;font-size:21px}
.example-meal>div{flex:1}.example-meal strong{font-weight:650}.example-meal>div>span{display:block;font-size:10px;color:var(--muted);margin-top:4px}
.logged-label{font-size:9px;color:var(--muted)}
.example-add{background:var(--soft);border-radius:11px;color:var(--blue-hover);padding:12px;text-align:center;font-size:12px;font-weight:650}
.example-add>span{font-size:16px;margin-right:5px}
figcaption{font-size:10px;color:var(--muted);text-align:center;line-height:1.6;margin:15px 22px 0}
.feature-section{padding:40px 0 90px;border-top:1px solid var(--line)}
.section-heading{max-width:590px;margin-bottom:35px}
.section-heading h2,.choice-section h2,.privacy-section h2{font-size:clamp(30px,3.4vw,44px);letter-spacing:-1.8px;line-height:1.13;margin:13px 0 18px;font-weight:750}
.section-heading>p:last-child,.choice-section>div>p:last-child{font-size:16px;color:var(--muted)}
.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.feature-card{padding:28px 25px;background:#fff;border:1px solid var(--line);border-radius:20px}
.feature-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}
.feature-icon{width:48px;height:48px;display:grid;place-items:center;background:var(--soft);border-radius:14px;color:var(--blue)}
.feature-number{font-size:12px;color:#6a7589;font-weight:650}
.feature-card:nth-child(2) .feature-icon{background:#fff0ea;color:#a44331}
.feature-card:nth-child(3) .feature-icon{background:#f1edfc;color:#6b5499}
.feature-card h3{font-size:19px;line-height:1.35;letter-spacing:-.5px;margin-bottom:13px}
.feature-card>p{font-size:14px;color:var(--muted)}
.feature-card .feature-detail{font-size:12px;margin-top:19px;padding-top:17px;border-top:1px solid var(--line)}
.choice-section{display:grid;grid-template-columns:1fr 1fr;gap:75px;padding:58px 48px;margin-bottom:90px;border-radius:28px;background:#edf1fc}
.choice-list{padding:0;list-style:none;display:flex;flex-direction:column;gap:26px;margin:0}
.choice-list>li{display:flex;gap:12px}.choice-list>li>span{background:#fff;color:var(--blue);width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:12px;flex-shrink:0}
.choice-list strong{font-size:15px}.choice-list p{font-size:13px;color:var(--muted);margin-top:6px}
.install-section{padding:0 0 85px}
.install-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.install-card{background:#fff;border:1px solid var(--line);padding:30px;border-radius:20px}
.device-tag{font-size:11px;color:var(--blue-hover);font-weight:650;display:block;margin-bottom:11px}
.install-card h3{font-size:23px;letter-spacing:-.7px}
.install-card ol{padding-left:22px;margin:22px 0 0}
.install-card li{font-size:14px;line-height:1.7;padding-left:5px;margin-bottom:16px;color:var(--muted)}
.install-card li::marker{color:var(--blue);font-weight:750}
.install-card li strong{color:var(--ink);font-weight:650}
.install-card li a{display:inline-block;padding:10px 0}
.install-note{font-size:12px;color:var(--muted);padding-top:16px;margin-top:8px;border-top:1px solid var(--line)}
.install-prompt{margin-top:18px}
.privacy-section{display:grid;grid-template-columns:1fr 1.2fr;gap:75px;padding:55px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.privacy-copy p{font-size:14px;color:var(--muted);margin-bottom:17px}
.privacy-copy .health-note{font-size:12px;margin-bottom:0}
.closing-section{text-align:center;padding:85px 20px 70px}
.closing-section h2{font-size:clamp(34px,4vw,51px);line-height:1.1;letter-spacing:-2px;margin:17px 0 26px}
.closing-section .access-note{margin-top:17px}
.share-section{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:45px;padding:30px 32px;background:var(--soft);border-radius:20px;margin-bottom:40px}
.share-section h2{font-size:21px;letter-spacing:-.65px;line-height:1.35}.share-section p{font-size:13px;color:var(--muted);margin-top:8px}
.share-controls{display:flex;flex-wrap:wrap;align-items:center;gap:10px}
.share-controls label{width:100%;font-size:11px;font-weight:600;color:var(--muted)}
.share-controls input{width:100%;padding:12px;min-height:44px;color:var(--ink);border:1px solid #929db4;background:#fff;border-radius:9px;font-size:16px;min-width:0}
.action-status{font-size:12px;line-height:1.6;color:var(--muted);min-height:0}
.action-status:empty{display:none}
.site-footer{display:flex;align-items:center;gap:24px;border-top:1px solid var(--line);padding:25px 0 calc(25px + env(safe-area-inset-bottom))}
.site-footer .wordmark{font-size:17px;letter-spacing:-.65px}.site-footer .wordmark img{border-radius:8px}
.site-footer p{font-size:12px;color:var(--muted)}.site-footer nav{display:flex;align-items:center;gap:24px;margin-left:auto}.site-footer nav a{display:flex;align-items:center;min-height:44px;font-size:12px;color:var(--muted)}
@media(max-width:1000px){.hero{gap:38px}h1{font-size:55px;letter-spacing:-3px}.hero-description{font-size:16px}.hero-actions{flex-direction:column;align-items:flex-start}.feature-card{padding:24px 20px}.choice-section{gap:35px;padding:40px}.privacy-section{gap:35px}.site-footer p{display:none}}
@media(max-width:760px){.site-wrap{padding-left:max(24px,env(safe-area-inset-left));padding-right:max(24px,env(safe-area-inset-right))}.site-header{min-height:84px}.site-header nav{gap:12px}.site-header nav>a:first-child{display:none}.wordmark{font-size:20px}.site-header nav a{font-size:12px}.hero{grid-template-columns:1fr;gap:46px;padding:46px 0 66px}.hero-copy{max-width:550px}h1{font-size:clamp(44px,9.8vw,66px);letter-spacing:-2.8px}.hero-description{font-size:17px;max-width:520px}.hero-actions{flex-direction:row;align-items:stretch}.hero-actions .button{flex:1;min-width:160px}.diary-figure{max-width:415px}.feature-section{padding:38px 0 54px}.feature-grid{grid-template-columns:1fr;gap:14px}.feature-card{padding:24px}.feature-top{margin-bottom:18px}.feature-card h3{font-size:21px}.feature-card .feature-detail{margin-top:15px;padding-top:13px}.choice-section{grid-template-columns:1fr;gap:28px;padding:30px 25px;margin-bottom:58px}.section-heading h2,.choice-section h2,.privacy-section h2{letter-spacing:-1.3px}.install-section{padding-bottom:58px}.install-grid{grid-template-columns:1fr;gap:16px}.install-card{padding:26px}.privacy-section{grid-template-columns:1fr;gap:13px;padding:38px 0}.closing-section{padding:55px 0 45px}.share-section{grid-template-columns:1fr;gap:22px;padding:26px;margin-bottom:25px}.site-footer{gap:12px;flex-wrap:wrap}.site-footer nav{gap:18px}.site-footer nav a{font-size:11px}}
@media(max-width:380px){.site-wrap{padding-left:max(18px,env(safe-area-inset-left));padding-right:max(18px,env(safe-area-inset-right))}.wordmark{font-size:18px;gap:7px}.wordmark img{width:30px;height:30px}.site-header nav a{font-size:11px}h1{font-size:43px;letter-spacing:-2.5px}.hero{padding-top:35px}.hero-actions{flex-direction:column}.button{min-height:48px}.example-diary{padding:17px;border-radius:19px}.example-energy{padding:20px}.example-label{font-size:9px;padding:6px}.example-macros{gap:6px}.example-macros>div{padding:11px 8px}.example-macros dt{font-size:10px}.example-macros dd{font-size:23px}.diary-figure:before{right:-8px}.logged-label{display:none}.choice-section{padding:26px 21px}.install-card{padding:24px 20px}.share-section{padding:24px 20px}.site-footer nav{margin-left:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
