#openGreenhouseFlow{min-height:44px;padding:8px 12px;border:1px solid #628b79;background:#f6fbf7;color:#244c3b;border-radius:4px;cursor:pointer;font:inherit}#greenhouseFlow{width:min(900px,calc(100% - 24px));max-height:90dvh;padding:0;border:1px solid #a3bbae;border-radius:8px;background:#f6faf7;color:#263f35;overflow:auto}#greenhouseFlow::backdrop{background:#13251f66}#greenhouseFlow header{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;background:#f6faf7;padding:14px 20px;border-bottom:1px solid #c8d8cf;z-index:2}#greenhouseFlow h2{font-size:21px;margin:0}#flowClose{width:44px;height:44px;border:1px solid #b3c4b9;border-radius:4px;background:white;font-size:25px;color:inherit;cursor:pointer}.flow-content{padding:20px}.flow-track{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;padding:24px 0}.flow-station{min-width:0;position:relative;border-top:3px solid #a7c3b6;padding:16px 2px}.flow-station:not(:last-child)::after{content:'→';position:absolute;right:-14px;top:36px;color:#748c81}.flow-station img{width:28px;height:28px;display:block;margin-bottom:10px}.flow-station h3{font-size:14px;font-weight:500;margin:0 0 6px}.flow-station strong{display:block;font-size:19px;overflow-wrap:anywhere}.flow-station p{font-size:12px;line-height:1.6;margin:10px 0;overflow-wrap:anywhere}.flow-station progress{width:100%;height:7px;accent-color:#4387a0}.flow-active{border-top-color:#357f9d}.flow-active img{animation:flow-breathe 3s ease-in-out infinite}.flow-focus{display:flex;justify-content:space-between;gap:16px;align-items:center;border-top:1px solid #c4d6cc;padding:18px 0}.flow-focus p,#flowEquipment,#flowState{font-size:13px;line-height:1.6}.flow-focus button{flex-shrink:0;min-height:44px;border:1px solid #285e45;border-radius:4px;background:#285e45;color:white;padding:10px 14px;cursor:pointer;font:inherit}.flow-focus button:disabled{opacity:.5;cursor:default}#greenhouseFlow button:focus-visible{outline:3px solid #b58c3e;outline-offset:3px}@keyframes flow-breathe{50%{opacity:.5}}@media(prefers-reduced-motion:reduce){.flow-active img{animation:none}}@media(max-width:600px){.flow-content{padding:16px}.flow-track{grid-template-columns:minmax(0,1fr);gap:8px;padding:8px 0}.flow-station{display:grid;grid-template-columns:34px minmax(0,1fr);gap:4px 12px;padding:12px 0;border-top:1px solid #b8cec2}.flow-station img{grid-column:1;grid-row:1/4;margin:4px 0}.flow-station h3,.flow-station strong,.flow-station p,.flow-station progress{grid-column:2;margin:0}.flow-station:not(:last-child)::after{content:'↓';left:8px;right:auto;top:auto;bottom:-10px}.flow-focus{flex-wrap:wrap}.flow-focus button{width:100%}.flow-station strong{font-size:17px}}
