.gj-root{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;max-width:760px;margin:0 auto;color:#2f3a2a;box-sizing:border-box}
.gj-root *{box-sizing:border-box}
.gj-header{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-bottom:10px}
.gj-header h1{font-size:22px;font-weight:700;margin:0}
.gj-badge{background:#fbead2;color:#854f0b;font-size:12px;font-weight:600;padding:3px 10px;border-radius:999px;display:inline-block}
.gj-badge.gray{background:#eeece4;color:#5f5e5a}
.gj-badge.blue{background:#dfeaf8;color:#185fa5}
.gj-badge.green{background:#e6f2df;color:#3b6d11}
.gj-badge.red{background:#fbdede;color:#a32d2d}
.gj-err{background:#fbdede;color:#a32d2d;padding:8px 12px;border-radius:8px;font-size:13px;margin-bottom:10px}
.gj-tabs{display:flex;gap:4px;border-bottom:1px solid #e5e2d8;flex-wrap:wrap;margin-bottom:16px}
.gj-tab{background:none;border:none;border-bottom:2px solid transparent;color:#6b6a5f;font-weight:600;font-size:14px;padding:8px 10px;cursor:pointer}
.gj-tab.active{border-bottom-color:#3b6d11;color:#3b6d11}
.gj-section{margin-bottom:24px}
.gj-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;gap:8px;flex-wrap:wrap}
.gj-section-head h2{font-size:18px;font-weight:600;margin:0}
.gj-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}
.gj-grid-plants{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}
.gj-card{background:#fff;border:1px solid #e5e2d8;border-radius:12px;padding:14px 16px}
.gj-card.clickable{cursor:pointer}
.gj-card.metric{padding:12px 14px}
.gj-metric-label{font-size:12px;color:#6b6a5f}
.gj-metric-value{font-size:24px;font-weight:700}
.gj-empty{text-align:center;color:#8a8878;padding:20px}
.gj-btn{font-size:14px;font-weight:600;padding:8px 14px;border-radius:8px;cursor:pointer;border:1px solid #3b6d11;background:#fff;color:#3b6d11}
.gj-btn.primary{background:#3b6d11;color:#fff}
.gj-btn.danger{background:#fff;color:#a32d2d;border-color:#e2b3b3}
.gj-btn.ghost{background:transparent;color:#5f5e5a;border-color:#e5e2d8}
.gj-btn:disabled{opacity:.5;cursor:not-allowed}
.gj-btn-sm{font-size:12px;padding:4px 10px;border-radius:999px;border:1px solid #d8d4c6;background:#fff;color:#5f5e5a;cursor:pointer}
.gj-btn-sm.active{background:#3b6d11;color:#fff;border-color:#3b6d11}
.gj-plant-card{display:flex;gap:10px}
.gj-plant-thumb{width:56px;height:56px;object-fit:cover;border-radius:8px;flex-shrink:0}
.gj-plant-thumb-fallback{width:56px;height:56px;border-radius:8px;background:#eef4e6;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}
.gj-plant-name{font-weight:700;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gj-plant-sub{font-size:12px;color:#8a8878}
.gj-back{background:none;border:none;color:#3b6d11;font-weight:600;font-size:13px;cursor:pointer;padding:0;margin-bottom:12px}
.gj-detail-head{display:flex;gap:14px;align-items:flex-start;margin-bottom:16px}
.gj-detail-photo{width:84px;height:84px;object-fit:cover;border-radius:10px}
.gj-detail-photo-fallback{width:84px;height:84px;border-radius:10px;background:#eef4e6;display:flex;align-items:center;justify-content:center;font-size:34px}
.gj-row-between{display:flex;justify-content:space-between;align-items:center}
.gj-entry-photo{margin-top:8px;width:100%;max-height:220px;object-fit:cover;border-radius:8px}
.gj-modal-backdrop{position:fixed;inset:0;background:rgba(30,30,20,.45);display:flex;align-items:flex-start;justify-content:center;z-index:1000;padding:5vh 16px;overflow-y:auto}
.gj-modal{background:#fdfcf8;border-radius:14px;padding:20px;width:100%;max-width:460px;box-shadow:0 12px 40px rgba(0,0,0,.2)}
.gj-modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.gj-modal-head h3{margin:0;font-size:17px;font-weight:700}
.gj-modal-close{background:none;border:none;font-size:20px;cursor:pointer;color:#8a8878;line-height:1}
.gj-field{margin-bottom:10px}
.gj-field label{font-size:12px;font-weight:600;color:#6b6a5f;margin-bottom:4px;display:block}
.gj-field input,.gj-field select,.gj-field textarea{width:100%;font-size:14px;padding:8px 10px;border-radius:8px;border:1px solid #d8d4c6;background:#fdfcf8;color:#2f3a2a}
.gj-field textarea{min-height:60px;resize:vertical}
.gj-field-row{display:flex;gap:10px}
.gj-field-row>.gj-field{flex:1}
.gj-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}
.gj-preview-thumb{margin-top:8px;width:80px;height:80px;object-fit:cover;border-radius:8px}
.gj-loading{text-align:center;color:#6b6a5f;padding:40px}
.gj-login-note{background:#fbead2;color:#854f0b;padding:10px 14px;border-radius:8px;font-size:13px;margin-bottom:14px}
