body{font-family:sans-serif;background:#061225;color:#e6f0fb;margin:0;display:flex;align-items:center;justify-content:center;height:100vh}
.wrap{display:flex;gap:20px;align-items:flex-start}
.monitor{width:600px;height:420px;background:#071126;border-radius:12px;padding:14px;box-shadow:0 8px 30px rgba(0,0,0,.6)}
.topbar{display:flex;justify-content:space-between;margin-bottom:8px}
.brand{font-weight:700;color:#ffd24a}
.screen{background:linear-gradient(#07203a,#041427);height:270px;border-radius:8px;padding:12px;position:relative;overflow:hidden}
.mapcanvas{background:linear-gradient(#0b3b4f,#06323f);height:100%;border-radius:6px;position:relative;overflow:hidden}
.tractor{width:20px;height:12px;background:#ffd24a;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(0deg);border-radius:3px}
.line{position:absolute;height:2px;background:rgba(255,255,255,.6);left:-2000px;right:-2000px;top:50%;transform-origin:center}
.btn{padding:6px 8px;border-radius:6px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.03);cursor:pointer;margin:4px 0}
.btn.primary{background:#ffd24a;color:#052033;font-weight:700}
.log{height:100px;overflow:auto;background:rgba(0,0,0,.25);padding:8px;border-radius:6px;font-size:13px}
.controls{display:flex;flex-direction:column;gap:6px}
.compass{position:absolute;right:14px;top:14px;width:140px;height:140px;background:rgba(0,0,0,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column}
.needle{width:2px;height:56px;background:#ffd24a;transform-origin:bottom center}
