.operations-console{margin-top:42px;padding:20px 12px 18px 0;perspective:1000px;position:relative;isolation:isolate;max-width:440px}
.operations-console:before,.operations-console:after{content:"";position:absolute;inset:25px 5px 8px 8px;border:1px solid #346473;background:#0a2a35;transform:rotateY(7deg) rotateX(4deg) translate(7px,7px);z-index:-1}
.operations-console:after{inset:30px 0 0 12px;background:#061f2b;z-index:-2}
.operation-board{background:linear-gradient(140deg,#173e48dd,#061b25f5);border:1px solid #447580;padding:24px;transform:rotateY(7deg) rotateX(4deg);box-shadow:0 20px 40px #0003}
.operation-owner{display:grid;grid-template-columns:34px 1fr;gap:2px 11px;align-items:center;padding-bottom:21px;border-bottom:1px solid #32525c}
.operation-owner img{grid-row:span 2;width:34px;height:34px;object-fit:contain}
.operation-owner strong{font:700 15px Bahnschrift,sans-serif;letter-spacing:.08em;color:#e0f7f1}
.operation-owner>span{font-size:9px;letter-spacing:.04em;color:#98bbc0}
.operation-focus{display:flex;gap:17px;margin:25px 0 28px;align-items:center;min-height:65px}
.operation-number{font:400 50px/.95 Georgia,serif;color:#79e0d6}
.operation-title{font-size:19px;line-height:1.3;color:#ecfcf6;max-width:250px}
.operation-tracks{display:flex;flex-direction:column;gap:9px}
.operation-tracks>span{display:grid;grid-template-columns:7px 20px 1fr;gap:8px;align-items:center;font-size:10px;color:#9ebcc1}
.operation-tracks i{height:7px;width:7px;background:#315663;border-radius:50%}
.operation-tracks small{font-size:11px}.operation-tracks b{font-size:9px;font-weight:500}
.operation-tracks .is-current{color:#f3dd9d}.operation-tracks .is-current i{background:#e9d391;box-shadow:0 0 10px #e9d39166}
.operation-board.operation-changed{animation:operationSelect .6s cubic-bezier(.16,.7,.25,1)}
.op-item:has(.step-detail[open]){border-top-color:#75d8d4}.op-item:has(.step-detail[open])>span{color:#f4d68e}
@keyframes operationSelect{from{transform:rotateY(1deg) rotateX(0deg) translateY(4px)}to{transform:rotateY(7deg) rotateX(4deg)}}
@media(max-width:980px){.operations-console{max-width:520px;margin-top:32px}}
@media(max-width:680px){.operations-console{padding-right:7px}.operation-board{padding:20px;transform:none}.operations-console:before,.operations-console:after{transform:translate(3px,5px)}.operation-title{font-size:18px}}
.motion-paused .operation-board{animation:none!important}
@media(prefers-reduced-motion:reduce){.operation-board{animation:none!important}}
