:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:root{--green:#2e7d32;--green-dark:#1b5e20;--danger:#b3261e;--tap:44px}*{box-sizing:border-box}body{margin:0}.app-frame{flex-direction:column;min-height:100vh;display:flex}.app-header{background:var(--green);color:#fff;flex-wrap:wrap;align-items:center;gap:1rem;padding:.5rem 1rem;display:flex}.app-header a{color:#fff;min-height:var(--tap);border-radius:6px;align-items:center;padding:.5rem .75rem;text-decoration:none;display:inline-flex}.app-header a.active{background:#ffffff2e}.brand{font-size:1.15rem;font-weight:700}.main-nav{flex-wrap:wrap;flex:1;gap:.25rem;display:flex}@media (width<=700px){.app-header{flex-wrap:wrap;gap:.25rem .5rem}.session{flex-wrap:wrap;gap:.5rem}}.session{align-items:center;gap:.75rem;display:flex}.who{flex-direction:column;font-size:.9rem;line-height:1.2;display:flex}.who small{opacity:.85;font-size:.75rem}.admin-frame{flex:1;grid-template-columns:220px 1fr;display:grid}.admin-nav{border-right:1px solid var(--border);flex-direction:column;gap:.25rem;padding:1rem .5rem;display:flex}.admin-nav a{color:var(--text-h);min-height:var(--tap);border-radius:6px;align-items:center;padding:.65rem .85rem;text-decoration:none;display:flex}.admin-nav a.active{background:var(--accent-bg,#2e7d321f);color:var(--green-dark);font-weight:600}.admin-main,.home,.reference,.login-page{width:100%;max-width:1100px;padding:1.25rem}.centered{place-items:center;min-height:60vh;display:grid}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}h1{color:var(--text-h);margin:0 0 .25rem;font-size:1.6rem}h2{color:var(--text-h);margin:0 0 .75rem;font-size:1.15rem}.muted{color:var(--text);margin:0}.banner{color:#5d4037;background:#fff8e1;border:1px solid #ffe082;border-radius:6px;margin:0 0 1rem;padding:.6rem .9rem}.error{color:var(--danger);margin:.5rem 0}.success{color:var(--green-dark);margin:.5rem 0}.card{border:1px solid var(--border);background:var(--bg);border-radius:10px;margin-bottom:1rem;padding:1rem 1.25rem}.link-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.link-card{color:var(--text-h);min-height:var(--tap);font-weight:600;text-decoration:none;display:block}.link-card:hover{border-color:var(--green)}.record-form label{color:var(--text-h);flex-direction:column;gap:.3rem;margin-bottom:.9rem;font-weight:500;display:flex}.record-form label.checkbox{flex-direction:row;align-items:center;gap:.6rem}.record-form input:not([type=checkbox]),.record-form select,.record-form textarea{font:inherit;border:1px solid var(--border);min-height:var(--tap);background:var(--bg);color:var(--text-h);border-radius:6px;padding:.6rem .7rem}.record-form textarea{min-height:80px}.record-form input[type=checkbox]{width:1.4rem;height:1.4rem}.hint{color:var(--text);font-size:.85rem;font-weight:400}.form-actions{gap:.5rem;margin-top:.5rem;display:flex}button{font:inherit;min-height:var(--tap);border:1px solid var(--border);background:var(--bg);color:var(--text-h);cursor:pointer;border-radius:6px;padding:.5rem .9rem}button:disabled{opacity:.5;cursor:default}button.primary{background:var(--green);border-color:var(--green);color:#fff;font-weight:600}.app-header button{color:#fff;background:0 0;border-color:#ffffff80}.table-wrap{overflow-x:auto}.data-table{border-collapse:collapse;width:100%}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:middle;padding:.6rem}.data-table th{color:var(--text);text-transform:uppercase;letter-spacing:.04em;font-size:.85rem;font-weight:600}.data-table tr.inactive td{color:var(--text)}.data-table .actions{flex-wrap:wrap;justify-content:flex-end;gap:.35rem;display:flex}.data-table .actions button{min-height:38px;padding:.35rem .7rem}.order-cell{white-space:nowrap}.order-cell button{min-height:34px;padding:.2rem .5rem}.pill{border-radius:999px;padding:.15rem .6rem;font-size:.8rem;font-weight:600;display:inline-block}.pill-on{color:var(--green-dark);background:#2e7d3224}.pill-off{color:var(--text);background:#00000014}.tree-grid{grid-template-columns:repeat(auto-fill,minmax(52px,1fr));gap:.4rem;margin-bottom:.75rem;display:grid}.tree{min-height:var(--tap);border-radius:8px;font-weight:600}.tree-on{border-color:var(--green);color:var(--green-dark);background:#2e7d3224}.tree-off{opacity:.6;text-decoration:line-through}.reference-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem;display:grid}.reference ul{margin:0;padding-left:1.1rem}.login-page{place-items:center;min-height:100vh;margin:0 auto;display:grid}.login-card{width:min(420px,100%)}.login-card label{color:var(--text-h);flex-direction:column;gap:.3rem;margin-bottom:.9rem;display:flex}.login-card input{font:inherit;border:1px solid var(--border);min-height:var(--tap);border-radius:6px;padding:.6rem .7rem}.login-card button{width:100%}@media (width<=800px){.admin-frame{grid-template-columns:1fr}.admin-nav{border-right:0;border-bottom:1px solid var(--border);flex-flow:wrap}.data-table thead{display:none}.data-table tr{border-bottom:1px solid var(--border);padding:.5rem 0;display:block}.data-table td{border:0;justify-content:space-between;gap:1rem;padding:.3rem .4rem;display:flex}.data-table td[data-label]:before{content:attr(data-label);color:var(--text);font-size:.85rem}.data-table .actions{justify-content:flex-start}}.connectivity{opacity:.85;font-size:.75rem}.small{margin-top:.75rem;font-size:.85rem}.fm-home,.fm-page{width:100%;max-width:900px;margin:0 auto;padding:1rem}.fm-date{color:var(--text-h);margin:0;font-size:1.35rem;font-weight:700}.sync-status{border-radius:999px;margin-top:.4rem;padding:.2rem .6rem;font-size:.85rem;display:inline-block}.sync-online{color:var(--green-dark);background:#2e7d3224}.sync-offline{color:#8a4b00;background:#fff3e0}.fm-status-row{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem;margin-bottom:1rem;display:grid}.status-card{color:var(--text-h);flex-direction:column;gap:.25rem;min-height:92px;text-decoration:none;display:flex}.status-label{color:var(--text);text-transform:uppercase;letter-spacing:.04em;font-size:.85rem}.status-value{font-size:1.5rem;font-weight:700}.status-card progress{width:100%;height:12px;accent-color:var(--green)}.priority-card{min-height:60px;text-decoration:none;display:block}.tile-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1rem;display:grid}@media (width>=700px){.tile-grid{grid-template-columns:repeat(4,1fr)}}.tile{border:1px solid var(--border);min-height:110px;color:var(--text-h);border-radius:12px;flex-direction:column;align-items:flex-start;gap:.35rem;padding:.9rem;font-size:1.05rem;font-weight:600;text-decoration:none;display:flex}.tile-live{border-color:var(--green);background:#2e7d320f}.tile-soon{opacity:.8}.tile-icon{font-size:1.6rem}.tile-badge{color:var(--text);margin-top:auto;font-size:.75rem;font-weight:500}.big-button{border:1px solid var(--border);background:var(--bg);min-height:56px;color:var(--text-h);border-radius:10px;justify-content:center;align-items:center;width:100%;padding:.75rem 1.1rem;font-size:1.05rem;font-weight:600;text-decoration:none;display:inline-flex}.big-button.primary{background:var(--green);border-color:var(--green);color:#fff}.time-header{flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-bottom:.75rem;display:flex}.day-nav{flex:1;align-items:center;gap:.5rem;display:flex}.day-nav button{min-width:48px;font-size:1.4rem}.day-title h1{margin:0;font-size:1.4rem}.worker-list{grid-template-columns:1fr;gap:.6rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=700px){.worker-list{grid-template-columns:repeat(2,1fr)}}.worker-card{text-align:left;border-width:2px;border-radius:12px;flex-direction:column;gap:.2rem;width:100%;min-height:84px;padding:.85rem 1rem;display:flex}.worker-card:disabled{opacity:.6}.worker-name{align-items:center;gap:.5rem;font-size:1.15rem;font-weight:700;display:flex}.me-badge{color:var(--green-dark);background:#2e7d3224;border-radius:999px;padding:.1rem .5rem;font-size:.7rem;font-weight:600}.worker-status{font-size:1rem}.tone-working{border-color:var(--green);background:#2e7d3214}.tone-break{background:#fff8e1;border-color:#f9a825}.tone-done{border-color:var(--border)}.time-editor{margin-bottom:1rem}.editor-header{justify-content:space-between;align-items:center;display:flex}.editor-header h2{margin:0}.time-row{grid-template-columns:1fr;align-items:end;gap:.6rem;margin:.75rem 0;display:grid}@media (width>=520px){.time-row{grid-template-columns:1fr 1fr}.break-row{grid-template-columns:1fr 1fr auto}}.time-row label{color:var(--text-h);flex-direction:column;gap:.3rem;font-weight:600;display:flex}.time-row input[type=time]{font:inherit;border:1px solid var(--border);background:var(--bg);min-height:56px;color:var(--text-h);border-radius:10px;max-width:100%;padding:.5rem .7rem;font-size:1.25rem}.breaks h3{color:var(--text);margin:.5rem 0 .25rem;font-size:1rem}.link-button{color:var(--danger);background:0 0;border:none;min-height:44px;text-decoration:underline}.hours-summary{background:#2e7d320f;border-radius:10px;grid-template-columns:repeat(3,1fr);gap:.5rem;margin:.75rem 0;padding:.75rem;display:grid}.hours-summary div{flex-direction:column;display:flex}.hours-summary dt{color:var(--text);text-transform:uppercase;font-size:.8rem}.hours-summary dd{color:var(--text-h);margin:0;font-size:1.2rem;font-weight:700}.time-editor .form-actions{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.daily-report-form fieldset{border:1px solid var(--border);margin:0 0 .9rem;padding:.9rem 1rem .4rem}.daily-report-form legend,.daily-report-form h2{color:var(--text-h);margin:0 0 .5rem;padding:0 .3rem;font-size:1.05rem;font-weight:700}.report-status{margin:0 0 .75rem;font-size:1.05rem}.chip-row{flex-wrap:wrap;gap:.5rem;margin-bottom:.9rem;display:flex}.chip{min-height:var(--tap);border:2px solid var(--border);background:var(--bg);border-radius:999px;padding:.5rem .95rem;font-weight:600}.chip-on{border-color:var(--green);color:var(--green-dark);background:#2e7d3224}.report-time-list{gap:.5rem;margin:0 0 .75rem;padding:0;list-style:none;display:grid}.report-time-list li{border-bottom:1px solid var(--border);flex-direction:column;gap:.15rem;padding:.5rem 0;display:flex}.daily-report-form .form-actions{margin:.5rem 0 .75rem}.activity-list{gap:.6rem;margin:.75rem 0;padding:0;list-style:none;display:grid}@media (width>=700px){.activity-list{grid-template-columns:repeat(2,1fr)}}.activity-card{color:var(--text-h);flex-direction:column;gap:.2rem;min-height:84px;text-decoration:none;display:flex}.worker-checks{grid-template-columns:1fr;gap:.4rem;margin-bottom:.75rem;display:grid}@media (width>=520px){.worker-checks{grid-template-columns:repeat(2,1fr)}}.worker-check{min-height:var(--tap);border:1px solid var(--border);border-radius:10px;padding:.4rem .6rem;font-size:1.05rem}.location-row,.material-row{border-bottom:1px dashed var(--border);grid-template-columns:1fr;align-items:end;gap:.5rem;margin-bottom:.6rem;padding:.6rem 0;display:grid}@media (width>=700px){.location-row{grid-template-columns:1fr 1fr auto}.material-row{grid-template-columns:2fr 1fr 1fr 2fr auto}}.activity-form-page .editor-header{margin-bottom:.75rem}.activity-form-page h1{margin:0;font-size:1.4rem}.photo-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.6rem;margin:0 0 .75rem;padding:0;list-style:none;display:grid}.photo-grid img{aspect-ratio:1;object-fit:cover;border:1px solid var(--border);border-radius:8px;width:100%}.photo-mismatch img{border-width:2px;border-color:#f9a825}.photo-meta{flex-direction:column;gap:.2rem;margin-top:.3rem;display:flex}.photo-controls{flex-direction:column;gap:.5rem;display:flex}.photo-controls .big-button{cursor:pointer}.me-badge.attention{color:#8a4b00;background:#fff3e0}.issue-resolved{opacity:.75}.tree-flag{background:#fff3e0;border-color:#f9a825}.tree-note{background:#2e7d321a}.tree-grid a{text-decoration:none}.observation{border-bottom:1px solid var(--border);flex-direction:column;gap:.25rem;padding:.6rem 0;display:flex}.priority-section{margin-bottom:1rem}.priority-list{gap:.6rem;margin:.5rem 0;padding:0;list-style:none;display:grid}.priority-item{flex-direction:column;gap:.3rem;display:flex}.priority-item.overdue{border-color:#f9a825}.priority-item.status-deferred{opacity:.85}.priority-head{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.priority-rank{background:var(--green);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:2rem;height:2rem;font-weight:700;display:inline-flex}.priority-actions{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.drag-handle{cursor:grab;min-width:var(--tap);touch-action:none}.position-field{align-items:center;gap:.3rem;font-size:.9rem;display:inline-flex}.position-field input{width:4rem;min-height:var(--tap)}.todo-block{margin-top:.75rem}.modal-backdrop{z-index:50;background:#00000073;justify-content:center;align-items:flex-end;padding:1rem;display:flex;position:fixed;inset:0}@media (width>=700px){.modal-backdrop{align-items:center}}.modal{width:100%;max-width:560px;max-height:90vh;overflow:auto}.conversation{gap:.5rem;margin:0 0 .75rem;padding:0;list-style:none;display:grid}.conversation li{background:#0000000a;border-radius:10px;flex-direction:column;gap:.15rem;padding:.5rem .75rem;display:flex}.conversation li.mine{background:#2e7d321a}.task-instructions{white-space:pre-wrap}.bell{margin-right:.5rem;text-decoration:none;position:relative}.bell-count{color:#fff;background:#c62828;border-radius:999px;padding:0 .35rem;font-size:.7rem;position:absolute;top:-.4rem;right:-.6rem}.calendar-grid{grid-template-columns:1fr;gap:.5rem;margin:.75rem 0;padding:0;list-style:none;display:grid}@media (width>=700px){.calendar-grid.view-week,.calendar-grid.view-month{grid-template-columns:repeat(7,1fr)}}.calendar-day{flex-direction:column;gap:.25rem;min-height:90px;padding:.5rem;display:flex}.calendar-day.today{border-color:var(--green);border-width:2px}.calendar-day-head{justify-content:space-between;align-items:baseline;gap:.4rem;display:flex}.cal-item{color:var(--text-h);background:#2e7d321a;border-radius:6px;padding:.15rem .4rem;font-size:.85rem;text-decoration:none}.cal-item.projected{color:var(--text);background:#0000000d}.cal-item.activity{background:#2196f31f}.cal-item.harvest{background:#ff980029}.cal-item.status-completed{opacity:.7;text-decoration:line-through}.photo-thumb{border-radius:8px;max-width:100%;max-height:320px;margin:.5rem 0;display:block}.compare-table{border-collapse:collapse;width:100%;font-size:.9rem}.compare-table th,.compare-table td{text-align:left;vertical-align:top;border-bottom:1px solid #00000014;padding:.35rem .5rem}.compare-table th[scope=col]{font-weight:600}.dash-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem;max-width:100%;margin:0 0 .75rem;padding:0;list-style:none;display:grid}.dash-card{overflow-wrap:anywhere;min-width:0;margin:0}.dash-card h3{justify-content:space-between;align-items:baseline;gap:.5rem;margin:0 0 .5rem;font-size:1rem;display:flex}.dash-count{background:var(--green);color:#fff;text-align:center;border-radius:999px;min-width:1.6rem;padding:0 .6rem;font-size:.85rem}.dash-empty .dash-count{background:var(--border);color:var(--text)}.dash-items{gap:.35rem;margin:0;padding:0;font-size:.92rem;list-style:none;display:grid}.header-search input{border:1px solid var(--border);border-radius:6px;max-width:11rem;min-height:2rem;padding:0 .5rem}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.tabs{flex-wrap:wrap;gap:.35rem;margin-bottom:.75rem;display:flex}.tab{min-height:var(--tap);border:1px solid var(--border);background:var(--bg);border-radius:8px;padding:0 .8rem}.tab.active{border-color:var(--green);font-weight:600}.reports-page .table-wrap,.dash-grid{overflow-x:auto}.project-grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.project-card{flex-direction:column;gap:.55rem;margin:0;display:flex}.project-card-head{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.project-card-head>div{flex-direction:column;gap:.35rem;display:flex}.project-card progress,.project-detail progress{width:100%;height:.65rem;accent-color:var(--forest)}.project-metrics{color:var(--text);flex-wrap:wrap;justify-content:space-between;gap:.5rem;font-size:.85rem;display:flex}.project-status-planning{background:var(--sage);color:var(--forest)}.project-status-active{color:var(--forest);background:#dcebdc}.project-status-on_hold{color:#765a1b;background:#f5e8cb}.project-status-completed{color:var(--forest);background:#dce5e1}.project-status-archived{color:var(--text);background:#e8e8e3}.project-summary-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.75rem;margin-bottom:1rem;display:grid}.project-summary-grid .card{flex-direction:column;gap:.35rem;margin:0;display:flex}.project-task-list{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.project-task-list li{border-bottom:1px solid var(--border);flex-direction:column;gap:.2rem;padding:.65rem 0;display:flex}.empty-state{text-align:center}.section-heading{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.section-heading h2{margin-bottom:0}@media (width<=800px){.header-search{display:none}}.export-buttons{flex-wrap:wrap;align-items:center;gap:.5rem;margin:.25rem 0 .75rem;display:flex}.farm-map{max-width:100%;margin:.5rem 0 1rem}.farm-map img{border:1px solid var(--border);background:var(--bg);border-radius:8px;max-width:100%;height:auto}.update-banner,.install-banner{flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin:.5rem 1rem;display:flex}.update-banner span,.install-banner span{flex:18rem}.plain-list{margin:.5rem 0;padding:0;list-style:none}.plain-list li{border-top:1px solid #e5e5e5;padding:.4rem 0}.link-button{color:#1a5e9a;cursor:pointer;background:0 0;border:none;padding:0 .5rem;text-decoration:underline}button.secondary{color:#2e7d32;background:#fff;border:1px solid #2e7d32;margin-top:.5rem}a.who{color:inherit;text-decoration:none}:root{--forest:#174d3b;--forest-soft:#27664d;--ink:#25352e;--moss:#6f8662;--sage:#e5eadb;--cream:#f4f0e6;--paper:#fbfaf6;--line:#d8ded3;--coral:#d77854;--gold:#d6a749;--bg:var(--cream);--text:#68766b;--text-h:var(--ink);--border:var(--line);--green:var(--forest);--green-dark:#123c2f;--accent-bg:#e5edde;color:var(--ink);background:var(--cream);font-family:Plus Jakarta Sans,Avenir Next,Avenir,sans-serif}body{background:var(--cream);color:var(--ink);font-family:Plus Jakarta Sans,Avenir Next,Avenir,sans-serif}#root{text-align:left;border:0;width:100%;max-width:none}.app-frame{background:radial-gradient(circle at 88% 4%, #e5eadbcc, transparent 25rem), var(--cream);min-height:100svh}.app-header{z-index:5;background:var(--forest);color:#f1f5eb;border-bottom:1px solid #ffffff21;grid-template-rows:auto auto;grid-template-columns:1fr auto;align-items:center;gap:1.25rem;min-height:158px;padding:.7rem clamp(1rem,3vw,3rem);display:grid;position:relative}.shell-brand{color:#fff;flex-direction:column;grid-area:1/1/auto/-1;justify-self:center;align-items:center;gap:.3rem;min-height:92px;text-decoration:none;display:flex}.shell-brand img{object-fit:cover;border:3px solid #ffffffc7;border-radius:50%;width:88px;height:88px}.shell-brand span{flex-direction:column;align-items:center;line-height:1.05;display:flex}.shell-brand strong{letter-spacing:-.02em;font-family:Georgia,Times New Roman,serif;font-size:1.35rem}.shell-brand small{color:#a9c0aa;letter-spacing:.1em;text-transform:uppercase;margin-top:.35rem;font-family:ui-monospace,Consolas,monospace;font-size:.68rem}.main-nav{flex-wrap:nowrap;grid-area:2/1;justify-content:center;gap:.2rem}.app-header a{color:#bfd0bf;white-space:nowrap;border-radius:7px;min-height:40px;padding:.45rem .65rem;font-size:.75rem}.app-header a:hover,.app-header a.active{color:#fff;background:#ffffff21}.session{grid-area:2/2;justify-content:flex-end;gap:.55rem}.session .connectivity,.session .sync-status{color:#bed0bd;font-size:.66rem}.session .sync-status a{min-height:auto;color:inherit;padding:0}.session .who{color:#fff;text-align:right;font-size:.72rem}.session .who small{color:#a9c0aa;font-size:.62rem}.session>button{border-color:#ffffff4d;min-height:34px;padding:.35rem .7rem;font-size:.7rem}.mobile-nav{display:none}.shell-notice{color:#7b6030;background:#fbf1d9;border:1px solid #e3c98d;border-radius:8px;max-width:1200px;margin:.9rem auto 0;padding:.7rem 1rem;font-size:.78rem}.home,.fm-home,.admin-main,.reference,.login-page{max-width:1200px;padding:clamp(1.2rem,3vw,2.5rem)}.home{margin:0 auto}.home-hero{background:#e5edde;border:1px solid #cbd6c7;border-radius:16px;justify-content:space-between;align-items:center;gap:2rem;min-height:170px;margin-bottom:1.4rem;padding:clamp(1.25rem,4vw,2.5rem);display:flex;overflow:hidden}.eyebrow{color:#718273;letter-spacing:.1em;text-transform:uppercase;margin:0 0 .65rem;font-family:ui-monospace,Consolas,monospace;font-size:.65rem}.home h1{color:var(--forest);letter-spacing:-.06em;margin:0 0 .35rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,5vw,3.2rem)}.home-hero-image{background:linear-gradient(#0000,#174d3b40),url(/images/farm-aerial.jpg) 50%/cover;border-radius:10px;width:min(32%,300px);min-width:170px;height:130px}.home-section{margin-top:2rem}.home-section h2{color:var(--forest);font-family:Georgia,Times New Roman,serif;font-size:1.45rem}.farm-health{margin-bottom:1rem}.dash-grid{gap:.85rem}.dash-card,.card{border-color:var(--line);background:var(--paper);border-radius:11px;box-shadow:0 8px 24px #2c3c2f0f}.link-card{align-items:center;min-height:72px;transition:border-color .16s,transform .16s,box-shadow .16s;display:flex}.link-card:hover{border-color:#94ad93;transform:translateY(-2px);box-shadow:0 10px 25px #2c3c2f1a}.login-page{background:linear-gradient(90deg,#174d3bd6,#174d3b7a),url(/images/farm-campus.jpg) 50%/cover;place-items:center;width:100%;max-width:none;min-height:calc(100svh - 2rem);margin:0;padding:2rem;display:grid;position:relative}.login-card{background:#fbfaf6f7;border:1px solid #d8ded3f2;border-radius:15px;width:min(470px,100%);margin:0;padding:clamp(1.7rem,5vw,3rem);box-shadow:0 24px 70px #0e342740}.login-brand{text-align:center;flex-direction:column;align-items:center;margin:-.4rem 0 1.2rem;display:flex}.login-brand img{object-fit:cover;border:4px solid #e2e9d9;border-radius:50%;width:104px;height:104px;margin-bottom:.8rem;box-shadow:0 7px 18px #174d3b24}.login-card h1{color:var(--forest);letter-spacing:-.05em;text-align:center;margin:0 0 .4rem;font-family:Georgia,Times New Roman,serif;font-size:2rem}.login-card>.muted{text-align:center;margin-bottom:1.45rem}.login-card label{color:#667466;letter-spacing:.07em;text-transform:uppercase;font-size:.72rem;font-weight:700}.login-card input{border-color:var(--line);color:var(--ink);background:#f3f5ee;border-radius:8px;margin-top:.1rem}.login-card button.primary{border-color:var(--forest);background:var(--forest);border-radius:8px;min-height:48px;margin-top:.4rem}.login-card button.primary:hover{background:var(--forest-soft)}.login-card .secondary{color:var(--forest);border-color:#aec2ad}.fm-home{margin:0 auto}.fm-header{margin-bottom:1.3rem}.fm-field-status{color:#5d7d62;background:#e8f0e5;border:1px solid #cbdcc8;border-radius:999px;width:fit-content;margin-top:.7rem;padding:.35rem .65rem;font-size:.68rem;display:inline-flex}.fm-field-status.is-offline{color:#806331;background:#fbf1d9;border-color:#e3c98d}.fm-date{color:var(--forest);letter-spacing:-.05em;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,5vw,2.7rem)}.fm-status-row{gap:.85rem}.status-card{border-color:var(--line);background:var(--paper);border-radius:11px;min-height:120px}.status-label{color:#788678;letter-spacing:.09em;font-family:ui-monospace,Consolas,monospace;font-size:.66rem}.status-value{color:var(--forest);font-family:Georgia,Times New Roman,serif;font-size:1.85rem}.tile-grid{gap:.8rem}.tile{border-color:var(--line);background:var(--paper);border-radius:11px;min-height:128px;transition:border-color .16s,transform .16s;box-shadow:0 6px 18px #2c3c2f0d}.tile:hover{border-color:#90aa8f;transform:translateY(-2px)}.tile-icon{width:38px;height:38px;color:var(--forest);background:#e4edde;border-radius:9px;place-items:center;font-size:0;display:grid}.tile-icon svg{width:21px;height:21px}.tile-label{color:var(--ink)}.tile-badge.live{color:#66806a}.admin-frame{grid-template-columns:220px 1fr;width:100%;max-width:1280px;margin:0 auto}.admin-nav{border-color:var(--line);background:#fbfaf68f}.admin-nav a{color:#5d7062;font-size:.76rem}.admin-nav a.active{color:var(--forest);background:#e4edde}@media (width<=1050px){.app-header{grid-template-columns:1fr auto}.main-nav{justify-content:flex-start;overflow-x:auto}}@media (width<=700px){.app-header{flex-wrap:wrap;min-height:132px;padding:.65rem .9rem 4.2rem;display:flex}.shell-brand{justify-content:center;width:100%}.shell-brand img{width:82px;height:82px}.main-nav,.session{display:none}.mobile-nav{border-top:1px solid #ffffff24;justify-content:space-around;padding:.45rem .2rem .55rem;display:flex;position:absolute;bottom:0;left:0;right:0}.mobile-nav a{color:#a9c0aa;place-items:center;gap:.12rem;min-height:38px;padding:.2rem .6rem;font-size:.62rem;display:grid}.mobile-nav a.active{color:#fff;background:0 0}.mobile-nav-icon{border:1.5px solid;border-radius:50%;width:15px;height:15px;display:block}.mobile-nav-work{border-radius:3px}.mobile-nav-updates{border-radius:3px 3px 7px 7px}.mobile-nav-more{border-style:dashed}.shell-notice{margin:.7rem .8rem 0;font-size:.68rem}.home,.fm-home,.admin-main,.reference{padding:1.1rem .85rem 5.5rem}.home-hero{min-height:auto;padding:1.25rem;display:block}.home-hero-image{width:100%;min-width:0;height:90px;margin-top:1rem}.login-page{background:linear-gradient(90deg,#174d3bc7,#174d3b99),url(/images/farm-campus.jpg) 50%/cover;min-height:100svh;padding:1rem}.login-card{padding:1.5rem}.login-brand img{width:88px;height:88px}.tile-grid{grid-template-columns:repeat(2,1fr)}.tile{min-height:116px}.admin-frame{grid-template-columns:1fr}.admin-nav{flex-flow:row;overflow-x:auto}}
