.orders-workspace-root{height:calc(100vh - 112px);min-height:520px;direction:rtl;color:var(--text)}
.orders-shell{height:100%;display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:10px}
.orders-toolbar,.orders-health-dashboard{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}
.orders-toolbar{display:grid;grid-template-columns:minmax(180px,1fr) minmax(220px,2fr) repeat(3,minmax(135px,1fr)) auto;gap:9px;padding:11px}
.orders-toolbar label{display:grid;gap:5px;font-size:11px;color:var(--muted)}.orders-toolbar input,.orders-toolbar select{width:100%;border:1px solid var(--line);border-radius:9px;padding:9px;background:#fbfcfb;color:var(--text)}
.orders-filter-toggle{align-self:end}.orders-filters-more{grid-column:1/-1;display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:9px}
.orders-health-dashboard{display:grid;grid-template-columns:repeat(6,1fr);gap:7px;padding:8px}
.orders-health-card{border:1px solid var(--line);border-radius:10px;background:#fbfcfb;min-width:0}.orders-health-card summary{cursor:pointer;list-style:none;padding:9px;display:grid;gap:4px}.orders-health-card summary::-webkit-details-marker{display:none}
.orders-health-card b{font-size:12px}.orders-health-card span{font-size:11px}.orders-health-card p{padding:0 9px 9px;margin:0;color:var(--muted);font-size:11px;line-height:1.7}
.orders-health-card.healthy span{color:#18784f}.orders-health-card.attention span{color:#9a6717}.orders-health-card.problem span{color:#a43c40}
.orders-main{min-height:0;display:grid;grid-template-columns:minmax(390px,42%) minmax(0,1fr);gap:10px}
.orders-list-pane,.orders-detail-pane{min-height:0;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:var(--shadow)}
.orders-list-pane{display:grid;grid-template-rows:auto minmax(0,1fr)}.orders-list-summary{padding:10px 13px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}
.orders-virtual-viewport{position:relative;overflow:auto;min-height:0;contain:strict}.orders-virtual-spacer{width:1px;opacity:0}.orders-virtual-layer{position:absolute;inset:0 0 auto 0}
.order-row{position:absolute;right:0;left:0;height:106px;margin:3px 7px;border:1px solid var(--line);border-radius:11px;background:#fff;padding:10px;text-align:right;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;cursor:pointer;color:inherit}
.order-row:hover,.order-row:focus-visible{border-color:#a9c69a;background:#f9fcf7;outline:2px solid transparent}.order-row.active{border-color:var(--green);box-shadow:inset -3px 0 var(--green)}
.orders-shell[data-view="table"] .order-row{border-radius:5px;margin-top:0;margin-bottom:0;border-left:0;border-right:0}
.order-row h3{margin:0;font-size:14px}.order-row small,.order-row time{font-size:10px;color:var(--muted)}.order-row p{grid-column:1/-1;margin:0;display:flex;gap:7px;flex-wrap:wrap;font-size:11px}.order-row strong{font-size:13px;color:var(--green-2)}
.orders-detail-pane{overflow:auto;position:relative}.orders-empty,.orders-loading{height:100%;display:grid;place-items:center;text-align:center;color:var(--muted);padding:28px}.orders-skeleton{width:min(500px,90%);height:110px;border-radius:12px;background:linear-gradient(90deg,#f1f2f1,#fafafa,#f1f2f1);background-size:200%;animation:orders-shimmer 1.2s infinite}
@keyframes orders-shimmer{to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.orders-skeleton{animation:none}}
.order-detail{padding:16px 16px 92px}.order-detail-head{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding-bottom:12px}.order-detail-head h2{margin:0 0 5px}.order-detail-head p{margin:0;color:var(--muted);font-size:12px}
.order-back{display:none}.order-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.order-card{border:1px solid var(--line);border-radius:12px;padding:12px;min-width:0}.order-card.full{grid-column:1/-1}.order-card h3{margin:0 0 10px;font-size:14px}.order-kv{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.order-kv div{background:#f8faf7;border-radius:8px;padding:8px}.order-kv span,.order-kv b{display:block}.order-kv span{font-size:10px;color:var(--muted);margin-bottom:4px}.order-kv b{font-size:12px;overflow-wrap:anywhere}
.order-items{width:100%;border-collapse:collapse;font-size:12px}.order-items th,.order-items td{padding:8px;border-bottom:1px solid var(--line);text-align:right}.protected-data{color:#8b641c;background:#fff6dc;padding:8px;border-radius:8px}
.order-timeline{display:grid;gap:7px}.order-timeline article{border-right:3px solid var(--line);padding:7px 10px;background:#fafbfa;border-radius:7px}.order-timeline small{color:var(--muted)}
.command-state{display:inline-flex;gap:5px;align-items:center;border-radius:999px;padding:5px 8px;background:#eef1ef;font-size:11px}.command-state.success{background:#e4f3df;color:#286a3a}.command-state.problem{background:#fde7e7;color:#97383b}.command-state.attention{background:#fff1d2;color:#8b6115}
.order-actions{position:sticky;bottom:0;margin:18px -16px -92px;padding:11px 16px;background:rgba(255,255,255,.97);border-top:1px solid var(--line);display:flex;gap:8px;z-index:4;backdrop-filter:blur(8px)}
.orders-dialog{border:0;border-radius:15px;padding:0;width:min(520px,calc(100vw - 24px));box-shadow:0 25px 80px rgba(20,35,25,.28)}.orders-dialog::backdrop{background:rgba(10,25,15,.55)}.orders-dialog form{padding:20px;display:grid;gap:12px}.orders-dialog h3{margin:0}.orders-dialog label{display:grid;gap:7px}.orders-dialog textarea,.orders-dialog select,.orders-dialog input{border:1px solid var(--line);border-radius:9px;padding:10px;width:100%}.orders-dialog-actions{display:flex;justify-content:flex-end;gap:8px}
.orders-live{position:absolute;clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;width:1px;overflow:hidden;white-space:nowrap}
@media(max-width:1100px){.orders-toolbar{grid-template-columns:repeat(3,1fr)}.orders-filters-more{grid-template-columns:repeat(3,1fr)}.orders-health-dashboard{grid-template-columns:repeat(3,1fr)}.orders-main{grid-template-columns:minmax(340px,45%) minmax(0,1fr)}}
@media(max-width:760px){.orders-workspace-root{height:calc(100dvh - 92px);min-height:400px}.orders-toolbar{grid-template-columns:1fr 1fr}.orders-toolbar label:nth-child(2){grid-column:1/-1}.orders-filters-more{grid-template-columns:1fr 1fr}.orders-health-dashboard{display:flex;overflow-x:auto}.orders-health-card{min-width:145px}.orders-main{display:block;position:relative}.orders-list-pane,.orders-detail-pane{height:100%}.orders-detail-pane{display:none}.orders-shell.detail-open .orders-list-pane{display:none}.orders-shell.detail-open .orders-detail-pane{display:block}.order-back{display:inline-flex}.order-detail-grid{grid-template-columns:1fr}.order-card.full{grid-column:auto}}
