@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Lora:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap";:root{--sage-50: #f4f7f4;--sage-100: #e8ede8;--sage-200: #c7cfc7;--sage-300: #a3b0a3;--sage-400: #7d8f7d;--sage-500: #5f7260;--sage-600: #4b5b4c;--sage-700: #3e4a3f;--sage-800: #343d35;--sage-900: #2d342e;--stone-50: #fafaf9;--stone-100: #f3f1f0;--stone-200: #e7e5e4;--stone-300: #d6d3d1;--stone-400: #a8a29e;--stone-500: #78716b;--stone-600: #57534e;--stone-700: #49413e;--stone-800: #292524;--stone-900: #1c1917;--amber-50: #fffbeb;--amber-100: #fef3c6;--amber-500: #f59e0b;--indigo-50: #eef2ff;--indigo-600: #4f46e5;--nav-height: 56px;--nav-height-safe: calc(56px + env(safe-area-inset-bottom)) }*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Inter,ui-sans-serif,system-ui,sans-serif;background:var(--stone-50);color:var(--stone-900);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}body,#root{min-height:100vh;min-height:100dvh}a{color:var(--sage-600);text-decoration:none}a:active{opacity:.7}.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:100;height:var(--nav-height-safe);background:#fafaf9eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--stone-200);display:flex;justify-content:space-around;align-items:flex-start;padding-top:6px;padding-bottom:env(safe-area-inset-bottom)}.bottom-nav-tab{display:flex;flex-direction:column;align-items:center;gap:2px;padding:4px 12px;color:var(--stone-400);text-decoration:none;transition:color .15s ease;-webkit-tap-highlight-color:transparent}.bottom-nav-tab.active{color:var(--sage-600)}.bottom-nav-tab:active{opacity:.7}.bottom-nav-label{font-size:.62rem;font-weight:500;letter-spacing:.02em}.app-layout{min-height:100vh;min-height:100dvh}.app-main{padding-bottom:var(--nav-height-safe)}.home{min-height:100vh;min-height:100dvh}.home-inner{max-width:500px;margin:0 auto;padding:2.5rem 1.25rem 2rem;display:flex;flex-direction:column;gap:.75rem}.home-greeting{margin-bottom:.5rem}.home-greeting h1{font-family:Lora,Georgia,serif;font-size:1.6rem;font-weight:500;color:var(--stone-900);line-height:1.2}.home-date{font-size:.85rem;color:var(--stone-400);margin-top:.15rem}.home-card{background:#fff;border-radius:14px;border:1px solid var(--stone-200);padding:1rem 1.1rem;text-decoration:none;color:inherit;display:block}.home-card-label{font-size:.6rem;text-transform:uppercase;letter-spacing:.12em;color:var(--sage-500);font-weight:600;margin-bottom:.35rem}.home-card-arrow{color:var(--stone-300);font-size:1.3rem;flex-shrink:0}.home-digest-card{display:flex;flex-direction:column;gap:.4rem;position:relative;background:var(--sage-50);border-color:var(--sage-200)}.home-digest-card h3{font-family:Lora,Georgia,serif;font-size:1.05rem;font-weight:500;color:var(--stone-800);line-height:1.3;padding-right:1.5rem}.home-digest-card .home-card-arrow{position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.home-digest-takeaways{display:flex;flex-wrap:wrap;gap:.3rem}.home-takeaway-pill{font-size:.7rem;color:var(--sage-700);background:var(--sage-100);padding:.15rem .5rem;border-radius:100px;font-weight:500}.home-cycle-card{display:flex;flex-direction:column;gap:.5rem}.home-cycle-info{display:flex;justify-content:space-between;align-items:baseline}.home-cycle-day{font-size:.95rem;font-weight:600;color:var(--stone-800)}.home-cycle-until{font-size:.72rem;color:var(--stone-400)}.home-cycle-dots{display:flex;gap:4px}.home-cycle-dot{flex:1;height:5px;border-radius:100px;background:var(--stone-200)}.home-cycle-dot.filled{background:var(--sage-400)}.home-metrics-card{display:flex;flex-direction:column;gap:.5rem}.home-metrics-row{display:flex;gap:.5rem}.home-metric-item{flex:1;text-align:center;padding:.5rem .25rem;background:var(--stone-50);border-radius:10px}.home-metric-value{display:block;font-family:Lora,Georgia,serif;font-size:1.15rem;font-weight:500;color:var(--stone-800);line-height:1;margin-bottom:.2rem}.home-metric-label{display:block;font-size:.58rem;text-transform:uppercase;letter-spacing:.04em;color:var(--stone-400);font-weight:500}.home-record-context{font-size:.82rem;color:var(--stone-500);line-height:1.5;margin-bottom:-.25rem}.home-record-card{display:flex;align-items:center;gap:.75rem;background:var(--sage-600);border-color:var(--sage-700);color:#fff}.home-record-card .home-card-arrow{color:#ffffff80;margin-left:auto}.home-record-icon{width:40px;height:40px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-record-card h3{font-size:.9rem;font-weight:600}.home-record-card p{font-size:.75rem;opacity:.7;margin-top:.1rem}.home-memory-card{background:linear-gradient(135deg,var(--amber-50) 0%,white 100%);border-color:var(--stone-200)}.home-memory-quote{font-family:Lora,Georgia,serif;font-size:.95rem;font-style:italic;color:var(--stone-700);line-height:1.5;margin-bottom:.4rem}.home-memory-meta{font-size:.7rem;color:var(--stone-400)}.timeline-page{min-height:100vh;min-height:100dvh}.timeline-inner{max-width:500px;margin:0 auto;padding:2.5rem 1.25rem 2rem}.timeline-title{font-family:Lora,Georgia,serif;font-size:1.6rem;font-weight:500;color:var(--stone-900);margin-bottom:1.25rem}.tl-milestone-teaser{background:var(--sage-50);border:1px solid var(--sage-200);border-radius:12px;padding:.75rem 1rem;margin-bottom:1.25rem}.tl-teaser-text{font-size:.78rem;font-weight:500;color:var(--sage-700);display:block;margin-bottom:.5rem}.tl-teaser-dots{display:flex;gap:4px}.tl-teaser-dot{flex:1;height:5px;border-radius:100px;background:var(--sage-200)}.tl-teaser-dot.filled{background:var(--sage-500)}.timeline-feed{display:flex;flex-direction:column;gap:0;position:relative;padding-left:28px}.timeline-feed:before{content:"";position:absolute;left:11px;top:4px;bottom:4px;width:2px;background:var(--stone-200)}.tl-entry{position:relative;padding-bottom:.6rem}.tl-entry:last-child{padding-bottom:0}.tl-entry:before{content:"";position:absolute;left:-20px;top:14px;width:8px;height:8px;border-radius:50%;background:var(--sage-400);z-index:1}.tl-entry--milestone:before{width:10px;height:10px;left:-21px;top:13px;background:var(--sage-600)}.tl-digest-card{background:#fff;border-radius:14px;border:1px solid var(--stone-200);padding:.9rem 1rem;text-decoration:none;color:inherit;display:block;transition:box-shadow .12s ease}.tl-digest-card:active{box-shadow:0 0 0 2px var(--sage-200)}.tl-digest-date{font-size:.72rem;font-weight:600;color:var(--stone-800);margin-bottom:.15rem}.tl-digest-headline{font-family:Lora,Georgia,serif;font-size:.95rem;font-weight:500;color:var(--stone-800);line-height:1.3;margin-bottom:.4rem}.tl-digest-takeaways{display:flex;flex-wrap:wrap;gap:.25rem}.tl-takeaway-pill{font-size:.62rem;color:var(--sage-700);background:var(--sage-50);padding:.12rem .4rem;border-radius:100px;font-weight:500;white-space:nowrap}.tl-milestone-card{background:var(--sage-50);border:1px solid var(--sage-200);border-radius:16px;padding:1.25rem 1.15rem;text-decoration:none;color:inherit;display:block;transition:box-shadow .12s ease}.tl-milestone-card:active{box-shadow:0 0 0 2px var(--sage-300)}.tl-milestone-label{font-size:.58rem;text-transform:uppercase;letter-spacing:.15em;color:var(--sage-500);font-weight:600;margin-bottom:.35rem}.tl-milestone-title{font-family:Lora,Georgia,serif;font-size:1.05rem;font-weight:500;color:var(--sage-800);line-height:1.3;margin-bottom:.3rem}.tl-milestone-stats{display:flex;gap:.35rem;font-size:.72rem;color:var(--stone-500);margin-bottom:.5rem}.tl-milestone-theme{font-size:.82rem;font-weight:500;color:var(--sage-700);padding:.3rem .6rem;background:var(--sage-100);border-radius:8px;display:inline-block;margin-bottom:.5rem}.tl-milestone-quote{font-family:Lora,Georgia,serif;font-size:.82rem;font-style:italic;color:var(--stone-600);line-height:1.4;padding-top:.4rem;border-top:1px solid var(--sage-200)}.tl-milestone-quote-speaker{font-style:normal;font-family:Inter,sans-serif;font-size:.65rem;color:var(--stone-400);margin-left:.25rem}.digest-detail{background:#faf9f7;min-height:100vh;min-height:100dvh;position:relative;overflow:hidden}.dd-back-btn{position:fixed;top:28px;left:10px;z-index:60;background:#fafaf9d9;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--stone-500);-webkit-tap-highlight-color:transparent;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.dd-progress{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;gap:4px;padding:12px 48px 8px;background:#fafaf9d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.dd-progress-dot{flex:1;height:2px;border-radius:100px;background:#e5e3df;transition:background .3s ease}.dd-progress-dot.active,.dd-progress-dot.completed{background:#b8b5af}.dd-slide{min-height:100vh;min-height:100dvh;animation:ddFadeIn .3s ease-out}@keyframes ddFadeIn{0%{opacity:0}to{opacity:1}}.dd-slide-inner{max-width:500px;margin:0 auto;padding:56px 28px 120px}.dd-cover{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:60px 28px}.dd-cover h1{font-family:Libre Baskerville,Lora,Georgia,serif;font-size:2rem;font-weight:400;line-height:1.2;margin-bottom:8px;color:#2c2c2c}.dd-cover-headline{font-size:.95rem;color:#9d9a94;font-weight:300}.dd-cover-hint{position:absolute;bottom:50px;font-size:.8rem;color:#b8b5af;font-weight:300}.dd-label{font-size:.65rem;font-weight:500;text-transform:uppercase;letter-spacing:1.5px;color:#9d9a94;margin-bottom:12px}.dd-slide h2{font-family:Lora,Georgia,serif;font-size:1.35rem;font-weight:400;line-height:1.3;margin-bottom:16px;color:#2c2c2c}.dd-body{font-size:.95rem;line-height:1.7;color:#5c5c5c;font-weight:300;margin-bottom:16px}.dd-takeaway-list{margin-top:20px;display:flex;flex-direction:column;gap:16px}.dd-takeaway{display:flex;gap:12px}.dd-takeaway-num{width:28px;height:28px;background:#efeee9;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:.8rem;flex-shrink:0;color:#7d7a74}.dd-takeaway-text{font-size:.88rem;line-height:1.55;color:#5c5c5c;font-weight:300}.dd-takeaway-text strong{display:block;color:#3d3d3d;font-weight:500;margin-bottom:2px}.dd-reassurance{margin-top:28px;font-size:.78rem;color:#b8b5af;font-style:italic;font-weight:300}.dd-quote{background:#f5f4f0;border-radius:12px;padding:16px 18px;margin:16px 0;font-size:.88rem;line-height:1.75;border-left:2px solid #D9D7D2;color:#5c5c5c}.dd-quote strong{color:#3d3d3d;font-weight:500}.dd-why-box{background:#f5f4f0;border-radius:12px;padding:16px 18px;margin-top:20px}.dd-why-box h3{font-size:.68rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;color:#9d9a94}.dd-why-box p{font-size:.85rem;color:#5c5c5c;line-height:1.6}.dd-experiment-cards{display:flex;flex-direction:column;gap:12px}.dd-experiment-card{border-radius:12px;padding:16px 18px}.dd-experiment-card p{font-size:.88rem;line-height:1.6;color:#4d4d4d;margin-bottom:8px}.dd-experiment-card p:last-child{margin-bottom:0}.dd-card-before{background:#f0efeb}.dd-card-after{background:#f5f4f0;border:1px solid #E5E3DF}.dd-note{margin-top:20px;font-size:.82rem;color:#9d9a94;font-weight:300;line-height:1.6}.dd-note-small{font-size:.82rem;color:#9d9a94;margin-bottom:16px}.dd-metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.dd-metric-card{background:#f5f4f0;border-radius:12px;padding:16px;text-align:center}.dd-metric-value{font-family:Lora,Georgia,serif;font-size:1.5rem;font-weight:400;margin-bottom:4px;color:#3d3d3d}.dd-metric-label{font-size:.62rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;color:#7d7a74}.dd-metric-note{font-size:.65rem;color:#9d9a94;font-weight:300}.dd-context-note{margin-top:20px;font-size:.82rem;color:#7d7a74;line-height:1.6}.dd-context-note strong{font-weight:500}.dd-timeline{margin-top:20px}.dd-timeline-item{position:relative;padding-left:18px;padding-bottom:20px;border-left:1px solid #E5E3DF}.dd-timeline-item:last-child{border-left-color:transparent;padding-bottom:0}.dd-timeline-item:before{content:"";position:absolute;left:-3px;top:4px;width:5px;height:5px;background:#c9c6c0;border-radius:50%}.dd-timeline-label{font-size:.65rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;color:#9d9a94;margin-bottom:4px}.dd-timeline-content{font-size:.85rem;line-height:1.6;color:#5c5c5c;font-weight:300}.dd-closing-message{background:#f5f4f0;border-radius:12px;padding:20px;margin-bottom:20px}.dd-closing-message p{font-size:.88rem;line-height:1.7;color:#5c5c5c;margin-bottom:12px}.dd-closing-message p:last-child{margin-bottom:0}.dd-tomorrow-box{background:#efeee9;border-radius:12px;padding:20px}.dd-tomorrow-box>p{font-size:.85rem;color:#5c5c5c;line-height:1.6;margin-bottom:12px}.dd-tomorrow-example{background:#faf9f7;padding:10px 14px;border-radius:8px;margin:8px 0;font-size:.82rem;color:#5c5c5c;line-height:1.5}.dd-nav{position:fixed;bottom:0;left:0;right:0;z-index:50;padding:16px 20px calc(16px + env(safe-area-inset-bottom));display:flex;justify-content:space-between;align-items:center;background:linear-gradient(to top,#FAF9F7 50%,transparent);pointer-events:none}.dd-nav>*{pointer-events:auto}.dd-nav-prev,.dd-nav-next{width:44px;height:44px;border-radius:50%;background:#efeee9;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#9d9a94;-webkit-tap-highlight-color:transparent}.dd-nav-prev:active,.dd-nav-next:active{background:#e5e3df;transform:scale(.95)}.dd-nav-count{font-size:.78rem;color:#b8b5af;font-weight:300}:root{--sage-50: #f4f7f4;--sage-100: #e8ede8;--sage-200: #c7cfc7;--sage-300: #a3b0a3;--sage-400: #7d8f7d;--sage-500: #5f7260;--sage-600: #4b5b4c;--sage-700: #3e4a3f;--sage-800: #343d35;--sage-900: #2d342e;--stone-50: #fafaf9;--stone-100: #f3f1f0;--stone-200: #e7e5e4;--stone-300: #d6d3d1;--stone-400: #a8a29e;--stone-500: #78716b;--stone-600: #57534e;--stone-700: #49413e;--stone-800: #292524;--stone-900: #1c1917;--amber-50: #fffbeb;--amber-100: #fef3c6;--amber-500: #f59e0b;--indigo-50: #eef2ff;--indigo-600: #4f46e5}.milestone-report{font-family:Inter,ui-sans-serif,system-ui,sans-serif;line-height:1.6;color:var(--stone-900);background:var(--stone-50);min-height:100vh;min-height:100dvh;-webkit-font-smoothing:antialiased;overflow:hidden;position:relative}.milestone-report *{margin:0;padding:0;box-sizing:border-box}.mr-progress{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;gap:3px;padding:8px 10px 6px;background:#fafaf9d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.mr-progress-seg{flex:1;height:3px;border-radius:100px;background:var(--stone-200);overflow:hidden;transition:background .3s ease}.mr-progress-seg.filled{background:var(--sage-500)}.mr-progress-seg.current{background:var(--sage-300)}.mr-slide{height:100vh;height:100dvh;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;animation:slideFadeIn .3s ease-out}@keyframes slideFadeIn{0%{opacity:0}to{opacity:1}}.mr-slide-inner{max-width:500px;margin:0 auto;padding:3rem 1.25rem 6rem;min-height:100%}.mr-slide-inner.centered{display:flex;flex-direction:column;justify-content:center}.mr-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:50;padding:.75rem 1.25rem calc(.75rem + env(safe-area-inset-bottom));display:flex;justify-content:space-between;align-items:center;background:linear-gradient(0deg,var(--stone-50) 60%,transparent 100%);pointer-events:none}.mr-bottom-nav>*{pointer-events:auto}.mr-btn-back{background:none;border:none;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:var(--stone-400);cursor:pointer;padding:.6rem .75rem;-webkit-tap-highlight-color:transparent}.mr-btn-back:active{color:var(--stone-600)}.mr-btn-next{background:var(--sage-600);color:#fff;border:none;border-radius:8px;padding:.65rem 1.5rem;font-family:Inter,sans-serif;font-size:.88rem;font-weight:600;cursor:pointer;transition:transform .1s ease;-webkit-tap-highlight-color:transparent}.mr-btn-next:active{transform:scale(.97)}.mr-hero{background:linear-gradient(160deg,var(--sage-700) 0%,var(--sage-600) 40%,var(--sage-500) 100%);color:#fff;height:100vh;height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem 1.5rem;position:relative;overflow:hidden}.mr-hero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 70%,rgba(255,255,255,.05) 0%,transparent 50%),radial-gradient(circle at 70% 30%,rgba(255,255,255,.03) 0%,transparent 50%);animation:drift 25s ease-in-out infinite}@keyframes drift{0%,to{transform:translate(0)}50%{transform:translate(-2%,2%)}}.mr-hero-content{position:relative;z-index:1;max-width:320px}.mr-hero-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.2em;opacity:.55;margin-bottom:1.5rem;font-weight:500}.mr-hero h1{font-family:Lora,Georgia,serif;font-size:2rem;font-weight:500;line-height:1.25;margin-bottom:.6rem}.mr-hero-dates{font-size:.95rem;opacity:.7;margin-bottom:3rem}.mr-hero-cta{background:#fff;color:var(--sage-700);border:none;border-radius:8px;padding:.8rem 2rem;font-size:.92rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:transform .1s ease}.mr-hero-cta:active{transform:scale(.97)}.mr-celebrate{text-align:center}.mr-celebrate-stats{display:flex;flex-direction:column;gap:1.75rem;margin-bottom:2.5rem}.mr-celebrate-stat-value{font-family:Lora,Georgia,serif;font-size:3rem;font-weight:500;color:var(--sage-600);line-height:1;display:block}.mr-celebrate-stat-label{font-size:.88rem;color:var(--stone-500);margin-top:.2rem;display:block}.mr-celebrate-message{font-family:Lora,Georgia,serif;font-size:1.15rem;font-style:italic;color:var(--stone-700);line-height:1.55;max-width:320px;margin:0 auto}.mr-slide-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;color:var(--sage-500);font-weight:600;margin-bottom:.4rem}.mr-slide-title{font-family:Lora,Georgia,serif;font-size:1.35rem;font-weight:500;color:var(--stone-900);line-height:1.3;margin-bottom:.4rem}.mr-slide-subtitle{font-size:.88rem;color:var(--stone-500);line-height:1.5;margin-bottom:1.5rem}.mr-advice-celebration{background:var(--sage-50);border:1px solid var(--sage-200);border-radius:16px;padding:1.5rem 1.25rem;text-align:center;margin-bottom:1.25rem}.mr-advice-celebration-number{font-family:Lora,Georgia,serif;font-size:2.25rem;font-weight:500;color:var(--sage-600);line-height:1;margin-bottom:.15rem}.mr-advice-celebration-of{font-size:.82rem;color:var(--stone-500);margin-bottom:.6rem}.mr-advice-celebration-msg{font-family:Lora,Georgia,serif;font-size:.92rem;font-style:italic;color:var(--stone-600);line-height:1.5}.mr-advice-list{display:flex;flex-direction:column;gap:.5rem}.mr-advice-card{background:#fff;border-radius:12px;border:1px solid var(--stone-200);padding:.85rem 1rem;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:box-shadow .12s ease;display:flex;align-items:center;gap:.65rem}.mr-advice-card:active{box-shadow:0 0 0 2px var(--sage-200)}.mr-advice-card.tried{border-left:3px solid var(--sage-400);background:var(--sage-50)}.mr-advice-card-body{flex:1;min-width:0}.mr-advice-card-top{display:flex;align-items:center;gap:.4rem;margin-bottom:.2rem}.mr-advice-date{font-size:.65rem;color:var(--stone-400);letter-spacing:.02em}.mr-advice-badge{font-size:.58rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.08rem .4rem;border-radius:100px}.mr-advice-badge.tried{background:var(--sage-200);color:var(--sage-700)}.mr-advice-badge.not-tried{background:var(--stone-100);color:var(--stone-400)}.mr-advice-suggestion{font-size:.85rem;color:var(--stone-700);line-height:1.35}.mr-advice-chevron{flex-shrink:0;color:var(--stone-300);font-size:1.1rem}.mr-sheet-backdrop{position:fixed;inset:0;z-index:200;background:#00000059;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);opacity:0;transition:opacity .25s ease;pointer-events:none}.mr-sheet-backdrop.open{opacity:1;pointer-events:auto}.mr-sheet{position:fixed;bottom:0;left:0;right:0;z-index:201;background:#fff;border-radius:18px 18px 0 0;max-height:88dvh;overflow-y:auto;transform:translateY(100%);transition:transform .3s cubic-bezier(.16,1,.3,1);padding-bottom:env(safe-area-inset-bottom);overscroll-behavior:contain}.mr-sheet.open{transform:translateY(0)}.mr-sheet-handle{display:flex;justify-content:center;padding:.65rem 0 .2rem;position:sticky;top:0;background:#fff;z-index:1;cursor:pointer}.mr-sheet-handle-bar{width:32px;height:4px;border-radius:100px;background:var(--stone-300)}.mr-sheet-content{padding:.5rem 1.5rem 2rem;max-width:460px;margin:0 auto}.mr-sheet-date{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:var(--stone-400);margin-bottom:.6rem}.mr-sheet-section{margin-bottom:1rem}.mr-sheet-section-label{font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600;margin-bottom:.3rem}.mr-sheet-section-label.suggested{color:var(--stone-400)}.mr-sheet-section-label.outcome{color:var(--sage-500)}.mr-sheet-suggestion-text{font-family:Lora,Georgia,serif;font-size:1.1rem;color:var(--stone-800);line-height:1.4;margin-bottom:.6rem}.mr-sheet-outcome{border-radius:12px;padding:.85rem;margin-bottom:.6rem}.mr-sheet-outcome.tried{background:var(--sage-50);border:1px solid var(--sage-200)}.mr-sheet-outcome.not-tried{background:var(--stone-50);border:1px solid var(--stone-200)}.mr-sheet-outcome-badge{display:inline-block;font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.12rem .45rem;border-radius:100px;margin-bottom:.35rem}.mr-sheet-outcome.tried .mr-sheet-outcome-badge{background:var(--sage-200);color:var(--sage-700)}.mr-sheet-outcome.not-tried .mr-sheet-outcome-badge{background:var(--stone-200);color:var(--stone-500)}.mr-sheet-outcome p{font-size:.85rem;line-height:1.5}.mr-sheet-outcome.tried p{color:var(--sage-800)}.mr-sheet-outcome.not-tried p{color:var(--stone-600)}.mr-sheet-impact{font-size:.85rem;color:var(--stone-600);line-height:1.5;padding:.65rem .85rem;background:var(--stone-50);border-radius:10px}.mr-sheet-examples-title{font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;color:var(--stone-400);font-weight:600;margin-bottom:.3rem}.mr-sheet-example{font-size:.82rem;color:var(--stone-600);font-style:italic;padding:.35rem 0;border-bottom:1px solid var(--stone-100);line-height:1.4}.mr-sheet-example:last-child{border-bottom:none}.mr-metric-group{display:flex;flex-direction:column;gap:.65rem}.mr-metric-card{background:#fff;border-radius:14px;border:1px solid var(--stone-200);padding:1rem 1.1rem}.mr-metric-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem}.mr-metric-label{font-size:.88rem;font-weight:600;color:var(--stone-800)}.mr-metric-value{font-size:.75rem;color:var(--stone-400)}.mr-metric-value strong{font-size:.92rem;color:var(--stone-700);font-weight:600}.mr-metric-bar-track{height:6px;background:var(--stone-100);border-radius:100px;overflow:hidden;margin-bottom:.5rem}.mr-metric-bar-fill{height:100%;border-radius:100px;width:0%;transition:width 1s cubic-bezier(.16,1,.3,1)}.mr-metric-bar-fill.encourage{background:var(--sage-500)}.mr-metric-bar-fill.mindful{background:var(--amber-500)}.mr-metric-bar-fill.coaching{background:var(--indigo-600)}.mr-metric-note{font-size:.8rem;color:var(--stone-500);line-height:1.5}.mr-framework-ref{font-size:.72rem;color:var(--stone-400);margin-top:1.25rem;padding-top:.75rem;border-top:1px solid var(--stone-100);line-height:1.5}.mr-framework-ref strong{color:var(--stone-500);font-weight:600}.mr-metric-ratio-card{background:#fff;border-radius:14px;border:1px solid var(--stone-200);padding:1.5rem 1.1rem;text-align:center}.mr-ratio-number{margin:.75rem 0 .5rem}.mr-ratio-big{font-family:Lora,Georgia,serif;font-size:3rem;font-weight:500;color:var(--stone-800);line-height:1}.mr-ratio-to{font-family:Lora,Georgia,serif;font-size:1.2rem;color:var(--stone-400)}.mr-metric-ratio-visual{display:flex;gap:5px;justify-content:center;margin:.75rem 0}.mr-metric-ratio-dot{width:16px;height:16px;border-radius:50%}.mr-metric-ratio-dot.positive{background:var(--sage-400)}.mr-metric-ratio-dot.negative{background:var(--stone-300)}.mr-metric-ratio-legend{display:flex;justify-content:center;gap:1.25rem;margin-bottom:.75rem;font-size:.72rem;color:var(--stone-400)}.mr-metric-ratio-legend span:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.3rem;vertical-align:middle}.mr-metric-ratio-legend .pos:before{background:var(--sage-400)}.mr-metric-ratio-legend .neg:before{background:var(--stone-300)}.mr-vocab-words{display:flex;flex-wrap:wrap;gap:.35rem;margin:.5rem 0 .6rem}.mr-vocab-word{background:var(--indigo-50);color:var(--indigo-600);padding:.25rem .6rem;border-radius:100px;font-size:.78rem;font-weight:500}.mr-memories-bg{background:linear-gradient(180deg,var(--stone-50) 0%,var(--amber-50) 15%,#fffef7 85%,var(--stone-50) 100%)}.mr-quotes-list{display:flex;flex-direction:column;gap:1rem}.mr-quote-card{background:#fff;border-radius:14px;padding:1.15rem 1rem;box-shadow:0 1px 3px #0000000d;position:relative}.mr-quote-card:nth-child(odd){transform:rotate(-.3deg)}.mr-quote-card:nth-child(2n){transform:rotate(.3deg)}.mr-quote-mark{position:absolute;top:.3rem;left:.75rem;font-size:2rem;line-height:1;color:var(--amber-500);opacity:.12;font-family:Lora,Georgia,serif}.mr-quote-text{font-family:Lora,Georgia,serif;font-size:1rem;font-style:italic;color:var(--stone-800);line-height:1.45;margin-bottom:.5rem}.mr-quote-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.mr-quote-speaker{font-size:.75rem;font-weight:600;color:var(--stone-700)}.mr-quote-date-tag{font-size:.62rem;color:var(--stone-400);background:var(--stone-100);padding:.1rem .4rem;border-radius:100px}.mr-quote-context{font-size:.75rem;color:var(--stone-400);margin-top:.3rem;line-height:1.4}.mr-focus-theme{background:var(--sage-50);border:1px solid var(--sage-200);border-radius:16px;padding:1.5rem 1.25rem;text-align:center;margin-bottom:1rem}.mr-focus-theme-label{font-size:.6rem;text-transform:uppercase;letter-spacing:.15em;color:var(--sage-500);font-weight:600;margin-bottom:.5rem}.mr-focus-theme h3{font-family:Lora,Georgia,serif;font-size:1.25rem;font-weight:500;color:var(--sage-700);margin-bottom:.75rem;line-height:1.3}.mr-focus-theme p{font-size:.85rem;color:var(--stone-600);line-height:1.6;text-align:left}.mr-focus-suggestions{display:flex;flex-direction:column;gap:.6rem}.mr-focus-suggestion-card{background:#fff;border-radius:14px;border:1px solid var(--stone-200);padding:1.1rem}.mr-focus-suggestion-top{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.mr-focus-suggestion-number{width:22px;height:22px;border-radius:50%;background:var(--sage-600);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:600;flex-shrink:0}.mr-framework-badge{font-size:.58rem;text-transform:uppercase;letter-spacing:.04em;color:var(--sage-500);background:var(--sage-50);padding:.1rem .4rem;border-radius:100px;font-weight:600}.mr-focus-suggestion-card h4{font-family:Lora,Georgia,serif;font-size:.92rem;font-weight:500;color:var(--stone-800);margin-bottom:.3rem}.mr-focus-suggestion-card>p{font-size:.82rem;color:var(--stone-500);line-height:1.5;margin-bottom:.6rem}.mr-focus-phrases{display:flex;flex-direction:column;gap:.3rem}.mr-focus-phrase{font-size:.8rem;color:var(--sage-700);background:var(--sage-50);padding:.4rem .65rem;border-radius:10px;font-style:italic;line-height:1.4}.mr-end{text-align:center}.mr-end-title{font-family:Lora,Georgia,serif;font-size:1.5rem;font-weight:500;color:var(--stone-800);margin-bottom:.75rem}.mr-end-body{font-size:.9rem;color:var(--stone-500);line-height:1.6;margin-bottom:2rem;max-width:300px;margin-left:auto;margin-right:auto}.mr-end-restart{background:none;border:1px solid var(--stone-200);border-radius:8px;padding:.6rem 1.5rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:var(--stone-500);cursor:pointer}.mr-loading{height:100vh;height:100dvh;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,var(--sage-700) 0%,var(--sage-600) 40%,var(--sage-500) 100%)}.mr-loading-pulse{width:48px;height:48px;border-radius:50%;background:#ffffff40;animation:loadingPulse 1.2s ease-in-out infinite}@keyframes loadingPulse{0%,to{transform:scale(.8);opacity:.4}50%{transform:scale(1.2);opacity:.8}}.mr-error{height:100vh;height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.mr-error h2{font-family:Lora,Georgia,serif;font-size:1.35rem;font-weight:500;color:var(--stone-800);margin-bottom:.5rem}.mr-error p{font-size:.88rem;color:var(--stone-500);margin-bottom:1.5rem;max-width:300px}.mr-error-retry{background:var(--sage-600);color:#fff;border:none;border-radius:8px;padding:.65rem 1.5rem;font-family:Inter,sans-serif;font-size:.88rem;font-weight:600;cursor:pointer}@media(min-width:640px){.mr-hero h1{font-size:2.4rem}.mr-slide-inner{padding:3.5rem 1.5rem 6rem}}.progress-page{min-height:100vh;min-height:100dvh}.progress-inner{max-width:500px;margin:0 auto;padding:2.5rem 1.25rem 2rem}.progress-title{font-family:Lora,Georgia,serif;font-size:1.6rem;font-weight:500;color:var(--stone-900);margin-bottom:1.25rem}.progress-section{margin-bottom:2rem}.progress-section-title{font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:var(--stone-400);font-weight:600;margin-bottom:.6rem}.progress-section-subtitle{font-size:.78rem;color:var(--stone-400);margin-bottom:1rem}.progress-streak{display:flex;align-items:baseline;gap:.35rem;margin-bottom:1rem}.progress-streak-num{font-family:Lora,Georgia,serif;font-size:2.5rem;font-weight:500;color:var(--sage-600);line-height:1}.progress-streak-label{font-size:.85rem;color:var(--stone-500)}.progress-calendar{background:#fff;border:1px solid var(--stone-200);border-radius:14px;padding:1rem;margin-bottom:.75rem}.progress-cal-day-labels{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;margin-bottom:3px}.progress-cal-day-label{text-align:center;font-size:.55rem;color:var(--stone-400);font-weight:500}.progress-cal-grid{display:flex;flex-direction:column;gap:3px}.progress-cal-week{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.progress-cal-cell{aspect-ratio:1;border-radius:4px;display:flex;align-items:center;justify-content:center;position:relative}.progress-cal-cell.empty{background:transparent}.progress-cal-cell.heat-none{background:var(--stone-100)}.progress-cal-cell.heat-low{background:var(--sage-200)}.progress-cal-cell.heat-med{background:var(--sage-400)}.progress-cal-cell.heat-high{background:var(--sage-600)}.progress-cal-minutes{font-size:.5rem;font-weight:600;color:#fff;line-height:1}.progress-cal-cell.heat-low .progress-cal-minutes{color:var(--sage-700)}.progress-cal-legend{display:flex;align-items:center;justify-content:flex-end;gap:3px;margin-top:8px}.progress-cal-legend-label{font-size:.55rem;color:var(--stone-400);margin:0 2px}.progress-cal-cell.legend{width:12px;height:12px;aspect-ratio:auto}.progress-week-compare{display:flex;gap:.5rem}.progress-week-stat{flex:1;background:#fff;border:1px solid var(--stone-200);border-radius:12px;padding:.75rem;text-align:center}.progress-week-val{display:block;font-family:Lora,Georgia,serif;font-size:1.4rem;font-weight:500;color:var(--stone-800);line-height:1;margin-bottom:.15rem}.progress-week-label{display:block;font-size:.62rem;color:var(--stone-400)}.progress-metric-group{margin-bottom:1.25rem}.progress-group-label{font-size:.78rem;font-weight:600;color:var(--stone-700);margin-bottom:.5rem}.progress-metric-cards{display:flex;flex-direction:column;gap:.4rem}.progress-metric-card{background:#fff;border:1px solid var(--stone-200);border-radius:12px;padding:.85rem}.progress-metric-name{font-size:.82rem;font-weight:600;color:var(--stone-800);margin-bottom:.6rem}.progress-metric-comparison{display:flex;align-items:center;gap:.5rem}.progress-metric-period{flex:1;text-align:center}.progress-metric-period-label{display:block;font-size:.55rem;text-transform:uppercase;letter-spacing:.08em;color:var(--stone-400);font-weight:500;margin-bottom:.2rem}.progress-metric-period-value{display:block;font-family:Lora,Georgia,serif;font-size:1.35rem;font-weight:500;line-height:1;margin-bottom:.15rem}.progress-metric-period-value.prev{color:var(--stone-400)}.progress-metric-period-value.current{color:var(--stone-800)}.progress-metric-rate{display:block;font-size:.6rem;color:var(--stone-400)}.progress-metric-arrow{display:flex;flex-direction:column;align-items:center;gap:.2rem;flex-shrink:0;color:var(--stone-300)}.progress-metric-arrow.improved{color:var(--sage-500)}.progress-metric-arrow.declined{color:var(--amber-500)}.progress-metric-arrow.stable{color:var(--stone-400)}.progress-metric-change{font-size:.58rem;font-weight:600;white-space:nowrap}.settings-page{min-height:100vh;min-height:100dvh}.settings-inner{max-width:500px;margin:0 auto;padding:2.5rem 1.25rem 2rem}.settings-title{font-family:Lora,Georgia,serif;font-size:1.6rem;font-weight:500;color:var(--stone-900);margin-bottom:1.5rem}.settings-section{margin-bottom:1.75rem}.settings-section-title{font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:var(--stone-400);font-weight:600;margin-bottom:.6rem}.settings-children{display:flex;flex-direction:column;gap:.5rem}.settings-child-card{display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid var(--stone-200);border-radius:12px;padding:.75rem 1rem}.settings-child-avatar{width:36px;height:36px;border-radius:50%;background:var(--sage-100);color:var(--sage-600);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;flex-shrink:0}.settings-child-name{font-weight:600;font-size:.9rem;color:var(--stone-800)}.settings-child-age{font-size:.75rem;color:var(--stone-400)}.settings-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem}.settings-section-header .settings-section-title{margin-bottom:0}.settings-edit-btn{background:none;border:none;font-family:Inter,sans-serif;font-size:.78rem;font-weight:600;color:var(--sage-600);cursor:pointer;padding:.2rem 0;-webkit-tap-highlight-color:transparent}.settings-tags{display:flex;flex-wrap:wrap;gap:.35rem}.settings-tag{font-size:.78rem;color:var(--sage-700);background:var(--sage-50);border:1px solid var(--sage-200);padding:.3rem .65rem;border-radius:100px;font-weight:500}.settings-tags-edit{display:flex;flex-wrap:wrap;gap:.4rem}.settings-tag-option{font-size:.78rem;font-family:Inter,sans-serif;color:var(--stone-500);background:#fff;border:1px solid var(--stone-200);padding:.35rem .7rem;border-radius:100px;font-weight:500;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:all .12s ease;display:flex;align-items:center;gap:.3rem}.settings-tag-option.selected{color:var(--sage-700);background:var(--sage-50);border-color:var(--sage-400)}.settings-tag-check{font-size:.65rem;color:var(--sage-600)}.settings-guide-card{background:#fff;border:1px solid var(--stone-200);border-radius:14px;padding:1.1rem}.settings-guide-steps{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.settings-guide-step{display:flex;gap:.65rem;align-items:flex-start}.settings-guide-step-num{width:22px;height:22px;border-radius:50%;background:var(--sage-100);color:var(--sage-600);display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:600;flex-shrink:0;margin-top:1px}.settings-guide-step p{font-size:.82rem;color:var(--stone-600);line-height:1.4}.settings-whatsapp-btn{display:block;text-align:center;background:#25d366;color:#fff;border:none;border-radius:8px;padding:.65rem;font-size:.85rem;font-weight:600;font-family:Inter,sans-serif;text-decoration:none}.settings-account-rows{background:#fff;border:1px solid var(--stone-200);border-radius:12px;overflow:hidden;margin-bottom:.75rem}.settings-account-row{display:flex;justify-content:space-between;align-items:center;padding:.7rem 1rem}.settings-account-row+.settings-account-row{border-top:1px solid var(--stone-100)}.settings-account-label{font-size:.82rem;color:var(--stone-500)}.settings-account-value{font-size:.82rem;color:var(--stone-800);font-weight:500}.settings-danger-btn{background:none;border:1px solid #ef4444;color:#ef4444;border-radius:8px;padding:.55rem 1rem;font-size:.8rem;font-weight:500;font-family:Inter,sans-serif;cursor:pointer}.settings-footer{text-align:center;font-size:.7rem;color:var(--stone-300);margin-top:2rem}
