:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#172422;background:#f4f7f6;font-synthesis:none;--ink: #172422;--muted: #687773;--line: #dce4e1;--surface: #ffffff;--page: #f4f7f6;--nav: #09272b;--nav-soft: #12373b;--accent: #087a52;--accent-soft: #e4f3ed;--amber: #d98600;--amber-soft: #fff4db;--red: #c93a36;--red-soft: #fdebea;--blue: #2777b8;--radius: 7px}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--page)}button,input,select{font:inherit}button{cursor:pointer;transition:filter .12s ease,background-color .12s ease,color .12s ease,box-shadow .12s ease;-webkit-tap-highlight-color:transparent}button:disabled{cursor:not-allowed;opacity:.55}button:not(:disabled):hover{filter:brightness(.985)}button:not(:disabled):active{filter:brightness(.91);box-shadow:inset 0 2px 4px #07271f33}button:focus-visible{outline:3px solid rgba(15,132,91,.27);outline-offset:2px}h1,h2,h3,p{margin-top:0}.app-shell{min-height:100vh;display:flex}.sidebar{position:fixed;inset:0 auto 0 0;width:64px;background:var(--nav);color:#fff;display:flex;flex-direction:column;z-index:20}.brand{height:64px;display:flex;align-items:center;justify-content:center;gap:10px;padding:0;border-bottom:1px solid rgba(255,255,255,.09)}.brand strong{display:none;font-size:24px;letter-spacing:.08em}.brand svg{color:#71d7a8}.sidebar nav{padding:8px;display:grid;gap:2px}.nav-item{position:relative;width:48px;height:42px;border:0;background:transparent;color:#a9c3be;padding:0;display:flex;align-items:center;justify-content:center;border-radius:5px;font-size:14px;font-weight:650;text-align:left}.nav-item>span{display:none}.nav-item:after{content:attr(data-label);position:absolute;z-index:40;left:calc(100% + 11px);top:50%;transform:translate(4px,-50%);padding:7px 10px;border:1px solid rgba(255,255,255,.12);border-radius:5px;background:#102f33;color:#fff;box-shadow:0 8px 22px #0000003d;font-size:12px;font-weight:700;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .12s ease,transform .12s ease}.nav-item:hover:after,.nav-item:focus-visible:after{opacity:1;visibility:visible;transform:translateY(-50%)}.nav-item:hover{background:#ffffff0f;color:#fff}.nav-item--active{background:var(--nav-soft);color:#fff}.nav-item--active:before{content:"";position:absolute;left:-8px;top:8px;bottom:8px;width:3px;border-radius:2px;background:#1ec47a}.farm-profile{margin-top:auto;padding:10px 0;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;gap:7px}.farm-profile>span:not(.avatar){display:none}.farm-profile strong,.farm-profile small{display:block}.farm-profile strong{font-size:13px}.farm-profile small{font-size:11px;color:#9cb2ae;margin-top:3px}.account-logout{width:30px;height:30px;border:0;border-radius:5px;background:transparent;color:#9cb2ae;display:grid;place-items:center}.account-logout:hover{background:#ffffff14;color:#fff}.avatar{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#176943;color:#fff;font-size:11px;font-weight:800}.avatar--light{background:#e5eeeb;color:#28413b}.sidebar-close,.mobile-menu,.sidebar-backdrop{display:none!important}.main-column{margin-left:64px;min-width:0;width:calc(100% - 64px)}.topbar{height:72px;padding:0 24px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10}.farm-select{height:42px;border:1px solid #cfd9d6;background:#fff;border-radius:6px;padding:0 13px;display:flex;gap:9px;align-items:center;font-weight:700;color:#24332f}.topbar__right{display:flex;align-items:center;gap:10px;color:#43534f;font-size:13px}.topbar__right .fresh{color:var(--accent);font-weight:700;margin-left:4px;padding-left:12px;border-left:1px solid var(--line)}.icon-button{width:38px;height:38px;border:1px solid var(--line);background:#fff;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;color:#42514d;position:relative}.icon-button:hover{background:#f2f6f4}.pwa-install-button{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 10px;border:1px solid var(--green);border-radius:7px;background:var(--green);color:#fff;font:inherit;font-size:11px;font-weight:750;cursor:pointer}.pwa-install-button:hover{filter:brightness(.95)}.pwa-install-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;place-items:center;padding:20px;background:#0318156b}.pwa-install-dialog{position:relative;width:min(340px,100%);padding:22px;border-radius:9px;background:#fff;box-shadow:0 20px 48px #03181540}.pwa-install-dialog h2{margin:0 32px 8px 0;font-size:18px}.pwa-install-dialog p{margin:0;color:var(--muted);line-height:1.5;font-size:12px}.pwa-install-close{position:absolute;top:10px;right:10px;width:32px;height:32px;border:0;border-radius:6px;background:transparent;color:var(--muted);display:grid;place-items:center;cursor:pointer}.pwa-install-close:hover{background:#f2f6f4}.icon-button i{position:absolute;top:-5px;right:-4px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff;font-style:normal;font-size:10px}.workspace{width:100%;padding:20px}.page{animation:page-in .2s ease}@keyframes page-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:none}}.page-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px}.page-heading h1{font-size:25px;letter-spacing:-.02em;margin-bottom:4px}.page-heading p{margin-bottom:0;color:var(--muted);font-size:13px}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.section-title,.panel-heading{min-height:49px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 16px;border-bottom:1px solid var(--line)}.section-title h2,.panel-heading h2{margin:0;font-size:12px;letter-spacing:.06em;text-transform:uppercase}.text-button{border:0;background:none;color:#34564d;font-size:12px;font-weight:700;display:flex;align-items:center;gap:4px}.button{min-height:38px;border:1px solid #ccd7d3;background:#fff;color:#263731;border-radius:6px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:13px;font-weight:750;box-shadow:0 1px 2px #07271f17;transition:transform .12s ease,filter .12s ease,background-color .12s ease,border-color .12s ease,box-shadow .12s ease}.button:not(:disabled):hover{background:#f5f8f7;border-color:#aebeb8;transform:translateY(-1px);box-shadow:0 5px 12px #07271f21}.button:not(:disabled):active{transform:translateY(1px) scale(.985);box-shadow:inset 0 2px 4px #07271f2e,0 1px 2px #07271f14}.button--primary{background:#0b6948;color:#fff;border-color:#0b6948;box-shadow:0 2px 5px #054f353d}.button--primary:not(:disabled):hover{background:#075b3e;border-color:#075b3e;box-shadow:0 6px 14px #054f3547}.button--danger{border-color:#e2a5a2;color:var(--red);background:#fff}.button--danger:hover{background:var(--red-soft)}.button--small{min-height:32px;padding:0 10px;font-size:12px}.button-row{display:flex;align-items:center;gap:8px}.status{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:650;color:#53615e;white-space:nowrap}.status__dot{width:8px;height:8px;border-radius:50%;background:#84918e}.status--good{color:#09734f}.status--good .status__dot{background:#079360}.status--warning{color:#a66000}.status--warning .status__dot{background:#e99a08}.status--critical{color:var(--red)}.status--critical .status__dot{background:var(--red)}.status--info{color:#236797}.status--info .status__dot{background:#2781c4}.kpi-strip{display:grid;grid-template-columns:1.25fr repeat(3,1fr);background:#fff;border:1px solid var(--line);border-radius:var(--radius);margin-bottom:12px}.kpi{min-height:126px;padding:20px;display:flex;align-items:center;gap:16px;border-left:1px solid var(--line)}.kpi:first-child{border-left:0}.kpi>svg{width:38px;height:38px;color:var(--accent);stroke-width:1.8}.kpi span,.kpi small{display:block}.kpi span{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#52615e;font-weight:750}.kpi strong{display:block;font-size:35px;line-height:1;margin:10px 0 6px;font-weight:620;letter-spacing:-.035em}.kpi strong em{font-size:15px;font-style:normal;margin-left:4px;color:#576762}.kpi small{color:var(--muted);font-size:12px}.progress-ring{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--accent) 0 68%,#e4ebe8 68% 100%);position:relative;flex:0 0 auto}.progress-ring:after{content:"";position:absolute;top:9px;right:9px;bottom:9px;left:9px;border-radius:50%;background:#fff}.progress-ring strong{font-size:20px;position:relative;z-index:1;margin:0}.progress-ring--empty{background:#e4ebe8}.dashboard-grid{display:grid;grid-template-columns:1.2fr 1.2fr .95fr;gap:12px;min-width:0}.dashboard-grid>*{min-width:0}.dashboard-dropdown__toggle{min-width:0;border:0;background:transparent;color:var(--ink);display:flex;align-items:center;gap:7px;padding:0;cursor:pointer}.dashboard-dropdown__toggle svg{color:#55716a;transition:transform .16s ease}.dashboard-dropdown:not(.is-open) .dashboard-dropdown__toggle svg{transform:rotate(-90deg)}.dashboard-dropdown__toggle:focus-visible{outline:2px solid #49a786;outline-offset:4px;border-radius:3px}.dashboard-dropdown:not(.is-open){align-self:start}.dashboard-dropdown:not(.is-open) .section-title{border-bottom:0}.chart-panel{min-width:0}.chart-panel .section-title{border-bottom:0}.chart{padding:8px 14px 14px}.chart__legend{display:flex;gap:20px;font-size:11px;color:#52615e;margin:1px 0 2px}.chart__legend span{display:flex;align-items:center;gap:6px}.legend-line{display:inline-block;width:18px;height:2px;background:#0a8d5b}.legend-line--blue{background:#357aba;border-top:1px dashed #357aba}.legend-line--gray{background:#6d7976;border-top:1px dashed #6d7976}.chart svg{width:100%;height:auto;display:block;overflow:visible}.chart-grid line{stroke:#dfe6e3;stroke-width:1}.trend{stroke:#088757;stroke-width:3;fill:none;stroke-linecap:round}.area{fill:url(#none);fill:#e6f3ee;opacity:.75}.threshold{stroke:#2f73b8;stroke-width:2;stroke-dasharray:6 5}.target{stroke:#6d7976;stroke-width:2;stroke-dasharray:7 5}.chart-labels text{font-size:12px;fill:#6c7975}.chart-value{font-size:15px;fill:#087a52;font-weight:800}.chart--empty{min-height:210px;display:grid;place-items:center;color:var(--muted);font-size:11px}.upcoming-panel{grid-row:span 1}.upcoming-list{padding:5px 14px}.upcoming-list button{width:100%;border:0;border-bottom:1px solid #e5ebe9;background:#fff;display:grid;grid-template-columns:34px 1fr auto;gap:10px;align-items:center;padding:12px 2px;text-align:left}.upcoming-list button:last-child{border-bottom:0}.upcoming-list strong,.upcoming-list small{display:block}.upcoming-list strong{font-size:13px}.upcoming-list small{font-size:11px;color:var(--muted);margin-top:3px}.schedule-icon{width:30px;height:30px;border-radius:50%;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center}.schedule-icon--amber{background:var(--amber-soft);color:var(--amber)}.block-table-panel{grid-column:1/3}.recent-panel{grid-column:3}.data-table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:12px;min-width:760px}.data-table th{padding:11px 14px;text-align:left;color:#687773;font-size:10px;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--line);white-space:nowrap}.data-table td{padding:12px 14px;border-bottom:1px solid #e7ecea;white-space:nowrap}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#f8faf9}.good-text{color:#078052}.warning-text{color:#b36b00}.progress-cell{display:flex;align-items:center;gap:10px}.progress-cell i{display:block;width:66px;height:5px;border-radius:4px;background:#e2e9e6;overflow:hidden}.progress-cell b{display:block;height:100%;background:var(--accent)}.table-sub{display:block;color:var(--muted);font-size:10px;margin-top:3px}.recent-panel{padding-bottom:4px}.recent-event{display:grid;grid-template-columns:8px 1fr auto;gap:10px;align-items:start;padding:12px 14px;border-bottom:1px solid #e7ecea}.recent-event:last-child{border:0}.recent-event strong,.recent-event small{display:block}.recent-event strong{font-size:12px}.recent-event small{font-size:10px;color:var(--muted);margin-top:3px;line-height:1.35}.recent-event time{font-size:10px;color:var(--muted)}.event-dot{width:7px;height:7px;border-radius:50%;background:#7b8985;margin-top:4px}.event-dot--good{background:#09945f}.event-dot--warning{background:#e49300}.event-dot--critical{background:var(--red)}.event-dot--info{background:var(--blue)}.tabbar{height:46px;border-bottom:1px solid var(--line);display:flex;gap:8px;margin:-6px 0 14px}.tabbar button{border:0;border-bottom:2px solid transparent;background:transparent;padding:0 18px;color:#52615d;font-size:13px}.tabbar button.active{color:#095b40;border-bottom-color:var(--accent);font-weight:750}.program-layout{display:grid;grid-template-columns:290px minmax(560px,1fr) 330px;gap:10px;align-items:start}.program-list{overflow:hidden}.search{min-height:40px;border:1px solid var(--line);border-radius:5px;background:#fff;display:flex;align-items:center;gap:8px;padding:0 11px;color:#72817d}.search input{border:0;outline:0;min-width:0;width:100%;font-size:12px}.program-list>.search{margin:12px}.program-list__item{width:100%;border:0;border-top:1px solid #e6ece9;background:#fff;display:grid;grid-template-columns:1fr auto;align-items:center;text-align:left;padding:13px 14px;color:var(--ink)}.program-list__item.active{background:#eaf4ef}.program-list__item>span>strong,.program-list__item>span>small{display:block}.program-list__item strong{font-size:12px}.program-list__item small{font-size:10px;color:var(--muted);margin:4px 0 7px}.program-editor{overflow:hidden}.program-editor>header{min-height:85px;padding:14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:14px}.program-title{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.program-title h2{margin:0;font-size:19px}.program-editor header p{font-size:11px;color:var(--muted);margin:6px 0 0}.steps-heading{display:flex;align-items:center;justify-content:space-between;padding:10px 14px}.steps-heading h3,.execution-preview h3{margin:0;font-size:12px}.steps-list{list-style:none;padding:0 14px;margin:0}.steps-list li{height:39px;border:1px solid var(--line);border-bottom:0;display:grid;grid-template-columns:18px 25px 1fr 110px 18px;gap:7px;align-items:center;padding:0 9px;font-size:12px}.steps-list li:first-child{border-radius:5px 5px 0 0}.steps-list li:last-child{border-bottom:1px solid var(--line);border-radius:0 0 5px 5px}.steps-list li>svg:first-child{color:#8a9793}.steps-list li small{color:var(--muted);text-align:right}.step-index{color:var(--muted)}.execution-preview{padding:16px 14px 18px}.execution-preview h3{margin-bottom:10px}.execution-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.execution-state{border:1px solid var(--line);border-radius:6px;padding:10px;display:grid;grid-template-columns:26px 1fr;column-gap:7px;align-items:center}.execution-state>span{width:25px;height:25px;border:1px solid #9eaaa6;border-radius:50%;display:grid;place-items:center;color:#53615e}.execution-state strong{font-size:11px}.execution-state small{grid-column:2;font-size:9px;color:var(--muted);margin-top:2px}.execution-state.active{border-color:#9acbb7;background:#f3faf7}.execution-state.active>span{color:var(--accent);border-color:var(--accent)}.program-side{display:grid;gap:10px}.calendar-panel{padding-bottom:13px}.mode-switch{display:grid;grid-template-columns:1fr 1fr;margin:12px 14px;border:1px solid var(--line);border-radius:5px;overflow:hidden}.mode-switch button{height:32px;border:0;background:#fff;font-size:11px}.mode-switch button.active{background:#0b6948;color:#fff;font-weight:750}.calendar-head{display:flex;justify-content:space-between;align-items:center;padding:2px 16px 8px;font-size:12px}.calendar-head button{border:0;background:none;font-size:20px}.weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;padding:0 13px}.weekdays span{font-size:9px;color:#6c7975;padding:4px 0}.calendar-grid button,.calendar-grid span{width:30px;height:30px;border-radius:50%;margin:1px auto;border:0;background:transparent;font-size:10px;display:grid;place-items:center}.calendar-grid button:hover{background:#edf3f0}.calendar-grid button.selected{background:#0b6948;color:#fff;font-weight:750}.calendar-grid .muted{color:#aab4b1}.field-label{display:block;margin:12px 14px 6px;color:#687773;font-size:10px;text-transform:uppercase;letter-spacing:.06em;font-weight:750}.time-field{height:34px;margin:6px 14px;border:1px solid var(--line);border-radius:5px;display:flex;align-items:center;padding:0 10px}.time-field input{border:0;outline:0;width:100%;font-size:12px}.time-field svg{color:#74817d}.next-run{margin:12px 14px 0;padding-top:10px;border-top:1px solid var(--line);font-size:11px}.next-run strong,.next-run span{display:block}.next-run span{color:var(--muted);margin-top:3px}.locks{padding-bottom:8px}.locks p{display:flex;justify-content:space-between;margin:0;padding:10px 14px;border-bottom:1px solid #e7ecea;font-size:12px}.locks>small{display:flex;align-items:center;gap:7px;padding:10px 14px;color:var(--muted);font-size:10px}.toolbar{display:flex;gap:8px;margin-bottom:12px}.toolbar .search{width:300px}.block-summary{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.block-summary>div{min-height:120px;padding:20px;display:grid;grid-template-columns:40px 1fr;grid-template-rows:1fr 1fr;align-items:center;border-right:1px solid var(--line)}.block-summary>div:last-child{border:0}.block-summary svg{grid-row:1/3;color:var(--accent);width:28px;height:28px}.block-summary strong{font-size:24px}.block-summary span{font-size:11px;color:var(--muted)}.schedule-page-grid{display:grid;grid-template-columns:minmax(650px,1fr) 340px;gap:12px}.schedule-calendar{overflow:hidden}.calendar-toolbar{height:58px;display:flex;align-items:center;justify-content:center;gap:20px;border-bottom:1px solid var(--line)}.calendar-toolbar h2{margin:0;font-size:16px}.schedule-weekdays{display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid var(--line)}.schedule-weekdays span{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);padding:10px}.schedule-month{display:grid;grid-template-columns:repeat(7,1fr)}.schedule-month button{min-height:96px;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;text-align:left;padding:9px;display:flex;flex-direction:column;gap:7px}.schedule-month button:hover{background:#f7faf8}.schedule-month button strong{font-size:12px}.schedule-month button span{font-size:9px;padding:5px;background:var(--accent-soft);color:#086747;border-left:2px solid var(--accent)}.schedule-month button i{font-size:9px;font-style:normal;padding:5px;background:#eef2f7;color:#3b5f80;border-left:2px solid #4a85b9}.agenda{padding-bottom:7px}.agenda-item{display:grid;grid-template-columns:34px 1fr auto;gap:10px;align-items:center;padding:13px 14px;border-bottom:1px solid #e6ece9}.agenda-item strong,.agenda-item small{display:block}.agenda-item strong{font-size:12px}.agenda-item small{font-size:10px;color:var(--muted);margin-top:3px}.operations-stations{margin-bottom:12px}.operations-run{padding:22px;margin-bottom:12px}.operations-run__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.operations-run__heading h2{margin:9px 0 4px;font-size:26px}.operations-run__heading p,.operations-control p{margin:0;color:var(--muted);font-size:13px}.operations-run__heading>svg{color:var(--accent)}.operations-run__progress{height:10px;background:var(--accent-soft);border-radius:99px;overflow:hidden;margin:22px 0 16px}.operations-run__progress i{display:block;height:100%;background:var(--accent);border-radius:inherit;transition:width .2s ease}.operations-run__facts{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.operations-run__facts span{padding:14px 16px;border-right:1px solid var(--line)}.operations-run__facts span:last-child{border-right:0}.operations-run__facts small,.operations-control label span{display:block;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-size:10px;margin-bottom:5px}.operations-run__facts strong{font-size:16px}.operations-empty-run{min-height:210px;display:grid;place-content:center;justify-items:center;gap:9px;color:var(--muted);margin-bottom:12px}.operations-empty-run strong{color:var(--text)}.operations-control{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:18px;margin-bottom:12px}.operations-control h2{margin:0 0 5px;font-size:18px}.operations-control__actions{display:flex;gap:8px;align-items:flex-end;flex-wrap:wrap}.operations-control label{min-width:220px}.operations-control select{width:100%;height:38px}.operations-program-list{padding:0}.operations-program-list article{display:grid;grid-template-columns:minmax(180px,1fr) max-content minmax(200px,1fr);align-items:center;gap:16px;padding:14px 18px;border-top:1px solid var(--line)}.operations-program-list article:first-of-type{border-top:0}.operations-program-list article strong,.operations-program-list article small{display:block}.operations-program-list article small{color:var(--muted);font-size:12px;margin-top:2px}.operations-program-list article>span:last-child{font-size:13px;color:var(--muted);text-align:right}.operations-empty-programs{min-height:100px;display:grid;place-content:center;justify-items:center;gap:8px;color:var(--muted)}.operations-live-note{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px;margin:10px 0 0}.event-log{overflow:hidden}.event-filter{height:50px;border-bottom:1px solid var(--line);display:flex;align-items:end;padding:0 14px;gap:10px}.event-filter button{height:38px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);font-size:12px}.event-filter button.active{border-bottom-color:var(--accent);color:var(--accent);font-weight:750}.event-log article{display:grid;grid-template-columns:38px 1fr auto;align-items:start;gap:12px;padding:16px;border-bottom:1px solid #e6ece9}.event-log article:last-child{border:0}.event-log h2{font-size:13px;margin:0 0 4px}.event-log p{font-size:11px;color:#4e5d59;margin:0 0 6px}.event-log small,.event-log time{font-size:10px;color:var(--muted)}.event-icon{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#eef2f1;color:#66746f}.event-icon svg{width:15px}.event-icon--warning{background:var(--amber-soft);color:var(--amber)}.event-icon--good{background:var(--accent-soft);color:var(--accent)}.event-icon--info{background:#e7f0f7;color:var(--blue)}.report-list{display:grid;gap:9px}.report-row{display:grid;grid-template-columns:38px 1fr auto;gap:13px;align-items:center;padding:16px}.report-row>svg{color:var(--accent)}.report-row h2{font-size:14px;margin:0 0 4px}.report-row p{font-size:11px;color:var(--muted);margin:0}.settings-grid{display:grid;grid-template-columns:250px minmax(500px,760px);gap:12px}.settings-nav{padding:8px;display:grid;align-content:start;gap:3px}.settings-nav button{height:42px;border:0;background:#fff;border-radius:5px;display:flex;align-items:center;gap:10px;color:#4e5d59;font-size:12px;text-align:left;padding:0 12px}.settings-nav button svg{width:16px}.settings-nav button.active{background:var(--accent-soft);color:var(--accent);font-weight:750}.settings-form{padding:22px}.settings-form h2{font-size:18px}.settings-form label{display:grid;gap:6px;margin:14px 0;color:#52615d;font-size:11px;font-weight:700}.settings-form input,.settings-form select{height:40px;border:1px solid #ccd7d3;border-radius:5px;padding:0 10px;background:#fff;color:var(--ink)}.settings-coordinate-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.settings-coordinate-grid label{margin:0}.settings-form>.field-help{margin:-2px 0 12px;color:var(--muted);font-size:10px;line-height:1.45}.settings-warning{margin-top:20px;border:1px solid #e7c98f;background:var(--amber-soft);border-radius:6px;padding:12px;display:flex;gap:10px;color:#76500f;font-size:11px}.settings-warning svg{width:18px;flex:0 0 auto}.settings-warning strong{display:block;margin-bottom:3px}.program-blocks label{min-height:40px;padding:8px 12px;border-bottom:1px solid #e7ecea;display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:8px;font-size:11px}.program-blocks label input{accent-color:var(--accent)}@media(max-width:1320px){.program-layout{grid-template-columns:240px 1fr}.program-side{grid-column:1/3;grid-template-columns:1fr 1fr}.dashboard-grid{grid-template-columns:1fr 1fr}.upcoming-panel,.recent-panel{grid-column:auto}.block-table-panel{grid-column:1/3}.schedule-page-grid{grid-template-columns:1fr}.agenda{display:grid;grid-template-columns:repeat(2,1fr)}.agenda .section-title{grid-column:1/3}.kpi-strip{grid-template-columns:1fr 1fr}.kpi:nth-child(3){border-left:0;border-top:1px solid var(--line)}.kpi:nth-child(4){border-top:1px solid var(--line)}}@media(max-width:820px){.sidebar{width:224px;transform:translate(-105%);transition:transform .2s ease;box-shadow:12px 0 40px #0000002e}.sidebar--open{transform:none}.brand{height:72px;justify-content:flex-start;padding:0 22px}.brand strong{display:block}.sidebar nav{padding:14px 10px;gap:4px;overflow-y:auto}.nav-item{width:100%;height:auto;min-height:46px;padding:0 14px;justify-content:flex-start;gap:13px}.nav-item>span{display:inline}.nav-item:after{display:none}.nav-item--active:before{left:-10px}.farm-profile{margin-top:auto;padding:16px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px}.farm-profile>span:not(.avatar){display:block}.sidebar-close{display:inline-flex!important;margin-left:auto;background:transparent;border-color:#ffffff24;color:#fff}.sidebar-backdrop{display:block!important;position:fixed;top:0;right:0;bottom:0;left:0;border:0;background:#04181973;z-index:15}.main-column{margin-left:0;width:100%}.mobile-menu{display:inline-flex!important}.topbar{padding:0 14px;gap:10px}.farm-select{margin-right:auto}.topbar__right>svg,.topbar__right>span:not(.fresh),.topbar__right .avatar{display:none}.topbar__right .fresh{border:0;padding:0;margin:0;font-size:11px}.workspace{padding:16px}.dashboard-grid{grid-template-columns:1fr}.block-table-panel,.recent-panel{grid-column:auto}.kpi-strip{grid-template-columns:1fr}.kpi{border-left:0;border-top:1px solid var(--line);min-height:100px}.kpi:first-child{border-top:0}.program-layout{grid-template-columns:1fr}.program-side{grid-column:auto;grid-template-columns:1fr}.program-list{max-height:260px;overflow:auto}.program-editor>header{align-items:flex-start;flex-direction:column}.execution-flow,.block-summary{grid-template-columns:1fr 1fr}.schedule-weekdays span{font-size:8px;padding:8px 2px}.schedule-month button{min-height:68px;padding:5px}.schedule-month button span,.schedule-month button i{display:none}.settings-grid{grid-template-columns:1fr}.settings-nav{grid-template-columns:1fr 1fr}.agenda{display:block}.page-heading{align-items:flex-start}.page-heading .status{margin-top:7px}.operations-control{align-items:stretch;flex-direction:column}.operations-control__actions{align-items:stretch}.operations-control label{min-width:0;width:100%}.operations-control .button{flex:1}}@media(max-width:520px){.topbar__right .fresh{display:none}.farm-select{max-width:210px;overflow:hidden;white-space:nowrap}.workspace{padding:12px}.page-heading{display:block}.page-heading>.button,.page-heading>.status{margin-top:12px}.page-heading h1{font-size:22px}.kpi strong{font-size:30px}.progress-ring{width:68px;height:68px}.chart__legend{flex-direction:column;gap:5px}.program-title{align-items:flex-start}.program-editor .button-row{width:100%}.program-editor .button-row .button{flex:1}.steps-list li{grid-template-columns:16px 20px 1fr 16px}.steps-list li small{display:none}.execution-flow,.block-summary{grid-template-columns:1fr}.block-summary>div{border-right:0;border-bottom:1px solid var(--line);min-height:90px}.settings-nav,.equipment-state{grid-template-columns:1fr}.equipment-state>div{border-right:0;border-bottom:1px solid var(--line)}.command-path{grid-template-columns:1fr 1fr}.operations-hero{padding:18px}.operations-hero .button-row{flex-direction:column;align-items:stretch}.schedule-calendar{min-width:0;overflow:hidden}.schedule-calendar>div{min-width:0}.schedule-mode-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.schedule-mode-tabs button{min-width:0}.schedule-weekdays,.schedule-month{grid-template-columns:repeat(7,minmax(0,1fr));min-width:0}.schedule-weekdays span{min-width:0;overflow:hidden;text-overflow:ellipsis}.schedule-month button{min-width:0;min-height:46px;padding:5px}.schedule-settings{min-width:0;padding:12px}.schedule-rule-grid{min-width:0;padding:14px}.month-day-grid{grid-template-columns:repeat(7,minmax(0,1fr))}}.event-icon--critical{background:#fff0f0;color:var(--red)}.event-actions{display:flex;align-items:flex-end;gap:7px;flex-direction:column}.event-actions .button{height:29px;padding:0 9px;font-size:10px}.settings-form--wide{max-width:920px}.settings-form--wide>h2{display:flex;align-items:center;gap:8px}.settings-form--wide>p[role=status]{padding:10px;border-radius:6px;background:var(--accent-soft);color:var(--accent)}.local-users{margin-top:12px}.local-users>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.local-users>header>span{display:flex;align-items:flex-start;gap:9px}.local-users>header svg{color:var(--accent);margin-top:2px}.local-users>header h2{margin:0;font-size:18px}.local-users>header p{margin:5px 0 0;color:var(--muted);font-size:11px}.local-users>header>small{color:var(--muted);font-size:10px;white-space:nowrap}.local-users__list{border:1px solid var(--line);border-radius:7px;overflow:hidden}.local-users__list article{display:grid;grid-template-columns:34px minmax(170px,1.2fr) minmax(90px,.7fr) minmax(90px,.7fr) minmax(145px,1fr) auto;gap:12px;align-items:end;padding:12px;border-bottom:1px solid var(--line)}.local-users__list article:last-child{border-bottom:0}.local-users__icon{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent);align-self:center}.local-users label{margin:0}.local-users label>span,.local-users__detail small{display:block;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.05em}.local-users label input{width:100%;height:36px}.local-users__detail{align-self:center;min-width:0}.local-users__detail strong{display:block;margin-top:5px;font-size:11px;text-transform:capitalize;overflow:hidden;text-overflow:ellipsis}.local-users__list .button{height:36px;align-self:end}.local-users>p[role=status]{margin:12px 0 0;padding:10px;border-radius:6px;background:var(--accent-soft);color:var(--accent);font-size:11px;font-weight:700}.local-users__note{margin:12px 0 0;color:var(--muted);font-size:10px}.settings-maintenance.panel{margin-top:12px;padding-top:22px;border-top:1px solid var(--line)}@media(max-width:900px){.local-users__list article{grid-template-columns:34px 1fr auto}.local-users__detail{grid-column:2}.local-users__list .button{grid-column:3;grid-row:1/3}.local-users__detail:nth-of-type(4),.local-users__detail:nth-of-type(5){display:none}}@media(max-width:520px){.local-users__list article{grid-template-columns:32px 1fr}.local-users__list .button{grid-column:2;grid-row:auto;justify-self:start}.local-users__detail{display:none}}.event-query{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:10px;padding:14px;margin-bottom:10px}.event-query label{display:grid;gap:5px;font-size:9px;text-transform:uppercase;color:var(--muted)}.event-query select,.event-query input{height:36px;border:1px solid var(--line);border-radius:6px;background:#fff;padding:0 9px;color:var(--ink)}.event-pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px}.event-pagination span{font-size:11px;color:var(--muted)}@media(max-width:820px){.event-query{grid-template-columns:1fr 1fr}}@media(max-width:520px){.event-query{grid-template-columns:1fr}}.report-query{display:grid;grid-template-columns:180px 180px minmax(220px,1fr);gap:12px;align-items:end;padding:14px;margin-bottom:12px}.report-query label{display:grid;gap:5px;font-size:9px;text-transform:uppercase;color:var(--muted)}.report-query input,.report-query select{height:36px;border:1px solid var(--line);border-radius:6px;background:#fff;padding:0 9px;color:var(--ink)}.report-query>span{grid-column:1/4;font-size:10px;color:var(--muted)}@media(max-width:820px){.report-query{grid-template-columns:1fr}.report-query>span{grid-column:auto}}.page-loading{min-height:180px;display:grid;place-items:center;color:var(--muted);font-size:12px}.edge-safety{margin-top:14px;padding-top:13px;border-top:1px solid var(--border);display:grid;gap:10px}.edge-safety__states,.edge-safety__actions{display:flex;flex-wrap:wrap;gap:7px}.edge-safety>small{color:var(--danger);font-weight:700}.edge-safety__actions .button{flex:1 1 145px;justify-content:center}.connection-notice{margin-bottom:12px;border:1px solid #e5b9b9;background:#fff5f5;color:#7f2d2d;border-radius:6px;padding:12px 14px;display:flex;gap:10px;align-items:center;font-size:11px}.connection-notice strong{display:block;margin-bottom:2px}.fresh--offline{color:var(--red)!important}.kpi-strip.is-loading{opacity:.7}.devices-layout{display:grid;grid-template-columns:340px minmax(560px,1fr);gap:12px;align-items:start}.device-index{overflow:hidden}.device-index__header{display:grid;grid-template-columns:1fr auto;padding:11px 14px;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--line)}.device-index__row{width:100%;border:0;border-bottom:1px solid var(--line);background:#fff;padding:13px 14px;display:grid;grid-template-columns:1fr auto;gap:10px;text-align:left;align-items:center}.device-index__row:last-child{border-bottom:0}.device-index__row.active{background:var(--accent-soft)}.device-index__row>span:first-child strong,.device-index__row>span:first-child small{display:block}.device-index__row strong{font-size:12px}.device-index__row small{font-size:10px;color:var(--muted);margin-top:4px;text-transform:capitalize}.device-index__row>span:last-child{display:flex;align-items:center;gap:7px}.device-detail{overflow:hidden}.device-detail>header{min-height:78px;padding:14px 16px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:14px}.device-detail>header h2{margin:0;font-size:18px}.device-detail>header p{margin:5px 0 0;color:var(--muted);font-size:10px}.device-detail__title{display:flex;align-items:center;gap:9px}.device-detail__title svg{color:var(--accent)}.device-state-strip{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.device-state-strip>div{padding:15px;border-right:1px solid var(--line)}.device-state-strip>div:last-child{border:0}.device-state-strip span,.device-state-strip strong{display:block}.device-state-strip span{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.device-state-strip strong{font-size:12px;margin-top:6px;text-transform:capitalize}.sensor-readings h3{font-size:12px;margin:0;padding:13px 16px;border-bottom:1px solid var(--line)}.sensor-readings article{min-height:58px;padding:10px 16px;border-bottom:1px solid #e7ecea;display:flex;align-items:center;justify-content:space-between;gap:14px}.sensor-readings article>span:first-child strong,.sensor-readings article>span:first-child small{display:block}.sensor-readings article strong{font-size:12px}.sensor-readings article small{font-size:10px;color:var(--muted);margin-top:4px}.sensor-value{display:flex;align-items:center;gap:12px}.sensor-value>strong{font-size:14px!important}.commissioning-actions{padding:14px 16px;background:#f8fbfa}.commissioning-actions>div:first-child{display:flex;gap:9px;color:#315a4e;font-size:11px}.commissioning-actions>div:first-child strong{display:block;margin-bottom:2px}.commissioning-actions .button-row{margin-top:13px;justify-content:flex-end}.form-error{color:var(--red);font-size:11px;margin:10px 0 0}@media(max-width:820px){.devices-layout{grid-template-columns:1fr}.device-index{max-height:300px;overflow:auto}.device-state-strip{grid-template-columns:1fr 1fr}}@media(max-width:520px){.device-state-strip{grid-template-columns:1fr}.device-state-strip>div{border-right:0;border-bottom:1px solid var(--line)}.sensor-readings article{align-items:flex-start;flex-direction:column}.sensor-value{width:100%;justify-content:space-between}.event-log article{grid-template-columns:32px 1fr}.event-actions,.event-log article>time{grid-column:2;align-items:flex-start}}.node-monitoring,.gateway-node-list{border-bottom:1px solid var(--line)}.node-monitoring>header,.gateway-node-list>header{padding:12px 16px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.node-monitoring>header>span,.gateway-node-list>header>span{display:grid;gap:3px}.node-monitoring>header strong,.gateway-node-list>header strong{font-size:12px}.node-monitoring>header small,.gateway-node-list>header small{color:var(--muted);font-size:9px}.node-monitoring>div{display:grid;grid-template-columns:repeat(4,1fr)}.node-monitoring>div>span{min-height:65px;padding:12px 16px;border-right:1px solid var(--line);display:grid;align-content:center;gap:6px}.node-monitoring>div>span:last-child{border-right:0}.node-monitoring small{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.05em}.node-monitoring strong{font-size:11px}.gateway-node-list article{min-height:58px;padding:10px 16px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.gateway-node-list article:last-child{border-bottom:0}.gateway-node-list article>span{display:grid;gap:4px}.gateway-node-list article>span:last-child{grid-auto-flow:column;align-items:center;gap:12px}.gateway-node-list article strong{font-size:11px}.gateway-node-list article small{color:var(--muted);font-size:9px}@media(max-width:700px){.node-monitoring>div{grid-template-columns:1fr 1fr}.node-monitoring>div>span:nth-child(2){border-right:0}.gateway-node-list article{align-items:flex-start;flex-direction:column}.gateway-node-list article>span:last-child{width:100%;justify-content:space-between}}.node-check-button{min-width:148px;border:1px solid #9bcab8!important;border-radius:999px!important;background:#edf8f4!important;color:#086847!important;box-shadow:0 3px 9px #075c3f1f;transition:transform .14s ease,box-shadow .14s ease,background .14s ease}.node-check-button:not(:disabled):hover{background:#e3f5ee!important;box-shadow:0 5px 13px #075c3f2b;transform:translateY(-1px)}.node-check-button:not(:disabled):active{box-shadow:0 1px 4px #075c3f21;transform:translateY(1px) scale(.985)}.node-check-button:disabled{opacity:1}.node-check-button--sending,.node-check-button--waiting{background:#e7f3ef!important;color:#245f4d!important}.node-check-button--responded{border-color:#8bc9af!important;background:#e7f7ef!important;color:#08734d!important}.node-check-button--failed{border-color:#e4c488!important;background:#fff8e9!important;color:#8a5b08!important}.node-check-feedback{position:relative!important;min-height:48px!important;padding:9px 16px!important;border-bottom:1px solid #d9ebe4!important;background:linear-gradient(90deg,#f4fbf8,#fbfefd)!important;display:flex!important;grid-template-columns:none!important;align-items:center!important;gap:10px!important;overflow:hidden}.node-check-feedback>span{min-height:0!important;padding:0!important;border:0!important;display:grid!important;gap:2px!important}.node-check-feedback strong{font-size:10px!important;color:#225f4b}.node-check-feedback small{font-size:8px!important;text-transform:none!important;letter-spacing:0!important}.node-check-feedback__pulse{width:9px;height:9px;border-radius:50%;background:#20a476;box-shadow:0 0 #20a47659;animation:node-check-pulse 1.4s ease-out infinite}.node-check-feedback>i{position:absolute;left:0;bottom:0;width:100%;height:3px;background:linear-gradient(90deg,#18a16e,#9dd9c3);transform-origin:left;animation:node-check-listen 30s linear forwards}@keyframes node-check-pulse{70%{box-shadow:0 0 0 8px #20a47600}to{box-shadow:0 0 #20a47600}}@keyframes node-check-listen{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.gateway-import-button{min-width:158px;border:1px solid #9bcab8!important;border-radius:999px!important;background:#edf8f4!important;color:#086847!important;box-shadow:0 3px 9px #075c3f1f;transition:transform .14s ease,box-shadow .14s ease,background .14s ease}.gateway-import-button:not(:disabled):hover{background:#e3f5ee!important;box-shadow:0 5px 13px #075c3f2b;transform:translateY(-1px)}.gateway-import-button:not(:disabled):active{box-shadow:0 1px 4px #075c3f21;transform:translateY(1px) scale(.985)}.gateway-import-button:disabled{opacity:1}.gateway-import-button--sending,.gateway-import-button--waiting{background:#e7f3ef!important;color:#245f4d!important}.gateway-import-button--responded{border-color:#8bc9af!important;background:#e7f7ef!important;color:#08734d!important}.gateway-import-button--failed{border-color:#e4c488!important;background:#fff8e9!important;color:#8a5b08!important}.gateway-import-feedback{position:relative;min-height:48px;padding:9px 16px;border-bottom:1px solid #d9ebe4;background:linear-gradient(90deg,#f4fbf8,#fbfefd);display:flex;align-items:center;gap:10px;overflow:hidden}.gateway-import-feedback>span{display:grid;gap:2px}.gateway-import-feedback strong{font-size:10px;color:#225f4b}.gateway-import-feedback small{color:var(--muted);font-size:8px}.gateway-import-feedback__pulse{width:9px;height:9px;border-radius:50%;background:#20a476;box-shadow:0 0 #20a47659;animation:node-check-pulse 1.4s ease-out infinite}.gateway-import-feedback>i{position:absolute;left:0;bottom:0;width:100%;height:3px;background:linear-gradient(90deg,#18a16e,#9dd9c3);transform-origin:left;animation:node-check-listen 30s linear forwards}.gateway-import-feedback--responded .gateway-import-feedback__pulse{background:#0b9b67;box-shadow:none}.gateway-import-feedback--failed{border-bottom-color:#ecd9b6;background:#fffaf0}.gateway-import-feedback--failed .gateway-import-feedback__pulse{background:#d08a13;box-shadow:none}.gateway-import-feedback--failed strong{color:#80590d}.page-heading__actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap;justify-content:flex-end}.device-class-filter,.discovery-kind-tabs{display:flex;align-items:center;border:1px solid var(--line);border-radius:6px;overflow:hidden;background:#fff}.device-class-filter button,.discovery-kind-tabs button{min-height:34px;padding:0 11px;border:0;border-right:1px solid var(--line);background:#fff;color:var(--muted);display:flex;align-items:center;gap:5px;font-size:10px;font-weight:700}.device-class-filter button:last-child,.discovery-kind-tabs button:last-child{border-right:0}.device-class-filter button.active,.discovery-kind-tabs button.active{background:#123f36;color:#fff}.discovery-kind-tabs{margin-bottom:10px}.discovery-kind-tabs button{flex:1;justify-content:center}.discovery-kind-tabs span{min-width:18px;padding:2px 5px;border-radius:10px;background:#0e7e581f;font-size:8px}.discovery-kind-tabs button.active span{background:#ffffff29}.map-dashboard-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:12px;align-items:stretch}.farm-map-panel,.node-status-panel{overflow:hidden;min-width:0}.map-modes{display:flex;border:1px solid var(--line);border-radius:5px;overflow:hidden;background:#fff}.map-modes button{height:27px;padding:0 10px;border:0;border-right:1px solid var(--line);background:#fff;color:var(--muted);font-size:9px;text-transform:capitalize}.map-modes button:last-child{border:0}.map-modes button.active{background:#123f36;color:#fff}.map-heading-actions{display:flex;align-items:center;gap:8px}.boundary-edit-button{height:28px;padding:0 9px;border:1px solid var(--line);border-radius:5px;background:#fff;color:#28594d;font-size:9px;font-weight:750;display:flex;align-items:center;gap:5px}.boundary-editor{position:absolute;z-index:7;left:10px;right:10px;top:10px;min-height:44px;padding:7px 9px;border-radius:6px;background:#09272bf2;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:10px;box-shadow:0 7px 24px #0319164d}.boundary-editor>div{display:flex;align-items:center;gap:7px}.boundary-editor select{height:29px;border:1px solid rgba(255,255,255,.25);border-radius:4px;background:#123f36;color:#fff;padding:0 7px;font-size:9px}.boundary-editor span{font-size:9px}.boundary-editor button{height:29px;padding:0 8px;border:1px solid rgba(255,255,255,.25);border-radius:4px;background:transparent;color:#fff;display:flex;align-items:center;gap:5px;font-size:9px}.boundary-editor button.save{background:#0b8358;border-color:#0b8358}.farm-map{position:relative;height:clamp(650px,calc(100vh - 180px),900px);overflow:hidden;background:#dfe8e3}.farm-map__fallback,.farm-map__canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.farm-map__fallback{z-index:1;background-position:center;background-size:cover;pointer-events:none;transition:opacity .18s ease}.farm-map__fallback.is-hidden{opacity:0}.farm-map__canvas{background:transparent}.farm-map .maplibregl-canvas{outline:0}.farm-map .maplibregl-ctrl-top-right{top:36px}.farm-map .maplibregl-ctrl-group{border-radius:5px;box-shadow:0 4px 14px #07231e2e}.farm-map-marker{position:absolute;top:0;left:0;width:18px;height:18px;padding:0;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 8px #02181473;will-change:transform}.farm-map-marker:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:#fff}.farm-map-marker--good{background:#088757}.farm-map-marker--warning{background:#e49300}.farm-map-marker--critical{background:#cc3737}.farm-map-marker--gateway{background:#357aba}.farm-map-marker.selected{outline:3px solid rgba(255,255,255,.95);outline-offset:3px}.farm-map-marker--placing{pointer-events:none;opacity:.35}.farm-map__legend{position:absolute;right:10px;bottom:10px;z-index:2;display:flex;gap:12px;padding:7px 10px;border:1px solid rgba(8,30,26,.12);border-radius:5px;background:#ffffffed;font-size:9px;box-shadow:0 5px 18px #061f1b1f}.farm-map__legend span{display:flex;align-items:center;gap:5px}.farm-map__legend i{width:7px;height:7px;border-radius:50%}.farm-map__legend .good{background:#088757}.farm-map__legend .warning{background:#e49300}.farm-map__legend .critical{background:#cc3737}.farm-map__block-legend{position:absolute;right:10px;bottom:42px;z-index:3;display:flex;gap:10px;padding:6px 9px;border:1px solid rgba(8,30,26,.12);border-radius:5px;background:#072622e0;color:#fff;font-size:9px;box-shadow:0 5px 18px #061f1b29}.farm-map__block-legend span{display:flex;align-items:center;gap:5px}.farm-map__block-legend i{width:9px;height:9px;border:2px solid rgba(255,255,255,.85);border-radius:2px}.farm-map__live{position:absolute;z-index:4;left:10px;bottom:10px;display:flex;align-items:center;gap:9px;padding:7px 10px;border:1px solid rgba(8,30,26,.14);border-radius:5px;background:#fffffff2;box-shadow:0 5px 18px #061f1b29;font-size:9px}.farm-map__live strong{color:#087a52;letter-spacing:.08em}.farm-map__live strong:before{content:"";display:inline-block;width:7px;height:7px;margin-right:5px;border-radius:50%;background:#13a36b}.farm-map__live time{color:var(--muted)}.farm-map__live--delayed strong{color:#a26700}.farm-map__live--delayed strong:before{background:#e49300}.farm-map__live--offline strong{color:#a82f2f}.farm-map__live--offline strong:before{background:#cc3737}.map-device-card{position:absolute;z-index:10;width:360px;transform:translate(-50%);border:1px solid rgba(7,59,48,.18);border-radius:12px;background:#fffffff7;box-shadow:0 22px 56px #021d184d;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overflow:visible}.map-device-card:after{content:"";position:absolute;left:calc(50% - 7px);width:14px;height:14px;background:#fff;border-right:1px solid rgba(7,59,48,.18);border-bottom:1px solid rgba(7,59,48,.18);transform:rotate(45deg)}.map-device-card--above:after{bottom:-8px}.map-device-card--below:after{top:-8px;transform:rotate(225deg)}.map-device-card header{min-height:68px;padding:11px 13px;border-bottom:1px solid #dce8e3;border-radius:11px 11px 0 0;background:linear-gradient(135deg,#f0faf6,#fff);display:flex;align-items:flex-start;justify-content:space-between}.map-device-card__identity{display:flex;align-items:center;gap:10px;min-width:0}.map-device-card__identity>span:last-child{display:grid;min-width:0}.map-device-card__identity small{color:#54746b;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.map-device-card__identity strong{margin-top:2px;color:#102e28;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-device-card__identity em{color:#6a807a;font:normal 9px/1.45 var(--font-mono)}.map-device-card__icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:#087b54;background:#dff4ea;flex:0 0 auto}.map-device-card header button,.placement-banner button{border:0;background:transparent;display:grid;place-items:center;color:var(--muted);cursor:pointer}.map-device-card__trust{min-height:38px;padding:7px 12px;display:flex;align-items:center;gap:9px;border-bottom:1px solid #e4ece9;font-size:9px}.map-device-card__trust>span{color:#5d746e}.map-device-card__trust>em{margin-left:auto;padding:3px 6px;border-radius:10px;background:#edf3f1;color:#49645d;font-style:normal;font-weight:700;text-transform:capitalize}.map-device-card__metrics{padding:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.map-device-metric{min-height:74px;padding:8px 9px;border:1px solid #dce8e3;border-radius:8px;background:#f8fbfa;display:grid;grid-template-columns:1fr auto;align-items:start}.map-device-metric>span{display:flex;align-items:center;gap:5px;color:#617872;font-size:9px;font-weight:700;text-transform:uppercase}.map-device-metric>span svg{color:#07835a}.map-device-metric>strong{grid-column:1/-1;color:#13342c;font-size:20px;line-height:1.1}.map-device-metric>strong small{margin-left:3px;color:#617872;font-size:9px}.map-device-metric>em{grid-column:1/-1;color:#07835a;font-size:8px;font-style:normal;font-weight:800;text-transform:uppercase}.map-device-metric--bad,.map-device-metric--stale{border-color:#eccd99;background:#fff9ef}.map-device-metric--bad>em,.map-device-metric--stale>em{color:#b26b00}.map-device-card__empty{grid-column:1/-1;padding:18px;text-align:center;color:#657b75;font-size:10px}.map-device-card__meta{padding:7px 11px;border-top:1px solid #e4ece9;display:flex;justify-content:space-between;gap:8px;color:#577069;font:9px/1.4 var(--font-mono)}.map-device-card__meta span{display:flex;align-items:center;gap:4px}.map-device-card__meta svg{color:#087b54}.map-device-card dl{display:none}.map-device-card__actions{display:flex;gap:7px;padding:9px 10px;border-radius:0 0 11px 11px;background:#f3f7f5}.map-device-card__actions .button{flex:1;justify-content:center}.map-device-card header{min-height:56px;padding:8px 11px}.map-device-card__icon{width:30px;height:30px}.map-device-card__trust{min-height:32px;padding:5px 11px}.map-device-card__metrics{padding:7px}.map-device-metric{min-height:52px;padding:6px 8px}.map-device-metric>strong{font-size:18px}.map-device-card__meta{padding:5px 10px}.map-device-card__actions{padding:7px 9px}.map-device-card *{box-sizing:border-box}.map-device-card header{height:58px;min-height:0}.map-device-card__trust{height:32px;min-height:0}.map-device-metric{height:52px;min-height:0}.map-device-card__actions .button{min-height:30px}.placement-banner{position:absolute;z-index:5;top:10px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;max-width:calc(100% - 24px);padding:8px 10px;border-radius:5px;background:#103f35;color:#fff;font-size:10px;font-weight:700;box-shadow:0 8px 22px #0219144d}.placement-banner button{color:#fff}.map-error{position:absolute;z-index:6;left:12px;bottom:12px;padding:8px 10px;background:#fff1f1;color:#a82f2f;border:1px solid #efbcbc;border-radius:5px;font-size:10px}.placement-banner .placement-save{min-height:28px;padding:0 10px;border:1px solid rgba(255,255,255,.72);border-radius:4px;background:#fff;color:#103f35;font-size:9px;font-weight:800;white-space:nowrap}.placement-crosshair{position:absolute;z-index:6;left:50%;top:50%;width:42px;height:42px;transform:translate(-50%,-50%);border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #084336d9,0 3px 12px #00000059;pointer-events:none}.placement-crosshair:before,.placement-crosshair:after{content:"";position:absolute;background:#fff;box-shadow:0 0 0 1px #084336d9}.placement-crosshair:before{left:50%;top:-11px;width:2px;height:62px;transform:translate(-50%)}.placement-crosshair:after{top:50%;left:-11px;width:62px;height:2px;transform:translateY(-50%)}.placement-crosshair span{position:absolute;z-index:1;left:50%;top:50%;width:8px;height:8px;transform:translate(-50%,-50%);border:2px solid #fff;border-radius:50%;background:#e49300;box-shadow:0 0 0 1px #084336e6}.node-status-panel{display:flex;flex-direction:column}.node-status-panel .section-title>button{border:0;background:transparent;color:#28594d;font-size:10px;font-weight:700}.node-status-head{display:none}.node-status-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:auto;max-height:none}.node-status-list>button{width:100%;min-height:72px;padding:9px 12px;border:0;border-right:1px solid var(--line);background:#fff;display:grid;grid-template-columns:32px minmax(0,1fr) 74px 88px;align-items:center;gap:8px;text-align:left}.node-status-list>button:last-child{border-right:0}.node-status-list>button:hover{background:#f7faf8}.node-status-icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent)}.node-status-list strong,.node-status-list small{display:block}.node-status-list strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.node-status-list small{margin-top:4px;color:var(--muted);font-size:8px}.node-pressure{text-align:right;font-size:11px;font-weight:800;white-space:nowrap}.node-status-list>button>span:last-child{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.node-battery{display:flex!important;align-items:center;gap:3px;margin:0!important}.pressure-channel{background:#f3faf7}.pressure-channel .sensor-value>strong{color:#087a52}.gps-panel{border-top:1px solid var(--line);background:#fbfcfb}.gps-panel__heading{min-height:58px;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.gps-panel__heading>div{display:flex;align-items:center;gap:9px}.gps-panel__heading>div>svg{color:var(--accent)}.gps-panel__heading strong,.gps-panel__heading small{display:block}.gps-panel__heading strong{font-size:11px}.gps-panel__heading small{margin-top:3px;color:var(--muted);font-size:9px}.gps-panel>.coordinate-grid{padding:0 16px 14px;grid-template-columns:1fr 1fr auto;align-items:end}.gps-save{margin-bottom:0}.map-loading{height:440px;display:grid;place-items:center;margin-bottom:12px;color:var(--muted);font-size:11px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:grid;place-items:center;padding:24px;background:#03181594;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.device-modal{width:min(980px,100%);max-height:min(760px,calc(100vh - 48px));overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 28px 80px #0014105c;display:flex;flex-direction:column}.device-modal>header{min-height:76px;padding:14px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:14px}.device-modal>header h2{margin:0;font-size:18px}.device-modal>header p{margin:5px 0 0;color:var(--muted);font-size:10px}.icon-button{width:34px;height:34px;border:1px solid var(--line);border-radius:5px;background:#fff;display:grid;place-items:center;color:var(--muted)}.device-modal__body{display:grid;grid-template-columns:1.15fr .85fr;min-height:430px;overflow:hidden}.discovery-pane{padding:14px;border-right:1px solid var(--line);overflow:auto}.discovery-actions{display:grid;grid-template-columns:1fr auto;gap:8px}.discovery-actions .search{width:auto}.discovery-list{display:grid;gap:7px;margin-top:12px}.discovery-card{width:100%;min-height:72px;padding:10px;border:1px solid var(--line);border-radius:6px;background:#fff;display:grid;grid-template-columns:34px 1fr auto;gap:10px;align-items:center;text-align:left}.discovery-card:hover,.discovery-card.selected{border-color:#77b49d;background:#f2faf6}.discovery-card__icon{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent)}.discovery-card strong,.discovery-card small,.discovery-card em{display:block}.discovery-card strong{font-size:11px}.discovery-card small{margin-top:3px;color:var(--muted);font-size:9px}.discovery-card em{margin-top:5px;color:#316c5c;font-size:8px;font-style:normal;text-transform:capitalize}.device-detail__header-actions{display:flex;align-items:flex-end;flex-direction:column;gap:8px}.device-lifecycle-actions{display:flex;gap:6px}.device-lifecycle-modal{width:min(560px,100%);max-height:calc(100vh - 48px);overflow:auto;border-radius:8px;background:#fff;box-shadow:0 28px 80px #0014105c}.device-lifecycle-modal>header{min-height:74px;padding:14px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:14px}.device-lifecycle-modal>header h2{margin:0;font-size:18px}.device-lifecycle-modal>header p{margin:5px 0 0;color:var(--muted);font-size:10px}.device-lifecycle-modal__body{padding:18px}.device-lifecycle-modal>footer{min-height:62px;padding:10px 18px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;align-items:center;gap:8px}.replacement-summary,.remove-device-warning{display:flex;align-items:flex-start;gap:12px;padding:14px;border:1px solid var(--line);border-radius:6px;background:#f7faf9}.replacement-summary>svg{color:var(--accent)}.remove-device-warning{border-color:#edc5c3;background:var(--red-soft)}.remove-device-warning>svg{color:var(--red)}.replacement-summary strong,.replacement-summary small,.remove-device-warning strong{display:block}.replacement-summary small{margin-top:5px;color:var(--muted);font-size:10px;line-height:1.5}.remove-device-warning p{margin:6px 0 0;color:#743b37;font-size:10px;line-height:1.5}.replacement-list{display:grid;gap:8px;margin-top:12px}.replacement-list>button{width:100%;padding:12px;border:1px solid var(--line);border-radius:6px;background:#fff;display:flex;align-items:center;gap:10px;text-align:left}.replacement-list>button.selected{border-color:#62a98e;background:var(--accent-soft)}.replacement-list>button>svg{color:var(--accent)}.replacement-list strong,.replacement-list small{display:block}.replacement-list small{margin-top:4px;color:var(--muted);font-size:9px}.assignment-pane{padding:18px;overflow:auto}.assignment-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:18px}.assignment-heading span,.assignment-heading strong{display:block}.assignment-heading span{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.06em}.assignment-heading strong{margin-top:5px;font-size:12px}.form-field{display:grid;gap:6px;margin-bottom:13px}.form-field>span{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.form-field input,.form-field select{height:36px;width:100%;padding:0 10px;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--ink);font:600 11px var(--font-sans);outline:0}.form-field input:focus,.form-field select:focus{border-color:#61a88d;box-shadow:0 0 0 3px #0a8d5b1a}.coordinate-heading{display:flex;align-items:center;justify-content:space-between;gap:9px;margin:18px 0 10px;color:#28594d;font-size:11px;font-weight:750}.coordinate-heading>span{display:flex;align-items:center;gap:7px}.coordinate-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.field-help{margin:0;color:var(--muted);font-size:9px;line-height:1.5}.assignment-empty{height:100%;display:grid;place-items:center;align-content:center;text-align:center;color:var(--muted)}.assignment-empty svg{color:#79a697}.assignment-empty h3{margin:12px 0 5px;color:var(--ink);font-size:13px}.assignment-empty p{max-width:240px;margin:0;font-size:10px;line-height:1.5}.modal-error{margin:0;padding:9px 18px;border-top:1px solid #efc7c7;background:#fff3f3;color:#aa3030;font-size:10px}.device-modal>footer{min-height:62px;padding:10px 18px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:14px}.device-modal>footer>span{color:var(--muted);font-size:9px}.device-modal>footer>div{display:flex;gap:8px}.spin{animation:data-spin .8s linear infinite}@keyframes data-spin{to{transform:rotate(360deg)}}.discovery-scan-report{margin-top:12px;padding:10px;border:1px solid var(--line);border-radius:6px;background:#f8faf9;display:grid;gap:7px}.discovery-scan-report>strong{font-size:10px}.scan-port{padding:8px;border-left:3px solid #9ba8a4;background:#fff;display:grid;gap:3px}.scan-port b{font-size:9px}.scan-port small{color:var(--muted);font-size:8px;line-height:1.35}.scan-port--gateway_identified{border-left-color:var(--accent)}.scan-port--serial_response{border-left-color:var(--amber)}.scan-port--busy,.scan-port--error{border-left-color:var(--red)}@media(max-width:1300px){.node-status-list{grid-template-columns:1fr 1fr}.node-status-list>button{grid-template-columns:32px minmax(0,1fr) 70px 82px;border-bottom:1px solid var(--line)}.node-status-list>button:nth-child(odd){border-right:1px solid var(--line)}}@media(max-width:820px){.device-modal__body{grid-template-columns:1fr;overflow:auto}.discovery-pane{border-right:0;border-bottom:1px solid var(--line)}.assignment-pane{min-height:330px}.device-modal{max-height:calc(100vh - 24px)}.modal-backdrop{padding:12px}}@media(max-width:640px){.page-heading__actions{justify-content:flex-start}.map-modes button{padding:0 7px}.farm-map{height:420px}.map-device-card{left:8px;top:8px;width:calc(100% - 70px)}.farm-map__legend{left:8px;right:auto;bottom:52px}.farm-map__live{left:8px;right:8px;max-width:calc(100% - 16px);flex-wrap:wrap}.farm-map__live time{margin-left:auto}.node-status-list{display:block}.node-status-list>button{border-right:0!important}.device-modal>header{align-items:flex-start}.device-modal__body{min-height:0}.discovery-actions{grid-template-columns:1fr}.coordinate-grid,.gps-panel>.coordinate-grid{grid-template-columns:1fr}.device-modal>footer{align-items:flex-start;flex-direction:column}.device-modal>footer>div{width:100%}.device-modal>footer .button{flex:1}.modal-backdrop{place-items:stretch}.device-modal{height:calc(100vh - 24px);max-height:none}.farm-map-panel .section-title{align-items:flex-start;flex-direction:column;padding:10px 12px}.map-modes{width:100%}.map-modes button{flex:1}.farm-map .maplibregl-ctrl-top-right{top:6px}}@media(max-width:640px){.device-detail>header{align-items:flex-start;flex-direction:column}.device-detail__header-actions{width:100%;align-items:flex-start}.device-lifecycle-actions{width:100%;flex-wrap:wrap}.device-lifecycle-actions .button{flex:1}.device-lifecycle-modal{height:calc(100vh - 24px);max-height:none}.device-lifecycle-modal>footer .button{flex:1}}@media(max-width:640px){.map-device-card{left:8px!important;top:8px!important;width:calc(100% - 70px);transform:none}.map-device-card:after{display:none}.map-device-card__meta{flex-wrap:wrap}}@media(max-width:640px){.map-heading-actions{width:100%;flex-direction:column;align-items:stretch}.boundary-edit-button{justify-content:center}.boundary-editor{align-items:stretch;flex-direction:column}.boundary-editor>div{justify-content:space-between}.boundary-editor span{display:none}.boundary-editor button{flex:1;justify-content:center}}.block-manager-summary{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:14px;overflow:hidden}.block-manager-summary>div{min-height:78px;padding:14px 16px;border-right:1px solid var(--line);display:flex;align-items:center;gap:11px}.block-manager-summary>div:last-child{border:0}.block-manager-summary svg{width:24px;height:24px;color:var(--accent)}.block-manager-summary span{display:grid;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.06em}.block-manager-summary strong{color:var(--text);font-size:20px;letter-spacing:-.02em;text-transform:none}.block-manager-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:14px;align-items:stretch}.block-manager-layout.is-editing{grid-template-columns:240px minmax(420px,1fr) 330px}.block-manager-list{min-width:0;overflow:hidden}.block-manager-list>.section-title{padding:12px 13px}.block-manager-list>div:last-of-type{max-height:650px;overflow:auto}.block-manager-list>div>button{width:100%;min-height:72px;padding:10px 11px;border:0;border-bottom:1px solid var(--line);background:#fff;display:grid;grid-template-columns:9px minmax(0,1fr) auto;align-items:center;gap:9px;text-align:left;cursor:pointer}.block-manager-list>div>button:hover{background:#f7fbf9}.block-manager-list>div>button.active{background:#edf8f3;box-shadow:inset 3px 0 var(--accent)}.block-manager-list button>span{display:grid;min-width:0}.block-manager-list button strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.block-manager-list button small{margin-top:3px;color:var(--muted);font-size:9px;white-space:nowrap}.block-manager-list button>span:last-child{justify-items:end}.block-swatch{width:8px;height:36px;border-radius:5px;background:#84958f}.block-swatch--healthy{background:#13a36b}.block-swatch--attention{background:#e39812}.block-manager-map-panel{min-width:0;overflow:hidden}.block-manager-map-panel>.section-title{padding:10px 12px}.block-manager-map{position:relative;height:650px;background:#dce8e2;overflow:hidden}.block-manager-map__canvas,.block-manager-map>.farm-map__fallback{position:absolute;top:0;right:0;bottom:0;left:0}.block-manager-map .maplibregl-map{width:100%;height:100%}.block-drawing-status{position:absolute;z-index:7;left:12px;bottom:12px;min-height:38px;padding:7px 10px;border-radius:7px;background:#073028f0;color:#fff;display:flex;align-items:center;gap:8px;box-shadow:0 8px 24px #00000038}.block-drawing-status svg{color:#6ee2b2}.block-drawing-status strong{font-size:10px}.block-drawing-status span{font-size:9px;color:#bad4cc}.block-vertex{width:28px;height:28px;border:2px solid #fff;border-radius:50%;background:#0a8459;color:#fff;font:800 9px/1 var(--font-mono);box-shadow:0 4px 12px #00000052;cursor:grab}.block-vertex.selected{background:#e49300;outline:4px solid rgba(228,147,0,.25)}.block-vertex:active{cursor:grabbing}.block-map-popup{position:absolute;z-index:8;width:300px;transform:translate(-50%);border:1px solid rgba(5,52,43,.17);border-radius:11px;background:#fffffff7;box-shadow:0 20px 48px #021c1747;overflow:hidden}.block-map-popup header{min-height:58px;padding:9px 11px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#eaf8f2,#fff);display:flex;justify-content:space-between}.block-map-popup header>span{display:grid;grid-template-columns:28px 1fr;column-gap:8px;align-items:center}.block-map-popup header svg{grid-row:1/3;color:var(--accent)}.block-map-popup header small{color:var(--muted);font-size:8px;text-transform:uppercase}.block-map-popup header strong{font-size:13px}.block-map-popup header button,.block-editor header button{border:0;background:transparent;color:var(--muted);cursor:pointer}.block-map-popup__area{padding:9px 11px;display:flex;align-items:baseline;justify-content:space-between}.block-map-popup__area strong{font-size:25px;color:#0b6047}.block-map-popup__area strong small{margin-left:3px;font-size:10px}.block-map-popup__area span{color:var(--muted);font-size:8px}.block-map-popup__metrics{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.block-map-popup__metrics span{padding:8px 10px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:grid}.block-map-popup__metrics span:nth-child(2n){border-right:0}.block-map-popup__metrics small{color:var(--muted);font-size:8px;text-transform:uppercase}.block-map-popup__metrics strong{margin-top:2px;font-size:10px}.block-map-popup footer{padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:8px;background:#f5f8f7}.block-map-popup footer>span{color:var(--muted);font-size:9px}.block-editor{min-width:0;display:flex;flex-direction:column;overflow:hidden}.block-editor>header{min-height:62px;padding:11px 13px;border-bottom:1px solid var(--line);display:flex;align-items:flex-start;justify-content:space-between}.block-editor header small{color:var(--accent);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.block-editor header h2{margin-top:2px;font-size:15px}.block-editor__body{padding:12px;display:grid;gap:11px;overflow:auto}.block-editor__body>label,.block-editor__row label{display:grid;gap:5px}.block-editor__body label>span,.block-editor__row label>span{color:#59716a;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.block-editor input{width:100%;height:36px;padding:0 9px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--text);font:11px var(--font-sans)}.block-editor__row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.block-area-card{min-height:90px;padding:12px;border:1px solid #bfe4d4;border-radius:9px;background:#eef9f4;display:flex;justify-content:space-between;align-items:center}.block-area-card>div{display:grid}.block-area-card span{color:#4d6c63;font-size:8px;font-weight:800;text-transform:uppercase}.block-area-card strong{margin:3px 0;color:#086f4d;font-size:25px}.block-area-card small{color:#5e776f;font-size:9px}.block-area-card svg{width:29px;height:29px;color:#129267}.field-with-unit{position:relative}.field-with-unit input{padding-right:36px}.field-with-unit em{position:absolute;right:10px;top:11px;color:var(--muted);font-size:10px;font-style:normal}.block-area-choice{grid-template-columns:18px 1fr!important;align-items:start;padding:9px;border:1px solid var(--line);border-radius:7px;background:#f8faf9}.block-area-choice input{width:15px;height:15px}.block-area-choice>span{display:grid;text-transform:none!important}.block-area-choice strong{color:var(--text);font-size:10px}.block-area-choice small{margin-top:2px;color:var(--muted);font-size:8px;font-weight:400;text-transform:none}.block-point-tools{display:grid;grid-template-columns:1fr 1fr;gap:7px}.block-point-tools .button{justify-content:center}.block-editor>footer{margin-top:auto;padding:10px 12px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:7px;background:#f7f9f8}@media(max-width:1180px){.block-manager-layout,.block-manager-layout.is-editing{grid-template-columns:240px minmax(0,1fr)}.block-editor{grid-column:1/3}.block-editor__body{grid-template-columns:1fr 1fr}.block-editor__body>.block-area-card,.block-editor__body>.block-area-choice,.block-editor__body>.block-point-tools,.block-editor__body>.form-error{grid-column:1/3}}@media(max-width:760px){.block-manager-summary{grid-template-columns:1fr 1fr}.block-manager-summary>div:nth-child(2){border-right:0}.block-manager-summary>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.block-manager-layout,.block-manager-layout.is-editing{grid-template-columns:1fr}.block-manager-list,.block-editor{grid-column:auto}.block-manager-list>div:last-of-type{max-height:260px}.block-manager-map{height:480px}.block-editor__body{grid-template-columns:1fr}.block-editor__body>.block-area-card,.block-editor__body>.block-area-choice,.block-editor__body>.block-point-tools,.block-editor__body>.form-error{grid-column:auto}.block-map-popup{left:8px!important;top:8px!important;width:calc(100% - 58px);transform:none}}.block-manager-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:75;padding:18px;background:#031815a3;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:grid;place-items:center}.block-manager-modal{width:min(1500px,100%);height:min(900px,calc(100vh - 36px));padding:16px;border-radius:12px;background:#f3f6f4;box-shadow:0 30px 90px #00120e6b;overflow:auto}.orchard-blocks-embedded .page-heading{margin-bottom:14px}.orchard-blocks-embedded .block-manager-map{height:min(650px,calc(100vh - 265px))}.dashboard-block-popup{z-index:11}.block-map-popup__program{padding:7px 10px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:8px;background:#f7faf9}.block-map-popup__program>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:8px}@media(max-width:760px){.block-manager-backdrop{padding:0;place-items:stretch}.block-manager-modal{width:100%;height:100vh;border-radius:0;padding:12px}.orchard-blocks-embedded .block-manager-map{height:460px}.orchard-blocks-embedded .page-heading{display:flex}.orchard-blocks-embedded .page-heading__actions{margin-top:8px}}.trend-filters{display:grid;grid-template-columns:1fr 1fr 1.2fr 1.35fr auto;gap:12px;padding:14px;margin-bottom:12px;align-items:end}.trend-filters label{display:grid;gap:6px}.trend-filters label>span,.trend-filters legend{color:var(--muted);font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.trend-filters select{height:38px;min-width:0;padding:0 9px;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--ink);font-size:11px;font-weight:650}.trend-filters fieldset{display:flex;margin:0;padding:0;border:1px solid var(--line);border-radius:5px;overflow:hidden}.trend-filters legend{position:absolute;transform:translateY(-18px)}.trend-filters fieldset button{height:36px;min-width:43px;border:0;border-right:1px solid var(--line);background:#fff;color:var(--muted);font-size:10px;font-weight:750}.trend-filters fieldset button:last-child{border:0}.trend-filters fieldset button.active{background:#123f36;color:#fff}.trend-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:12px}.trend-summary article{min-height:92px;padding:16px;display:flex;align-items:center;gap:13px}.trend-summary article>svg{width:25px;color:var(--accent)}.trend-summary article span,.trend-summary article strong,.trend-summary article small{display:block}.trend-summary article span{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.06em}.trend-summary article strong{margin:7px 0 4px;color:var(--ink);font-size:19px;text-transform:none;letter-spacing:0}.trend-summary article small{color:var(--muted);font-size:9px;text-transform:none;letter-spacing:0}.trend-panel{overflow:hidden}.trend-panel>header{min-height:72px;padding:13px 17px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:18px}.trend-panel h2{margin:4px 0 0;font-size:17px}.trend-eyebrow{color:var(--accent);font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.07em}.trend-extremes{display:flex;gap:22px}.trend-extremes span,.trend-extremes strong{display:block}.trend-extremes span{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.06em}.trend-extremes strong{margin-top:4px;color:var(--ink);font-size:12px;text-transform:none;letter-spacing:0}.trend-navigator{min-height:52px;padding:8px 16px;border-bottom:1px solid var(--line);background:#f8fbfa;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.trend-navigator__time,.trend-navigator__tools{display:flex;align-items:center;gap:8px}.trend-navigator__time>strong{min-width:225px;color:#30443e;font-size:10px;text-align:center}.trend-navigator__tools>span{margin-right:4px;color:var(--muted);font-size:9px}.trend-navigator__tools>span>strong{color:#27483f;font-size:10px}.trend-nav-button,.trend-zoom-button,.trend-reset-button{height:32px;border:1px solid #cfdbd7;border-radius:5px;background:#fff;color:#38534b;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:9px;font-weight:750}.trend-nav-button,.trend-zoom-button,.trend-reset-button{padding:0 10px}.trend-nav-button:hover:not(:disabled),.trend-zoom-button:hover:not(:disabled),.trend-reset-button:hover:not(:disabled){border-color:#96b8aa;background:#edf7f2;color:#086747}.trend-nav-button:disabled,.trend-zoom-button:disabled{cursor:not-allowed;opacity:.45;background:#f4f7f6}.trend-chart-wrap{width:100%;padding:10px 13px 4px;overflow-x:auto;overscroll-behavior:contain;background:linear-gradient(180deg,#fbfdfc 0,#fff 38%);cursor:grab}.trend-chart-wrap.is-dragging{cursor:grabbing}.trend-chart{display:block;width:100%;min-width:680px;height:auto;outline:none;touch-action:pan-y;-webkit-user-select:none;user-select:none}.trend-chart:focus-visible{outline:2px solid #49a786;outline-offset:-4px}.trend-chart text{fill:#6c7a76;font-size:9px}.trend-grid{stroke:#dfe8e4;stroke-width:1}.trend-grid--vertical{stroke-dasharray:3 5;opacity:.7}.trend-line{fill:none;stroke:var(--accent);stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px 1px rgba(8,122,82,.12))}.trend-point{stroke:#fff;stroke-width:1.2;transition:r .1s ease}.trend-crosshair>line{stroke:#527069;stroke-width:1;stroke-dasharray:4 4}.trend-crosshair>circle{fill:#fff;stroke:#087a52;stroke-width:2}.trend-tooltip rect{fill:#102f33;stroke:#ffffff29;stroke-width:1;filter:drop-shadow(0 5px 10px rgba(9,39,43,.22))}.trend-tooltip text{fill:#fff}.trend-tooltip__time{font-size:8px!important;opacity:.78}.trend-tooltip__value{font-size:12px!important;font-weight:800}.trend-tooltip__quality{font-size:8px!important;opacity:.78;text-transform:capitalize}.trend-empty{height:300px;display:grid;place-items:center;align-content:center;gap:9px;color:var(--muted);font-size:11px;text-align:center}.trend-empty svg{color:#7ba495}.trend-empty__actions{display:flex;align-items:center;justify-content:center;gap:8px}.trend-panel>footer{min-height:47px;padding:9px 16px;border-top:1px solid var(--line);display:flex;align-items:center;gap:18px;color:var(--muted);font-size:9px}.trend-panel>footer>span{display:flex;align-items:center;gap:6px}.quality-key{width:7px;height:7px;border-radius:50%;background:var(--accent)}.quality-key--warning{background:var(--amber)}.quality-key--bad{background:var(--red)}.trend-source{margin-left:auto!important}@media(max-width:1100px){.trend-filters{grid-template-columns:1fr 1fr}.trend-filters fieldset{width:max-content}.trend-summary{grid-template-columns:1fr 1fr}}@media(max-width:640px){.trend-filters,.trend-summary{grid-template-columns:1fr}.trend-panel>header{align-items:flex-start;flex-direction:column}.trend-extremes{width:100%;justify-content:space-between}.trend-navigator{align-items:stretch}.trend-navigator__time{width:100%;justify-content:space-between}.trend-navigator__time>strong{min-width:0;font-size:8px}.trend-nav-button span{display:none}.trend-navigator__tools{width:100%;justify-content:flex-end;flex-wrap:wrap}.trend-navigator__tools>span{width:100%;margin-right:0;line-height:1.35}.trend-zoom-button,.trend-reset-button{height:40px;flex:1}.trend-panel>footer{align-items:flex-start;flex-wrap:wrap}.trend-source{width:100%;margin-left:0!important}}.trend-workspace-controls{padding:14px;margin-bottom:12px}.trend-control-group>span,.trend-control-row label>span,.trend-control-row legend{display:block;margin-bottom:7px;color:var(--muted);font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.node-checks{display:flex;gap:7px;flex-wrap:wrap}.node-checks label{height:32px;padding:0 10px;border:1px solid var(--line);border-radius:16px;background:#fff;display:flex;align-items:center;gap:6px;font-size:9px;font-weight:700;cursor:pointer}.node-checks input{accent-color:var(--accent)}.node-checks i,.trend-series-legend i{width:8px;height:8px;border-radius:50%}.trend-control-row{display:grid;grid-template-columns:minmax(220px,.8fr) max-content minmax(220px,1fr) minmax(220px,1fr);gap:12px;margin-top:14px;align-items:end}.trend-control-row fieldset{display:flex;width:max-content;margin:0;padding:0;border:1px solid var(--line);border-radius:5px;overflow:hidden}.trend-control-row legend{position:absolute;transform:translateY(-18px)}.trend-control-row fieldset button{height:37px;padding:0 11px;border:0;border-right:1px solid var(--line);background:#fff;color:var(--muted);font-size:9px;font-weight:750}.trend-control-row fieldset button:last-child{border:0}.trend-control-row fieldset button.active{background:#123f36;color:#fff}.trend-control-row label{min-width:0}.trend-control-row select,.trend-control-row input{width:100%;height:38px;padding:0 9px;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--ink);font-size:10px}.aligned-chart-stack{display:grid;gap:12px}.aligned-chart{border:1px solid var(--line);border-radius:7px;background:#fff;overflow:hidden}.aligned-chart>header{height:50px;padding:0 16px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.aligned-chart>header strong,.aligned-chart>header small{display:block}.aligned-chart>header strong{font-size:14px}.aligned-chart>header small{margin-top:3px;color:var(--muted);font-size:8px}.aligned-chart>header>span{font-size:10px;color:var(--muted)}.trend-series-line{stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.trend-loss{fill:#c93a36;opacity:.09}.trend-test{fill:#2777b8;opacity:.11}.trend-hover-line{stroke:#45635b;stroke-width:1;stroke-dasharray:4 4}.trend-series-legend{min-height:39px;padding:8px 15px;border-top:1px solid var(--line);display:flex;align-items:center;gap:14px;flex-wrap:wrap;font-size:8px;color:var(--muted)}.trend-series-legend span{display:flex;align-items:center;gap:5px}.trend-series-legend .legend-loss{border-radius:2px;background:#c93a3652}.trend-series-legend .legend-test{border-radius:2px;background:#2777b852}.trend-method-note{margin:10px 2px;color:var(--muted);font-size:9px;line-height:1.5}.trend-print-heading{display:none}.trend-empty--compact{height:220px}@media(max-width:900px){.trend-control-row{grid-template-columns:1fr 1fr}.trend-navigator__time,.trend-navigator__tools{width:100%;justify-content:space-between}.trend-navigator__tools{flex-wrap:wrap}.trend-navigator__tools>span{width:100%}}@media(max-width:600px){.trend-control-row{grid-template-columns:1fr}.node-checks label{width:100%;border-radius:5px}.trend-navigator__time>strong{font-size:8px}.trend-navigator__tools button{flex:1}}@media print{.sidebar,.topbar,.no-print,.connection-notice{display:none!important}.app-shell,.main-column,.workspace{display:block!important;width:100%!important;margin:0!important;padding:0!important;background:#fff!important}.trends-page{padding:0!important}.trend-print-heading{display:flex;padding:0 0 12px;justify-content:space-between;gap:18px;border-bottom:2px solid #087a52;font-size:9px}.trend-print-heading strong{font-size:16px}.aligned-chart-stack{gap:8px}.aligned-chart{break-inside:avoid}.aligned-chart .trend-chart-wrap{padding:2px}.aligned-chart .trend-chart{max-height:180px}.trend-method-note{font-size:8px}@page{size:landscape;margin:10mm}}.live-report{margin-bottom:12px;overflow:hidden}.live-report>header{padding:16px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(120deg,#f5fbf8,#fff)}.live-report>header span{color:var(--accent);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.live-report>header h2{margin:5px 0 3px;font-size:17px}.live-report>header p{margin:0;color:var(--muted);font-size:9px}.live-report__stats{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.live-report__stats article{padding:14px 16px;border-right:1px solid var(--line)}.live-report__stats article:last-child{border:0}.live-report__stats strong,.live-report__stats span{display:block}.live-report__stats strong{font-size:20px;color:var(--ink)}.live-report__stats span{margin-top:4px;color:var(--muted);font-size:8px;text-transform:uppercase}.live-report>label{display:grid;gap:7px;padding:14px 16px;color:var(--muted);font-size:9px;font-weight:750;text-transform:uppercase}.live-report textarea{min-height:76px;padding:10px;border:1px solid var(--line);border-radius:5px;resize:vertical;color:var(--ink);font:inherit;font-size:10px;line-height:1.45;text-transform:none}.live-report>footer{padding:9px 16px;border-top:1px solid var(--line);display:flex;align-items:center;gap:7px;color:var(--muted);font-size:8px}@media(max-width:750px){.live-report>header{align-items:flex-start;flex-direction:column}.live-report>header .button{width:100%}.live-report__stats{grid-template-columns:1fr 1fr}.live-report__stats article:nth-child(2){border-right:0}.live-report__stats article:nth-child(-n+2){border-bottom:1px solid var(--line)}}.calibration-governance{margin-bottom:12px;padding:13px 15px;border:1px solid #a8d7c5;border-radius:6px;background:#eff9f4;display:flex;align-items:center;gap:12px;color:#245247}.calibration-governance svg{flex:0 0 auto;color:var(--accent)}.calibration-governance strong,.calibration-governance span{display:block}.calibration-governance strong{margin-bottom:3px;font-size:11px}.calibration-governance span{font-size:9px;line-height:1.4}.calibration-device-picker{display:grid;gap:5px;min-width:270px;color:var(--muted);font-size:8px;font-weight:750;text-transform:uppercase;letter-spacing:.05em}.calibration-device-picker select{height:38px;padding:0 9px;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--ink);font:650 10px var(--font-sans);text-transform:none;letter-spacing:0}.calibration-centre-list{display:grid;gap:12px}.calibration-centre-card{overflow:hidden}.calibration-centre-card>header{padding:13px 15px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:9px}.calibration-centre-card>header>svg{color:var(--accent)}.calibration-centre-card>header span{color:var(--accent);font-size:8px;font-weight:800;text-transform:uppercase}.calibration-centre-card>header h2{margin:3px 0 0;font-size:14px}.calibration-centre-grid{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.calibration-centre-grid>div{min-height:64px;padding:11px 13px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.calibration-centre-grid>div:nth-child(4n){border-right:0}.calibration-centre-grid>div:nth-last-child(-n+4){border-bottom:0}.calibration-centre-grid span,.calibration-centre-grid strong{display:block}.calibration-centre-grid span{color:var(--muted);font-size:8px;text-transform:uppercase}.calibration-centre-grid strong{margin-top:6px;font-size:10px;word-break:break-word}.calibration-centre-controls{padding:13px;display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:end}.calibration-centre-controls label{display:grid;gap:6px}.calibration-centre-controls label>span{color:var(--muted);font-size:8px;font-weight:750;text-transform:uppercase}.calibration-centre-controls input,.calibration-centre-controls select{height:38px;padding:0 9px;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--ink);font-size:10px}.calibration-centre-card>footer{padding:9px 13px;border-top:1px solid var(--line);display:flex;align-items:center;gap:7px;color:var(--muted);font-size:8px}.calibration-centre-card>.form-error{padding:0 13px 12px}@media(max-width:850px){.calibration-centre-grid{grid-template-columns:1fr 1fr}.calibration-centre-grid>div:nth-child(2n){border-right:0}.calibration-centre-grid>div:nth-last-child(-n+4){border-bottom:1px solid var(--line)}.calibration-centre-grid>div:nth-last-child(-n+2){border-bottom:0}}@media(max-width:600px){.calibration-device-picker{min-width:0;margin-top:12px}.calibration-centre-grid,.calibration-centre-controls{grid-template-columns:1fr}.calibration-centre-grid>div{border-right:0!important;border-bottom:1px solid var(--line)!important}.calibration-centre-grid>div:last-child{border-bottom:0!important}}.pressure-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(310px,.7fr);gap:12px;align-items:start}.pressure-run-list>.section-title>span{color:var(--muted);font-size:10px}.pressure-run-list>article{min-height:76px;padding:11px 15px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:36px minmax(170px,1fr) 100px 175px;gap:12px;align-items:center}.pressure-run-list>article:last-child{border:0}.pressure-run-list article strong,.pressure-run-list article small{display:block}.pressure-run-list article strong{font-size:11px}.pressure-run-list article small{margin-top:4px;color:var(--muted);font-size:9px;text-transform:capitalize}.pressure-run-list article>span:nth-last-child(-n+2){text-align:right}.pressure-run-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center}.pressure-run-icon svg{width:17px}.pressure-run-icon.good{background:var(--accent-soft);color:var(--accent)}.pressure-run-icon.info{background:#e7f2fb;color:var(--blue)}.pressure-run-icon.warning{background:var(--amber-soft);color:var(--amber)}.pressure-empty{height:260px;display:grid;place-items:center;align-content:center;text-align:center;gap:8px;color:var(--muted);font-size:10px}.pressure-empty svg{color:#79a697}.pressure-empty strong{color:var(--ink);font-size:12px}.pressure-settings__body{padding:15px}.pressure-settings__body label{display:grid;gap:6px;margin-bottom:12px}.pressure-settings__body label>span{color:var(--muted);font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.05em}.pressure-settings__body select,.pressure-settings__body input{width:100%;height:37px;border:1px solid var(--line);border-radius:5px;padding:0 9px;background:#fff;color:var(--ink);font-size:11px;font-weight:650}.pressure-settings__body label>div{display:grid;grid-template-columns:1fr 62px}.pressure-settings__body label>div input{border-radius:5px 0 0 5px}.pressure-settings__body em{display:grid;place-items:center;border:1px solid var(--line);border-left:0;border-radius:0 5px 5px 0;background:#f7f9f8;color:var(--muted);font-size:9px;font-style:normal}.pressure-settings__body .button{width:100%}.pressure-settings__body p{margin:12px 0 0;color:var(--muted);font-size:9px;line-height:1.5}@media(max-width:1000px){.pressure-layout{grid-template-columns:1fr}.pressure-settings{order:-1}.pressure-settings__body{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}.pressure-settings__body .button,.pressure-settings__body p{grid-column:1/3}}@media(max-width:640px){.pressure-settings__body{display:block}.pressure-run-list>article{grid-template-columns:36px 1fr}.pressure-run-list article>span:nth-last-child(-n+2){grid-column:2;text-align:left}}.event-rules{margin-bottom:12px}.event-rules>.section-title>span{color:var(--muted);font-size:10px}.event-rule-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}.event-rule-card{padding:13px;background:#fff;min-width:0}.event-rule-card.disabled{background:#f8faf9}.event-rule-card>header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.event-rule-card header strong,.event-rule-card header small{display:block}.event-rule-card header strong{font-size:11px}.event-rule-card header small{margin-top:4px;color:var(--muted);font-size:8px;text-transform:capitalize}.rule-switch{display:flex;align-items:center;gap:5px;cursor:pointer}.rule-switch input{position:absolute;opacity:0}.rule-switch i{width:27px;height:15px;border-radius:10px;background:#aeb9b6;position:relative}.rule-switch i:after{content:"";position:absolute;width:11px;height:11px;left:2px;top:2px;border-radius:50%;background:#fff;transition:.15s}.rule-switch input:checked+i{background:var(--accent)}.rule-switch input:checked+i:after{transform:translate(12px)}.rule-switch em{font-size:8px;color:var(--muted);font-style:normal}.event-rule-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0}.event-rule-fields label{display:grid;gap:4px}.event-rule-fields label>span{color:var(--muted);font-size:7px;text-transform:uppercase;letter-spacing:.05em}.event-rule-fields select,.event-rule-fields input{height:30px;width:100%;min-width:0;padding:0 6px;border:1px solid var(--line);border-radius:4px;background:#fff;font-size:9px}.event-rule-fields label>div{display:grid;grid-template-columns:1fr 30px}.event-rule-fields label>div input{border-radius:4px 0 0 4px}.event-rule-fields label>div em{display:grid;place-items:center;border:1px solid var(--line);border-left:0;border-radius:0 4px 4px 0;background:#f7f9f8;color:var(--muted);font-size:7px;font-style:normal}.event-rule-card>.button{width:100%;min-height:29px;font-size:9px}@media(max-width:1200px){.event-rule-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.event-rule-grid{grid-template-columns:1fr}}.report-catalogue{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:12px}.report-type-card{min-height:170px;padding:16px;display:flex;flex-direction:column;align-items:flex-start}.report-type-card>svg{width:23px;color:var(--accent)}.report-type-card h2{margin:13px 0 6px;font-size:12px}.report-type-card p{margin:0;color:var(--muted);font-size:9px;line-height:1.5}.report-type-card .button{width:100%;margin-top:auto}.stored-reports>.section-title>span{color:var(--muted);font-size:10px}.stored-report-list{max-height:292px;overflow-y:auto}.stored-report-list>article{min-height:70px;padding:11px 15px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:34px minmax(230px,1fr) 190px auto;gap:12px;align-items:center}.stored-report-list>article:last-child{border:0}.stored-report-list strong,.stored-report-list small,.stored-report-list em{display:block}.stored-report-list strong{font-size:11px}.stored-report-list small{margin-top:4px;color:var(--muted);font-size:9px}.stored-report-list em{margin-top:5px;color:#9a5b00;font-size:8px;font-style:normal}.stored-report-list article>span:nth-child(3){display:flex;align-items:center;gap:6px}.stored-report-list article>span:nth-child(3) svg{width:14px;color:var(--muted)}.stored-report-list a{text-decoration:none}.report-state{width:30px;height:30px;border-radius:50%;display:grid;place-items:center}.report-state svg{width:16px}.report-state.ready{background:var(--accent-soft);color:var(--accent)}.report-state.blocked{background:var(--amber-soft);color:var(--amber)}@media(max-width:1200px){.report-catalogue{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.report-catalogue{grid-template-columns:1fr}.stored-report-list>article{grid-template-columns:34px 1fr}.stored-report-list article>span:nth-child(3),.stored-report-list article>.button{grid-column:2;justify-self:start}}.notification-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:12px}.notification-kpis article{min-height:92px;padding:14px;display:flex;align-items:center;gap:12px}.notification-kpis article>svg{width:22px;color:var(--accent)}.notification-kpis span,.notification-kpis strong,.notification-kpis small{display:block}.notification-kpis span{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.05em}.notification-kpis strong{margin:6px 0 3px;color:var(--ink);font-size:21px;text-transform:none}.notification-kpis small{font-size:8px;text-transform:none;letter-spacing:0}.notification-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:12px;align-items:start}.notification-policy>.section-title>span,.notification-centre>.section-title>span{color:var(--muted);font-size:9px}.notification-policy__body{padding:15px}.policy-enabled{margin-bottom:15px}.notification-policy textarea{min-height:68px;padding:9px 10px;resize:vertical;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--ink);font:600 11px var(--font-sans)}.severity-picker{margin:0 0 14px;padding:10px;border:1px solid var(--line);border-radius:5px;display:flex;gap:13px;flex-wrap:wrap}.severity-picker legend{padding:0 5px;color:var(--muted);font-size:8px;font-weight:750;text-transform:uppercase;letter-spacing:.05em}.severity-picker label{display:flex;align-items:center;gap:5px;cursor:pointer}.severity-picker .status{text-transform:capitalize;font-size:10px}.policy-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 9px}.input-unit{display:grid;grid-template-columns:1fr 38px}.input-unit input{border-radius:5px 0 0 5px!important}.input-unit em{display:grid;place-items:center;border:1px solid var(--line);border-left:0;border-radius:0 5px 5px 0;background:#f7f9f8;color:var(--muted);font-size:8px;font-style:normal}.digest-toggle{display:flex;gap:9px;align-items:flex-start;margin:2px 0 14px;padding:11px;border:1px solid var(--line);border-radius:5px}.digest-toggle strong,.digest-toggle small{display:block}.digest-toggle strong{font-size:10px}.digest-toggle small{margin-top:4px;color:var(--muted);font-size:8px;line-height:1.4}.notification-policy .button{width:100%}.policy-note{display:flex;gap:7px;align-items:flex-start;margin:12px 0 0;color:var(--muted);font-size:8px;line-height:1.4}.policy-note svg{flex:0 0 auto;color:var(--accent)}.notification-list>article{min-height:85px;padding:12px 14px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:34px minmax(0,1fr) 142px;gap:11px;align-items:start}.notification-list>article:last-child{border:0}.notification-channel{width:32px;height:32px;border-radius:50%;display:grid;place-items:center}.notification-channel svg{width:15px}.notification-channel.in_app{background:var(--accent-soft);color:var(--accent)}.notification-channel.email{background:#e8f2fb;color:var(--blue)}.notification-list article>div strong{font-size:10px}.notification-list article>div p{margin:5px 0;color:#485853;font-size:9px;line-height:1.4;white-space:pre-line}.notification-list article>div small{color:var(--muted);font-size:8px}.notification-state{display:grid;grid-template-columns:15px 1fr;column-gap:5px;align-items:center}.notification-state svg{width:14px}.notification-state strong{font-size:8px}.notification-state small{grid-column:2;margin-top:3px;color:var(--muted);font-size:7px}.notification-state.sent_simulated{color:var(--accent)}.notification-state.queued{color:var(--amber)}@media(max-width:1000px){.notification-layout{grid-template-columns:1fr}.notification-policy__body{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}.notification-policy__body>.policy-enabled,.notification-policy__body>.severity-picker,.notification-policy__body>.policy-grid,.notification-policy__body>.digest-toggle,.notification-policy__body>.button,.notification-policy__body>.policy-note{grid-column:1/3}}@media(max-width:680px){.notification-kpis{grid-template-columns:1fr}.notification-policy__body{display:block}.notification-list>article{grid-template-columns:34px 1fr}.notification-state{grid-column:2}}.login-page{min-height:100vh;padding:28px;display:grid;place-items:center;background:radial-gradient(circle at 20% 10%,#195c4b 0,transparent 34%),linear-gradient(145deg,#061f23,#0d3634 58%,#0a282c);color:var(--ink)}.login-card{width:min(440px,100%);overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:11px;background:#fff;box-shadow:0 28px 80px #0000004d}.login-card>header{height:72px;padding:0 22px;display:flex;align-items:center;gap:12px;background:#09272b;color:#fff}.login-card>header strong,.login-card>header small{display:block}.login-card>header strong{font-size:20px;letter-spacing:.1em}.login-card>header small{margin-top:3px;color:#9ec0b8;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.login-mark{width:36px;height:36px;border-radius:8px;display:grid;place-items:center;background:#126245;color:#7be0ae}.login-mark svg{width:21px}.login-intro{padding:25px 25px 10px}.login-intro>svg{width:26px;color:var(--accent)}.login-intro h1{margin:11px 0 5px;font-size:23px}.login-intro p{margin:0;color:var(--muted);font-size:11px;line-height:1.55}.login-card form{padding:12px 25px}.login-card form .button{width:100%;margin-top:5px}.login-code{height:38px;display:grid;grid-template-columns:36px 1fr;border:1px solid var(--line);border-radius:5px;overflow:hidden}.login-code svg{width:15px;align-self:center;justify-self:center;color:var(--muted)}.login-code input{height:36px!important;border:0!important;border-left:1px solid var(--line)!important;border-radius:0!important;box-shadow:none!important}.login-error{margin:0 0 10px;padding:9px;border-radius:5px;background:var(--red-soft);color:var(--red);font-size:10px}.demo-accounts{margin-top:7px;padding:16px 25px 20px;border-top:1px solid var(--line);background:#f8faf9}.demo-accounts>strong{font-size:10px}.demo-accounts p{margin:8px 0;display:grid;grid-template-columns:1fr 1fr;gap:5px;color:#4a5a55;font-size:9px}.demo-accounts small{display:block;color:#9a5b00;font-size:8px;line-height:1.45}.login-loading{padding:18px 22px;border-radius:7px;background:#fff;color:#315149;font-size:12px;font-weight:700;box-shadow:0 16px 45px #00000040}@media(max-width:640px){.login-page{padding:12px}.demo-accounts p{grid-template-columns:1fr}}.onboarding-checklist{margin:0 16px 14px;border:1px solid var(--line);border-radius:6px;overflow:hidden;background:#fbfdfc}.onboarding-checklist>header{min-height:57px;padding:10px 12px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:30px 1fr auto;gap:9px;align-items:center}.onboarding-checklist>header>svg{width:19px;color:var(--accent)}.onboarding-checklist strong,.onboarding-checklist small{display:block}.onboarding-checklist header strong{font-size:10px}.onboarding-checklist header small{margin-top:4px;color:var(--muted);font-size:8px}.onboarding-checklist>div{padding:10px 12px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.onboarding-checklist label{display:flex;align-items:center;gap:7px;color:#354943;font-size:9px}.onboarding-checklist>small{padding:0 12px 11px;color:var(--muted);font-size:8px;line-height:1.45}@media(max-width:640px){.onboarding-checklist>div{grid-template-columns:1fr}}.device-health,.calibration-panel{margin:14px 16px;border:1px solid var(--line);border-radius:6px;overflow:hidden;background:#fbfdfc}.device-health>header,.calibration-panel>header{padding:11px 12px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:28px 1fr auto;gap:9px;align-items:center}.device-health>header svg,.calibration-panel>header svg{width:18px;color:var(--accent)}.device-health strong,.device-health small,.calibration-panel strong,.calibration-panel small{display:block}.device-health small,.calibration-panel small{margin-top:3px;color:var(--muted);font-size:9px}.device-health>div{padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.calibration-summary{padding:12px;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.calibration-summary div{padding:9px;background:#fff;border:1px solid var(--line);border-radius:5px}.calibration-summary span{display:block;color:var(--muted);font-size:8px;text-transform:uppercase}.calibration-summary strong{margin-top:5px;font-size:10px;word-break:break-word}.calibration-controls{padding:0 12px 12px;display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:end}.calibration-controls .button{margin-bottom:1px}.calibration-note{margin:0;padding:0 12px 12px;color:var(--muted);font-size:9px;line-height:1.5}.calibration-panel>.form-error{padding:0 12px 12px}@media(max-width:640px){.calibration-summary,.calibration-controls{grid-template-columns:1fr}.device-health>div{align-items:flex-start;flex-direction:column}.device-health .sensor-value{width:100%;justify-content:space-between}}.device-pressure-action{margin:0 16px 14px;display:flex;justify-content:flex-end}.device-design-pressure-panel .pressure-settings__body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px}.device-design-pressure-panel .pressure-settings__body .button,.device-design-pressure-panel .pressure-settings__body p{grid-column:1/-1}@media(max-width:640px){.device-design-pressure-panel .pressure-settings__body{display:block}}.report-format-actions{width:100%;margin-top:auto;display:grid;grid-template-columns:1fr 1fr;gap:7px}.report-format-actions .button{width:100%;margin-top:0}.report-notice{margin-bottom:12px;padding:12px 14px;border:1px solid #a9d9c6;border-radius:7px;background:#eaf8f2;color:#164f3d;display:flex;align-items:flex-start;gap:10px;font-size:11px;line-height:1.45;box-shadow:0 3px 10px #074b3314}.report-notice svg{flex:0 0 auto;color:var(--accent)}.report-notice span,.report-notice strong{display:block}.report-notice strong{margin-bottom:2px;color:#073e2b;font-size:11px}@media(prefers-reduced-motion:reduce){button,.button{transition:none!important}.button:not(:disabled):hover,.button:not(:disabled):active{transform:none}}.dashboard-heading{display:grid;grid-template-columns:auto minmax(520px,1fr) auto;align-items:center;margin-bottom:12px}.dashboard-heading>.status{justify-self:end}.weather-widget{width:min(760px,100%);min-height:58px;justify-self:center;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 2px 8px #07271f0f;display:grid;grid-template-columns:38px 104px auto minmax(190px,1fr);grid-template-rows:auto auto;align-items:center;column-gap:10px;padding:8px 10px;color:var(--ink)}.weather-widget__icon{grid-row:1/3;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#eaf7f2;color:var(--accent)}.weather-widget__icon svg{width:20px}.weather-widget__reading{grid-row:1/3;display:grid;gap:2px}.weather-widget__reading strong{font-size:17px;line-height:1}.weather-widget__reading small{color:var(--muted);font-size:8px}.weather-widget__details{grid-row:1/3;display:flex;align-items:center;gap:13px;border-left:1px solid var(--line);padding-left:13px}.weather-widget__details small{display:flex;align-items:center;gap:4px;white-space:nowrap;color:#42544e;font-size:9px;font-weight:700}.weather-widget__details svg{width:13px;color:var(--accent)}.weather-widget__location{height:27px;display:grid;grid-template-columns:17px minmax(0,1fr);align-items:center;border:1px solid var(--line);border-radius:5px;padding:0 5px;color:var(--accent)}.weather-widget__location svg{width:13px}.weather-widget__location select{width:100%;height:25px;min-width:0;border:0;outline:0;background:#fff;color:var(--ink);font-size:9px;font-weight:700}.weather-widget__source{display:flex;justify-content:flex-end;align-items:center;gap:8px;color:var(--muted);font-size:7px}.weather-widget__source a{color:var(--muted)}.weather-widget__source .stale{color:var(--amber)}.weather-widget__source button{width:22px;height:20px;border:0;border-radius:4px;background:#f1f5f3;color:var(--accent);display:grid;place-items:center}.weather-widget__source button svg{width:12px}.weather-widget--empty{grid-template-columns:30px 1fr;grid-template-rows:auto;align-content:center}.weather-widget--empty>svg{color:var(--muted)}.weather-widget--empty span{display:grid}.weather-widget--empty strong{font-size:10px}.weather-widget--empty small{margin-top:2px;color:var(--muted);font-size:8px}.weather-widget--error{border-color:#e8b1ae;background:snow}.weather-widget--error .weather-widget__icon{background:var(--red-soft);color:var(--red)}@media(max-width:1250px){.dashboard-heading{grid-template-columns:auto minmax(360px,1fr) auto}.weather-widget{grid-template-columns:38px 90px minmax(180px,1fr)}.weather-widget__details{display:none}}@media(max-width:820px){.dashboard-heading{display:grid;grid-template-columns:1fr auto}.dashboard-heading>.weather-widget{grid-column:1/3;grid-row:2;margin-top:8px}.dashboard-heading>.status{grid-column:2;grid-row:1;margin-top:0}}@media(max-width:560px){.dashboard-heading{display:block}.dashboard-heading>.status{margin-top:8px}.weather-widget{margin-top:10px;grid-template-columns:34px 82px minmax(0,1fr);padding:8px}.weather-widget__source a{display:none}.settings-coordinate-grid{grid-template-columns:1fr}}.event-page-summary{margin:0;padding:10px 14px;border:1px solid var(--line);border-bottom:0;background:#f7faf9;color:var(--muted);font-size:11px}.settings-maintenance{margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.settings-maintenance h2{margin:0 0 6px}.settings-maintenance>p{font-size:11px;color:var(--muted);line-height:1.5}.settings-maintenance .button-row{justify-content:flex-start;margin-top:12px}.settings-maintenance [role=status]{overflow-wrap:anywhere;color:var(--accent);font-weight:700}.system-builder-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.builder-progress{margin-bottom:12px;padding:13px 15px;display:grid;grid-template-columns:auto minmax(180px,360px);justify-content:space-between;align-items:center;gap:20px}.builder-progress>div{display:flex;align-items:center;gap:10px}.builder-progress svg{color:var(--green)}.builder-progress span{display:grid;gap:2px}.builder-progress strong{font-size:11px}.builder-progress small{font-size:8px;color:var(--muted)}.builder-progress>i{height:6px;border-radius:99px;background:#e4ece8;overflow:hidden}.builder-progress b{display:block;height:100%;background:var(--green);border-radius:inherit}.builder-card{overflow:hidden}.builder-card>.panel-heading h2{display:flex;align-items:center;gap:7px}.builder-list{max-height:285px;overflow:auto;border-bottom:1px solid var(--line)}.builder-list article{min-height:62px;padding:10px 14px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:minmax(120px,1fr) auto auto;gap:3px 10px;align-items:center}.builder-list article:last-child{border:0}.builder-list strong{font-size:10px}.builder-list article>span:not(.builder-actions){font-size:9px;text-transform:capitalize;color:#38534b}.builder-list small{grid-column:1/3;color:var(--muted);font-size:8px}.builder-actions{grid-column:3;grid-row:1/3;display:flex;gap:3px;align-items:center}.builder-actions .icon-button{width:28px;height:28px}.icon-button.danger{color:#b33a35}.builder-card form,.profile-form{padding:14px;display:grid;gap:10px;background:#fbfdfc}.builder-card form>label,.builder-form-row label,.profile-form>label{display:grid;gap:5px;color:var(--muted);font-size:8px;font-weight:750;text-transform:uppercase;letter-spacing:.04em}.builder-card input,.builder-card select,.profile-form input,.profile-form select{height:36px;min-width:0;border:1px solid var(--line);border-radius:5px;padding:0 9px;background:#fff;color:var(--ink);font-size:10px;text-transform:none}.builder-form-row{display:grid;grid-template-columns:1fr 1fr;gap:9px}.builder-card form .button,.profile-form .button{justify-self:start}.builder-form-title{display:flex;align-items:center;justify-content:space-between;min-height:28px}.builder-form-title strong{font-size:10px}.profile-manager{margin-top:12px;overflow:hidden}.profile-manager>.panel-heading h2{display:flex;gap:7px;align-items:center}.profile-manager__layout{display:grid;grid-template-columns:220px minmax(280px,1fr) minmax(270px,.8fr) minmax(270px,.8fr);align-items:start}.profile-manager__layout>aside{border-right:1px solid var(--line);min-height:100%}.profile-manager__layout>aside button{width:100%;padding:12px 14px;border:0;border-bottom:1px solid var(--line);background:#fff;text-align:left;display:grid;gap:3px;color:var(--ink)}.profile-manager__layout>aside button.active{background:#edf8f3;box-shadow:inset 3px 0 var(--green)}.profile-manager__layout>aside strong{font-size:10px}.profile-manager__layout>aside small{font-size:8px;color:var(--muted);text-transform:capitalize}.profile-points{border-right:1px solid var(--line);min-height:100%}.profile-points>header{min-height:58px;padding:10px 14px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:10px;align-items:center}.profile-points>header>div{display:grid;gap:3px}.profile-points>header strong{font-size:11px}.profile-points>header small{font-size:8px;color:var(--muted)}.profile-point-list{max-height:370px;overflow:auto}.profile-point-list article{min-height:51px;padding:8px 12px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:44px minmax(100px,1fr) auto;align-items:center;gap:2px 9px}.profile-point-list article>strong{font-size:9px}.profile-point-list article>small{grid-column:2;color:var(--muted);font-size:8px}.profile-point-list .builder-actions{grid-column:3;grid-row:1/3}.io-direction{grid-row:1/3;border-radius:99px;padding:3px 6px;text-align:center;text-transform:uppercase;font-size:7px;font-weight:800}.io-direction.input{color:#185f93;background:#eaf5fc}.io-direction.output{color:#8a4d00;background:#fff3d8}.profile-form+.profile-form{border-left:1px solid var(--line)}.builder-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;text-transform:none!important}.builder-check input{width:15px;height:15px}@media(max-width:1280px){.profile-manager__layout{grid-template-columns:200px 1fr 1fr}.profile-form:last-child{grid-column:2/4;border-top:1px solid var(--line);border-left:0}}@media(max-width:980px){.system-builder-grid{grid-template-columns:1fr}.profile-manager__layout{grid-template-columns:1fr 1fr}.profile-manager__layout>aside{grid-column:1/3;display:flex;overflow:auto;border-right:0;border-bottom:1px solid var(--line)}.profile-manager__layout>aside button{min-width:190px}.profile-points{border-right:0}.profile-form:last-child{grid-column:auto;border-top:0;border-left:1px solid var(--line)}}@media(max-width:650px){.builder-progress,.profile-manager__layout{grid-template-columns:1fr}.profile-manager__layout>aside{grid-column:auto}.profile-points,.profile-form,.profile-form:last-child{grid-column:auto;border-left:0;border-top:1px solid var(--line)}.builder-form-row{grid-template-columns:1fr}}.builder-hierarchy{overflow:hidden}.builder-hierarchy>.panel-heading{padding:14px 16px}.builder-hierarchy>.panel-heading h2{display:flex;align-items:center;gap:7px}.builder-hierarchy__selectors{display:grid;grid-template-columns:minmax(220px,1fr) minmax(220px,1fr);gap:12px;padding:0 16px 14px;border-bottom:1px solid var(--line);background:#fbfdfc}.builder-hierarchy__selectors label{display:grid;gap:5px;color:var(--muted);font-size:8px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.builder-hierarchy__selectors select{height:36px;border:1px solid var(--line);border-radius:6px;padding:0 9px;background:#fff;color:var(--ink);font-size:10px;text-transform:none}.builder-hierarchy__columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-height:360px}.builder-column{display:grid;grid-template-rows:auto minmax(170px,1fr) auto;border-right:1px solid var(--line)}.builder-column:last-child{border-right:0}.builder-column>header{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding:13px 14px;border-bottom:1px solid var(--line);background:#fbfdfc}.builder-column>header>div{display:flex;gap:8px;align-items:flex-start}.builder-column>header svg{color:var(--green);margin-top:1px}.builder-column h3{margin:0;font-size:11px}.builder-column p{margin:3px 0 0;color:var(--muted);font-size:8px;line-height:1.4}.builder-selection-list{display:grid;align-content:start}.builder-selection-list>button{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;border:0;border-bottom:1px solid var(--line);background:#fff;color:var(--ink);text-align:left}.builder-selection-list>button:hover{background:#f6fbf8}.builder-selection-list>button.selected{background:#edf8f3;box-shadow:inset 3px 0 var(--green)}.builder-selection-list strong{display:block;font-size:10px}.builder-selection-list small{display:block;margin-top:3px;color:var(--muted);font-size:8px}.builder-selection-list svg{color:#789087}.builder-column>footer{display:flex;gap:11px;padding:10px 14px;border-top:1px solid var(--line);background:#fbfdfc}.text-button{display:inline-flex;gap:5px;align-items:center;border:0;background:transparent;color:#38534b;font-size:9px;font-weight:750}.text-button.danger{color:#b33a35}.builder-empty{align-self:center;margin:14px;padding:14px;border:1px dashed #c8d8d1;border-radius:7px;color:var(--muted);font-size:9px;line-height:1.5;text-align:center}.builder-point-groups{padding:12px 14px;display:grid;gap:10px;align-content:start}.builder-point-group{border:1px solid var(--line);border-radius:7px;overflow:hidden}.builder-point-group>header{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#fbfdfc;border-bottom:1px solid var(--line)}.builder-point-group h4{margin:0;font-size:9px;text-transform:uppercase;letter-spacing:.05em}.builder-point-group>header span{font-size:8px;color:var(--muted)}.builder-point-group article{display:grid;grid-template-columns:1fr auto auto;gap:4px;align-items:center;padding:8px 10px;border-bottom:1px solid var(--line)}.builder-point-group article:last-child{border-bottom:0}.builder-point-group strong{display:block;font-size:9px}.builder-point-group small{display:block;margin-top:2px;color:var(--muted);font-size:8px}.builder-point-group p{padding:10px;margin:0;color:var(--muted);font-size:8px}.builder-note{display:flex;gap:10px;align-items:flex-start;margin-top:12px;padding:13px 15px}.builder-note>svg{color:var(--green);flex:none;margin-top:1px}.builder-note strong{font-size:10px}.builder-note p{margin:3px 0 0;color:var(--muted);font-size:9px}.builder-dialog{max-width:470px}.builder-dialog form{display:grid;gap:12px}.builder-dialog form>label{display:grid;gap:5px;color:var(--muted);font-size:8px;font-weight:750;text-transform:uppercase;letter-spacing:.04em}.builder-dialog input,.builder-dialog select{height:38px;border:1px solid var(--line);border-radius:5px;padding:0 9px;background:#fff;color:var(--ink);font-size:11px;text-transform:none}@media(max-width:920px){.builder-hierarchy__columns{grid-template-columns:1fr}.builder-column{min-height:240px;border-right:0;border-bottom:1px solid var(--line)}.builder-column:last-child{border-bottom:0}.builder-hierarchy__selectors{grid-template-columns:1fr}}@media(max-width:600px){.builder-hierarchy__selectors{padding:0 12px 12px}.builder-hierarchy>.panel-heading{padding:12px}.builder-column>header{padding:12px}.builder-point-groups{padding:10px}.builder-progress{grid-template-columns:1fr}}.builder-register{overflow:hidden}.builder-register>.panel-heading{padding:14px 16px}.builder-register>.panel-heading h2{display:flex;align-items:center;gap:7px}.builder-register__toolbar{display:flex;justify-content:space-between;align-items:end;gap:12px;padding:0 16px 14px;background:#fbfdfc;border-bottom:1px solid var(--line)}.builder-register__toolbar label{display:grid;gap:5px;color:var(--muted);font-size:8px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.builder-register__toolbar select{min-width:250px;height:36px;border:1px solid var(--line);border-radius:6px;padding:0 9px;background:#fff;color:var(--ink);font-size:10px;text-transform:none}.builder-register__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.builder-register__station{display:flex;align-items:center;gap:8px;padding:11px 16px;border-bottom:1px solid var(--line);background:#fff}.builder-register__station svg{color:var(--green)}.builder-register__station strong{font-size:10px}.builder-register__station span{color:var(--muted);font-size:8px}.builder-register__station .text-button{margin-left:auto}.builder-register__tabs{display:flex;gap:0;overflow:auto;border-bottom:1px solid var(--line);background:#fbfdfc}.builder-register__tabs button{display:flex;align-items:center;gap:6px;min-height:42px;padding:0 14px;white-space:nowrap;border:0;border-right:1px solid var(--line);background:transparent;color:var(--muted);font-size:9px;font-weight:750}.builder-register__tabs button.active{background:#edf8f3;color:#0e6848;box-shadow:inset 0 -3px var(--green)}.builder-register__tabs span{display:grid;place-items:center;min-width:17px;height:17px;border-radius:99px;background:#e7efeb;color:#597066;font-size:7px}.builder-register__tabs button.active span{background:#ccecdf;color:#0d6545}.builder-register__table{min-height:250px}.builder-register__head,.builder-register__row{display:grid;grid-template-columns:minmax(110px,.85fr) minmax(150px,1.1fr) minmax(130px,1fr) minmax(100px,.7fr) minmax(100px,.75fr) 68px;gap:10px;align-items:center;padding:0 14px}.builder-register__head{min-height:34px;background:#f7faf9;border-bottom:1px solid var(--line);color:var(--muted);font-size:7px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.builder-register__row{min-height:56px;border-bottom:1px solid var(--line);background:#fff;color:#40564d;font-size:9px}.builder-register__row:hover,.builder-register__row.selected{background:#f5fbf8}.builder-register__row strong{color:var(--ink);font-size:10px}.builder-register__row-actions{display:flex;justify-content:flex-end;gap:3px}.builder-register__row-actions .icon-button{width:27px;height:27px}.builder-register__table>.builder-empty{max-width:420px;margin:40px auto}@media(max-width:900px){.builder-register__toolbar{align-items:stretch;flex-direction:column}.builder-register__toolbar select{min-width:0;width:100%}.builder-register__actions{justify-content:flex-start}.builder-register__head{display:none}.builder-register__row{grid-template-columns:1fr auto;gap:3px 12px;padding:11px 14px}.builder-register__row>span:nth-child(1){grid-column:1}.builder-register__row>strong{grid-column:1}.builder-register__row>span:nth-child(3),.builder-register__row>span:nth-child(4),.builder-register__row>span:nth-child(5){grid-column:1;color:var(--muted);font-size:8px}.builder-register__row-actions{grid-column:2;grid-row:1/6}}@media(max-width:560px){.builder-register>.panel-heading,.builder-register__toolbar,.builder-register__station{padding-left:12px;padding-right:12px}.builder-register__station{flex-wrap:wrap}.builder-register__station .text-button{margin-left:0}.builder-register__actions{display:grid;grid-template-columns:1fr 1fr}.builder-register__actions .button{justify-content:center}.builder-register__actions .button--primary{grid-column:1/-1}}.trend-design-picker{padding:12px 14px;border:1px solid var(--line);border-radius:7px;background:#fbfdfc}.trend-design-picker label{display:grid;gap:6px;max-width:440px;color:var(--muted);font-size:8px;font-weight:750;letter-spacing:.05em;text-transform:uppercase}.trend-design-picker select{height:38px;padding:0 9px;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--ink);font:650 10px var(--font-sans);text-transform:none;letter-spacing:0}.trend-design-zone--above{fill:#c93a36;opacity:.1}.trend-design-zone--below{fill:#2777b8;opacity:.1}.trend-design-limit{stroke:#bc6c00;stroke-width:1.8;stroke-dasharray:7 5}.trend-series-legend .legend-design-limit{border-radius:0;background:#bc6c00;width:14px;height:2px}.trend-series-legend .legend-design-above,.trend-series-legend .legend-design-below{border-radius:2px;width:10px;height:10px}.trend-series-legend .legend-design-above{background:#c93a3673}.trend-series-legend .legend-design-below{background:#2777b873}.trend-input-picker{position:relative;max-width:560px}.trend-input-picker summary{height:38px;padding:0 11px;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--ink);display:flex;align-items:center;font-size:10px;font-weight:700;cursor:pointer}.trend-input-picker[open] summary{border-radius:5px 5px 0 0}.trend-input-picker>div{position:absolute;z-index:12;left:0;top:38px;width:min(620px,calc(100vw - 62px));max-height:260px;overflow:auto;padding:7px;border:1px solid var(--line);border-radius:0 0 6px 6px;background:#fff;box-shadow:0 10px 25px #172e2624}.trend-input-picker label{min-height:35px;padding:0 8px;display:grid;grid-template-columns:16px 10px minmax(0,1fr) auto;align-items:center;gap:7px;border-bottom:1px solid #edf1ef;color:var(--ink);font-size:9px;font-weight:700;cursor:pointer}.trend-input-picker label:last-child{border:0}.trend-input-picker input{accent-color:var(--accent)}.trend-input-picker i{width:8px;height:8px;border-radius:50%}.trend-input-picker small{color:var(--muted);font-size:8px;font-weight:500;white-space:nowrap}.trend-workspace-controls .trend-control-row{grid-template-columns:max-content minmax(220px,1fr) minmax(220px,1fr)}.empty-message{padding:18px;color:var(--muted);font-size:12px;text-align:center}.run-list{overflow:hidden;min-height:420px}.run-list>.panel-heading span{font-size:10px;color:var(--muted)}.run-list article{padding:15px;border-bottom:1px solid var(--line)}.run-list article:last-child{border-bottom:0}.run-list__title{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.run-list__title strong,.run-list__title small{display:block}.run-list__title strong{font-size:13px}.run-list__title small{font-size:10px;color:var(--muted);margin-top:4px}.run-progress{display:flex;align-items:center;gap:10px;margin:13px 0 10px}.run-progress i{height:5px;flex:1;border-radius:5px;background:#e4ebe8;overflow:hidden}.run-progress b{display:block;height:100%;background:var(--accent);transition:width .18s ease}.run-progress span{font-size:10px;color:var(--muted);white-space:nowrap}.run-list__meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:7px 14px;margin:-2px 0 11px;color:var(--muted);font-size:10px}.run-list__meta span{display:inline-flex;align-items:center;gap:5px}.program-run-meter{margin:14px;padding:14px 15px;border:1px solid #c9ded5;border-radius:8px;background:#f5fbf8}.program-run-meter__heading{display:flex;align-items:center;justify-content:space-between;gap:18px}.program-run-meter__heading>div:first-child strong,.program-run-meter__heading>div:first-child span{display:block}.program-run-meter__heading>div:first-child strong{color:var(--ink);font-size:12px}.program-run-meter__heading>div:first-child span{margin-top:4px;color:var(--muted);font-size:10px}.program-run-meter__timer{display:grid;grid-template-columns:16px auto;column-gap:6px;align-items:center;min-width:82px;color:var(--accent)}.program-run-meter__timer svg{grid-row:1 / 3}.program-run-meter__timer span{color:var(--muted);font-size:8px;font-weight:750;letter-spacing:.05em;text-transform:uppercase}.program-run-meter__timer strong{color:var(--ink);font-size:16px;font-variant-numeric:tabular-nums;line-height:1.05}.program-run-meter__track{height:8px;margin-top:13px;overflow:hidden;border-radius:999px;background:#dfeae6}.program-run-meter__track>span{display:block;height:100%;border-radius:inherit;background:var(--accent);transition:width .25s ease}.program-run-meter__footer{display:flex;justify-content:space-between;margin-top:7px;color:var(--muted);font-size:9px}.program-run-meter__footer strong{color:var(--accent);font-variant-numeric:tabular-nums}.program-run-meter--failed{border-color:#efb6ae;background:#fff7f5}.program-run-meter--failed .program-run-meter__track>span{background:var(--red)}.run-failure{font-size:11px;color:var(--red);margin:0 0 10px}.run-empty{min-height:330px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;color:var(--muted)}.run-empty svg{width:32px;height:32px;color:#86a29a;margin-bottom:12px}.run-empty h3,.run-empty h2{color:var(--ink);font-size:15px;margin:0 0 5px}.run-empty p{font-size:11px;max-width:280px;line-height:1.5}.dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#051d1e7a;display:grid;place-items:center;padding:20px}.dialog{width:min(470px,100%);background:#fff;border:1px solid var(--line);border-radius:9px;box-shadow:0 24px 80px #051d1e38;padding:20px}.dialog header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:20px}.dialog header h2{font-size:20px;margin:0 0 5px}.dialog header p{font-size:11px;color:var(--muted);line-height:1.45;margin:0}.dialog>label{display:grid;gap:7px;margin:14px 0;color:#52615d;font-size:11px;font-weight:750}.dialog input,.dialog select{height:41px;border:1px solid #cdd8d4;border-radius:6px;background:#fff;padding:0 11px;color:var(--ink);font-size:13px}.dialog input:focus,.dialog select:focus{outline:2px solid #a8d7c4;outline-offset:1px}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:22px}.step-dialog{width:min(660px,100%)}.step-choice-picker{display:flex;flex-wrap:wrap;gap:7px;margin:14px 0;padding:0;border:0}.step-choice-picker legend{width:100%;padding:0;color:#52615d;font-size:11px;font-weight:750}.step-choice-picker button{height:34px;padding:0 11px;border:1px solid #cdd8d4;border-radius:5px;background:#fff;color:#42514d;font-size:11px;font-weight:750}.step-choice-picker button.active{border-color:var(--accent);background:var(--accent);color:#fff}.step-block-picker{margin:14px 0;padding:12px 14px;border:1px solid #cdd8d4;border-radius:6px;display:flex;flex-wrap:wrap;gap:14px}.step-block-picker legend{padding:0 5px;color:#52615d;font-size:11px;font-weight:750}.step-block-picker label{display:flex;align-items:center;gap:7px;font-size:12px}.step-block-picker input{width:15px;height:15px;accent-color:var(--accent)}.step-condition-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:14px 0}.step-condition-row>label{display:grid;grid-template-rows:auto 41px;gap:7px;min-width:0;color:#52615d;font-size:11px;font-weight:750}.step-condition-row input,.step-condition-row select{width:100%;min-width:0}.schedule-program-select{display:flex;align-items:end;justify-content:space-between;gap:16px;padding:14px;border-bottom:1px solid var(--line)}.schedule-program-select label{display:grid;gap:5px;font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-weight:750}.schedule-program-select select{height:36px;min-width:220px;border:1px solid #ccd7d3;border-radius:5px;background:#fff;padding:0 9px;color:var(--ink);font-size:12px}.schedule-program-select>span{font-size:10px;color:var(--muted);padding-bottom:8px}.schedule-blank{min-height:96px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fafcfb}.agenda-item--button{width:100%;border:0;border-bottom:1px solid #e6ece9;background:#fff;text-align:left}.agenda-item--button:hover{background:#f6faf8}.run-indicator{position:fixed;right:18px;bottom:18px;z-index:12;background:var(--nav);color:#fff;border:1px solid #205057;border-radius:20px;padding:9px 14px;font-size:11px;font-weight:750;box-shadow:0 8px 24px #051d1e2e}@media(max-width:820px){.schedule-month .schedule-blank{min-height:68px}.schedule-program-select{align-items:flex-start;flex-direction:column}.schedule-program-select>span{padding-bottom:0}}@media(max-width:520px){.schedule-month .schedule-blank{min-height:46px}.run-progress{align-items:flex-start;flex-direction:column}.run-progress i{width:100%;flex:none}.program-run-meter__heading{align-items:flex-start}.program-run-meter{margin:10px}.dialog{padding:16px}.tabbar{overflow-x:auto}.tabbar button{white-space:nowrap;padding:0 13px}}.program-options{position:relative}.program-options__menu{position:absolute;right:0;top:calc(100% + 6px);z-index:20;display:grid;min-width:170px;padding:6px;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 12px 32px #102a2329}.program-options__menu button{display:flex;align-items:center;gap:8px;border:0;background:transparent;padding:9px 10px;border-radius:6px;text-align:left;color:var(--ink);cursor:pointer}.program-options__menu button:hover:not(:disabled){background:var(--surface-muted)}.program-options__menu button:disabled{opacity:.42;cursor:not-allowed}.program-options__menu button.danger{color:#b3261e}.program-options__menu svg{width:15px;height:15px}.program-list__heading{display:grid;gap:3px;padding:14px 14px 10px;border-bottom:1px solid var(--line)}.program-list__heading strong{font-size:12px}.program-list__heading span{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.07em;font-weight:800}.program-list__empty{margin:0;padding:16px 14px;color:var(--muted);font-size:11px}.program-step-table{border-top:1px solid var(--line)}.program-step-table__heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid var(--line)}.program-step-table__heading h3{margin:0;font-size:13px}.program-step-table__heading span{display:block;margin-top:3px;color:var(--muted);font-size:10px}.program-step-table__scroll{overflow:auto}.program-step-table table{width:100%;min-width:790px;border-collapse:collapse;font-size:11px}.program-step-table th{padding:9px 12px;background:var(--surface-muted);color:var(--muted);font-size:9px;text-align:left;text-transform:uppercase;letter-spacing:.055em;white-space:nowrap}.program-step-table td{padding:10px 12px;border-top:1px solid var(--line);vertical-align:top;color:#31423d}.program-step-table td strong,.program-step-table td span{display:block}.program-step-table td strong{font-size:11px;color:var(--ink)}.program-step-table td span{margin-top:3px;color:var(--muted);font-size:10px;line-height:1.3}.program-step-table td:first-child{min-width:125px}.program-step-table td:nth-child(5){min-width:145px}.program-step-table td:nth-child(6){min-width:180px}.program-step-table td:nth-child(7){min-width:125px}.program-step-table__actions{display:flex;align-items:center;gap:4px}.program-step-table__actions .icon-button{width:28px;height:28px;font-size:15px}.program-step-table__empty{min-height:155px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:22px;color:var(--muted);text-align:center}.program-step-table__empty svg{color:#86a29a}.program-step-table__empty strong{color:var(--ink);font-size:12px}.program-step-table__empty span{font-size:10px}.program-step-table__empty .button{margin-top:4px}.workflow-editor{border-bottom:1px solid var(--line)}.workflow-toolbar{min-height:52px;padding:10px 14px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.workflow-toolbar h3{font-size:12px;margin:0}.workflow-toolbar span{display:block;margin-top:3px;color:var(--muted);font-size:9px}.workflow-canvas{min-height:310px;padding:22px 18px 26px;background-color:#f8fbfa;background-image:radial-gradient(#d6e1dd 1px,transparent 1px);background-size:18px 18px;display:flex;flex-direction:column;align-items:center;overflow:visible}.workflow-trigger,.workflow-finish{display:flex;align-items:center;gap:9px;border:1px solid #bdd4cb;background:#fff;border-radius:999px;padding:7px 13px;box-shadow:0 2px 7px #0d3a2d0f}.workflow-trigger>span{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:var(--nav);color:#fff}.workflow-trigger div{display:grid}.workflow-trigger small{font-size:8px;letter-spacing:.08em;color:var(--muted);font-weight:800}.workflow-trigger strong,.workflow-finish strong{font-size:11px}.workflow-connector{width:2px;height:24px;background:#80b7a2;position:relative;flex:0 0 auto}.workflow-connector:after{content:"";position:absolute;bottom:-1px;left:-3px;width:6px;height:6px;border-right:2px solid #5a9e84;border-bottom:2px solid #5a9e84;transform:rotate(45deg)}.workflow-insert{width:40px;height:34px;position:relative;display:grid;place-items:center;flex:0 0 auto}.workflow-insert:before{content:"";position:absolute;inset:0 auto;width:2px;background:#80b7a2}.workflow-insert button{z-index:1;width:22px;height:22px;border:1px solid #79ad99;border-radius:50%;background:#fff;color:var(--accent);display:grid;place-items:center;cursor:pointer;box-shadow:0 2px 7px #0d3a2d1a;transition:background .15s ease,transform .15s ease}.workflow-insert button:hover,.workflow-insert button:focus-visible{background:var(--accent-soft);transform:scale(1.08);outline:2px solid rgba(18,130,91,.2);outline-offset:2px}.workflow-stage{width:min(100%,540px);display:flex;flex-direction:column;align-items:center}.workflow-node{width:100%;min-height:82px;position:relative;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:start;gap:11px;padding:13px;border:1px solid #cedbd6;border-left:4px solid var(--accent);border-radius:8px;background:#fff;box-shadow:0 4px 13px #0d3a2d12;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.workflow-node:hover{border-color:#9dbeb1;box-shadow:0 7px 20px #0d3a2d1a;transform:translateY(-1px)}.workflow-node--condition{border-left-color:var(--amber)}.workflow-node--delay{border-left-color:var(--blue)}.workflow-node--service{border-left-color:#7656a8}.workflow-node__icon{width:36px;height:36px;border-radius:7px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center}.workflow-node--condition .workflow-node__icon{background:var(--amber-soft);color:#a96200}.workflow-node--delay .workflow-node__icon{background:#e8f2fa;color:var(--blue)}.workflow-node--service .workflow-node__icon{background:#f0eafa;color:#7656a8}.workflow-node__body{min-width:0}.workflow-node__eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:5px}.workflow-node__eyebrow>span{font-size:8px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:800}.workflow-node__eyebrow>span+span{padding-left:8px;border-left:1px solid var(--line)}.workflow-node__body>strong{display:block;font-size:12px}.workflow-node__body>p{margin:4px 0 0;color:var(--muted);font-size:10px;line-height:1.35}.workflow-node__status{color:var(--blue)!important}.workflow-node--completed{border-color:#86c2aa}.workflow-node--running{border-color:var(--blue);box-shadow:0 0 0 3px #2777b81f,0 7px 20px #0d3a2d1a}.workflow-node--failed{border-color:var(--red)}.workflow-node--skipped{opacity:.58}.workflow-node__actions{position:relative;display:flex;gap:4px}.workflow-node__actions>.icon-button{width:30px;height:30px;border-color:transparent}.workflow-node__actions>.icon-button:hover{border-color:var(--line)}.workflow-node__menu{top:34px;right:0}.workflow-condition{display:inline-flex;margin-top:8px;padding:5px 8px;border-radius:5px;background:var(--amber-soft);color:#74520e;font-size:10px;font-weight:750}.workflow-branches{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:18px}.workflow-branch{position:relative;min-height:53px}.workflow-branch>span{position:absolute;top:7px;display:inline-flex;align-items:center;gap:4px;padding:3px 6px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.workflow-branch--true{border-right:2px solid #80b7a2}.workflow-branch--true>span{right:8px;color:var(--accent)}.workflow-branch--true:after{content:"";position:absolute;bottom:-1px;right:-5px;width:6px;height:6px;border-right:2px solid #5a9e84;border-bottom:2px solid #5a9e84;transform:rotate(45deg)}.workflow-branch--false{border-top:2px solid #d6a24c;margin-top:19px}.workflow-branch--false>span{top:-10px;left:8px;color:#9a650b}.workflow-outcome{position:absolute;right:0;top:12px;display:flex;align-items:center;gap:6px;max-width:calc(100% - 8px);border:1px solid #e0c078;background:#fffaf0;color:#785816;border-radius:6px;padding:7px 9px}.workflow-outcome strong{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workflow-outcome--true{left:0;right:auto;top:25px;border-color:#a9d4c3;background:#f2fbf7;color:#176b4b}.workflow-finish{margin-top:20px;color:var(--accent)}.workflow-empty{width:min(100%,540px);min-height:120px;border:1px dashed #9eb8ae;border-radius:8px;background:#ffffffdb;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.workflow-empty strong{color:var(--ink);font-size:12px}.workflow-empty span{font-size:10px}.program-validation{margin:0 0 14px;padding:12px 14px;border:1px solid #efb6ae;border-radius:8px;background:#fff3f1;color:#8d241d}.program-validation ul{margin:8px 0 0;padding-left:20px}.schedule-gate{margin:0 0 10px;padding:9px 10px;border-radius:6px;background:#fff7df;color:#745b11;font-size:12px;line-height:1.35}.schedule-gate--action{display:flex;align-items:center;justify-content:space-between;gap:12px}.schedule-gate--error{background:#fff0f0;color:#a32d2d}.page-actions{display:flex;gap:8px;align-items:center}.schedule-mode-tabs{display:grid;grid-template-columns:repeat(4,1fr);padding:12px;border-bottom:1px solid var(--line);gap:6px}.schedule-mode-tabs button{border:1px solid var(--line);background:#fff;border-radius:7px;padding:9px;font-size:11px;text-transform:capitalize}.schedule-mode-tabs button.active{background:var(--accent);border-color:var(--accent);color:#fff}.schedule-rule-grid{padding:20px;border-bottom:1px solid var(--line)}.schedule-rule-grid h2{font-size:15px;margin:0 0 14px}.choice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.choice-grid button,.month-day-grid button{border:1px solid var(--line);background:#fff;border-radius:7px;padding:9px}.choice-grid button.selected,.month-day-grid button.selected{background:var(--accent);border-color:var(--accent);color:#fff}.month-day-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:6px}.schedule-settings{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:16px}.schedule-settings h3{font-size:12px;margin:0 0 10px;display:flex;gap:6px;align-items:center}.schedule-settings p{font-size:10px;color:var(--muted);line-height:1.45}.schedule-settings label,.schedule-fields label{display:grid;gap:5px;font-size:10px;text-transform:uppercase;color:var(--muted)}.schedule-settings select,.schedule-settings input,.schedule-fields select,.schedule-fields input,.blackout-entry input{width:100%;border:1px solid var(--line);border-radius:7px;background:#fff;padding:8px;color:var(--ink)}.schedule-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px}.blackout-entry{display:grid;grid-template-columns:1fr auto;gap:6px;margin-top:8px}.schedule-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}.schedule-tags button{border:1px solid var(--line);border-radius:999px;background:var(--surface-muted);padding:4px 7px;font-size:9px}.scheduler-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:10px}.scheduler-summary span{background:var(--surface-muted);border-radius:7px;padding:8px;font-size:9px;color:var(--muted)}.scheduler-summary strong{display:block;font-size:16px;color:var(--ink)}.occurrence-card{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px;border-top:1px solid var(--line)}.occurrence-card strong,.occurrence-card small{display:block}.occurrence-card small{font-size:9px;color:var(--muted);margin-top:3px}.occurrence-card p{grid-column:1/3;margin:0;font-size:10px;color:var(--muted)}@media(max-width:900px){.schedule-settings{grid-template-columns:1fr}.schedule-mode-tabs{grid-template-columns:1fr 1fr}.month-day-grid{grid-template-columns:repeat(7,1fr)}}@media(max-width:520px){.workflow-canvas{padding:18px 10px}.workflow-node{grid-template-columns:34px minmax(0,1fr) auto;padding:11px;gap:8px}.workflow-node__actions>.icon-button:first-child{display:none}.workflow-node__eyebrow{flex-wrap:wrap}.workflow-branches{gap:8px}.workflow-outcome{right:-1px;padding:6px}.workflow-branch--true>span{right:6px}}@media(max-width:520px){.step-condition-row{grid-template-columns:1fr}.step-block-picker{display:grid;grid-template-columns:1fr 1fr}}
