:root{--bg:#fff;--paper:#fff;--surface:#faf6f1;--ink:#231a12;--muted:#7a6b5d;--line:#ede6dc;--green:#2f6b2b;--green-soft:#eef5ea;--brown:#6b3a1e;--brown-soft:#f7eee6;--fruit:#e0661b;--fruit-soft:#fdefe3;--red:#a3291a;--good:#2f7a3a;--warn:#b45309;--fruit-grad:linear-gradient(115deg, #2b130d 0%, #6b2416 28%, #b8321c 55%, #e8761a 80%, #f5b041 100%);--frond:var(--green);--frond-soft:var(--green-soft);--shadow:0 1px 2px #3c230f0d, 0 2px 8px #3c230f0a;--radius:18px;--tabbar-h:70px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*,:before,:after{box-sizing:border-box}html,body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;margin:0;font-family:Public Sans,Noto Sans Telugu,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:17px;line-height:1.5}html[lang=te] body{font-family:Noto Sans Telugu,Public Sans,system-ui,sans-serif}a{color:var(--frond);text-decoration:none}h1,h2,h3{margin:0;line-height:1.2}h2{margin:8px 0;font-size:1.15rem}h3{font-size:1rem}p{margin:0}button,input,select,textarea{font:inherit;color:inherit}:focus-visible{outline:3px solid var(--fruit);outline-offset:2px}.shell{min-height:100dvh;padding-bottom:calc(var(--tabbar-h) + env(safe-area-inset-bottom))}.topbar{z-index:10;padding:calc(12px + env(safe-area-inset-top)) 16px 10px;background:var(--paper);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.topbar:before,.login:before{content:"";background:var(--fruit-grad);height:4px;position:absolute;top:0;left:0;right:0}.brand{color:var(--green);align-items:center;gap:8px;font-size:1.2rem;font-weight:700;display:inline-flex}.brand:before{content:"";background:url(/logo-96.png) 50%/cover;border-radius:8px;width:30px;height:30px}.badge{background:var(--fruit-grad);color:#fff;text-align:center;border-radius:999px;min-width:18px;padding:0 6px;font-size:.7rem;font-weight:700;position:absolute;top:-2px;right:-2px}.content{max-width:720px;margin:0 auto}.page{flex-direction:column;gap:16px;padding:16px;display:flex}.page.narrow{max-width:560px;margin:0 auto}.page-header{align-items:center;gap:8px;display:flex}.page-header h1{flex:1;font-size:1.3rem}.icon-btn{color:var(--ink);background:var(--paper);border:0;border:1px solid var(--line);cursor:pointer;border-radius:999px;flex:none;place-items:center;width:40px;height:40px;font-size:1.1rem;display:inline-grid}section{flex-direction:column;gap:10px;display:flex}.stack{flex-direction:column;gap:12px;display:flex}.stack-sm{flex-direction:column;gap:6px;display:flex}.row{align-items:center;display:flex}.row.between{justify-content:space-between;gap:8px}.wrap{flex-wrap:wrap}.gap{gap:8px}.grow{flex:1}.grid2{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (width<=360px){.grid2{grid-template-columns:1fr}}.center{text-align:center}.pad{padding:24px 0}.muted{color:var(--muted)}.small{font-size:.85rem}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);color:inherit;box-shadow:var(--shadow);padding:14px 16px;display:block}.card.empty{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.error-card{border-color:var(--red)}.field{border:0;flex-direction:column;gap:4px;min-width:0;margin:0;padding:0;display:flex}.field-label{font-size:.92rem;font-weight:600}.field-hint{color:var(--muted);font-size:.8rem}input:not([type=checkbox]),select,textarea{border:1px solid var(--line);background:var(--surface);border-radius:10px;width:100%;min-height:48px;padding:10px 12px}textarea{resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--frond);background:var(--paper);box-shadow:0 0 0 3px var(--frond-soft);outline:none}.phone-input{align-items:stretch;display:flex}.phone-input span{border:1px solid var(--line);background:var(--brown-soft);color:var(--brown);border-right:0;border-radius:10px 0 0 10px;place-items:center;padding:0 12px;font-weight:600;display:grid}.phone-input input{letter-spacing:.05em;border-radius:0 10px 10px 0;font-size:1.2rem}.code-input{letter-spacing:.4em;text-align:center;font-size:1.6rem}.error-text{color:var(--red);font-weight:600}.success-text{color:var(--good);font-weight:600}.btn{border:1px solid var(--frond);background:var(--frond);color:#fff;cursor:pointer;text-align:center;border-radius:12px;justify-content:center;align-items:center;gap:6px;min-height:44px;padding:10px 18px;font-weight:700;display:inline-flex}.btn.fruit{background:var(--fruit-grad);color:#fff;border-color:#0000;box-shadow:0 2px 8px #b8321c40}.btn.fruit:disabled{background:var(--surface);border-color:var(--line);color:var(--muted);box-shadow:none;opacity:1}.btn:disabled{opacity:.5;cursor:default}.btn.big{width:100%;min-height:54px;font-size:1.05rem}.row .btn.big{width:auto}.btn.small{min-height:38px;padding:6px 14px;font-size:.9rem}.btn.secondary{background:var(--paper);color:var(--frond)}.btn.danger-outline{color:var(--red);border-color:var(--red);background:0 0}.link-btn{color:var(--frond);cursor:pointer;background:0 0;border:0;padding:8px;text-decoration:underline}.alert{background:var(--surface);border-radius:12px;padding:10px 14px;font-weight:600}.alert.info{background:var(--frond-soft);color:var(--frond)}.alert.warn{background:var(--fruit-soft);color:var(--warn)}.alert.success{background:var(--frond-soft);color:var(--good)}.login{max-width:440px;min-height:100dvh;padding:calc(16px + env(safe-area-inset-top)) 16px 24px;flex-direction:column;gap:20px;margin:0 auto;display:flex;position:relative}.login-hero{text-align:center;padding:24px 0 8px}.login-hero .logo{border-radius:24px;width:96px;height:96px;box-shadow:0 8px 24px #b8321c29}.login-hero h1{color:var(--green);font-size:2.4rem}.login-hero h1:after{content:"";background:var(--fruit-grad);border-radius:4px;width:72px;height:4px;margin:10px auto 0;display:block}.login-hero p{color:var(--muted);margin-top:6px}.lang-switch{border:1px solid var(--line);border-radius:999px;align-self:flex-end;display:flex;overflow:hidden}.lang-switch.inline{align-self:flex-start}.lang-switch button{background:var(--paper);cursor:pointer;border:0;padding:8px 16px}.lang-switch button.on{background:var(--green);color:#fff;font-weight:700}.table{border-collapse:collapse;width:100%;font-size:.95rem}.table th,.table td{text-align:left;border-bottom:1px solid var(--line);vertical-align:top;padding:8px 4px}.table .r{text-align:right;white-space:nowrap}.table tr:last-child td{border-bottom:0}.price-chart{width:100%;height:auto}.chart-axis{fill:var(--muted);font-size:10px}.scan-preview{object-fit:cover;border-radius:var(--radius);cursor:pointer;width:100%;max-height:360px}.result{border-width:2px;flex-direction:column;gap:8px;display:flex}.stage-label{font-size:1.5rem;font-weight:700}.result{border-left-width:6px}.likelihood{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.85rem;font-weight:700}.urgency-ok{border-left-color:var(--good)}.urgency-watch{border-left-color:#d9a21b}.urgency-act{border-left-color:var(--fruit)}.urgency-urgent{border-left-color:var(--red)}.urgency-urgent .stage-label,.urgency-text.urgency-urgent{color:var(--red)}.urgency-act .stage-label,.urgency-text.urgency-act{color:var(--warn)}.urgency-ok .stage-label,.urgency-text.urgency-ok{color:var(--good)}.steps{flex-direction:column;gap:6px;margin:0;padding-left:1.2rem;display:flex}.also{border-top:1px solid var(--line);flex-direction:column;gap:6px;padding-top:8px;display:flex}.sprays{background:var(--surface);border-radius:10px;padding:10px 12px}.sprays summary{cursor:pointer;font-weight:700}.sprays[open] summary{margin-bottom:8px}.off-label{color:var(--warn);margin-bottom:8px}.subject-hints{flex-wrap:wrap;gap:8px;display:flex}.subject-hints span{background:var(--green-soft);color:var(--green);border-radius:999px;padding:4px 12px;font-size:.85rem;font-weight:600}.check{align-items:flex-start;gap:10px;display:flex}.check input{width:22px;height:22px;accent-color:var(--green);flex:none}.scan-history{flex-direction:column;gap:8px;display:flex}.scan-item{align-items:center;gap:12px;display:flex}.scan-item img{object-fit:cover;background:var(--line);border-radius:10px;width:56px;height:56px}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;display:grid}.stat-grid div{background:var(--paper);border:1px solid var(--line);color:var(--muted);border-radius:12px;padding:10px 12px;font-size:.85rem}.stat-grid b{color:var(--brown);font-size:1.5rem;display:block}.market{min-height:100dvh}.content .market{min-height:0}.answer-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:4px;padding:18px 20px;display:flex;position:relative;overflow:hidden}.answer-card:before{content:"";background:var(--fruit-grad);width:5px;position:absolute;top:0;bottom:0;left:0}.answer-label{color:var(--muted);font-weight:600}.answer-value{color:var(--brown);font-size:2.2rem;font-weight:700;line-height:1.15}.answer-value small{color:var(--muted);font-size:1rem;font-weight:600}.trend{font-size:.95rem;font-weight:700}.trend.up{color:var(--good)}.trend.down{color:var(--red)}.market .topbar{position:relative}.harvest-form{background:var(--surface);border-radius:12px;padding:12px}.log-list{padding:4px 16px}.log-row{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:10px 0;display:flex}.log-row:last-child{border-bottom:0}.log-date{min-width:110px;font-weight:600}.icon-btn.small{width:32px;height:32px;color:var(--muted);font-size:.85rem}.center-items{align-items:center}.google-button{justify-content:center;width:100%;min-height:44px;display:flex}.dev-login{box-shadow:none;border-style:dashed}.offline-offer{border-left:6px solid var(--brown)}.page-title{letter-spacing:-.01em;font-size:1.5rem}.tabbar{z-index:20;height:calc(var(--tabbar-h) + env(safe-area-inset-bottom));padding:0 4px env(safe-area-inset-bottom);background:var(--paper);border-top:1px solid var(--line);align-items:stretch;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #3c230f0d}.tab{color:var(--muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;min-width:0;font-size:.72rem;font-weight:600;display:flex}.tab-icon{border-radius:999px;place-items:center;width:56px;height:30px;transition:background .15s;display:grid;position:relative}.tab.active{color:var(--green)}.tab.active .tab-icon{background:var(--green-soft)}.tab-icon .badge{line-height:16px;top:-4px;right:6px}.tab-scan{position:relative}.scan-fab{background:var(--fruit-grad);color:#fff;border:4px solid var(--paper);border-radius:50%;place-items:center;width:58px;height:58px;margin-top:-26px;display:grid;box-shadow:0 6px 16px #b8321c59}.tab-scan.active{color:var(--brown)}.section-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.section-head h2{margin:0}.section-link{white-space:nowrap;flex:none;align-items:center;gap:2px;font-size:.9rem;font-weight:600;display:inline-flex}.skeleton{border-radius:var(--radius);background:linear-gradient(90deg, var(--surface) 0%, #f1e9df 50%, var(--surface) 100%);background-size:200% 100%;animation:1.2s linear infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.skeleton{animation:none}}.empty-state{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:12px 8px;display:flex}.empty-icon{background:var(--green-soft);width:56px;height:56px;color:var(--green);border-radius:18px;place-items:center;margin-bottom:4px;display:grid}.round-bar{background:var(--surface);border-radius:999px;height:10px;overflow:hidden}.round-bar>div{background:var(--green);border-radius:999px;height:100%;transition:width .4s}.round-bar.tone-soon>div{background:linear-gradient(90deg, #d9a21b, var(--fruit))}.round-bar.tone-late>div{background:var(--fruit-grad)}.stats{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.stat{flex-direction:column;gap:2px;min-width:0;display:flex}.stat-icon{color:var(--brown);opacity:.8}.stat b{color:var(--ink);overflow-wrap:anywhere;font-size:1.15rem;line-height:1.25}.stat span{color:var(--muted);font-size:.8rem}.chip-row{flex-wrap:wrap;gap:8px;display:flex}.choice{border:1.5px solid var(--line);background:var(--paper);cursor:pointer;border-radius:999px;align-items:center;gap:6px;min-height:44px;padding:8px 16px;font-weight:600;display:inline-flex}.choice.on{border-color:var(--green);background:var(--green-soft);color:var(--green)}.row-between{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.card.list,.card.farm-list{padding:4px 0}.list-row,.farm-row{text-align:left;width:100%;min-height:64px;color:var(--ink);cursor:pointer;background:0 0;border:0;align-items:center;gap:14px;padding:10px 16px;display:flex}.list-row+.list-row,.farm-row+.farm-row{border-top:1px solid var(--line)}.list-row.static{cursor:default}.row-icon{background:var(--green-soft);width:40px;height:40px;color:var(--green);border-radius:12px;flex:none;place-items:center;display:grid}.row-icon.danger{color:var(--red);background:#fbe9e6}.danger-text{color:var(--red);font-weight:600}.row-text{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.farm-row-main{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.countdown-sm{white-space:nowrap;color:var(--green);font-size:.85rem;font-weight:700}.countdown-sm.tone-soon{color:var(--warn)}.countdown-sm.tone-late{color:var(--red)}.unread-dot{background:var(--fruit);border-radius:50%;flex:none;width:10px;height:10px}.sheet-backdrop{z-index:50;background:#231a1273;justify-content:center;align-items:flex-end;animation:.15s fade;display:flex;position:fixed;inset:0}.sheet{background:var(--paper);width:100%;max-width:560px;max-height:92dvh;padding:8px 20px calc(20px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;animation:.2s rise;overflow-y:auto}.sheet-handle{background:var(--line);border-radius:999px;width:44px;height:5px;margin:4px auto 8px}.sheet-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.sheet-head h2{margin:0;font-size:1.15rem}@keyframes fade{0%{opacity:0}}@keyframes rise{0%{opacity:.6;transform:translateY(40px)}}@media (prefers-reduced-motion:reduce){.sheet,.sheet-backdrop{animation:none}}.toast{left:50%;bottom:calc(var(--tabbar-h) + 18px + env(safe-area-inset-bottom));z-index:60;background:var(--ink);color:#fff;border-radius:14px;align-items:center;gap:10px;width:max-content;max-width:calc(100vw - 32px);padding:12px 18px;font-weight:600;animation:.2s fade;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 8px 24px #0003}.toast svg{color:#8fd18f;flex:none}.hero{border-top:5px solid var(--green);flex-direction:column;gap:10px;padding:20px;display:flex}.hero.tone-soon{border-top-color:#d9a21b}.hero.tone-late{border-top-color:var(--red)}.hero-label{letter-spacing:.05em;text-transform:uppercase;color:var(--muted);font-size:.8rem;font-weight:700}.hero-count{letter-spacing:-.02em;color:var(--green);font-size:2.3rem;font-weight:800;line-height:1.05}.hero.tone-soon .hero-count{color:var(--warn)}.hero.tone-late .hero-count{color:var(--red)}.hero-sub{font-size:1rem}.streak{background:var(--fruit-soft);color:var(--warn);border-radius:999px;align-self:flex-start;align-items:center;gap:6px;padding:4px 12px;font-size:.88rem;font-weight:700;display:inline-flex}.hero .btn{margin-top:6px}.quick-actions{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;display:grid}.qa{background:var(--paper);border:1px solid var(--line);color:var(--ink);text-align:left;cursor:pointer;box-shadow:var(--shadow);border-radius:16px;align-items:center;gap:10px;padding:10px 12px;font-size:.95rem;font-weight:700;display:flex}.qa:disabled{opacity:.5}.qa-icon{background:var(--green-soft);width:44px;height:44px;color:var(--green);border-radius:14px;place-items:center;display:grid}.qa-icon.qa-fruit{background:var(--fruit-grad);color:#fff}.season{background:linear-gradient(180deg, #fffaf4 0%, var(--paper) 60%);flex-direction:column;gap:14px;display:flex}.price-strip{align-items:center;gap:12px;display:flex}.price-strip>div{flex-direction:column;display:flex}.price-strip strong{color:var(--brown);font-size:1.35rem}.price-strip-wage{text-align:right;border-left:1px solid var(--line);margin-left:auto;padding-left:12px}.trend-pill{border-radius:999px;align-items:center;gap:2px;padding:3px 10px;font-size:.85rem;font-weight:700;display:inline-flex}.trend-pill.up{background:var(--green-soft);color:var(--good)}.trend-pill.down{color:var(--red);background:#fbe9e6}.weather-card{grid-template-columns:repeat(7,1fr);gap:2px;padding:8px 6px;display:grid}.wx-day{color:var(--muted);border-radius:10px;flex-direction:column;align-items:center;gap:2px;min-width:0;padding:4px 0;font-size:.72rem;display:flex}.wx-day>span:first-child{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.wx-day.today{color:var(--ink);box-shadow:inset 0 0 0 1.5px var(--green);font-weight:700}.wx-day.wet{background:#eef4fb}.wx-day.past{opacity:.6}.wx-sun{color:#e0a21b}.wx-cloud{color:#8a8f98}.wx-rain{color:#3b7bbf}.farm-meta{margin-top:-8px}.timeline{margin:0;padding:0 0 0 8px;list-style:none}.timeline li{border-left:2px solid var(--line);align-items:center;gap:14px;padding:10px 0 10px 18px;display:flex;position:relative}.timeline li:last-child{border-left-color:#0000}.timeline .dot{background:var(--paper);border:3px solid var(--green);border-radius:50%;width:12px;height:12px;position:absolute;top:16px;left:-7px}.timeline li:first-child .dot{background:var(--green)}.tl-body{flex-direction:column;flex:1;display:flex}.profile-card{align-items:center;gap:16px;padding:4px 0;display:flex}.profile-card h1{font-size:1.35rem}.avatar{background:var(--fruit-grad);color:#fff;border-radius:50%;flex:none;place-items:center;width:64px;height:64px;font-size:1.4rem;font-weight:800;display:grid}.list-row .lang-switch{flex:none}.list-row .lang-switch button{padding:6px 12px;font-size:.85rem}.onboarding{max-width:480px;min-height:100dvh;padding:calc(12px + env(safe-area-inset-top)) 20px calc(20px + env(safe-area-inset-bottom));flex-direction:column;margin:0 auto;display:flex;position:relative}.onboarding:before{content:"";background:var(--fruit-grad);height:4px;position:absolute;top:0;left:0;right:0}.onb-top{justify-content:space-between;align-items:center;gap:8px;min-height:48px;display:flex}.dots{gap:6px;display:flex}.dots span{background:var(--line);border-radius:999px;width:28px;height:6px}.dots span.on{background:var(--green)}.onb-body{flex-direction:column;flex:1;gap:16px;padding-top:24px;display:flex}.onb-body h1{letter-spacing:-.01em;font-size:1.7rem}.onb-logo{border-radius:20px;width:72px;height:72px;box-shadow:0 8px 20px #b8321c2e}.onb-actions{flex-direction:column;align-items:center;gap:4px;margin-top:auto;padding-top:16px;display:flex}.scan-drop{border-radius:var(--radius);background:var(--brown-soft);min-height:220px;color:var(--brown);cursor:pointer;border:2px dashed #e4cdb8;flex-direction:column;justify-content:center;align-items:center;gap:12px;font-weight:700;display:flex}.scan-drop-icon{background:var(--fruit-grad);color:#fff;border-radius:50%;place-items:center;width:72px;height:72px;display:grid;box-shadow:0 6px 16px #b8321c4d}.segmented{background:var(--surface);border-radius:14px;gap:4px;padding:4px;display:flex}.segmented button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:11px;flex:1;padding:10px 8px;font-size:.9rem;font-weight:600}.segmented button.on{background:var(--paper);color:var(--green);box-shadow:0 1px 3px #3c230f1f}.news-row{align-items:flex-start}.news-title{font-weight:600;line-height:1.35}.news-row svg{flex:none;margin-top:4px}.size-input{align-items:stretch;gap:8px;display:flex}.size-input input{flex:1;min-width:0;font-size:1.4rem;font-weight:700}.segmented.small{flex:none}.segmented.small button{padding:8px 12px}.estimate-card{border-radius:var(--radius);background:linear-gradient(135deg,#fff6ea 0%,#fde6d2 100%);border:1px solid #f3d3b4;flex-direction:column;gap:8px;padding:18px;display:flex}.estimate-label{color:var(--warn);align-items:center;gap:6px;font-size:.9rem;font-weight:700;display:inline-flex}.estimate-big{letter-spacing:-.02em;color:var(--brown);font-size:2.3rem;font-weight:800;line-height:1.1}.estimate-big small{color:var(--muted);margin-left:6px;font-size:1rem;font-weight:600}.estimate-rows{border-top:1px solid #f3d3b4;flex-direction:column;gap:4px;padding-top:8px;display:flex}.estimate-rows b{color:var(--ink)}.estimate-foot{color:var(--muted);align-items:flex-start;gap:6px;margin-top:4px;font-size:.78rem;display:flex}.estimate-foot svg{flex:none;margin-top:3px}.earn-teaser{border-top:5px solid var(--fruit);flex-direction:column;align-items:flex-start;gap:8px;padding:20px;display:flex}.earn-teaser strong{font-size:1.35rem}.earn-teaser .btn{margin-top:6px}.autosave{color:var(--muted);align-items:center;gap:8px;font-size:.9rem;font-weight:600;display:flex}.autosave.saved{color:var(--good)}.autosave.error{color:var(--red)}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.top-tiles{grid-template-columns:1fr 1fr;gap:10px;display:grid}.tile{flex-direction:column;align-items:flex-start;gap:2px;min-width:0;padding:14px;display:flex}.tile-label{color:var(--muted);margin-bottom:4px;font-size:.8rem;font-weight:700}.tile-value{color:var(--brown);overflow-wrap:anywhere;font-size:1.45rem;font-weight:800;line-height:1.15}.tile-sub{color:var(--muted);font-size:.78rem}.tile .trend-pill{margin-top:6px;padding:2px 8px;font-size:.78rem}.tile-earn{background:linear-gradient(135deg,#fff6ea 0%,#fde6d2 100%);border-color:#f3d3b4}.tile-earn .tile-label{color:var(--warn)}.tile-question{color:var(--ink);font-size:1.05rem}.tile-cta{color:var(--warn);margin-top:6px;font-size:.88rem;font-weight:700}.price-dates{color:var(--muted);flex-direction:column;gap:1px;margin-top:6px;font-size:.74rem;display:flex}.price-dates .due{color:var(--warn);font-weight:700}.price-trend{flex-direction:column;gap:2px;padding-bottom:8px;display:flex}.chart-val{fill:var(--brown);font-size:11px;font-weight:700}.price-trend-now{color:var(--brown);font-size:1.7rem;font-weight:800;line-height:1.15}.price-trend-now small{color:var(--muted);font-size:.85rem;font-weight:600}.trend-chart{width:100%;height:auto}.trend-stats{border-top:1px solid var(--line);justify-content:space-between;gap:8px;padding-top:8px;font-size:.9rem;display:flex}.tile-btn{margin-top:8px}.month-tips{border-left:5px solid var(--green);flex-direction:column;gap:10px;display:flex}.month-tips-label{color:var(--green);align-items:center;gap:6px;font-weight:800;display:inline-flex}.article-scroll{scroll-snap-type:x mandatory;scrollbar-width:none;align-items:flex-start;gap:10px;margin:0 -16px;padding:2px 16px 6px;display:flex;overflow-x:auto}.article-scroll::-webkit-scrollbar{display:none}.article-card{scroll-snap-align:start;flex-direction:column;flex:0 0 62%;gap:8px;max-width:240px;display:flex}.article-hero{align-items:center;gap:14px;display:flex}.photo-grid{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.photo-add,.photo-thumb{aspect-ratio:1;cursor:pointer;border:0;border-radius:12px;padding:0;overflow:hidden}.photo-add{background:var(--brown-soft);color:var(--brown);border:2px dashed #e4cdb8;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:.8rem;font-weight:700;display:flex}.photo-thumb img{object-fit:cover;background:var(--surface);width:100%;height:100%;display:block}.farm-thumb{object-fit:cover;border-radius:12px;flex:none;width:40px;height:40px}.viewer{z-index:70;padding:env(safe-area-inset-top) 0 env(safe-area-inset-bottom);background:#000000eb;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.viewer img{object-fit:contain;max-width:100%;max-height:calc(100dvh - 80px)}.viewer-bar{color:#fff;align-items:center;gap:10px;margin-top:12px;display:flex}.viewer-bar .icon-btn{color:#fff;background:#ffffff1f;border-color:#0000}.ask{border-top:5px solid var(--fruit)}.ask-label{color:var(--warn);align-items:center;gap:6px;font-weight:800;display:inline-flex}.ask-form{gap:8px;display:flex}.ask-form input{flex:1;min-width:0}.ask-form .btn{flex:none;width:52px;padding:0}.small-choice{min-height:36px;padding:6px 12px;font-size:.85rem;font-weight:600}.ask-answer{background:var(--green-soft);border-radius:14px;flex-direction:column;gap:6px;padding:14px 16px;display:flex}.ask-answer.not-covered{background:var(--surface)}.ask-text{white-space:pre-wrap;line-height:1.55}.plan-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.plan-card{flex-direction:column;gap:2px;padding:14px;display:flex}.plan-extra{color:var(--green);margin-top:6px;font-size:.8rem;font-weight:700}.flow-input{align-items:center;gap:6px;margin-top:8px;display:flex}.flow-input input{text-align:center;width:64px;min-height:36px;padding:4px 8px;font-weight:700}.flow-input span{color:var(--muted);line-height:1.2}.plan-due{border-left:5px solid var(--fruit);background:#fff8f1;flex-direction:column;gap:4px;display:flex}.table-wrap{margin:0 -4px;overflow-x:auto}.data-table{border-collapse:collapse;width:100%;font-size:.88rem}.data-table th,.data-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:8px 6px}.data-table th{color:var(--muted);font-size:.75rem;font-weight:700}.data-table .r{text-align:right;white-space:nowrap}.data-table tr.total td{border-bottom:0;font-weight:800}.data-table tr.current td{background:var(--green-soft);font-weight:700}.print-page{max-width:1000px;margin:0 auto;padding:16px}.print-actions{gap:8px;margin-bottom:16px;display:flex}.print-head{align-items:center;gap:12px;margin-bottom:12px;display:flex}.print-head img{border-radius:10px;width:44px;height:44px}.print-head h1{font-size:1.3rem}.print-table{border-collapse:collapse;width:100%;font-size:.8rem}.print-table th,.print-table td{text-align:left;border:1px solid #555;height:30px;padding:6px}@media print{.print-actions{display:none}.print-page{padding:0}body{background:#fff}}button.tab{cursor:pointer;font:inherit;background:0 0;border:0}.ask-thread{flex-direction:column;gap:10px;max-height:52dvh;padding:4px 2px 12px;display:flex;overflow-y:auto}.ask-empty{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:16px 8px;display:flex}.ask-empty .chip-row{justify-content:center}.bubble{border-radius:18px;max-width:86%;padding:10px 14px;line-height:1.5}.bubble.user{background:var(--green);color:#fff;border-bottom-right-radius:6px;flex-direction:column;align-self:flex-end;gap:6px;display:flex}.bubble.user img{border-radius:12px;width:180px;max-width:100%}.bubble.ai{background:var(--green-soft);border-bottom-left-radius:6px;flex-direction:column;align-self:flex-start;gap:6px;display:flex}.bubble.ai.not-covered,.bubble.ai.pending{background:var(--surface)}.bubble.ai.pending{color:var(--muted);flex-direction:row;align-items:center;gap:8px}.bubble.ai.error{color:var(--red);background:#fbe9e6}.bubble-wide{align-self:stretch}.ask-hint{padding:4px 2px}.composer{border:1.5px solid var(--line);background:var(--surface);border-radius:20px;flex-direction:column;padding:12px 12px 8px 14px;display:flex}.composer:focus-within{border-color:var(--green);background:var(--paper)}.composer textarea{resize:none;background:0 0;border:0;min-height:72px;padding:0;font-size:1.05rem}.composer.roomy textarea,.composer.roomy .recording{min-height:46dvh}.composer textarea:focus{box-shadow:none;background:0 0}.composer .recording{justify-content:center;min-height:72px}.composer-actions{justify-content:flex-end;align-items:center;gap:6px;display:flex}.composer-icon,.composer-send{cursor:pointer;border:0;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.composer-icon{background:var(--green-soft);color:var(--green)}.composer-icon.rec{background:var(--red);color:#fff}.composer-send{background:var(--fruit-grad);color:#fff}.recording{color:var(--red);align-items:center;gap:8px;font-weight:700;display:flex}.rec-dot{background:var(--red);border-radius:50%;width:10px;height:10px;animation:1s ease-in-out infinite pulse}@keyframes pulse{50%{opacity:.3}}.ask-foot{margin-top:8px}.ask-entry{text-align:left;cursor:pointer;border-top:5px solid var(--fruit);align-items:center;gap:14px;width:100%;display:flex}.ask-entry-icons{gap:6px;display:flex}.pnl{flex-direction:column;gap:6px;display:flex}.pnl-row{justify-content:space-between;gap:10px;font-size:.95rem;display:flex}.pnl-row b{white-space:nowrap}.pnl-total{border-top:1.5px solid var(--line);margin-top:2px;padding-top:8px;font-size:1.05rem;font-weight:800}.pos{color:var(--good)}.neg{color:var(--red)}.estimate-pnl{border-top:1px solid #f3d3b4;padding-top:10px}.estimate-sub{color:var(--muted);margin-top:-4px;font-weight:700}.cost-bars{border-top:1px solid var(--line);flex-direction:column;gap:8px;padding-top:10px;display:flex}.cost-bar{grid-template-columns:9.5em 1fr auto;align-items:center;gap:8px;font-size:.85rem;display:grid}.cost-bar-label{color:var(--muted);align-items:center;gap:4px;display:inline-flex}.cost-bar-track{background:var(--surface);border-radius:999px;height:8px;overflow:hidden}.cost-bar-track span{background:var(--fruit);border-radius:999px;height:100%;display:block}.cost-bar-value{white-space:nowrap;font-weight:700}.cost-cats{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px;display:grid}.cost-cat{border:1.5px solid var(--line);background:var(--paper);text-align:center;cursor:pointer;color:var(--ink);border-radius:14px;flex-direction:column;align-items:center;gap:6px;padding:12px 6px;font-size:.8rem;font-weight:600;display:flex}.cost-cat svg{color:var(--green)}.cost-cat.on{border-color:var(--green);background:var(--green-soft)}.amount-input{font-weight:800;font-size:1.5rem!important}.sheet.asklog-sheet{flex-direction:column;height:90dvh;display:flex}.asklog-sheet .sheet-head{margin-bottom:14px}.asklog-tabs{flex:1}.asklog-tabs button{justify-content:center;align-items:center;gap:6px;display:inline-flex}.asklog-panel{flex-direction:column;flex:1;min-height:0;display:flex}.asklog-panel[hidden]{display:none}.asklog-panel .ask-thread{flex:1;min-height:0;max-height:none}.asklog-panel>.stack{overflow-y:auto}.ask-tools{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px;display:grid}.ask-tool{border:1.5px solid var(--line);background:var(--green-soft);min-height:92px;color:var(--green);font:inherit;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-weight:600;display:flex}.ask-tool:active{transform:scale(.98)}.ask-tool:disabled{opacity:.5}.ask-tool.rec{background:var(--red);border-color:var(--red);color:#fff}.asklog-panel .composer{padding:14px 14px 12px;position:relative}.asklog-panel .composer.roomy{flex:1}.asklog-panel .composer.roomy textarea,.asklog-panel .composer.roomy .recording{flex:1;min-height:0}.asklog-panel .composer textarea{min-height:64px;padding-right:44px}.asklog-panel .composer-send{position:absolute;bottom:10px;right:10px}.ask-disclaimer{color:var(--muted);text-align:center;margin:6px 0 0;font-size:.68rem;line-height:1.3}.log-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.log-tile{border:1.5px solid var(--line);background:var(--paper);font:inherit;text-align:center;color:var(--ink);border-radius:18px;flex-direction:column;align-items:center;gap:8px;padding:16px 6px 14px;font-size:.9rem;display:flex}.log-tile:active{transform:scale(.98)}.log-tile-icon{background:var(--green-soft);width:52px;height:52px;color:var(--green);border-radius:50%;place-items:center;display:grid}.log-tile.primary{flex-direction:row;grid-column:span 3;justify-content:center;padding:14px;font-weight:700}.log-tile.primary .log-tile-icon{background:var(--fruit-grad);color:#fff}.log-form-head{align-items:center;gap:12px;display:flex}.log-form-head>div{flex-direction:column;display:flex}.home-actions{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;display:grid}.home-actions .btn{min-height:52px}.young-card{color:var(--ink);align-items:center;gap:12px;padding:12px 14px;text-decoration:none;display:flex}.young-icon{background:var(--green-soft);width:44px;height:44px;color:var(--green);border-radius:14px;flex:none;place-items:center;display:grid}.young-text{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.young-text strong{color:var(--green);font-size:1.05rem}.topbar-me.active{background:var(--green-soft);color:var(--green);border-color:var(--green)}.home-actions .btn{white-space:nowrap;gap:6px;padding-inline:10px;font-size:1rem}.tab-scan>span:last-child{white-space:nowrap;font-size:.72rem}.farm-label{background:var(--green-soft);color:var(--green);white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:2px 10px;font-size:.82rem;font-weight:600;display:inline-flex}.range-select{background-color:var(--green-soft);width:auto;color:var(--green);border:1px solid #0000;border-radius:999px;min-height:0;padding:4px 28px 4px 12px;font-size:.85rem;font-weight:600}.trend-change{font-size:.85rem;font-weight:700}.trend-change.up{color:var(--green)}.trend-change.down{color:var(--red)}.farm-cards{scroll-snap-type:x mandatory;scrollbar-width:none;grid-auto-columns:calc(43.4783% - 10.4348px);grid-auto-flow:column;gap:12px;margin:0 -16px;padding:2px 16px 6px;scroll-padding-inline:16px;display:grid;overflow-x:auto}.farm-cards::-webkit-scrollbar{display:none}.farm-cards.single{grid-auto-columns:100%;margin:0;padding:0}.farm-card{scroll-snap-align:start;color:var(--ink);flex-direction:column;padding:0;text-decoration:none;display:flex;overflow:hidden}.farm-card-photo{aspect-ratio:16/9;object-fit:cover;background:var(--surface);width:100%;display:block}.farm-card-photo.empty{color:var(--green);background:linear-gradient(135deg, var(--green-soft), #f6efe6);place-items:center;display:grid}.farm-card-body{flex-direction:column;align-items:flex-start;gap:6px;padding:10px 14px 14px;display:flex}.farm-card-body strong{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.farm-card-body .round-bar,.farm-card-body>:last-child:not(.farm-label){align-self:stretch}.home-actions{grid-template-columns:repeat(auto-fit,minmax(0,1fr));grid-auto-flow:column}.home-actions .btn{flex-direction:column;gap:4px;min-height:66px;padding:8px 4px;font-size:.85rem;line-height:1.2}.tile-value.neg{color:var(--red)}.tile-earn .tile-btn{white-space:nowrap;justify-content:center;align-self:stretch;gap:4px;padding:6px 10px;font-size:.85rem}.farm-cards:not(.single) .farm-card-photo{aspect-ratio:4/3}.farm-cards:not(.single) .farm-card-body{gap:4px;padding:8px 10px 10px}.farm-cards:not(.single) .farm-card-body strong{font-size:.95rem}.fine{color:var(--muted);margin:0;font-size:.68rem;line-height:1.35}.fine a{color:inherit;text-decoration:underline}.fine.block{font-weight:400;display:block}.data-table.fit{table-layout:auto}.data-table.fit td,.data-table.fit th{overflow-wrap:anywhere}.data-table.fit .r{white-space:normal}.guide-jump{scrollbar-width:none;gap:8px;margin:0 -16px;padding:0 16px 2px;display:flex;overflow-x:auto}.guide-jump::-webkit-scrollbar{display:none}.guide-jump .choice{flex:none}.guide-section{scroll-margin-top:76px}.guide-section>h2{margin:4px 0 0}.problem{border-bottom:1px solid var(--line);padding:12px 14px}.problem:last-child{border-bottom:0}.problem>summary{cursor:pointer;align-items:center;gap:10px;font-weight:600;list-style:none;display:flex}.problem>summary::-webkit-details-marker{display:none}.problem[open]>summary{margin-bottom:8px}.urgency-dot{background:var(--muted);border-radius:50%;flex:none;width:10px;height:10px}.urgency-dot.u-urgent{background:var(--red)}.urgency-dot.u-act{background:#e0661b}.urgency-dot.u-watch{background:#e0a21b}.print-hint{color:#7a6b5d;margin-top:2px;font-size:10px}.sheet-card{flex-direction:column;gap:10px;padding:12px;display:flex}.sheet-card-head{align-items:center;gap:10px;display:flex}.sheet-card-head>div{flex-direction:column;display:flex}.sheet-farm{align-items:center;gap:8px;display:flex}.sheet-farm select{flex:1;min-height:38px;padding:4px 8px}.sheet-rows{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.sheet-row{border:1px solid var(--line);border-radius:12px;align-items:flex-start;gap:8px;padding:8px;display:flex}.sheet-row.off{opacity:.55}.sheet-row.saved{background:var(--green-soft);border-color:#0000}.sheet-row>input[type=checkbox]{width:20px;height:20px;accent-color:var(--green);flex:none;margin-top:8px}.sheet-row-fields{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.sheet-row-line{align-items:center;gap:6px;display:flex}.sheet-row-line input,.sheet-row-line select{min-width:0;min-height:36px;padding:4px 8px;font-size:.9rem}.sheet-row-line input[type=date]{flex:1.4}.sheet-row-line .num,.sheet-row-line.meta select{flex:1}.sheet-row .ok{color:var(--green);flex:none}.ok-text{color:var(--green);margin:0;font-weight:700}.error-text{color:var(--red)}.sheet-row-line>*{flex:1}.unit-input{border:1px solid var(--line);background:var(--surface);border-radius:10px;align-items:center;gap:4px;min-width:0;padding:0 8px;display:flex}.unit-input input{width:100%;box-shadow:none!important;background:0 0!important;border:0!important;min-height:34px!important;padding:4px 0!important}.unit-input span{color:var(--muted);flex:none;font-size:.8rem}.sheet-row .ok{flex:none!important}
