.ops-toolbar { display:flex; flex-wrap:wrap; gap:16px; align-items:center; margin:20px 0; }
.ops-form { display:grid; gap:14px; max-width:680px; padding:24px 0; border-top:1px solid #a5beba; }
.ops-form label { display:grid; gap:6px; }
.ops-form input,.ops-form select,.ops-form textarea,.farm-plot select { width:100%; min-width:0; padding:10px; border:1px solid #8da5a2; border-radius:4px; font:inherit; background:white; color:#203b3d; }
.ops-form textarea { resize:vertical; }
.ops-toolbar button,.ops-form button,.farm-plot button { padding:12px 18px; font:inherit; cursor:pointer; border:1px solid #087260; border-radius:4px; background:#087260; color:white; }
button:disabled { opacity:.55; cursor:default; }
.ops-form button { justify-self:start; }
.ops-table { overflow:auto; margin:16px 0 32px; max-height:440px; }
.ops-table table { border-collapse:collapse; min-width:100%; font-size:14px; }
.ops-table th,.ops-table td { padding:10px; text-align:left; border-bottom:1px solid #c4d5d2; max-width:350px; overflow-wrap:anywhere; }
.ops-table th { position:sticky; top:0; background:#eef5f2; }
.support-ticket { padding:24px 0; border-bottom:1px solid #a5beba; overflow-wrap:anywhere; }
.support-ticket p { white-space:pre-wrap; }
.support-ticket .staff-reply { border-left:4px solid #087260; padding-left:16px; }
.farm-heading img { display:block; width:100%; height:auto; max-height:300px; object-fit:cover; }
.farm-heading h1 { margin-bottom:8px; }
.farm-plots { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; margin:28px 0; }
.farm-plot { padding:18px; border:1px solid #b7c7bb; border-radius:6px; background:#f3f9ed; min-width:0; }
.farm-plot h2 { font-size:22px; margin:10px 0; }
.farm-plot img { display:block; width:100%; height:120px; object-fit:cover; object-position:bottom left; }
.farm-plot label { display:grid; gap:8px; margin:16px 0; }
.farm-plot progress { width:100%; accent-color:#087260; }
.farm-plot p { overflow-wrap:anywhere; }
#ops-status { min-height:24px; }
.fact-stage { background:#edf7f3; border-top:4px solid #087260; padding:24px; margin:24px 0; }
.fact-stage img { width:100%; max-height:190px; object-fit:cover; }
.fact-stage h2 { font-size:26px; line-height:1.35; }
.fact-actions { display:flex; flex-wrap:wrap; gap:12px; margin:20px 0; }
.fact-actions button { padding:16px 24px; border:2px solid #22655b; border-radius:4px; font:inherit; font-weight:700; cursor:pointer; background:white; color:#174f44; }
.fact-actions button:first-child { background:#f8df7e; color:#403810; border-color:#817021; }
#fact-feedback { line-height:1.6; min-height:75px; }
@media(max-width:700px) { .farm-plots { grid-template-columns:1fr; } .fact-stage { padding:16px; } .fact-stage h2 { font-size:22px; } }
[hidden] { display:none !important; }
