.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px}.page-head h1{margin:5px 0;font-size:42px;line-height:1.05;letter-spacing:-.035em}.page-head p{max-width:720px}.metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:18px}.metric-card{min-height:96px;padding:16px 17px;border:1px solid #e4e6ea;border-radius:14px;background:#fff;display:flex;flex-direction:column;justify-content:space-between}.metric-card div{font-size:12px;color:#666b75}.metric-card b{display:block;margin-top:10px;font-size:27px;line-height:1}.filters{display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap}.filters label{display:grid;gap:6px}.filters label span{font-size:11px;font-weight:600;color:#666b75}.filters .grow{flex:1;min-width:280px}.filters .input,.filters .select{min-height:38px}.execution-list{display:grid;gap:18px;margin-top:16px}.execution-card{position:relative;overflow:hidden;border:1px solid #e0e2e6;border-radius:16px;background:#fff;padding:20px}.execution-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#d0121b}.execution-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:16px;border-bottom:1px solid #ececef}.execution-head h3{margin:4px 0 5px;font-size:20px;line-height:1.2}.execution-head .muted{font-size:12px}.status-badge{display:inline-flex;align-items:center;justify-content:center;min-width:74px;min-height:28px;padding:4px 10px;border:1px solid #d8dbe0;border-radius:999px;background:#f6f7f8;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.status-badge.success{background:#e8f5ed;border-color:#cce9d7;color:#08773b}.status-badge.danger{background:#fdecee;border-color:#f5cdd2;color:#bd1723}.status-badge.running{background:#edf4ff;border-color:#d5e4fa;color:#235b9e}.status-badge.approval{background:#fff4df;border-color:#f2dfba;color:#8b5d08}.status-badge.neutral{color:#565b64}.context-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:16px}.context-grid>div{min-width:0;min-height:92px;border:1px solid #e3e5e8;border-radius:12px;background:#fafafa;padding:12px 13px;display:flex;flex-direction:column;gap:6px}.context-grid span{color:#747983;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.09em}.context-grid strong{font-size:13px;line-height:1.25;overflow-wrap:anywhere}.context-grid small{margin-top:auto;color:#858a92;font-size:10px;overflow-wrap:anywhere}.execution-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:15px}.execution-actions .mini{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 12px;border:1px solid #d9dce1;border-radius:9px;background:#fff;color:#111;text-decoration:none;font-size:12px;font-weight:600}.execution-actions .mini:hover{background:#f4f5f6}.execution-meta{display:flex;gap:18px;flex-wrap:wrap;margin-top:15px;padding-top:13px;border-top:1px solid #efeff1;color:#737780;font-size:11px}.execution-error{margin-top:14px;padding:11px 12px;border:1px solid #efc8cc;border-radius:10px;background:#fff5f6;color:#a31520;font-size:12px}.steps-details{margin-top:16px;border:1px solid #e2e4e8;border-radius:12px;background:#fafafa;overflow:hidden}.steps-details>summary{cursor:pointer;padding:12px 14px;font-size:12px;font-weight:700;list-style-position:inside}.steps-details[open]>summary{border-bottom:1px solid #e4e5e8}.steps{display:grid;gap:12px;padding:13px}.step-card{border:1px solid #e0e2e5;border-radius:11px;background:#fff;padding:14px}.step-head,.remote-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.step-head strong{font-size:13px}.step-meta{display:flex;gap:16px;flex-wrap:wrap;margin-top:11px;color:#747983;font-size:11px}.remote-box{margin-top:13px;border:1px solid #dfe2e6;border-radius:10px;background:#f7f8f9;padding:13px}.remote-head strong{font-size:12px}.remote-id{margin-top:6px;color:#81858d;font-size:10px;overflow-wrap:anywhere}.remote-none{margin-top:12px;padding:10px 11px;border:1px dashed #d9dce0;border-radius:9px;color:#777c84;font-size:11px}details details{margin-top:10px}details summary{user-select:none}details pre{margin:8px 0 0;max-height:260px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;padding:12px;border:1px solid #dadde1;border-radius:9px;background:#111317;color:#f2f2f2;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;line-height:1.55}.remote-error{margin-top:10px;padding:10px 11px;border:1px solid #efc7cc;border-radius:9px;background:#fff1f2;color:#a31520;font-size:11px}.empty{padding:48px 20px;text-align:center;color:#737780;font-size:13px}.inline-empty{padding:12px}.error-box{margin-bottom:14px;padding:12px;border:1px solid #efc7cc;border-radius:10px;background:#fff3f4;color:#a31520}@media(max-width:1100px){.metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.context-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.page-head{display:grid}.page-head h1{font-size:34px}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.execution-head{display:grid}.context-grid{grid-template-columns:1fr}}@media(max-width:520px){.metrics{grid-template-columns:1fr}.filters{display:grid}.filters .grow{min-width:0}}
