:root{color-scheme:light;--bg:#f2ead8;--surface:#fffaf0;--ink:#243023;--muted:#64715e;--line:#d9ccb4;--accent:#247044;--accent2:#e68a2e;--bad:#b64032;--warn:#9b6500;--good:#247044}*{box-sizing:border-box}body{margin:0;background:linear-gradient(135deg,#efe3c8,#fbf7ec 48%,#e8f0db);color:var(--ink);font-family:Inter,Segoe UI,Arial,sans-serif}button,input,textarea,select{font:inherit}button[hidden],[hidden]{display:none!important}.garden-top{display:flex;align-items:center;justify-content:space-between;padding:16px 22px;background:#fff8e8dd;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:4}.brand{display:flex;gap:14px;align-items:center}.brand img{width:58px;height:58px}.brand p{margin:0;text-transform:uppercase;color:var(--muted);font-size:12px;font-weight:900;letter-spacing:.08em}.brand h1{margin:2px 0 0;font-size:25px}.trust{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.trust span{border:1px solid var(--line);background:#fffdf5;border-radius:999px;padding:7px 10px;color:var(--accent);font-weight:900}.theme-picker{display:flex;align-items:center;gap:7px;border:1px solid var(--line);background:#fffdf5;border-radius:999px;padding:4px 8px;color:var(--accent);font-weight:900}.theme-picker select{width:auto;min-width:92px;border-radius:999px;padding:5px 8px}.garden-board{display:grid;grid-template-columns:290px minmax(0,1fr) 330px;gap:14px;padding:14px;min-height:calc(100vh - 91px)}.crop-rail,.bed-stage,.season-panel{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:16px;min-width:0}.crop-rail,.season-panel{display:flex;flex-direction:column;gap:12px}.grid-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}label{display:grid;gap:5px;font-weight:850;color:#35452f;font-size:13px}input,select,textarea{width:100%;border:1px solid #c8ba9d;border-radius:7px;background:#fff;padding:9px;color:var(--ink)}button,a{min-height:38px;border:1px solid var(--line);border-radius:7px;background:#fff9eb;color:var(--ink);padding:0 12px;font-weight:900;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.primary{background:var(--accent);border-color:var(--accent);color:#fff}.danger{background:#fff0ea;border-color:#e2b0a1;color:#80281f}.actions{display:flex;gap:9px;flex-wrap:wrap}.vertical{display:grid}.bed-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.bed-head p{margin:0;color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:.08em}.bed-head h2{font-size:28px;margin:2px 0 0}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:12px 0}.metric{border:1px solid var(--line);background:#fffdf6;border-radius:8px;padding:10px}.metric span{display:block;color:var(--muted);font-size:12px;font-weight:900}.metric strong{font-size:26px}.bed-grid{display:grid;gap:6px;background:#6e8c5f;border:12px solid #a56f3a;border-radius:14px;padding:10px;min-height:410px;box-shadow:inset 0 0 0 2px #5a3a20}.cell{min-height:78px;background:#d6b47c;border:1px solid #9e794a;border-radius:7px;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:900;color:#20351f}.cell.planted{background:linear-gradient(135deg,#72b56f,#d9e98f);color:#173018}.warnings,.task-list{display:grid;gap:8px}.warning,.task,.crop-card{border:1px solid var(--line);background:#fffdf6;border-radius:8px;padding:10px}.status{min-height:22px;color:var(--muted);font-weight:800}pre{white-space:pre-wrap;margin:0;background:#1f2e20;color:#f7ffe9;border-radius:8px;padding:12px;min-height:170px;max-height:300px;overflow:auto}footer{display:flex;gap:12px;flex-wrap:wrap;margin-top:auto}footer a{color:var(--accent)}@media(max-width:1100px){.garden-board{grid-template-columns:1fr}.garden-top{align-items:flex-start;flex-direction:column}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.garden-board{padding:8px}.metrics,.grid-fields{grid-template-columns:1fr}.actions button,.vertical button{width:100%}.bed-head{display:block}.cell{min-height:64px}}
:root[data-theme=dark]{color-scheme:dark;--bg:#101810;--surface:#172019;--ink:#f3faec;--muted:#b8c7ae;--line:#364237;--accent:#69bf79;--accent2:#f0a650}:root[data-theme=dark] body{background:linear-gradient(135deg,#101810,#162018 45%,#251f17);color:var(--ink)}:root[data-theme=dark] .garden-top{background:#101810ee}:root[data-theme=dark] .trust span,:root[data-theme=dark] .theme-picker{background:#19231a;color:#dff5d5}:root[data-theme=dark] .crop-rail,:root[data-theme=dark] .bed-stage,:root[data-theme=dark] .season-panel{background:var(--surface)}:root[data-theme=dark] label{color:#dbe9d2}:root[data-theme=dark] input,:root[data-theme=dark] textarea,:root[data-theme=dark] select{background:#0f1611;color:var(--ink);border-color:#465548}:root[data-theme=dark] button,:root[data-theme=dark] a{background:#1e2a20;color:var(--ink);border-color:#465548}:root[data-theme=dark] .primary{background:#2d8a52;color:#fff}:root[data-theme=dark] .danger{background:#3a211f;color:#ffd7d2}:root[data-theme=dark] .metric,:root[data-theme=dark] .warning,:root[data-theme=dark] .task,:root[data-theme=dark] .crop-card{background:#101810}:root[data-theme=dark] .bed-grid{background:#3d5a38;border-color:#704b2c}:root[data-theme=dark] .cell{background:#8d7044;color:#101810}:root[data-theme=dark] .cell.planted{background:linear-gradient(135deg,#3d9858,#b6d66d);color:#08140b}:root[data-theme=dark] pre{background:#090f0b;color:#f3faec}:root[data-theme=dark] footer a{color:#97dda4}

/* portfolio-theme-toggle */
.theme-picker{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line,#ccd4dc);background:var(--panel,var(--paper,#fff));border-radius:999px;padding:4px 8px;color:var(--accent,var(--primary,var(--ink,var(--text,#172026))));font-weight:900;white-space:nowrap}.theme-picker select{width:auto;min-width:92px;border-radius:999px;padding:5px 8px}.theme-dock{position:fixed;right:12px;top:12px;z-index:20}:root[data-theme=light]{color-scheme:light}:root[data-theme=dark]{color-scheme:dark;--bg:#10141a;--text:#f5f7fb;--ink:#f5f7fb;--muted:#b8c2ce;--line:#34404d;--panel:#171d26;--paper:#171d26;--surface:#171d26;--surface2:#202938;--field:#10141a;--soft:#202938;--primary:#7bb7ff;--primary-strong:#9cccff;--accent:#7bb7ff;--accent-strong:#9cccff;--accent-soft:#1b2b3c;--accent-2:#ffb86b;--teal:#4fc8d0;--teal-dark:#76d7df;--forge:#ff805f;--cool:#63c8d4;--sage:#a9bd7b;--clay:#ff8b67;--clay-2:#ffb58f;--green:#8adfb1;--green-2:#66c99a;--blue:#8fc4ff;--ok:#80ed99;--good:#80ed99;--warn:#ffd166;--bad:#ff8a80;--danger:#ff8a80;--shadow:0 18px 48px rgba(0,0,0,.35)}:root[data-theme=dark] body{background:var(--bg)!important;color:var(--ink,var(--text))!important}:root[data-theme=dark] :is(.topbar,.app-header,.garden-top,.event-top,header,.panel,.card,.dropzone,.result,.queue,.sidebar,.workspace,.stage,.sheet,.preview,.canvas,.details,.hero,.trust-strip,.trust-row,.crop-rail,.bed-stage,.season-panel,.cue-stack,.timeline-desk,.crew-panel,section,aside){border-color:var(--line)!important}:root[data-theme=dark] :is(.panel,.card,.dropzone,.result,.queue,.sidebar,.workspace,.stage,.sheet,.preview,.canvas,.details,.crop-rail,.bed-stage,.season-panel,.cue-stack,.timeline-desk,.crew-panel,section,aside){background:var(--panel)!important;color:var(--ink,var(--text))!important}:root[data-theme=dark] :is(input,textarea,select){background:var(--field)!important;color:var(--ink,var(--text))!important;border-color:var(--line)!important}:root[data-theme=dark] :is(button,a){border-color:var(--line)}:root[data-theme=dark] :is(pre,code,.output,.report,.manifest,.evidence){background:#080b10!important;color:#f6f7fb!important}:root[data-theme=dark] .theme-picker{background:var(--panel)!important;color:var(--ink,var(--text))!important}:root[data-theme=dark] .theme-dock .theme-picker{box-shadow:0 10px 30px rgba(0,0,0,.35)}@media(max-width:520px){.theme-picker{max-width:100%;white-space:normal}.theme-picker select{min-width:84px}}
