:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#eef3f0;background:#0d1413;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #eef3f0;--ink-soft: #9fada8;--paper: #0d1413;--surface: #151f1d;--surface-raised: #1a2523;--line: #2b3734;--accent: #dca457;--accent-soft: #392d1e;--moss: #8db5a9;--moss-soft: #203630;--danger: #ec8f82;--danger-soft: #3a2724;--button: #e5ece9;--button-text: #14201e;--shadow: 0 20px 60px rgba(0, 0, 0, .32)}*{box-sizing:border-box}html{min-height:100%;background:var(--paper)}body{min-width:320px;min-height:100vh;margin:0;background:radial-gradient(circle at 88% 2%,rgba(215,168,91,.1),transparent 28rem),var(--paper)}button,input,textarea,select{font:inherit}button{-webkit-tap-highlight-color:transparent}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(201,136,62,.3);outline-offset:2px}.app-shell{width:min(100%,620px);min-height:100vh;margin:0 auto;padding:max(18px,env(safe-area-inset-top)) 18px calc(102px + env(safe-area-inset-bottom))}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--ink);text-decoration:none}.brand-mark{display:grid;width:36px;height:36px;place-items:center;border-radius:12px;background:#1b2a27;box-shadow:0 8px 20px #00000047}.brand-mark svg{width:22px;height:22px}.brand-name{font-family:ui-rounded,SF Pro Rounded,Inter,system-ui,sans-serif;font-size:1.12rem;font-weight:700;letter-spacing:-.03em}.privacy-pill{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border:1px solid rgba(141,181,169,.2);border-radius:999px;color:var(--moss);background:#151f1dc2;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.privacy-pill:before{width:7px;height:7px;border-radius:50%;background:#5d897c;content:""}.privacy-pill[data-status=syncing]:before{background:var(--accent);animation:pulse 1s ease-in-out infinite alternate}.privacy-pill[data-status=offline]:before{background:#9a7b56}.login-shell{display:grid;min-height:100vh;padding:24px;place-items:center}.login-card{width:min(100%,430px);padding:30px;border:1px solid rgba(255,255,255,.07);border-radius:30px;background:var(--surface);box-shadow:var(--shadow)}.login-brand,.loading-mark{display:flex;align-items:center;gap:11px}.login-kicker{margin:30px 0 9px;color:var(--moss);font-size:.7rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.login-card h1{margin:0;font-family:ui-rounded,SF Pro Rounded,Inter,system-ui,sans-serif;font-size:2.1rem;line-height:1.08;letter-spacing:-.055em}.login-copy{margin:13px 0 23px;color:var(--ink-soft);font-size:.88rem;line-height:1.6}.login-card .primary-action{margin-top:16px}.form-error{min-height:20px;margin:8px 0 -4px;color:var(--danger);font-size:.76rem}.loading-mark{animation:loading-breathe 1.25s ease-in-out infinite alternate}@keyframes pulse{to{opacity:.35}}@keyframes loading-breathe{to{opacity:.48;transform:scale(.985)}}.page-heading{margin:0 0 18px;font-family:ui-rounded,SF Pro Rounded,Inter,system-ui,sans-serif;font-size:clamp(1.65rem,7vw,2.2rem);letter-spacing:-.045em}.page-subtitle{margin:-9px 0 24px;color:var(--ink-soft);line-height:1.55}.status-card{position:relative;overflow:hidden;padding:26px 22px 22px;border:1px solid rgba(255,255,255,.07);border-radius:30px;background:var(--surface);box-shadow:var(--shadow)}.status-card:after{position:absolute;top:-82px;right:-65px;width:190px;height:190px;border-radius:50%;background:#dca4571a;content:""}.status-card.is-paused:after{background:#ec8f8214}.status-eyebrow{position:relative;z-index:1;margin:0 0 18px;color:var(--moss);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.timer-wrap{position:relative;z-index:1;display:flex;align-items:center;gap:22px}.timer-ring{display:grid;flex:0 0 auto;width:128px;height:128px;padding:8px;place-items:center;border-radius:50%;background:conic-gradient(var(--accent) var(--progress, 0%),#293431 0);transition:background .3s ease}.timer-ring.is-ready{background:var(--moss-soft)}.timer-ring.is-paused{background:var(--danger-soft)}.timer-core{display:grid;width:100%;height:100%;place-items:center;border-radius:50%;background:var(--surface);text-align:center}.timer-icon{width:32px;height:32px;color:var(--moss)}.timer-copy{min-width:0}.timer-copy h1{margin:0;font-family:ui-rounded,SF Pro Rounded,Inter,system-ui,sans-serif;font-size:clamp(1.7rem,8vw,2.45rem);line-height:1.04;letter-spacing:-.06em}.timer-copy p{margin:8px 0 0;color:var(--ink-soft);font-size:.9rem;line-height:1.45}.blocker-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}.blocker-chip{padding:7px 10px;border-radius:999px;color:#e8bd80;background:var(--accent-soft);font-size:.76rem;font-weight:700}.primary-action{position:relative;z-index:1;display:flex;width:100%;min-height:58px;align-items:center;justify-content:center;gap:10px;margin-top:24px;border:0;border-radius:18px;color:var(--button-text);background:var(--button);box-shadow:0 12px 28px #00000047;cursor:pointer;font-weight:700;transition:transform .15s ease,background .15s ease,opacity .15s ease}.primary-action:active:not(:disabled){transform:scale(.985)}.primary-action:disabled{color:#74807c;background:#25302e;box-shadow:none;cursor:not-allowed}.primary-action.danger-action{color:#fff;background:#a94f45;box-shadow:0 12px 28px #5b1e1957}.outside-action-note{margin:11px 8px 0;color:#d89a91;font-size:.72rem;line-height:1.45;text-align:center}.secondary-action{display:block;margin:13px auto 0;padding:8px 12px;border:0;color:var(--ink-soft);background:transparent;cursor:pointer;font-size:.82rem;font-weight:600;text-decoration:underline;text-decoration-color:#56625e;text-underline-offset:3px}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0 22px}.metric{min-width:0;padding:16px 13px;border:1px solid rgba(255,255,255,.07);border-radius:20px;background:#151f1de6}.metric-label{display:block;margin-bottom:8px;color:var(--ink-soft);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.metric-value{display:block;font-family:ui-rounded,SF Pro Rounded,Inter,system-ui,sans-serif;font-size:1.25rem;font-weight:700;letter-spacing:-.04em}.metric-sub{display:block;margin-top:2px;color:var(--ink-soft);font-size:.68rem}.section{margin-top:24px}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:11px}.section-title{margin:0;font-family:ui-rounded,SF Pro Rounded,Inter,system-ui,sans-serif;font-size:1rem;letter-spacing:-.025em}.text-button{padding:7px 4px;border:0;color:var(--moss);background:transparent;cursor:pointer;font-size:.82rem;font-weight:700}.quick-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.quick-action{display:flex;min-height:74px;align-items:center;gap:12px;padding:14px;border:1px solid rgba(255,255,255,.07);border-radius:20px;color:var(--ink);background:#151f1de0;cursor:pointer;text-align:left}.quick-action-icon{display:grid;flex:0 0 auto;width:36px;height:36px;place-items:center;border-radius:12px;color:var(--moss);background:var(--moss-soft)}.quick-action.danger .quick-action-icon{color:var(--danger);background:var(--danger-soft)}.quick-action strong,.quick-action small{display:block}.quick-action strong{font-size:.86rem}.quick-action small{margin-top:3px;color:var(--ink-soft);font-size:.7rem}.empty-state,.panel{padding:20px;border:1px solid rgba(255,255,255,.07);border-radius:22px;background:#151f1de0}.empty-state{color:var(--ink-soft);text-align:center}.empty-state p{margin:5px 0}.activity-list{display:grid;gap:9px}.activity-item{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px 14px;border:1px solid rgba(255,255,255,.07);border-radius:18px;color:var(--ink);background:#151f1de6;cursor:pointer;font:inherit;text-align:left;transition:border-color .15s ease,transform .15s ease}.activity-item:active{transform:scale(.992)}.activity-item:hover{border-color:#8db5a933}.activity-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:13px;color:var(--moss);background:var(--moss-soft)}.activity-item.failure .activity-icon{color:var(--danger);background:var(--danger-soft)}.activity-item.failure{border-color:#ec8f823d;background:linear-gradient(135deg,#3a2724db,#151f1df0)}.activity-item.failure .activity-title{color:#f0aaa0}.activity-title{overflow:hidden;margin:0;font-size:.88rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.activity-detail{overflow:hidden;margin:3px 0 0;color:var(--ink-soft);font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.activity-time{color:var(--ink-soft);font-size:.7rem;text-align:right}.full-entry-detail{margin:22px 0 0;color:var(--ink);font-size:.94rem;line-height:1.65;overflow-wrap:anywhere;white-space:pre-wrap}.notice{margin-bottom:16px;padding:14px 15px;border:1px solid rgba(236,143,130,.2);border-radius:18px;color:#f0aaa0;background:var(--danger-soft);font-size:.82rem;line-height:1.5}.summary-card{padding:22px;border-radius:25px;color:#f7f4ed;background:#111b19;box-shadow:var(--shadow)}.summary-card .summary-kicker{margin:0 0 6px;color:#b7c4c0;font-size:.72rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.summary-card .summary-number{margin:0;font-family:ui-rounded,SF Pro Rounded,Inter,system-ui,sans-serif;font-size:3.2rem;line-height:1;letter-spacing:-.075em}.summary-card .summary-caption{margin:9px 0 20px;color:#cbd3d1;font-size:.85rem}.progress-track{overflow:hidden;height:8px;border-radius:999px;background:#ffffff21}.progress-fill{width:var(--width);height:100%;border-radius:inherit;background:var(--accent)}.summary-meta{display:flex;justify-content:space-between;margin-top:8px;color:#b7c4c0;font-size:.7rem}.review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:12px}.year-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.year-switcher{display:flex;flex:0 0 auto;align-items:center;gap:4px;padding:4px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:var(--surface)}.year-switcher button{display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:10px;color:var(--ink);background:transparent;cursor:pointer;font-size:1.35rem}.year-switcher button:disabled{color:#53605c;cursor:not-allowed}.year-switcher strong{min-width:42px;text-align:center}.annual-summary{margin-top:8px}.annual-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}.annual-stat-grid .review-stat{min-width:0;padding:14px 11px}.annual-stat-grid .review-stat span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.annual-chart-card{margin-top:12px;padding:18px 14px 14px;border:1px solid rgba(255,255,255,.07);border-radius:22px;background:#151f1de6}.chart-legend{display:flex;align-items:center;gap:5px;color:var(--ink-soft);font-size:.62rem}.chart-legend i{width:8px;height:8px;border-radius:3px;background:var(--accent)}.chart-legend i.outside{margin-left:3px;background:var(--danger)}.annual-chart{display:grid;height:210px;grid-template-columns:repeat(12,minmax(0,1fr));gap:4px;align-items:end;margin-top:12px}.month-column{display:grid;height:100%;min-width:0;grid-template-rows:18px minmax(0,1fr) 18px;text-align:center}.month-value,.month-label{color:var(--ink-soft);font-size:.58rem}.month-value{color:var(--ink);font-weight:700}.month-track{position:relative;border-bottom:1px solid rgba(255,255,255,.09)}.month-stack{position:absolute;right:13%;bottom:0;left:13%;display:flex;overflow:hidden;flex-direction:column;justify-content:flex-end;border-radius:5px 5px 2px 2px}.month-stack span{display:block;flex:0 0 auto;min-height:0}.month-within{background:var(--accent)}.month-outside{background:var(--danger)}.month-history{display:grid;overflow:hidden;border:1px solid rgba(255,255,255,.07);border-radius:20px;background:#151f1de6}.month-history-row{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;padding:13px 15px;border-bottom:1px solid var(--line)}.month-history-row:last-child{border-bottom:0}.month-history-row strong{font-size:.8rem}.month-history-row span{color:var(--ink-soft);font-size:.74rem;line-height:1.4}.review-stat{padding:17px;border:1px solid rgba(255,255,255,.07);border-radius:20px;background:#151f1de6}.review-stat span,.review-stat strong{display:block}.review-stat span{color:var(--ink-soft);font-size:.72rem;font-weight:600}.review-stat strong{margin-top:5px;font-family:ui-rounded,SF Pro Rounded,Inter,system-ui,sans-serif;font-size:1.5rem}.wide-action{display:flex;width:100%;min-height:50px;align-items:center;justify-content:center;gap:9px;margin-top:12px;border:1px solid rgba(255,255,255,.1);border-radius:16px;color:var(--ink);background:var(--surface);cursor:pointer;font-weight:700}.settings-stack{display:grid;gap:12px}.settings-card{padding:18px;border:1px solid rgba(255,255,255,.07);border-radius:22px;background:#151f1de6}.settings-card h2{margin:0 0 5px;font-family:ui-rounded,SF Pro Rounded,Inter,system-ui,sans-serif;font-size:1rem}.settings-card p{margin:0;color:var(--ink-soft);font-size:.8rem;line-height:1.5}.rule-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line)}.rule-row:last-child{padding-bottom:0;border:0}.rule-row strong{font-family:ui-rounded,SF Pro Rounded,Inter,system-ui,sans-serif;font-size:1.1rem}.field{display:grid;gap:7px;margin-top:14px}.field label,.field-label{color:var(--ink-soft);font-size:.74rem;font-weight:700}.field input,.field textarea,.field select{width:100%;border:1px solid #394541;border-radius:14px;color:var(--ink);background:#101816}.field input,.field select{min-height:48px;padding:0 13px}.field textarea{min-height:108px;padding:12px 13px;resize:vertical}.checkbox-row{display:flex;gap:10px;align-items:flex-start;margin-top:15px;color:var(--ink);font-size:.8rem;line-height:1.45}.checkbox-row input{width:18px;height:18px;margin:1px 0 0;accent-color:var(--danger)}.bottom-nav{position:fixed;z-index:20;right:0;bottom:0;left:0;display:flex;width:min(calc(100% - 24px),596px);height:72px;align-items:center;justify-content:space-around;margin:0 auto max(10px,env(safe-area-inset-bottom));padding:7px;border:1px solid rgba(255,255,255,.09);border-radius:24px;background:#151f1deb;box-shadow:0 14px 42px #00000061;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav-item{display:grid;min-width:52px;height:56px;place-items:center;align-content:center;gap:3px;border:0;border-radius:17px;color:#84918d;background:transparent;cursor:pointer;font-size:.65rem;font-weight:700}.choice-fieldset{min-width:0;margin:18px 0 0;padding:0;border:0}.choice-fieldset legend{margin-bottom:8px;color:var(--ink-soft);font-size:.74rem;font-weight:700}.choice-grid{display:grid;gap:8px}.category-grid{grid-template-columns:repeat(3,1fr)}.serving-grid{grid-template-columns:repeat(2,1fr)}.choice-chip{min-width:0;cursor:pointer}.choice-chip input{position:absolute;opacity:0;pointer-events:none}.choice-chip>span{display:grid;min-height:46px;place-items:center;padding:9px 8px;border:1px solid #394541;border-radius:13px;color:var(--ink-soft);background:#101816;font-size:.78rem;text-align:center}.choice-chip input:checked+span{border-color:var(--moss);color:var(--ink);background:var(--moss-soft);box-shadow:inset 0 0 0 1px #8db5a933}.choice-chip small,.choice-chip strong{display:block}.choice-chip small{margin-top:3px;color:var(--ink-soft);font-size:.66rem}.rules-stack{display:grid;gap:12px}.rule-sheet{padding:20px;border:1px solid rgba(255,255,255,.07);border-radius:22px;background:#151f1de6}.rule-sheet h2{margin:0 0 10px;font-family:ui-rounded,SF Pro Rounded,Inter,system-ui,sans-serif;font-size:1rem}.rule-sheet p,.rule-sheet li{color:var(--ink-soft);font-size:.82rem;line-height:1.58}.rule-sheet p{margin:8px 0 0}.rule-sheet ul,.rule-sheet ol{margin:0;padding-left:20px}.rule-sheet li+li{margin-top:7px}.hero-rule{background:linear-gradient(145deg,#182622,#101a18)}.rule-number-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 0}.rule-number-grid div{padding:13px 8px;border-radius:16px;background:#ffffff0b;text-align:center}.rule-number-grid strong,.rule-number-grid span{display:block}.rule-number-grid strong{color:var(--accent);font-size:1.8rem}.rule-number-grid span{color:var(--ink-soft);font-size:.67rem}.danger-sheet{border-color:#ec8f8233;background:var(--danger-soft)}.danger-sheet p,.danger-sheet strong{color:#f0aaa0}.nav-item svg{width:21px;height:21px}.nav-item.active{color:var(--ink);background:var(--moss-soft)}dialog{width:min(calc(100% - 28px),520px);max-height:calc(100vh - 40px);padding:0;border:0;border-radius:28px;color:var(--ink);background:var(--surface-raised);box-shadow:0 30px 90px #0000008c}dialog::backdrop{background:#000000a8;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.dialog-body{padding:24px}.dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.dialog-head h2{margin:0;font-family:ui-rounded,SF Pro Rounded,Inter,system-ui,sans-serif;font-size:1.35rem;letter-spacing:-.035em}.dialog-head p{margin:6px 0 0;color:var(--ink-soft);font-size:.8rem;line-height:1.5}.icon-button{display:grid;flex:0 0 auto;width:38px;height:38px;place-items:center;border:0;border-radius:12px;color:var(--ink);background:#26312f;cursor:pointer}.dialog-actions{display:flex;gap:10px;margin-top:20px}.dialog-actions button{min-height:49px;flex:1;border:0;border-radius:15px;cursor:pointer;font-weight:700}.dialog-actions .cancel{color:var(--ink);background:#283330}.dialog-actions .confirm{color:var(--button-text);background:var(--button)}.dialog-actions .confirm.danger{color:#fff;background:var(--danger)}.toast{position:fixed;z-index:100;right:18px;bottom:calc(94px + env(safe-area-inset-bottom));left:18px;display:flex;width:min(calc(100% - 36px),520px);min-height:52px;align-items:center;justify-content:space-between;gap:14px;margin:0 auto;padding:10px 12px 10px 16px;border-radius:16px;color:var(--ink);background:#24332f;box-shadow:0 16px 40px #0006;animation:toast-in .18s ease-out;font-size:.82rem}.toast button{padding:8px 10px;border:0;border-radius:10px;color:#f1c98e;background:transparent;cursor:pointer;font-weight:700}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}}@media(min-width:680px){.app-shell{padding-top:30px}.status-card{padding:32px}.timer-ring{width:145px;height:145px}}@media(max-width:390px){.app-shell{padding-right:14px;padding-left:14px}.timer-wrap{gap:16px}.timer-ring{width:110px;height:110px}.metric{padding:14px 9px}.quick-actions{grid-template-columns:1fr}.annual-stat-grid{grid-template-columns:repeat(2,1fr)}.annual-chart{gap:2px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.companion-shell{padding-bottom:calc(102px + env(safe-area-inset-bottom))}.companion-signout{border:1px solid rgba(141,181,169,.2);cursor:pointer;text-transform:none}.companion-status{margin-bottom:14px}.companion-shell .metric-grid{grid-template-columns:repeat(3,1fr)}.live-dot{color:var(--moss);font-size:1rem}.observation-card{padding:20px;border:1px solid rgba(215,168,91,.16);border-radius:22px;background:linear-gradient(145deg,#392d1eb8,#151f1deb)}.observation-card h2{margin:0;font-family:ui-rounded,SF Pro Rounded,Inter,system-ui,sans-serif;font-size:1.05rem}.observation-card>p{margin:6px 0 0;color:var(--ink-soft);font-size:.78rem;line-height:1.5}.companion-shell .activity-item{align-items:center}.companion-shell .activity-time{max-width:72px;line-height:1.35}.timeline-count{color:var(--ink-soft);font-size:.72rem}.companion-boundary{margin:26px 8px 0;color:#71807b;font-size:.7rem;line-height:1.5;text-align:center}.companion-home{padding:0;border:0;background:transparent;cursor:pointer}
