@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&family=Noto+Serif+SC:wght@500;600;700&display=swap');
:root{--bg:#fff8f2;--paper:#fffdfb;--ink:#563b37;--muted:#977e78;--rose:#df8791;--rose-dark:#c66b76;--rose-light:#fce8e6;--peach:#f4c8ad;--sage:#dfead9;--line:#f0e2db;--shadow:0 10px 30px rgba(134,78,69,.09)}
*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:'Noto Sans SC',-apple-system,BlinkMacSystemFont,'PingFang SC',sans-serif}button,input{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible{outline:3px solid #a9c69f;outline-offset:2px}.app-shell{width:min(100%,480px);min-height:100dvh;margin:auto;background:linear-gradient(#fff9f3,#fffaf6 55%,#fff8f2);box-shadow:0 0 55px rgba(81,50,40,.08);position:relative}.page{min-height:100dvh}.bottom-space{height:112px}.hero{height:355px;position:relative;overflow:hidden;background:linear-gradient(180deg,#f8dfcb 0%,#fff2e5 61%,#fff7f0 100%)}.hero:after{content:'';position:absolute;inset:auto 0 0;height:76px;background:linear-gradient(transparent,var(--bg))}.hero-art{position:absolute;inset:0;overflow:hidden}.window{position:absolute;width:52%;height:235px;right:8%;top:-24px;background:linear-gradient(145deg,#d7eef1 0%,#fff6d9 54%,#f7d7b8 100%);border:12px solid #f9ecde;border-top:0;border-radius:0 0 8px 8px;box-shadow:inset 0 0 40px #fffbec,0 12px 35px #dcaf8e55}.window:before,.window:after{content:'';position:absolute;background:#fbecdc}.window:before{height:12px;top:105px;left:0;right:0}.window:after{width:12px;top:0;bottom:0;left:50%}.sun{position:absolute;right:18%;top:48px;color:#fff8bf;font-size:76px;z-index:1;filter:drop-shadow(0 0 18px #fff0a2)}.flower{position:absolute;left:-10px;top:55px;color:#efa5a1;font-size:105px;transform:rotate(-18deg);opacity:.78}.mug{position:absolute;z-index:2;top:211px;font-size:59px;filter:drop-shadow(2px 7px 3px #a9766a2e)}.mug.one{right:26%}.mug.two{right:8%;transform:scale(.87)}.hero-heart{position:absolute;right:24%;top:198px;font-size:42px;color:var(--rose);z-index:3}.hero-copy{position:absolute;z-index:4;bottom:22px;left:24px;right:24px}.eyebrow,.overline{color:#b77f77;font-size:10px;font-weight:700;letter-spacing:.18em}.hero h1,.inner-hero h1{font-family:'Noto Serif SC',serif;font-size:27px;margin:9px 0 10px;line-height:1.35;color:#613d35;text-shadow:0 1px #fff}.hero h1 span,.section h2 span{color:var(--rose)}.hero p{font-size:14px;line-height:1.6;margin:0;max-width:300px;font-weight:600}.weather-pill{display:inline-block;margin-top:11px;background:#fff9edcc;padding:5px 12px;border-radius:50px;font-size:11px;color:#916e54}.section{padding:24px 20px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-bottom:16px}.section h2,.settings-card h2{font-family:'Noto Serif SC',serif;font-size:20px;line-height:1.4;margin:5px 0;color:#603b36}.section-head p,.settings-card>p{font-size:12px;color:var(--muted);margin:4px 0}.activity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.activity{position:relative;border:1px solid #f6e8df;background:linear-gradient(150deg,#fffefd,#fff4ed);border-radius:18px;min-height:101px;box-shadow:0 4px 12px #b5755e0b;color:var(--ink);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px}.activity:nth-child(4n+3){background:linear-gradient(150deg,#fcfefb,#edf4e9)}.activity.done{border:1.5px solid #db9199;background:linear-gradient(140deg,#fff6f4,#fce5e7)}.activity-icon{font-size:29px;line-height:1.3}.activity strong{font-weight:600;font-size:13px}.activity i{position:absolute;right:8px;top:7px;font-style:normal;background:var(--rose);color:white;width:19px;height:19px;border-radius:50%;font-size:12px;display:grid;place-items:center}.today-card{margin:20px 20px 0;background:linear-gradient(110deg,#fbe2dc,#fff3ed);border-radius:22px;box-shadow:var(--shadow);display:flex;align-items:center;padding:20px 17px;gap:15px}.little-flower{font-size:48px;color:#d88591}.today-card h3{font-family:'Noto Serif SC',serif;font-size:18px;margin:6px 0}.today-card p{font-size:12px;color:#916d66;margin:0;line-height:1.5}.text-button{border:0;background:none;color:var(--rose-dark);font-size:12px;padding:6px}.entry{display:flex;align-items:center;gap:12px;padding:12px 13px;margin:8px 0;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 4px 14px #a96f5c0b}.entry-icon{width:41px;height:41px;display:grid;place-items:center;background:#fff0ed;border-radius:13px;font-size:22px;flex:none}.entry>div{flex:1;min-width:0}.entry strong{font-size:13px;display:block}.entry small{color:var(--muted);font-size:11px}.entry p{font-size:12px;margin:4px 0 0;line-height:1.5}.entry>button{border:0;background:none;color:#baa49d;font-size:21px}.tabbar{position:fixed;z-index:20;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,480px);height:calc(72px + env(safe-area-inset-bottom));padding:6px 10px env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(3,1fr);background:#fffdfbf2;backdrop-filter:blur(15px);border-top:1px solid #f0e3de;box-shadow:0 -5px 26px #aa7d6b12}.tabbar button{border:0;background:none;color:#9b8882;font-size:11px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:0}.tabbar span{font-size:27px;font-family:Arial;line-height:1}.tabbar .active{color:var(--rose-dark);font-weight:700}.inner-hero{height:260px;background:radial-gradient(circle at 83% 12%,#fff7bb 0,#fff5d776 14%,transparent 42%),linear-gradient(135deg,#ffe3d4,#fff8ec 62%,#eaf2e5);padding:50px 25px 24px;position:relative;overflow:hidden}.inner-hero:before{content:'✿';position:absolute;right:-2px;bottom:-24px;font-size:175px;color:#eeb9aa77;transform:rotate(24deg)}.inner-hero:after{content:'☕    ♡    ☕';position:absolute;right:24px;bottom:18px;font-size:30px;opacity:.8}.inner-hero h1{font-size:30px;position:relative;z-index:1}.inner-hero p{font-size:12px;color:#8c6860}.decor-flower{position:absolute;top:16px;right:20px;font-size:36px;color:#d88d95}.report-tabs{display:flex;margin:20px 20px 0;border-radius:14px;background:#f9ece7;padding:4px;gap:4px}.report-tabs button{flex:1;background:none;border:0;border-radius:11px;color:#aa8981;height:38px;font-size:13px}.report-tabs .active{background:#fff;box-shadow:0 2px 9px #bd928029;color:var(--rose-dark);font-weight:700}.report-paper{margin:18px 20px 0;background:#fffefc;border:1px solid #f3e7db;padding:25px 24px;border-radius:22px;box-shadow:var(--shadow);position:relative}.report-paper:after{content:'♡';position:absolute;right:23px;top:21px;color:#e8adb3;font-size:27px}.report-date{font-size:11px;color:var(--rose-dark)}.report-paper h2{font-family:'Noto Serif SC',serif;font-size:24px;margin:9px 0 17px}.letter{font-family:'Noto Serif SC',serif;font-size:13px;line-height:2;color:#74534e;margin:0}.report-stats{display:flex;gap:10px;margin-top:22px;border-top:1px dashed #edd8d2;padding-top:16px}.report-stats div{flex:1;text-align:center}.report-stats b{display:block;color:#c77882;font-size:19px}.report-stats span{font-size:11px;color:#a18a81}.week-strip{margin:17px 20px 0;display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.day-tile{background:#fffdfb;border-radius:12px;text-align:center;padding:7px 1px;color:#b4a39b;border:1px solid var(--line)}.day-tile.has{background:#fff0ee;color:#ba6f7a}.day-tile small,.day-tile span,.day-tile i{display:block}.day-tile small{font-size:9px}.day-tile span{font-size:13px;font-weight:700}.day-tile i{font-size:15px;font-style:normal}.memory-day{font-size:11px;color:#ac8c82;margin:18px 2px 2px}.empty{text-align:center;color:#ac8e84;padding:45px 20px}.empty span{font-size:39px;color:#e2adb0}.empty p{font-size:13px;line-height:2}.settings-hero{height:275px}.settings-hero h1{font-size:35px}.settings-hero .cups{font-size:38px;margin-top:35px;letter-spacing:5px}.settings-hero:after{content:''}.settings-card{margin:18px 20px 0;background:#fffefd;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:21px 17px}.settings-card:first-of-type{margin-top:-18px;position:relative;z-index:1}.settings-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:18px 0 13px}.settings-activity{border:1px solid #f5e5df;border-radius:13px;background:#fff7f4;min-height:69px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--ink)}.settings-activity:nth-child(4n+3){background:#f2f6ed}.settings-activity.hidden{opacity:.38}.settings-activity span{font-size:23px}.settings-activity strong{font-size:10px;font-weight:500}.add-button{width:100%;border:0;background:#fbe7e8;color:#a45865;border-radius:14px;height:43px;font-weight:700;font-size:12px}.hint{color:#ad9690;text-align:center;font-size:11px;margin:9px 0 0}.setting-row{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:54px;background:none;border:0;border-top:1px solid var(--line);text-align:left;padding:8px 0;color:var(--ink);font-size:13px}.setting-row:first-of-type{margin-top:17px}.setting-row b{font-weight:500;color:#ad767e}.setting-row small{display:block;font-size:10px;color:#a99690}.switch{position:relative;width:44px;height:26px;flex:none}.switch input{opacity:0;position:absolute}.switch i{position:absolute;inset:0;background:#decfca;border-radius:30px}.switch i:after{content:'';position:absolute;width:20px;height:20px;background:white;border-radius:50%;top:3px;left:3px;transition:transform .2s}.switch input:checked+i{background:var(--rose)}.switch input:checked+i:after{transform:translateX(18px)}.privacy{display:flex;gap:12px;align-items:center}.privacy>span{font-size:28px;color:var(--rose);background:#fce8e8;border-radius:50%;width:44px;height:44px;display:grid;place-items:center;flex:none}.privacy h2{font-size:16px}.privacy p{font-size:11px;margin:3px 0;color:var(--muted)}.backup{display:flex;gap:12px;margin:16px 20px}.backup button{flex:1;border:1px solid #e7c9c5;color:#a36870;background:#fffaf7;border-radius:12px;height:41px;font-size:12px}.overlay{position:fixed;z-index:30;inset:0;background:#3c292999;display:flex;align-items:end;justify-content:center}.sheet{width:min(100%,480px);background:#fffdfb;border-radius:26px 26px 0 0;padding:17px 20px calc(24px + env(safe-area-inset-bottom));max-height:92dvh;overflow-y:auto;box-shadow:0 -8px 36px #402e2d2e;position:relative}.handle{width:43px;height:5px;border-radius:9px;background:#e8ddd9;margin:0 auto 14px}.close{position:absolute;right:17px;top:16px;border:0;background:none;font-size:25px;color:#aa9691}.sheet-icon{font-size:41px;text-align:center}.sheet h2{text-align:center;font-family:'Noto Serif SC',serif;font-size:23px;margin:6px 0}.sheet>p{text-align:center;font-size:13px;color:#997974;margin:0 0 22px}.sheet h3{font-size:14px;margin:10px 0 12px}.duration-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.duration-grid button{height:43px;border:1px solid #f5e6de;border-radius:13px;background:#fff7f4;color:#634641;font-size:12px}.duration-grid button.selected,.choice.selected{background:#d9848e;color:white;border-color:#d9848e}.field{display:block;font-size:13px;font-weight:600;margin:21px 0 0}.field span{font-size:11px;font-weight:400;color:#ab9691}.field input{display:block;width:100%;height:45px;border:1px solid #e9dcd7;background:white;border-radius:11px;padding:0 13px;margin-top:8px;font-size:13px;color:var(--ink)}.primary{width:100%;height:49px;background:#d9848e;color:#fff;border:0;border-radius:14px;font-weight:700;margin-top:20px;box-shadow:0 7px 15px #d9848e40}.sheet-tip{display:block;text-align:center;margin-top:12px;color:#a4938d;font-size:11px}.sheet.compact{padding-bottom:calc(28px + env(safe-area-inset-bottom))}.check-row{display:flex;gap:8px;align-items:center;margin-top:19px;font-size:13px}.danger{display:block;border:0;background:none;color:#b87979;margin:16px auto 0;font-size:12px}.choice{display:block;width:100%;padding:16px;border:1px solid #efdbd5;background:#fff7f4;border-radius:14px;text-align:left;color:#654843;margin-top:11px}.choice small{display:block;margin-top:3px;opacity:.74}.toast{position:fixed;z-index:40;bottom:calc(88px + env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);width:min(calc(100% - 45px),420px);background:#654842;color:white;border-radius:15px;padding:14px 17px;box-shadow:0 8px 27px #4b2e2b38;font-size:13px;line-height:1.6;text-align:center}
@media(max-width:360px){.hero h1{font-size:23px}.activity-grid{gap:7px}.activity{min-height:90px}.activity strong{font-size:11px}.settings-grid{grid-template-columns:repeat(3,1fr)}}

/* Our photo and the little note shown after a successful cloud save. */
.hero{height:410px;background:#f8ede9}.hero:after{height:230px;background:linear-gradient(transparent,#fff7f0 93%)}.hero-portrait{display:block;width:100%;height:100%;object-fit:cover;object-position:center 30%;filter:saturate(.9)}.hero-art .window,.hero-art .mug,.hero-art .sun,.hero-art .hero-heart{display:none}.hero-art .flower{z-index:1;top:16px;left:13px;font-size:62px;opacity:.7}.hero-copy{bottom:19px}.hero h1,.hero p{color:#563d3b;text-shadow:0 1px 9px #fff,0 0 4px #fff}.hero .eyebrow{color:#875f5f}
.love-overlay{align-items:center;padding:22px}.love-card{width:min(100%,420px);overflow:hidden;border-radius:27px;background:#fffaf5;box-shadow:0 24px 70px #3d262b55}.love-card>img{display:block;width:100%;height:min(46dvh,350px);object-fit:cover;object-position:center 28%}.love-card-copy{padding:23px 23px 27px;text-align:center;background:linear-gradient(150deg,#fff9f2,#fff0ed)}.love-card h2{font-family:'Noto Serif SC',serif;font-size:24px;color:#68413e;margin:10px 0}.love-card p{font-size:15px;line-height:1.85;color:#7b5854;margin:9px 0 5px}.love-card .primary{margin-top:18px}
.login-page{width:min(100%,480px);min-height:100dvh;margin:auto;background:linear-gradient(#fff7ef,#fff1ed);padding-bottom:28px}.login-photo{height:min(49dvh,430px);overflow:hidden;position:relative}.login-photo:after{content:'';position:absolute;inset:auto 0 0;height:110px;background:linear-gradient(transparent,#fff7ef)}.login-photo img{width:100%;height:100%;object-fit:cover;object-position:center 28%}.login-card{position:relative;margin:-28px 20px 0;padding:24px 23px 25px;border-radius:24px;background:#fffcf8;box-shadow:0 13px 40px #9c6c6b22;text-align:center}.login-card h1{font-family:'Noto Serif SC',serif;font-size:27px;color:#68413e;margin:8px 0}.login-card p{font-size:13px;color:#957673}.login-card .field{text-align:left}.login-card small{display:block;margin-top:15px;color:#a7908d;font-size:11px}.login-card .login-error{color:#a94a59}.loading-home{min-height:100dvh;display:grid;place-items:center;background:#fff7f0;color:#a57876;font-size:16px}.primary:disabled{opacity:.65;cursor:wait}
.poster-button{display:block;width:100%;height:45px;margin-top:19px;border:0;border-radius:13px;background:#d9848e;color:#fff;font-weight:700;font-size:13px;box-shadow:0 5px 12px #d9848e32}.poster-overlay{align-items:center;padding:12px}.poster-sheet{width:min(100%,420px);max-height:94dvh;overflow:auto;background:#fffaf7;border-radius:20px;padding:15px;box-shadow:0 15px 50px #3c29294d}.poster-top{display:flex;justify-content:space-between;align-items:center;padding:1px 2px 13px;color:#714d48;font-size:14px}.poster-top button{border:0;background:none;font-size:24px;color:#a68e88}.poster-preview{max-height:65dvh;overflow:auto;background:#f3e3df;border-radius:13px;text-align:center}.poster-preview img{display:block;width:100%;height:auto}.poster-actions{display:flex;gap:9px;margin-top:14px}.poster-actions button{flex:1;height:42px;border:0;border-radius:11px;background:#d9848e;color:white;font-size:12px;font-weight:700}.poster-actions button+button{background:#f4e0dc;color:#9d5d65}.poster-sheet>p{text-align:center;font-size:11px;color:#a58d86;margin:12px 0 0}
